Binding.OpenTimeout Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the interval of time provided for a connection to open before the transport raises an exception.
public:
property TimeSpan OpenTimeout { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan OpenTimeout { get; set; }
member this.OpenTimeout : TimeSpan with get, set
Public Property OpenTimeout As TimeSpan
Property Value
The TimeSpan that specifies how long the open operation has to complete before timing out. The default value is 1 minute.
Exceptions
The value is less than zero or too large.
Remarks
The value of this property is used by the channels and listeners produced by the factories of the binding.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.