Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

class System.​Net.​TransportContext

Assembly: System.Net.Primitives

Inheritance: object → TransportContext

The <see cref="T:System.Net.TransportContext" /> class provides additional context about the underlying transport layer.

Methods

GetChannelBinding​(Security.Authentication.ExtendedProtection.ChannelBindingKind kind)
kind The type of channel binding to retrieve.
Returns The requested <see cref="T:System.Security.Authentication.ExtendedProtection.ChannelBinding" /> , or <see langword="null" /> if the channel binding is not supported by the current transport or by the operating system.
Retrieves the requested channel binding.
public bool
Equals​(object obj)
Inherited from object
protected void
Finalize​()
Inherited from object
public int
GetHashCode​()
Inherited from object
public Type
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object
public string
ToString​()
Inherited from object