Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetChannelBinding()

ChannelBinding System.Net.Security.SslStream.GetChannelBinding ( ChannelBindingKind kind)
inlinepackage

Definition at line 480 of file SslStream.cs.

481 {
482 return _context?.GetChannelBinding(kind);
483 }
ChannelBinding GetChannelBinding(ChannelBindingKind kind)

References System.Net.Security.SslStream._context, and System.Net.Security.SecureChannel.GetChannelBinding().

Referenced by System.Net.SslStreamContext.GetChannelBinding().