WSTrustChannelFactory Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
WSTrustChannelFactory(ServiceEndpoint) | |
WSTrustChannelFactory(Binding, EndpointAddress) |
WSTrustChannelFactory(ServiceEndpoint)
- Origine:
- WSTrustChannelFactory.cs
- Origine:
- WSTrustChannelFactory.cs
public:
WSTrustChannelFactory(System::ServiceModel::Description::ServiceEndpoint ^ serviceEndpoint);
public WSTrustChannelFactory (System.ServiceModel.Description.ServiceEndpoint serviceEndpoint);
new System.ServiceModel.Federation.WSTrustChannelFactory : System.ServiceModel.Description.ServiceEndpoint -> System.ServiceModel.Federation.WSTrustChannelFactory
Public Sub New (serviceEndpoint As ServiceEndpoint)
Parametri
- serviceEndpoint
- ServiceEndpoint
Si applica a
WSTrustChannelFactory(Binding, EndpointAddress)
- Origine:
- WSTrustChannelFactory.cs
- Origine:
- WSTrustChannelFactory.cs
public:
WSTrustChannelFactory(System::ServiceModel::Channels::Binding ^ binding, System::ServiceModel::EndpointAddress ^ endpointAddress);
public WSTrustChannelFactory (System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress endpointAddress);
new System.ServiceModel.Federation.WSTrustChannelFactory : System.ServiceModel.Channels.Binding * System.ServiceModel.EndpointAddress -> System.ServiceModel.Federation.WSTrustChannelFactory
Public Sub New (binding As Binding, endpointAddress As EndpointAddress)
Parametri
- binding
- Binding
- endpointAddress
- EndpointAddress
Si applica a
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.