World is now on Opti ID! Learn more

Class HttpConnection

Used to re-post XForms to another URL when specified by an editor.

Inheritance
System.Object
HttpConnection
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: 10.10.4
Syntax
public class HttpConnection

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

Extension Methods