Formats the connection URL for this protocol.
Declaring type: IClientProtocolSetup
Namespace: Zyan.Communication.Protocols
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public abstract string FormatUrl (
        params object[] parts
) 
Parameters
parts
The parts of the url, such as server name, port, etc.
Return Value
Formatted URL supported by the protocol.