PowerTCP Mail for .NET
SocketOption Property




Gets and sets the socket options for classes derived from TcpBase.
Syntax
Public Property SocketOption As TcpSocketOption
Dim instance As TcpBase
Dim value As TcpSocketOption
 
instance.SocketOption = value
 
value = instance.SocketOption
public TcpSocketOption SocketOption {get; set;}
public: __property TcpSocketOption* get_SocketOption();
public: __property void set_SocketOption( 
   TcpSocketOption* value
);
public:
property TcpSocketOption^ SocketOption {
   TcpSocketOption^ get();
   void set (    TcpSocketOption^ value);
}
See Also

Reference

TcpBase Class
TcpBase Members


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