Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

NetPeerTcpBinding::Port Property

 

Gets or sets the network port on which to bind.

Namespace:   System.ServiceModel
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
property int Port {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

A Int32 value that represents the network port on which this binding instance will process peer-specific TCP messages.

If the port value is invalid, ArgumentException is raised. The default value for this property is 0, which indicates that the listener port is randomly selected from all unreserved ports.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft