Delegate NewSubscriptionDelegate
Delegate for the NewSubscription event of the Ng911CadIfServer class.
Namespace: Ng911CadIfLib
Assembly: Ng911CadIfLib.dll
Syntax
public delegate void NewSubscriptionDelegate(string strSubscriptionId, string strIdType, string strId, IPEndPoint RemIpe)
Parameters
Type | Name | Description |
---|---|---|
string | strSubscriptionId | Subscription ID of the new subscription. |
string | strIdType | Identifies the type of functional element that subscribed to receive EIDO notification events. This information is from the idType field of the other name field of the SubjectAltName of the subscriber's X.509 certificate that was issued by the PSAP Credentialing Agency (PCA). Will be null if the subscriber did not provide a client certificate. |
string | strId | ID of the subscriber from the subscriber's X.509 certificate. Will be null if the subscriber did not provide a client certificate |
IPEndPoint | RemIpe | IP endpoint of the subscriber. The IPEndpoint contains the IP address and port number of the subscriber. |