Class HttpConnection

This class supports the EPiServer infrastructure and is not intended to be used directly from your code. Used to re-post XForms to another URL when specified by an editor.

Inheritance
System.Object
HttpConnection
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.XForms.Implementation
Assembly: EPiServer.XForms.dll
Version: 8.11.0
Syntax
public class HttpConnection : IInitialize

Constructors

HttpConnection()

Declaration
public HttpConnection()

Properties

DefaultUrl

Declaration
public string DefaultUrl { get; set; }
Property Value
Type Description
System.String

Method

Declaration
public string Method { get; set; }
Property Value
Type Description
System.String

Methods

HttpRepost(XFormData)

Declaration
public void HttpRepost(XFormData xFormData)
Parameters
Type Name Description
XFormData xFormData

HttpRepost(Object, ChannelEventArgs)

Declaration
public void HttpRepost(object sender, ChannelEventArgs e)
Parameters
Type Name Description
System.Object sender
ChannelEventArgs e

Initialize(XmlNode)

Declaration
public void Initialize(XmlNode node)
Parameters
Type Name Description
System.Xml.XmlNode node

Implements