UDPConnectionListener PropertiesNetworkComms.Net Help
The UDPConnectionListener type exposes the following members.
Properties

  NameDescription
Public propertyApplicationLayerProtocol
The application layer protocol status for this listener.
(Inherited from ConnectionListenerBase.)
Public propertyConnectionType
The connection type that this listener supports.
(Inherited from ConnectionListenerBase.)
Public propertyIsDiscoverable
True if this listener will be advertised via peer discovery
(Inherited from ConnectionListenerBase.)
Public propertyIsListening
True if this listener is listening.
(Inherited from ConnectionListenerBase.)
Public propertyListenerDefaultSendReceiveOptions
The send receive options associated with this listener.
(Inherited from ConnectionListenerBase.)
Public propertyLocalListenEndPoint
The local IPEndPoint that this listener is associated with.
(Inherited from ConnectionListenerBase.)
Public propertyUDPOptions
The UDPOptions to be used for this listener
Back to Top
See Also