NetFramingTransportChannelFactory<TChannel> Constructor
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.
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
- bindingElement
- ConnectionOrientedTransportBindingElement
- context
- BindingContext
- connectionPoolGroupName
- String
- idleTimeout
- TimeSpan
- maxOutboundConnectionsPerEndpoint
- Int32
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.