Method | Description | |
---|---|---|
CreateClient ( |
Creates a new client to connect to a server using an end point.
|
|
CreateClient ( string endpointAddress ) : IScsClient |
Creates a new client to connect to a server using an end point.
|
public static CreateClient ( |
||
endpoint | End point of the server to connect it | |
return | IScsClient |
public static CreateClient ( string endpointAddress ) : IScsClient | ||
endpointAddress | string | End point address of the server to connect it |
return | IScsClient |