Property | Type | Description | |
---|---|---|---|
ConvertToNotSocketOwner | void | ||
CopyToAsyncCore | System.Threading.Task | ||
DebugMembers | void | ||
InternalAbortSocket | void | ||
NetworkStream | System.Buffers | ||
Poll | bool | ||
PollRead | bool | ||
SetSocketTimeoutOption | void | ||
UnsafeBeginRead | IAsyncResult | ||
UnsafeBeginWrite | IAsyncResult |
Method | Description | |
---|---|---|
BeginRead ( byte buffer, int offset, int size, AsyncCallback callback, Object state ) : IAsyncResult | ||
BeginWrite ( byte buffer, int offset, int size, AsyncCallback callback, Object state ) : IAsyncResult | ||
Close ( int timeout ) : void | ||
CopyToAsync ( |
||
EndRead ( IAsyncResult asyncResult ) : int | ||
EndWrite ( IAsyncResult asyncResult ) : void | ||
Flush ( ) : void | ||
FlushAsync ( |
||
NetworkStream ( |
||
NetworkStream ( |
||
NetworkStream ( |
||
NetworkStream ( |
||
Read ( byte buffer, int offset, int size ) : int | ||
ReadAsync ( byte buffer, int offset, int size, |
||
Seek ( long offset, SeekOrigin origin ) : long | ||
SetLength ( long value ) : void | ||
Write ( byte buffer, int offset, int size ) : void | ||
WriteAsync ( byte buffer, int offset, int size, |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
ConvertToNotSocketOwner ( ) : void | ||
CopyToAsyncCore ( |
||
DebugMembers ( ) : void | ||
InternalAbortSocket ( ) : void | ||
NetworkStream ( ) : System.Buffers | ||
Poll ( int microSeconds, SelectMode mode ) : bool | ||
PollRead ( ) : bool | ||
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 |
public BeginRead ( byte buffer, int offset, int size, AsyncCallback callback, Object state ) : IAsyncResult | ||
buffer | byte | |
offset | int | |
size | int | |
callback | AsyncCallback | |
state | Object | |
return | IAsyncResult |
public BeginWrite ( byte buffer, int offset, int size, AsyncCallback callback, Object state ) : IAsyncResult | ||
buffer | byte | |
offset | int | |
size | int | |
callback | AsyncCallback | |
state | Object | |
return | IAsyncResult |
public CopyToAsync ( |
||
destination | ||
bufferSize | int | |
cancellationToken | ||
return | System.Threading.Task |
public EndRead ( IAsyncResult asyncResult ) : int | ||
asyncResult | IAsyncResult | |
return | int |
public EndWrite ( IAsyncResult asyncResult ) : void | ||
asyncResult | IAsyncResult | |
return | void |
public FlushAsync ( |
||
cancellationToken | ||
return | System.Threading.Task |
public NetworkStream ( |
||
socket | ||
return | System.Buffers |
public NetworkStream ( |
||
socket | ||
access | FileAccess | |
return | System.Buffers |
public NetworkStream ( |
||
socket | ||
access | FileAccess | |
ownsSocket | bool | |
return | System.Buffers |
public NetworkStream ( |
||
socket | ||
ownsSocket | bool | |
return | System.Buffers |
public Read ( byte buffer, int offset, int size ) : int | ||
buffer | byte | |
offset | int | |
size | int | |
return | int |
public ReadAsync ( byte buffer, int offset, int size, |
||
buffer | byte | |
offset | int | |
size | int | |
cancellationToken | ||
return | Task |
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 |
public WriteAsync ( byte buffer, int offset, int size, |
||
buffer | byte | |
offset | int | |
size | int | |
cancellationToken | ||
return | System.Threading.Task |