C# Class Tce.RpcEndpointSocket

Inheritance: RpcEndpoint
ファイルを表示 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_oe property

public string host
return string

port public_oe property

public int port
return int

ssl public_oe property

public bool ssl
return bool