1 override of ValidateCreateChannelParameters
System.ServiceModel (1)
System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
96protected override void ValidateCreateChannelParameters(EndpointAddress remoteAddress, Uri via)
2 references to ValidateCreateChannelParameters
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
450ValidateCreateChannelParameters(remoteAddress, via);
System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
124base.ValidateCreateChannelParameters(remoteAddress, via);