PowerTCP Telnet for .NET CF
ExclusiveAddressUse Property
See Also  Send comments on this topic.
Dart.Common Namespace > TcpSocketOption Class : ExclusiveAddressUse Property




Gets or Sets a value that restricts the use of local ports to only one socket each.

Syntax

Visual Basic (Declaration) 
Public Property ExclusiveAddressUse As Boolean
Visual Basic (Usage)Copy Code
Dim instance As TcpSocketOption
Dim value As Boolean
 
instance.ExclusiveAddressUse = value
 
value = instance.ExclusiveAddressUse
C# 
public bool ExclusiveAddressUse {get; set;}
Managed Extensions for C++ 
public: __property bool get_ExclusiveAddressUse();
public: __property void set_ExclusiveAddressUse( 
   bool value
);
C++/CLI 
public:
property bool ExclusiveAddressUse {
   bool get();
   void set (    bool value);
}

Property Value

Set to true if a specific local port number is desired for multiple active connections; otherwise false. The default is false.

Remarks

Set this option if a specific local port number is desired for multiple active connections.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.