PowerTCP Sockets for .NET
SocketOption Property (UdpBase)




Gets the socket options for classes derived from UdpBase.
Syntax
'Declaration
 
Public ReadOnly Property SocketOption As UdpSocketOption
'Usage
 
Dim instance As UdpBase
Dim value As UdpSocketOption
 
value = instance.SocketOption
public UdpSocketOption SocketOption {get;}
public: __property UdpSocketOption* get_SocketOption();
public:
property UdpSocketOption^ SocketOption {
   UdpSocketOption^ get();
}
See Also

Reference

UdpBase Class
UdpBase Members


PowerTCP Sockets for .NET Documentation Version 4.5
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic