3 references to GetChannelBinding
System (3)
net\System\Net\_ConnectStream.cs (1)
2311
binding = tlsStream.
GetChannelBinding
(kind);
net\System\Net\_TLSstream.cs (1)
111
m_CachedChannelBinding =
GetChannelBinding
(ChannelBindingKind.Endpoint);
net\System\Net\mail\smtpconnection.cs (1)
411
this.channelBindingToken = TlsStream.
GetChannelBinding
(ChannelBindingKind.Unique);