메소드 | 설명 | |
---|---|---|
HostToNetworkOrder ( int host ) : int | ||
HostToNetworkOrder ( long host ) : long | ||
HostToNetworkOrder ( short host ) : short | ||
NetworkToHostOrder ( int network ) : int | ||
NetworkToHostOrder ( long network ) : long | ||
NetworkToHostOrder ( short network ) : short | ||
Write ( this NetworkStream, String UTF8Text, System.Boolean Flush = true ) : void |
메소드 | 설명 | |
---|---|---|
SwapInt ( int number ) : int | ||
SwapLong ( long number ) : long | ||
SwapShort ( short number ) : short |
public static HostToNetworkOrder ( long host ) : long | ||
host | long | |
리턴 | long |
public static HostToNetworkOrder ( short host ) : short | ||
host | short | |
리턴 | short |
public static NetworkToHostOrder ( int network ) : int | ||
network | int | |
리턴 | int |
public static NetworkToHostOrder ( long network ) : long | ||
network | long | |
리턴 | long |
public static NetworkToHostOrder ( short network ) : short | ||
network | short | |
리턴 | short |
public static Write ( this NetworkStream, String UTF8Text, System.Boolean Flush = true ) : void | ||
NetworkStream | this | |
UTF8Text | String | |
Flush | System.Boolean | |
리턴 | void |