메소드 | 설명 | |
---|---|---|
End ( this stream, |
||
End ( this stream, |
||
End ( this stream, string text ) : int | ||
End ( this stream, string text, System.Action callback ) : int | ||
End ( this stream, ArraySegment |
||
End ( this stream, ArraySegment |
||
End ( this stream, byte data ) : void | ||
End ( this stream, byte data, System.Action callback ) : void | ||
End ( this stream, byte data, int count ) : void | ||
End ( this stream, byte data, int count, System.Action callback ) : void | ||
End ( this stream, byte data, int index, int count ) : void | ||
End ( this stream, byte data, int index, int count, System.Action callback ) : void | ||
Read ( this stream, |
||
Shutdown ( this stream ) : void | ||
Write ( this stream, |
||
Write ( this stream, |
||
Write ( this stream, string text ) : int | ||
Write ( this stream, string text, Action |
||
Write ( this stream, ArraySegment |
||
Write ( this stream, ArraySegment |
||
Write ( this stream, byte data ) : void | ||
Write ( this stream, byte data, Action |
||
Write ( this stream, byte data, int count ) : void | ||
Write ( this stream, byte data, int count, Action |
||
Write ( this stream, byte data, int index, int count ) : void |
public static End ( this stream, |
||
stream | this | |
encoding | ||
text | string | |
리턴 | int |
public static End ( this stream, |
||
stream | this | |
encoding | ||
text | string | |
callback | System.Action | |
리턴 | int |
public static End ( this stream, string text ) : int | ||
stream | this | |
text | string | |
리턴 | int |
public static End ( this stream, string text, System.Action callback ) : int | ||
stream | this | |
text | string | |
callback | System.Action | |
리턴 | int |
public static End ( this stream, ArraySegment |
||
stream | this | |
data | ArraySegment |
|
리턴 | void |
public static End ( this stream, ArraySegment |
||
stream | this | |
data | ArraySegment |
|
callback | System.Action | |
리턴 | void |
public static End ( this stream, byte data, System.Action callback ) : void | ||
stream | this | |
data | byte | |
callback | System.Action | |
리턴 | void |
public static End ( this stream, byte data, int count ) : void | ||
stream | this | |
data | byte | |
count | int | |
리턴 | void |
public static End ( this stream, byte data, int count, System.Action callback ) : void | ||
stream | this | |
data | byte | |
count | int | |
callback | System.Action | |
리턴 | void |
public static End ( this stream, byte data, int index, int count ) : void | ||
stream | this | |
data | byte | |
index | int | |
count | int | |
리턴 | void |
public static End ( this stream, byte data, int index, int count, System.Action callback ) : void | ||
stream | this | |
data | byte | |
index | int | |
count | int | |
callback | System.Action | |
리턴 | void |
public static Read ( this stream, |
||
stream | this | |
enc | ||
callback | Action |
|
리턴 | void |
public static Write ( this stream, |
||
stream | this | |
enc | ||
text | string | |
리턴 | int |
public static Write ( this stream, |
||
stream | this | |
enc | ||
text | string | |
callback | Action |
|
리턴 | int |
public static Write ( this stream, string text ) : int | ||
stream | this | |
text | string | |
리턴 | int |
public static Write ( this stream, string text, Action |
||
stream | this | |
text | string | |
callback | Action |
|
리턴 | int |
public static Write ( this stream, ArraySegment |
||
stream | this | |
data | ArraySegment |
|
리턴 | void |
public static Write ( this stream, ArraySegment |
||
stream | this | |
data | ArraySegment |
|
callback | Action |
|
리턴 | void |
public static Write ( this stream, byte data ) : void | ||
stream | this | |
data | byte | |
리턴 | void |
public static Write ( this stream, byte data, Action |
||
stream | this | |
data | byte | |
callback | Action |
|
리턴 | void |
public static Write ( this stream, byte data, int count ) : void | ||
stream | this | |
data | byte | |
count | int | |
리턴 | void |
public static Write ( this stream, byte data, int count, Action |
||
stream | this | |
data | byte | |
count | int | |
callback | Action |
|
리턴 | void |
public static Write ( this stream, byte data, int index, int count ) : void | ||
stream | this | |
data | byte | |
index | int | |
count | int | |
리턴 | void |