Formats the connection URL for this protocol.
Declaring type: TcpDuplexClientProtocolSetup
Namespace: Zyan.Communication.Protocols.Tcp
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public string FormatUrl (
        string serverAddress,
        int portNumber,
        string zyanHostName
) 
Parameters
serverAddress
The server address.
portNumber
The port number.
zyanHostName
Name of the zyan host.
Return Value
Formatted URL supported by the protocol.