ConfigurationChannelFactory<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.
Erstellt eine neue Instanz der ConfigurationChannelFactory<TChannel>-Klasse mit angegebenen Endpunktkonfigurationsnamen, Configuration-Objekt und EndpointAddress-Objekt.
public:
ConfigurationChannelFactory(System::String ^ endpointConfigurationName, System::Configuration::Configuration ^ configuration, System::ServiceModel::EndpointAddress ^ remoteAddress);
public ConfigurationChannelFactory (string endpointConfigurationName, System.Configuration.Configuration configuration, System.ServiceModel.EndpointAddress remoteAddress);
new System.ServiceModel.Configuration.ConfigurationChannelFactory<'Channel> : string * System.Configuration.Configuration * System.ServiceModel.EndpointAddress -> System.ServiceModel.Configuration.ConfigurationChannelFactory<'Channel>
Public Sub New (endpointConfigurationName As String, configuration As Configuration, remoteAddress As EndpointAddress)
Parameter
- endpointConfigurationName
- String
Die name-Eigenschaft in einem Endpunkt-Konfigurationselement.
- configuration
- Configuration
Die Einstellungen, die die Informationen im Endpunktelement definieren.
- remoteAddress
- EndpointAddress
Die IP-Adresse eines Zielendpunkts in einer Client- oder Serversitzung. Dieser Parameter kann in null
festgelegt werden, um anzugeben, dass die Endpunktadresse vom Konfigurationselement übernommen werden muss, das im configuration
-Parameter angegeben ist.
Ausnahmen
endpointConfigurationName
oder configuration
ist null
.