NetTcpSection::ReceiveTimeout Property

 

Gets or sets the timeout for the NetTcpPortSharing sharing service.

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

public:
[ConfigurationPropertyAttribute("receiveTimeout", DefaultValue = "00:00:30")]
property TimeSpan ReceiveTimeout {
	TimeSpan get();
	void set(TimeSpan value);
}

Property Value

Type: System::TimeSpan

The default is 10 seconds.

This property specifies the timeout for reading the framing data and performing connection dispatching from the underlying connections.

.NET Framework
Available since 3.0
Return to top
Show: