NetFramingTransportChannelFactory<TChannel> Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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)
Paramètres
- bindingElement
- ConnectionOrientedTransportBindingElement
- context
- BindingContext
- connectionPoolGroupName
- String
- idleTimeout
- TimeSpan
- maxOutboundConnectionsPerEndpoint
- Int32
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.