PowerTCP Mail for .NET
ExclusiveAddressUse Property




When set to true, forbids multiple socket bindings to the same address. Set this value to true to ensure you have exclusive use of the local endpoint. Socket.ExclusiveAddressUse is set to this value before Socket.Bind is used.
Syntax
<DefaultValueAttribute()>
Public Property ExclusiveAddressUse As Boolean
Dim instance As SocketOption
Dim value As Boolean
 
instance.ExclusiveAddressUse = value
 
value = instance.ExclusiveAddressUse
[DefaultValue()]
public bool ExclusiveAddressUse {get; set;}
[DefaultValue()]
public: __property bool get_ExclusiveAddressUse();
public: __property void set_ExclusiveAddressUse( 
   bool value
);
[DefaultValue()]
public:
property bool ExclusiveAddressUse {
   bool get();
   void set (    bool value);
}
Remarks
Set this value to true to ensure you have exclusive use of the local endpoint. Socket.ExclusiveAddressUse is set to this value before Socket.Bind is used.
See Also

Reference

SocketOption Class
SocketOption Members


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