Handler.SetTcpServerCredentials Method |
Set credentials for a TCP server.
Namespace:
OnixS.NET.ICE.iMpact
Assembly:
OnixS.IceImpactMulticastPriceFeedHandlerNet-4.8_x64 (in OnixS.IceImpactMulticastPriceFeedHandlerNet-4.8_x64.dll) Version: 4.17.0.0
Syntax public void SetTcpServerCredentials(
string name,
string username,
string password
)
Parameters
- name
- Type: System.String
TCP server name.
- username
- Type: System.String
Username.
- password
- Type: System.String
Password.
See Also