Property | Type | Description | |
---|---|---|---|
Activate | bool | ||
BeginMultipleWrite | IAsyncResult | ||
BeginRead | IAsyncResult | ||
BeginWrite | IAsyncResult | ||
CloseSocket | void | ||
ConnectionCallback | void | ||
Deactivate | void | ||
Destroy | void | ||
EndMultipleWrite | void | ||
MultipleWrite | void | ||
Poll | bool | ||
PooledStream | System | ||
PooledStream | System | ||
PostPop | void | ||
PrePush | void | ||
SetSocketTimeoutOption | void | ||
UnsafeBeginRead | IAsyncResult | ||
UnsafeBeginWrite | IAsyncResult | ||
UpdateLifetime | void |
Method | Description | |
---|---|---|
Close ( int timeout ) : void | ||
EndRead ( IAsyncResult asyncResult ) : int | ||
EndWrite ( IAsyncResult asyncResult ) : void | ||
Flush ( ) : void | ||
Read ( byte buffer, int offset, int size ) : int | ||
Seek ( long offset, SeekOrigin origin ) : long | ||
SetLength ( long value ) : void | ||
Write ( byte buffer, int offset, int size ) : void |
Method | Description | |
---|---|---|
Activate ( object owningObject, bool async, int timeout, GeneralAsyncDelegate asyncCallback ) : bool | ||
CheckLifetime ( ) : void | ||
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
Activate ( object owningObject, GeneralAsyncDelegate asyncCallback ) : bool | ||
BeginMultipleWrite ( |
||
BeginRead ( byte buffer, int offset, int size, AsyncCallback callback, Object state ) : IAsyncResult | ||
BeginWrite ( byte buffer, int offset, int size, AsyncCallback callback, Object state ) : IAsyncResult | ||
CloseSocket ( ) : void | ||
ConnectionCallback ( object owningObject, |
||
Deactivate ( ) : void | ||
Destroy ( ) : void | ||
EndMultipleWrite ( IAsyncResult asyncResult ) : void | ||
MultipleWrite ( |
||
Poll ( int microSeconds, SelectMode mode ) : bool | ||
PooledStream ( |
||
PooledStream ( object owner ) : System | ||
PostPop ( object newOwner ) : void | ||
PrePush ( object expectedOwner ) : void | ||
SetSocketTimeoutOption ( SocketShutdown mode, int timeout, bool silent ) : void | ||
UnsafeBeginRead ( byte buffer, int offset, int size, AsyncCallback callback, Object state ) : IAsyncResult | ||
UnsafeBeginWrite ( byte buffer, int offset, int size, AsyncCallback callback, Object state ) : IAsyncResult | ||
UpdateLifetime ( ) : void |
protected Activate ( object owningObject, bool async, int timeout, GeneralAsyncDelegate asyncCallback ) : bool | ||
owningObject | object | |
async | bool | |
timeout | int | |
asyncCallback | GeneralAsyncDelegate | |
return | bool |
public EndRead ( IAsyncResult asyncResult ) : int | ||
asyncResult | IAsyncResult | |
return | int |
public EndWrite ( IAsyncResult asyncResult ) : void | ||
asyncResult | IAsyncResult | |
return | void |
public Read ( byte buffer, int offset, int size ) : int | ||
buffer | byte | |
offset | int | |
size | int | |
return | int |
public Seek ( long offset, SeekOrigin origin ) : long | ||
offset | long | |
origin | SeekOrigin | |
return | long |
public Write ( byte buffer, int offset, int size ) : void | ||
buffer | byte | |
offset | int | |
size | int | |
return | void |