PowerTCP FTP 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
[DefaultValue(false)]
public bool ExclusiveAddressUse {get; set;}
[DefaultValue(false)]
public:
property bool ExclusiveAddressUse {
   bool get();
   void set (    bool value);
}
<DefaultValueAttribute(False)>
Public Property ExclusiveAddressUse As Boolean
 
Dim instance As SocketOption
Dim value As Boolean
 
instance.ExclusiveAddressUse = value
 
value = instance.ExclusiveAddressUse
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 FTP for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic