diff --git a/MP-MON/MP-MON.csproj b/MP-MON/MP-MON.csproj index edb1bd67..7d775434 100644 --- a/MP-MON/MP-MON.csproj +++ b/MP-MON/MP-MON.csproj @@ -81,26 +81,10 @@ True - - ..\packages\Microsoft.Owin.2.1.0\lib\net45\Microsoft.Owin.dll - True - - - ..\packages\Microsoft.Owin.Host.SystemWeb.2.1.0\lib\net45\Microsoft.Owin.Host.SystemWeb.dll - True - - - ..\packages\Microsoft.Owin.Security.2.1.0\lib\net45\Microsoft.Owin.Security.dll - True - ..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll True - - ..\packages\Owin.1.0\lib\net40\Owin.dll - True - diff --git a/MP-MON/packages.config b/MP-MON/packages.config index 47fabfcc..9cb1d6fe 100644 --- a/MP-MON/packages.config +++ b/MP-MON/packages.config @@ -19,13 +19,9 @@ - - - - \ No newline at end of file diff --git a/packages/Microsoft.Owin.2.1.0/Microsoft.Owin.2.1.0.nupkg b/packages/Microsoft.Owin.2.1.0/Microsoft.Owin.2.1.0.nupkg deleted file mode 100644 index 3b40c364..00000000 Binary files a/packages/Microsoft.Owin.2.1.0/Microsoft.Owin.2.1.0.nupkg and /dev/null differ diff --git a/packages/Microsoft.Owin.2.1.0/lib/net40/Microsoft.Owin.XML b/packages/Microsoft.Owin.2.1.0/lib/net40/Microsoft.Owin.XML deleted file mode 100644 index 1010c8ca..00000000 --- a/packages/Microsoft.Owin.2.1.0/lib/net40/Microsoft.Owin.XML +++ /dev/null @@ -1,2777 +0,0 @@ - - - - Microsoft.Owin - - - - - Provided as a down-level stub for the 4.5 AssemblyMetaDataAttribute class. - All released assemblies should define [AssemblyMetadata("Serviceable", "True")]. - - - - - Extension methods for . - - - - - Inserts a middleware into the OWIN pipeline. - - The middleware type - - Any additional arguments for the middleware constructor - - - - - Inserts into the OWIN pipeline a middleware which does not have a next middleware reference. - - - An app that handles all requests - - - - Inserts a middleware into the OWIN pipeline. - - - An app that handles the request or calls the given next Func - - - - - Represents a middleware for executing in-line function middleware. - - - - - An abstract base class for a standard middleware pattern. - - - - - Instantiates the middleware with an optional pointer to the next component. - - - - - - Process an individual request. - - - - - - - The optional next component. - - - - - Initializes a new instance of the class. - - The pointer to next middleware. - A function that handles all requests. - - - - Initializes a new instance of the class. - - The pointer to next middleware. - A function that handles the request or calls the given next function. - - - - Invokes the handler for processing the request. - - The OWIN context. - The object that represents the request operation. - - - - Contains the parsed form values. - - - - - Accessors for query, forms, etc. - - - - - 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. - - - - - - - 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. - - - - - - - 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. - - - - - - - Contains the parsed form values. - - - - - Initializes a new instance of the class. - - The store for the form. - - - - Represents a wrapper for owin.RequestHeaders and owin.ResponseHeaders. - - - - - Represents a wrapper for owin.RequestHeaders and owin.ResponseHeaders. - - - - - Get the associated values from the collection separated into individual values. - Quoted values will not be split, and the quotes will be removed. - - The header name. - the associated values from the collection separated into individual values, or null if the key is not present. - - - - Add a new value. Appends to the header if already present - - The header name. - The header value. - - - - Add new values. Each item remains a separate array entry. - - The header name. - The header values. - - - - Quotes any values containing comas, and then coma joins all of the values with any existing values. - - The header name. - The header values. - - - - Sets a specific header value. - - The header name. - The header value. - - - - Sets the specified header values without modification. - - The header name. - The header values. - - - - Quotes any values containing comas, and then coma joins all of the values. - - The header name. - The header values. - - - - Get or sets the associated value from the collection as a single string. - - The header name. - the associated value from the collection as a single string or null if the key is not present. - - - - Initializes a new instance of the class. - - The underlying data store. - - - - Returns an enumerator that iterates through a collection. - - An object that can be used to iterate through the collection. - - - - Returns an enumerator that iterates through a collection. - - An object that can be used to iterate through the collection. - - - - Get the associated value from the collection as a single string. - - The header name. - the associated value from the collection as a single string or null if the key is not present. - - - - Get the associated values from the collection without modification. - - The header name. - the associated value from the collection without modification, or null if the key is not present. - - - - Get the associated values from the collection separated into individual values. - Quoted values will not be split, and the quotes will be removed. - - The header name. - the associated values from the collection separated into individual values, or null if the key is not present. - - - - Add a new value. Appends to the header if already present - - The header name. - The header value. - - - - Add new values. Each item remains a separate array entry. - - The header name. - The header values. - - - - Quotes any values containing comas, and then coma joins all of the values with any existing values. - - The header name. - The header values. - - - - Sets a specific header value. - - The header name. - The header value. - - - - Sets the specified header values without modification. - - The header name. - The header values. - - - - Quotes any values containing comas, and then coma joins all of the values. - - The header name. - The header values. - - - - Adds the given header and values to the collection. - - The header name. - The header values. - - - - Determines whether the contains a specific key. - - The key. - true if the contains a specific key; otherwise, false. - - - - Removes the given header from the collection. - - The header name. - true if the specified object was removed from the collection; otherwise, false. - - - - Retrieves a value from the dictionary. - - The header name. - The value. - true if the contains the key; otherwise, false. - - - - Adds a new list of items to the collection. - - The item to add. - - - - Clears the entire list of objects. - - - - - Returns a value indicating whether the specified object occurs within this collection. - - The item. - true if the specified object occurs within this collection; otherwise, false. - - - - 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. - - - - Removes the given item from the the collection. - - The item. - true if the specified object was removed from the collection; otherwise, false. - - - - Gets an that contains the keys in the ;. - - An that contains the keys in the . - - - - - - - - - Gets the number of elements contained in the ;. - - The number of elements contained in the . - - - - Gets a value that indicates whether the is in read-only mode. - - true if the is in read-only mode; otherwise, false. - - - - Get or sets the associated value from the collection as a single string. - - The header name. - the associated value from the collection as a single string or null if the key is not present. - - - - Throws KeyNotFoundException if the key is not present. - - The header name. - - - - - Represents the host portion of a Uri can be used to construct Uri's properly formatted and encoded for use in - HTTP headers. - - - - - Creates a new HostString without modification. The value should be Unicode rather than punycode, and may have a port. - IPv4 and IPv6 addresses are also allowed, and also may have ports. - - - - - - Returns the value as normalized by ToUriComponent(). - - - - - - Returns the value properly formatted and encoded for use in a URI in a HTTP header. - Any Unicode is converted to punycode. IPv6 addresses will have brackets added if they are missing. - - - - - - Creates a new HostString from the given uri component. - Any punycode will be converted to Unicode. - - - - - - - Creates a new HostString from the host and port of the give Uri instance. - Punycode will be converted to Unicode. - - - - - - - Compares the equality of the Value property, ignoring case. - - - - - - - Compares against the given object only if it is a HostString. - - - - - - - Gets a hash code for the value. - - - - - - Compares the two instances for equality. - - - - - - - - Compares the two instances for inequality. - - - - - - - - Returns the original value from the constructor. - - - - - This wraps OWIN environment dictionary and provides strongly typed accessors. - - - - - Gets a value from the OWIN environment, or returns default(T) if not present. - - The type of the value. - The key of the value to get. - The value with the specified key or the default(T) if not present. - - - - Sets the given key and value in the OWIN environment. - - The type of the value. - The key of the value to set. - The value to set. - This instance. - - - - 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. - - - - Gets the OWIN environment. - - The OWIN environment. - - - - Gets or sets the host.TraceOutput environment value. - - The host.TraceOutput TextWriter. - - - - This wraps OWIN environment dictionary and provides strongly typed accessors. - - - - - Gets a value from the OWIN environment, or returns default(T) if not present. - - The type of the value. - The key of the value to get. - The value with the specified key or the default(T) if not present. - - - - Sets the given key and value in the OWIN environment. - - The type of the value. - The key of the value to set. - The value to set. - This instance. - - - - Gets the OWIN environment. - - The OWIN environment. - - - - Gets the request context. - - The request context. - - - - Gets or set the HTTP method. - - The HTTP method. - - - - Gets or set the HTTP request scheme from owin.RequestScheme. - - The HTTP request scheme from owin.RequestScheme. - - - - Returns true if the owin.RequestScheme is https. - - true if this request is using https; otherwise, false. - - - - Gets or set the Host header. May include the port. - - The Host header. - - - - Gets or set the owin.RequestPathBase. - - The owin.RequestPathBase. - - - - Gets or set the request path from owin.RequestPath. - - The request path from owin.RequestPath. - - - - Gets or set the query string from owin.RequestQueryString. - - The query string from owin.RequestQueryString. - - - - Gets the query value collection parsed from owin.RequestQueryString. - - The query value collection parsed from owin.RequestQueryString. - - - - Gets the uniform resource identifier (URI) associated with the request. - - The uniform resource identifier (URI) associated with the request. - - - - Gets or set the owin.RequestProtocol. - - The owin.RequestProtocol. - - - - Gets the request headers. - - The request headers. - - - - Gets the collection of Cookies for this request. - - The collection of Cookies for this request. - - - - Gets or sets the Content-Type header. - - The Content-Type header. - - - - Gets or sets the Cache-Control header. - - The Cache-Control header. - - - - Gets or sets the Media-Type header. - - The Media-Type header. - - - - Gets or set the Accept header. - - The Accept header. - - - - Gets or set the owin.RequestBody Stream. - - The owin.RequestBody Stream. - - - - Gets or sets the cancellation token for the request. - - The cancellation token for the request. - - - - Gets or set the server.LocalIpAddress. - - The server.LocalIpAddress. - - - - Gets or set the server.LocalPort. - - The server.LocalPort. - - - - Gets or set the server.RemoteIpAddress. - - The server.RemoteIpAddress. - - - - Gets or set the server.RemotePort. - - The server.RemotePort. - - - - Gets or set the server.User. - - The server.User. - - - - This wraps OWIN environment dictionary and provides strongly typed accessors. - - - - - Registers for an event that fires when the response headers are sent. - - The callback method. - The callback state. - - - - Sets a 302 response status code and the Location header. - - The location where to redirect the client. - - - - Writes the given text to the response body stream using UTF-8. - - The response data. - - - - Writes the given bytes to the response body stream. - - The response data. - - - - Writes the given bytes to the response body stream. - - The response data. - The zero-based byte offset in the parameter at which to begin copying bytes. - The number of bytes to write. - - - - Asynchronously writes the given text to the response body stream using UTF-8. - - The response data. - A Task tracking the state of the write operation. - - - - Asynchronously writes the given text to the response body stream using UTF-8. - - The response data. - A token used to indicate cancellation. - A Task tracking the state of the write operation. - - - - Asynchronously writes the given bytes to the response body stream. - - The response data. - A Task tracking the state of the write operation. - - - - Asynchronously writes the given bytes to the response body stream. - - The response data. - A token used to indicate cancellation. - A Task tracking the state of the write operation. - - - - Asynchronously writes the given bytes to the response body stream. - - The response data. - The zero-based byte offset in the parameter at which to begin copying bytes. - The number of bytes to write. - A token used to indicate cancellation. - A Task tracking the state of the write operation. - - - - Gets a value from the OWIN environment, or returns default(T) if not present. - - The type of the value. - The key of the value to get. - The value with the specified key or the default(T) if not present. - - - - Sets the given key and value in the OWIN environment. - - The type of the value. - The key of the value to set. - The value to set. - This instance. - - - - Gets the OWIN environment. - - The OWIN environment. - - - - Gets the request context. - - The request context. - - - - Gets or sets the optional owin.ResponseStatusCode. - - The optional owin.ResponseStatusCode, or 200 if not set. - - - - Gets or sets the the optional owin.ResponseReasonPhrase. - - The the optional owin.ResponseReasonPhrase. - - - - Gets or sets the owin.ResponseProtocol. - - The owin.ResponseProtocol. - - - - Gets the response header collection. - - The response header collection. - - - - Gets a collection used to manipulate the Set-Cookie header. - - A collection used to manipulate the Set-Cookie header. - - - - Gets or sets the Content-Length header. - - The Content-Length header. - - - - Gets or sets the Content-Type header. - - The Content-Type header. - - - - Gets or sets the Expires header. - - The Expires header. - - - - Gets or sets the E-Tag header. - - The E-Tag header. - - - - Gets or sets the owin.ResponseBody Stream. - - The owin.ResponseBody Stream. - - - - Used to mark which class in an assembly should be used for automatic startup. - - - - - Initializes a new instance of the class - - The startup class - - - - Initializes a new instance of the class - - A non-default configuration, e.g. staging. - The startup class - - - - Initializes a new instance of the class - - The startup class - Specifies which method to call - - - - Initializes a new instance of the class - - A non-default configuration, e.g. staging. - The startup class - Specifies which method to call - - - - A non-default configuration if any. e.g. Staging. - - - - - The startup class - - - - - The name of the configuration method - - - - - An ordered list of known Asp.Net integrated pipeline stages. More details on the ASP.NET integrated pipeline can be found at http://msdn.microsoft.com/en-us/library/system.web.httpapplication.aspx - - - - - Corresponds to the AuthenticateRequest stage of the ASP.NET integrated pipeline. - - - - - Corresponds to the PostAuthenticateRequest stage of the ASP.NET integrated pipeline. - - - - - Corresponds to the AuthorizeRequest stage of the ASP.NET integrated pipeline. - - - - - Corresponds to the PostAuthorizeRequest stage of the ASP.NET integrated pipeline. - - - - - Corresponds to the ResolveRequestCache stage of the ASP.NET integrated pipeline. - - - - - Corresponds to the PostResolveRequestCache stage of the ASP.NET integrated pipeline. - - - - - Corresponds to the MapRequestHandler stage of the ASP.NET integrated pipeline. - - - - - Corresponds to the PostMapRequestHandler stage of the ASP.NET integrated pipeline. - - - - - Corresponds to the AcquireRequestState stage of the ASP.NET integrated pipeline. - - - - - Corresponds to the PostAcquireRequestState stage of the ASP.NET integrated pipeline. - - - - - Corresponds to the PreRequestHandlerExecute stage of the ASP.NET integrated pipeline. - - - - - 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 - - - - - 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 - - - - - Used to create path based branches in your application pipeline. - The owin.RequestPathBase is not included in the evaluation, only owin.RequestPath. - Matching paths have the matching piece removed from owin.RequestPath and added to the owin.RequestPathBase. - - - - - Initializes a new instance of the class - - The normal pipeline taken for a negative match - - - - - Process an individual request. - - - - - - - Options for the Map middleware - - - - - The path to match - - - - - The branch taken for a positive match - - - - - 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 - - - - - Determines if the request should take a specific branch of the pipeline by passing the environment - to a user defined callback. - - - - - Initializes a new instance of the class - - The normal application pipeline - - - - - Process an individual request. - - - - - - - Options for the MapWhen middleware - - - - - The user callback that determines if the branch should be taken - - - - - The branch taken for a positive match - - - - - This wraps OWIN environment dictionary and provides strongly typed accessors. - - - - - Create a new context with only request and response header collections. - - - - - Create a new wrapper. - - OWIN environment dictionary which stores state information about the request, response and relevant server state. - - - - Gets a value from the OWIN environment, or returns default(T) if not present. - - The type of the value. - The key of the value to get. - The value with the specified key or the default(T) if not present. - - - - Sets the given key and value in the OWIN environment. - - The type of the value. - The key of the value to set. - The value to set. - This instance. - - - - 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. - - - - Gets the OWIN environment. - - The OWIN environment. - - - - Gets or sets the host.TraceOutput environment value. - - The host.TraceOutput TextWriter. - - - - Provides correct escaping for Path and PathBase values when needed to reconstruct a request or redirect URI string - - - - - Represents the empty path. This field is read-only. - - - - - Initialize the path string with a given value. This value must be in un-escaped 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. - - - - Provides the path string escaped in a way which is correct for combining into the URI representation. - - The escaped path value - - - - Provides the path string escaped in a way which is correct for combining into the URI representation. - - The escaped path value - - - - 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 escaped path as it appears in the URI format. - The resulting PathString - - - - Returns an PathString given the path as from a Uri object. Relative Uri objects are not supported. - - The Uri object - The resulting PathString - - - - Checks if this instance starts with or exactly matches the other instance. Only full segments are matched. - - - - - - - Checks if this instance starts with or exactly matches the other instance. Only full segments are matched. - - - Any remaining segments from this instance not included in the other instance. - - - - - Adds two PathString instances into a combined PathString value. - - The combined PathString value - - - - Combines a PathString and QueryString into the joined URI formatted string value. - - The joined URI formatted string value - - - - Compares this PathString value to another value. The default comparison is StringComparison.OrdinalIgnoreCase. - - The second PathString for comparison. - True if both PathString values are equal - - - - Compares this PathString value to another value using a specific StringComparison type - - The second PathString for comparison - The StringComparison type to use - True if both PathString values are equal - - - - Compares this PathString value to another value. The default comparison is StringComparison.OrdinalIgnoreCase. - - The second PathString for comparison. - True if both PathString values are equal - - - - Returns the hash code for the PathString value. The hash code is provided by the OrdinalIgnoreCase implementation. - - The hash code - - - - Operator call through to Equals - - The left parameter - The right parameter - True if both PathString values are equal - - - - Operator call through to Equals - - The left parameter - The right parameter - True if both PathString values are not equal - - - - Operator call through to Add - - The left parameter - The right parameter - The PathString combination of both values - - - - Operator call through to Add - - The left parameter - The right parameter - The PathString combination of both values - - - - The unescaped path value - - - - - True if the path is not empty - - - - - Provides correct handling for QueryString value when needed to reconstruct a request or redirect URI string - - - - - Represents the empty query string. This field is read-only. - - - - - Initalize 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 - - - - 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 potentally - 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 - - - - Returns an QueryString given the query as it is escaped in the URI format. The string MUST NOT contain any - value that is not a query. - - The escaped query as it appears in the URI format. - The resulting QueryString - - - - Returns an QueryString given the query as from a Uri object. Relative Uri objects are not supported. - - The Uri object - The resulting QueryString - - - - Indicates whether the current instance is equal to the other instance. - - - - - - - Indicates whether the current instance is equal to the other instance. - - - - - - - Returns the hash code for this instance. - - - - - - Compares the two instances for equality. - - - - - - - - Compares the two instances for inequality. - - - - - - - - The unescaped query string without the leading '?' character - - - - - True if the query string is not empty - - - - - A wrapper for the request Cookie header - - - - - Create a new wrapper - - - - - - - - - - - - - - - - - - Returns null rather than throwing KeyNotFoundException - - - - - - - A strongly-typed resource class, for looking up localized strings, etc. - - - - - Returns the cached ResourceManager instance used by this class. - - - - - Overrides the current thread's CurrentUICulture property for all - resource lookups using this strongly typed resource class. - - - - - Looks up a localized string similar to Conversion delegate must take one parameter.. - - - - - Looks up a localized string similar to The type '{0}' does not match any known middleware pattern.. - - - - - Looks up a localized string similar to The OWIN key 'server.OnSendingHeaders' is not available for this request.. - - - - - Looks up a localized string similar to The class '{0}' does not have a constructor taking {1} arguments.. - - - - - Looks up a localized string similar to No conversion available between {0} and {1}.. - - - - - Looks up a localized string similar to The path must not end with a '/'. - - - - - Looks up a localized string similar to The path must start with a '/' followed by one or more characters.. - - - - - Looks up a localized string similar to The path is required. - - - - - Looks up a localized string similar to The query string must start with a '?' unless null or empty.. - - - - - A standard implementation of IAppBuilder - - - - - Initializes a new instance of the the type. - - - - - - - - - - - - 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 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. - - - The IAppBuilder itself is returned. This enables you to chain your use statements together. - - - - - 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 - - - - 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. - - - The Type argument indicates which calling convention should be returned, and - is typically typeof() for the OWIN - calling convention. - - - Returns an instance of the pipeline's entry point. This object may be safely cast to the - type which was provided - - - - - Contains arbitrary properties which may added, examined, and modified by - components during the startup sequence. - - Returns . - - - - Simple object used by AppBuilder as seed OWIN callable if the - builder.Properties["builder.DefaultApp"] is not set - - - - - Abstracts the system clock to facilitate testing. - - - - - Retrieves the current system time in UTC. - - - - - Provides access to the normal system clock. - - - - - Retrieves the current system time in UTC. - - - - - Response generation utilities. - - - - - Append the given query to the uri. - - The base uri. - The query string to append, if any. - The combine result. - - - - Append the given query key and value to the uri. - - The base uri. - The name of the query key. - The query value. - The combine result. - - - - Append the given query keys and values to the uri. - - The base uri. - A collection of name value query pairs to append. - The combine result. - - - - A wrapper for the response Set-Cookie header - - - - - Create a new wrapper - - - - - - Add a new cookie and value - - - - - - - Add a new cookie - - - - - - - - Sets an expired cookie - - - - - - Sets an expired cookie - - - - - - - Extension methods used to indicate at which stage in the integrated pipeline prior middleware should run. - - - - - Call after other middleware to specify when they should run in the integrated pipeline. - - The IAppBuilder. - The name of the integrated pipeline in which to run. - The original IAppBuilder for chaining. - - - - Call after other middleware to specify when they should run in the integrated pipeline. - - The IAppBuilder. - The stage of the integrated pipeline in which to run. - The original IAppBuilder for chaining. - - - - Logging extension methods for IAppBuilder. - - - - - Sets the server.LoggerFactory in the Properties collection. - - - - - - - Retrieves the server.LoggerFactory from the Properties collection. - - - - - - - Creates a new ILogger instance from the server.LoggerFactory in the Properties collection. - - - - - - - - Creates a new ILogger instance from the server.LoggerFactory in the Properties collection. - - - - - - - - Creates a new ILogger instance from the server.LoggerFactory in the Properties collection. - - - - - - - - Used to create logger instances of the given name. - - - - - Creates a new ILogger instance of the given name. - - - - - - - A generic interface for logging. - - - - - Aggregates most logging patterns to a single method. This must be compatible with the Func representation in the OWIN environment. - - To check IsEnabled call WriteCore with only TraceEventType and check the return value, no event will be written. - - - - - - - - - - - Contains the parts of an address. - - - - - Initializes a new instance. - - - - - - Initializes a new with the given parts. - - The scheme. - The host. - The port. - The path. - - - - Creates a new - - A new - - - - Determines whether the specified object is equal to the current object. - - The other object. - true if the specified object is equal to the current object; otherwise, false. - - - - Determines whether the specified object is equal to the current object. - - The other object. - true if the specified object is equal to the current object; otherwise, false. - - - - Returns the hash code for this instance. - - The hash code for this instance. - - - - Determines whether two specified instances of are equal. - - The first object to compare. - The second object to compare. - true if left and right represent the same address; otherwise, false. - - - - Determines whether two specified instances of are not equal. - - The first object to compare. - The second object to compare. - true if left and right do not represent the same address; otherwise, false. - - - - Gets a specified key and value from the underlying dictionary. - - - The key. - - - - - Sets a specified key and value in the underlying dictionary. - - The key. - The value. - - - - - Gets the internal dictionary for this collection. - - The internal dictionary for this collection. - - - - The uri scheme. - - - - - The uri host. - - - - - The uri port. - - - - - The uri path. - - - - - 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 enumerator that iterates through the collection. - - The enumerator that can be used to iterate through the collection. - - - - Gets the enumerator that iterates through the collection. - - The enumerator that can be used to iterate through the collection. - - - - Creates a new empty instance of . - - A new empty instance of . - - - - Determines whether the current collection is equal to the specified collection. - - The other collection to compare to the current collection. - true if current collection is equal to the specified collection; otherwise, false. - - - - Determines whether the current collection is equal to the specified object. - - The object to compare to the current collection. - true if current collection is equal to the specified object; otherwise, false. - - - - Gets the hash code for this instance. - - The hash code for this instance. - - - - Determines whether the first collection is equal to the second collection. - - The first collection to compare. - The second collection to compare. - true if both collections are equal; otherwise, false. - - - - Determines whether the first collection is not equal to the second collection. - - The first collection to compare. - The second collection to compare. - true if both collections are not equal; otherwise, false. - - - - Gets the underlying address list. - - The underlying address list. - - - - Gets the number of elements in the collection. - - The number of elements in the collection. - - - - Gets the item with the specified index from the collection. - - The index. - The item with the specified index. - - - - A wrapper for the IDictionary. - - - - - Initializes a new instance of the class. - - - - - - Determines whether the current AppProperties is equal to the specified AppProperties. - - The other AppProperties to compare with the current instance. - true if the current AppProperties is equal to the specified AppProperties; otherwise, false. - - - - Determines whether the current AppProperties is equal to the specified object. - - The object to compare with the current instance. - true if the current AppProperties is equal to the specified object; otherwise, false. - - - - Returns the hash code for this instance. - - The hash code for this instance. - - - - Determines whether the first AppPProperties is equal to the second AppProperties. - - The first AppPropeties to compare. - The second AppPropeties to compare. - true if both AppProperties are equal; otherwise, false. - - - - Determines whether the first AppPProperties is not equal to the second AppProperties. - - The first AppPropeties to compare. - The second AppPropeties to compare. - true if both AppProperties are not equal; otherwise, false. - - - - Gets the value from the dictionary with the specified key. - - The type of the value. - The key of the value to get. - The value with the specified key. - - - - Sets the value with the specified key. - - The key of the value to set. - The value to set. - This instance. - - - - Gets or sets the string value for “owin.Version”. - - The string value for “owin.Version”. - - - - Gets or sets the function delegate for “builder.DefaultApp”. - - The function delegate for “builder.DefaultApp”. - - - - 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 text writer for “host.TraceOutput”. - - The text writer for “host.TraceOutput”. - - - - Gets or sets the cancellation token for “host.OnAppDisposing”. - - The cancellation token for “host.OnAppDisposing”. - - - - Gets or sets the address collection for “host.Addresses”. - - The address collection for “host.Addresses”. - - - - Gets or sets the list of “server.Capabilities”. - - The list of “server.Capabilities”. - - - - Gets the underlying dictionary for this instance. - - The underlying dictionary for this instance. - - - - Represents the capabilities for the builder properties. - - - - - Initializes a new instance of the class. - - - - - - Initializes a new instance of the class. - - A new instance of the class. - - - - Determines whether the current Capabilities instance is equal to the specified Capabilities. - - The other Capabilities to compare with the current instance. - true if the specified object is equal to the current object; otherwise, false. - - - - Determines whether the current Capabilities is equal to the specified object. - - The object to compare with the current instance. - true if the current Capabilities is equal to the specified object; otherwise, false. - - - - Returns the hash code for this instance. - - The hash code for this instance. - - - - Determines whether two specified instances of are equal. - - The first object to compare. - The second object to compare. - true if the two specified instances of are equal; otherwise, false. - - - - Determines whether two specified instances of are not equal. - - The first object to compare. - The second object to compare. - true if the two specified instances of are not equal; otherwise, false. - - - - Gets the value from the dictionary with the specified key. - - The type of the value. - The key of the value to get. - The value with the specified key. - - - - Sets the given key and value in the underlying dictionary. - - The key of the value to set. - The value to set. - This instance. - - - - The underling IDictionary - - - - - Gets or sets the string value for "sendfile.Version" - - the string value for "sendfile.Version" - - - - Gets or sets the websocket version. - - The websocket version. - - - - Options used to create a new cookie. - - - - - Creates a default cookie with a path of '/'. - - - - - Gets or sets the domain to associate the cookie with. - - The domain to associate the cookie with. - - - - Gets or sets the cookie path. - - The cookie path. - - - - Gets or sets the expiration date and time for the cookie. - - The expiration date and time for the cookie. - - - - Gets or sets a value that indicates whether to transmit the cookie using Secure Sockets Layer (SSL)—that is, over HTTPS only. - - true to transmit the cookie only over an SSL connection (HTTPS); otherwise, false. - - - - Gets or sets a value that indicates whether a cookie is accessible by client-side script. - - true if a cookie is accessible by client-side script; otherwise, false. - - - - Provides a default ILoggerFactory. - - - - - Provides a default ILoggerFactory based on System.Diagnostics.TraceSorce. - - - - - Extension methods for IAppBuilder. - - - - - 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 application signature. - - The request processing entry point for this section of the pipeline. - - - - Adds converters for adapting between disparate application signatures. - - - - - - - Adds converters for adapting between disparate application signatures. - - - - - - - - - Converts between an OwinMiddlware and an . - - - - - - - - - - - - - - - - - - Transitions between and OwinMiddleware. - - - - - - - - - - - - - OWIN environment dictionary which stores state information about the request, response and relevant server state. - - - - - Adds adapters between and OwinMiddleware. - - - - - Adds adapters between and OwinMiddleware. - - - - - - This wraps OWIN environment dictionary and provides strongly typed accessors. - - - - - Create a new context with only request and response header collections. - - - - - Create a new environment wrapper exposing request properties. - - OWIN environment dictionary which stores state information about the request, response and relevant server state. - - - - Gets a value from the OWIN environment, or returns default(T) if not present. - - The type of the value. - The key of the value to get. - The value with the specified key or the default(T) if not present. - - - - Sets the given key and value in the OWIN environment. - - The type of the value. - The key of the value to set. - The value to set. - This instance. - - - - Gets the OWIN environment. - - The OWIN environment. - - - - Gets the request context. - - The request context. - - - - Gets or set the HTTP method. - - The HTTP method. - - - - Gets or set the HTTP request scheme from owin.RequestScheme. - - The HTTP request scheme from owin.RequestScheme. - - - - Returns true if the owin.RequestScheme is https. - - true if this request is using https; otherwise, false. - - - - Gets or set the Host header. May include the port. - - The Host header. - - - - Gets or set the owin.RequestPathBase. - - The owin.RequestPathBase. - - - - Gets or set the request path from owin.RequestPath. - - The request path from owin.RequestPath. - - - - Gets or set the query string from owin.RequestQueryString. - - The query string from owin.RequestQueryString. - - - - Gets the query value collection parsed from owin.RequestQueryString. - - The query value collection parsed from owin.RequestQueryString. - - - - Gets the uniform resource identifier (URI) associated with the request. - - The uniform resource identifier (URI) associated with the request. - - - - Gets or set the owin.RequestProtocol. - - The owin.RequestProtocol. - - - - Gets the request headers. - - The request headers. - - - - Gets the collection of Cookies for this request. - - The collection of Cookies for this request. - - - - Gets or sets the Content-Type header. - - The Content-Type header. - - - - Gets or sets the Cache-Control header. - - The Cache-Control header. - - - - Gets or sets the Media-Type header. - - The Media-Type header. - - - - Gets or set the Accept header. - - The Accept header. - - - - Gets or set the owin.RequestBody Stream. - - The owin.RequestBody Stream. - - - - Gets or sets the cancellation token for the request. - - The cancellation token for the request. - - - - Gets or set the server.LocalIpAddress. - - The server.LocalIpAddress. - - - - Gets or set the server.LocalPort. - - The server.LocalPort. - - - - Gets or set the server.RemoteIpAddress. - - The server.RemoteIpAddress. - - - - Gets or set the server.RemotePort. - - The server.RemotePort. - - - - Gets or set the server.User. - - The server.User. - - - - This wraps OWIN environment dictionary and provides strongly typed accessors. - - - - - Create a new context with only request and response header collections. - - - - - Creates a new environment wrapper exposing response properties. - - OWIN environment dictionary which stores state information about the request, response and relevant server state. - - - - Registers for an event that fires when the response headers are sent. - - The callback method. - The callback state. - - - - Sets a 302 response status code and the Location header. - - The location where to redirect the client. - - - - Writes the given text to the response body stream using UTF-8. - - The response data. - - - - Writes the given bytes to the response body stream. - - The response data. - - - - Writes the given bytes to the response body stream. - - The response data. - The zero-based byte offset in the parameter at which to begin copying bytes. - The number of bytes to write. - - - - Asynchronously writes the given text to the response body stream using UTF-8. - - The response data. - A Task tracking the state of the write operation. - - - - Asynchronously writes the given text to the response body stream using UTF-8. - - The response data. - A token used to indicate cancellation. - A Task tracking the state of the write operation. - - - - Asynchronously writes the given bytes to the response body stream. - - The response data. - A Task tracking the state of the write operation. - - - - Asynchronously writes the given bytes to the response body stream. - - The response data. - A token used to indicate cancellation. - A Task tracking the state of the write operation. - - - - Asynchronously writes the given bytes to the response body stream. - - The response data. - The zero-based byte offset in the parameter at which to begin copying bytes. - The number of bytes to write. - A token used to indicate cancellation. - A Task tracking the state of the write operation. - - - - Gets a value from the OWIN environment, or returns default(T) if not present. - - The type of the value. - The key of the value to get. - The value with the specified key or the default(T) if not present. - - - - Sets the given key and value in the OWIN environment. - - The type of the value. - The key of the value to set. - The value to set. - This instance. - - - - Gets the OWIN environment. - - The OWIN environment. - - - - Gets the request context. - - The request context. - - - - Gets or sets the optional owin.ResponseStatusCode. - - The optional owin.ResponseStatusCode, or 200 if not set. - - - - Gets or sets the the optional owin.ResponseReasonPhrase. - - The the optional owin.ResponseReasonPhrase. - - - - Gets or sets the owin.ResponseProtocol. - - The owin.ResponseProtocol. - - - - Gets the response header collection. - - The response header collection. - - - - Gets a collection used to manipulate the Set-Cookie header. - - A collection used to manipulate the Set-Cookie header. - - - - Gets or sets the Content-Length header. - - The Content-Length header. - - - - Gets or sets the Content-Type header. - - The Content-Type header. - - - - Gets or sets the Expires header. - - The Expires header. - - - - Gets or sets the E-Tag header. - - The E-Tag header. - - - - Gets or sets the owin.ResponseBody Stream. - - The owin.ResponseBody Stream. - - - - Provides an ILoggerFactory based on System.Diagnostics.TraceSource. - - - - - Initializes a new instance of the class. - - - Creates a factory named "Microsoft.Owin". - - - - - Initializes a new instance of the class. - - - - - - - Creates a new DiagnosticsLogger for the given component name. - - - - - - - ILogger extension methods for common scenarios. - - - - - Checks if the given TraceEventType is enabled. - - - - - - - - Writes a verbose log message. - - - - - - - Writes an informational log message. - - - - - - - Writes a warning log message. - - - - - - - - Writes a warning log message. - - - - - - - - Writes an error log message. - - - - - - - Writes an error log message. - - - - - - - - Writes a critical log message. - - - - - - - Writes a critical log message. - - - - - - - diff --git a/packages/Microsoft.Owin.2.1.0/lib/net40/Microsoft.Owin.dll b/packages/Microsoft.Owin.2.1.0/lib/net40/Microsoft.Owin.dll deleted file mode 100644 index d706512b..00000000 Binary files a/packages/Microsoft.Owin.2.1.0/lib/net40/Microsoft.Owin.dll and /dev/null differ diff --git a/packages/Microsoft.Owin.2.1.0/lib/net45/Microsoft.Owin.XML b/packages/Microsoft.Owin.2.1.0/lib/net45/Microsoft.Owin.XML deleted file mode 100644 index 0d91d402..00000000 --- a/packages/Microsoft.Owin.2.1.0/lib/net45/Microsoft.Owin.XML +++ /dev/null @@ -1,3150 +0,0 @@ - - - - Microsoft.Owin - - - - - This wraps OWIN environment dictionary and provides strongly typed accessors. - - - This wraps OWIN environment dictionary and provides strongly typed accessors. - - - - - Gets a value from the OWIN environment, or returns default(T) if not present. - - The type of the value. - The key of the value to get. - The value with the specified key or the default(T) if not present. - - - - Sets the given key and value in the OWIN environment. - - The type of the value. - The key of the value to set. - The value to set. - This instance. - - - - Gets the Authentication middleware functionality available on the current request. - - The authentication middleware functionality available on the current request. - - - - 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. - - - - Gets the OWIN environment. - - The OWIN environment. - - - - Gets or sets the host.TraceOutput environment value. - - The host.TraceOutput TextWriter. - - - - Extension methods for . - - - - - Inserts a middleware into the OWIN pipeline. - - The middleware type - - Any additional arguments for the middleware constructor - - - - - Inserts into the OWIN pipeline a middleware which does not have a next middleware reference. - - - An app that handles all requests - - - - Inserts a middleware into the OWIN pipeline. - - - An app that handles the request or calls the given next Func - - - - - Represents a middleware for executing in-line function middleware. - - - - - An abstract base class for a standard middleware pattern. - - - - - Instantiates the middleware with an optional pointer to the next component. - - - - - - Process an individual request. - - - - - - - The optional next component. - - - - - Initializes a new instance of the class. - - The pointer to next middleware. - A function that handles all requests. - - - - Initializes a new instance of the class. - - The pointer to next middleware. - A function that handles the request or calls the given next function. - - - - Invokes the handler for processing the request. - - The OWIN context. - The object that represents the request operation. - - - - Contains the parsed form values. - - - - - Accessors for query, forms, etc. - - - - - 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. - - - - - - - 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. - - - - - - - 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. - - - - - - - Contains the parsed form values. - - - - - Initializes a new instance of the class. - - The store for the form. - - - - Represents a wrapper for owin.RequestHeaders and owin.ResponseHeaders. - - - - - Represents a wrapper for owin.RequestHeaders and owin.ResponseHeaders. - - - - - Get the associated values from the collection separated into individual values. - Quoted values will not be split, and the quotes will be removed. - - The header name. - the associated values from the collection separated into individual values, or null if the key is not present. - - - - Add a new value. Appends to the header if already present - - The header name. - The header value. - - - - Add new values. Each item remains a separate array entry. - - The header name. - The header values. - - - - Quotes any values containing comas, and then coma joins all of the values with any existing values. - - The header name. - The header values. - - - - Sets a specific header value. - - The header name. - The header value. - - - - Sets the specified header values without modification. - - The header name. - The header values. - - - - Quotes any values containing comas, and then coma joins all of the values. - - The header name. - The header values. - - - - Get or sets the associated value from the collection as a single string. - - The header name. - the associated value from the collection as a single string or null if the key is not present. - - - - Initializes a new instance of the class. - - The underlying data store. - - - - Returns an enumerator that iterates through a collection. - - An object that can be used to iterate through the collection. - - - - Returns an enumerator that iterates through a collection. - - An object that can be used to iterate through the collection. - - - - Get the associated value from the collection as a single string. - - The header name. - the associated value from the collection as a single string or null if the key is not present. - - - - Get the associated values from the collection without modification. - - The header name. - the associated value from the collection without modification, or null if the key is not present. - - - - Get the associated values from the collection separated into individual values. - Quoted values will not be split, and the quotes will be removed. - - The header name. - the associated values from the collection separated into individual values, or null if the key is not present. - - - - Add a new value. Appends to the header if already present - - The header name. - The header value. - - - - Add new values. Each item remains a separate array entry. - - The header name. - The header values. - - - - Quotes any values containing comas, and then coma joins all of the values with any existing values. - - The header name. - The header values. - - - - Sets a specific header value. - - The header name. - The header value. - - - - Sets the specified header values without modification. - - The header name. - The header values. - - - - Quotes any values containing comas, and then coma joins all of the values. - - The header name. - The header values. - - - - Adds the given header and values to the collection. - - The header name. - The header values. - - - - Determines whether the contains a specific key. - - The key. - true if the contains a specific key; otherwise, false. - - - - Removes the given header from the collection. - - The header name. - true if the specified object was removed from the collection; otherwise, false. - - - - Retrieves a value from the dictionary. - - The header name. - The value. - true if the contains the key; otherwise, false. - - - - Adds a new list of items to the collection. - - The item to add. - - - - Clears the entire list of objects. - - - - - Returns a value indicating whether the specified object occurs within this collection. - - The item. - true if the specified object occurs within this collection; otherwise, false. - - - - 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. - - - - Removes the given item from the the collection. - - The item. - true if the specified object was removed from the collection; otherwise, false. - - - - Gets an that contains the keys in the ;. - - An that contains the keys in the . - - - - - - - - - Gets the number of elements contained in the ;. - - The number of elements contained in the . - - - - Gets a value that indicates whether the is in read-only mode. - - true if the is in read-only mode; otherwise, false. - - - - Get or sets the associated value from the collection as a single string. - - The header name. - the associated value from the collection as a single string or null if the key is not present. - - - - Throws KeyNotFoundException if the key is not present. - - The header name. - - - - - Represents the host portion of a Uri can be used to construct Uri's properly formatted and encoded for use in - HTTP headers. - - - - - Creates a new HostString without modification. The value should be Unicode rather than punycode, and may have a port. - IPv4 and IPv6 addresses are also allowed, and also may have ports. - - - - - - Returns the value as normalized by ToUriComponent(). - - - - - - Returns the value properly formatted and encoded for use in a URI in a HTTP header. - Any Unicode is converted to punycode. IPv6 addresses will have brackets added if they are missing. - - - - - - Creates a new HostString from the given uri component. - Any punycode will be converted to Unicode. - - - - - - - Creates a new HostString from the host and port of the give Uri instance. - Punycode will be converted to Unicode. - - - - - - - Compares the equality of the Value property, ignoring case. - - - - - - - Compares against the given object only if it is a HostString. - - - - - - - Gets a hash code for the value. - - - - - - Compares the two instances for equality. - - - - - - - - Compares the two instances for inequality. - - - - - - - - Returns the original value from the constructor. - - - - - This wraps OWIN environment dictionary and provides strongly typed accessors. - - - This wraps OWIN environment dictionary and provides strongly typed accessors. - - - - - Gets a value from the OWIN environment, or returns default(T) if not present. - - The type of the value. - The key of the value to get. - The value with the specified key or the default(T) if not present. - - - - Sets the given key and value in the OWIN environment. - - The type of the value. - The key of the value to set. - The value to set. - This instance. - - - - Asynchronously reads and parses the request body as a form. - - The parsed form data. - - - - Gets the OWIN environment. - - The OWIN environment. - - - - Gets the request context. - - The request context. - - - - Gets or set the HTTP method. - - The HTTP method. - - - - Gets or set the HTTP request scheme from owin.RequestScheme. - - The HTTP request scheme from owin.RequestScheme. - - - - Returns true if the owin.RequestScheme is https. - - true if this request is using https; otherwise, false. - - - - Gets or set the Host header. May include the port. - - The Host header. - - - - Gets or set the owin.RequestPathBase. - - The owin.RequestPathBase. - - - - Gets or set the request path from owin.RequestPath. - - The request path from owin.RequestPath. - - - - Gets or set the query string from owin.RequestQueryString. - - The query string from owin.RequestQueryString. - - - - Gets the query value collection parsed from owin.RequestQueryString. - - The query value collection parsed from owin.RequestQueryString. - - - - Gets the uniform resource identifier (URI) associated with the request. - - The uniform resource identifier (URI) associated with the request. - - - - Gets or set the owin.RequestProtocol. - - The owin.RequestProtocol. - - - - Gets the request headers. - - The request headers. - - - - Gets the collection of Cookies for this request. - - The collection of Cookies for this request. - - - - Gets or sets the Content-Type header. - - The Content-Type header. - - - - Gets or sets the Cache-Control header. - - The Cache-Control header. - - - - Gets or sets the Media-Type header. - - The Media-Type header. - - - - Gets or set the Accept header. - - The Accept header. - - - - Gets or set the owin.RequestBody Stream. - - The owin.RequestBody Stream. - - - - Gets or sets the cancellation token for the request. - - The cancellation token for the request. - - - - Gets or set the server.LocalIpAddress. - - The server.LocalIpAddress. - - - - Gets or set the server.LocalPort. - - The server.LocalPort. - - - - Gets or set the server.RemoteIpAddress. - - The server.RemoteIpAddress. - - - - Gets or set the server.RemotePort. - - The server.RemotePort. - - - - Gets or set the server.User. - - The server.User. - - - - This wraps OWIN environment dictionary and provides strongly typed accessors. - - - - - Registers for an event that fires when the response headers are sent. - - The callback method. - The callback state. - - - - Sets a 302 response status code and the Location header. - - The location where to redirect the client. - - - - Writes the given text to the response body stream using UTF-8. - - The response data. - - - - Writes the given bytes to the response body stream. - - The response data. - - - - Writes the given bytes to the response body stream. - - The response data. - The zero-based byte offset in the parameter at which to begin copying bytes. - The number of bytes to write. - - - - Asynchronously writes the given text to the response body stream using UTF-8. - - The response data. - A Task tracking the state of the write operation. - - - - Asynchronously writes the given text to the response body stream using UTF-8. - - The response data. - A token used to indicate cancellation. - A Task tracking the state of the write operation. - - - - Asynchronously writes the given bytes to the response body stream. - - The response data. - A Task tracking the state of the write operation. - - - - Asynchronously writes the given bytes to the response body stream. - - The response data. - A token used to indicate cancellation. - A Task tracking the state of the write operation. - - - - Asynchronously writes the given bytes to the response body stream. - - The response data. - The zero-based byte offset in the parameter at which to begin copying bytes. - The number of bytes to write. - A token used to indicate cancellation. - A Task tracking the state of the write operation. - - - - Gets a value from the OWIN environment, or returns default(T) if not present. - - The type of the value. - The key of the value to get. - The value with the specified key or the default(T) if not present. - - - - Sets the given key and value in the OWIN environment. - - The type of the value. - The key of the value to set. - The value to set. - This instance. - - - - Gets the OWIN environment. - - The OWIN environment. - - - - Gets the request context. - - The request context. - - - - Gets or sets the optional owin.ResponseStatusCode. - - The optional owin.ResponseStatusCode, or 200 if not set. - - - - Gets or sets the the optional owin.ResponseReasonPhrase. - - The the optional owin.ResponseReasonPhrase. - - - - Gets or sets the owin.ResponseProtocol. - - The owin.ResponseProtocol. - - - - Gets the response header collection. - - The response header collection. - - - - Gets a collection used to manipulate the Set-Cookie header. - - A collection used to manipulate the Set-Cookie header. - - - - Gets or sets the Content-Length header. - - The Content-Length header. - - - - Gets or sets the Content-Type header. - - The Content-Type header. - - - - Gets or sets the Expires header. - - The Expires header. - - - - Gets or sets the E-Tag header. - - The E-Tag header. - - - - Gets or sets the owin.ResponseBody Stream. - - The owin.ResponseBody Stream. - - - - Used to mark which class in an assembly should be used for automatic startup. - - - - - Initializes a new instance of the class - - The startup class - - - - Initializes a new instance of the class - - A non-default configuration, e.g. staging. - The startup class - - - - Initializes a new instance of the class - - The startup class - Specifies which method to call - - - - Initializes a new instance of the class - - A non-default configuration, e.g. staging. - The startup class - Specifies which method to call - - - - A non-default configuration if any. e.g. Staging. - - - - - The startup class - - - - - The name of the configuration method - - - - - An ordered list of known Asp.Net integrated pipeline stages. More details on the ASP.NET integrated pipeline can be found at http://msdn.microsoft.com/en-us/library/system.web.httpapplication.aspx - - - - - Corresponds to the AuthenticateRequest stage of the ASP.NET integrated pipeline. - - - - - Corresponds to the PostAuthenticateRequest stage of the ASP.NET integrated pipeline. - - - - - Corresponds to the AuthorizeRequest stage of the ASP.NET integrated pipeline. - - - - - Corresponds to the PostAuthorizeRequest stage of the ASP.NET integrated pipeline. - - - - - Corresponds to the ResolveRequestCache stage of the ASP.NET integrated pipeline. - - - - - Corresponds to the PostResolveRequestCache stage of the ASP.NET integrated pipeline. - - - - - Corresponds to the MapRequestHandler stage of the ASP.NET integrated pipeline. - - - - - Corresponds to the PostMapRequestHandler stage of the ASP.NET integrated pipeline. - - - - - Corresponds to the AcquireRequestState stage of the ASP.NET integrated pipeline. - - - - - Corresponds to the PostAcquireRequestState stage of the ASP.NET integrated pipeline. - - - - - Corresponds to the PreRequestHandlerExecute stage of the ASP.NET integrated pipeline. - - - - - 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 - - - - - 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 - - - - - Used to create path based branches in your application pipeline. - The owin.RequestPathBase is not included in the evaluation, only owin.RequestPath. - Matching paths have the matching piece removed from owin.RequestPath and added to the owin.RequestPathBase. - - - - - Initializes a new instance of the class - - The normal pipeline taken for a negative match - - - - - Process an individual request. - - - - - - - Options for the Map middleware - - - - - The path to match - - - - - The branch taken for a positive match - - - - - 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 - - - - - Branches the request pipeline based on the async result of the given predicate. - - - Invoked asynchronously with the request environment to determine if the branch should be taken - Configures a branch to take - - - - - Determines if the request should take a specific branch of the pipeline by passing the environment - to a user defined callback. - - - - - Initializes a new instance of the class - - The normal application pipeline - - - - - Process an individual request. - - - - - - - Options for the MapWhen middleware - - - Options for the MapWhen middleware - - - - - The user callback that determines if the branch should be taken - - - - - The branch taken for a positive match - - - - - The async user callback that determines if the branch should be taken - - - - - This wraps OWIN environment dictionary and provides strongly typed accessors. - - - This wraps OWIN environment dictionary and provides strongly typed accessors. - - - - - Create a new context with only request and response header collections. - - - - - Create a new wrapper. - - OWIN environment dictionary which stores state information about the request, response and relevant server state. - - - - Gets a value from the OWIN environment, or returns default(T) if not present. - - The type of the value. - The key of the value to get. - The value with the specified key or the default(T) if not present. - - - - Sets the given key and value in the OWIN environment. - - The type of the value. - The key of the value to set. - The value to set. - This instance. - - - - 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. - - - - Gets the OWIN environment. - - The OWIN environment. - - - - Gets or sets the host.TraceOutput environment value. - - The host.TraceOutput TextWriter. - - - - Gets the Authentication middleware functionality available on the current request. - - The authentication middleware functionality available on the current request. - - - - This wraps OWIN environment dictionary and provides strongly typed accessors. - - - This wraps OWIN environment dictionary and provides strongly typed accessors. - - - - - Asynchronously reads and parses the request body as a form. - - The parsed form data. - - - - Create a new context with only request and response header collections. - - - - - Create a new environment wrapper exposing request properties. - - OWIN environment dictionary which stores state information about the request, response and relevant server state. - - - - Gets a value from the OWIN environment, or returns default(T) if not present. - - The type of the value. - The key of the value to get. - The value with the specified key or the default(T) if not present. - - - - Sets the given key and value in the OWIN environment. - - The type of the value. - The key of the value to set. - The value to set. - This instance. - - - - Gets the OWIN environment. - - The OWIN environment. - - - - Gets the request context. - - The request context. - - - - Gets or set the HTTP method. - - The HTTP method. - - - - Gets or set the HTTP request scheme from owin.RequestScheme. - - The HTTP request scheme from owin.RequestScheme. - - - - Returns true if the owin.RequestScheme is https. - - true if this request is using https; otherwise, false. - - - - Gets or set the Host header. May include the port. - - The Host header. - - - - Gets or set the owin.RequestPathBase. - - The owin.RequestPathBase. - - - - Gets or set the request path from owin.RequestPath. - - The request path from owin.RequestPath. - - - - Gets or set the query string from owin.RequestQueryString. - - The query string from owin.RequestQueryString. - - - - Gets the query value collection parsed from owin.RequestQueryString. - - The query value collection parsed from owin.RequestQueryString. - - - - Gets the uniform resource identifier (URI) associated with the request. - - The uniform resource identifier (URI) associated with the request. - - - - Gets or set the owin.RequestProtocol. - - The owin.RequestProtocol. - - - - Gets the request headers. - - The request headers. - - - - Gets the collection of Cookies for this request. - - The collection of Cookies for this request. - - - - Gets or sets the Content-Type header. - - The Content-Type header. - - - - Gets or sets the Cache-Control header. - - The Cache-Control header. - - - - Gets or sets the Media-Type header. - - The Media-Type header. - - - - Gets or set the Accept header. - - The Accept header. - - - - Gets or set the owin.RequestBody Stream. - - The owin.RequestBody Stream. - - - - Gets or sets the cancellation token for the request. - - The cancellation token for the request. - - - - Gets or set the server.LocalIpAddress. - - The server.LocalIpAddress. - - - - Gets or set the server.LocalPort. - - The server.LocalPort. - - - - Gets or set the server.RemoteIpAddress. - - The server.RemoteIpAddress. - - - - Gets or set the server.RemotePort. - - The server.RemotePort. - - - - Gets or set the server.User. - - The server.User. - - - - Provides correct escaping for Path and PathBase values when needed to reconstruct a request or redirect URI string - - - - - Represents the empty path. This field is read-only. - - - - - Initialize the path string with a given value. This value must be in un-escaped 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. - - - - Provides the path string escaped in a way which is correct for combining into the URI representation. - - The escaped path value - - - - Provides the path string escaped in a way which is correct for combining into the URI representation. - - The escaped path value - - - - 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 escaped path as it appears in the URI format. - The resulting PathString - - - - Returns an PathString given the path as from a Uri object. Relative Uri objects are not supported. - - The Uri object - The resulting PathString - - - - Checks if this instance starts with or exactly matches the other instance. Only full segments are matched. - - - - - - - Checks if this instance starts with or exactly matches the other instance. Only full segments are matched. - - - Any remaining segments from this instance not included in the other instance. - - - - - Adds two PathString instances into a combined PathString value. - - The combined PathString value - - - - Combines a PathString and QueryString into the joined URI formatted string value. - - The joined URI formatted string value - - - - Compares this PathString value to another value. The default comparison is StringComparison.OrdinalIgnoreCase. - - The second PathString for comparison. - True if both PathString values are equal - - - - Compares this PathString value to another value using a specific StringComparison type - - The second PathString for comparison - The StringComparison type to use - True if both PathString values are equal - - - - Compares this PathString value to another value. The default comparison is StringComparison.OrdinalIgnoreCase. - - The second PathString for comparison. - True if both PathString values are equal - - - - Returns the hash code for the PathString value. The hash code is provided by the OrdinalIgnoreCase implementation. - - The hash code - - - - Operator call through to Equals - - The left parameter - The right parameter - True if both PathString values are equal - - - - Operator call through to Equals - - The left parameter - The right parameter - True if both PathString values are not equal - - - - Operator call through to Add - - The left parameter - The right parameter - The PathString combination of both values - - - - Operator call through to Add - - The left parameter - The right parameter - The PathString combination of both values - - - - The unescaped path value - - - - - True if the path is not empty - - - - - Provides correct handling for QueryString value when needed to reconstruct a request or redirect URI string - - - - - Represents the empty query string. This field is read-only. - - - - - Initalize 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 - - - - 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 potentally - 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 - - - - Returns an QueryString given the query as it is escaped in the URI format. The string MUST NOT contain any - value that is not a query. - - The escaped query as it appears in the URI format. - The resulting QueryString - - - - Returns an QueryString given the query as from a Uri object. Relative Uri objects are not supported. - - The Uri object - The resulting QueryString - - - - Indicates whether the current instance is equal to the other instance. - - - - - - - Indicates whether the current instance is equal to the other instance. - - - - - - - Returns the hash code for this instance. - - - - - - Compares the two instances for equality. - - - - - - - - Compares the two instances for inequality. - - - - - - - - The unescaped query string without the leading '?' character - - - - - True if the query string is not empty - - - - - A wrapper for the request Cookie header - - - - - Create a new wrapper - - - - - - - - - - - - - - - - - - Returns null rather than throwing KeyNotFoundException - - - - - - - A strongly-typed resource class, for looking up localized strings, etc. - - - - - Returns the cached ResourceManager instance used by this class. - - - - - Overrides the current thread's CurrentUICulture property for all - resource lookups using this strongly typed resource class. - - - - - Looks up a localized string similar to Conversion delegate must take one parameter.. - - - - - Looks up a localized string similar to The type '{0}' does not match any known middleware pattern.. - - - - - Looks up a localized string similar to The OWIN key 'server.OnSendingHeaders' is not available for this request.. - - - - - Looks up a localized string similar to The class '{0}' does not have a constructor taking {1} arguments.. - - - - - Looks up a localized string similar to No conversion available between {0} and {1}.. - - - - - Looks up a localized string similar to The path must not end with a '/'. - - - - - Looks up a localized string similar to The path must start with a '/' followed by one or more characters.. - - - - - Looks up a localized string similar to The path is required. - - - - - Looks up a localized string similar to The query string must start with a '?' unless null or empty.. - - - - - A standard implementation of IAppBuilder - - - - - Initializes a new instance of the the type. - - - - - - - - - - - - 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 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. - - - The IAppBuilder itself is returned. This enables you to chain your use statements together. - - - - - 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 - - - - 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. - - - The Type argument indicates which calling convention should be returned, and - is typically typeof() for the OWIN - calling convention. - - - Returns an instance of the pipeline's entry point. This object may be safely cast to the - type which was provided - - - - - Contains arbitrary properties which may added, examined, and modified by - components during the startup sequence. - - Returns . - - - - Simple object used by AppBuilder as seed OWIN callable if the - builder.Properties["builder.DefaultApp"] is not set - - - - - Abstracts the system clock to facilitate testing. - - - - - Retrieves the current system time in UTC. - - - - - Provides access to the normal system clock. - - - - - Retrieves the current system time in UTC. - - - - - Response generation utilities. - - - - - Append the given query to the uri. - - The base uri. - The query string to append, if any. - The combine result. - - - - Append the given query key and value to the uri. - - The base uri. - The name of the query key. - The query value. - The combine result. - - - - Append the given query keys and values to the uri. - - The base uri. - A collection of name value query pairs to append. - The combine result. - - - - A wrapper for the response Set-Cookie header - - - - - Create a new wrapper - - - - - - Add a new cookie and value - - - - - - - Add a new cookie - - - - - - - - Sets an expired cookie - - - - - - Sets an expired cookie - - - - - - - Acts as the return value from calls to the IAuthenticationManager's AuthenticeAsync methods. - - - - - Create an instance of the result object - - Assigned to Identity. May be null. - Assigned to Properties. Contains extra information carried along with the identity. - Assigned to Description. Contains information describing the authentication provider. - - - - Contains the claims that were authenticated by the given AuthenticationType. If the authentication - type was not successful the Identity property will be null. - - - - - Contains extra values that were provided with the original SignIn call. - - - - - Contains description properties for the middleware authentication type in general. Does not - vary per request. - - - - - Contains information describing an authentication provider. - - - - - Initializes a new instance of the class - - - - - Initializes a new instance of the class - - - - - - Contains metadata about the authentication provider. - - - - - Gets or sets the name used to reference the authentication middleware instance. - - - - - Gets or sets the display name for the authentication provider. - - - - - Extension methods used to indicate at which stage in the integrated pipeline prior middleware should run. - - - - - Call after other middleware to specify when they should run in the integrated pipeline. - - The IAppBuilder. - The name of the integrated pipeline in which to run. - The original IAppBuilder for chaining. - - - - Call after other middleware to specify when they should run in the integrated pipeline. - - The IAppBuilder. - The stage of the integrated pipeline in which to run. - The original IAppBuilder for chaining. - - - - Logging extension methods for IAppBuilder. - - - - - Sets the server.LoggerFactory in the Properties collection. - - - - - - - Retrieves the server.LoggerFactory from the Properties collection. - - - - - - - Creates a new ILogger instance from the server.LoggerFactory in the Properties collection. - - - - - - - - Creates a new ILogger instance from the server.LoggerFactory in the Properties collection. - - - - - - - - Creates a new ILogger instance from the server.LoggerFactory in the Properties collection. - - - - - - - - Used to create logger instances of the given name. - - - - - Creates a new ILogger instance of the given name. - - - - - - - A generic interface for logging. - - - - - Aggregates most logging patterns to a single method. This must be compatible with the Func representation in the OWIN environment. - - To check IsEnabled call WriteCore with only TraceEventType and check the return value, no event will be written. - - - - - - - - - - - Contains the parts of an address. - - - - - Initializes a new instance. - - - - - - Initializes a new with the given parts. - - The scheme. - The host. - The port. - The path. - - - - Creates a new - - A new - - - - Determines whether the specified object is equal to the current object. - - The other object. - true if the specified object is equal to the current object; otherwise, false. - - - - Determines whether the specified object is equal to the current object. - - The other object. - true if the specified object is equal to the current object; otherwise, false. - - - - Returns the hash code for this instance. - - The hash code for this instance. - - - - Determines whether two specified instances of are equal. - - The first object to compare. - The second object to compare. - true if left and right represent the same address; otherwise, false. - - - - Determines whether two specified instances of are not equal. - - The first object to compare. - The second object to compare. - true if left and right do not represent the same address; otherwise, false. - - - - Gets a specified key and value from the underlying dictionary. - - - The key. - - - - - Sets a specified key and value in the underlying dictionary. - - The key. - The value. - - - - - Gets the internal dictionary for this collection. - - The internal dictionary for this collection. - - - - The uri scheme. - - - - - The uri host. - - - - - The uri port. - - - - - The uri path. - - - - - 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 enumerator that iterates through the collection. - - The enumerator that can be used to iterate through the collection. - - - - Gets the enumerator that iterates through the collection. - - The enumerator that can be used to iterate through the collection. - - - - Creates a new empty instance of . - - A new empty instance of . - - - - Determines whether the current collection is equal to the specified collection. - - The other collection to compare to the current collection. - true if current collection is equal to the specified collection; otherwise, false. - - - - Determines whether the current collection is equal to the specified object. - - The object to compare to the current collection. - true if current collection is equal to the specified object; otherwise, false. - - - - Gets the hash code for this instance. - - The hash code for this instance. - - - - Determines whether the first collection is equal to the second collection. - - The first collection to compare. - The second collection to compare. - true if both collections are equal; otherwise, false. - - - - Determines whether the first collection is not equal to the second collection. - - The first collection to compare. - The second collection to compare. - true if both collections are not equal; otherwise, false. - - - - Gets the underlying address list. - - The underlying address list. - - - - Gets the number of elements in the collection. - - The number of elements in the collection. - - - - Gets the item with the specified index from the collection. - - The index. - The item with the specified index. - - - - A wrapper for the IDictionary. - - - - - Initializes a new instance of the class. - - - - - - Determines whether the current AppProperties is equal to the specified AppProperties. - - The other AppProperties to compare with the current instance. - true if the current AppProperties is equal to the specified AppProperties; otherwise, false. - - - - Determines whether the current AppProperties is equal to the specified object. - - The object to compare with the current instance. - true if the current AppProperties is equal to the specified object; otherwise, false. - - - - Returns the hash code for this instance. - - The hash code for this instance. - - - - Determines whether the first AppPProperties is equal to the second AppProperties. - - The first AppPropeties to compare. - The second AppPropeties to compare. - true if both AppProperties are equal; otherwise, false. - - - - Determines whether the first AppPProperties is not equal to the second AppProperties. - - The first AppPropeties to compare. - The second AppPropeties to compare. - true if both AppProperties are not equal; otherwise, false. - - - - Gets the value from the dictionary with the specified key. - - The type of the value. - The key of the value to get. - The value with the specified key. - - - - Sets the value with the specified key. - - The key of the value to set. - The value to set. - This instance. - - - - Gets or sets the string value for “owin.Version”. - - The string value for “owin.Version”. - - - - Gets or sets the function delegate for “builder.DefaultApp”. - - The function delegate for “builder.DefaultApp”. - - - - 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 text writer for “host.TraceOutput”. - - The text writer for “host.TraceOutput”. - - - - Gets or sets the cancellation token for “host.OnAppDisposing”. - - The cancellation token for “host.OnAppDisposing”. - - - - Gets or sets the address collection for “host.Addresses”. - - The address collection for “host.Addresses”. - - - - Gets or sets the list of “server.Capabilities”. - - The list of “server.Capabilities”. - - - - Gets the underlying dictionary for this instance. - - The underlying dictionary for this instance. - - - - Represents the capabilities for the builder properties. - - - - - Initializes a new instance of the class. - - - - - - Initializes a new instance of the class. - - A new instance of the class. - - - - Determines whether the current Capabilities instance is equal to the specified Capabilities. - - The other Capabilities to compare with the current instance. - true if the specified object is equal to the current object; otherwise, false. - - - - Determines whether the current Capabilities is equal to the specified object. - - The object to compare with the current instance. - true if the current Capabilities is equal to the specified object; otherwise, false. - - - - Returns the hash code for this instance. - - The hash code for this instance. - - - - Determines whether two specified instances of are equal. - - The first object to compare. - The second object to compare. - true if the two specified instances of are equal; otherwise, false. - - - - Determines whether two specified instances of are not equal. - - The first object to compare. - The second object to compare. - true if the two specified instances of are not equal; otherwise, false. - - - - Gets the value from the dictionary with the specified key. - - The type of the value. - The key of the value to get. - The value with the specified key. - - - - Sets the given key and value in the underlying dictionary. - - The key of the value to set. - The value to set. - This instance. - - - - The underling IDictionary - - - - - Gets or sets the string value for "sendfile.Version" - - the string value for "sendfile.Version" - - - - Gets or sets the websocket version. - - The websocket version. - - - - Options used to create a new cookie. - - - - - Creates a default cookie with a path of '/'. - - - - - Gets or sets the domain to associate the cookie with. - - The domain to associate the cookie with. - - - - Gets or sets the cookie path. - - The cookie path. - - - - Gets or sets the expiration date and time for the cookie. - - The expiration date and time for the cookie. - - - - Gets or sets a value that indicates whether to transmit the cookie using Secure Sockets Layer (SSL)—that is, over HTTPS only. - - true to transmit the cookie only over an SSL connection (HTTPS); otherwise, false. - - - - Gets or sets a value that indicates whether a cookie is accessible by client-side script. - - true if a cookie is accessible by client-side script; otherwise, false. - - - - Provides a default ILoggerFactory. - - - - - Provides a default ILoggerFactory based on System.Diagnostics.TraceSorce. - - - - - Extension methods for IAppBuilder. - - - - - 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 application signature. - - The request processing entry point for this section of the pipeline. - - - - Adds converters for adapting between disparate application signatures. - - - - - - - Adds converters for adapting between disparate application signatures. - - - - - - - - - Provides helper methods for processing requests. - - - - - Parses an HTTP form body. - - The HTTP form body to parse. - The object containing the parsed HTTP form body. - - - - Converts between an OwinMiddlware and an . - - - - - - - - - - - - - - - - - - Transitions between and OwinMiddleware. - - - - - - - - - - - - - OWIN environment dictionary which stores state information about the request, response and relevant server state. - - - - - Adds adapters between and OwinMiddleware. - - - - - Adds adapters between and OwinMiddleware. - - - - - - This wraps OWIN environment dictionary and provides strongly typed accessors. - - - - - Create a new context with only request and response header collections. - - - - - Creates a new environment wrapper exposing response properties. - - OWIN environment dictionary which stores state information about the request, response and relevant server state. - - - - Registers for an event that fires when the response headers are sent. - - The callback method. - The callback state. - - - - Sets a 302 response status code and the Location header. - - The location where to redirect the client. - - - - Writes the given text to the response body stream using UTF-8. - - The response data. - - - - Writes the given bytes to the response body stream. - - The response data. - - - - Writes the given bytes to the response body stream. - - The response data. - The zero-based byte offset in the parameter at which to begin copying bytes. - The number of bytes to write. - - - - Asynchronously writes the given text to the response body stream using UTF-8. - - The response data. - A Task tracking the state of the write operation. - - - - Asynchronously writes the given text to the response body stream using UTF-8. - - The response data. - A token used to indicate cancellation. - A Task tracking the state of the write operation. - - - - Asynchronously writes the given bytes to the response body stream. - - The response data. - A Task tracking the state of the write operation. - - - - Asynchronously writes the given bytes to the response body stream. - - The response data. - A token used to indicate cancellation. - A Task tracking the state of the write operation. - - - - Asynchronously writes the given bytes to the response body stream. - - The response data. - The zero-based byte offset in the parameter at which to begin copying bytes. - The number of bytes to write. - A token used to indicate cancellation. - A Task tracking the state of the write operation. - - - - Gets a value from the OWIN environment, or returns default(T) if not present. - - The type of the value. - The key of the value to get. - The value with the specified key or the default(T) if not present. - - - - Sets the given key and value in the OWIN environment. - - The type of the value. - The key of the value to set. - The value to set. - This instance. - - - - Gets the OWIN environment. - - The OWIN environment. - - - - Gets the request context. - - The request context. - - - - Gets or sets the optional owin.ResponseStatusCode. - - The optional owin.ResponseStatusCode, or 200 if not set. - - - - Gets or sets the the optional owin.ResponseReasonPhrase. - - The the optional owin.ResponseReasonPhrase. - - - - Gets or sets the owin.ResponseProtocol. - - The owin.ResponseProtocol. - - - - Gets the response header collection. - - The response header collection. - - - - Gets a collection used to manipulate the Set-Cookie header. - - A collection used to manipulate the Set-Cookie header. - - - - Gets or sets the Content-Length header. - - The Content-Length header. - - - - Gets or sets the Content-Type header. - - The Content-Type header. - - - - Gets or sets the Expires header. - - The Expires header. - - - - Gets or sets the E-Tag header. - - The E-Tag header. - - - - Gets or sets the owin.ResponseBody Stream. - - The owin.ResponseBody Stream. - - - - Used to interact with authentication middleware that have been chained in the pipeline - - - - - Lists all of the description data provided by authentication middleware that have been chained - - The authentication descriptions - - - - Lists the description data of all of the authentication middleware which are true for a given predicate - - A function provided by the caller which returns true for descriptions that should be in the returned list - The authentication descriptions - - - - Call back through the middleware to ask for a specific form of authentication to be performed - on the current request - - Identifies which middleware should respond to the request - for authentication. This value is compared to the middleware's Options.AuthenticationType property. - Returns an object with the results of the authentication. The AuthenticationResult.Identity - may be null if authentication failed. Even if the Identity property is null, there may still be - AuthenticationResult.properties and AuthenticationResult.Description information returned. - - - - Called to perform any number of authentication mechanisms on the current request. - - Identifies one or more middleware which should attempt to respond - Returns the AuthenticationResult information from the middleware which responded. The - order is determined by the order the middleware are in the pipeline. Latest added is first in the list. - - - - Add information into the response environment that will cause the authentication middleware to challenge - the caller to authenticate. This also changes the status code of the response to 401. The nature of that - challenge varies greatly, and ranges from adding a response header or changing the 401 status code to - a 302 redirect. - - Additional arbitrary values which may be used by particular authentication types. - Identify which middleware should perform their alterations on the - response. If the authenticationTypes is null or empty, that means the - AuthenticationMode.Active middleware should perform their alterations on the response. - - - - Add information into the response environment that will cause the authentication middleware to challenge - the caller to authenticate. This also changes the status code of the response to 401. The nature of that - challenge varies greatly, and ranges from adding a response header or changing the 401 status code to - a 302 redirect. - - Identify which middleware should perform their alterations on the - response. If the authenticationTypes is null or empty, that means the - AuthenticationMode.Active middleware should perform their alterations on the response. - - - - Add information to the response environment that will cause the appropriate authentication middleware - to grant a claims-based identity to the recipient of the response. The exact mechanism of this may vary. - Examples include setting a cookie, to adding a fragment on the redirect url, or producing an OAuth2 - access code or token response. - - Contains additional properties the middleware are expected to persist along with - the claims. These values will be returned as the AuthenticateResult.properties collection when AuthenticateAsync - is called on subsequent requests. - Determines which claims are granted to the signed in user. The - ClaimsIdentity.AuthenticationType property is compared to the middleware's Options.AuthenticationType - value to determine which claims are granted by which middleware. The recommended use is to have a single - ClaimsIdentity which has the AuthenticationType matching a specific middleware. - - - - Add information to the response environment that will cause the appropriate authentication middleware - to grant a claims-based identity to the recipient of the response. The exact mechanism of this may vary. - Examples include setting a cookie, to adding a fragment on the redirect url, or producing an OAuth2 - access code or token response. - - Determines which claims are granted to the signed in user. The - ClaimsIdentity.AuthenticationType property is compared to the middleware's Options.AuthenticationType - value to determine which claims are granted by which middleware. The recommended use is to have a single - ClaimsIdentity which has the AuthenticationType matching a specific middleware. - - - - Add information to the response environment that will cause the appropriate authentication middleware - to revoke any claims identity associated the the caller. The exact method varies. - - Identifies which middleware should perform the work to sign out. - Multiple authentication types may be provided to clear out more than one cookie at a time, or to clear - cookies and redirect to an external single-sign out url. - - - - Returns the current user for the request - - - - - Exposes the security.Challenge environment value as a strong type. - - - - - Exposes the security.SignIn environment value as a strong type. - - - - - Exposes the security.SignOut environment value as a strong type. - - - - - - - - - - - - - - Exposes the security.Challenge environment value as a strong type. - - - - - Exposes the security.SignIn environment value as a strong type. - - - - - Exposes the security.SignOut environment value as a strong type. - - - - - Dictionary used to store state values about the authentication session. - - - - - Initializes a new instance of the class - - - - - Initializes a new instance of the class - - - - - - State values about the authentication session. - - - - - Gets or sets whether the authentication session is persisted across multiple requests. - - - - - Gets or sets the full path or absolute URI to be used as an http redirect response value. - - - - - Gets or sets the time at which the authentication ticket was issued. - - - - - Gets or sets the time at which the authentication ticket expires. - - - - - Exposes the security.Challenge environment value as a strong type. - - - - - Initializes a new instance of the class - - - - - - - List of the authentication types that should send a challenge in the response. - - - - - Dictionary used to store state values about the authentication session. - - - - - Exposes the security.SignIn environment value as a strong type. - - - - - Initializes a new instance of the class. - - - - - - - Initializes a new instance of the class. - - - - - - - The identity associated with the user sign in. - - - - - The security principal associated with the user sign in. - - - - - Dictionary used to store state values about the authentication session. - - - - - Exposes the security.SignOut environment value as a strong type. - - - - - Initializes a new instance of the class - - - - - - List of the authentication types that should be revoked on sign out. - - - - - Provides an ILoggerFactory based on System.Diagnostics.TraceSource. - - - - - Initializes a new instance of the class. - - - Creates a factory named "Microsoft.Owin". - - - - - Initializes a new instance of the class. - - - - - - - Creates a new DiagnosticsLogger for the given component name. - - - - - - - ILogger extension methods for common scenarios. - - - - - Checks if the given TraceEventType is enabled. - - - - - - - - Writes a verbose log message. - - - - - - - Writes an informational log message. - - - - - - - Writes a warning log message. - - - - - - - - Writes a warning log message. - - - - - - - - Writes an error log message. - - - - - - - Writes an error log message. - - - - - - - - Writes a critical log message. - - - - - - - Writes a critical log message. - - - - - - - diff --git a/packages/Microsoft.Owin.2.1.0/lib/net45/Microsoft.Owin.dll b/packages/Microsoft.Owin.2.1.0/lib/net45/Microsoft.Owin.dll deleted file mode 100644 index 6a04e4d8..00000000 Binary files a/packages/Microsoft.Owin.2.1.0/lib/net45/Microsoft.Owin.dll and /dev/null differ diff --git a/packages/Microsoft.Owin.Host.SystemWeb.2.1.0/Microsoft.Owin.Host.SystemWeb.2.1.0.nupkg b/packages/Microsoft.Owin.Host.SystemWeb.2.1.0/Microsoft.Owin.Host.SystemWeb.2.1.0.nupkg deleted file mode 100644 index 4a882d93..00000000 Binary files a/packages/Microsoft.Owin.Host.SystemWeb.2.1.0/Microsoft.Owin.Host.SystemWeb.2.1.0.nupkg and /dev/null differ diff --git a/packages/Microsoft.Owin.Host.SystemWeb.2.1.0/lib/net40/Microsoft.Owin.Host.SystemWeb.dll b/packages/Microsoft.Owin.Host.SystemWeb.2.1.0/lib/net40/Microsoft.Owin.Host.SystemWeb.dll deleted file mode 100644 index fb09d52f..00000000 Binary files a/packages/Microsoft.Owin.Host.SystemWeb.2.1.0/lib/net40/Microsoft.Owin.Host.SystemWeb.dll and /dev/null differ diff --git a/packages/Microsoft.Owin.Host.SystemWeb.2.1.0/lib/net40/Microsoft.Owin.Host.SystemWeb.xml b/packages/Microsoft.Owin.Host.SystemWeb.2.1.0/lib/net40/Microsoft.Owin.Host.SystemWeb.xml deleted file mode 100644 index 18ac1701..00000000 --- a/packages/Microsoft.Owin.Host.SystemWeb.2.1.0/lib/net40/Microsoft.Owin.Host.SystemWeb.xml +++ /dev/null @@ -1,532 +0,0 @@ - - - - Microsoft.Owin.Host.SystemWeb - - - - - Provided as a down-level stub for the 4.5 AssemblyMetaDataAttribute class. - All released assemblies should define [AssemblyMetadata("Serviceable", "True")]. - - - - - Locates the startup class based on the following convention: - AssemblyName.Startup, with a method named Configuration - - - - - - - - - - Allows for a fallback loader to be specified. - - - - - - Allows for a fallback loader and a Dependency Injection activator to be specified. - - - - - - - - - - - - - - - Executes the loader, searching for the entry point by name. - - The name of the assembly and type entry point - - - - - - - - - - - - - A default fallback loader that does nothing. - - - - - A placeholder method that always returns null. - - - - null. - - - - A singleton instance of the NullLoader type. - - - - - A strongly-typed resource class, for looking up localized strings, etc. - - - - - Returns the cached ResourceManager instance used by this class. - - - - - Overrides the current thread's CurrentUICulture property for all - resource lookups using this strongly typed resource class. - - - - - Looks up a localized string similar to For the app startup parameter value '{0}', the assembly '{1}' was not found.. - - - - - Looks up a localized string similar to For the app startup parameter value '{0}', the class '{1}' was not found in assembly '{2}'.. - - - - - Looks up a localized string similar to The OwinStartup attribute discovered in assembly '{0}' referencing startup type '{1}' conflicts with the attribute in assembly '{2}' referencing startup type '{3}' because they have the same FriendlyName '{4}'. Remove or rename one of the attributes, or reference the desired type directly.. - - - - - Looks up a localized string similar to The discovered startup type '{0}' conflicts with the type '{1}'. Remove or rename one of the types, or reference the desired type directly.. - - - - - Looks up a localized string similar to The OwinStartupAttribute.FriendlyName value '{0}' does not match the given value '{1}' in Assembly '{2}'.. - - - - - Looks up a localized string similar to No '{0}' method was found in class '{1}'.. - - - - - Looks up a localized string similar to No assembly found containing a Startup or [AssemblyName].Startup class.. - - - - - Looks up a localized string similar to No assembly found containing an OwinStartupAttribute.. - - - - - Looks up a localized string similar to The OwinStartupAttribute.StartupType value is empty in Assembly '{0}'.. - - - - - Looks up a localized string similar to The type '{0}' referenced from assembly '{1}' does not define a property 'StartupType' of type 'Type'.. - - - - - Looks up a localized string similar to The given type or method '{0}' was not found. Try specifying the Assembly.. - - - - - Looks up a localized string similar to The '{0}' method on class '{1}' does not have the expected signature 'void {0}(IAppBuilder)'.. - - - - - Used to provide the data protection services that are derived from the MachineKey API. It is the best choice of - data protection when you application is hosted by ASP.NET and all servers in the farm are running with the same Machine Key values. - - - - - Returns a new instance of IDataProtection for the provider. - - Additional entropy used to ensure protected data may only be unprotected for the correct purposes. - An instance of a data protection service - - - - Provides extension methods for . - - - - - Gets the for the current request. - - - - - - - Gets the for the current request. - - - - - - - Provides extension methods for . - - - - - Gets the for the current request. - - - - - - - Gets the for the current request. - - - - - - - Processes requests from System.Web as OWIN requests. - - - - - Processes requests using the default OWIN application. - - - - - Initiates an asynchronous call to the HTTP handler. - - - An System.Web.HttpContextBase object that provides references to intrinsic server - objects (for example, Request, Response, Session, and Server) used to service - HTTP requests. - - - The System.AsyncCallback to call when the asynchronous method call is complete. - If callback is null, the delegate is not called. - - - Any extra data needed to process the request. - - - An System.IAsyncResult that contains information about the status of the process. - - - - - Provides an asynchronous process End method when the process ends. - - - An System.IAsyncResult that contains information about the status of the process. - - - - - Gets a value indicating whether another request can use the System.Web.IHttpHandler instance. - - - true. - - - - - Processes a route through an OWIN pipeline. - - - - - Initialize an OwinRouteHandler - - The method to initialize the pipeline that processes requests for the route. - - - - Provides the object that processes the request. - - - An object that processes the request. - - An object that encapsulates information about the request. - - - - Registers the OWIN request processing module at application startup. - - - - - Registers the OWIN request processing module. - - - - - A strongly-typed resource class, for looking up localized strings, etc. - - - - - Returns the cached ResourceManager instance used by this class. - - - - - Overrides the current thread's CurrentUICulture property for all - resource lookups using this strongly typed resource class. - - - - - Looks up a localized string similar to The following errors occurred while attempting to load the app.. - - - - - Looks up a localized string similar to Cannot register for 'OnSendingHeaders' event after response headers have been sent.. - - - - - Looks up a localized string similar to The key '{0}' is already present in the dictionary.. - - - - - Looks up a localized string similar to To disable OWIN startup discovery, add the appSetting owin:AutomaticAppStartup with a value of "false" in your web.config.. - - - - - Looks up a localized string similar to To specify the OWIN startup Assembly, Class, or Method, add the appSetting owin:AppStartup with the fully qualified startup class or configuration method name in your web.config.. - - - - - Looks up a localized string similar to The given stage '{0}' is not supported.. - - - - - Looks up a localized string similar to No owin.Environment item was found in the context.. - - - - - Looks up a localized string similar to An exception was thrown while trying to load the client certificate:. - - - - - Looks up a localized string similar to The OWIN entry point threw an exception:. - - - - - Looks up a localized string similar to The IAsyncResult callback for OwinCallHandler threw an exception:. - - - - - Looks up a localized string similar to Failed to register the OWIN module:. - - - - - Looks up a localized string similar to The application threw one or more exceptions when notified of a client disconnect:. - - - - - Looks up a localized string similar to Shutdown detection setup failed:. - - - - - Looks up a localized string similar to One or more exceptions were thrown during app pool shutdown:. - - - - - Looks up a localized string similar to An exception was thrown from a timer callback:. - - - - - Looks up a localized string similar to An exception was thrown while processing the WebSocket:. - - - - - Looks up a localized string similar to Support for WebSockets has been detected.. - - - - - Looks up a localized string similar to No support for WebSockets has been detected.. - - - - - Provides extension methods for registering OWIN applications as System.Web routes. - - - - - Registers a route for the default OWIN application. - - The route collection. - The route path to map to the default OWIN application. - The created route. - - - - Registers a route for a specific OWIN application entry point. - - The OWIN application entry point type. - The route collection. - The route path to map to the given OWIN application. - The OWIN application entry point. - The created route. - - - - Invokes the System.Action startup delegate to build the OWIN application - and then registers a route for it on the given path. - - The route collection. - The route path to map to the given OWIN application. - A System.Action delegate invoked to build the OWIN application. - The created route. - - - - Registers a route for the default OWIN application. - - The route collection. - The given name of the route. - The route path to map to the default OWIN application. - The created route. - - - - Registers a route for a specific OWIN application entry point. - - The OWIN application entry point type. - The route collection. - The given name of the route. - The route path to map to the given OWIN application. - The OWIN application entry point. - The created route. - - - - Invokes the System.Action startup delegate to build the OWIN application - and then registers a route for it on the given path. - - The route collection. - The given name of the route. - The route path to map to the given OWIN application. - A System.Action delegate invoked to build the OWIN application. - The created route. - - - - Provides a way to define routes for an OWIN pipeline. - - The route collection. - The URL pattern for the route. - The method to initialize the pipeline that processes requests for the route. - - - - Provides a way to define routes for an OWIN pipeline. - - The route collection. - The URL pattern for the route. - The values to use if the URL does not contain all the parameters. - The method to initialize the pipeline that processes requests for the route. - - - - Provides a way to define routes for an OWIN pipeline. - - The route collection. - The URL pattern for the route. - The values to use if the URL does not contain all the parameters. - A regular expression that specifies valid values for a URL parameter. - The method to initialize the pipeline that processes requests for the route. - - - - Provides a way to define routes for an OWIN pipeline. - - The route collection. - The URL pattern for the route. - The values to use if the URL does not contain all the parameters. - A regular expression that specifies valid values for a URL parameter. - Custom values that are passed to the route handler, but which are not used to determine whether the route matches a specific URL pattern. These values are passed to the route handler, where they can be used for processing the request. - The method to initialize the pipeline that processes requests for the route. - - - - Provides a way to define routes for an OWIN pipeline. - - The route collection. - The name of the route. - The URL pattern for the route. - The method to initialize the pipeline that processes requests for the route. - - - - Provides a way to define routes for an OWIN pipeline. - - The route collection. - The name of the route. - The URL pattern for the route. - The values to use if the URL does not contain all the parameters. - The method to initialize the pipeline that processes requests for the route. - - - - Provides a way to define routes for an OWIN pipeline. - - The route collection. - The name of the route. - The URL pattern for the route. - The values to use if the URL does not contain all the parameters. - A regular expression that specifies valid values for a URL parameter. - The method to initialize the pipeline that processes requests for the route. - - - - Provides a way to define routes for an OWIN pipeline. - - The route collection. - The name of the route. - The URL pattern for the route. - The values to use if the URL does not contain all the parameters. - A regular expression that specifies valid values for a URL parameter. - Custom values that are passed to the route handler, but which are not used to determine whether the route matches a specific URL pattern. These values are passed to the route handler, where they can be used for processing the request. - The method to initialize the pipeline that processes requests for the route. - - - diff --git a/packages/Microsoft.Owin.Host.SystemWeb.2.1.0/lib/net45/Microsoft.Owin.Host.SystemWeb.dll b/packages/Microsoft.Owin.Host.SystemWeb.2.1.0/lib/net45/Microsoft.Owin.Host.SystemWeb.dll deleted file mode 100644 index c7120a03..00000000 Binary files a/packages/Microsoft.Owin.Host.SystemWeb.2.1.0/lib/net45/Microsoft.Owin.Host.SystemWeb.dll and /dev/null differ diff --git a/packages/Microsoft.Owin.Host.SystemWeb.2.1.0/lib/net45/Microsoft.Owin.Host.SystemWeb.xml b/packages/Microsoft.Owin.Host.SystemWeb.2.1.0/lib/net45/Microsoft.Owin.Host.SystemWeb.xml deleted file mode 100644 index 41250c30..00000000 --- a/packages/Microsoft.Owin.Host.SystemWeb.2.1.0/lib/net45/Microsoft.Owin.Host.SystemWeb.xml +++ /dev/null @@ -1,546 +0,0 @@ - - - - Microsoft.Owin.Host.SystemWeb - - - - - Locates the startup class based on the following convention: - AssemblyName.Startup, with a method named Configuration - - - - - - - - - - Allows for a fallback loader to be specified. - - - - - - Allows for a fallback loader and a Dependency Injection activator to be specified. - - - - - - - - - - - - - - - Executes the loader, searching for the entry point by name. - - The name of the assembly and type entry point - - - - - - - - - - - - - A default fallback loader that does nothing. - - - - - A placeholder method that always returns null. - - - - null. - - - - A singleton instance of the NullLoader type. - - - - - A strongly-typed resource class, for looking up localized strings, etc. - - - - - Returns the cached ResourceManager instance used by this class. - - - - - Overrides the current thread's CurrentUICulture property for all - resource lookups using this strongly typed resource class. - - - - - Looks up a localized string similar to For the app startup parameter value '{0}', the assembly '{1}' was not found.. - - - - - Looks up a localized string similar to For the app startup parameter value '{0}', the class '{1}' was not found in assembly '{2}'.. - - - - - Looks up a localized string similar to The OwinStartup attribute discovered in assembly '{0}' referencing startup type '{1}' conflicts with the attribute in assembly '{2}' referencing startup type '{3}' because they have the same FriendlyName '{4}'. Remove or rename one of the attributes, or reference the desired type directly.. - - - - - Looks up a localized string similar to The discovered startup type '{0}' conflicts with the type '{1}'. Remove or rename one of the types, or reference the desired type directly.. - - - - - Looks up a localized string similar to The OwinStartupAttribute.FriendlyName value '{0}' does not match the given value '{1}' in Assembly '{2}'.. - - - - - Looks up a localized string similar to No '{0}' method was found in class '{1}'.. - - - - - Looks up a localized string similar to No assembly found containing a Startup or [AssemblyName].Startup class.. - - - - - Looks up a localized string similar to No assembly found containing an OwinStartupAttribute.. - - - - - Looks up a localized string similar to The OwinStartupAttribute.StartupType value is empty in Assembly '{0}'.. - - - - - Looks up a localized string similar to The type '{0}' referenced from assembly '{1}' does not define a property 'StartupType' of type 'Type'.. - - - - - Looks up a localized string similar to The given type or method '{0}' was not found. Try specifying the Assembly.. - - - - - Looks up a localized string similar to The '{0}' method on class '{1}' does not have the expected signature 'void {0}(IAppBuilder)'.. - - - - - - - - - - - - - - - - - - - - - - - - - Used to provide the data protection services that are derived from the MachineKey API. It is the best choice of - data protection when you application is hosted by ASP.NET and all servers in the farm are running with the same Machine Key values. - - - - - Returns a new instance of IDataProtection for the provider. - - Additional entropy used to ensure protected data may only be unprotected for the correct purposes. - An instance of a data protection service - - - - Provides extension methods for . - - - - - Gets the for the current request. - - - - - - - Gets the for the current request. - - - - - - - Provides extension methods for . - - - - - Gets the for the current request. - - - - - - - Gets the for the current request. - - - - - - - Processes requests from System.Web as OWIN requests. - - - - - Processes requests using the default OWIN application. - - - - - Initiates an asynchronous call to the HTTP handler. - - - An System.Web.HttpContextBase object that provides references to intrinsic server - objects (for example, Request, Response, Session, and Server) used to service - HTTP requests. - - - The System.AsyncCallback to call when the asynchronous method call is complete. - If callback is null, the delegate is not called. - - - Any extra data needed to process the request. - - - An System.IAsyncResult that contains information about the status of the process. - - - - - Provides an asynchronous process End method when the process ends. - - - An System.IAsyncResult that contains information about the status of the process. - - - - - Gets a value indicating whether another request can use the System.Web.IHttpHandler instance. - - - true. - - - - - Processes a route through an OWIN pipeline. - - - - - Initialize an OwinRouteHandler - - The method to initialize the pipeline that processes requests for the route. - - - - Provides the object that processes the request. - - - An object that processes the request. - - An object that encapsulates information about the request. - - - - Registers the OWIN request processing module at application startup. - - - - - Registers the OWIN request processing module. - - - - - A strongly-typed resource class, for looking up localized strings, etc. - - - - - Returns the cached ResourceManager instance used by this class. - - - - - Overrides the current thread's CurrentUICulture property for all - resource lookups using this strongly typed resource class. - - - - - Looks up a localized string similar to The following errors occurred while attempting to load the app.. - - - - - Looks up a localized string similar to Cannot register for 'OnSendingHeaders' event after response headers have been sent.. - - - - - Looks up a localized string similar to The key '{0}' is already present in the dictionary.. - - - - - Looks up a localized string similar to To disable OWIN startup discovery, add the appSetting owin:AutomaticAppStartup with a value of "false" in your web.config.. - - - - - Looks up a localized string similar to To specify the OWIN startup Assembly, Class, or Method, add the appSetting owin:AppStartup with the fully qualified startup class or configuration method name in your web.config.. - - - - - Looks up a localized string similar to The given stage '{0}' is not supported.. - - - - - Looks up a localized string similar to No owin.Environment item was found in the context.. - - - - - Looks up a localized string similar to An exception was thrown while trying to load the client certificate:. - - - - - Looks up a localized string similar to The OWIN entry point threw an exception:. - - - - - Looks up a localized string similar to The IAsyncResult callback for OwinCallHandler threw an exception:. - - - - - Looks up a localized string similar to Failed to register the OWIN module:. - - - - - Looks up a localized string similar to The application threw one or more exceptions when notified of a client disconnect:. - - - - - Looks up a localized string similar to Shutdown detection setup failed:. - - - - - Looks up a localized string similar to One or more exceptions were thrown during app pool shutdown:. - - - - - Looks up a localized string similar to An exception was thrown from a timer callback:. - - - - - Looks up a localized string similar to An exception was thrown while processing the WebSocket:. - - - - - Looks up a localized string similar to Support for WebSockets has been detected.. - - - - - Looks up a localized string similar to No support for WebSockets has been detected.. - - - - - Provides extension methods for registering OWIN applications as System.Web routes. - - - - - Registers a route for the default OWIN application. - - The route collection. - The route path to map to the default OWIN application. - The created route. - - - - Registers a route for a specific OWIN application entry point. - - The OWIN application entry point type. - The route collection. - The route path to map to the given OWIN application. - The OWIN application entry point. - The created route. - - - - Invokes the System.Action startup delegate to build the OWIN application - and then registers a route for it on the given path. - - The route collection. - The route path to map to the given OWIN application. - A System.Action delegate invoked to build the OWIN application. - The created route. - - - - Registers a route for the default OWIN application. - - The route collection. - The given name of the route. - The route path to map to the default OWIN application. - The created route. - - - - Registers a route for a specific OWIN application entry point. - - The OWIN application entry point type. - The route collection. - The given name of the route. - The route path to map to the given OWIN application. - The OWIN application entry point. - The created route. - - - - Invokes the System.Action startup delegate to build the OWIN application - and then registers a route for it on the given path. - - The route collection. - The given name of the route. - The route path to map to the given OWIN application. - A System.Action delegate invoked to build the OWIN application. - The created route. - - - - Provides a way to define routes for an OWIN pipeline. - - The route collection. - The URL pattern for the route. - The method to initialize the pipeline that processes requests for the route. - - - - Provides a way to define routes for an OWIN pipeline. - - The route collection. - The URL pattern for the route. - The values to use if the URL does not contain all the parameters. - The method to initialize the pipeline that processes requests for the route. - - - - Provides a way to define routes for an OWIN pipeline. - - The route collection. - The URL pattern for the route. - The values to use if the URL does not contain all the parameters. - A regular expression that specifies valid values for a URL parameter. - The method to initialize the pipeline that processes requests for the route. - - - - Provides a way to define routes for an OWIN pipeline. - - The route collection. - The URL pattern for the route. - The values to use if the URL does not contain all the parameters. - A regular expression that specifies valid values for a URL parameter. - Custom values that are passed to the route handler, but which are not used to determine whether the route matches a specific URL pattern. These values are passed to the route handler, where they can be used for processing the request. - The method to initialize the pipeline that processes requests for the route. - - - - Provides a way to define routes for an OWIN pipeline. - - The route collection. - The name of the route. - The URL pattern for the route. - The method to initialize the pipeline that processes requests for the route. - - - - Provides a way to define routes for an OWIN pipeline. - - The route collection. - The name of the route. - The URL pattern for the route. - The values to use if the URL does not contain all the parameters. - The method to initialize the pipeline that processes requests for the route. - - - - Provides a way to define routes for an OWIN pipeline. - - The route collection. - The name of the route. - The URL pattern for the route. - The values to use if the URL does not contain all the parameters. - A regular expression that specifies valid values for a URL parameter. - The method to initialize the pipeline that processes requests for the route. - - - - Provides a way to define routes for an OWIN pipeline. - - The route collection. - The name of the route. - The URL pattern for the route. - The values to use if the URL does not contain all the parameters. - A regular expression that specifies valid values for a URL parameter. - Custom values that are passed to the route handler, but which are not used to determine whether the route matches a specific URL pattern. These values are passed to the route handler, where they can be used for processing the request. - The method to initialize the pipeline that processes requests for the route. - - - diff --git a/packages/Microsoft.Owin.Security.2.1.0/Microsoft.Owin.Security.2.1.0.nupkg b/packages/Microsoft.Owin.Security.2.1.0/Microsoft.Owin.Security.2.1.0.nupkg deleted file mode 100644 index 4e3c3f58..00000000 Binary files a/packages/Microsoft.Owin.Security.2.1.0/Microsoft.Owin.Security.2.1.0.nupkg and /dev/null differ diff --git a/packages/Microsoft.Owin.Security.2.1.0/lib/net45/Microsoft.Owin.Security.XML b/packages/Microsoft.Owin.Security.2.1.0/lib/net45/Microsoft.Owin.Security.XML deleted file mode 100644 index b20db1b6..00000000 --- a/packages/Microsoft.Owin.Security.2.1.0/lib/net45/Microsoft.Owin.Security.XML +++ /dev/null @@ -1,452 +0,0 @@ - - - - Microsoft.Owin.Security - - - - - Provides extensions methods for app.Property values that are only needed by implementations of authentication middleware. - - - - - Returns the previously set AuthenticationType that external sign in middleware should use when the - browser navigates back to their return url. - - App builder passed to the application startup code - - - - - Called by middleware to change the name of the AuthenticationType that external middleware should use - when the browser navigates back to their return url. - - App builder passed to the application startup code - AuthenticationType that external middleware should sign in as. - - - - Controls the behavior of authentication middleware - - - - - In Active mode the authentication middleware will alter the user identity as the request arrives, and - will also alter a plain 401 as the response leaves. - - - - - In Passive mode the authentication middleware will only provide user identity when asked, and will only - alter 401 responses where the authentication type named in the extra challenge data. - - - - - Base Options for all authentication middleware - - - - - Initialize properties of AuthenticationOptions base class - - Assigned to the AuthenticationType property - - - - The AuthenticationType in the options corresponds to the IIdentity AuthenticationType property. A different - value may be assigned in order to use the same authentication middleware type more than once in a pipeline. - - - - - If Active the authentication middleware alter the request user coming in and - alter 401 Unauthorized responses going out. If Passive the authentication middleware will only provide - identity and alter responses when explicitly indicated by the AuthenticationType. - - - - - Additional information about the authentication type which is made available to the application. - - - - - String constants used only by the Security assembly - - - - - Used by middleware extension methods to coordinate the default value Options property SignInAsAuthenticationType - - - - - Factory used to create IDataProtection instances - - - - - Returns a new instance of IDataProtection for the provider. - - Additional entropy used to ensure protected data may only be unprotected for the correct purposes. - An instance of a data protection service - - - - Service used to protect and unprotect data - - - - - Called to protect user data. - - The original data that must be protected - A different byte array that may be unprotected or altered only by software that has access to - the an identical IDataProtection service. - - - - Called to unprotect user data - - The byte array returned by a call to Protect on an identical IDataProtection service. - The byte array identical to the original userData passed to Protect. - - - - Base class for the per-request work performed by most authentication middleware. - - Specifies which type for of AuthenticationOptions property - - - - Base class for the per-request work performed by most authentication middleware. - - - - - Called once per request after Initialize and Invoke. - - async completion - - - - Called once by common code after initialization. If an authentication middleware responds directly to - specifically known paths it must override this virtual, compare the request path to it's known paths, - provide any response information as appropriate, and true to stop further processing. - - Returning false will cause the common code to call the next middleware in line. Returning true will - cause the common code to begin the async completion journey without calling the rest of the middleware - pipeline. - - - - Causes the authentication logic in AuthenticateCore to be performed for the current request - at most once and returns the results. Calling Authenticate more than once will always return - the original value. - - This method should always be called instead of calling AuthenticateCore directly. - - The ticket data provided by the authentication logic - - - - The core authentication logic which must be provided by the handler. Will be invoked at most - once per request. Do not call directly, call the wrapping Authenticate method instead. - - The ticket data provided by the authentication logic - - - - Causes the ApplyResponseCore to be invoked at most once per request. This method will be - invoked either earlier, when the response headers are sent as a result of a response write or flush, - or later, as the last step when the original async call to the middleware is returning. - - - - - - Core method that may be overridden by handler. The default behavior is to call two common response - activities, one that deals with sign-in/sign-out concerns, and a second to deal with 401 challenges. - - - - - - Override this method to dela with sign-in/sign-out concerns, if an authentication scheme in question - deals with grant/revoke as part of it's request flow. (like setting/deleting cookies) - - - - - - Override this method to dela with 401 challenge concerns, if an authentication scheme in question - deals an authentication interaction as part of it's request flow. (like adding a response header, or - changing the 401 result to 302 of a login page or external sign-in location.) - - - - - - Initialize is called once per request to contextualize this instance with appropriate state. - - The original options passed by the application control behavior - The utility object to observe the current request and response - async completion - - - - Contains user identity information as well as additional authentication state. - - - - - Initializes a new instance of the class - - - - - - - Gets the authenticated user identity. - - - - - Additional state values for the authentication session. - - - - - Interface for providing pinned certificate validation, which checks HTTPS - communication against a known good list of certificates to protect against - compromised or rogue CAs issuing certificates for hosts without the - knowledge of the host owner. - - - - - Verifies the remote Secure Sockets Layer (SSL) certificate used for authentication. - - An object that contains state information for this validation. - The certificate used to authenticate the remote party. - The chain of certificate authorities associated with the remote certificate. - One or more errors associated with the remote certificate. - A Boolean value that determines whether the specified certificate is accepted for authentication. - - - - Provides pinned certificate validation based on the certificate thumbprint. - - - - - Initializes a new instance of the class. - - A set of thumbprints which are valid for an HTTPS request. - - - - Validates that the certificate thumbprints in the signing chain match at least one whitelisted thumbprint. - - An object that contains state information for this validation. - The certificate used to authenticate the remote party. - The chain of certificate authorities associated with the remote certificate. - One or more errors associated with the remote certificate. - A Boolean value that determines whether the specified certificate is accepted for authentication. - - - - Used to provide the data protection services that are derived from the Data Protection API. It is the best choice of - data protection when you application is not hosted by ASP.NET and all processes are running as the same domain identity. - - - - - Initializes a new DpapiDataProtectionProvider with a random application - name. This is only useful to protect data for the duration of the - current application execution. - - - - - Initializes a new DpapiDataProtectionProvider which uses the given - appName as part of the protection algorithm - - A user provided value needed to round-trip secured - data. The default value comes from the IAppBuilder.Properties["owin.AppName"] - when self-hosted. - - - - Returns a new instance of IDataProtection for the provider. - - Additional entropy used to ensure protected data may only be unprotected for the correct purposes. - An instance of a data protection service - - - - Helper code used when implementing authentication middleware - - - - - Helper code used when implementing authentication middleware - - - - - - Add an additional ClaimsIdentity to the ClaimsPrincipal in the "server.User" environment key - - - - - - Find response challenge details for a specific authentication middleware - - The authentication type to look for - The authentication mode the middleware is running under - The information instructing the middleware how it should behave - - - - Find response sign-in details for a specific authentication middleware - - The authentication type to look for - The information instructing the middleware how it should behave - - - - Find response sign-out details for a specific authentication middleware - - The authentication type to look for - The authentication mode the middleware is running under - The information instructing the middleware how it should behave - - - - Base class used for certain event contexts - - - - - Base class used for certain event contexts - - - - - Creates an instance of this context - - - - - Prevents the request from being processed further by other components. - IsRequestCompleted becomes true after calling. - - - - - True if the request should not be processed further by other components. - - - - - A strongly-typed resource class, for looking up localized strings, etc. - - - - - Returns the cached ResourceManager instance used by this class. - - - - - Overrides the current thread's CurrentUICulture property for all - resource lookups using this strongly typed resource class. - - - - - Looks up a localized string similar to The AuthenticationTokenProvider's required synchronous events have not been registered.. - - - - - Looks up a localized string similar to The default data protection provider may only be used when the IAppBuilder.Properties contains an appropriate 'host.AppName' key.. - - - - - Looks up a localized string similar to A default value for SignInAsAuthenticationType was not found in IAppBuilder Properties. This can happen if your authentication middleware are added in the wrong order, or if one is missing.. - - - - - Looks up a localized string similar to The state passed to UnhookAuthentication may only be the return value from HookAuthentication.. - - - - - Provides pinned certificate validation based on the subject key identifier of the certificate. - - - - - Initializes a new instance of the class. - - A set of subject key identifiers which are valid for an HTTPS request. - - - - Verifies the remote Secure Sockets Layer (SSL) certificate used for authentication. - - An object that contains state information for this validation. - The certificate used to authenticate the remote party. - The chain of certificate authorities associated with the remote certificate. - One or more errors associated with the remote certificate. - A Boolean value that determines whether the specified certificate is accepted for authentication. - - - - The algorithm used to generate the subject public key information blob hashes. - - - - - Implements a cert pinning validator passed on - http://datatracker.ietf.org/doc/draft-ietf-websec-key-pinning/?include_text=1 - - - - - Initializes a new instance of the class. - - A collection of valid base64 encoded hashes of the certificate public key information blob. - The algorithm used to generate the hashes. - - - - Validates at least one SPKI hash is known. - - An object that contains state information for this validation. - The certificate used to authenticate the remote party. - The chain of certificate authorities associated with the remote certificate. - One or more errors associated with the remote certificate. - A Boolean value that determines whether the specified certificate is accepted for authentication. - - - - Encodes a structure of the type indicated by the value of the lpszStructType parameter. - - Type of encoding used. - The high-order word is zero, the low-order word specifies the integer identifier for the type of the specified structure so - we can use the constants in http://msdn.microsoft.com/en-us/library/windows/desktop/aa378145%28v=vs.85%29.aspx - A pointer to the structure to be encoded. - A pointer to a buffer to receive the encoded structure. This parameter can be NULL to retrieve the size of this information for memory allocation purposes. - A pointer to a DWORD variable that contains the size, in bytes, of the buffer pointed to by the pbEncoded parameter. - - - - diff --git a/packages/Microsoft.Owin.Security.2.1.0/lib/net45/Microsoft.Owin.Security.dll b/packages/Microsoft.Owin.Security.2.1.0/lib/net45/Microsoft.Owin.Security.dll deleted file mode 100644 index e44dc6a4..00000000 Binary files a/packages/Microsoft.Owin.Security.2.1.0/lib/net45/Microsoft.Owin.Security.dll and /dev/null differ diff --git a/packages/Owin.1.0/Owin.1.0.nupkg b/packages/Owin.1.0/Owin.1.0.nupkg deleted file mode 100644 index 7053c9f4..00000000 Binary files a/packages/Owin.1.0/Owin.1.0.nupkg and /dev/null differ diff --git a/packages/Owin.1.0/lib/net40/Owin.dll b/packages/Owin.1.0/lib/net40/Owin.dll deleted file mode 100644 index ba6e21ed..00000000 Binary files a/packages/Owin.1.0/lib/net40/Owin.dll and /dev/null differ