Метод | Описание | |
---|---|---|
Close ( ) : void | ||
Connect ( |
||
TcpClientSession ( ) : System | ||
TrySend ( ArraySegment |
||
TrySend ( IList |
Метод | Описание | |
---|---|---|
EnsureSocketClosed ( ) : bool | ||
EnsureSocketClosed ( Socket prevClient ) : bool | ||
IsIgnorableException ( |
||
IsIgnorableSocketError ( int errorCode ) : bool | ||
OnGetSocket ( SocketAsyncEventArgs e ) : void | ||
OnSendingCompleted ( ) : void | ||
ProcessConnect ( Socket socket, object state, SocketAsyncEventArgs e ) : void | ||
Proxy_Completed ( object sender, SuperSocket.ClientEngine.ProxyEventArgs e ) : void | ||
SendInternal ( PosList |
||
SocketEventArgsCompleted ( object sender, SocketAsyncEventArgs e ) : void |
Метод | Описание | |
---|---|---|
DequeueSend ( ) : void | ||
DetectConnected ( ) : bool | ||
GetHostOfEndPoint ( |
||
GetSendingItems ( ) : PosList |
||
GetSendingQueue ( ) : IBatchQueue |
public Connect ( |
||
remoteEndPoint | ||
Результат | void |
protected EnsureSocketClosed ( Socket prevClient ) : bool | ||
prevClient | Socket | |
Результат | bool |
protected IsIgnorableException ( |
||
e | ||
Результат | bool |
protected IsIgnorableSocketError ( int errorCode ) : bool | ||
errorCode | int | |
Результат | bool |
protected abstract OnGetSocket ( SocketAsyncEventArgs e ) : void | ||
e | SocketAsyncEventArgs | |
Результат | void |
protected ProcessConnect ( Socket socket, object state, SocketAsyncEventArgs e ) : void | ||
socket | Socket | |
state | object | |
e | SocketAsyncEventArgs | |
Результат | void |
protected Proxy_Completed ( object sender, SuperSocket.ClientEngine.ProxyEventArgs e ) : void | ||
sender | object | |
e | SuperSocket.ClientEngine.ProxyEventArgs | |
Результат | void |
protected abstract SendInternal ( PosList |
||
items | PosList |
|
Результат | void |
protected abstract SocketEventArgsCompleted ( object sender, SocketAsyncEventArgs e ) : void | ||
sender | object | |
e | SocketAsyncEventArgs | |
Результат | void |
public TrySend ( ArraySegment |
||
segment | ArraySegment |
|
Результат | bool |