3 references to CustomChannelBinding
System.Net.HttpListener (1)
System\Net\HttpListener.cs (1)
87
if (value.
CustomChannelBinding
!= null)
System.Net.Security (2)
System\Net\Security\NegotiateStream.cs (2)
606
if (policy.
CustomChannelBinding
== null && policy.CustomServiceNames == null)
618
ValidateCreateContext(package, isServer: true, credential, servicePrincipalName, _extendedProtectionPolicy.
CustomChannelBinding
, protectionLevel, impersonationLevel);