Adapter.BuildConnectionFactory Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected public:
abstract Microsoft::ServiceModel::Channels::Common::IConnectionFactory ^ BuildConnectionFactory(Microsoft::ServiceModel::Channels::Common::ConnectionUri ^ connectionUri, System::ServiceModel::Description::ClientCredentials ^ clientCredentials, System::ServiceModel::Channels::BindingContext ^ context);
protected internal abstract Microsoft.ServiceModel.Channels.Common.IConnectionFactory BuildConnectionFactory (Microsoft.ServiceModel.Channels.Common.ConnectionUri connectionUri, System.ServiceModel.Description.ClientCredentials clientCredentials, System.ServiceModel.Channels.BindingContext context);
abstract member BuildConnectionFactory : Microsoft.ServiceModel.Channels.Common.ConnectionUri * System.ServiceModel.Description.ClientCredentials * System.ServiceModel.Channels.BindingContext -> Microsoft.ServiceModel.Channels.Common.IConnectionFactory
Parameters
- connectionUri
- ConnectionUri
- clientCredentials
- ClientCredentials
- context
- BindingContext