The WebSocketServer type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
![]() | Certificate |
Gets or sets the certificate used for authentication.
|
![]() | IsSecure |
Gets a value indicating whether the connection is secure.
|
![]() | ListenerSocket |
Gets or sets the ISocket on which communication occurs.
|
![]() | Location |
Gets the location the server is listening on for connections.
|
![]() | Port |
Gets the port the server is listening on for connections.
|
See Also