Checks whether the given URL is valid for this protocol.
Declaring type: TcpCustomClientProtocolSetup
Namespace: Zyan.Communication.Protocols.Tcp
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public override bool IsUrlValid (
        string url
) 
Parameters
url
The URL to check.
Return Value
True, if the URL is supported by the protocol, otherwise, False.