C# Class Lightstreamer.DotNet.Client.PushServerProxy.PushServerProxyInfo

Mostrar archivo Open project: cityindex-attic/TradingApi.Client.CS Class Usage Examples

Public Properties

Property Type Description
controlAddress string
keepaliveMillis long
rebindAddress string
sessionId string

Public Methods

Method Description
PushServerProxyInfo ( string sessionId, string controlAddress, string rebindAddress, long keepaliveMillis ) : Lightstreamer.DotNet.Client.Support
ToString ( ) : string

Method Details

PushServerProxyInfo() public method

public PushServerProxyInfo ( string sessionId, string controlAddress, string rebindAddress, long keepaliveMillis ) : Lightstreamer.DotNet.Client.Support
sessionId string
controlAddress string
rebindAddress string
keepaliveMillis long
return Lightstreamer.DotNet.Client.Support

ToString() public method

public ToString ( ) : string
return string

Property Details

controlAddress public_oe property

public string controlAddress
return string

keepaliveMillis public_oe property

public long keepaliveMillis
return long

rebindAddress public_oe property

public string rebindAddress
return string

sessionId public_oe property

public string sessionId
return string