Formats the connection URL for this protocol.
Declaring type: IpcBinaryClientProtocolSetup
Namespace: Zyan.Communication.Protocols.Ipc
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public string FormatUrl (
        string portName,
        string zyanHostName
) 
Parameters
portName
The port name (valid filename required).
zyanHostName
Name of the zyan host.
Return Value
Formatted URL supported by the protocol.