C# Class iControl.iControlInterface

Inheritance: System.Web.Services.Protocols.SoapHttpClientProtocol
Mostra file Open project: f5devcentral/f5-icontrol-library-dotnet Class Usage Examples

Public Methods

Method Description
AddHttpHeader ( string name, string value ) : void
ClearHttpHeaders ( ) : void
ForceSoap12 ( bool value ) : void
RemoveHttpHeader ( string name ) : void

Protected Methods

Method Description
GetReaderForMessage ( System message, int bufferSize ) : System.Xml.XmlReader
GetWebRequest ( Uri uri ) : WebRequest
GetWebResponse ( WebRequest request ) : WebResponse
GetWriterForMessage ( System message, int bufferSize ) : System.Xml.XmlWriter

Method Details

AddHttpHeader() public method

public AddHttpHeader ( string name, string value ) : void
name string
value string
return void

ClearHttpHeaders() public method

public ClearHttpHeaders ( ) : void
return void

ForceSoap12() public method

public ForceSoap12 ( bool value ) : void
value bool
return void

GetReaderForMessage() protected method

protected GetReaderForMessage ( System message, int bufferSize ) : System.Xml.XmlReader
message System
bufferSize int
return System.Xml.XmlReader

GetWebRequest() protected method

protected GetWebRequest ( Uri uri ) : WebRequest
uri Uri
return System.Net.WebRequest

GetWebResponse() protected method

protected GetWebResponse ( WebRequest request ) : WebResponse
request WebRequest
return System.Net.WebResponse

GetWriterForMessage() protected method

protected GetWriterForMessage ( System message, int bufferSize ) : System.Xml.XmlWriter
message System
bufferSize int
return System.Xml.XmlWriter

RemoveHttpHeader() public method

public RemoveHttpHeader ( string name ) : void
name string
return void