NetFramingTransportChannelFactory<TChannel> Constructor

Definition

public:
 NetFramingTransportChannelFactory(System::ServiceModel::Channels::ConnectionOrientedTransportBindingElement ^ bindingElement, System::ServiceModel::Channels::BindingContext ^ context, System::String ^ connectionPoolGroupName, TimeSpan idleTimeout, int maxOutboundConnectionsPerEndpoint);
public NetFramingTransportChannelFactory (System.ServiceModel.Channels.ConnectionOrientedTransportBindingElement bindingElement, System.ServiceModel.Channels.BindingContext context, string connectionPoolGroupName, TimeSpan idleTimeout, int maxOutboundConnectionsPerEndpoint);
new System.ServiceModel.Channels.NetFramingTransportChannelFactory<'Channel> : System.ServiceModel.Channels.ConnectionOrientedTransportBindingElement * System.ServiceModel.Channels.BindingContext * string * TimeSpan * int -> System.ServiceModel.Channels.NetFramingTransportChannelFactory<'Channel>
Public Sub New (bindingElement As ConnectionOrientedTransportBindingElement, context As BindingContext, connectionPoolGroupName As String, idleTimeout As TimeSpan, maxOutboundConnectionsPerEndpoint As Integer)

Parameters

context
BindingContext
connectionPoolGroupName
String
idleTimeout
TimeSpan
maxOutboundConnectionsPerEndpoint
Int32

Applies to