C# Class System.Net.WebConnection

Show file Open project: kumpera/mono Class Usage Examples

Private Properties

Property Type Description
Abort void
BeginRead IAsyncResult
BeginWrite IAsyncResult
CanReuse bool
Close void
CompleteChunkedRead bool
Connect void
CreateStream bool
CreateTunnel bool
EndRead int
EndWrite bool
EndWrite2 void
EnsureRead int
EnsureSSLStreamAvailable void
ExpectContent bool
GetCertificates void
GetResponse int
HandleError void
InitConnection void
InitRead void
NextRead void
Read int
ReadDone void
ReadHeaders WebHeaderCollection
ReadLine bool
ResetNtlm void
SendNext void
SendRequest EventHandler
WebConnection System.IO
Write bool

Public Methods

Method Description
WebConnection ( WebConnectionGroup group, ServicePoint sPoint ) : System.IO

Private Methods

Method Description
Abort ( object sender, EventArgs args ) : void
BeginRead ( HttpWebRequest request, byte buffer, int offset, int size, AsyncCallback cb, object state ) : IAsyncResult
BeginWrite ( HttpWebRequest request, byte buffer, int offset, int size, AsyncCallback cb, object state ) : IAsyncResult
CanReuse ( ) : bool
Close ( bool sendNext ) : void
CompleteChunkedRead ( ) : bool
Connect ( HttpWebRequest request ) : void
CreateStream ( HttpWebRequest request ) : bool
CreateTunnel ( HttpWebRequest request, Stream stream, byte &buffer ) : bool
EndRead ( HttpWebRequest request, IAsyncResult result ) : int
EndWrite ( HttpWebRequest request, IAsyncResult result ) : bool
EndWrite2 ( HttpWebRequest request, IAsyncResult result ) : void
EnsureRead ( byte buffer, int offset, int size ) : int
EnsureSSLStreamAvailable ( ) : void
ExpectContent ( int statusCode ) : bool
GetCertificates ( ) : void
GetResponse ( byte buffer, int max ) : int
HandleError ( WebExceptionStatus st, Exception e, string where ) : void
InitConnection ( object state ) : void
InitRead ( object state ) : void
NextRead ( ) : void
Read ( HttpWebRequest request, byte buffer, int offset, int size ) : int
ReadDone ( IAsyncResult result ) : void
ReadHeaders ( HttpWebRequest request, Stream stream, byte &retBuffer, int &status ) : WebHeaderCollection
ReadLine ( byte buffer, int &start, int max, string &output ) : bool
ResetNtlm ( ) : void
SendNext ( ) : void
SendRequest ( HttpWebRequest request ) : EventHandler
WebConnection ( ) : System.IO
Write ( HttpWebRequest request, byte buffer, int offset, int size, string &err_msg ) : bool

Method Details

WebConnection() public method

public WebConnection ( WebConnectionGroup group, ServicePoint sPoint ) : System.IO
group WebConnectionGroup
sPoint ServicePoint
return System.IO