IncomingConnectionAddedEventArgs Members
Include Protected Members
Include Inherited Members
Contains event information for connections being added.
The IncomingConnectionAddedEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Item | Gets the item that is affected. (inherited from CollectionChangedEventArgs<T>) |
![]() |
MatchingDomainName | Gets the domain string from the allowed domains list that matched the certificate. |
![]() |
RemoteCertificate | Gets the remote certificate used for this connection. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (inherited from Object) |
![]() |
Finalize | (inherited from Object) |
![]() |
GetHashCode | (inherited from Object) |
![]() |
GetType | (inherited from Object) |
![]() |
MemberwiseClone | (inherited from Object) |
![]() |
ToString | (inherited from Object) |
Top