NetPipeSection::ReceiveTimeout Property
.NET Framework (current version)
Gets or sets the timeout for the NetPipeActivator sharing service.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: [ConfigurationPropertyAttribute("receiveTimeout", DefaultValue = "00:00:30")] property TimeSpan ReceiveTimeout { TimeSpan get(); void set(TimeSpan value); }
This property specifies the timeout for reading the framing data and performing connection dispatching from the underlying connections.
.NET Framework
Available since 3.0
Available since 3.0
Show: