NetFramingTransportChannelFactory<TChannel> 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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)
参数
- bindingElement
- ConnectionOrientedTransportBindingElement
- context
- BindingContext
- connectionPoolGroupName
- String
- idleTimeout
- TimeSpan
- maxOutboundConnectionsPerEndpoint
- Int32