메소드 | 설명 | |
---|---|---|
BeginRead ( byte buffer, int offset, int count, AsyncCallback, callback, object state ) : IAsyncResult | ||
BeginWrite ( byte buffer, int offset, int count, AsyncCallback, callback, object state ) : IAsyncResult | ||
Close ( ) : void | ||
CreateObjRef ( Type requestedType ) : |
||
EndRead ( IAsyncResult asyncResult ) : int | ||
EndWrite ( IAsyncResult asyncResult ) : void | ||
Equals ( object obj ) : bool | ||
Flush ( ) : void | ||
GetHashCode ( ) : int | ||
InitializeLifetimeService ( ) : object | ||
Read ( byte buffer, int offset, int count ) : int | ||
ReadByte ( ) : int | ||
Seek ( long offset, System origin ) : long | ||
SetLength ( long value ) : void | ||
ToString ( ) : string | ||
UseWaitHandle ( ) : bool | ||
Write ( byte buffer, int offset, int count ) : void | ||
WriteByte ( byte value ) : void |
public BeginRead ( byte buffer, int offset, int count, AsyncCallback, callback, object state ) : IAsyncResult | ||
buffer | byte | |
offset | int | |
count | int | |
callback | AsyncCallback, | |
state | object | |
리턴 | IAsyncResult |
public BeginWrite ( byte buffer, int offset, int count, AsyncCallback, callback, object state ) : IAsyncResult | ||
buffer | byte | |
offset | int | |
count | int | |
callback | AsyncCallback, | |
state | object | |
리턴 | IAsyncResult |
public CreateObjRef ( Type requestedType ) : |
||
requestedType | Type | |
리턴 |
public EndWrite ( IAsyncResult asyncResult ) : void | ||
asyncResult | IAsyncResult | |
리턴 | void |
public Read ( byte buffer, int offset, int count ) : int | ||
buffer | byte | |
offset | int | |
count | int | |
리턴 | int |
public Write ( byte buffer, int offset, int count ) : void | ||
buffer | byte | |
offset | int | |
count | int | |
리턴 | void |