프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ConvertToNotSocketOwner | void | ||
CopyToAsyncCore | System.Threading.Task | ||
DebugMembers | void | ||
InternalAbortSocket | void | ||
NetworkStream | System.Buffers | ||
Poll | bool | ||
PollRead | bool | ||
SetSocketTimeoutOption | void | ||
UnsafeBeginRead | IAsyncResult | ||
UnsafeBeginWrite | IAsyncResult |
메소드 | 설명 | |
---|---|---|
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, |
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | IAsyncResult |
public BeginWrite ( byte buffer, int offset, int size, AsyncCallback callback, Object state ) : IAsyncResult | ||
buffer | byte | |
offset | int | |
size | int | |
callback | AsyncCallback | |
state | Object | |
리턴 | IAsyncResult |
public CopyToAsync ( |
||
destination | ||
bufferSize | int | |
cancellationToken | ||
리턴 | System.Threading.Task |
public EndWrite ( IAsyncResult asyncResult ) : void | ||
asyncResult | IAsyncResult | |
리턴 | void |
public FlushAsync ( |
||
cancellationToken | ||
리턴 | System.Threading.Task |
public NetworkStream ( |
||
socket | ||
리턴 | System.Buffers |
public NetworkStream ( |
||
socket | ||
access | FileAccess | |
리턴 | System.Buffers |
public NetworkStream ( |
||
socket | ||
access | FileAccess | |
ownsSocket | bool | |
리턴 | System.Buffers |
public NetworkStream ( |
||
socket | ||
ownsSocket | bool | |
리턴 | System.Buffers |
public Read ( byte buffer, int offset, int size ) : int | ||
buffer | byte | |
offset | int | |
size | int | |
리턴 | int |
public ReadAsync ( byte buffer, int offset, int size, |
||
buffer | byte | |
offset | int | |
size | int | |
cancellationToken | ||
리턴 | Task |
public Seek ( long offset, SeekOrigin origin ) : long | ||
offset | long | |
origin | SeekOrigin | |
리턴 | long |
public Write ( byte buffer, int offset, int size ) : void | ||
buffer | byte | |
offset | int | |
size | int | |
리턴 | void |
public WriteAsync ( byte buffer, int offset, int size, |
||
buffer | byte | |
offset | int | |
size | int | |
cancellationToken | ||
리턴 | System.Threading.Task |