C# Class Tce.RpcEndpointSocket

Inheritance: RpcEndpoint
Show file Open project: adoggie/TCE Class Usage Examples

Public Properties

Property Type Description
host string
port int
ssl bool

Public Methods

Method Description
RpcEndpointSocket ( string host, int port, bool ssl = false ) : System

Method Details

RpcEndpointSocket() public method

public RpcEndpointSocket ( string host, int port, bool ssl = false ) : System
host string
port int
ssl bool
return System

Property Details

host public property

public string host
return string

port public property

public int port
return int

ssl public property

public bool ssl
return bool