The ConnectionListenerBase type exposes the following members.
Back to Top
Properties
| Name | Description | |
|---|---|---|
| ApplicationLayerProtocol |
The application layer protocol status for this listener.
| |
| ConnectionType |
The connection type that this listener supports.
| |
| IsDiscoverable |
True if this listener will be advertised via peer discovery
| |
| IsListening |
True if this listener is listening.
| |
| ListenerDefaultSendReceiveOptions |
The send receive options associated with this listener.
| |
| LocalListenEndPoint |
The local IPEndPoint that this listener is associated with.
|
See Also