Gets the default client protocol setup for the given URL.
Declaring type: ClientProtocolSetup
Namespace: Zyan.Communication.Protocols
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public static IClientProtocolSetup GetClientProtocol (
        string url
) 
Parameters
url
The URL to connect to.
Return Value
IClientProtocolSetup implementation, or null, if the default protocol is not found.