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.​Http.​SocketsHttpPlaintextStreamFilterContext
Assembly: System.Net.Http
Inheritance: object → SocketsHttpPlaintextStreamFilterContext
Represents the context passed to the PlaintextStreamFilter for a SocketsHttpHandler instance.
Properties
public
HttpRequestMessage
InitialRequestMessage
Gets the initial HttpRequestMessage that is causing the stream to be used.
public
Version
NegotiatedHttpVersion
Gets the version of HTTP in use for this stream.
public
IO.​Stream
PlaintextStream
Gets the plaintext Stream that will be used for HTTP protocol requests and responses.
Methods
public
bool
Equals​(object obj)
Inherited from object
protected
void
Finalize​()
Inherited from object
public
int
GetHashCode​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object