Checks whether the given URL is valid for this protocol.
Declaring type: HttpCustomClientProtocolSetup
Namespace: Zyan.Communication.Protocols.Http
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.