메소드 | 설명 | |
---|---|---|
CreateClient ( ) : IScsClient |
Creates a Scs Server that uses this end point to connect to server.
|
|
CreateEndPoint ( string endPointAddress ) : |
Create a Scs End Point from a string. Address must be formatted as: protocol://address For example: tcp://89.43.104.179:10048 for a TCP endpoint with IP 89.43.104.179 and port 10048.
|
|
CreateServer ( ) : IScsServer |
Creates a Scs Server that uses this end point to listen incoming connections.
|
public static CreateEndPoint ( string endPointAddress ) : |
||
endPointAddress | string | Address to create endpoint |
리턴 |