NetFramingTransportChannelFactory<TChannel> Konstruktor
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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)
Parameter
- bindingElement
- ConnectionOrientedTransportBindingElement
- context
- BindingContext
- connectionPoolGroupName
- String
- idleTimeout
- TimeSpan
- maxOutboundConnectionsPerEndpoint
- Int32
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.