Op Englesch liesen Editéieren

Deelen iwwer


ChannelFactoryBase<TChannel> Constructors

Definition

Initializes a new instance of the ChannelFactoryBase<TChannel> class.

Overloads

ChannelFactoryBase<TChannel>()

Initializes a new instance of the ChannelFactoryBase<TChannel> class.

ChannelFactoryBase<TChannel>(IDefaultCommunicationTimeouts)

Initializes a new instance of the ChannelFactoryBase<TChannel> class with the default communication timeouts specified.

Remarks

The default ChannelFactoryBase<TChannel>() constructor initializes timeout properties with the service model timeout values when exchanging messages. The default value is 1 minute for open, send, and close operations and 10 minutes for the receive operation. Use ChannelFactoryBase<TChannel>(IDefaultCommunicationTimeouts) if you want to specify other values for these operation timeouts.

ChannelFactoryBase<TChannel>()

Source:
ChannelFactoryBase.cs
Source:
ChannelFactoryBase.cs

Initializes a new instance of the ChannelFactoryBase<TChannel> class.

C#
protected ChannelFactoryBase();

Remarks

The parameterless constructor initializes timeout properties with the service model timeout values when exchanging messages. The default value is 1 minute for open, send, and close operations and 10 minutes for the receive operation. Use ChannelFactoryBase<TChannel>(IDefaultCommunicationTimeouts) if you want to specify other values for these operation timeouts.

Applies to

.NET 10 (package-provided) an aner Versiounen
Produkt Versiounen
.NET Core 1.0, Core 1.1, 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0 (package-provided)
UWP 10.0

ChannelFactoryBase<TChannel>(IDefaultCommunicationTimeouts)

Source:
ChannelFactoryBase.cs
Source:
ChannelFactoryBase.cs

Initializes a new instance of the ChannelFactoryBase<TChannel> class with the default communication timeouts specified.

C#
protected ChannelFactoryBase(System.ServiceModel.IDefaultCommunicationTimeouts timeouts);

Parameters

timeouts
IDefaultCommunicationTimeouts

The IDefaultCommunicationTimeouts that specifies the default timeouts for open, send, receive, and close operations when exchanging messages.

Remarks

Use ChannelFactoryBase<TChannel>(IDefaultCommunicationTimeouts) instead of the parameterless constructor if you want to specify custom values for the open, send, receive, and close operation timeouts instead of using the service model default values.

Applies to

.NET 10 (package-provided) an aner Versiounen
Produkt Versiounen
.NET Core 1.0, Core 1.1, 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0 (package-provided)
UWP 10.0