Microsoft.Owin
表示 Cookie 选项。
初始化 类的新实例。
获取或设置要与 Cookie 关联的域。
要与 Cookie 关联的域。
获取或设置 Cookie 的到期日期和时间。
Cookie 的到期日期和时间。
获取或设置一个值,该值指示是否可通过客户端脚本访问 Cookie。
如果可通过客户端脚本访问 Cookie,则为 true;否则为 false。
获取或设置要使用当前 Cookie 传输的虚拟路径。
要使用当前 Cookie 传输的虚拟路径。
获取或设置一个值,该值指示是否要使用安全套接字层 (SSL)(即仅通过 HTTPS)传输 Cookie。
若要通过 SSL 连接 (HTTPS) 传输 Cookie,则为 true;否则为 false。
Contains the form value providers for the application.
Initializes a new instance of the class.
The store for the form.
Represents a wrapper for owin.RequestHeaders and owin.ResponseHeaders.
Initializes a new instance of the class.
The store value.
Adds a new list of items in the collection.
The item to add.
Adds a new list of items in the collection.
The key.
The value.
Adds a new value. Appends to the header if already present.
The key.
The value.
Quotes any values containing comas, and then coma joins all of the values with any existing values.
The key.
The value.
Adds new values. Each item remains a separate array entry.
The key.
The values.
Clears the entire list of objects.
Returns a value indicating whether the specified object occurs within this collection.
true if the specified object occurs within this collection; otherwise, false.
The item.
Determines whether the contains a specific key.
true if the contains a specific key; otherwise, false.
The key.
Copies the elements to a one-dimensional Array instance at the specified index.
The one-dimensional Array that is the destination of the specified objects copied from the .
The zero-based index in at which copying begins.
Gets the number of elements contained in the .
The number of elements contained in the .
Gets the associated value from the collection.
The associated value from the collection.
The key.
Parses out comma separated headers into individual values.
The comma separated headers to parse.
The key.
Returns an enumerator that iterates through a collection.
An object that can be used to iterate through the collection.
Gets the associated values from the collection in their original format. Returns null if the key is not present.
The associated values from the collection.
The key.
Gets a value that indicates whether the is in read-only mode.
true if the is in read-only mode; otherwise, false.
Get or set the associated header value in the collection. Multiple values will be merged. Returns null if the key is not present.
The associated header value in the collection.
Gets an that contains the keys in the .
An that contains the keys in the .
Indicates whether the specified object can be removed in the collection.
true if the specified object can be removed in the collection; otherwise, false.
The item.
Indicates whether the specified object can be removed in the collection.
true if the specified object can be removed in the collection; otherwise, false.
The key.
Sets a specific header value.
The key.
The value of the header.
Quotes any values containing comas, and then coma joins all of the values.
The key.
The values.
Sets the specified header values without modification.
The key.
The values.
Gets or sets an that contains the keys in the .
An that contains the keys in the .
Returns an enumerator that iterates through a collection.
An IEnumerator object that can be used to iterate through the collection.
Indicates whether the tries to get the value.
true if the tries to get the value; otherwise, false.
The key.
The value.
Gets the attribute value.
The attribute value.
Returns .
Returns .
Returns .
Returns .
Returns .
Returns .
Returns .
Returns .
Returns .
Returns .
Represents an interface of collection of forms.
A wrapper for and .
Adds the specified header to the dictionary.
The key of the header to add.
The header value to add.
Adds the header values to the dictionary as a comma-separated value.
The key of the header to add.
The header values to add.
Adds the header values to the dictionary unmodified.
The key of the header to add.
The header values to add.
Parses out comma separated headers into individual values. Quoted values will not be coma split, and the quotes will be removed.
The collection of header values.
The key of the header to get.
Gets or sets the header with the specified key.
The header with the specified key.
Assigns a new header value for the specified key.
The key of the header to set.
The new header value to set.
Assigns the header values to the dictionary as a comma-separated value.
The key of the header to set.
The header values to set.
Assigns the header values to the dictionary unmodified.
The key of the header to set.
The header values to set.
This wraps OWIN environment dictionary and provides strongly typed accessors.
Gets the authentication middleware functionality available on the current request.
The authentication middleware functionality available on the current request.
Gets the wrapped OWIN environment.
The wrapped OWIN environment.
Gets a value from the OWIN environment, or returns default(T) if not present.
The value with the specified key or the default(T) if not present..
The key of the value to get.
The type of the value.
Gets a wrapper exposing request specific properties.
A wrapper exposing request specific properties.
Gets a wrapper exposing response specific properties.
A wrapper exposing response specific properties.
Sets the given key and value in the OWIN environment.
This instance.
The key of the value to set.
The value to set.
The type of the value.
Represents the request for the open web interface.
Gets or sets the accepted request.
The accepted request.
Gets or sets the request body.
The request body.
Gets or sets the request cache control.
The request cache control.
Gets or sets the call cancellation token for the request.
The call cancellation token for the request.
Gets or sets the type of the context associated with the request.
The type of the context associated with the request.
Gets the request context.
The request context.
Gets the collection of cookies for the request.
The collection of cookies for the request.
Gets the request environment.
The request environment.
Gets the type of the request.
The returned request.
The key.
The type of the request.
Gets the request headers.
The request headers.
Gets or sets the request host.
The request host.
Gets or sets whether this request is secure.
true if this request is secure; otherwise, false.
Gets or sets the local IP address of the object that made the request.
The local IP address of the object that made the request.
Gets or sets the port used in making the request.
The port used in making the request.
Gets or sets the type of the media in making the request.
The type of the media in making the request.
Gets or sets the method used in making the request.
The method used in making the request.
Gets or sets the request path.
The request path.
Gets or sets the request path base.
The request path base.
Gets or sets the protocol used in the request.
The protocol used in the request.
Gets the query composed of readable string collection for the request.
The query composed of readable string collection for the request.
Gets or sets the query string used in the query.
The query string used in the query.
Asynchronously reads the form associated with the request.
The read form associated with the request.
Gets or sets the remote IP address associated with the request.
The remote IP address associated with the request.
Gets or sets the remote port associated with the request.
The remote port associated with the request.
Gets or sets the request scheme.
The request scheme.
Sets the type of the request.
The retrieved request.
The key.
The request value.
The type of the request.
Gets the uniform resource identifier (URI) associated with the request.
The uniform resource identifier (URI) associated with the request.
Gets or sets the user that made the request.
The user that made the request.
Represents an OWIN response.
Gets or sets the body of the .
The body of the .
Gets or sets the content returned by the request.
The number of bytes returned by the request.
Gets or sets the content type of the output stream.
The content type of the output stream.
Gets the context for the .
The context for the .
Gets the .
The .
Gets the fully qualified path of the current working directory.
The fully qualified path of the current working directory.
Gets or sets an ETag that identifies a version of the file.
An ETag that identifies a version of the file.
Gets or sets the duration before the response expires.
The duration before the response expires.
Gets the list of the OWIN response.
The list of the OWIN response.
The key.
The type generic.
Gets a collection of headers.
A collection of headers.
Adds the response headers.
The callback method.
The current state.
Gets or sets the information about a protocol.
The information about a protocol.
Gets or sets the reason phrase, which typically is sent by servers.
The reason phrase.
Redirects a response from the specified location.
The location where to redirect the response.
Returns a new set with the elements of the second set removed from the first.
A set containing elements of the first set that are not contained in the second set.
The key.
The value.
The type generic.
Gets or sets the OWIN status code of the output returned to the client.
The OWIN status code of the output returned to the client.
Writes the date contained in the given array to the file.
The data contained.
Writes the date contained in the given array to the file.
The data contained.
The zero-based byte offset in the parameter at which to begin copying bytes to the port.
The number of bytes to write.
Writes the date contained in the given array to the file.
The contained text.
Writes information to a response asynchronously.
The information to write.
The data to contain.
Writes information to a response asynchronously.
The information to write.
The data to contain.
The zero-based byte offset in the parameter at which to begin copying bytes to the port.
The number of bytes to write.
The token.
Writes information to a response asynchronously.
The information to write.
The data to contain.
The token.
Writes information to a response asynchronously.
The information to write.
The text value.
Writes information to a response asynchronously.
The information to write.
The text value.
The token.
Accessors for headers, query, forms, etc.
Get the associated value from the collection. Multiple values will be merged. Returns null if the key is not present.
The associated value from the collection.
The key.
Get the associated values from the collection in their original format. Returns null if the key is not present.
The associated values from the collection in their original format.
The key.
Get the associated value from the collection. Multiple values will be merged. Returns null if the key is not present.
The associated value from the collection.
Provides strongly typed accessors and wraps OWIN environment dictionary.
Initializes a new instance of the class.
Initializes a new instance of the class.
The environment.
Gets the middleware functionality available on the current request.
The middleware functionality available on the current request.
Gets the wrapped OWIN environment.
The wrapped OWIN environment.
Gets a value from the OWIN environment, or returns default(T) if not present.
A value from the OWIN environment.
The key.
The generic type.
Gets a wrapper exposing request specific properties.
A wrapper exposing request specific properties.
Gets a wrapper exposing response specific properties.
A wrapper exposing response specific properties.
Sets the given key and value in the OWIN environment.
The given key and value in the OWIN environment.
The key.
The value.
The generic Type.
表示 OWIN 中间件。
初始化 类的新实例。
下一个 实例。
转到下一个 实例。
对象。
初始化 类的新实例。
环境。
获取或设置此请求的正文。
此请求的正文。
获取与请求关联的环境。
与请求关联的环境。
获取指定的 OWIN 请求。
如果成功,则为 true;否则为 false。
键。
请求的类型。
获取或设置要在 OWIN 请求中使用的主机标头值。
OWIN 请求中的主机标头值。
获取一个值,该值指示 OWIN 连接是否使用安全套接字。
如果连接是 SSL 连接,则为 true;否则为 false。
获取或设置请求的方法。
请求的方法。
获取或设置当前请求的虚拟路径。
当前请求的虚拟路径。
获取或设置 OWIN 请求的路由路径。
OWIN 请求的路由路径。
获取 HTTP 查询字符串变量的集合。
HTTP 查询字符串变量的集合。
获取或设置此请求的方案名称。
此请求的方案名称。
设置指定的请求。
键。
请求的值。
OWIN 请求的类型。
获取当前请求的 URI 的信息。
当前请求的 URI 的信息。
获取或设置此请求的用户名。
此请求的用户名。
表示 OWIN 响应。
初始化 类的新实例。
环境。
获取或设置响应的正文流。
响应的正文流。
获取或设置输出流的内容类型。
输出流的内容类型。
获取与响应关联的环境。
与响应关联的环境。
从指定的位置重定向响应。
要将响应重定向到的位置。
获取或设置返回到客户端的输出的 OWIN 状态代码。
返回到客户端的输出的 OWIN 状态代码。
Represents the startup attributes for the Owin.
Initializes a new instance of the class.
The friendly name.
The type of startup.
Initializes a new instance of the class.
The friendly name.
The type of startup.
The method name.
Initializes a new instance of the class.
The type of startup.
Initializes a new instance of the class.
The type of startup.
The method name.
Gets the friendly name for the attribute.
The friendly name for the attribute.
Gets the method name for the attribute.
The method name for the attribute.
Gets the type of startup.
The type of startup.
Provides correct escaping for Path and PathBase values when needed to reconstruct a request or redirect URI string.
Initialize the path string with a given value. This value must be in unescaped format. Use PathString.FromUriComponent(value) if you have a path value which is in an escaped format.
The unescaped path to be assigned to the Value property.
Adds two PathString instances into a combined PathString value.
Returns the combined PathString.
Combines a PathString and QueryString into the joined URI formatted string value.
Returns the joined URI formatted string.
Represents the empty path. This field is read-only.
Compares this PathString value to another value. The default comparison is StringComparison.OrdinalIgnoreCase.
True if both PathString values are equal.
The second PathString for comparison.
Compares this PathString value to another value using a specific StringComparison type.
True if both PathString values are equal.
The second PathString for comparison.
The StringComparison type to us.
Compares this PathString value to another value. The default comparison is StringComparison.OrdinalIgnoreCase.
True if both PathString values are equal.
The second PathString for comparison.
Returns an PathString given the path as it is escaped in the URI format. The string MUST NOT contain any value that is not a path.
The resulting PathString.
The escaped path as it appears in the URI format.
Returns a PathString given the path as from a Uri object. Relative Uri objects are not supported.
The resulting PathString.
The Uri object.
Returns the hash code for the PathString value. The hash code is provided by the OrdinalIgnoreCase implementation.
The hash code.
True if the path is not empty.
Returns .
Operator call through to Add.
The PathString combination of both values.
The left parameter.
The right parameter.
Operator call through to Add.
The PathString combination of both values.
The left parameter.
The right parameter.
Operator call through to Equals.
True if both PathString values are equal.
The left parameter.
The right parameter
Operator call through to Equals.
True if both PathString values are not equal.
The left parameter.
The right parameter.
Returns .
Returns .
Provides the path string escaped in a way which is correct for combining into the URI representation.
Returns the escaped path value.
Provides the path string escaped in a way which is correct for combining into the URI representation.
Returns the escaped path value.
The unescaped path value.
Returns .
Provides correct handling for QueryString value when needed to reconstruct a request or redirect URI string.
Initialize the query string with a given value. This value must be in escaped and delimited format without a leading '?' character.
The query string to be assigned to the Value property.
Initialize a query string with a single given parameter name and value. The value is.
The unencoded parameter name.
The unencoded parameter value.
Represents the empty query string. This field is read-only.
Returns .
Returns .
Returns a PathString given the path as it is escaped in the URI format. The string MUST NOT contain any value that is not a path.
The resulting PathString.
The escaped path as it appears in the URI format.
Returns a PathString given the path as from a Uri object. Relative Uri objects are not supported.
The resulting PathString.
The Uri object.
Returns .
True if the query string is not empty.
Returns .
Returns .
Returns .
Provides the query string escaped in a way which is correct for combining into the URI representation. A leading '?' character will be prepended unless the Value is null or empty. Characters which are potentially dangerous are escaped.
The query string value.
Provides the query string escaped in a way which is correct for combining into the URI representation. A leading '?' character will be prepended unless the Value is null or empty. Characters which are potentially dangerous are escaped.
The query string value.
The unescaped query string without the leading '?' character.
Returns .
Accessors for query, forms, etc.
Create a new wrapper
Get the associated value from the collection. Multiple values will be merged. Returns null if the key is not present.
Get the associated values from the collection in their original format. Returns null if the key is not present.
Get the associated value from the collection. Multiple values will be merged. Returns null if the key is not present.
A wrapper for the request Cookie header
Create a new wrapper
Returns null rather than throwing KeyNotFoundException
A wrapper for the response Set-Cookie header.
Initializes a new instance of the class.
The collection of response Set-Cookie header.
Adds a new cookie and value.
The key of the cookie to add.
The value of the cookie to add.
Adds a new cookie and value.
The key of the cookie to add.
The value of the cookie to add.
The options for cookie.
Sets the cookie expired.
The key of the cookie to set.
Sets the cookie expired.
The key of the cookie to set.
The options for cookie.
A standard implementation of IAppBuilder
The Build is called at the point when all of the middleware should be chained together. This is typically done by the hosting component which created the app builder, and does not need to be called by the startup method if the IAppBuilder is passed in.
Returns an instance of the pipeline's entry point. This object may be safely cast to the type which was provided
The New method creates a new instance of an IAppBuilder. This is needed to create a tree structure in your processing, rather than a linear pipeline. The new instance share the same Properties, but will be created with a new, empty middleware list. To create a tangent pipeline you would first call New, followed by several calls to Use on the new builder, ending with a call to Build on the new builder. The return value from Build will be the entry-point to your tangent pipeline. This entry-point may now be added to the main pipeline as an argument to a switching middleware, which will either call the tangent pipeline or the "next app", based on something in the request. That said - all of that work is typically hidden by a middleware like Map, which will do that for you.
The new instance of the IAppBuilder implementation
Contains arbitrary properties which may added, examined, and modified by components during the startup sequence.
Returns .
Adds a middleware node to the OWIN function pipeline. The middleware are invoked in the order they are added: the first middleware passed to Use will be the outermost function, and the last middleware passed to Use will be the innermost.
The IAppBuilder itself is returned. This enables you to chain your use statements together.
The middleware parameter determines which behavior is being chained into the pipeline. If the middleware given to Use is a Delegate, then it will be invoked with the "next app" in the chain as the first parameter. If the delegate takes more than the single argument, then the additional values must be provided to Use in the args array. If the middleware given to Use is a Type, then the public constructor will be invoked with the "next app" in the chain as the first parameter. The resulting object must have a public Invoke method. If the object has constructors which take more than the single "next app" argument, then additional values may be provided in the args array.
Any additional args passed to Use will be passed as additional values, following the "next app" parameter, when the OWIN call pipeline is build. They are passed as additional parameters if the middleware parameter is a Delegate, or as additional constructor arguments if the middle parameter is a Type.
Extension methods for IAppBuilder.
Adds converters for adapting between disparate application signatures.
Adds converters for adapting between disparate application signatures.
The Build is called at the point when all of the middleware should be chained together. May be called to build pipeline branches.
The request processing entry point for this section of the pipeline.
The Build is called at the point when all of the middleware should be chained together. May be called to build pipeline branches.
The request processing entry point for this section of the pipeline.
The application signature.
Contains parts of an address and the complete address.
Initializes a new instance of the class.
The dictionary.
Initializes a new instance of the class.
The scheme.
The host.
The port.
The path.
Creates a new .
A new to create.
Gets the internal dictionary for this collection.
The internal dictionary for this collection.
Determines whether the specified object is equal to the current object.
true if the specified object is equal to the current object; otherwise, false.
The other object.
Determines whether the specified object is equal to the current object.
true if the specified object is equal to the current object; otherwise, false.
The other object.
Gets the list of keys in the .
The list of keys in the .
The key value.
The type generic.
Returns the hash code for this instance.
The hash code for this instance.
Gets or sets the host for the builder.
The host for the builder.
Determines whether two specified instances of are equal.
true if left and right represent the same address; otherwise, false.
The first object to compare.
The second objet to compare.
Determines whether two specified instance of are not equal.
true if left and right do not represent the same address; otherwise, false.
The first object to compare.
The second object to compare.
Gets or sets the string that describes the path.
The string that describes the path.
Gets or sets the port number of the address.
The port number of the address.
Gets or sets the scheme name for this address.
The scheme name.
Sets the with the specified key and value.
The with the specified key and value.
The key.
The value.
Wraps the host.Addresses list.
Initializes a new instance of the class.
The address list to set to the collection.
Adds the specified address to the collection.
The address to add to the collection.
Gets the number of elements in the collection.
The number of elements in the collection.
Creates a new instance of with empty list.
A new instance of with empty list.
Determines whether the current collection is equal to the specified collection.
true if current collection is equal to the specified collection; otherwise, false.
The other collection to compare to the current collection.
Determines whether the current collection is equal to the specified object.
true if current collection is equal to the specified object; otherwise, false.
The object to compare to the current collection.
Gets the enumerator that iterates through the collection.
The enumerator that can be used to iterate through the collection.
Gets the hash code for this instance.
The hash code for this instance.
Gets the item with the specified index from the collection.
The item with the specified index.
Gets the underlying address list.
The underlying address list.
Determines whether the first collection is equal to the second collection.
true if both collections are equal; otherwise, false.
The first collection to compare.
The second collection to compare.
Determines whether the first collection is not equal to the second collection.
true if both collections are not equal; otherwise, false.
The first collection to compare.
The second collection to compare.
Gets the enumerator that iterates through the collection.
The enumerator that can be used to iterate through the collection.
A wrapper for the IDictionary.
Initializes a new instance of the class.
The dictionary to set for this instance.
Gets or sets the address collection for “host.Addresses”.
The address collection for “host.Addresses”.
Gets or sets the action delegate for “builder.AddSignatureConversion”.
The action delegate for “builder.AddSignatureConversion”.
Gets or sets the string value for “host.AppName”.
The string value for “host.AppName”.
Gets or sets the list of “server.Capabilities”.
The list of “server.Capabilities”.
Gets or sets the function delegate for “builder.DefaultApp”.
The function delegate for “builder.DefaultApp”.
Gets the underlying dictionary for this instance.
The underlying dictionary for this instance.
Determines whether the current AppProperties is equal to the specified AppProperties.
true if the current AppProperties is equal to the specified AppProperties; otherwise, false.
The other AppProperties to compare with the current instance.
Determines whether the current AppProperties is equal to the specified object.
true if the current AppProperties is equal to the specified object; otherwise, false.
The object to compare with the current instance.
Gets the value from the dictionary with the specified key.
The value with the specified key.
The key of the value to get.
The type of the value.
Returns the hash code for this instance.
The hash code for this instance.
Gets or sets the cancellation token for “host.OnAppDisposing”.
The cancellation token for “host.OnAppDisposing”.
Determines whether the first AppPProperties is equal to the second AppProperties.
true if both AppProperties are equal; otherwise, false.
The first AppPropeties to compare.
The second AppPropeties to compare.
Determines whether the first AppPProperties is not equal to the second AppProperties.
true if both AppProperties are not equal; otherwise, false.
The first AppPropeties to compare.
The second AppPropeties to compare.
Gets or sets the string value for “owin.Version”.
The string value for “owin.Version”.
Sets the value with the specified key.
This instance.
The key of the value to set.
The value to set.
Gets or sets the text writer for “host.TraceOutput”.
The text writer for “host.TraceOutput”.
Represents the capabilities for the builder properties.
Initializes a new instance of the class.
A collection of object.
Creates the builder .
The builder .
Gets a collection of objects.
A collection of objects.
Indicates a value whether the specified object is equal to the current object.
true if the specified object is equal to the current object; otherwise, false.
The object.
Indicates a value whether the specified object is equal to the current object.
true if the specified object is equal to the current object; otherwise, false.
The specified object.
Gets the value of the capabilities using the specified key.
The value of the capabilities.
The key value.
The generic Type.
Serves as a hash function for a particular type.
A hash code for the current object.
Determines whether two specified instances of are equal.
true if the two specified instances of are equal; otherwise, false.
The first object to compare.
The second object to compare.
Determines whether two specified instances of are equal.
true if the two specified instances of are equal; otherwise, false.
The first object to compare.
The second object to compare.
Gets or sets the file version to send.
The file version to send.
Sets the builder for the with the specified key and value.
The builder for the .
The key.
The value.
Gets or sets the web socket version.
The version of the web socket.
Represents the integrated pipeline extensions.
Uses a stage marker for the .
A stage marker for the .
The IAppBuilder.
The pipeline stage.
Uses a stage marker for the .
A stage marker for the .
The IAppBuilder.
The stage of name.
Represents a middleware for executing in-line function middleware.
Initializes a new instance of the class.
The pointer to next middleware.
The in-line function request handler.
Initializes a new instance of the class.
The pointer to next middleware.
The in-line function request handler.
Invokes the handler for processing the request.
The object that represents the request operation.
The OWIN context.
表示 Web 帮助器。
提供系统的日期和时间。
获取已基于本地系统的时钟时间设置为当前通用协调时间 (UTC) 的日期和时间。
已设置为当前通用协调时间 (UTC) 的日期和时间。
提供 OWIN 签名的转换。
向应用程序添加转换。
应用程序。
提供系统的日期和时间。
初始化 类的新实例。
获取已基于本地系统的时钟时间设置为当前通用协调时间 (UTC) 的日期和时间。
已设置为当前通用协调时间 (UTC) 的日期和时间。
表示 OWIN 基础结构的 Web 实用工具。
添加具有给定标识符的查询字符串。
添加的查询字符串。
此查询字符串的 URI。
要添加的查询字符串。
添加具有给定标识符的查询字符串。
添加的查询字符串。
此查询字符串的 URI。
要添加的查询字符串。
添加查询字符串。
添加的查询字符串。
此查询的 URI。
指定的查询的名称。
要添加的查询的值。
Logging extension methods for IAppBuilder.
Creates a new ILogger instance from the server.LoggerFactory in the Properties collection.
The created .
The application builder.
The type of the logger.
Creates a new ILogger instance from the server.LoggerFactory in the Properties collection.
The created .
The application builder.
The name of the logger.
Creates a new ILogger instance from the server.LoggerFactory in the Properties collection.
The created .
The application builder.
The component of the logger.
Retrieves the server.LoggerFactory from the Properties collection.
The object.
The application builder.
Sets the server.LoggerFactory in the Properties collection.
The application builder.
The logger factory.
表示诊断记录器工厂。
初始化 类的新实例。
初始化 类的新实例。
根源开关。
根跟踪侦听器。
创建此记录器的实例。
创建的 。
记录器的名称。
提供记录器的接口。
将大多数日志记录模式聚合成一个方法。这必须与 OWIN 环境中的 Func 表示方法兼容。若要检查 IsEnabled,请只使用 TraceEventType 调用 WriteCore 并检查返回值,将不写入任何事件。
如果事件包含日志记录模式,则为 true;否则为 false。
事件类型。
事件标识符。
事件的状态。
异常。
格式化程序。
表示记录器工厂的接口。
创建此记录器的实例。
创建的 。
记录器的名称。
表示记录器扩展。
确定是否已启用记录器。
如果启用了记录器,则为 true;否则为 false。
记录器。
跟踪事件类型。
写入指定记录器的严重消息。
记录器。
严重消息。
写入指定记录器的严重消息。
记录器。
严重消息。
错误。
写入指定记录器的错误消息。
记录器。
错误消息。
写入指定记录器的错误消息。
记录器。
要写入的错误消息。
错误。
写入指定记录器的信息消息。
记录器。
信息消息。
写入指定记录器的详细消息。
记录器。
写入指定记录器的警告消息。
记录器。
要写入的警告消息。
错误。
提供 OWIN 记录器工厂。
获取默认的记录器工厂。
默认的记录器工厂。
Used to create path based branches in your application pipeline.
Process individual request.
The task that completes the process.
The context.
Options for the Map middleware.
The branch taken for a positive match.
Returns .
The path to match.
Returns .
Represents the map when middleware.
Executes the specified context.
The specified context.
The context.
Options for the MapWhen middleware.
The branch taken for a positive match.
Returns .
The user callback that determines if the branch should be taken.
Returns .
The async user callback that determines if the branch should be taken.
Returns .
Acts as the return value from calls to the IAuthenticationManager's AuthenticeAsync methods.
Initializes a new instance of the class with the specified data.
The claims that were authenticated by the given AuthenticationType.
The extra values that were provided with the original SignIn call.
The description properties for the middleware authentication type.
Gets or sets the description properties for the middleware authentication type in general. Does not vary per request.
The description properties for the middleware authentication type.
Gets or sets the claims that were authenticated by the given AuthenticationType. If the authentication type was not successful the Identity property will be null.
The claims that were authenticated by the given AuthenticationType.
Gets or sets the extra values that were provided with the original SignIn call.
The extra values that were provided with the original SignIn call.
表示安全身份验证的描述。
初始化 类的新实例。
初始化 类的新实例。
此身份验证的属性。
获取或设置身份验证类型。
此身份验证的类型。
获取或设置此身份验证的文本标题。
此身份验证的文本标题。
获取或设置此身份验证的属性。
此身份验证的属性。
Contains the authentication properties.
Initializes a new instance of the class.
Initializes a new instance of the class.
The underlying dictionary used to store these properties.
Gets the underlying dictionary used to store these properties.
The underlying dictionary used to store these properties.
Gets or sets the expiration date and time of authentication.
The expiration date and time of authentication.
Gets or sets a value that indicates whether authentication is persistent.
true if authentication is persistent; otherwise, false.
Gets or sets the issuance date and time of authentication.
The issuance date and time of authentication.
表示身份验证响应质询。
获取或设置身份验证的类型。
身份验证的类型。
表示授予身份验证响应的类。
获取或设置身份验证的标识。
身份验证的标识。
获取或设置身份验证的主体。
身份验证的主体。
表示吊销身份验证响应的类。
初始化 类的新实例。
身份验证类型。
获取或设置身份验证类型。
身份验证类型。
Represents a list of objects to validate in the authentication manager.
Authenticates the result asynchronously.
The result to authenticate asynchronously.
The type of authentication.
Authenticates the result asynchronously.
The result to authenticate asynchronously.
The types of authentication.
Gets or sets the authentication response challenge.
The authentication response challenge.
Gets or sets the authentication response to grant.
The authentication response to grant.
Gets or sets the authentication response to revoke.
The authentication response to revoke.
Creates a challenge for the authentication manager.
The .
The types of authentication.
Creates a challenge for the authentication manager.
The types of authentication.
Gets the authentication types in the authentication manager.
The authentication types in the authentication manager.
Gets the authentication types in the authentication manager.
The authentication types in the authentication manager.
The predicate.
Handles the sign-in process during authentication.
The properties.
The identities.
Handles the sign-in process during authentication.
The identities.
Handles the sign-out process after authentication.
The types of authentication.
Gets or sets the ClaimsPrincipal user.
The ClaimsPrincipal user.
Extension methods for IAppBuilder.
An app that handles all requests
An app that handles the request or calls the given next Func
Any additional arguments for the middleware constructor
The middleware type
Extension methods for the MapMiddleware
If the request path starts with the given pathMatch, execute the app configured via configuration parameter instead of continuing to the next component in the pipeline.
The path to match
The branch to take for positive path matches
Extension methods for the MapWhenMiddleware
Branches the request pipeline based on the result of the given predicate.
Invoked with the request environment to determine if the branch should be taken
Configures a branch to take
Specifies an enumeration of pipeline state.
The state is AcquireState.
The state is Authenticate.
The state is Authorize.
The state is MapHandler.
The state is PostAcquireState.
The state is PostAuthenticate.
The state is PostAuthorize.
The state is PostMapHandler.
The state is PostResolveCache.
The state is PreHandlerExecute.
The state is ResolveCache.