mscorlib(4.0.0.0) API with additions
TransportContext.cs
3 
4 namespace System.Net
5 {
7  [global::__DynamicallyInvokable]
8  public abstract class TransportContext
9  {
15  [global::__DynamicallyInvokable]
17 
21  {
22  throw new NotSupportedException();
23  }
24 
26  [global::__DynamicallyInvokable]
27  protected TransportContext()
28  {
29  }
30  }
31 }
The T:System.Security.Authentication.ExtendedProtection.ChannelBinding class encapsulates a pointer t...
Definition: __Canon.cs:3
Exposes the enumerator, which supports a simple iteration over a collection of a specified type....
Definition: IEnumerable.cs:9
The T:System.Net.TransportContext class provides additional context about the underlying transport la...
TransportContext()
Creates a new instance of the T:System.Net.TransportContext class
abstract ChannelBinding GetChannelBinding(ChannelBindingKind kind)
Retrieves the requested channel binding.
ChannelBindingKind
The T:System.Security.Authentication.ExtendedProtection.ChannelBindingKind enumeration represents the...
virtual IEnumerable< TokenBinding > GetTlsTokenBindings()
Gets the transport security layer token bindings.
The exception that is thrown when an invoked method is not supported, or when there is an attempt to ...