NetFramingTransportChannelFactory<TChannel>.GetConnectionPoolKey Method

Definition

protected:
 abstract System::String ^ GetConnectionPoolKey(System::ServiceModel::EndpointAddress ^ address, Uri ^ via);
protected abstract string GetConnectionPoolKey (System.ServiceModel.EndpointAddress address, Uri via);
abstract member GetConnectionPoolKey : System.ServiceModel.EndpointAddress * Uri -> string
Protected MustOverride Function GetConnectionPoolKey (address As EndpointAddress, via As Uri) As String

Parameters

address
EndpointAddress
via
Uri

Returns

Applies to