Protocol PropertiesC# API
The Protocol type exposes the following members.
Properties

  NameDescription
Public propertyStatic memberHTTP
Represents the Hypertext Transfer Protocol.
Public propertyStatic memberHTTPS
Represents the Hypertext Transfer Protocol Secure.
Public propertyName
Gets the name of this Protocol.
Public propertyStatic memberNOT_DEFINED
Represents an undefined Protocol.
Public propertyPort
Gets the port number for this Protocol.
Public propertyStatic memberWS
Represents the WebSocket Protocol.
Public propertyStatic memberWSS
Represents the WebSocket (secure) Protocol.
Back to Top
See Also