C# Class BytesRoad.Net.Sockets.Socket_HttpConnect

Summary description for Socket_HttpConnect.
Inheritance: SocketBase
Show file Open project: NikolayIT/RatioMaster.NET

Private Properties

Property Type Description
Accept SocketBase
AnalyzeReply int
BeginAccept IAsyncResult
BeginBind IAsyncResult
BeginConnect IAsyncResult
BeginConnect IAsyncResult
BeginReadReply IAsyncResult
BeginReceive IAsyncResult
Bind void
Connect void
Connect void
Connect_Connect_End void
Connect_GetPrxHost_End void
Connect_ReadReply_End void
Connect_Write_End void
EndAccept SocketBase
EndBind void
EndConnect void
EndReadReply ByteVector
EndReceive int
FetchBufferData int
FindReplyEnd int
GetBasicCredentials string
GetConnectCmd byte[]
Listen void
PutBufferData void
ReadReply ByteVector
ReadReply_Recv_End void
Receive int
Receive int
Receive int
Receive_End void
Socket_HttpConnect System
ThrowUnsupportException void

Private Methods

Method Description
Accept ( ) : SocketBase
AnalyzeReply ( ByteVector reply, string &reason ) : int
BeginAccept ( AsyncCallback callback, object state ) : IAsyncResult
BeginBind ( SocketBase baseSocket, AsyncCallback callback, object state ) : IAsyncResult
BeginConnect ( EndPoint remoteEP, AsyncCallback callback, object state ) : IAsyncResult
BeginConnect ( string hostName, int hostPort, AsyncCallback callback, object state ) : IAsyncResult
BeginReadReply ( AsyncCallback cb, object state ) : IAsyncResult
BeginReceive ( byte buffer, int offset, int size, AsyncCallback callback, object state ) : IAsyncResult
Bind ( SocketBase baseSocket ) : void
Connect ( EndPoint remoteEP ) : void
Connect ( string hostName, int hostPort ) : void
Connect_Connect_End ( IAsyncResult ar ) : void
Connect_GetPrxHost_End ( IAsyncResult ar ) : void
Connect_ReadReply_End ( IAsyncResult ar ) : void
Connect_Write_End ( IAsyncResult ar ) : void
EndAccept ( IAsyncResult asyncResult ) : SocketBase
EndBind ( IAsyncResult ar ) : void
EndConnect ( IAsyncResult asyncResult ) : void
EndReadReply ( IAsyncResult ar ) : ByteVector
EndReceive ( IAsyncResult asyncResult ) : int
FetchBufferData ( byte buffer, int offset, int size ) : int
FindReplyEnd ( byte buf, int size ) : int
GetBasicCredentials ( ) : string
GetConnectCmd ( string hostName, int hostPort, bool useCredentials ) : byte[]
Listen ( int backlog ) : void
PutBufferData ( byte buffer, int offset, int size ) : void
ReadReply ( ) : ByteVector
ReadReply_Recv_End ( IAsyncResult ar ) : void
Receive ( byte buffer ) : int
Receive ( byte buffer, int size ) : int
Receive ( byte buffer, int offset, int size ) : int
Receive_End ( IAsyncResult ar ) : void
Socket_HttpConnect ( string proxyServer, int proxyPort, byte proxyUser, byte proxyPassword ) : System
ThrowUnsupportException ( string method ) : void