Class ProtoHttpAuthenticationContext
Context supplied to an HTTP-based authenticator when a request is sent.
public sealed record ProtoHttpAuthenticationContext : IEquatable<ProtoHttpAuthenticationContext>
- Inheritance
-
ProtoHttpAuthenticationContext
- Implements
- Inherited Members
- Extension Methods
Constructors
ProtoHttpAuthenticationContext(HttpRequestMessage, ProtoExecutionContext, string)
Context supplied to an HTTP-based authenticator when a request is sent.
public ProtoHttpAuthenticationContext(HttpRequestMessage Request, ProtoExecutionContext Test, string ClientName)
Parameters
RequestHttpRequestMessageTestProtoExecutionContextClientNamestring
Properties
ClientName
public string ClientName { get; init; }
Property Value
Request
public HttpRequestMessage Request { get; init; }
Property Value
Test
public ProtoExecutionContext Test { get; init; }