Delegate WssConnectionAcceptedDelegate
Delegate for the WssConnectionAccepted event of the Ng911CadIfServer class.
Namespace: Ng911CadIfLib
Assembly: Ng911CadIfLib.dll
Syntax
public delegate void WssConnectionAcceptedDelegate(IPEndPoint RemIpe, string SubProtocol, X509Certificate2 ClientCertificate)
Parameters
Type | Name | Description |
---|---|---|
IPEndPoint | RemIpe | Endpoint of the client that requested the connection. |
string | SubProtocol | Web Socket sub-protocol. May be null if not provided by the client. |
X509Certificate2 | ClientCertificate | The client’s X.509 certificate. May be null if the client did not provide a certificate. |