diff --git a/.gitignore b/.gitignore
index 1bc915c..abd2844 100644
--- a/.gitignore
+++ b/.gitignore
@@ -96,8 +96,7 @@ publish/
*.Publish.xml
# NuGet Packages Directory
-## TODO: If you have NuGet Package Restore enabled, uncomment the next line
-#packages/
+packages/
# Windows Azure Build Output
csx
diff --git a/packages/Microsoft.AspNet.Cors.5.0.0/Microsoft.AspNet.Cors.5.0.0.nupkg b/packages/Microsoft.AspNet.Cors.5.0.0/Microsoft.AspNet.Cors.5.0.0.nupkg
deleted file mode 100644
index 5753321..0000000
Binary files a/packages/Microsoft.AspNet.Cors.5.0.0/Microsoft.AspNet.Cors.5.0.0.nupkg and /dev/null differ
diff --git a/packages/Microsoft.AspNet.Cors.5.0.0/lib/net45/System.Web.Cors.dll b/packages/Microsoft.AspNet.Cors.5.0.0/lib/net45/System.Web.Cors.dll
deleted file mode 100644
index 18b1139..0000000
Binary files a/packages/Microsoft.AspNet.Cors.5.0.0/lib/net45/System.Web.Cors.dll and /dev/null differ
diff --git a/packages/Microsoft.AspNet.SignalR.Client.2.0.3/Microsoft.AspNet.SignalR.Client.2.0.3.nupkg b/packages/Microsoft.AspNet.SignalR.Client.2.0.3/Microsoft.AspNet.SignalR.Client.2.0.3.nupkg
deleted file mode 100644
index ab8ecb3..0000000
Binary files a/packages/Microsoft.AspNet.SignalR.Client.2.0.3/Microsoft.AspNet.SignalR.Client.2.0.3.nupkg and /dev/null differ
diff --git a/packages/Microsoft.AspNet.SignalR.Client.2.0.3/lib/net40/Microsoft.AspNet.SignalR.Client.XML b/packages/Microsoft.AspNet.SignalR.Client.2.0.3/lib/net40/Microsoft.AspNet.SignalR.Client.XML
deleted file mode 100644
index 98ee4f8..0000000
--- a/packages/Microsoft.AspNet.SignalR.Client.2.0.3/lib/net40/Microsoft.AspNet.SignalR.Client.XML
+++ /dev/null
@@ -1,943 +0,0 @@
-
-
-
- Microsoft.AspNet.SignalR.Client
-
-
-
-
- Helper class to manage disposing a resource at an arbirtary time
-
-
-
-
- Provides client connections for SignalR services.
-
-
-
-
- Gets of sets proxy information for the connection.
-
-
-
-
- Initializes a new instance of the class.
-
- The url to connect to.
-
-
-
- Initializes a new instance of the class.
-
- The url to connect to.
- The query string data to pass to the server.
-
-
-
- Initializes a new instance of the class.
-
- The url to connect to.
- The query string data to pass to the server.
-
-
-
- Starts the .
-
- A task that represents when the connection has started.
-
-
-
- Starts the .
-
- The http client
- A task that represents when the connection has started.
-
-
-
- Starts the .
-
- The transport to use.
- A task that represents when the connection has started.
-
-
-
- Stops the and sends an abort message to the server.
-
-
-
-
- Stops the and sends an abort message to the server.
- The timeout
-
-
-
-
- Stops the without sending an abort message to the server.
- This function is called after we receive a disconnect message from the server.
-
-
-
-
- Sends data asynchronously over the connection.
-
- The data to send.
- A task that represents when the data has been sent.
-
-
-
- Sends an object that will be JSON serialized asynchronously over the connection.
-
- The value to serialize.
- A task that represents when the data has been sent.
-
-
-
- Adds a client certificate to the request
-
- Client Certificate
-
-
-
- Sets LastMessageAt to the current time
-
-
-
-
- Sets LastActiveAt to the current time
-
-
-
-
- Stop the connection, equivalent to calling connection.stop
-
-
-
-
- Stop the connection, equivalent to calling connection.stop
-
- Set this to true to perform the dispose, false to do nothing
-
-
-
- Occurs when the has received data from the server.
-
-
-
-
- Occurs when the has encountered an error.
-
-
-
-
- Occurs when the is stopped.
-
-
-
-
- Occurs when the starts reconnecting after an error.
-
-
-
-
- Occurs when the successfully reconnects after a timeout.
-
-
-
-
- Occurs when the state changes.
-
-
-
-
- Occurs when the is about to timeout
-
-
-
-
- The amount of time a transport will wait (while connecting) before failing.
- This value is modified by adding the server's TransportConnectTimeout configuration value.
-
-
-
-
- The amount of time a transport will wait (while connecting) before failing.
- This is the total vaue obtained by adding the server's configuration value and the timeout specified by the user
-
-
-
-
- The maximum amount of time a connection will allow to try and reconnect.
- This value is equivalent to the summation of the servers disconnect and keep alive timeout values.
-
-
-
-
- Object to store the various keep alive timeout values
-
-
-
-
- The timestamp of the last message received by the connection.
-
-
-
-
- Gets or sets the serializer used by the connection
-
-
-
-
- Gets or sets the cookies associated with the connection.
-
-
-
-
- Gets or sets authentication information for the connection.
-
-
-
-
- Gets and sets headers for the requests
-
-
-
-
- Gets of sets proxy information for the connection.
-
-
-
-
- Gets the url for the connection.
-
-
-
-
- Gets or sets the last message id for the connection.
-
-
-
-
- Gets or sets the connection id for the connection.
-
-
-
-
- Gets or sets the connection token for the connection.
-
-
-
-
- Gets or sets the groups token for the connection.
-
-
-
-
- Gets a dictionary for storing state for a the connection.
-
-
-
-
- Gets the querystring specified in the ctor.
-
-
-
-
- Gets the current of the connection.
-
-
-
-
- Default text writer
-
-
-
-
- Initializes a new instance of the HeartBeatMonitor Class
-
-
-
- How often to check connection status
-
-
-
- Starts the timer that triggers heartbeats
-
-
-
-
- Callback function for the timer which determines if we need to notify the user or attempt to reconnect
-
-
-
-
- Logic to determine if we need to notify the user or attempt to reconnect
-
-
-
-
-
- Dispose off the timer
-
-
-
-
- Dispose off the timer
-
-
-
-
-
- The default implementation.
-
-
-
-
- A client that can make http request.
-
-
-
-
- Initializes the Http Clients
-
- Connection
-
-
-
- Makes an asynchronous http GET request to the specified url.
-
- The url to send the request to.
- A callback that initializes the request with default values.
- Indicates whether it is a long running request
- A .
-
-
-
- Makes an asynchronous http POST request to the specified url.
-
- The url to send the request to.
- A callback that initializes the request with default values.
- form url encoded data.
- Indicates whether it is a long running request
- A .
-
-
-
- Makes an asynchronous http GET request to the specified url.
-
- The url to send the request to.
- A callback that initializes the request with default values.
- Indicates whether the request is long running
- A .
-
-
-
- Makes an asynchronous http POST request to the specified url.
-
- The url to send the request to.
- A callback that initializes the request with default values.
- form url encoded data.
- Indicates whether the request is long running
- A .
-
-
-
- Adds certificates, credentials, proxies and cookies to the request
-
- Request object
-
-
-
- The http request
-
-
-
-
- Aborts the request.
-
-
-
-
- Set Request Headers
-
- request headers
-
-
-
- The user agent for this request.
-
-
-
-
- The accept header for this request.
-
-
-
-
- The http response.
-
-
-
-
- Gets the steam that represents the response body.
-
-
-
-
-
- A for interacting with Hubs.
-
-
-
-
- Initializes a new instance of the class.
-
- The url to connect to.
-
-
-
- Initializes a new instance of the class.
-
- The url to connect to.
- Determines if the default "/signalr" path should be appended to the specified url.
-
-
-
- Initializes a new instance of the class.
-
- The url to connect to.
- The query string data to pass to the server.
-
-
-
- Initializes a new instance of the class.
-
- The url to connect to.
- The query string data to pass to the server.
- Determines if the default "/signalr" path should be appended to the specified url.
-
-
-
- Initializes a new instance of the class.
-
- The url to connect to.
- The query string data to pass to the server.
-
-
-
- Initializes a new instance of the class.
-
- The url to connect to.
- The query string data to pass to the server.
- Determines if the default "/signalr" path should be appended to the specified url.
-
-
-
- Creates an for the hub with the specified name.
-
- The name of the hub.
- A
-
-
-
- Extensions to the .
-
-
-
-
- Gets the value of a state variable.
-
- The type of the state variable
- The .
- The name of the state variable.
- The value of the state variable.
-
-
-
- Registers for an event with the specified name and callback
-
- The .
- The name of the event.
- The callback
- An that represents this subscription.
-
-
-
- Registers for an event with the specified name and callback
-
- The .
- The name of the event.
- The callback
- An that represents this subscription.
-
-
-
- Registers for an event with the specified name and callback
-
- The .
- The name of the event.
- The callback
- An that represents this subscription.
-
-
-
- Registers for an event with the specified name and callback
-
- The .
- The name of the event.
- The callback
- An that represents this subscription.
-
-
-
- Registers for an event with the specified name and callback
-
- The .
- The name of the event.
- The callback
- An that represents this subscription.
-
-
-
- Registers for an event with the specified name and callback
-
- The .
- The name of the event.
- The callback
- An that represents this subscription.
-
-
-
- Registers for an event with the specified name and callback
-
- The .
- The name of the event.
- The callback
- An that represents this subscription.
-
-
-
- Registers for an event with the specified name and callback
-
- The .
- The name of the event.
- The callback
- An that represents this subscription.
-
-
-
- Registers for an event with the specified name and callback
-
- The .
- The name of the event.
- The callback
- An that represents this subscription.
-
-
-
- Registers a event has an .
-
- The
- The name of the event.
- An .
-
-
-
- A client side proxy for a server side hub.
-
-
-
-
- Executes a method on the server side hub asynchronously.
-
- The name of the method.
- The arguments
- A task that represents when invocation returned.
-
-
-
- Executes a method on the server side hub asynchronously.
-
- The type of result returned from the hub
- The name of the method.
- The arguments
- A task that represents when invocation returned.
-
-
-
- Registers an event for the hub.
-
- The name of the event
- A .
-
-
-
- Gets or sets state on the hub.
-
- The name of the field.
- The value of the field
-
-
-
- Gets the serializer used by the connection.
-
-
-
-
- Represents the result of a hub invocation.
-
-
-
-
- The callback identifier
-
-
-
-
- The return value of the hub
-
-
-
-
- Indicates whether the Error is a .
-
-
-
-
- The error message returned from the hub invocation.
-
-
-
-
- Extra error data
-
-
-
-
- The caller state from this hub.
-
-
-
-
- implementation of a hub event.
-
-
-
-
- Represents a subscription to a hub method.
-
-
-
-
- Simplifies error recognition by unwrapping complex exceptions.
-
- The thrown exception.
- An unwrapped exception in the form of a SignalRError.
-
-
-
- Represents errors that are thrown by the SignalR client
-
-
-
-
- Create custom SignalR based error.
-
- The exception to unwrap
-
-
-
- Allow a SignalRError to be directly written to an output stream
-
- Exception error
-
-
-
- Dispose of the response
-
-
-
-
- The status code of the error (if it was a WebException)
-
-
-
-
- The response body of the error, if it was a WebException and the response is readable
-
-
-
-
- The unwrapped underlying exception
-
-
-
-
- Helpers for encoding URI query components.
-
-
-
-
- Class to store all the Keep Alive properties
-
-
-
-
- Allows for thread safe invocation of a delegate.
-
-
-
-
- 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 Client Certificates cannot be added after the connection has started..
-
-
-
-
- Looks up a localized string similar to A client callback for event {0} with {1} argument(s) was found, however an error occurred because {2}.
-
-
-
-
- Looks up a localized string similar to A client callback for event {0} with {1} argument(s) could not be found.
-
-
-
-
- Looks up a localized string similar to The connection was stopped before it could be started..
-
-
-
-
- Looks up a localized string similar to The connection has not been established..
-
-
-
-
- Looks up a localized string similar to Data cannot be sent because the connection is in the disconnected state. Call start before sending any data..
-
-
-
-
- Looks up a localized string similar to Data cannot be sent because the WebSocket connection is reconnecting..
-
-
-
-
- Looks up a localized string similar to You are using a version of the client that isn't compatible with the server. Client version {0}, server version {1}..
-
-
-
-
- Looks up a localized string similar to A HubProxy cannot be added after the connection has been started..
-
-
-
-
- Looks up a localized string similar to Server negotiation failed..
-
-
-
-
- Looks up a localized string similar to Request failed - task cancelled..
-
-
-
-
- Looks up a localized string similar to Transport failed trying to connect..
-
-
-
-
- Looks up a localized string similar to Transport timed out trying to connect.
-
-
-
-
- Looks up a localized string similar to Url cannot contain query string directly. Pass query string values in using available overload..
-
-
-
-
- Looks up a localized string similar to Connection was disconnected before invocation result was received..
-
-
-
-
- Looks up a localized string similar to Connection started reconnecting before invocation result was received..
-
-
-
-
- Initializes a new instance of the class.
-
- The stream to read asynchronously payloads from.
-
-
-
- Starts the reader.
-
-
-
-
- Closes the connection and the underlying stream.
-
-
-
-
- Invoked when the stream is open.
-
-
-
-
- Invoked when the reader is closed while in the Processing state.
-
-
-
-
- Invoked when there's a message if received in the stream.
-
-
-
-
- Starts the Polling Request Handler.
-
-
-
-
- Fully stops the Polling Request Handlers.
-
-
-
-
- Aborts the currently active polling request, does not stop the Polling Request Handler.
-
-
-
-
- Used to generate the Url that is posted to for the poll.
-
-
-
-
- Allows modification of the IRequest parameter before using it in a poll.
-
-
-
-
- Sends the string based message to the callback.
-
-
-
-
- If the poll errors OnError gets triggered and passes the exception.
-
-
-
-
- Triggers when the polling request is in flight
-
-
-
-
- Triggers before a new polling request is attempted.
- Passes in an exception if the Poll errored, null otherwise.
- Expects the return as a task in order to allow modification of timing for subsequent polls.
-
-
-
-
- Fired when the current poll request was aborted, passing in the soon to be aborted request.
-
-
-
-
- Event source implementation for .NET. This isn't to the spec but it's enough to support SignalR's
- server.
-
-
-
-
- Initializes a new instance of the class.
-
- The connection associated with this event source
- The stream to read event source payloads from.
-
-
-
- Invoked when there's a message if received in the stream.
-
-
-
-
- Represents a change in the connection state.
-
-
-
-
- Creates a new stance of .
-
- The old state of the connection.
- The new state of the connection.
-
-
-
- Gets the old state of the connection.
-
-
-
-
- Gets the new state of the connection.
-
-
-
-
- Indicates whether or not the active transport supports keep alive
-
-
-
-
- Indicates whether or not the transport supports keep alive
-
-
-
-
- The time to wait after a connection drops to try reconnecting.
-
-
-
-
- The time to wait after an error happens to continue polling.
-
-
-
-
- Indicates whether or not the transport supports keep alive
-
-
-
-
- Indicates whether or not the transport supports keep alive
-
-
-
-
- The time to wait after a connection drops to try reconnecting.
-
-
-
-
diff --git a/packages/Microsoft.AspNet.SignalR.Client.2.0.3/lib/net40/Microsoft.AspNet.SignalR.Client.dll b/packages/Microsoft.AspNet.SignalR.Client.2.0.3/lib/net40/Microsoft.AspNet.SignalR.Client.dll
deleted file mode 100644
index 7904276..0000000
Binary files a/packages/Microsoft.AspNet.SignalR.Client.2.0.3/lib/net40/Microsoft.AspNet.SignalR.Client.dll and /dev/null differ
diff --git a/packages/Microsoft.AspNet.SignalR.Client.2.0.3/lib/net45/Microsoft.AspNet.SignalR.Client.XML b/packages/Microsoft.AspNet.SignalR.Client.2.0.3/lib/net45/Microsoft.AspNet.SignalR.Client.XML
deleted file mode 100644
index f47d221..0000000
--- a/packages/Microsoft.AspNet.SignalR.Client.2.0.3/lib/net45/Microsoft.AspNet.SignalR.Client.XML
+++ /dev/null
@@ -1,965 +0,0 @@
-
-
-
- Microsoft.AspNet.SignalR.Client
-
-
-
-
- Provides client connections for SignalR services.
-
-
-
-
- Gets of sets proxy information for the connection.
-
-
-
-
- Initializes a new instance of the class.
-
- The url to connect to.
-
-
-
- Initializes a new instance of the class.
-
- The url to connect to.
- The query string data to pass to the server.
-
-
-
- Initializes a new instance of the class.
-
- The url to connect to.
- The query string data to pass to the server.
-
-
-
- Starts the .
-
- A task that represents when the connection has started.
-
-
-
- Starts the .
-
- The http client
- A task that represents when the connection has started.
-
-
-
- Starts the .
-
- The transport to use.
- A task that represents when the connection has started.
-
-
-
- Stops the and sends an abort message to the server.
-
-
-
-
- Stops the and sends an abort message to the server.
- The timeout
-
-
-
-
- Stops the without sending an abort message to the server.
- This function is called after we receive a disconnect message from the server.
-
-
-
-
- Sends data asynchronously over the connection.
-
- The data to send.
- A task that represents when the data has been sent.
-
-
-
- Sends an object that will be JSON serialized asynchronously over the connection.
-
- The value to serialize.
- A task that represents when the data has been sent.
-
-
-
- Adds a client certificate to the request
-
- Client Certificate
-
-
-
- Sets LastMessageAt to the current time
-
-
-
-
- Sets LastActiveAt to the current time
-
-
-
-
- Stop the connection, equivalent to calling connection.stop
-
-
-
-
- Stop the connection, equivalent to calling connection.stop
-
- Set this to true to perform the dispose, false to do nothing
-
-
-
- Occurs when the has received data from the server.
-
-
-
-
- Occurs when the has encountered an error.
-
-
-
-
- Occurs when the is stopped.
-
-
-
-
- Occurs when the starts reconnecting after an error.
-
-
-
-
- Occurs when the successfully reconnects after a timeout.
-
-
-
-
- Occurs when the state changes.
-
-
-
-
- Occurs when the is about to timeout
-
-
-
-
- The amount of time a transport will wait (while connecting) before failing.
- This value is modified by adding the server's TransportConnectTimeout configuration value.
-
-
-
-
- The amount of time a transport will wait (while connecting) before failing.
- This is the total vaue obtained by adding the server's configuration value and the timeout specified by the user
-
-
-
-
- The maximum amount of time a connection will allow to try and reconnect.
- This value is equivalent to the summation of the servers disconnect and keep alive timeout values.
-
-
-
-
- Object to store the various keep alive timeout values
-
-
-
-
- The timestamp of the last message received by the connection.
-
-
-
-
- Gets or sets the serializer used by the connection
-
-
-
-
- Gets or sets the cookies associated with the connection.
-
-
-
-
- Gets or sets authentication information for the connection.
-
-
-
-
- Gets and sets headers for the requests
-
-
-
-
- Gets of sets proxy information for the connection.
-
-
-
-
- Gets the url for the connection.
-
-
-
-
- Gets or sets the last message id for the connection.
-
-
-
-
- Gets or sets the connection id for the connection.
-
-
-
-
- Gets or sets the connection token for the connection.
-
-
-
-
- Gets or sets the groups token for the connection.
-
-
-
-
- Gets a dictionary for storing state for a the connection.
-
-
-
-
- Gets the querystring specified in the ctor.
-
-
-
-
- Gets the current of the connection.
-
-
-
-
- Default text writer
-
-
-
-
- Initializes a new instance of the HeartBeatMonitor Class
-
-
-
- How often to check connection status
-
-
-
- Starts the timer that triggers heartbeats
-
-
-
-
- Callback function for the timer which determines if we need to notify the user or attempt to reconnect
-
-
-
-
- Logic to determine if we need to notify the user or attempt to reconnect
-
-
-
-
-
- Dispose off the timer
-
-
-
-
- Dispose off the timer
-
-
-
-
-
- A client that can make http request.
-
-
-
-
- Initializes the Http Clients
-
- Connection
-
-
-
- Makes an asynchronous http GET request to the specified url.
-
- The url to send the request to.
- A callback that initializes the request with default values.
- Indicates whether it is a long running request
- A .
-
-
-
- Makes an asynchronous http POST request to the specified url.
-
- The url to send the request to.
- A callback that initializes the request with default values.
- form url encoded data.
- Indicates whether it is a long running request
- A .
-
-
-
- The http request
-
-
-
-
- Aborts the request.
-
-
-
-
- Set Request Headers
-
- request headers
-
-
-
- The user agent for this request.
-
-
-
-
- The accept header for this request.
-
-
-
-
- The http response.
-
-
-
-
- Gets the steam that represents the response body.
-
-
-
-
-
- A for interacting with Hubs.
-
-
-
-
- Initializes a new instance of the class.
-
- The url to connect to.
-
-
-
- Initializes a new instance of the class.
-
- The url to connect to.
- Determines if the default "/signalr" path should be appended to the specified url.
-
-
-
- Initializes a new instance of the class.
-
- The url to connect to.
- The query string data to pass to the server.
-
-
-
- Initializes a new instance of the class.
-
- The url to connect to.
- The query string data to pass to the server.
- Determines if the default "/signalr" path should be appended to the specified url.
-
-
-
- Initializes a new instance of the class.
-
- The url to connect to.
- The query string data to pass to the server.
-
-
-
- Initializes a new instance of the class.
-
- The url to connect to.
- The query string data to pass to the server.
- Determines if the default "/signalr" path should be appended to the specified url.
-
-
-
- Creates an for the hub with the specified name.
-
- The name of the hub.
- A
-
-
-
- Extensions to the .
-
-
-
-
- Gets the value of a state variable.
-
- The type of the state variable
- The .
- The name of the state variable.
- The value of the state variable.
-
-
-
- Registers for an event with the specified name and callback
-
- The .
- The name of the event.
- The callback
- An that represents this subscription.
-
-
-
- Registers for an event with the specified name and callback
-
- The .
- The name of the event.
- The callback
- An that represents this subscription.
-
-
-
- Registers for an event with the specified name and callback
-
- The .
- The name of the event.
- The callback
- An that represents this subscription.
-
-
-
- Registers for an event with the specified name and callback
-
- The .
- The name of the event.
- The callback
- An that represents this subscription.
-
-
-
- Registers for an event with the specified name and callback
-
- The .
- The name of the event.
- The callback
- An that represents this subscription.
-
-
-
- Registers for an event with the specified name and callback
-
- The .
- The name of the event.
- The callback
- An that represents this subscription.
-
-
-
- Registers for an event with the specified name and callback
-
- The .
- The name of the event.
- The callback
- An that represents this subscription.
-
-
-
- Registers for an event with the specified name and callback
-
- The .
- The name of the event.
- The callback
- An that represents this subscription.
-
-
-
- Registers for an event with the specified name and callback
-
- The .
- The name of the event.
- The callback
- An that represents this subscription.
-
-
-
- Registers a event has an .
-
- The
- The name of the event.
- An .
-
-
-
- A client side proxy for a server side hub.
-
-
-
-
- Executes a method on the server side hub asynchronously.
-
- The name of the method.
- The arguments
- A task that represents when invocation returned.
-
-
-
- Executes a method on the server side hub asynchronously.
-
- The type of result returned from the hub
- The name of the method.
- The arguments
- A task that represents when invocation returned.
-
-
-
- Registers an event for the hub.
-
- The name of the event
- A .
-
-
-
- Gets or sets state on the hub.
-
- The name of the field.
- The value of the field
-
-
-
- Gets the serializer used by the connection.
-
-
-
-
- Represents the result of a hub invocation.
-
-
-
-
- The callback identifier
-
-
-
-
- The return value of the hub
-
-
-
-
- Indicates whether the Error is a .
-
-
-
-
- The error message returned from the hub invocation.
-
-
-
-
- Extra error data
-
-
-
-
- The caller state from this hub.
-
-
-
-
- implementation of a hub event.
-
-
-
-
- Represents a subscription to a hub method.
-
-
-
-
- Simplifies error recognition by unwrapping complex exceptions.
-
- The thrown exception.
- An unwrapped exception in the form of a SignalRError.
-
-
-
- Represents errors that are thrown by the SignalR client
-
-
-
-
- Create custom SignalR based error.
-
- The exception to unwrap
-
-
-
- Allow a SignalRError to be directly written to an output stream
-
- Exception error
-
-
-
- Dispose of the response
-
-
-
-
- The status code of the error (if it was a WebException)
-
-
-
-
- The response body of the error, if it was a WebException and the response is readable
-
-
-
-
- The unwrapped underlying exception
-
-
-
-
- Class to store all the Keep Alive properties
-
-
-
-
- Initializes a new instance of the class.
-
- The stream to read asynchronously payloads from.
-
-
-
- Starts the reader.
-
-
-
-
- Closes the connection and the underlying stream.
-
-
-
-
- Invoked when the stream is open.
-
-
-
-
- Invoked when the reader is closed while in the Processing state.
-
-
-
-
- Invoked when there's a message if received in the stream.
-
-
-
-
- Starts the Polling Request Handler.
-
-
-
-
- Fully stops the Polling Request Handlers.
-
-
-
-
- Aborts the currently active polling request, does not stop the Polling Request Handler.
-
-
-
-
- Used to generate the Url that is posted to for the poll.
-
-
-
-
- Allows modification of the IRequest parameter before using it in a poll.
-
-
-
-
- Sends the string based message to the callback.
-
-
-
-
- If the poll errors OnError gets triggered and passes the exception.
-
-
-
-
- Triggers when the polling request is in flight
-
-
-
-
- Triggers before a new polling request is attempted.
- Passes in an exception if the Poll errored, null otherwise.
- Expects the return as a task in order to allow modification of timing for subsequent polls.
-
-
-
-
- Fired when the current poll request was aborted, passing in the soon to be aborted request.
-
-
-
-
- Helper class to manage disposing a resource at an arbirtary time
-
-
-
-
- Allows for thread safe invocation of a delegate.
-
-
-
-
- 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 Client Certificates cannot be added after the connection has started..
-
-
-
-
- Looks up a localized string similar to A client callback for event {0} with {1} argument(s) was found, however an error occurred because {2}.
-
-
-
-
- Looks up a localized string similar to A client callback for event {0} with {1} argument(s) could not be found.
-
-
-
-
- Looks up a localized string similar to The connection was stopped before it could be started..
-
-
-
-
- Looks up a localized string similar to The connection has not been established..
-
-
-
-
- Looks up a localized string similar to Data cannot be sent because the connection is in the disconnected state. Call start before sending any data..
-
-
-
-
- Looks up a localized string similar to Data cannot be sent because the WebSocket connection is reconnecting..
-
-
-
-
- Looks up a localized string similar to You are using a version of the client that isn't compatible with the server. Client version {0}, server version {1}..
-
-
-
-
- Looks up a localized string similar to A HubProxy cannot be added after the connection has been started..
-
-
-
-
- Looks up a localized string similar to Server negotiation failed..
-
-
-
-
- Looks up a localized string similar to Request failed - task cancelled..
-
-
-
-
- Looks up a localized string similar to Transport failed trying to connect..
-
-
-
-
- Looks up a localized string similar to Transport timed out trying to connect.
-
-
-
-
- Looks up a localized string similar to Url cannot contain query string directly. Pass query string values in using available overload..
-
-
-
-
- Looks up a localized string similar to Connection was disconnected before invocation result was received..
-
-
-
-
- Looks up a localized string similar to Connection started reconnecting before invocation result was received..
-
-
-
-
- Represents a change in the connection state.
-
-
-
-
- Creates a new stance of .
-
- The old state of the connection.
- The new state of the connection.
-
-
-
- Gets the old state of the connection.
-
-
-
-
- Gets the new state of the connection.
-
-
-
-
- Indicates whether or not the active transport supports keep alive
-
-
-
-
- Indicates whether or not the transport supports keep alive
-
-
-
-
- The time to wait after a connection drops to try reconnecting.
-
-
-
-
- The time to wait after an error happens to continue polling.
-
-
-
-
- Indicates whether or not the transport supports keep alive
-
-
-
-
- Indicates whether or not the transport supports keep alive
-
-
-
-
- The time to wait after a connection drops to try reconnecting.
-
-
-
-
- Event source implementation for .NET. This isn't to the spec but it's enough to support SignalR's
- server.
-
-
-
-
- Initializes a new instance of the class.
-
- The connection associated with this event source
- The stream to read event source payloads from.
-
-
-
- Invoked when there's a message if received in the stream.
-
-
-
-
- The default implementation.
-
-
-
-
- Initialize the Http Clients
-
- Connection
-
-
-
- Makes an asynchronous http GET request to the specified url.
-
- The url to send the request to.
- A callback that initializes the request with default values.
- Indicates whether the request is long running
- A .
-
-
-
- Makes an asynchronous http POST request to the specified url.
-
- The url to send the request to.
- A callback that initializes the request with default values.
- form url encoded data.
- Indicates whether the request is long running
- A .
-
-
-
- Returns the appropriate client based on whether it is a long running request
-
- Indicates whether the request is long running
-
-
-
-
- Adds certificates, credentials, proxies and cookies to the request
-
-
-
-
- The time to wait after a connection drops to try reconnecting.
-
-
-
-
- Indicates whether or not the transport supports keep alive
-
-
-
-
- The name of the transport.
-
-
-
-
diff --git a/packages/Microsoft.AspNet.SignalR.Client.2.0.3/lib/net45/Microsoft.AspNet.SignalR.Client.dll b/packages/Microsoft.AspNet.SignalR.Client.2.0.3/lib/net45/Microsoft.AspNet.SignalR.Client.dll
deleted file mode 100644
index bef8974..0000000
Binary files a/packages/Microsoft.AspNet.SignalR.Client.2.0.3/lib/net45/Microsoft.AspNet.SignalR.Client.dll and /dev/null differ
diff --git a/packages/Microsoft.AspNet.SignalR.Client.2.0.3/lib/portable-net45+sl5+netcore45+wp8/Microsoft.AspNet.SignalR.Client.XML b/packages/Microsoft.AspNet.SignalR.Client.2.0.3/lib/portable-net45+sl5+netcore45+wp8/Microsoft.AspNet.SignalR.Client.XML
deleted file mode 100644
index 8f4e9fa..0000000
--- a/packages/Microsoft.AspNet.SignalR.Client.2.0.3/lib/portable-net45+sl5+netcore45+wp8/Microsoft.AspNet.SignalR.Client.XML
+++ /dev/null
@@ -1,880 +0,0 @@
-
-
-
- Microsoft.AspNet.SignalR.Client
-
-
-
-
- The default implementation.
-
-
-
-
- A client that can make http request.
-
-
-
-
- Initializes the Http Clients
-
- Connection
-
-
-
- Makes an asynchronous http GET request to the specified url.
-
- The url to send the request to.
- A callback that initializes the request with default values.
- Indicates whether it is a long running request
- A .
-
-
-
- Makes an asynchronous http POST request to the specified url.
-
- The url to send the request to.
- A callback that initializes the request with default values.
- form url encoded data.
- Indicates whether it is a long running request
- A .
-
-
-
- Initialize the Http Clients
-
- Connection
-
-
-
- Makes an asynchronous http GET request to the specified url.
-
- The url to send the request to.
- A callback that initializes the request with default values.
- Indicates whether the request is long running
- A .
-
-
-
- Makes an asynchronous http POST request to the specified url.
-
- The url to send the request to.
- A callback that initializes the request with default values.
- form url encoded data.
- Indicates whether the request is long running
- A .
-
-
-
- Returns the appropriate client based on whether it is a long running request
-
- Indicates whether the request is long running
-
-
-
-
- The http request
-
-
-
-
- Aborts the request.
-
-
-
-
- Set Request Headers
-
- request headers
-
-
-
- The user agent for this request.
-
-
-
-
- The accept header for this request.
-
-
-
-
- The http response.
-
-
-
-
- Gets the steam that represents the response body.
-
-
-
-
-
- Provides client connections for SignalR services.
-
-
-
-
- Initializes a new instance of the class.
-
- The url to connect to.
-
-
-
- Initializes a new instance of the class.
-
- The url to connect to.
- The query string data to pass to the server.
-
-
-
- Initializes a new instance of the class.
-
- The url to connect to.
- The query string data to pass to the server.
-
-
-
- Starts the .
-
- A task that represents when the connection has started.
-
-
-
- Starts the .
-
- The http client
- A task that represents when the connection has started.
-
-
-
- Starts the .
-
- The transport to use.
- A task that represents when the connection has started.
-
-
-
- Stops the and sends an abort message to the server.
-
-
-
-
- Stops the and sends an abort message to the server.
- The timeout
-
-
-
-
- Stops the without sending an abort message to the server.
- This function is called after we receive a disconnect message from the server.
-
-
-
-
- Sends data asynchronously over the connection.
-
- The data to send.
- A task that represents when the data has been sent.
-
-
-
- Sends an object that will be JSON serialized asynchronously over the connection.
-
- The value to serialize.
- A task that represents when the data has been sent.
-
-
-
- Sets LastMessageAt to the current time
-
-
-
-
- Sets LastActiveAt to the current time
-
-
-
-
- Stop the connection, equivalent to calling connection.stop
-
-
-
-
- Stop the connection, equivalent to calling connection.stop
-
- Set this to true to perform the dispose, false to do nothing
-
-
-
- Occurs when the has received data from the server.
-
-
-
-
- Occurs when the has encountered an error.
-
-
-
-
- Occurs when the is stopped.
-
-
-
-
- Occurs when the starts reconnecting after an error.
-
-
-
-
- Occurs when the successfully reconnects after a timeout.
-
-
-
-
- Occurs when the state changes.
-
-
-
-
- Occurs when the is about to timeout
-
-
-
-
- The amount of time a transport will wait (while connecting) before failing.
- This value is modified by adding the server's TransportConnectTimeout configuration value.
-
-
-
-
- The amount of time a transport will wait (while connecting) before failing.
- This is the total vaue obtained by adding the server's configuration value and the timeout specified by the user
-
-
-
-
- The maximum amount of time a connection will allow to try and reconnect.
- This value is equivalent to the summation of the servers disconnect and keep alive timeout values.
-
-
-
-
- Object to store the various keep alive timeout values
-
-
-
-
- The timestamp of the last message received by the connection.
-
-
-
-
- Gets or sets the serializer used by the connection
-
-
-
-
- Gets or sets the cookies associated with the connection.
-
-
-
-
- Gets or sets authentication information for the connection.
-
-
-
-
- Gets and sets headers for the requests
-
-
-
-
- Gets the url for the connection.
-
-
-
-
- Gets or sets the last message id for the connection.
-
-
-
-
- Gets or sets the connection id for the connection.
-
-
-
-
- Gets or sets the connection token for the connection.
-
-
-
-
- Gets or sets the groups token for the connection.
-
-
-
-
- Gets a dictionary for storing state for a the connection.
-
-
-
-
- Gets the querystring specified in the ctor.
-
-
-
-
- Gets the current of the connection.
-
-
-
-
- Default text writer
-
-
-
-
- Initializes a new instance of the HeartBeatMonitor Class
-
-
-
- How often to check connection status
-
-
-
- Starts the timer that triggers heartbeats
-
-
-
-
- Callback function for the timer which determines if we need to notify the user or attempt to reconnect
-
-
-
-
- Logic to determine if we need to notify the user or attempt to reconnect
-
-
-
-
-
- Dispose off the timer
-
-
-
-
- Dispose off the timer
-
-
-
-
-
- A for interacting with Hubs.
-
-
-
-
- Initializes a new instance of the class.
-
- The url to connect to.
-
-
-
- Initializes a new instance of the class.
-
- The url to connect to.
- Determines if the default "/signalr" path should be appended to the specified url.
-
-
-
- Initializes a new instance of the class.
-
- The url to connect to.
- The query string data to pass to the server.
-
-
-
- Initializes a new instance of the class.
-
- The url to connect to.
- The query string data to pass to the server.
- Determines if the default "/signalr" path should be appended to the specified url.
-
-
-
- Initializes a new instance of the class.
-
- The url to connect to.
- The query string data to pass to the server.
-
-
-
- Initializes a new instance of the class.
-
- The url to connect to.
- The query string data to pass to the server.
- Determines if the default "/signalr" path should be appended to the specified url.
-
-
-
- Creates an for the hub with the specified name.
-
- The name of the hub.
- A
-
-
-
- Extensions to the .
-
-
-
-
- Gets the value of a state variable.
-
- The type of the state variable
- The .
- The name of the state variable.
- The value of the state variable.
-
-
-
- Registers for an event with the specified name and callback
-
- The .
- The name of the event.
- The callback
- An that represents this subscription.
-
-
-
- Registers for an event with the specified name and callback
-
- The .
- The name of the event.
- The callback
- An that represents this subscription.
-
-
-
- Registers for an event with the specified name and callback
-
- The .
- The name of the event.
- The callback
- An that represents this subscription.
-
-
-
- Registers for an event with the specified name and callback
-
- The .
- The name of the event.
- The callback
- An that represents this subscription.
-
-
-
- Registers for an event with the specified name and callback
-
- The .
- The name of the event.
- The callback
- An that represents this subscription.
-
-
-
- A client side proxy for a server side hub.
-
-
-
-
- Executes a method on the server side hub asynchronously.
-
- The name of the method.
- The arguments
- A task that represents when invocation returned.
-
-
-
- Executes a method on the server side hub asynchronously.
-
- The type of result returned from the hub
- The name of the method.
- The arguments
- A task that represents when invocation returned.
-
-
-
- Registers an event for the hub.
-
- The name of the event
- A .
-
-
-
- Gets or sets state on the hub.
-
- The name of the field.
- The value of the field
-
-
-
- Gets the serializer used by the connection.
-
-
-
-
- Represents the result of a hub invocation.
-
-
-
-
- The callback identifier
-
-
-
-
- The return value of the hub
-
-
-
-
- Indicates whether the Error is a .
-
-
-
-
- The error message returned from the hub invocation.
-
-
-
-
- Extra error data
-
-
-
-
- The caller state from this hub.
-
-
-
-
- Represents a subscription to a hub method.
-
-
-
-
- Simplifies error recognition by unwrapping complex exceptions.
-
- The thrown exception.
- An unwrapped exception in the form of a SignalRError.
-
-
-
- Represents errors that are thrown by the SignalR client
-
-
-
-
- Create custom SignalR based error.
-
- The exception to unwrap
-
-
-
- Allow a SignalRError to be directly written to an output stream
-
- Exception error
-
-
-
- Dispose of the response
-
-
-
-
- The status code of the error (if it was a WebException)
-
-
-
-
- The response body of the error, if it was a WebException and the response is readable
-
-
-
-
- The unwrapped underlying exception
-
-
-
-
- Allows for thread safe invocation of a delegate.
-
-
-
-
- Class to store all the Keep Alive properties
-
-
-
-
- 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 Client Certificates cannot be added after the connection has started..
-
-
-
-
- Looks up a localized string similar to A client callback for event {0} with {1} argument(s) was found, however an error occurred because {2}.
-
-
-
-
- Looks up a localized string similar to A client callback for event {0} with {1} argument(s) could not be found.
-
-
-
-
- Looks up a localized string similar to The connection was stopped before it could be started..
-
-
-
-
- Looks up a localized string similar to The connection has not been established..
-
-
-
-
- Looks up a localized string similar to Data cannot be sent because the connection is in the disconnected state. Call start before sending any data..
-
-
-
-
- Looks up a localized string similar to Data cannot be sent because the WebSocket connection is reconnecting..
-
-
-
-
- Looks up a localized string similar to You are using a version of the client that isn't compatible with the server. Client version {0}, server version {1}..
-
-
-
-
- Looks up a localized string similar to A HubProxy cannot be added after the connection has been started..
-
-
-
-
- Looks up a localized string similar to Server negotiation failed..
-
-
-
-
- Looks up a localized string similar to Request failed - task cancelled..
-
-
-
-
- Looks up a localized string similar to Transport failed trying to connect..
-
-
-
-
- Looks up a localized string similar to Transport timed out trying to connect.
-
-
-
-
- Looks up a localized string similar to Url cannot contain query string directly. Pass query string values in using available overload..
-
-
-
-
- Looks up a localized string similar to Connection was disconnected before invocation result was received..
-
-
-
-
- Looks up a localized string similar to Connection started reconnecting before invocation result was received..
-
-
-
-
- Represents a change in the connection state.
-
-
-
-
- Creates a new stance of .
-
- The old state of the connection.
- The new state of the connection.
-
-
-
- Gets the old state of the connection.
-
-
-
-
- Gets the new state of the connection.
-
-
-
-
- Initializes a new instance of the class.
-
- The stream to read asynchronously payloads from.
-
-
-
- Starts the reader.
-
-
-
-
- Closes the connection and the underlying stream.
-
-
-
-
- Invoked when the stream is open.
-
-
-
-
- Invoked when the reader is closed while in the Processing state.
-
-
-
-
- Invoked when there's a message if received in the stream.
-
-
-
-
- Indicates whether or not the active transport supports keep alive
-
-
-
-
- Indicates whether or not the transport supports keep alive
-
-
-
-
- The time to wait after a connection drops to try reconnecting.
-
-
-
-
- The time to wait after an error happens to continue polling.
-
-
-
-
- Indicates whether or not the transport supports keep alive
-
-
-
-
- Starts the Polling Request Handler.
-
-
-
-
- Fully stops the Polling Request Handlers.
-
-
-
-
- Aborts the currently active polling request, does not stop the Polling Request Handler.
-
-
-
-
- Used to generate the Url that is posted to for the poll.
-
-
-
-
- Allows modification of the IRequest parameter before using it in a poll.
-
-
-
-
- Sends the string based message to the callback.
-
-
-
-
- If the poll errors OnError gets triggered and passes the exception.
-
-
-
-
- Triggers when the polling request is in flight
-
-
-
-
- Triggers before a new polling request is attempted.
- Passes in an exception if the Poll errored, null otherwise.
- Expects the return as a task in order to allow modification of timing for subsequent polls.
-
-
-
-
- Fired when the current poll request was aborted, passing in the soon to be aborted request.
-
-
-
-
- Indicates whether or not the transport supports keep alive
-
-
-
-
- The time to wait after a connection drops to try reconnecting.
-
-
-
-
- Event source implementation for .NET. This isn't to the spec but it's enough to support SignalR's
- server.
-
-
-
-
- Initializes a new instance of the class.
-
- The connection associated with this event source
- The stream to read event source payloads from.
-
-
-
- Invoked when there's a message if received in the stream.
-
-
-
-
- Helper class to manage disposing a resource at an arbirtary time
-
-
-
-
diff --git a/packages/Microsoft.AspNet.SignalR.Client.2.0.3/lib/portable-net45+sl5+netcore45+wp8/Microsoft.AspNet.SignalR.Client.dll b/packages/Microsoft.AspNet.SignalR.Client.2.0.3/lib/portable-net45+sl5+netcore45+wp8/Microsoft.AspNet.SignalR.Client.dll
deleted file mode 100644
index fecbd5d..0000000
Binary files a/packages/Microsoft.AspNet.SignalR.Client.2.0.3/lib/portable-net45+sl5+netcore45+wp8/Microsoft.AspNet.SignalR.Client.dll and /dev/null differ
diff --git a/packages/Microsoft.AspNet.SignalR.Core.2.0.3/Microsoft.AspNet.SignalR.Core.2.0.3.nupkg b/packages/Microsoft.AspNet.SignalR.Core.2.0.3/Microsoft.AspNet.SignalR.Core.2.0.3.nupkg
deleted file mode 100644
index c2ebb01..0000000
Binary files a/packages/Microsoft.AspNet.SignalR.Core.2.0.3/Microsoft.AspNet.SignalR.Core.2.0.3.nupkg and /dev/null differ
diff --git a/packages/Microsoft.AspNet.SignalR.Core.2.0.3/lib/net45/Microsoft.AspNet.SignalR.Core.dll b/packages/Microsoft.AspNet.SignalR.Core.2.0.3/lib/net45/Microsoft.AspNet.SignalR.Core.dll
deleted file mode 100644
index 498207a..0000000
Binary files a/packages/Microsoft.AspNet.SignalR.Core.2.0.3/lib/net45/Microsoft.AspNet.SignalR.Core.dll and /dev/null differ
diff --git a/packages/Microsoft.AspNet.SignalR.Core.2.0.3/lib/net45/Microsoft.AspNet.SignalR.Core.xml b/packages/Microsoft.AspNet.SignalR.Core.2.0.3/lib/net45/Microsoft.AspNet.SignalR.Core.xml
deleted file mode 100644
index cbf69b7..0000000
--- a/packages/Microsoft.AspNet.SignalR.Core.2.0.3/lib/net45/Microsoft.AspNet.SignalR.Core.xml
+++ /dev/null
@@ -1,3152 +0,0 @@
-
-
-
- Microsoft.AspNet.SignalR.Core
-
-
-
-
- The amount of time the client should wait without seeing a keep alive before trying to reconnect.
-
-
-
-
- The interval between successively checking connection states.
-
-
-
-
- The amount of time a Topic should stay in memory after its last subscriber is removed.
-
-
-
-
-
-
- The dependency resolver to use for the hub connection.
-
-
-
-
- Gets of sets a boolean that determines if JSONP is enabled.
-
-
-
-
- Represents a connection to the client.
-
-
-
-
- Writes buffered data.
-
- The data to write to the buffer.
-
-
-
- Flushes the buffered response to the client.
-
- A task that represents when the data has been flushed.
-
-
-
- Gets a cancellation token that represents the client's lifetime.
-
-
-
-
- Gets or sets the status code of the response.
-
-
-
-
- Gets or sets the content type of the response.
-
-
-
-
- Determines whether JavaScript proxies for the server-side hubs should be auto generated at {Path}/hubs or {Path}/js.
- Defaults to true.
-
-
-
-
- Determines whether detailed exceptions thrown in Hub methods get reported back the invoking client.
- Defaults to false.
-
-
-
-
- A server side proxy for the client side hub.
-
-
-
-
- Invokes a method on the connection(s) represented by the instance.
-
- name of the method to invoke
- argumetns to pass to the client
- A task that represents when the data has been sent to the client.
-
-
-
- Encapsulates all information about a SignalR connection for an .
-
-
-
-
- Returns a dynamic representation of all clients except the calling client ones specified.
-
- The list of connection ids to exclude
- A dynamic representation of all clients except the calling client ones specified.
-
-
-
- Returns a dynamic representation of the connection with the specified connectionid.
-
- The connection id
- A dynamic representation of the specified client.
-
-
-
- Returns a dynamic representation of the connections with the specified connectionids.
-
- The connection ids.
- A dynamic representation of the specified clients.
-
-
-
- Returns a dynamic representation of the specified group.
-
- The name of the group
- The list of connection ids to exclude
- A dynamic representation of the specified group.
-
-
-
- Returns a dynamic representation of the specified groups.
-
- The names of the groups.
- The list of connection ids to exclude
- A dynamic representation of the specified groups.
-
-
-
- Encapsulates all information about an individual SignalR connection for an .
-
-
-
-
- Holds information about a single hub method.
-
-
-
-
- Name of Descriptor.
-
-
-
-
- Flags whether the name was specified.
-
-
-
-
- The return type of this method.
-
-
-
-
- Hub descriptor object, target to this method.
-
-
-
-
- Available method parameters.
-
-
-
-
- Method invocation delegate.
- Takes a target hub and an array of invocation arguments as it's arguments.
-
-
-
-
- Attributes attached to this method.
-
-
-
-
- The exception to be sent to the calling client.
- This will be overridden by a generic Exception unless Error is a
- or is set to true.
-
-
-
-
- The value to return in lieu of throwing Error. Whenever Result is set, Error will be set to null.
-
-
-
-
- Provides access to server configuration.
-
-
-
-
- Gets or sets a representing the amount of time a client should allow to connect before falling
- back to another transport or failing.
- The default value is 5 seconds.
-
-
-
-
- Gets or sets a representing the amount of time to leave a connection open before timing out.
- The default value is 110 seconds.
-
-
-
-
- Gets or sets a representing the amount of time to wait after a connection goes away before raising the disconnect event.
- The default value is 30 seconds.
-
-
-
-
- Gets or sets a representing the amount of time between send keep alive messages.
- If enabled, this value must be at least two seconds. Set to null to disable.
- The default value is 10 seconds.
-
-
-
-
- Gets or sets the number of messages to buffer for a specific signal.
- The default value is 1000.
-
-
-
-
- Gets or sets the maximum size in bytes of messages sent from client to the server via WebSockets.
- Set to null to disable this limit.
- The default value is 65536 or 64 KB.
-
-
-
-
- Gets or sets a representing tell the client to wait before restablishing a
- long poll connection after data is sent from the server.
- The default value is 0.
-
-
-
-
- A buffering text writer that supports writing binary directly as well
-
-
-
-
- TextWriter implementation over a write delegate optimized for writing in small chunks
- we don't need to write to a long lived buffer. This saves massive amounts of memory
- as the number of connections grows.
-
-
-
-
- Implemented on anything that has the ability to write raw binary data
-
-
-
-
- Default implementation.
-
-
-
-
- Provides access to hubs and persistent connections references.
-
-
-
-
- Returns a for the specified .
-
- Type of the
- a for the specified
-
-
-
- Returns a for the specified hub.
-
- Name of the hub
- a for the specified hub
-
-
-
- Returns a for the .
-
- Type of the
- A for the .
-
-
-
- Initializes a new instance of the class.
-
- The .
-
-
-
- Returns a for the .
-
- Type of the
- A for the .
-
-
-
- Returns a for the .
-
- Type of the
- A for the .
-
-
-
- Returns a for the specified .
-
- Type of the
- a for the specified
-
-
-
- Returns a for the specified hub.
-
- Name of the hub
- a for the specified hub
-
-
-
- A message sent to one more connections.
-
-
-
-
- Initializes a new instance of the class.
-
- The signal
- The payload of the message
- The signals to exclude.
-
-
-
- The signal to this message should be sent to. Connections subscribed to this signal
- will receive the message payload.
-
-
-
-
- A list of signals this message should be delivered to. If this is used
- the Signal cannot be used.
-
-
-
-
- The payload of the message.
-
-
-
-
- Represents a list of signals that should be used to filter what connections
- receive this message.
-
-
-
-
- Provides access to default host information.
-
-
-
-
- Gets or sets the the default
-
-
-
-
- Gets the default
-
-
-
-
- Gets the default
-
-
-
-
- Gets the default
-
-
-
-
-
-
-
-
-
- Represents a SignalR request
-
-
-
-
- Reads the form of the http request
-
-
-
-
-
- Gets the url for this request.
-
-
-
-
- The local path part of the url
-
-
-
-
- Gets the querystring for this request.
-
-
-
-
- Gets the headers for this request.
-
-
-
-
- Gets the cookies for this request.
-
-
-
-
- Gets security information for the current HTTP request.
-
-
-
-
- Gets the owin enviornment
-
-
-
-
- A converter for dictionaries that uses a SipHash comparer
-
-
-
-
- Represents a web socket.
-
-
-
-
- Sends data over the websocket.
-
- The value to send.
- A that represents the send is complete.
-
-
-
- Sends a chunk of data over the websocket ("endOfMessage" flag set to false.)
-
-
- A that represents the send is complete.
-
-
-
- Sends a zero byte data chunk with the "endOfMessage" flag set to true.
-
- A that represents the flush is complete.
-
-
-
- Invoked when data is sent over the websocket
-
-
-
-
- Invoked when the websocket closes
-
-
-
-
- Invoked when there is an error
-
-
-
-
- Extension methods for .
-
-
-
-
- Closes the connection to a client with optional data.
-
- The .
- The data to write to the connection.
- A task that represents when the connection is closed.
-
-
-
- Encapsulates all information about an individual SignalR connection for an .
-
-
-
-
- Initializes a new instance of the .
-
-
-
-
- Initializes a new instance of the .
-
- The pipeline invoker.
- The connection.
- The hub name.
- The connection id.
- The connection hub state.
-
-
-
- Returns a dynamic representation of all clients in a group except the calling client.
-
- The name of the group
- A dynamic representation of all clients in a group except the calling client.
-
-
-
- Returns a dynamic representation of all clients in the specified groups except the calling client.
-
- The name of the groups
- A dynamic representation of all clients in a group except the calling client.
-
-
-
- All connected clients except the calling client.
-
-
-
-
- Represents the calling client.
-
-
-
-
- This module is added the the HubPipeline by default.
-
- Hub level attributes that implement such as are applied to determine
- whether to allow potential clients to receive messages sent from that hub using a or a
- All applicable hub attributes must allow hub connection for the connection to be authorized.
-
- Hub and method level attributes that implement such as are applied
- to determine whether to allow callers to invoke hub methods.
- All applicable hub level AND method level attributes must allow hub method invocation for the invocation to be authorized.
-
- Optionally, this module may be instantiated with and
- authorizers that will be applied globally to all hubs and hub methods.
-
-
-
-
- Common base class to simplify the implementation of IHubPipelineModules.
- A module can intercept and customize various stages of hub processing such as connecting, reconnecting, disconnecting,
- invoking server-side hub methods, invoking client-side hub methods, authorizing hub clients and rejoining hub groups.
- A module can be activated by calling .
- The combined modules added to the are invoked via the
- interface.
-
-
-
-
- An can intercept and customize various stages of hub processing such as connecting,
- reconnecting, disconnecting, invoking server-side hub methods, invoking client-side hub methods, authorizing hub
- clients and rejoining hub groups.
- Modules can be be activated by calling .
- The combined modules added to the are invoked via the
- interface.
-
-
-
-
- Wraps a function that invokes a server-side hub method. Even if a client has not been authorized to connect
- to a hub, it will still be authorized to invoke server-side methods on that hub unless it is prevented in
- by not executing the invoke parameter.
-
- A function that invokes a server-side hub method.
- A wrapped function that invokes a server-side hub method.
-
-
-
- Wraps a function that invokes a client-side hub method.
-
- A function that invokes a client-side hub method.
- A wrapped function that invokes a client-side hub method.
-
-
-
- Wraps a function that is called when a client connects to the for each
- the client connects to. By default, this results in the 's
- OnConnected method being invoked.
-
- A function to be called when a client connects to a hub.
- A wrapped function to be called when a client connects to a hub.
-
-
-
- Wraps a function that is called when a client reconnects to the for each
- the client connects to. By default, this results in the 's
- OnReconnected method being invoked.
-
- A function to be called when a client reconnects to a hub.
- A wrapped function to be called when a client reconnects to a hub.
-
-
-
- Wraps a function that is called when a client disconnects from the for each
- the client was connected to. By default, this results in the 's
- OnDisconnected method being invoked.
-
- A function to be called when a client disconnects from a hub.
- A wrapped function to be called when a client disconnects from a hub.
-
-
-
- Wraps a function to be called before a client subscribes to signals belonging to the hub described by the
- . By default, the will look for attributes on the
- to help determine if the client is authorized to subscribe to method invocations for the
- described hub.
- The function returns true if the client is authorized to subscribe to client-side hub method
- invocations; false, otherwise.
-
-
- A function that dictates whether or not the client is authorized to connect to the described Hub.
-
-
- A wrapped function that dictates whether or not the client is authorized to connect to the described Hub.
-
-
-
-
- Wraps a function that determines which of the groups belonging to the hub described by the
- the client should be allowed to rejoin.
- By default, clients will rejoin all the groups they were in prior to reconnecting.
-
- A function that determines which groups the client should be allowed to rejoin.
- A wrapped function that determines which groups the client should be allowed to rejoin.
-
-
-
- Wraps a function that invokes a server-side hub method. Even if a client has not been authorized to connect
- to a hub, it will still be authorized to invoke server-side methods on that hub unless it is prevented in
- by not executing the invoke parameter.
-
- A function that invokes a server-side hub method.
- A wrapped function that invokes a server-side hub method.
-
-
-
- Wraps a function that is called when a client connects to the for each
- the client connects to. By default, this results in the 's
- OnConnected method being invoked.
-
- A function to be called when a client connects to a hub.
- A wrapped function to be called when a client connects to a hub.
-
-
-
- Wraps a function that is called when a client reconnects to the for each
- the client connects to. By default, this results in the 's
- OnReconnected method being invoked.
-
- A function to be called when a client reconnects to a hub.
- A wrapped function to be called when a client reconnects to a hub.
-
-
-
- Wraps a function that is called when a client disconnects from the for each
- the client was connected to. By default, this results in the 's
- OnDisconnected method being invoked.
-
- A function to be called when a client disconnects from a hub.
- A wrapped function to be called when a client disconnects from a hub.
-
-
-
- Wraps a function to be called before a client subscribes to signals belonging to the hub described by the
- . By default, the will look for attributes on the
- to help determine if the client is authorized to subscribe to method invocations for the
- described hub.
- The function returns true if the client is authorized to subscribe to client-side hub method
- invocations; false, otherwise.
-
-
- A function that dictates whether or not the client is authorized to connect to the described Hub.
-
-
- A wrapped function that dictates whether or not the client is authorized to connect to the described Hub.
-
-
-
-
- Wraps a function that determines which of the groups belonging to the hub described by the
- the client should be allowed to rejoin.
- By default, clients will rejoin all the groups they were in prior to reconnecting.
-
- A function that determines which groups the client should be allowed to rejoin.
- A wrapped function that determines which groups the client should be allowed to rejoin.
-
-
-
- Wraps a function that invokes a client-side hub method.
-
- A function that invokes a client-side hub method.
- A wrapped function that invokes a client-side hub method.
-
-
-
- This method is called before the AuthorizeConnect components of any modules added later to the
- are executed. If this returns false, then those later-added modules will not run and the client will not be allowed
- to subscribe to client-side invocations of methods belonging to the hub defined by the .
-
- A description of the hub the client is trying to subscribe to.
- The connect request of the client trying to subscribe to the hub.
- true, if the client is authorized to connect to the hub, false otherwise.
-
-
-
- This method is called before the connect components of any modules added later to the are
- executed. If this returns false, then those later-added modules and the method will
- not be run.
-
- The hub the client has connected to.
-
- true, if the connect components of later added modules and the method should be executed;
- false, otherwise.
-
-
-
-
- This method is called after the connect components of any modules added later to the are
- executed and after is executed, if at all.
-
- The hub the client has connected to.
-
-
-
- This method is called before the reconnect components of any modules added later to the are
- executed. If this returns false, then those later-added modules and the method will
- not be run.
-
- The hub the client has reconnected to.
-
- true, if the reconnect components of later added modules and the method should be executed;
- false, otherwise.
-
-
-
-
- This method is called after the reconnect components of any modules added later to the are
- executed and after is executed, if at all.
-
- The hub the client has reconnected to.
-
-
-
- This method is called before the outgoing components of any modules added later to the are
- executed. If this returns false, then those later-added modules and the client-side hub method invocation(s) will not
- be executed.
-
- A description of the client-side hub method invocation.
-
- true, if the outgoing components of later added modules and the client-side hub method invocation(s) should be executed;
- false, otherwise.
-
-
-
-
- This method is called after the outgoing components of any modules added later to the are
- executed. This does not mean that all the clients have received the hub method invocation, but it does indicate indicate
- a hub invocation message has successfully been published to a message bus.
-
- A description of the client-side hub method invocation.
-
-
-
- This method is called before the disconnect components of any modules added later to the are
- executed. If this returns false, then those later-added modules and the method will
- not be run.
-
- The hub the client has disconnected from.
-
- true, if the disconnect components of later added modules and the method should be executed;
- false, otherwise.
-
-
-
-
- This method is called after the disconnect components of any modules added later to the are
- executed and after is executed, if at all.
-
- The hub the client has disconnected from.
-
-
-
- This method is called before the incoming components of any modules added later to the are
- executed. If this returns false, then those later-added modules and the server-side hub method invocation will not
- be executed. Even if a client has not been authorized to connect to a hub, it will still be authorized to invoke
- server-side methods on that hub unless it is prevented in by not
- executing the invoke parameter or prevented in by returning false.
-
- A description of the server-side hub method invocation.
-
- true, if the incoming components of later added modules and the server-side hub method invocation should be executed;
- false, otherwise.
-
-
-
-
- This method is called after the incoming components of any modules added later to the
- and the server-side hub method have completed execution.
-
- The return value of the server-side hub method
- A description of the server-side hub method invocation.
- The possibly new or updated return value of the server-side hub method
-
-
-
- This is called when an uncaught exception is thrown by a server-side hub method or the incoming component of a
- module added later to the . Observing the exception using this method will not prevent
- it from bubbling up to other modules.
-
-
- Represents the exception that was thrown during the server-side invocation.
- It is possible to change the error or set a result using this context.
-
- A description of the server-side hub method invocation.
-
-
-
- Apply to Hubs and Hub methods to authorize client connections to Hubs and authorize client invocations of Hub methods.
-
-
-
-
- Interface to be implemented by s that can authorize client to connect to a .
-
-
-
-
- Given a , determine whether client is authorized to connect to .
-
- Description of the hub client is attempting to connect to.
- The connection request from the client.
- true if the caller is authorized to connect to the hub; otherwise, false.
-
-
-
- Interface to be implemented by s that can authorize the invocation of methods.
-
-
-
-
- Given a , determine whether client is authorized to invoke the method.
-
- An providing details regarding the method invocation.
- Indicates whether the interface instance is an attribute applied directly to a method.
- true if the caller is authorized to invoke the method; otherwise, false.
-
-
-
- Determines whether client is authorized to connect to .
-
- Description of the hub client is attempting to connect to.
- The (re)connect request from the client.
- true if the caller is authorized to connect to the hub; otherwise, false.
-
-
-
- Determines whether client is authorized to invoke the method.
-
- An providing details regarding the method invocation.
- Indicates whether the interface instance is an attribute applied directly to a method.
- true if the caller is authorized to invoke the method; otherwise, false.
-
-
-
- When overridden, provides an entry point for custom authorization checks.
- Called by and .
-
- The for the client being authorize
- true if the user is authorized, otherwise, false
-
-
-
- Set to false to apply authorization only to the invocations of any of the Hub's server-side methods.
- This property only affects attributes applied to the Hub class.
- This property cannot be read.
-
-
-
-
- Gets or sets the user roles.
-
-
-
-
- Gets or sets the authorized users.
-
-
-
-
- A description of a client-side hub method invocation originating from the server.
-
-
-
-
- The , if any, corresponding to the client that invoked the server-side hub method
- that is invoking the client-side hub method.
-
-
-
-
- A description of the method call to be made on the client.
-
-
-
-
- The signal (ConnectionId, hub type name or hub type name + "." + group name) belonging to clients that
- receive the method invocation.
-
-
-
-
- The signals (ConnectionId, hub type name or hub type name + "." + group name) belonging to clients that
- receive the method invocation.
-
-
-
-
- The signals (ConnectionId, hub type name or hub type name + "." + group name) belonging to clients that should
- not receive the method invocation regardless of the .
-
-
-
-
- A description of a client-side hub method invocation.
-
-
-
-
- The name of the hub that the method being invoked belongs to.
-
-
-
-
- The name of the client-side hub method be invoked.
-
-
-
-
- The argument list the client-side hub method will be called with.
-
-
-
-
- A key-value store representing the hub state on the server that has changed since the last time the hub
- state was sent to the client.
-
-
-
-
- Provides access to information about a .
-
-
-
-
- Encapsulates all information about a SignalR connection for an .
-
-
-
-
- Gets the the hub.
-
-
-
-
- Requiring Authentication adds an to the with
- and authorizers that will be applied globally to all hubs and hub methods.
- These authorizers require that the 's
- IsAuthenticated for any clients that invoke server-side hub methods or receive client-side hub method invocations.
-
- The to which the will be added.
-
-
-
- Implementations of this interface are responsible for executing operation required to complete various stages
- hub processing such as connecting, reconnecting, disconnecting, invoking server-side hub methods, invoking
- client-side hub methods, authorizing hub clients and rejoining hub groups.
-
-
-
-
- Invokes a server-side hub method.
-
- A description of the server-side hub method invocation.
- An asynchronous operation giving the return value of the server-side hub method invocation.
-
-
-
- Invokes a client-side hub method.
-
- A description of the client-side hub method invocation.
-
-
-
- To be called when a client connects to the for each the client
- connects to. By default, this results in the 's OnConnected method being invoked.
-
- A the client is connected to.
-
-
-
- To be called when a client reconnects to the for each the client
- connects to. By default, this results in the 's OnReconnected method being invoked.
-
- A the client is reconnected to.
-
-
-
- To be called when a client disconnects from the for each the client
- was connected to. By default, this results in the 's OnDisconnected method being invoked.
-
- A the client was disconnected from.
-
-
-
- To be called before a client subscribes to signals belonging to the hub described by the .
- By default, the will look for attributes on the to help determine if
- the client is authorized to subscribe to method invocations for the described hub.
-
- A description of the hub the client is attempting to connect to.
-
- The connect request being made by the client which should include the client's
- User.
-
- true, if the client is authorized to subscribe to client-side hub method invocations; false, otherwise.
-
-
-
- This method determines which of the groups belonging to the hub described by the the client should be
- allowed to rejoin.
- By default, clients that are reconnecting to the server will be removed from all groups they may have previously been a member of,
- because untrusted clients may claim to be a member of groups they were never authorized to join.
-
- A description of the hub for which the client is attempting to rejoin groups.
- The reconnect request being made by the client that is attempting to rejoin groups.
-
- The list of groups belonging to the relevant hub that the client claims to have been a member of before the reconnect.
-
- A list of groups the client is allowed to rejoin.
-
-
-
- A description of a server-side hub method invocation originating from a client.
-
-
-
-
- A hub instance that contains the invoked method as a member.
-
-
-
-
- A description of the method being invoked by the client.
-
-
-
-
- The arguments to be passed to the invoked method.
-
-
-
-
- A key-value store representing the hub state on the client at the time of the invocation.
-
-
-
-
- Handles parsing incoming requests through the .
-
-
-
-
- Parses the incoming hub payload into a .
-
- The raw hub payload.
- The JsonSerializer used to parse the data.
- The resulting .
-
-
-
- The response returned from an incoming hub request.
-
-
-
-
- The changes made the the round tripped state.
-
-
-
-
- The result of the invocation.
-
-
-
-
- The id of the operation.
-
-
-
-
- Indicates whether the Error is a see .
-
-
-
-
- The exception that occurs as a result of invoking the hub method.
-
-
-
-
- The stack trace of the exception that occurs as a result of invoking the hub method.
-
-
-
-
- Extra error data contained in the
-
-
-
-
- A change tracking dictionary.
-
-
-
-
- A collection of modules that can intercept and customize various stages of hub processing such as connecting,
- reconnecting, disconnecting, invoking server-side hub methods, invoking client-side hub methods, authorizing
- hub clients and rejoining hub groups.
-
-
-
-
- Adds an to the hub pipeline. Modules added to the pipeline first will wrap
- modules that are added to the pipeline later. All modules must be added to the pipeline before any methods
- on the are invoked.
-
-
- A module that may intercept and customize various stages of hub processing such as connecting,
- reconnecting, disconnecting, invoking server-side hub methods, invoking client-side hub methods, authorizing
- hub clients and rejoining hub groups.
-
-
- The itself with the newly added module allowing
- calls to be chained.
- This method mutates the pipeline it is invoked on so it is not necessary to store its result.
-
-
-
-
- Manages groups for a connection and allows sending messages to the group.
-
-
-
-
- Manages groups for a connection.
-
-
-
-
- Adds a connection to the specified group.
-
- The connection id to add to the group.
- The name of the group
- A task that represents the connection id being added to the group.
-
-
-
- Removes a connection from the specified group.
-
- The connection id to remove from the group.
- The name of the group
- A task that represents the connection id being removed from the group.
-
-
-
- Sends a value to the specified group.
-
- The name of the group.
- The value to send.
- The list of connection ids to exclude
- A task that represents when send is complete.
-
-
-
- Sends a value to the specified groups.
-
- The names of the groups.
- The value to send.
- The list of connection ids to exclude
- A task that represents when send is complete.
-
-
-
- Provides access to performance counters.
-
-
-
-
- Initializes the performance counters.
-
- The host instance name.
- The CancellationToken representing the host shutdown.
-
-
-
- Loads a performance counter.
-
- The category name.
- The counter name.
- The instance name.
- Whether the counter is read-only.
-
-
-
- Gets the performance counter representing the total number of connection Connect events since the application was started.
-
-
-
-
- Gets the performance counter representing the total number of connection Reconnect events since the application was started.
-
-
-
-
- Gets the performance counter representing the total number of connection Disconnect events since the application was started.
-
-
-
-
- Gets the performance counter representing the number of connections currently connected.
-
-
-
-
- Gets the performance counter representing the total number of messages received by connections (server to client) since the application was started.
-
-
-
-
- Gets the performance counter representing the total number of messages received by connections (server to client) since the application was started.
-
-
-
-
- Gets the performance counter representing the number of messages received by connections (server to client) per second.
-
-
-
-
- Gets the performance counter representing the number of messages sent by connections (client to server) per second.
-
-
-
-
- Gets the performance counter representing the total number of messages received by subscribers since the application was started.
-
-
-
-
- Gets the performance counter representing the number of messages received by a subscribers per second.
-
-
-
-
- Gets the performance counter representing the number of messages received by the scaleout message bus per second.
-
-
-
-
- Gets the performance counter representing the total number of messages published to the message bus since the application was started.
-
-
-
-
- Gets the performance counter representing the number of messages published to the message bus per second.
-
-
-
-
- Gets the performance counter representing the current number of subscribers to the message bus.
-
-
-
-
- Gets the performance counter representing the total number of subscribers to the message bus since the application was started.
-
-
-
-
- Gets the performance counter representing the number of new subscribers to the message bus per second.
-
-
-
-
- Gets the performance counter representing the number of workers allocated to deliver messages in the message bus.
-
-
-
-
- Gets the performance counter representing the number of workers currently busy delivering messages in the message bus.
-
-
-
-
- Gets the performance counter representing representing the current number of topics in the message bus.
-
-
-
-
- Gets the performance counter representing the total number of all errors processed since the application was started.
-
-
-
-
- Gets the performance counter representing the number of all errors processed per second.
-
-
-
-
- Gets the performance counter representing the total number of hub resolution errors processed since the application was started.
-
-
-
-
- Gets the performance counter representing the number of hub resolution errors per second.
-
-
-
-
- Gets the performance counter representing the total number of hub invocation errors processed since the application was started.
-
-
-
-
- Gets the performance counter representing the number of hub invocation errors per second.
-
-
-
-
- Gets the performance counter representing the total number of transport errors processed since the application was started.
-
-
-
-
- Gets the performance counter representing the number of transport errors per second.
-
-
-
-
- Gets the performance counter representing the number of logical streams in the currently configured scaleout message bus provider.
-
-
-
-
- Gets the performance counter representing the number of logical streams in the currently configured scaleout message bus provider that are in the open state.
-
-
-
-
- Gets the performance counter representing the number of logical streams in the currently configured scaleout message bus provider that are in the buffering state.
-
-
-
-
- Gets the performance counter representing the total number of scaleout errors since the application was started.
-
-
-
-
- Gets the performance counter representing the number of scaleout errors per second.
-
-
-
-
- Gets the performance counter representing the current scaleout send queue length.
-
-
-
-
- Manages performance counters using Windows performance counters.
-
-
-
-
- The performance counter category name for SignalR counters.
-
-
-
-
- Creates a new instance.
-
-
-
-
- Initializes the performance counters.
-
- The host instance name.
- The CancellationToken representing the host shutdown.
-
-
-
- Gets the performance counter representing the total number of connection Connect events since the application was started.
-
-
-
-
- Gets the performance counter representing the total number of connection Reconnect events since the application was started.
-
-
-
-
- Gets the performance counter representing the total number of connection Disconnect events since the application was started.
-
-
-
-
- Gets the performance counter representing the number of connections currently connected.
-
-
-
-
- Gets the performance counter representing the toal number of messages received by connections (server to client) since the application was started.
-
-
-
-
- Gets the performance counter representing the total number of messages sent by connections (client to server) since the application was started.
-
-
-
-
- Gets the performance counter representing the number of messages received by connections (server to client) per second.
-
-
-
-
- Gets the performance counter representing the number of messages sent by connections (client to server) per second.
-
-
-
-
- Gets the performance counter representing the total number of messages received by subscribers since the application was started.
-
-
-
-
- Gets the performance counter representing the number of messages received by a subscribers per second.
-
-
-
-
- Gets the performance counter representing the number of messages received by the scaleout message bus per second.
-
-
-
-
- Gets the performance counter representing the total number of messages published to the message bus since the application was started.
-
-
-
-
- Gets the performance counter representing the number of messages published to the message bus per second.
-
-
-
-
- Gets the performance counter representing the current number of subscribers to the message bus.
-
-
-
-
- Gets the performance counter representing the total number of subscribers to the message bus since the application was started.
-
-
-
-
- Gets the performance counter representing the number of new subscribers to the message bus per second.
-
-
-
-
- Gets the performance counter representing the number of workers allocated to deliver messages in the message bus.
-
-
-
-
- Gets the performance counter representing the number of workers currently busy delivering messages in the message bus.
-
-
-
-
- Gets the performance counter representing representing the current number of topics in the message bus.
-
-
-
-
- Gets the performance counter representing the total number of all errors processed since the application was started.
-
-
-
-
- Gets the performance counter representing the number of all errors processed per second.
-
-
-
-
- Gets the performance counter representing the total number of hub resolution errors processed since the application was started.
-
-
-
-
- Gets the performance counter representing the number of hub resolution errors per second.
-
-
-
-
- Gets the performance counter representing the total number of hub invocation errors processed since the application was started.
-
-
-
-
- Gets the performance counter representing the number of hub invocation errors per second.
-
-
-
-
- Gets the performance counter representing the total number of transport errors processed since the application was started.
-
-
-
-
- Gets the performance counter representing the number of transport errors per second.
-
-
-
-
- Gets the performance counter representing the number of logical streams in the currently configured scaleout message bus provider.
-
-
-
-
- Gets the performance counter representing the number of logical streams in the currently configured scaleout message bus provider that are in the open state.
-
-
-
-
- Gets the performance counter representing the number of logical streams in the currently configured scaleout message bus provider that are in the buffering state.
-
-
-
-
- Gets the performance counter representing the total number of scaleout errors since the application was started.
-
-
-
-
- Gets the performance counter representing the number of scaleout errors per second.
-
-
-
-
- Gets the performance counter representing the current scaleout send queue length.
-
-
-
-
- Helper class to manage disposing a resource at an arbirtary time
-
-
-
-
- Thread safe cancellation token source. Allows the following:
- - Cancel will no-op if the token is disposed.
- - Dispose may be called after Cancel.
-
-
-
-
- Represents a JSON value.
-
-
-
-
- Converts the parameter value to the specified .
-
- The to convert the parameter to.
- The converted parameter value.
-
-
-
- Determines if the parameter can be converted to the specified .
-
- The to check.
- True if the parameter can be converted to the specified , false otherwise.
-
-
-
- Implementations handle their own serialization to JSON.
-
-
-
-
- Serializes itself to JSON via a .
-
- The that receives the JSON serialized object.
-
-
-
- An implementation of IJsonValue over JSON.NET
-
-
-
-
- Sends a message to all connections subscribed to the specified signal. An example of signal may be a
- specific connection id.
-
- The connection
- The connectionId to send to.
- The value to publish.
- A task that represents when the broadcast is complete.
-
-
-
- Sends a message to all connections subscribed to the specified signal. An example of signal may be a
- specific connection id.
-
- The connection
- The connection ids to send to.
- The value to publish.
- A task that represents when the broadcast is complete.
-
-
-
- Broadcasts a value to all connections, excluding the connection ids specified.
-
- The connection
- The value to broadcast.
- The list of connection ids to exclude
- A task that represents when the broadcast is complete.
-
-
-
- Describes a parameter resolver for resolving parameter-matching values based on provided information.
-
-
-
-
- Resolves method parameter values based on provided objects.
-
- Method descriptor.
- List of values to resolve parameter values from.
- Array of parameter values.
-
-
-
- Resolves a parameter value based on the provided object.
-
- Parameter descriptor.
- Value to resolve the parameter value from.
- The parameter value.
-
-
-
- Resolves method parameter values based on provided objects.
-
- Method descriptor.
- List of values to resolve parameter values from.
- Array of parameter values.
-
-
-
- Holds information about a single hub method parameter.
-
-
-
-
- Parameter name.
-
-
-
-
- Parameter type.
-
-
-
-
- Describes a hub method provider that builds a collection of available methods on a given hub.
-
-
-
-
- Retrieve all methods on a given hub.
-
- Hub descriptor object.
- Available methods.
-
-
-
- Tries to retrieve a method.
-
- Hub descriptor object
- Name of the method.
- Descriptor of the method, if found. Null otherwise.
- Method parameters to match.
- True, if a method has been found.
-
-
-
- Retrieves an existing dictionary of all available methods for a given hub from cache.
- If cache entry does not exist - it is created automatically by BuildMethodCacheFor.
-
-
-
-
-
-
- Builds a dictionary of all possible methods on a given hub.
- Single entry contains a collection of available overloads for a given method name (key).
- This dictionary is being cached afterwards.
-
- Hub to build cache for
- Dictionary of available methods
-
-
-
- Searches the specified Hub for the specified .
-
-
- In the case that there are multiple overloads of the specified , the parameter set helps determine exactly which instance of the overload should be resolved.
- If there are multiple overloads found with the same number of matching parameters, none of the methods will be returned because it is not possible to determine which overload of the method was intended to be resolved.
-
- Hub to search for the specified on.
- The method name to search for.
- If successful, the that was resolved.
- The set of parameters that will be used to help locate a specific overload of the specified .
- True if the method matching the name/parameter set is found on the hub, otherwise false.
-
-
-
- Holds information about a single hub.
-
-
-
-
- Hub type.
-
-
-
-
- Describes a hub manager - main point in the whole hub and method lookup process.
-
-
-
-
- Retrieves a single hub descriptor.
-
- Name of the hub.
- Hub descriptor, if found. Null, otherwise.
-
-
-
- Retrieves all available hubs matching the given predicate.
-
- List of hub descriptors.
-
-
-
- Resolves a given hub name to a concrete object.
-
- Name of the hub.
- Hub implementation instance, if found. Null otherwise.
-
-
-
- Resolves all available hubs to their concrete objects.
-
- List of hub instances.
-
-
-
- Retrieves a method with a given name on a given hub.
-
- Name of the hub.
- Name of the method to find.
- Method parameters to match.
- Descriptor of the method, if found. Null otherwise.
-
-
-
- Gets all methods available to call on a given hub.
-
- Name of the hub,
- Optional predicate for filtering results.
- List of available methods.
-
-
-
- Generates a server id
-
-
-
-
- The id of the server.
-
-
-
-
- Default implementation.
-
-
-
-
- The id of the server.
-
-
-
-
- Provides access to information about a .
-
-
-
-
- Gets the for the .
-
-
-
-
- Gets the for the .
-
-
-
-
- Handles commands from server to server.
-
-
-
-
- Sends a command to all connected servers.
-
-
-
-
-
-
- Gets or sets a callback that is invoked when a command is received.
-
-
-
-
- Extensions for .
-
-
-
-
- Deserializes the JSON to a .NET object.
-
- The serializer
- The of object being deserialized.
- The JSON to deserialize
- The deserialized object from the JSON string.
-
-
-
- Deserializes the JSON to a .NET object.
-
- The serializer
- The of object being deserialized.
- The JSON buffer to deserialize
- The encoding to use.
- The deserialized object from the JSON string.
-
-
-
- Serializes the specified object to a .
-
- The JSON serializer
- The object to serialize
- The to serialize the object to.
-
-
-
- Serializes the specified object to a JSON string.
-
- The serializer
- The object to serailize.
- A JSON string representation of the object.
-
-
-
- Minifies a string in a way that can be reversed by this instance of .
-
- The string to be minified
- A minified representation of the without the following characters:,|\
-
-
-
- Reverses a call that was executed at least once previously on this instance of
- without any subsequent calls to sharing the
- same argument as the call that returned .
-
-
- A minified string that was returned by a previous call to .
-
-
- The argument of all previous calls to that returned .
- If every call to on this instance of has never
- returned or if the most recent call to that did
- return was followed by a call to sharing
- the same argument, may return null but must not throw.
-
-
-
-
- A call to this function indicates that any future attempt to unminify strings that were previously minified
- from may be met with a null return value. This provides an opportunity clean up
- any internal data structures that reference .
-
- The string that may have previously have been minified.
-
-
-
- This class is the main coordinator.
- It schedules work to be done for a particular subscription.
-
-
-
-
- Represents a message to the scaleout backplane
-
-
-
-
- The messages from SignalR
-
-
-
-
- The time the message was created on the origin server
-
-
-
-
- Common base class for scaleout message bus implementations.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Publishes a new message to the specified event on the bus.
-
- The message to publish.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Creates a topic for the specified key.
-
- The key to create the topic for.
- A for the specified key.
-
-
-
- Opens the specified queue for sending messages.
- The index of the stream to open.
-
-
-
-
- Closes the specified queue.
- The index of the stream to close.
-
-
-
-
- Closes the specified queue for sending messages making all sends fail asynchronously.
-
- The index of the stream to close.
- The error that occurred.
-
-
-
- Sends messages to the backplane
-
- The list of messages to send
-
-
-
-
- Invoked when a payload is received from the backplane. There should only be one active call at any time.
-
- id of the stream.
- id of the payload within that stream.
- The scaleout message.
-
-
-
-
- The number of streams can't change for the lifetime of this instance.
-
-
-
-
-
-
-
-
-
- Initializes a new instance of the struct.
-
- The array of messages associated with this .
- The amount of messages populated in the messages array.
-
-
-
- Gets an associated with the result.
-
-
-
-
- Common settings for scale-out message bus implementations.
-
-
-
-
- Gets or sets a value that represents the queuing behavior for scale-out messages.
- Defaults to QueuingBehavior.InitialOnly
-
-
-
-
- The maximum length of the outgoing send queue. Messages being sent to the backplane are queued
- up to this length. After the max length is reached, further sends will throw an InvalidOperationException.
-
-
-
-
- Responsible for creating instances.
-
-
-
-
- Creates a new instance of the class.
-
- The dependency resolver to use for when creating the .
-
-
-
- Creates an instance of the specified type using the dependency resolver or the type's default constructor.
-
- The type of to create.
- An instance of a .
-
-
-
- Called when a new connection is made to the .
-
-
-
-
- Called when a connection reconnects to the after a timeout.
-
-
-
-
- Called when a connection is disconnected from the .
-
-
-
-
- Gets a . Which contains information about the calling client.
-
-
-
-
- Gets a dynamic object that represents all clients connected to this hub (not hub instance).
-
-
-
-
- Gets the the hub instance.
-
-
-
-
- Helpers for decoding URI query components.
-
-
-
-
- Standard keys and values for use within the OWIN interfaces
-
-
-
-
- Maps SignalR hubs to the app builder pipeline at "/signalr".
-
- The app builder
-
-
-
- Maps SignalR hubs to the app builder pipeline at "/signalr".
-
- The app builder
- The to use
-
-
-
- Maps SignalR hubs to the app builder pipeline at the specified path.
-
- The app builder
- The path to map signalr hubs
- The to use
-
-
-
- Adds SignalR hubs to the app builder pipeline.
-
- The app builder
-
-
-
- Adds SignalR hubs to the app builder pipeline.
-
- The app builder
- The to use
-
-
-
- Maps the specified SignalR to the app builder pipeline at
- the specified path.
-
- The type of
- The app builder
- The path to map the
-
-
-
- Maps the specified SignalR to the app builder pipeline at
- the specified path.
-
- The type of
- The app builder
- The path to map the persistent connection
- The to use
-
-
-
-
- Maps the specified SignalR to the app builder pipeline at
- the specified path.
-
- The app builder
- The path to map the persistent connection
- The type of
- The to use
-
-
-
- Adds the specified SignalR to the app builder.
-
- The type of
- The app builder
-
-
-
- Adds the specified SignalR to the app builder.
-
- The type of
- The app builder
- The to use
-
-
-
-
- Adds the specified SignalR to the app builder.
-
- The app builder
- The type of
- The to use
-
-
-
-
- Describes hub descriptor provider, which provides information about available hubs.
-
-
-
-
- Retrieve all avaiable hubs.
-
- Collection of hub descriptors.
-
-
-
- Tries to retrieve hub with a given name.
-
- Name of the hub.
- Retrieved descriptor object.
- True, if hub has been found
-
-
-
- Provides methods that communicate with SignalR connections that connected to a .
-
-
-
-
- Called when a connection disconnects from this hub instance.
-
- A
-
-
-
- Called when the connection connects to this hub instance.
-
- A
-
-
-
- Called when the connection reconnects to this hub instance.
-
- A
-
-
-
-
-
-
-
-
- Provides information about the calling client.
-
-
-
-
- The group manager for this hub instance.
-
-
-
-
- Gets the connection id of the calling client.
-
-
-
-
- Gets the cookies for the request.
-
-
-
-
- Gets the headers for the request.
-
-
-
-
- Gets the querystring for the request.
-
-
-
-
- Gets the for the request.
-
-
-
-
- Gets the for the current HTTP request.
-
-
-
-
- Handles all communication over the hubs persistent connection.
-
-
-
-
- Represents a connection between client and server.
-
-
-
-
- OWIN entry point.
-
-
-
-
-
-
- Handles all requests for s.
-
- The for the current request.
- A that completes when the pipeline is complete.
-
- Thrown if connection wasn't initialized.
- Thrown if the transport wasn't specified.
- Thrown if the connection id wasn't specified.
-
-
-
-
- Returns the signals used in the .
-
- The user id for the current connection.
- The id of the incoming connection.
- The signals used for this .
-
-
-
- Called before every request and gives the user a authorize the user.
-
- The for the current connection.
- A boolean value that represents if the request is authorized.
-
-
-
- Called when a connection reconnects after a timeout to determine which groups should be rejoined.
-
- The for the current connection.
- The groups the calling connection claims to be part of.
- The id of the reconnecting client.
- A collection of group names that should be joined on reconnect
-
-
-
- Called when a new connection is made.
-
- The for the current connection.
- The id of the connecting client.
- A that completes when the connect operation is complete.
-
-
-
- Called when a connection reconnects after a timeout.
-
- The for the current connection.
- The id of the re-connecting client.
- A that completes when the re-connect operation is complete.
-
-
-
- Called when data is received from a connection.
-
- The for the current connection.
- The id of the connection sending the data.
- The payload sent to the connection.
- A that completes when the receive operation is complete.
-
-
-
- Called when a connection disconnects.
-
- The for the current connection.
- The id of the disconnected connection.
- A that completes when the disconnect operation is complete.
-
-
-
- Gets the for the .
-
-
-
-
- Gets the for the .
-
-
-
-
- Initializes an instance of the class.
-
- Configuration settings determining whether to enable JS proxies and provide clients with detailed hub errors.
-
-
-
- Processes the hub's incoming method calls.
-
-
-
-
- Helper class for common JSON operations.
-
-
-
-
- Converts the specified name to camel case.
-
- The name to convert.
- A camel cased version of the specified name.
-
-
-
- Creates a default instance.
-
- The newly created .
-
-
-
- Creates a instance with the default setting.
-
- The newly created .
-
-
-
- Gets a string that returns JSON mime type "application/json; charset=UTF-8".
-
-
-
-
- Gets a string that returns JSONP mime type "application/javascript; charset=UTF-8".
-
-
-
-
- The default implementation.
-
-
-
-
- Initializes a new instance of the class.
-
- The this group resides on.
- The prefix for this group. Either a name or type name.
-
-
-
- Sends a value to the specified group.
-
- The name of the group.
- The value to send.
- The list of connection ids to exclude
- A task that represents when send is complete.
-
-
-
- Sends a value to the specified group.
-
- The names of the groups.
- The value to send.
- The list of connection ids to exclude
- A task that represents when send is complete.
-
-
-
- Adds a connection to the specified group.
-
- The connection id to add to the group.
- The name of the group
- A task that represents the connection id being added to the group.
-
-
-
- Removes a connection from the specified group.
-
- The connection id to remove from the group.
- The name of the group
- A task that represents the connection id being removed from the group.
-
-
-
- A server to server command.
-
-
-
-
- Gets or sets the id of the command where this message originated from.
-
-
-
-
- Gets of sets the command type.
-
-
-
-
- Gets or sets the value for this command.
-
-
-
-
- Default implementation.
-
-
-
-
- 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 /// <summary>Calls the {0} method on the server-side {1} hub. Returns a jQuery.Deferred() promise.</summary>.
-
-
-
-
- Looks up a localized string similar to /// <param name=\"{0}\" type=\"{1}\">Server side type is {2}</param>.
-
-
-
-
- Looks up a localized string similar to Ambiguous message. Unable to send to both '{0}' and '{1}'..
-
-
-
-
- Looks up a localized string similar to Argument cannot be null or empty.
-
-
-
-
- Looks up a localized string similar to The buffer size '{0}' is out of range..
-
-
-
-
- Looks up a localized string similar to Caller is not authorized to invoke the {0} method on {1}..
-
-
-
-
- Looks up a localized string similar to The ConnectionId is in the incorrect format..
-
-
-
-
- Looks up a localized string similar to The PersistentConnection is not initialized..
-
-
-
-
- Looks up a localized string similar to DisconnectTimeout cannot be configured after the KeepAlive..
-
-
-
-
- Looks up a localized string similar to DisconnectTimeout must be at least six seconds..
-
-
-
-
- Looks up a localized string similar to Do not read RequireOutgoing. Use protected _requireOutgoing instead..
-
-
-
-
- Looks up a localized string similar to Two Hubs must not share the same name. '{0}' and '{1}' both share the name '{2}'..
-
-
-
-
- Looks up a localized string similar to Duplicate Hub names found..
-
-
-
-
- Looks up a localized string similar to Duplicate payload id detected for stream '{0}'..
-
-
-
-
- Looks up a localized string similar to Error creating Hub {0}. .
-
-
-
-
- Looks up a localized string similar to The ExceptionContext has already been modified once and cannot be modified again..
-
-
-
-
- Looks up a localized string similar to '{0}' Hub could not be resolved..
-
-
-
-
- Looks up a localized string similar to There was an error invoking Hub method '{0}.{1}'..
-
-
-
-
- Looks up a localized string similar to Invalid cursor..
-
-
-
-
- Looks up a localized string similar to The supplied frameId is in the incorrect format..
-
-
-
-
- Looks up a localized string similar to '{0}' is not a {1}..
-
-
-
-
- Looks up a localized string similar to SignalR: JavaScript Hub proxy generation has been disabled..
-
-
-
-
- Looks up a localized string similar to KeepAlive value must be greater than two seconds..
-
-
-
-
- Looks up a localized string similar to KeepAlive value must be no more than a third of the DisconnectTimeout..
-
-
-
-
- Looks up a localized string similar to '{0}' method could not be resolved..
-
-
-
-
- Looks up a localized string similar to Outgoing authorization can only be required for an entire Hub, not a specific method..
-
-
-
-
- Looks up a localized string similar to Multiple activators for type {0} are registered. Please call GetServices instead..
-
-
-
-
- Looks up a localized string similar to A configuration object must be specified..
-
-
-
-
- Looks up a localized string similar to A dependency resolver must be specified..
-
-
-
-
- Looks up a localized string similar to Not a valid web socket request..
-
-
-
-
- Looks up a localized string similar to Unexpected end when reading object..
-
-
-
-
- Looks up a localized string similar to Protocol error: Missing connection token..
-
-
-
-
- Looks up a localized string similar to Protocol error: Unknown transport..
-
-
-
-
- Looks up a localized string similar to Scaleout queuing is enabled but maximum queue size is 0.
-
-
-
-
- Looks up a localized string similar to State has exceeded the maximum length of 4096 bytes..
-
-
-
-
- Looks up a localized string similar to The stream has been closed..
-
-
-
-
- Looks up a localized string similar to The stream is not open..
-
-
-
-
- Looks up a localized string similar to The queue is full..
-
-
-
-
- Looks up a localized string similar to Unable to add module. The HubPipeline has already been invoked..
-
-
-
-
- Looks up a localized string similar to Unrecognized user identity. The user identity cannot change during an active SignalR connection..
-
-
-
-
- Looks up a localized string similar to Using a Hub instance not created by the HubPipeline is unsupported..
-
-
-
-
- Looks up a localized string similar to WebSockets is not supported..
-
-
-
-
- Looks up a localized string similar to Forbidden: JSONP is disabled..
-
-
-
-
- Looks up a localized string similar to None of the classes from assembly "{0}" could be loaded when searching for Hubs. [{1}]
-
- Original exception type: {2}
- Original exception message: {3}
-
- .
-
-
-
-
- Represents a connection that can be tracked by an .
-
-
-
-
- Applies a new state to the connection.
-
-
-
-
- Causes the connection to disconnect.
-
-
-
-
- Causes the connection to timeout.
-
-
-
-
- Sends a keep alive ping over the connection.
-
-
-
-
- Kills the connection.
-
-
-
-
- Gets the id of the connection.
-
-
-
-
- Gets a cancellation token that represents the connection's lifetime.
-
-
-
-
- Gets the task that completes when the task returned by PersistentConnection.OnConnected does.
-
-
-
-
- Gets a value that represents if the connection is alive.
-
-
-
-
- Gets a value that represents if the connection is timed out.
-
-
-
-
- Gets a value that represents if the connection supprots keep alive.
-
-
-
-
- Gets a value indicating the amount of time to wait after the connection dies before firing the disconnecting the connection.
-
-
-
-
- Gets the uri of the connection.
-
-
-
-
- Represents a transport that communicates
-
-
-
-
- Processes the specified for this transport.
-
- The to process.
- A that completes when the transport has finished processing the connection.
-
-
-
- Sends data over the transport.
-
- The value to be sent.
- A that completes when the send is complete.
-
-
-
- Gets or sets a callback that is invoked when the transport receives data.
-
-
-
-
- Gets or sets a callback that is invoked when the initial connection connects to the transport.
-
-
-
-
- Gets or sets a callback that is invoked when the transport connects.
-
-
-
-
- Gets or sets a callback that is invoked when the transport reconnects.
-
-
-
-
- Gets or sets a callback that is invoked when the transport disconnects.
-
-
-
-
- Gets or sets the connection id for the transport.
-
-
-
-
- Pointed to the HTMLOutputWriter to wrap output stream with an HTML friendly one
-
-
-
-
- Manages tracking the state of connections.
-
-
-
-
- Adds a new connection to the list of tracked connections.
-
- The connection to be added.
- The connection it replaced, if any.
-
-
-
- Marks an existing connection as active.
-
- The connection to mark.
-
-
-
- Removes a connection from the list of tracked connections.
-
- The connection to remove.
-
-
-
- Gets a list of connections being tracked.
-
- A list of connections.
-
-
-
- Manages the transports for connections.
-
-
-
-
- Gets the specified transport for the specified .
-
- The for the current request.
- The for the specified .
-
-
-
- Determines whether the specified transport is supported.
-
- The name of the transport to test.
- True if the transport is supported, otherwise False.
-
-
-
- Default implementation of .
-
-
-
-
- Initializes and instance of the class.
-
- The .
-
-
-
- Adds a new connection to the list of tracked connections.
-
- The connection to be added.
-
-
-
- Removes a connection from the list of tracked connections.
-
- The connection to remove.
-
-
-
- Marks an existing connection as active.
-
- The connection to mark.
-
-
-
- Represents a response to a connection.
-
-
-
-
- Creates a new instance of .
-
- A filter that determines whether messages should be written to the client.
- The cursor writer.
-
-
-
- Serializes only the necessary components of the to JSON
- using Json.NET's JsonTextWriter to improve performance.
-
- The that receives the JSON serialization.
-
-
-
- The list of messages to be sent to the receiving connection.
-
-
-
-
- The total count of the messages sent the receiving connection.
-
-
-
-
- True if the connection is in process of initializing
-
-
-
-
- True if the connection receives a disconnect command.
-
-
-
-
- True if the connection was forcibly closed.
-
-
-
-
- True if the client should try reconnecting.
-
-
-
-
- Signed token representing the list of groups. Updates on change.
-
-
-
-
- The time the long polling client should wait before reestablishing a connection if no data is received.
-
-
-
-
- A communication channel for a and its connections.
-
-
-
-
- Sends a message to connections subscribed to the signal.
-
- The message to send.
- A task that returns when the message has be sent.
-
-
-
- The main signal for this connection. This is the main signalr for a .
-
-
-
-
- Which connection the message originated from
-
-
-
-
- The signal for the message (connection id, group, etc)
-
-
-
-
- The message payload
-
-
-
-
- The command id if this message is a command
-
-
-
-
- Determines if the caller should wait for acknowledgement for this message
-
-
-
-
- Determines if this message is itself an ACK
-
-
-
-
- A list of connection ids to filter out
-
-
-
-
- The encoding of the message
-
-
-
-
- The payload id. Only used in scaleout scenarios
-
-
-
-
- The stream index this message came from. Only used the scaleout scenarios.
-
-
-
-
- The default implementation.
-
-
-
-
- Initializes a new instance of class.
-
- The default .
-
-
-
- Adds a new transport to the list of supported transports.
-
- The specified transport.
- The factory method for the specified transport.
-
-
-
- Removes a transport from the list of supported transports.
-
- The specified transport.
-
-
-
- Gets the specified transport for the specified .
-
- The for the current request.
- The for the specified .
-
-
-
- Determines whether the specified transport is supported.
-
- The name of the transport to test.
- True if the transport is supported, otherwise False.
-
-
-
diff --git a/packages/Microsoft.AspNet.SignalR.Owin.1.2.1/Microsoft.AspNet.SignalR.Owin.1.2.1.nupkg b/packages/Microsoft.AspNet.SignalR.Owin.1.2.1/Microsoft.AspNet.SignalR.Owin.1.2.1.nupkg
deleted file mode 100644
index 8d42179..0000000
Binary files a/packages/Microsoft.AspNet.SignalR.Owin.1.2.1/Microsoft.AspNet.SignalR.Owin.1.2.1.nupkg and /dev/null differ
diff --git a/packages/Microsoft.AspNet.SignalR.Owin.1.2.1/lib/net40/Microsoft.AspNet.SignalR.Owin.dll b/packages/Microsoft.AspNet.SignalR.Owin.1.2.1/lib/net40/Microsoft.AspNet.SignalR.Owin.dll
deleted file mode 100644
index 67a267a..0000000
Binary files a/packages/Microsoft.AspNet.SignalR.Owin.1.2.1/lib/net40/Microsoft.AspNet.SignalR.Owin.dll and /dev/null differ
diff --git a/packages/Microsoft.AspNet.SignalR.Owin.1.2.1/lib/net40/Microsoft.AspNet.SignalR.Owin.xml b/packages/Microsoft.AspNet.SignalR.Owin.1.2.1/lib/net40/Microsoft.AspNet.SignalR.Owin.xml
deleted file mode 100644
index 6adb902..0000000
--- a/packages/Microsoft.AspNet.SignalR.Owin.1.2.1/lib/net40/Microsoft.AspNet.SignalR.Owin.xml
+++ /dev/null
@@ -1,99 +0,0 @@
-
-
-
- Microsoft.AspNet.SignalR.Owin
-
-
-
-
-
-
-
-
- Returns .
-
-
-
-
- Returns .
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
-
-
-
- Returns .
-
-
-
-
- Returns .
-
-
-
- Returns .
-
-
-
- Returns .
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
-
\ No newline at end of file
diff --git a/packages/Microsoft.AspNet.SignalR.Owin.1.2.1/lib/net45/Microsoft.AspNet.SignalR.Owin.dll b/packages/Microsoft.AspNet.SignalR.Owin.1.2.1/lib/net45/Microsoft.AspNet.SignalR.Owin.dll
deleted file mode 100644
index 46ed686..0000000
Binary files a/packages/Microsoft.AspNet.SignalR.Owin.1.2.1/lib/net45/Microsoft.AspNet.SignalR.Owin.dll and /dev/null differ
diff --git a/packages/Microsoft.AspNet.SignalR.Owin.1.2.1/lib/net45/Microsoft.AspNet.SignalR.Owin.xml b/packages/Microsoft.AspNet.SignalR.Owin.1.2.1/lib/net45/Microsoft.AspNet.SignalR.Owin.xml
deleted file mode 100644
index ede543d..0000000
--- a/packages/Microsoft.AspNet.SignalR.Owin.1.2.1/lib/net45/Microsoft.AspNet.SignalR.Owin.xml
+++ /dev/null
@@ -1,79 +0,0 @@
-
-
-
- Microsoft.AspNet.SignalR.Owin
-
-
-
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
-
-
-
-
-
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
-
-
-
-
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/packages/Microsoft.Bcl.1.1.8/License-Stable.rtf b/packages/Microsoft.Bcl.1.1.8/License-Stable.rtf
deleted file mode 100644
index 3aec6b6..0000000
--- a/packages/Microsoft.Bcl.1.1.8/License-Stable.rtf
+++ /dev/null
@@ -1,118 +0,0 @@
-{\rtf1\ansi\ansicpg1252\deff0\nouicompat\deflang1033{\fonttbl{\f0\fswiss\fprq2\fcharset0 Tahoma;}{\f1\froman\fprq2\fcharset0 Times New Roman;}{\f2\fswiss\fprq2\fcharset0 Calibri;}{\f3\fnil\fcharset0 Calibri;}{\f4\fnil\fcharset2 Symbol;}}
-{\colortbl ;\red31\green73\blue125;\red0\green0\blue255;}
-{\*\listtable
-{\list\listhybrid
-{\listlevel\levelnfc0\leveljc0\levelstartat1{\leveltext\'02\'00.;}{\levelnumbers\'01;}\jclisttab\tx360}
-{\listlevel\levelnfc4\leveljc0\levelstartat1{\leveltext\'02\'01.;}{\levelnumbers\'01;}\jclisttab\tx363}
-{\listlevel\levelnfc2\leveljc0\levelstartat1{\leveltext\'02\'02.;}{\levelnumbers\'01;}\jclisttab\tx720}\listid1 }
-{\list\listhybrid
-{\listlevel\levelnfc0\leveljc0\levelstartat1{\leveltext\'02\'00.;}{\levelnumbers\'01;}\jclisttab\tx363}
-{\listlevel\levelnfc4\leveljc0\levelstartat1{\leveltext\'02\'01.;}{\levelnumbers\'01;}\jclisttab\tx363}\listid2 }}
-{\*\listoverridetable{\listoverride\listid1\listoverridecount0\ls1}{\listoverride\listid2\listoverridecount0\ls2}}
-{\stylesheet{ Normal;}{\s1 heading 1;}{\s2 heading 2;}{\s3 heading 3;}}
-{\*\generator Riched20 6.2.9200}\viewkind4\uc1
-\pard\nowidctlpar\sb120\sa120\b\f0\fs24 MICROSOFT SOFTWARE LICENSE TERMS\par
-
-\pard\brdrb\brdrs\brdrw10\brsp20 \nowidctlpar\sb120\sa120 MICROSOFT .NET LIBRARY \par
-
-\pard\nowidctlpar\sb120\sa120\fs19 These license terms are an agreement between Microsoft Corporation (or based on where you live, one of its affiliates) and you. Please read them. They apply to the software named above, which includes the media on which you received it, if any. The terms also apply to any Microsoft\par
-
-\pard{\pntext\f4\'B7\tab}{\*\pn\pnlvlblt\pnf4\pnindent363{\pntxtb\'B7}}\nowidctlpar\fi-363\li720\sb120\sa120\b0 updates,\par
-{\pntext\f4\'B7\tab}supplements,\par
-{\pntext\f4\'B7\tab}Internet-based services, and\par
-{\pntext\f4\'B7\tab}support services\par
-
-\pard\nowidctlpar\sb120\sa120\b for this software, unless other terms accompany those items. If so, those terms apply.\par
-BY USING THE SOFTWARE, YOU ACCEPT THESE TERMS. IF YOU DO NOT ACCEPT THEM, DO NOT USE THE SOFTWARE.\par
-
-\pard\brdrt\brdrs\brdrw10\brsp20 \nowidctlpar\sb120\sa120 IF YOU COMPLY WITH THESE LICENSE TERMS, YOU HAVE THE PERPETUAL RIGHTS BELOW.\par
-
-\pard
-{\listtext\f0 1.\tab}\jclisttab\tx360\ls1\nowidctlpar\s1\fi-357\li357\sb120\sa120 INSTALLATION AND USE RIGHTS. \par
-
-\pard
-{\listtext\f0 a.\tab}\jclisttab\tx363\ls1\ilvl1\nowidctlpar\s2\fi-363\li720\sb120\sa120 Installation and Use.\b0\fs20 You may install and use any number of copies of the software to design, develop and test your programs.\par
-{\listtext\f0 b.\tab}\b\fs19 Third Party Programs.\b0\fs20 The software may include third party programs that Microsoft, not the third party, licenses to you under this agreement. Notices, if any, for the third party program are included for your information only.\b\fs19\par
-
-\pard
-{\listtext\f0 2.\tab}\jclisttab\tx360\ls1\nowidctlpar\s1\fi-357\li357\sb120\sa120\fs20 ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS.\par
-
-\pard
-{\listtext\f0 a.\tab}\jclisttab\tx363\ls1\ilvl1\nowidctlpar\s2\fi-363\li720\sb120\sa120 DISTRIBUTABLE CODE.\~ \b0 The software is comprised of Distributable Code. \f1\ldblquote\f0 Distributable Code\f1\rdblquote\f0 is code that you are permitted to distribute in programs you develop if you comply with the terms below.\b\par
-
-\pard
-{\listtext\f0 i.\tab}\jclisttab\tx720\ls1\ilvl2\nowidctlpar\s3\fi-357\li1077\sb120\sa120\tx1077 Right to Use and Distribute. \par
-
-\pard{\pntext\f4\'B7\tab}{\*\pn\pnlvlblt\pnf4\pnindent360{\pntxtb\'B7}}\nowidctlpar\fi-357\li1434\sb120\sa120\b0 You may copy and distribute the object code form of the software.\par
-{\pntext\f4\'B7\tab}Third Party Distribution. You may permit distributors of your programs to copy and distribute the Distributable Code as part of those programs.\par
-
-\pard\nowidctlpar\s3\fi-357\li1077\sb120\sa120\tx1077\b ii.\tab Distribution Requirements.\b0 \b For any Distributable Code you distribute, you must\par
-
-\pard{\pntext\f4\'B7\tab}{\*\pn\pnlvlblt\pnf4\pnindent360{\pntxtb\'B7}}\nowidctlpar\fi-357\li1434\sb120\sa120\b0 add significant primary functionality to it in your programs;\par
-{\pntext\f4\'B7\tab}require distributors and external end users to agree to terms that protect it at least as much as this agreement;\par
-{\pntext\f4\'B7\tab}display your valid copyright notice on your programs; and\par
-{\pntext\f4\'B7\tab}indemnify, defend, and hold harmless Microsoft from any claims, including attorneys\rquote fees, related to the distribution or use of your programs.\par
-
-\pard\nowidctlpar\s3\fi-357\li1077\sb120\sa120\tx1077\b iii.\tab Distribution Restrictions.\b0 \b You may not\par
-
-\pard{\pntext\f4\'B7\tab}{\*\pn\pnlvlblt\pnf4\pnindent360{\pntxtb\'B7}}\nowidctlpar\fi-357\li1434\sb120\sa120\b0 alter any copyright, trademark or patent notice in the Distributable Code;\par
-{\pntext\f4\'B7\tab}use Microsoft\rquote s trademarks in your programs\rquote names or in a way that suggests your programs come from or are endorsed by Microsoft;\par
-{\pntext\f4\'B7\tab}include Distributable Code in malicious, deceptive or unlawful programs; or\par
-{\pntext\f4\'B7\tab}modify or distribute the source code of any Distributable Code so that any part of it becomes subject to an Excluded License. An Excluded License is one that requires, as a condition of use, modification or distribution, that\par
-
-\pard{\pntext\f4\'B7\tab}{\*\pn\pnlvlblt\pnf4\pnindent360{\pntxtb\'B7}}\nowidctlpar\fi-358\li1792\sb120\sa120 the code be disclosed or distributed in source code form; or\cf1\f2\par
-{\pntext\f4\'B7\tab}\cf0\f0 others have the right to modify it.\cf1\f2\par
-
-\pard\nowidctlpar\s1\fi-357\li357\sb120\sa120\cf0\b\f0 3.\tab\fs19 SCOPE OF LICENSE. \b0 The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other rights. Unless applicable law gives you more rights despite this limitation, you may use the software only as expressly permitted in this agreement. In doing so, you must comply with any technical limitations in the software that only allow you to use it in certain ways. You may not\par
-
-\pard{\pntext\f4\'B7\tab}{\*\pn\pnlvlblt\pnf4\pnindent363{\pntxtb\'B7}}\nowidctlpar\fi-363\li720\sb120\sa120 work around any technical limitations in the software;\par
-{\pntext\f4\'B7\tab}reverse engineer, decompile or disassemble the software, except and only to the extent that applicable law expressly permits, despite this limitation;\par
-{\pntext\f4\'B7\tab}publish the software for others to copy;\par
-{\pntext\f4\'B7\tab}rent, lease or lend the software;\par
-{\pntext\f4\'B7\tab}transfer the software or this agreement to any third party; or\par
-{\pntext\f4\'B7\tab}use the software for commercial software hosting services.\par
-
-\pard\nowidctlpar\s1\fi-357\li357\sb120\sa120\b\fs20 4.\tab\fs19 BACKUP COPY. \b0 You may make one backup copy of the software. You may use it only to reinstall the software.\par
-\b\fs20 5.\tab\fs19 DOCUMENTATION. \b0 Any person that has valid access to your computer or internal network may copy and use the documentation for your internal, reference purposes.\par
-\b\fs20 6.\tab\fs19 EXPORT RESTRICTIONS. \b0 The software is subject to United States export laws and regulations. You must comply with all domestic and international export laws and regulations that apply to the software. These laws include restrictions on destinations, end users and end use. For additional information, see {\cf2\ul\fs20{\field{\*\fldinst{HYPERLINK www.microsoft.com/exporting }}{\fldrslt{www.microsoft.com/exporting}}}}\f0\fs19 .\cf2\ul\fs20\par
-\cf0\ulnone\b 7.\tab\fs19 SUPPORT SERVICES. \b0 Because this software is \ldblquote as is,\rdblquote we may not provide support services for it.\par
-\b\fs20 8.\tab\fs19 ENTIRE AGREEMENT. \b0 This agreement, and the terms for supplements, updates, Internet-based services and support services that you use, are the entire agreement for the software and support services.\par
-\b\fs20 9.\tab\fs19 APPLICABLE LAW.\par
-
-\pard
-{\listtext\f0 a.\tab}\jclisttab\tx363\ls2\ilvl1\nowidctlpar\s2\fi-363\li720\sb120\sa120 United States. \b0 If you acquired the software in the United States, Washington state law governs the interpretation of this agreement and applies to claims for breach of it, regardless of conflict of laws principles. The laws of the state where you live govern all other claims, including claims under state consumer protection laws, unfair competition laws, and in tort.\par
-{\listtext\f0 b.\tab}\b Outside the United States. If you acquired the software in any other country, the laws of that country apply.\par
-
-\pard\nowidctlpar\s1\fi-357\li357\sb120\sa120\fs20 10.\tab\fs19 LEGAL EFFECT. \b0 This agreement describes certain legal rights. You may have other rights under the laws of your country. You may also have rights with respect to the party from whom you acquired the software. This agreement does not change your rights under the laws of your country if the laws of your country do not permit it to do so.\par
-\b\fs20 11.\tab\fs19 DISCLAIMER OF WARRANTY. THE SOFTWARE IS LICENSED \ldblquote AS-IS.\rdblquote YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. YOU MAY HAVE ADDITIONAL CONSUMER RIGHTS OR STATUTORY GUARANTEES UNDER YOUR LOCAL LAWS WHICH THIS AGREEMENT CANNOT CHANGE. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\par
-
-\pard\nowidctlpar\li357\sb120\sa120 FOR AUSTRALIA \endash YOU HAVE STATUTORY GUARANTEES UNDER THE AUSTRALIAN CONSUMER LAW AND NOTHING IN THESE TERMS IS INTENDED TO AFFECT THOSE RIGHTS.\par
-
-\pard\nowidctlpar\s1\fi-357\li357\sb120\sa120\fs20 12.\tab\fs19 LIMITATION ON AND EXCLUSION OF REMEDIES AND DAMAGES. YOU CAN RECOVER FROM MICROSOFT AND ITS SUPPLIERS ONLY DIRECT DAMAGES UP TO U.S. $5.00. YOU CANNOT RECOVER ANY OTHER DAMAGES, INCLUDING CONSEQUENTIAL, LOST PROFITS, SPECIAL, INDIRECT OR INCIDENTAL DAMAGES.\par
-
-\pard\nowidctlpar\li357\sb120\sa120\b0 This limitation applies to\par
-
-\pard{\pntext\f4\'B7\tab}{\*\pn\pnlvlblt\pnf4\pnindent363{\pntxtb\'B7}}\nowidctlpar\fi-363\li720\sb120\sa120 anything related to the software, services, content (including code) on third party Internet sites, or third party programs; and\par
-{\pntext\f4\'B7\tab}claims for breach of contract, breach of warranty, guarantee or condition, strict liability, negligence, or other tort to the extent permitted by applicable law.\par
-
-\pard\nowidctlpar\sb120\sa120 It also applies even if Microsoft knew or should have known about the possibility of the damages. The above limitation or exclusion may not apply to you because your country may not allow the exclusion or limitation of incidental, consequential or other damages.\par
-\lang9 Please note: As this software is distributed in Quebec, Canada, some of the clauses in this agreement are provided below in French.\par
-Remarque : Ce logiciel \'e9tant distribu\'e9 au Qu\'e9bec, Canada, certaines des clauses dans ce contrat sont fournies ci-dessous en fran\'e7ais.\par
-
-\pard\nowidctlpar\s1\sb120\sa120\b\lang1033 EXON\'c9RATION DE GARANTIE. \b0 Le logiciel vis\'e9 par une licence est offert \'ab tel quel \'bb. Toute utilisation de ce logiciel est \'e0 votre seule risque et p\'e9ril. Microsoft n\rquote accorde aucune autre garantie expresse. Vous pouvez b\'e9n\'e9ficier de droits additionnels en vertu du droit local sur la protection des consommateurs, que ce contrat ne peut modifier. La ou elles sont permises par le droit locale, les garanties implicites de qualit\'e9 marchande, d\rquote ad\'e9quation \'e0 un usage particulier et d\rquote absence de contrefa\'e7on sont exclues.\par
-\b LIMITATION DES DOMMAGES-INT\'c9R\'caTS ET EXCLUSION DE RESPONSABILIT\'c9 POUR LES DOMMAGES. \b0 Vous pouvez obtenir de Microsoft et de ses fournisseurs une indemnisation en cas de dommages directs uniquement \'e0 hauteur de 5,00 $ US. Vous ne pouvez pr\'e9tendre \'e0 aucune indemnisation pour les autres dommages, y compris les dommages sp\'e9ciaux, indirects ou accessoires et pertes de b\'e9n\'e9fices.\par
-
-\pard\nowidctlpar\sb120\sa120\lang9 Cette limitation concerne :\par
-
-\pard{\pntext\f4\'B7\tab}{\*\pn\pnlvlblt\pnf4\pnindent360{\pntxtb\'B7}}\nowidctlpar\li720\sb120\sa120 tout ce qui est reli\'e9 au logiciel, aux services ou au contenu (y compris le code) figurant sur des sites Internet tiers ou dans des programmes tiers ; et\par
-{\pntext\f4\'B7\tab}les r\'e9clamations au titre de violation de contrat ou de garantie, ou au titre de responsabilit\'e9 stricte, de n\'e9gligence ou d\rquote une autre faute dans la limite autoris\'e9e par la loi en vigueur.\par
-
-\pard\nowidctlpar\sb120\sa120 Elle s\rquote applique \'e9galement, m\'eame si Microsoft connaissait ou devrait conna\'eetre l\rquote\'e9ventualit\'e9 d\rquote un tel dommage. Si votre pays n\rquote autorise pas l\rquote exclusion ou la limitation de responsabilit\'e9 pour les dommages indirects, accessoires ou de quelque nature que ce soit, il se peut que la limitation ou l\rquote exclusion ci-dessus ne s\rquote appliquera pas \'e0 votre \'e9gard.\par
-
-\pard\nowidctlpar\s1\sb120\sa120\b\lang1033 EFFET JURIDIQUE. \b0 Le pr\'e9sent contrat d\'e9crit certains droits juridiques. Vous pourriez avoir d\rquote autres droits pr\'e9vus par les lois de votre pays. Le pr\'e9sent contrat ne modifie pas les droits que vous conf\'e8rent les lois de votre pays si celles-ci ne le permettent pas.\par
-
-\pard\nowidctlpar\sb120\sa120\b\fs20\lang1036\par
-
-\pard\sa200\sl276\slmult1\b0\f3\fs22\lang9\par
-}
-
\ No newline at end of file
diff --git a/packages/Microsoft.Bcl.1.1.8/Microsoft.Bcl.1.1.8.nupkg b/packages/Microsoft.Bcl.1.1.8/Microsoft.Bcl.1.1.8.nupkg
deleted file mode 100644
index b15f9c7..0000000
Binary files a/packages/Microsoft.Bcl.1.1.8/Microsoft.Bcl.1.1.8.nupkg and /dev/null differ
diff --git a/packages/Microsoft.Bcl.1.1.8/content/net45/_._ b/packages/Microsoft.Bcl.1.1.8/content/net45/_._
deleted file mode 100644
index e69de29..0000000
diff --git a/packages/Microsoft.Bcl.1.1.8/content/portable-net45+win8+wp8+wpa81/_._ b/packages/Microsoft.Bcl.1.1.8/content/portable-net45+win8+wp8+wpa81/_._
deleted file mode 100644
index e69de29..0000000
diff --git a/packages/Microsoft.Bcl.1.1.8/content/portable-net45+win8+wpa81/_._ b/packages/Microsoft.Bcl.1.1.8/content/portable-net45+win8+wpa81/_._
deleted file mode 100644
index e69de29..0000000
diff --git a/packages/Microsoft.Bcl.1.1.8/content/portable-net451+win81+wpa81/_._ b/packages/Microsoft.Bcl.1.1.8/content/portable-net451+win81+wpa81/_._
deleted file mode 100644
index e69de29..0000000
diff --git a/packages/Microsoft.Bcl.1.1.8/content/portable-net451+win81/_._ b/packages/Microsoft.Bcl.1.1.8/content/portable-net451+win81/_._
deleted file mode 100644
index e69de29..0000000
diff --git a/packages/Microsoft.Bcl.1.1.8/content/portable-win81+wp81+wpa81/_._ b/packages/Microsoft.Bcl.1.1.8/content/portable-win81+wp81+wpa81/_._
deleted file mode 100644
index e69de29..0000000
diff --git a/packages/Microsoft.Bcl.1.1.8/content/sl4/_._ b/packages/Microsoft.Bcl.1.1.8/content/sl4/_._
deleted file mode 100644
index e69de29..0000000
diff --git a/packages/Microsoft.Bcl.1.1.8/content/sl5/_._ b/packages/Microsoft.Bcl.1.1.8/content/sl5/_._
deleted file mode 100644
index e69de29..0000000
diff --git a/packages/Microsoft.Bcl.1.1.8/content/win8/_._ b/packages/Microsoft.Bcl.1.1.8/content/win8/_._
deleted file mode 100644
index e69de29..0000000
diff --git a/packages/Microsoft.Bcl.1.1.8/content/wp8/_._ b/packages/Microsoft.Bcl.1.1.8/content/wp8/_._
deleted file mode 100644
index e69de29..0000000
diff --git a/packages/Microsoft.Bcl.1.1.8/content/wpa81/_._ b/packages/Microsoft.Bcl.1.1.8/content/wpa81/_._
deleted file mode 100644
index e69de29..0000000
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/net40/System.IO.dll b/packages/Microsoft.Bcl.1.1.8/lib/net40/System.IO.dll
deleted file mode 100644
index 34975c7..0000000
Binary files a/packages/Microsoft.Bcl.1.1.8/lib/net40/System.IO.dll and /dev/null differ
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/net40/System.IO.xml b/packages/Microsoft.Bcl.1.1.8/lib/net40/System.IO.xml
deleted file mode 100644
index 865aa1a..0000000
--- a/packages/Microsoft.Bcl.1.1.8/lib/net40/System.IO.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
- System.IO
-
-
-
-
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/net40/System.Runtime.dll b/packages/Microsoft.Bcl.1.1.8/lib/net40/System.Runtime.dll
deleted file mode 100644
index 967bb30..0000000
Binary files a/packages/Microsoft.Bcl.1.1.8/lib/net40/System.Runtime.dll and /dev/null differ
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/net40/System.Runtime.xml b/packages/Microsoft.Bcl.1.1.8/lib/net40/System.Runtime.xml
deleted file mode 100644
index 93cb00d..0000000
--- a/packages/Microsoft.Bcl.1.1.8/lib/net40/System.Runtime.xml
+++ /dev/null
@@ -1,56 +0,0 @@
-
-
-
- System.Runtime
-
-
-
- Defines a provider for progress updates.
- The type of progress update value.
-
-
- Reports a progress update.
- The value of the updated progress.
-
-
- Identities the async state machine type for this method.
-
-
- Identities the state machine type for this method.
-
-
- Initializes the attribute.
- The type that implements the state machine.
-
-
- Gets the type that implements the state machine.
-
-
- Initializes the attribute.
- The type that implements the state machine.
-
-
-
- Allows you to obtain the method or property name of the caller to the method.
-
-
-
-
- Allows you to obtain the line number in the source file at which the method is called.
-
-
-
-
- Allows you to obtain the full path of the source file that contains the caller.
- This is the file path at the time of compile.
-
-
-
- Identities the iterator state machine type for this method.
-
-
- Initializes the attribute.
- The type that implements the state machine.
-
-
-
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/net40/System.Threading.Tasks.dll b/packages/Microsoft.Bcl.1.1.8/lib/net40/System.Threading.Tasks.dll
deleted file mode 100644
index b8f78da..0000000
Binary files a/packages/Microsoft.Bcl.1.1.8/lib/net40/System.Threading.Tasks.dll and /dev/null differ
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/net40/System.Threading.Tasks.xml b/packages/Microsoft.Bcl.1.1.8/lib/net40/System.Threading.Tasks.xml
deleted file mode 100644
index b47921e..0000000
--- a/packages/Microsoft.Bcl.1.1.8/lib/net40/System.Threading.Tasks.xml
+++ /dev/null
@@ -1,475 +0,0 @@
-
-
-
- System.Threading.Tasks
-
-
-
- Holds state related to the builder's IAsyncStateMachine.
- This is a mutable struct. Be very delicate with it.
-
-
- A reference to the heap-allocated state machine object associated with this builder.
-
-
- Initiates the builder's execution with the associated state machine.
- Specifies the type of the state machine.
- The state machine instance, passed by reference.
- The argument is null (Nothing in Visual Basic).
-
-
- Associates the builder with the state machine it represents.
- The heap-allocated state machine object.
- The argument was null (Nothing in Visual Basic).
- The builder is incorrectly initialized.
-
-
-
- Gets the Action to use with an awaiter's OnCompleted or UnsafeOnCompleted method.
- On first invocation, the supplied state machine will be boxed.
-
- Specifies the type of the method builder used.
- Specifies the type of the state machine used.
- The builder.
- The state machine.
- An Action to provide to the awaiter.
-
-
- Provides the ability to invoke a state machine's MoveNext method under a supplied ExecutionContext.
-
-
- The context with which to run MoveNext.
-
-
- The state machine whose MoveNext method should be invoked.
-
-
- Initializes the runner.
- The context with which to run MoveNext.
-
-
- Invokes MoveNext under the provided context.
-
-
- Cached delegate used with ExecutionContext.Run.
-
-
- Invokes the MoveNext method on the supplied IAsyncStateMachine.
- The IAsyncStateMachine machine instance.
-
-
- Provides a base class used to cache tasks of a specific return type.
- Specifies the type of results the cached tasks return.
-
-
-
- A singleton cache for this result type.
- This may be null if there are no cached tasks for this TResult.
-
-
-
- Creates a non-disposable task.
- The result for the task.
- The cacheable task.
-
-
- Creates a cache.
- A task cache for this result type.
-
-
- Gets a cached task if one exists.
- The result for which we want a cached task.
- A cached task if one exists; otherwise, null.
-
-
- Provides a cache for Boolean tasks.
-
-
- A true task.
-
-
- A false task.
-
-
- Gets a cached task for the Boolean result.
- true or false
- A cached task for the Boolean result.
-
-
- Provides a cache for zero Int32 tasks.
-
-
- The minimum value, inclusive, for which we want a cached task.
-
-
- The maximum value, exclusive, for which we want a cached task.
-
-
- The cache of Task{Int32}.
-
-
- Creates an array of cached tasks for the values in the range [INCLUSIVE_MIN,EXCLUSIVE_MAX).
-
-
- Gets a cached task for the zero Int32 result.
- The integer value
- A cached task for the Int32 result or null if not cached.
-
-
- Throws the exception on the ThreadPool.
- The exception to propagate.
- The target context on which to propagate the exception. Null to use the ThreadPool.
-
-
- Copies the exception's stack trace so its stack trace isn't overwritten.
- The exception to prepare.
-
-
-
- Provides a builder for asynchronous methods that return .
- This type is intended for compiler use only.
-
-
- AsyncTaskMethodBuilder is a value type, and thus it is copied by value.
- Prior to being copied, one of its Task, SetResult, or SetException members must be accessed,
- or else the copies may end up building distinct Task instances.
-
-
-
- Represents an asynchronous method builder.
-
-
- A cached VoidTaskResult task used for builders that complete synchronously.
-
-
- The generic builder object to which this non-generic instance delegates.
-
-
- Initializes a new .
- The initialized .
-
-
- Initiates the builder's execution with the associated state machine.
- Specifies the type of the state machine.
- The state machine instance, passed by reference.
-
-
- Associates the builder with the state machine it represents.
- The heap-allocated state machine object.
- The argument was null (Nothing in Visual Basic).
- The builder is incorrectly initialized.
-
-
- Perform any initialization necessary prior to lifting the builder to the heap.
-
-
-
- Schedules the specified state machine to be pushed forward when the specified awaiter completes.
-
- Specifies the type of the awaiter.
- Specifies the type of the state machine.
- The awaiter.
- The state machine.
-
-
-
- Schedules the specified state machine to be pushed forward when the specified awaiter completes.
-
- Specifies the type of the awaiter.
- Specifies the type of the state machine.
- The awaiter.
- The state machine.
-
-
-
- Completes the in the
- RanToCompletion state.
-
- The builder is not initialized.
- The task has already completed.
-
-
-
- Completes the in the
- Faulted state with the specified exception.
-
- The to use to fault the task.
- The argument is null (Nothing in Visual Basic).
- The builder is not initialized.
- The task has already completed.
-
-
-
- Called by the debugger to request notification when the first wait operation
- (await, Wait, Result, etc.) on this builder's task completes.
-
-
- true to enable notification; false to disable a previously set notification.
-
-
-
- Gets the for this builder.
- The representing the builder's asynchronous operation.
- The builder is not initialized.
-
-
-
- Gets an object that may be used to uniquely identify this builder to the debugger.
-
-
- This property lazily instantiates the ID in a non-thread-safe manner.
- It must only be used by the debugger, and only in a single-threaded manner
- when no other threads are in the middle of accessing this property or this.Task.
-
-
-
-
- Provides a builder for asynchronous methods that return .
- This type is intended for compiler use only.
-
-
- AsyncTaskMethodBuilder{TResult} is a value type, and thus it is copied by value.
- Prior to being copied, one of its Task, SetResult, or SetException members must be accessed,
- or else the copies may end up building distinct Task instances.
-
-
-
- A cached task for default(TResult).
-
-
- State related to the IAsyncStateMachine.
-
-
- The lazily-initialized task.
- Must be named m_task for debugger step-over to work correctly.
-
-
- The lazily-initialized task completion source.
-
-
- Temporary support for disabling crashing if tasks go unobserved.
-
-
- Initializes a new .
- The initialized .
-
-
- Initiates the builder's execution with the associated state machine.
- Specifies the type of the state machine.
- The state machine instance, passed by reference.
-
-
- Associates the builder with the state machine it represents.
- The heap-allocated state machine object.
- The argument was null (Nothing in Visual Basic).
- The builder is incorrectly initialized.
-
-
- Perform any initialization necessary prior to lifting the builder to the heap.
-
-
-
- Schedules the specified state machine to be pushed forward when the specified awaiter completes.
-
- Specifies the type of the awaiter.
- Specifies the type of the state machine.
- The awaiter.
- The state machine.
-
-
-
- Schedules the specified state machine to be pushed forward when the specified awaiter completes.
-
- Specifies the type of the awaiter.
- Specifies the type of the state machine.
- The awaiter.
- The state machine.
-
-
-
- Completes the in the
- RanToCompletion state with the specified result.
-
- The result to use to complete the task.
- The task has already completed.
-
-
-
- Completes the builder by using either the supplied completed task, or by completing
- the builder's previously accessed task using default(TResult).
-
- A task already completed with the value default(TResult).
- The task has already completed.
-
-
-
- Completes the in the
- Faulted state with the specified exception.
-
- The to use to fault the task.
- The argument is null (Nothing in Visual Basic).
- The task has already completed.
-
-
-
- Called by the debugger to request notification when the first wait operation
- (await, Wait, Result, etc.) on this builder's task completes.
-
-
- true to enable notification; false to disable a previously set notification.
-
-
- This should only be invoked from within an asynchronous method,
- and only by the debugger.
-
-
-
-
- Gets a task for the specified result. This will either
- be a cached or new task, never null.
-
- The result for which we need a task.
- The completed task containing the result.
-
-
- Gets the lazily-initialized TaskCompletionSource.
-
-
- Gets the for this builder.
- The representing the builder's asynchronous operation.
-
-
-
- Gets an object that may be used to uniquely identify this builder to the debugger.
-
-
- This property lazily instantiates the ID in a non-thread-safe manner.
- It must only be used by the debugger, and only in a single-threaded manner
- when no other threads are in the middle of accessing this property or this.Task.
-
-
-
-
- Provides a builder for asynchronous methods that return void.
- This type is intended for compiler use only.
-
-
-
- The synchronization context associated with this operation.
-
-
- State related to the IAsyncStateMachine.
-
-
- An object used by the debugger to uniquely identify this builder. Lazily initialized.
-
-
- Temporary support for disabling crashing if tasks go unobserved.
-
-
- Registers with UnobservedTaskException to suppress exception crashing.
-
-
- Non-zero if PreventUnobservedTaskExceptions has already been invoked.
-
-
- Initializes a new .
- The initialized .
-
-
- Initializes the .
- The synchronizationContext associated with this operation. This may be null.
-
-
- Initiates the builder's execution with the associated state machine.
- Specifies the type of the state machine.
- The state machine instance, passed by reference.
- The argument was null (Nothing in Visual Basic).
-
-
- Associates the builder with the state machine it represents.
- The heap-allocated state machine object.
- The argument was null (Nothing in Visual Basic).
- The builder is incorrectly initialized.
-
-
- Perform any initialization necessary prior to lifting the builder to the heap.
-
-
-
- Schedules the specified state machine to be pushed forward when the specified awaiter completes.
-
- Specifies the type of the awaiter.
- Specifies the type of the state machine.
- The awaiter.
- The state machine.
-
-
-
- Schedules the specified state machine to be pushed forward when the specified awaiter completes.
-
- Specifies the type of the awaiter.
- Specifies the type of the state machine.
- The awaiter.
- The state machine.
-
-
- Completes the method builder successfully.
-
-
- Faults the method builder with an exception.
- The exception that is the cause of this fault.
- The argument is null (Nothing in Visual Basic).
- The builder is not initialized.
-
-
- Notifies the current synchronization context that the operation completed.
-
-
-
- Gets an object that may be used to uniquely identify this builder to the debugger.
-
-
- This property lazily instantiates the ID in a non-thread-safe manner.
- It must only be used by the debugger and only in a single-threaded manner.
-
-
-
-
- Represents state machines generated for asynchronous methods.
- This type is intended for compiler use only.
-
-
-
- Moves the state machine to its next state.
-
-
- Configures the state machine with a heap-allocated replica.
- The heap-allocated replica.
-
-
-
- Represents an awaiter used to schedule continuations when an await operation completes.
-
-
-
-
- Represents an operation that will schedule continuations when the operation completes.
-
-
-
- Schedules the continuation action to be invoked when the instance completes.
- The action to invoke when the operation completes.
- The argument is null (Nothing in Visual Basic).
-
-
- Schedules the continuation action to be invoked when the instance completes.
- The action to invoke when the operation completes.
- The argument is null (Nothing in Visual Basic).
- Unlike OnCompleted, UnsafeOnCompleted need not propagate ExecutionContext information.
-
-
- Used with Task(of void)
-
-
-
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/net40/ensureRedirect.xml b/packages/Microsoft.Bcl.1.1.8/lib/net40/ensureRedirect.xml
deleted file mode 100644
index e69de29..0000000
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/net45/_._ b/packages/Microsoft.Bcl.1.1.8/lib/net45/_._
deleted file mode 100644
index e69de29..0000000
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl4+win8+wp71+wpa81/System.IO.dll b/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl4+win8+wp71+wpa81/System.IO.dll
deleted file mode 100644
index 01edf72..0000000
Binary files a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl4+win8+wp71+wpa81/System.IO.dll and /dev/null differ
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl4+win8+wp71+wpa81/System.IO.xml b/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl4+win8+wp71+wpa81/System.IO.xml
deleted file mode 100644
index e832734..0000000
--- a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl4+win8+wp71+wpa81/System.IO.xml
+++ /dev/null
@@ -1,51 +0,0 @@
-
-
-
- System.IO
-
-
-
-
- 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 Found invalid data while decoding..
-
-
-
-
- The exception that is thrown when a data stream is in an invalid format.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class with a specified error message.
-
- The error message that explains the reason for the exception.
-
-
-
- Initializes a new instance of the class with a reference to the inner exception that is the cause of this exception.
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception. If the parameter is not null, the current exception is raised in a catch block that handles the inner exception.
-
-
-
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl4+win8+wp71+wpa81/System.Runtime.dll b/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl4+win8+wp71+wpa81/System.Runtime.dll
deleted file mode 100644
index 57e1063..0000000
Binary files a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl4+win8+wp71+wpa81/System.Runtime.dll and /dev/null differ
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl4+win8+wp71+wpa81/System.Runtime.xml b/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl4+win8+wp71+wpa81/System.Runtime.xml
deleted file mode 100644
index 53f5bef..0000000
--- a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl4+win8+wp71+wpa81/System.Runtime.xml
+++ /dev/null
@@ -1,860 +0,0 @@
-
-
-
- System.Runtime
-
-
-
-
- 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 Argument must be of type {0}..
-
-
-
-
- Looks up a localized string similar to The last element of an eight element tuple must be a Tuple..
-
-
-
-
- Defines methods to support the comparison of objects for structural equality.
-
-
-
-
- Determines whether an object is structurally equal to the current instance.
-
- The object to compare with the current instance.
- An object that determines whether the current instance and other are equal.
- true if the two objects are equal; otherwise, false.
-
-
-
- Returns a hash code for the current instance.
-
- An object that computes the hash code of the current object.
- The hash code for the current instance.
-
-
-
- Supports the structural comparison of collection objects.
-
-
-
-
- Determines whether the current collection object precedes, occurs in the same position as, or follows another object in the sort order.
-
- The object to compare with the current instance.
- An object that compares members of the current collection object with the corresponding members of other.
- An integer that indicates the relationship of the current collection object to other.
-
- This instance and other are not the same type.
-
-
-
-
- Encapsulates a method that has five parameters and returns a value of the type specified by the TResult parameter.
-
- The type of the first parameter of the method that this delegate encapsulates.
- The type of the second parameter of the method that this delegate encapsulates.
- The type of the third parameter of the method that this delegate encapsulates.
- The type of the fourth parameter of the method that this delegate encapsulates.
- The type of the fifth parameter of the method that this delegate encapsulates.
- The type of the return value of the method that this delegate encapsulates.
- The first parameter of the method that this delegate encapsulates.
- The second parameter of the method that this delegate encapsulates.
- The third parameter of the method that this delegate encapsulates.
- The fourth parameter of the method that this delegate encapsulates.
- The fifth parameter of the method that this delegate encapsulates.
- The return value of the method that this delegate encapsulates.
-
-
- Defines a provider for progress updates.
- The type of progress update value.
-
-
- Reports a progress update.
- The value of the updated progress.
-
-
- Identities the async state machine type for this method.
-
-
- Identities the state machine type for this method.
-
-
- Initializes the attribute.
- The type that implements the state machine.
-
-
- Gets the type that implements the state machine.
-
-
- Initializes the attribute.
- The type that implements the state machine.
-
-
-
- Allows you to obtain the method or property name of the caller to the method.
-
-
-
-
- Allows you to obtain the line number in the source file at which the method is called.
-
-
-
-
- Allows you to obtain the full path of the source file that contains the caller.
- This is the file path at the time of compile.
-
-
-
- Identities the iterator state machine type for this method.
-
-
- Initializes the attribute.
- The type that implements the state machine.
-
-
-
- Helper so we can call some tuple methods recursively without knowing the underlying types.
-
-
-
-
- Provides static methods for creating tuple objects.
-
-
-
-
- Creates a new 1-tuple, or singleton.
-
- The type of the only component of the tuple.
- The value of the only component of the tuple.
- A tuple whose value is (item1).
-
-
-
- Creates a new 3-tuple, or pair.
-
- The type of the first component of the tuple.
- The type of the second component of the tuple.
- The value of the first component of the tuple.
- The value of the second component of the tuple.
- An 2-tuple (pair) whose value is (item1, item2).
-
-
-
- Creates a new 3-tuple, or triple.
-
- The type of the first component of the tuple.
- The type of the second component of the tuple.
- The type of the third component of the tuple.
- The value of the first component of the tuple.
- The value of the second component of the tuple.
- The value of the third component of the tuple.
- An 3-tuple (triple) whose value is (item1, item2, item3).
-
-
-
- Creates a new 4-tuple, or quadruple.
-
- The type of the first component of the tuple.
- The type of the second component of the tuple.
- The type of the third component of the tuple.
- The type of the fourth component of the tuple.
- The value of the first component of the tuple.
- The value of the second component of the tuple.
- The value of the third component of the tuple.
- The value of the fourth component of the tuple.
- An 4-tuple (quadruple) whose value is (item1, item2, item3, item4).
-
-
-
- Creates a new 5-tuple, or quintuple.
-
- The type of the first component of the tuple.
- The type of the second component of the tuple.
- The type of the third component of the tuple.
- The type of the fourth component of the tuple.
- The type of the fifth component of the tuple.
- The value of the first component of the tuple.
- The value of the second component of the tuple.
- The value of the third component of the tuple.
- The value of the fourth component of the tuple.
- The value of the fifth component of the tuple.
- An 5-tuple (quintuple) whose value is (item1, item2, item3, item4, item5).
-
-
-
- Creates a new 6-tuple, or sextuple.
-
- The type of the first component of the tuple.
- The type of the second component of the tuple.
- The type of the third component of the tuple.
- The type of the fourth component of the tuple.
- The type of the fifth component of the tuple.
- The type of the sixth component of the tuple.
- The value of the first component of the tuple.
- The value of the second component of the tuple.
- The value of the third component of the tuple.
- The value of the fourth component of the tuple.
- The value of the fifth component of the tuple.
- The value of the sixth component of the tuple.
- An 6-tuple (sextuple) whose value is (item1, item2, item3, item4, item5, item6).
-
-
-
- Creates a new 7-tuple, or septuple.
-
- The type of the first component of the tuple.
- The type of the second component of the tuple.
- The type of the third component of the tuple.
- The type of the fourth component of the tuple.
- The type of the fifth component of the tuple.
- The type of the sixth component of the tuple.
- The type of the seventh component of the tuple.
- The value of the first component of the tuple.
- The value of the second component of the tuple.
- The value of the third component of the tuple.
- The value of the fourth component of the tuple.
- The value of the fifth component of the tuple.
- The value of the sixth component of the tuple.
- The value of the seventh component of the tuple.
- An 7-tuple (septuple) whose value is (item1, item2, item3, item4, item5, item6, item7).
-
-
-
- Creates a new 8-tuple, or octuple.
-
- The type of the first component of the tuple.
- The type of the second component of the tuple.
- The type of the third component of the tuple.
- The type of the fourth component of the tuple.
- The type of the fifth component of the tuple.
- The type of the sixth component of the tuple.
- The type of the seventh component of the tuple.
- The type of the eighth component of the tuple.
- The value of the first component of the tuple.
- The value of the second component of the tuple.
- The value of the third component of the tuple.
- The value of the fourth component of the tuple.
- The value of the fifth component of the tuple.
- The value of the sixth component of the tuple.
- The value of the seventh component of the tuple.
- The value of the eighth component of the tuple.
- An 8-tuple (octuple) whose value is (item1, item2, item3, item4, item5, item6, item7, item8).
-
-
-
- Represents a 1-tuple, or singleton.
-
- The type of the tuple's only component.
-
-
-
- Initializes a new instance of the class.
-
- The value of the current tuple object's single component.
-
-
-
- Returns a value that indicates whether the current tuple object is equal to a specified object.
-
- The object to compare with this instance.
- true if the current instance is equal to the specified object; otherwise, false.
-
-
-
- Calculates the hash code for the current tuple object.
-
- A 32-bit signed integer hash code.
-
-
-
- Returns a string that represents the value of this tuple instance.
-
- The string representation of this tuple object.
-
-
-
- Gets the value of the tuple object's single component.
-
-
- The value of the current tuple object's single component.
-
-
-
-
- Represents an 2-tuple, or pair.
-
- The type of the first component of the tuple.
- The type of the second component of the tuple.
-
-
-
- Initializes a new instance of the class.
-
- The value of the first component of the tuple.
- The value of the second component of the tuple.
-
-
-
- Returns a value that indicates whether the current tuple object is equal to a specified object.
-
- The object to compare with this instance.
- true if the current instance is equal to the specified object; otherwise, false.
-
-
-
- Calculates the hash code for the current tuple object.
-
- A 32-bit signed integer hash code.
-
-
-
- Returns a string that represents the value of this tuple instance.
-
- The string representation of this tuple object.
-
-
-
- Gets the value of the current tuple object's first component.
-
-
- The value of the current tuple object's first component.
-
-
-
-
- Gets the value of the current tuple object's second component.
-
-
- The value of the current tuple object's second component.
-
-
-
-
- Represents an 3-tuple, or triple.
-
- The type of the first component of the tuple.
- The type of the second component of the tuple.
- The type of the third component of the tuple.
-
-
-
- Initializes a new instance of the class.
-
- The value of the first component of the tuple.
- The value of the second component of the tuple.
- The value of the third component of the tuple.
-
-
-
- Returns a value that indicates whether the current tuple object is equal to a specified object.
-
- The object to compare with this instance.
- true if the current instance is equal to the specified object; otherwise, false.
-
-
-
- Calculates the hash code for the current tuple object.
-
- A 32-bit signed integer hash code.
-
-
-
- Returns a string that represents the value of this tuple instance.
-
- The string representation of this tuple object.
-
-
-
- Gets the value of the current tuple object's first component.
-
-
- The value of the current tuple object's first component.
-
-
-
-
- Gets the value of the current tuple object's second component.
-
-
- The value of the current tuple object's second component.
-
-
-
-
- Gets the value of the current tuple object's third component.
-
-
- The value of the current tuple object's third component.
-
-
-
-
- Represents an 4-tuple, or quadruple.
-
- The type of the first component of the tuple.
- The type of the second component of the tuple.
- The type of the third component of the tuple.
- The type of the fourth component of the tuple.
-
-
-
- Initializes a new instance of the class.
-
- The value of the first component of the tuple.
- The value of the second component of the tuple.
- The value of the third component of the tuple.
- The value of the fourth component of the tuple.
-
-
-
- Returns a value that indicates whether the current tuple object is equal to a specified object.
-
- The object to compare with this instance.
- true if the current instance is equal to the specified object; otherwise, false.
-
-
-
- Calculates the hash code for the current tuple object.
-
- A 32-bit signed integer hash code.
-
-
-
- Returns a string that represents the value of this tuple instance.
-
- The string representation of this tuple object.
-
-
-
- Gets the value of the current tuple object's first component.
-
-
- The value of the current tuple object's first component.
-
-
-
-
- Gets the value of the current tuple object's second component.
-
-
- The value of the current tuple object's second component.
-
-
-
-
- Gets the value of the current tuple object's third component.
-
-
- The value of the current tuple object's third component.
-
-
-
-
- Gets the value of the current tuple object's fourth component.
-
-
- The value of the current tuple object's fourth component.
-
-
-
-
- Represents an 5-tuple, or quintuple.
-
- The type of the first component of the tuple.
- The type of the second component of the tuple.
- The type of the third component of the tuple.
- The type of the fourth component of the tuple.
- The type of the fifth component of the tuple.
-
-
-
- Initializes a new instance of the class.
-
- The value of the first component of the tuple.
- The value of the second component of the tuple.
- The value of the third component of the tuple.
- The value of the fourth component of the tuple.
- The value of the fifth component of the tuple.
-
-
-
- Returns a value that indicates whether the current tuple object is equal to a specified object.
-
- The object to compare with this instance.
- true if the current instance is equal to the specified object; otherwise, false.
-
-
-
- Calculates the hash code for the current tuple object.
-
- A 32-bit signed integer hash code.
-
-
-
- Returns a string that represents the value of this tuple instance.
-
- The string representation of this tuple object.
-
-
-
- Gets the value of the current tuple object's first component.
-
-
- The value of the current tuple object's first component.
-
-
-
-
- Gets the value of the current tuple object's second component.
-
-
- The value of the current tuple object's second component.
-
-
-
-
- Gets the value of the current tuple object's third component.
-
-
- The value of the current tuple object's third component.
-
-
-
-
- Gets the value of the current tuple object's fourth component.
-
-
- The value of the current tuple object's fourth component.
-
-
-
-
- Gets the value of the current tuple object's fifth component.
-
-
- The value of the current tuple object's fifth component.
-
-
-
-
- Represents an 6-tuple, or sextuple.
-
- The type of the first component of the tuple.
- The type of the second component of the tuple.
- The type of the third component of the tuple.
- The type of the fourth component of the tuple.
- The type of the fifth component of the tuple.
- The type of the sixth component of the tuple.
-
-
-
- Initializes a new instance of the class.
-
- The value of the first component of the tuple.
- The value of the second component of the tuple.
- The value of the third component of the tuple.
- The value of the fourth component of the tuple.
- The value of the fifth component of the tuple.
- The value of the sixth component of the tuple.
-
-
-
- Returns a value that indicates whether the current tuple object is equal to a specified object.
-
- The object to compare with this instance.
- true if the current instance is equal to the specified object; otherwise, false.
-
-
-
- Calculates the hash code for the current tuple object.
-
- A 32-bit signed integer hash code.
-
-
-
- Returns a string that represents the value of this tuple instance.
-
- The string representation of this tuple object.
-
-
-
- Gets the value of the current tuple object's first component.
-
-
- The value of the current tuple object's first component.
-
-
-
-
- Gets the value of the current tuple object's second component.
-
-
- The value of the current tuple object's second component.
-
-
-
-
- Gets the value of the current tuple object's third component.
-
-
- The value of the current tuple object's third component.
-
-
-
-
- Gets the value of the current tuple object's fourth component.
-
-
- The value of the current tuple object's fourth component.
-
-
-
-
- Gets the value of the current tuple object's fifth component.
-
-
- The value of the current tuple object's fifth component.
-
-
-
-
- Gets the value of the current tuple object's sixth component.
-
-
- The value of the current tuple object's sixth component.
-
-
-
-
- Represents an 7-tuple, or septuple.
-
- The type of the first component of the tuple.
- The type of the second component of the tuple.
- The type of the third component of the tuple.
- The type of the fourth component of the tuple.
- The type of the fifth component of the tuple.
- The type of the sixth component of the tuple.
- The type of the seventh component of the tuple.
-
-
-
- Initializes a new instance of the class.
-
- The value of the first component of the tuple.
- The value of the second component of the tuple.
- The value of the third component of the tuple.
- The value of the fourth component of the tuple.
- The value of the fifth component of the tuple.
- The value of the sixth component of the tuple.
- The value of the seventh component of the tuple.
-
-
-
- Returns a value that indicates whether the current tuple object is equal to a specified object.
-
- The object to compare with this instance.
- true if the current instance is equal to the specified object; otherwise, false.
-
-
-
- Calculates the hash code for the current tuple object.
-
- A 32-bit signed integer hash code.
-
-
-
- Returns a string that represents the value of this tuple instance.
-
- The string representation of this tuple object.
-
-
-
- Gets the value of the current tuple object's first component.
-
-
- The value of the current tuple object's first component.
-
-
-
-
- Gets the value of the current tuple object's second component.
-
-
- The value of the current tuple object's second component.
-
-
-
-
- Gets the value of the current tuple object's third component.
-
-
- The value of the current tuple object's third component.
-
-
-
-
- Gets the value of the current tuple object's fourth component.
-
-
- The value of the current tuple object's fourth component.
-
-
-
-
- Gets the value of the current tuple object's fifth component.
-
-
- The value of the current tuple object's fifth component.
-
-
-
-
- Gets the value of the current tuple object's sixth component.
-
-
- The value of the current tuple object's sixth component.
-
-
-
-
- Gets the value of the current tuple object's seventh component.
-
-
- The value of the current tuple object's seventh component.
-
-
-
-
- Represents an n-tuple, where n is 8 or greater.
-
- The type of the first component of the tuple.
- The type of the second component of the tuple.
- The type of the third component of the tuple.
- The type of the fourth component of the tuple.
- The type of the fifth component of the tuple.
- The type of the sixth component of the tuple.
- The type of the seventh component of the tuple.
- Any generic Tuple object that defines the types of the tuple's remaining components.
-
-
-
- Initializes a new instance of the class.
-
- The value of the first component of the tuple.
- The value of the second component of the tuple.
- The value of the third component of the tuple.
- The value of the fourth component of the tuple.
- The value of the fifth component of the tuple.
- The value of the sixth component of the tuple.
- The value of the seventh component of the tuple.
- Any generic Tuple object that contains the values of the tuple's remaining components.
-
- rest is not a generic Tuple object.
-
-
-
-
- Returns a value that indicates whether the current tuple object is equal to a specified object.
-
- The object to compare with this instance.
- true if the current instance is equal to the specified object; otherwise, false.
-
-
-
- Calculates the hash code for the current tuple object.
-
- A 32-bit signed integer hash code.
-
-
-
- Returns a string that represents the value of this tuple instance.
-
- The string representation of this tuple object.
-
-
-
- Gets the value of the current tuple object's first component.
-
-
- The value of the current tuple object's first component.
-
-
-
-
- Gets the value of the current tuple object's second component.
-
-
- The value of the current tuple object's second component.
-
-
-
-
- Gets the value of the current tuple object's third component.
-
-
- The value of the current tuple object's third component.
-
-
-
-
- Gets the value of the current tuple object's fourth component.
-
-
- The value of the current tuple object's fourth component.
-
-
-
-
- Gets the value of the current tuple object's fifth component.
-
-
- The value of the current tuple object's fifth component.
-
-
-
-
- Gets the value of the current tuple object's sixth component.
-
-
- The value of the current tuple object's sixth component.
-
-
-
-
- Gets the value of the current tuple object's seventh component.
-
-
- The value of the current tuple object's seventh component.
-
-
-
-
- Gets the current tuple object's remaining components.
-
-
- The value of the current tuple object's remaining components.
-
-
-
-
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl4+win8+wp71+wpa81/System.Threading.Tasks.dll b/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl4+win8+wp71+wpa81/System.Threading.Tasks.dll
deleted file mode 100644
index 03d08ad..0000000
Binary files a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl4+win8+wp71+wpa81/System.Threading.Tasks.dll and /dev/null differ
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl4+win8+wp71+wpa81/System.Threading.Tasks.xml b/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl4+win8+wp71+wpa81/System.Threading.Tasks.xml
deleted file mode 100644
index 6c77012..0000000
--- a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl4+win8+wp71+wpa81/System.Threading.Tasks.xml
+++ /dev/null
@@ -1,8969 +0,0 @@
-
-
-
- System.Threading.Tasks
-
-
-
- Represents one or more errors that occur during application execution.
-
- is used to consolidate multiple failures into a single, throwable
- exception object.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class with
- a specified error message.
-
- The error message that explains the reason for the exception.
-
-
-
- Initializes a new instance of the class with a specified error
- message and a reference to the inner exception that is the cause of this exception.
-
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception.
- The argument
- is null.
-
-
-
- Initializes a new instance of the class with
- references to the inner exceptions that are the cause of this exception.
-
- The exceptions that are the cause of the current exception.
- The argument
- is null.
- An element of is
- null.
-
-
-
- Initializes a new instance of the class with
- references to the inner exceptions that are the cause of this exception.
-
- The exceptions that are the cause of the current exception.
- The argument
- is null.
- An element of is
- null.
-
-
-
- Initializes a new instance of the class with a specified error
- message and references to the inner exceptions that are the cause of this exception.
-
- The error message that explains the reason for the exception.
- The exceptions that are the cause of the current exception.
- The argument
- is null.
- An element of is
- null.
-
-
-
- Initializes a new instance of the class with a specified error
- message and references to the inner exceptions that are the cause of this exception.
-
- The error message that explains the reason for the exception.
- The exceptions that are the cause of the current exception.
- The argument
- is null.
- An element of is
- null.
-
-
-
- Allocates a new aggregate exception with the specified message and list of inner exceptions.
-
- The error message that explains the reason for the exception.
- The exceptions that are the cause of the current exception.
- The argument
- is null.
- An element of is
- null.
-
-
-
- Returns the that is the root cause of this exception.
-
-
-
-
- Invokes a handler on each contained by this .
-
- The predicate to execute for each exception. The predicate accepts as an
- argument the to be processed and returns a Boolean to indicate
- whether the exception was handled.
-
- Each invocation of the returns true or false to indicate whether the
- was handled. After all invocations, if any exceptions went
- unhandled, all unhandled exceptions will be put into a new
- which will be thrown. Otherwise, the method simply returns. If any
- invocations of the throws an exception, it will halt the processing
- of any more exceptions and immediately propagate the thrown exception as-is.
-
- An exception contained by this was not handled.
- The argument is
- null.
-
-
-
- Flattens an instances into a single, new instance.
-
- A new, flattened .
-
- If any inner exceptions are themselves instances of
- , this method will recursively flatten all of them. The
- inner exceptions returned in the new
- will be the union of all of the the inner exceptions from exception tree rooted at the provided
- instance.
-
-
-
-
- Creates and returns a string representation of the current .
-
- A string representation of the current exception.
-
-
-
- Gets a read-only collection of the instances that caused the
- current exception.
-
-
-
-
- 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 One or more errors occurred..
-
-
-
-
- Looks up a localized string similar to An element of innerExceptions was null..
-
-
-
-
- Looks up a localized string similar to {0}{1}---> (Inner Exception #{2}) {3}{4}{5}.
-
-
-
-
- Looks up a localized string similar to No tokens were supplied..
-
-
-
-
- Looks up a localized string similar to The CancellationTokenSource associated with this CancellationToken has been disposed..
-
-
-
-
- Looks up a localized string similar to The CancellationTokenSource has been disposed..
-
-
-
-
- Looks up a localized string similar to The SyncRoot property may not be used for the synchronization of concurrent collections..
-
-
-
-
- Looks up a localized string similar to The array is multidimensional, or the type parameter for the set cannot be cast automatically to the type of the destination array..
-
-
-
-
- Looks up a localized string similar to The index is equal to or greater than the length of the array, or the number of elements in the dictionary is greater than the available space from index to the end of the destination array..
-
-
-
-
- Looks up a localized string similar to The capacity argument must be greater than or equal to zero..
-
-
-
-
- Looks up a localized string similar to The concurrencyLevel argument must be positive..
-
-
-
-
- Looks up a localized string similar to The index argument is less than zero..
-
-
-
-
- Looks up a localized string similar to TKey is a reference type and item.Key is null..
-
-
-
-
- Looks up a localized string similar to The key already existed in the dictionary..
-
-
-
-
- Looks up a localized string similar to The source argument contains duplicate keys..
-
-
-
-
- Looks up a localized string similar to The key was of an incorrect type for this dictionary..
-
-
-
-
- Looks up a localized string similar to The value was of an incorrect type for this dictionary..
-
-
-
-
- Looks up a localized string similar to The lazily-initialized type does not have a public, parameterless constructor..
-
-
-
-
- Looks up a localized string similar to ValueFactory returned null..
-
-
-
-
- Looks up a localized string similar to The spinCount argument must be in the range 0 to {0}, inclusive..
-
-
-
-
- Looks up a localized string similar to There are too many threads currently waiting on the event. A maximum of {0} waiting threads are supported..
-
-
-
-
- Looks up a localized string similar to The event has been disposed..
-
-
-
-
- Looks up a localized string similar to The operation was canceled..
-
-
-
-
- Looks up a localized string similar to The condition argument is null..
-
-
-
-
- Looks up a localized string similar to The timeout must represent a value between -1 and Int32.MaxValue, inclusive..
-
-
-
-
- Looks up a localized string similar to The specified TaskContinuationOptions combined LongRunning and ExecuteSynchronously. Synchronous continuations should not be long running..
-
-
-
-
- Looks up a localized string similar to The specified TaskContinuationOptions excluded all continuation kinds..
-
-
-
-
- Looks up a localized string similar to (Internal)An attempt was made to create a LongRunning SelfReplicating task..
-
-
-
-
- Looks up a localized string similar to The value needs to translate in milliseconds to -1 (signifying an infinite timeout), 0 or a positive integer less than or equal to Int32.MaxValue..
-
-
-
-
- Looks up a localized string similar to The value needs to be either -1 (signifying an infinite timeout), 0 or a positive integer..
-
-
-
-
- Looks up a localized string similar to A task may only be disposed if it is in a completion state (RanToCompletion, Faulted or Canceled)..
-
-
-
-
- Looks up a localized string similar to It is invalid to specify TaskCreationOptions.LongRunning in calls to FromAsync..
-
-
-
-
- Looks up a localized string similar to It is invalid to specify TaskCreationOptions.PreferFairness in calls to FromAsync..
-
-
-
-
- Looks up a localized string similar to It is invalid to specify TaskCreationOptions.SelfReplicating in calls to FromAsync..
-
-
-
-
- Looks up a localized string similar to FromAsync was called with a TaskManager that had already shut down..
-
-
-
-
- Looks up a localized string similar to The tasks argument contains no tasks..
-
-
-
-
- Looks up a localized string similar to It is invalid to exclude specific continuation kinds for continuations off of multiple tasks..
-
-
-
-
- Looks up a localized string similar to The tasks argument included a null value..
-
-
-
-
- Looks up a localized string similar to RunSynchronously may not be called on a task that was already started..
-
-
-
-
- Looks up a localized string similar to RunSynchronously may not be called on a continuation task..
-
-
-
-
- Looks up a localized string similar to RunSynchronously may not be called on a task not bound to a delegate, such as the task returned from an asynchronous method..
-
-
-
-
- Looks up a localized string similar to RunSynchronously may not be called on a task that has already completed..
-
-
-
-
- Looks up a localized string similar to Start may not be called on a task that was already started..
-
-
-
-
- Looks up a localized string similar to Start may not be called on a continuation task..
-
-
-
-
- Looks up a localized string similar to Start may not be called on a task with null action..
-
-
-
-
- Looks up a localized string similar to Start may not be called on a promise-style task..
-
-
-
-
- Looks up a localized string similar to Start may not be called on a task that has completed..
-
-
-
-
- Looks up a localized string similar to The task has been disposed..
-
-
-
-
- Looks up a localized string similar to The tasks array included at least one null element..
-
-
-
-
- Looks up a localized string similar to The awaited task has not yet completed..
-
-
-
-
- Looks up a localized string similar to A task was canceled..
-
-
-
-
- Looks up a localized string similar to The exceptions collection was empty..
-
-
-
-
- Looks up a localized string similar to The exceptions collection included at least one null element..
-
-
-
-
- Looks up a localized string similar to A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread..
-
-
-
-
- Looks up a localized string similar to (Internal)Expected an Exception or an IEnumerable<Exception>.
-
-
-
-
- Looks up a localized string similar to ExecuteTask may not be called for a task which was already executed..
-
-
-
-
- Looks up a localized string similar to ExecuteTask may not be called for a task which was previously queued to a different TaskScheduler..
-
-
-
-
- Looks up a localized string similar to The current SynchronizationContext may not be used as a TaskScheduler..
-
-
-
-
- Looks up a localized string similar to The TryExecuteTaskInline call to the underlying scheduler succeeded, but the task body was not invoked..
-
-
-
-
- Looks up a localized string similar to An exception was thrown by a TaskScheduler..
-
-
-
-
- Looks up a localized string similar to It is invalid to specify TaskCreationOptions.SelfReplicating for a Task<TResult>..
-
-
-
-
- Looks up a localized string similar to {Not yet computed}.
-
-
-
-
- Looks up a localized string similar to A task's Exception may only be set directly if the task was created without a function..
-
-
-
-
- Looks up a localized string similar to An attempt was made to transition a task to a final state when it had already completed..
-
-
-
-
- Represents a thread-safe collection of keys and values.
-
- The type of the keys in the dictionary.
- The type of the values in the dictionary.
-
- All public and protected members of are thread-safe and may be used
- concurrently from multiple threads.
-
-
-
-
- Initializes a new instance of the
- class that is empty, has the default concurrency level, has the default initial capacity, and
- uses the default comparer for the key type.
-
-
-
-
- Initializes a new instance of the
- class that is empty, has the specified concurrency level and capacity, and uses the default
- comparer for the key type.
-
- The estimated number of threads that will update the
- concurrently.
- The initial number of elements that the
- can contain.
- is
- less than 1.
- is less than
- 0.
-
-
-
- Initializes a new instance of the
- class that contains elements copied from the specified , has the default concurrency
- level, has the default initial capacity, and uses the default comparer for the key type.
-
- The whose elements are copied to
- the new
- .
- is a null reference
- (Nothing in Visual Basic).
- contains one or more
- duplicate keys.
-
-
-
- Initializes a new instance of the
- class that is empty, has the specified concurrency level and capacity, and uses the specified
- .
-
- The
- implementation to use when comparing keys.
- is a null reference
- (Nothing in Visual Basic).
-
-
-
- Initializes a new instance of the
- class that contains elements copied from the specified , has the default concurrency level, has the default
- initial capacity, and uses the specified
- .
-
- The whose elements are copied to
- the new
- .
- The
- implementation to use when comparing keys.
- is a null reference
- (Nothing in Visual Basic). -or-
- is a null reference (Nothing in Visual Basic).
-
-
-
-
- Initializes a new instance of the
- class that contains elements copied from the specified ,
- has the specified concurrency level, has the specified initial capacity, and uses the specified
- .
-
- The estimated number of threads that will update the
- concurrently.
- The whose elements are copied to the new
- .
- The implementation to use
- when comparing keys.
-
- is a null reference (Nothing in Visual Basic).
- -or-
- is a null reference (Nothing in Visual Basic).
-
-
- is less than 1.
-
- contains one or more duplicate keys.
-
-
-
- Initializes a new instance of the
- class that is empty, has the specified concurrency level, has the specified initial capacity, and
- uses the specified .
-
- The estimated number of threads that will update the
- concurrently.
- The initial number of elements that the
- can contain.
- The
- implementation to use when comparing keys.
-
- is less than 1. -or-
- is less than 0.
-
- is a null reference
- (Nothing in Visual Basic).
-
-
-
- Attempts to add the specified key and value to the .
-
- The key of the element to add.
- The value of the element to add. The value can be a null reference (Nothing
- in Visual Basic) for reference types.
- true if the key/value pair was added to the
- successfully; otherwise, false.
- is null reference
- (Nothing in Visual Basic).
- The
- contains too many elements.
-
-
-
- Determines whether the contains the specified
- key.
-
- The key to locate in the .
- true if the contains an element with
- the specified key; otherwise, false.
- is a null reference
- (Nothing in Visual Basic).
-
-
-
- Attempts to remove and return the the value with the specified key from the
- .
-
- The key of the element to remove and return.
- When this method returns, contains the object removed from the
- or the default value of
- if the operation failed.
- true if an object was removed successfully; otherwise, false.
- is a null reference
- (Nothing in Visual Basic).
-
-
-
- Removes the specified key from the dictionary if it exists and returns its associated value.
- If matchValue flag is set, the key will be removed only if is associated with a particular
- value.
-
- The key to search for and remove if it exists.
- The variable into which the removed value, if found, is stored.
- Whether removal of the key is conditional on its value.
- The conditional value to compare against if is true
-
-
-
-
- Attempts to get the value associated with the specified key from the .
-
- The key of the value to get.
- When this method returns, contains the object from
- the
- with the spedified key or the default value of
- , if the operation failed.
- true if the key was found in the ;
- otherwise, false.
- is a null reference
- (Nothing in Visual Basic).
-
-
-
- Compares the existing value for the specified key with a specified value, and if they’re equal,
- updates the key with a third value.
-
- The key whose value is compared with and
- possibly replaced.
- The value that replaces the value of the element with if the comparison results in equality.
- The value that is compared to the value of the element with
- .
- true if the value with was equal to and replaced with ; otherwise,
- false.
- is a null
- reference.
-
-
-
- Removes all keys and values from the .
-
-
-
-
- Copies the elements of the to an array of
- type , starting at the
- specified array index.
-
- The one-dimensional array of type
- that is the destination of the elements copied from the . The array must have zero-based indexing.
- The zero-based index in at which copying
- begins.
- is a null reference
- (Nothing in Visual Basic).
- is less than
- 0.
- is equal to or greater than
- the length of the . -or- The number of elements in the source
- is greater than the available space from to the end of the destination
- .
-
-
-
- Copies the key and value pairs stored in the to a
- new array.
-
- A new array containing a snapshot of key and value pairs copied from the .
-
-
-
- Copy dictionary contents to an array - shared implementation between ToArray and CopyTo.
-
- Important: the caller must hold all locks in m_locks before calling CopyToPairs.
-
-
-
-
- Copy dictionary contents to an array - shared implementation between ToArray and CopyTo.
-
- Important: the caller must hold all locks in m_locks before calling CopyToEntries.
-
-
-
-
- Copy dictionary contents to an array - shared implementation between ToArray and CopyTo.
-
- Important: the caller must hold all locks in m_locks before calling CopyToObjects.
-
-
-
- Returns an enumerator that iterates through the .
- An enumerator for the .
-
- The enumerator returned from the dictionary is safe to use concurrently with
- reads and writes to the dictionary, however it does not represent a moment-in-time snapshot
- of the dictionary. The contents exposed through the enumerator may contain modifications
- made to the dictionary after was called.
-
-
-
-
- Shared internal implementation for inserts and updates.
- If key exists, we always return false; and if updateIfExists == true we force update with value;
- If key doesn't exist, we always add value and return true;
-
-
-
-
- Adds a key/value pair to the
- if the key does not already exist.
-
- The key of the element to add.
- The function used to generate a value for the key
- is a null reference
- (Nothing in Visual Basic).
- is a null reference
- (Nothing in Visual Basic).
- The dictionary contains too many
- elements.
- The value for the key. This will be either the existing value for the key if the
- key is already in the dictionary, or the new value for the key as returned by valueFactory
- if the key was not in the dictionary.
-
-
-
- Adds a key/value pair to the
- if the key does not already exist.
-
- The key of the element to add.
- the value to be added, if the key does not already exist
- is a null reference
- (Nothing in Visual Basic).
- The dictionary contains too many
- elements.
- The value for the key. This will be either the existing value for the key if the
- key is already in the dictionary, or the new value if the key was not in the dictionary.
-
-
-
- Adds a key/value pair to the if the key does not already
- exist, or updates a key/value pair in the if the key
- already exists.
-
- The key to be added or whose value should be updated
- The function used to generate a value for an absent key
- The function used to generate a new value for an existing key
- based on the key's existing value
- is a null reference
- (Nothing in Visual Basic).
- is a null reference
- (Nothing in Visual Basic).
- is a null reference
- (Nothing in Visual Basic).
- The dictionary contains too many
- elements.
- The new value for the key. This will be either be the result of addValueFactory (if the key was
- absent) or the result of updateValueFactory (if the key was present).
-
-
-
- Adds a key/value pair to the if the key does not already
- exist, or updates a key/value pair in the if the key
- already exists.
-
- The key to be added or whose value should be updated
- The value to be added for an absent key
- The function used to generate a new value for an existing key based on
- the key's existing value
- is a null reference
- (Nothing in Visual Basic).
- is a null reference
- (Nothing in Visual Basic).
- The dictionary contains too many
- elements.
- The new value for the key. This will be either be the result of addValueFactory (if the key was
- absent) or the result of updateValueFactory (if the key was present).
-
-
-
- Adds the specified key and value to the .
-
- The object to use as the key of the element to add.
- The object to use as the value of the element to add.
- is a null reference
- (Nothing in Visual Basic).
- The dictionary contains too many
- elements.
-
- An element with the same key already exists in the .
-
-
-
- Removes the element with the specified key from the .
-
- The key of the element to remove.
- true if the element is successfully remove; otherwise false. This method also returns
- false if
- was not found in the original .
-
- is a null reference
- (Nothing in Visual Basic).
-
-
-
- Adds the specified value to the
- with the specified key.
-
- The
- structure representing the key and value to add to the .
- The of is null.
- The
- contains too many elements.
- An element with the same key already exists in the
-
-
-
-
- Determines whether the
- contains a specific key and value.
-
- The
- structure to locate in the .
- true if the is found in the ; otherwise, false.
-
-
-
- Removes a key and value from the dictionary.
-
- The
- structure representing the key and value to remove from the .
- true if the key and value represented by is successfully
- found and removed; otherwise, false.
- The Key property of is a null reference (Nothing in Visual Basic).
-
-
- Returns an enumerator that iterates through the .
- An enumerator for the .
-
- The enumerator returned from the dictionary is safe to use concurrently with
- reads and writes to the dictionary, however it does not represent a moment-in-time snapshot
- of the dictionary. The contents exposed through the enumerator may contain modifications
- made to the dictionary after was called.
-
-
-
-
- Adds the specified key and value to the dictionary.
-
- The object to use as the key.
- The object to use as the value.
- is a null reference
- (Nothing in Visual Basic).
- The dictionary contains too many
- elements.
-
- is of a type that is not assignable to the key type of the . -or-
- is of a type that is not assignable to ,
- the type of values in the .
- -or- A value with the same key already exists in the .
-
-
-
-
- Gets whether the contains an
- element with the specified key.
-
- The key to locate in the .
- true if the contains
- an element with the specified key; otherwise, false.
- is a null reference
- (Nothing in Visual Basic).
-
-
- Provides an for the
- .
- An for the .
-
-
-
- Removes the element with the specified key from the .
-
- The key of the element to remove.
- is a null reference
- (Nothing in Visual Basic).
-
-
-
- Copies the elements of the to an array, starting
- at the specified array index.
-
- The one-dimensional array that is the destination of the elements copied from
- the . The array must have zero-based
- indexing.
- The zero-based index in at which copying
- begins.
- is a null reference
- (Nothing in Visual Basic).
- is less than
- 0.
- is equal to or greater than
- the length of the . -or- The number of elements in the source
- is greater than the available space from to the end of the destination
- .
-
-
-
- Replaces the internal table with a larger one. To prevent multiple threads from resizing the
- table as a result of races, the table of buckets that was deemed too small is passed in as
- an argument to GrowTable(). GrowTable() obtains a lock, and then checks whether the bucket
- table has been replaced in the meantime or not.
-
- Reference to the bucket table that was deemed too small.
-
-
-
- Computes the bucket and lock number for a particular key.
-
-
-
-
- Acquires all locks for this hash table, and increments locksAcquired by the number
- of locks that were successfully acquired. The locks are acquired in an increasing
- order.
-
-
-
-
- Acquires a contiguous range of locks for this hash table, and increments locksAcquired
- by the number of locks that were successfully acquired. The locks are acquired in an
- increasing order.
-
-
-
-
- Releases a contiguous range of locks.
-
-
-
-
- Gets a collection containing the keys in the dictionary.
-
-
-
-
- Gets a collection containing the values in the dictionary.
-
-
-
-
- A helper method for asserts.
-
-
-
-
- Get the data array to be serialized
-
-
-
-
- Construct the dictionary from a previously seiralized one
-
-
-
-
- Gets or sets the value associated with the specified key.
-
- The key of the value to get or set.
- The value associated with the specified key. If the specified key is not found, a get
- operation throws a
- , and a set operation creates a new
- element with the specified key.
- is a null reference
- (Nothing in Visual Basic).
- The property is retrieved and
-
- does not exist in the collection.
-
-
-
- Gets the number of key/value pairs contained in the .
-
- The dictionary contains too many
- elements.
- The number of key/value paris contained in the .
- Count has snapshot semantics and represents the number of items in the
- at the moment when Count was accessed.
-
-
-
- Gets a value that indicates whether the is empty.
-
- true if the is empty; otherwise,
- false.
-
-
-
- Gets a collection containing the keys in the .
-
- An containing the keys in the
- .
-
-
-
- Gets a collection containing the values in the .
-
- An containing the values in
- the
- .
-
-
-
- Gets a value indicating whether the dictionary is read-only.
-
- true if the is
- read-only; otherwise, false. For , this property always returns
- false.
-
-
-
- Gets a value indicating whether the has a fixed size.
-
- true if the has a
- fixed size; otherwise, false. For , this property always
- returns false.
-
-
-
- Gets a value indicating whether the is read-only.
-
- true if the is
- read-only; otherwise, false. For , this property always
- returns false.
-
-
-
- Gets an containing the keys of the .
-
- An containing the keys of the .
-
-
-
- Gets an containing the values in the .
-
- An containing the values in the .
-
-
-
- Gets or sets the value associated with the specified key.
-
- The key of the value to get or set.
- The value associated with the specified key, or a null reference (Nothing in Visual Basic)
- if is not in the dictionary or is of a type that is
- not assignable to the key type of the .
- is a null reference
- (Nothing in Visual Basic).
-
- A value is being assigned, and is of a type that is not assignable to the
- key type of the . -or- A value is being
- assigned, and is of a type that is not assignable to the value type
- of the
-
-
-
-
- Gets a value indicating whether access to the is
- synchronized with the SyncRoot.
-
- true if access to the is synchronized
- (thread safe); otherwise, false. For , this property always
- returns false.
-
-
-
- Gets an object that can be used to synchronize access to the . This property is not supported.
-
- The SyncRoot property is not supported.
-
-
-
- The number of concurrent writes for which to optimize by default.
-
-
-
-
- A node in a singly-linked list representing a particular hash table bucket.
-
-
-
-
- A private class to represent enumeration over the dictionary that implements the
- IDictionaryEnumerator interface.
-
-
-
- Throws the exception on the ThreadPool.
- The exception to propagate.
- The target context on which to propagate the exception. Null to use the ThreadPool.
-
-
- Copies the exception's stack trace so its stack trace isn't overwritten.
- The exception to prepare.
-
-
-
- Provides a builder for asynchronous methods that return .
- This type is intended for compiler use only.
-
-
- AsyncTaskMethodBuilder is a value type, and thus it is copied by value.
- Prior to being copied, one of its Task, SetResult, or SetException members must be accessed,
- or else the copies may end up building distinct Task instances.
-
-
-
- Represents an asynchronous method builder.
-
-
- A cached VoidTaskResult task used for builders that complete synchronously.
-
-
- The generic builder object to which this non-generic instance delegates.
-
-
- Initializes a new .
- The initialized .
-
-
- Initiates the builder's execution with the associated state machine.
- Specifies the type of the state machine.
- The state machine instance, passed by reference.
-
-
- Associates the builder with the state machine it represents.
- The heap-allocated state machine object.
- The argument was null (Nothing in Visual Basic).
- The builder is incorrectly initialized.
-
-
- Perform any initialization necessary prior to lifting the builder to the heap.
-
-
-
- Schedules the specified state machine to be pushed forward when the specified awaiter completes.
-
- Specifies the type of the awaiter.
- Specifies the type of the state machine.
- The awaiter.
- The state machine.
-
-
-
- Schedules the specified state machine to be pushed forward when the specified awaiter completes.
-
- Specifies the type of the awaiter.
- Specifies the type of the state machine.
- The awaiter.
- The state machine.
-
-
-
- Completes the in the
- RanToCompletion state.
-
- The builder is not initialized.
- The task has already completed.
-
-
-
- Completes the in the
- Faulted state with the specified exception.
-
- The to use to fault the task.
- The argument is null (Nothing in Visual Basic).
- The builder is not initialized.
- The task has already completed.
-
-
-
- Called by the debugger to request notification when the first wait operation
- (await, Wait, Result, etc.) on this builder's task completes.
-
-
- true to enable notification; false to disable a previously set notification.
-
-
-
- Gets the for this builder.
- The representing the builder's asynchronous operation.
- The builder is not initialized.
-
-
-
- Gets an object that may be used to uniquely identify this builder to the debugger.
-
-
- This property lazily instantiates the ID in a non-thread-safe manner.
- It must only be used by the debugger, and only in a single-threaded manner
- when no other threads are in the middle of accessing this property or this.Task.
-
-
-
- Holds state related to the builder's IAsyncStateMachine.
- This is a mutable struct. Be very delicate with it.
-
-
- A reference to the heap-allocated state machine object associated with this builder.
-
-
- Initiates the builder's execution with the associated state machine.
- Specifies the type of the state machine.
- The state machine instance, passed by reference.
- The argument is null (Nothing in Visual Basic).
-
-
- Associates the builder with the state machine it represents.
- The heap-allocated state machine object.
- The argument was null (Nothing in Visual Basic).
- The builder is incorrectly initialized.
-
-
-
- Gets the Action to use with an awaiter's OnCompleted or UnsafeOnCompleted method.
- On first invocation, the supplied state machine will be boxed.
-
- Specifies the type of the method builder used.
- Specifies the type of the state machine used.
- The builder.
- The state machine.
- An Action to provide to the awaiter.
-
-
- Provides the ability to invoke a state machine's MoveNext method under a supplied ExecutionContext.
-
-
- The context with which to run MoveNext.
-
-
- The state machine whose MoveNext method should be invoked.
-
-
- Initializes the runner.
- The context with which to run MoveNext.
-
-
- Invokes MoveNext under the provided context.
-
-
- Cached delegate used with ExecutionContext.Run.
-
-
- Invokes the MoveNext method on the supplied IAsyncStateMachine.
- The IAsyncStateMachine machine instance.
-
-
-
- Provides a builder for asynchronous methods that return void.
- This type is intended for compiler use only.
-
-
-
- The synchronization context associated with this operation.
-
-
- State related to the IAsyncStateMachine.
-
-
- An object used by the debugger to uniquely identify this builder. Lazily initialized.
-
-
- Temporary support for disabling crashing if tasks go unobserved.
-
-
- Registers with UnobservedTaskException to suppress exception crashing.
-
-
- Non-zero if PreventUnobservedTaskExceptions has already been invoked.
-
-
- Initializes a new .
- The initialized .
-
-
- Initializes the .
- The synchronizationContext associated with this operation. This may be null.
-
-
- Initiates the builder's execution with the associated state machine.
- Specifies the type of the state machine.
- The state machine instance, passed by reference.
- The argument was null (Nothing in Visual Basic).
-
-
- Associates the builder with the state machine it represents.
- The heap-allocated state machine object.
- The argument was null (Nothing in Visual Basic).
- The builder is incorrectly initialized.
-
-
- Perform any initialization necessary prior to lifting the builder to the heap.
-
-
-
- Schedules the specified state machine to be pushed forward when the specified awaiter completes.
-
- Specifies the type of the awaiter.
- Specifies the type of the state machine.
- The awaiter.
- The state machine.
-
-
-
- Schedules the specified state machine to be pushed forward when the specified awaiter completes.
-
- Specifies the type of the awaiter.
- Specifies the type of the state machine.
- The awaiter.
- The state machine.
-
-
- Completes the method builder successfully.
-
-
- Faults the method builder with an exception.
- The exception that is the cause of this fault.
- The argument is null (Nothing in Visual Basic).
- The builder is not initialized.
-
-
- Notifies the current synchronization context that the operation completed.
-
-
-
- Gets an object that may be used to uniquely identify this builder to the debugger.
-
-
- This property lazily instantiates the ID in a non-thread-safe manner.
- It must only be used by the debugger and only in a single-threaded manner.
-
-
-
-
- Provides a builder for asynchronous methods that return .
- This type is intended for compiler use only.
-
-
- AsyncTaskMethodBuilder{TResult} is a value type, and thus it is copied by value.
- Prior to being copied, one of its Task, SetResult, or SetException members must be accessed,
- or else the copies may end up building distinct Task instances.
-
-
-
- A cached task for default(TResult).
-
-
- State related to the IAsyncStateMachine.
-
-
- The lazily-initialized task.
- Must be named m_task for debugger step-over to work correctly.
-
-
- The lazily-initialized task completion source.
-
-
- Temporary support for disabling crashing if tasks go unobserved.
-
-
- Initializes a new .
- The initialized .
-
-
- Initiates the builder's execution with the associated state machine.
- Specifies the type of the state machine.
- The state machine instance, passed by reference.
-
-
- Associates the builder with the state machine it represents.
- The heap-allocated state machine object.
- The argument was null (Nothing in Visual Basic).
- The builder is incorrectly initialized.
-
-
- Perform any initialization necessary prior to lifting the builder to the heap.
-
-
-
- Schedules the specified state machine to be pushed forward when the specified awaiter completes.
-
- Specifies the type of the awaiter.
- Specifies the type of the state machine.
- The awaiter.
- The state machine.
-
-
-
- Schedules the specified state machine to be pushed forward when the specified awaiter completes.
-
- Specifies the type of the awaiter.
- Specifies the type of the state machine.
- The awaiter.
- The state machine.
-
-
-
- Completes the in the
- RanToCompletion state with the specified result.
-
- The result to use to complete the task.
- The task has already completed.
-
-
-
- Completes the builder by using either the supplied completed task, or by completing
- the builder's previously accessed task using default(TResult).
-
- A task already completed with the value default(TResult).
- The task has already completed.
-
-
-
- Completes the in the
- Faulted state with the specified exception.
-
- The to use to fault the task.
- The argument is null (Nothing in Visual Basic).
- The task has already completed.
-
-
-
- Called by the debugger to request notification when the first wait operation
- (await, Wait, Result, etc.) on this builder's task completes.
-
-
- true to enable notification; false to disable a previously set notification.
-
-
- This should only be invoked from within an asynchronous method,
- and only by the debugger.
-
-
-
-
- Gets a task for the specified result. This will either
- be a cached or new task, never null.
-
- The result for which we need a task.
- The completed task containing the result.
-
-
- Gets the lazily-initialized TaskCompletionSource.
-
-
- Gets the for this builder.
- The representing the builder's asynchronous operation.
-
-
-
- Gets an object that may be used to uniquely identify this builder to the debugger.
-
-
- This property lazily instantiates the ID in a non-thread-safe manner.
- It must only be used by the debugger, and only in a single-threaded manner
- when no other threads are in the middle of accessing this property or this.Task.
-
-
-
- Provides a base class used to cache tasks of a specific return type.
- Specifies the type of results the cached tasks return.
-
-
-
- A singleton cache for this result type.
- This may be null if there are no cached tasks for this TResult.
-
-
-
- Creates a non-disposable task.
- The result for the task.
- The cacheable task.
-
-
- Creates a cache.
- A task cache for this result type.
-
-
- Gets a cached task if one exists.
- The result for which we want a cached task.
- A cached task if one exists; otherwise, null.
-
-
- Provides a cache for Boolean tasks.
-
-
- A true task.
-
-
- A false task.
-
-
- Gets a cached task for the Boolean result.
- true or false
- A cached task for the Boolean result.
-
-
- Provides a cache for zero Int32 tasks.
-
-
- The minimum value, inclusive, for which we want a cached task.
-
-
- The maximum value, exclusive, for which we want a cached task.
-
-
- The cache of Task{Int32}.
-
-
- Creates an array of cached tasks for the values in the range [INCLUSIVE_MIN,EXCLUSIVE_MAX).
-
-
- Gets a cached task for the zero Int32 result.
- The integer value
- A cached task for the Int32 result or null if not cached.
-
-
-
- Represents state machines generated for asynchronous methods.
- This type is intended for compiler use only.
-
-
-
- Moves the state machine to its next state.
-
-
- Configures the state machine with a heap-allocated replica.
- The heap-allocated replica.
-
-
-
- Represents an awaiter used to schedule continuations when an await operation completes.
-
-
-
-
- Represents an operation that will schedule continuations when the operation completes.
-
-
-
- Schedules the continuation action to be invoked when the instance completes.
- The action to invoke when the operation completes.
- The argument is null (Nothing in Visual Basic).
-
-
- Schedules the continuation action to be invoked when the instance completes.
- The action to invoke when the operation completes.
- The argument is null (Nothing in Visual Basic).
- Unlike OnCompleted, UnsafeOnCompleted need not propagate ExecutionContext information.
-
-
- Used with Task(of void)
-
-
-
- An interface similar to the one added in .NET 4.0.
-
-
-
- The exception that is thrown in a thread upon cancellation of an operation that the thread was executing.
-
-
- Initializes the exception.
-
-
- Initializes the exception.
- The error message that explains the reason for the exception.
-
-
- Initializes the exception.
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception.
-
-
- Initializes the exception.
- A cancellation token associated with the operation that was canceled.
-
-
- Initializes the exception.
- The error message that explains the reason for the exception.
- A cancellation token associated with the operation that was canceled.
-
-
- Initializes the exception.
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception.
- A cancellation token associated with the operation that was canceled.
-
-
- Gets a token associated with the operation that was canceled.
-
-
-
- A dummy replacement for the .NET internal class StackCrawlMark.
-
-
-
-
- Propogates notification that operations should be canceled.
-
-
-
- A may be created directly in an unchangeable canceled or non-canceled state
- using the CancellationToken's constructors. However, to have a CancellationToken that can change
- from a non-canceled to a canceled state,
- CancellationTokenSource must be used.
- CancellationTokenSource exposes the associated CancellationToken that may be canceled by the source through its
- Token property.
-
-
- Once canceled, a token may not transition to a non-canceled state, and a token whose
- is false will never change to one that can be canceled.
-
-
- All members of this struct are thread-safe and may be used concurrently from multiple threads.
-
-
-
-
-
- Internal constructor only a CancellationTokenSource should create a CancellationToken
-
-
-
-
- Initializes the CancellationToken.
-
-
- The canceled state for the token.
-
-
- Tokens created with this constructor will remain in the canceled state specified
- by the parameter. If is false,
- both and will be false.
- If is true,
- both and will be true.
-
-
-
-
- Registers a delegate that will be called when this CancellationToken is canceled.
-
-
-
- If this token is already in the canceled state, the
- delegate will be run immediately and synchronously. Any exception the delegate generates will be
- propogated out of this method call.
-
-
- The delegate to be executed when the CancellationToken is canceled.
- The instance that can
- be used to deregister the callback.
- is null.
- The associated CancellationTokenSource has been disposed.
-
-
-
- Registers a delegate that will be called when this
- CancellationToken is canceled.
-
-
-
- If this token is already in the canceled state, the
- delegate will be run immediately and synchronously. Any exception the delegate generates will be
- propogated out of this method call.
-
-
- The delegate to be executed when the CancellationToken is canceled.
- A Boolean value that indicates whether to capture
- the current SynchronizationContext and use it
- when invoking the .
- The instance that can
- be used to deregister the callback.
- is null.
- The associated CancellationTokenSource has been disposed.
-
-
-
- Registers a delegate that will be called when this
- CancellationToken is canceled.
-
-
-
- If this token is already in the canceled state, the
- delegate will be run immediately and synchronously. Any exception the delegate generates will be
- propogated out of this method call.
-
-
- The delegate to be executed when the CancellationToken is canceled.
- The state to pass to the when the delegate is invoked. This may be null.
- The instance that can
- be used to deregister the callback.
- is null.
- The associated CancellationTokenSource has been disposed.
-
-
-
- Registers a delegate that will be called when this
- CancellationToken is canceled.
-
-
-
- If this token is already in the canceled state, the
- delegate will be run immediately and synchronously. Any exception the delegate generates will be
- propogated out of this method call.
-
-
- The delegate to be executed when the CancellationToken is canceled.
- The state to pass to the when the delegate is invoked. This may be null.
- A Boolean value that indicates whether to capture
- the current SynchronizationContext and use it
- when invoking the .
- The instance that can
- be used to deregister the callback.
- is null.
- The associated CancellationTokenSource has been disposed.
-
-
-
- Determines whether the current CancellationToken instance is equal to the
- specified token.
-
- The other CancellationToken to which to compare this
- instance.
- True if the instances are equal; otherwise, false. Two tokens are equal if they are associated
- with the same CancellationTokenSource or if they were both constructed
- from public CancellationToken constructors and their values are equal.
-
-
-
- Determines whether the current CancellationToken instance is equal to the
- specified .
-
- The other object to which to compare this instance.
- True if is a CancellationToken
- and if the two instances are equal; otherwise, false. Two tokens are equal if they are associated
- with the same CancellationTokenSource or if they were both constructed
- from public CancellationToken constructors and their values are equal.
- An associated CancellationTokenSource has been disposed.
-
-
-
- Serves as a hash function for a CancellationToken.
-
- A hash code for the current CancellationToken instance.
-
-
-
- Determines whether two CancellationToken instances are equal.
-
- The first instance.
- The second instance.
- True if the instances are equal; otherwise, false.
- An associated CancellationTokenSource has been disposed.
-
-
-
- Determines whether two CancellationToken instances are not equal.
-
- The first instance.
- The second instance.
- True if the instances are not equal; otherwise, false.
- An associated CancellationTokenSource has been disposed.
-
-
-
- Throws a OperationCanceledException if
- this token has had cancellation requested.
-
-
- This method provides functionality equivalent to:
-
- if (token.IsCancellationRequested)
- throw new OperationCanceledException(token);
-
-
- The token has had cancellation requested.
- The associated CancellationTokenSource has been disposed.
-
-
-
- Returns an empty CancellationToken value.
-
-
- The value returned by this property will be non-cancelable by default.
-
-
-
-
- Gets whether cancellation has been requested for this token.
-
- Whether cancellation has been requested for this token.
-
-
- This property indicates whether cancellation has been requested for this token,
- either through the token initially being construted in a canceled state, or through
- calling Cancel
- on the token's associated .
-
-
- If this property is true, it only guarantees that cancellation has been requested.
- It does not guarantee that every registered handler
- has finished executing, nor that cancellation requests have finished propagating
- to all registered handlers. Additional synchronization may be required,
- particularly in situations where related objects are being canceled concurrently.
-
-
-
-
-
- Gets whether this token is capable of being in the canceled state.
-
-
- If CanBeCanceled returns false, it is guaranteed that the token will never transition
- into a canceled state, meaning that will never
- return true.
-
-
-
-
- Gets a that is signaled when the token is canceled.
-
- Accessing this property causes a WaitHandle
- to be instantiated. It is preferable to only use this property when necessary, and to then
- dispose the associated instance at the earliest opportunity (disposing
- the source will dispose of this allocated handle). The handle should not be closed or disposed directly.
-
- The associated CancellationTokenSource has been disposed.
-
-
-
- Represents a callback delegate that has been registered with a CancellationToken.
-
-
- To unregister a callback, dispose the corresponding Registration instance.
-
-
-
-
- Attempts to deregister the item. If it's already being run, this may fail.
- Entails a full memory fence.
-
- True if the callback was found and deregistered, false otherwise.
-
-
-
- Disposes of the registration and unregisters the target callback from the associated
- CancellationToken.
- If the target callback is currently executing this method will wait until it completes, except
- in the degenerate cases where a callback method deregisters itself.
-
-
-
-
- Determines whether two CancellationTokenRegistration
- instances are equal.
-
- The first instance.
- The second instance.
- True if the instances are equal; otherwise, false.
-
-
-
- Determines whether two CancellationTokenRegistration instances are not equal.
-
- The first instance.
- The second instance.
- True if the instances are not equal; otherwise, false.
-
-
-
- Determines whether the current CancellationTokenRegistration instance is equal to the
- specified .
-
- The other object to which to compare this instance.
- True, if both this and are equal. False, otherwise.
- Two CancellationTokenRegistration instances are equal if
- they both refer to the output of a single call to the same Register method of a
- CancellationToken.
-
-
-
-
- Determines whether the current CancellationToken instance is equal to the
- specified .
-
- The other CancellationTokenRegistration to which to compare this instance.
- True, if both this and are equal. False, otherwise.
- Two CancellationTokenRegistration instances are equal if
- they both refer to the output of a single call to the same Register method of a
- CancellationToken.
-
-
-
-
- Serves as a hash function for a CancellationTokenRegistration..
-
- A hash code for the current CancellationTokenRegistration instance.
-
-
-
- Signals to a that it should be canceled.
-
-
-
- is used to instantiate a
- (via the source's Token property)
- that can be handed to operations that wish to be notified of cancellation or that can be used to
- register asynchronous operations for cancellation. That token may have cancellation requested by
- calling to the source's Cancel
- method.
-
-
- All members of this class, except Dispose, are thread-safe and may be used
- concurrently from multiple threads.
-
-
-
-
- The ID of the thread currently executing the main body of CTS.Cancel()
- this helps us to know if a call to ctr.Dispose() is running 'within' a cancellation callback.
- This is updated as we move between the main thread calling cts.Cancel() and any syncContexts that are used to
- actually run the callbacks.
-
-
-
- Initializes the .
-
-
-
-
- Communicates a request for cancellation.
-
-
-
- The associated will be
- notified of the cancellation and will transition to a state where
- IsCancellationRequested returns true.
- Any callbacks or cancelable operations
- registered with the will be executed.
-
-
- Cancelable operations and callbacks registered with the token should not throw exceptions.
- However, this overload of Cancel will aggregate any exceptions thrown into a ,
- such that one callback throwing an exception will not prevent other registered callbacks from being executed.
-
-
- The that was captured when each callback was registered
- will be reestablished when the callback is invoked.
-
-
- An aggregate exception containing all the exceptions thrown
- by the registered callbacks on the associated .
- This has been disposed.
-
-
-
- Communicates a request for cancellation.
-
-
-
- The associated will be
- notified of the cancellation and will transition to a state where
- IsCancellationRequested returns true.
- Any callbacks or cancelable operations
- registered with the will be executed.
-
-
- Cancelable operations and callbacks registered with the token should not throw exceptions.
- If is true, an exception will immediately propagate out of the
- call to Cancel, preventing the remaining callbacks and cancelable operations from being processed.
- If is false, this overload will aggregate any
- exceptions thrown into a ,
- such that one callback throwing an exception will not prevent other registered callbacks from being executed.
-
-
- The that was captured when each callback was registered
- will be reestablished when the callback is invoked.
-
-
- Specifies whether exceptions should immediately propagate.
- An aggregate exception containing all the exceptions thrown
- by the registered callbacks on the associated .
- This has been disposed.
-
-
-
- Releases the resources used by this .
-
-
- This method is not thread-safe for any other concurrent calls.
-
-
-
-
- Throws an exception if the source has been disposed.
-
-
-
-
- InternalGetStaticSource()
-
- Whether the source should be set.
- A static source to be shared among multiple tokens.
-
-
-
- Registers a callback object. If cancellation has already occurred, the
- callback will have been run by the time this method returns.
-
-
-
-
-
-
-
-
-
- Invoke the Canceled event.
-
-
- The handlers are invoked synchronously in LIFO order.
-
-
-
-
- Creates a CancellationTokenSource that will be in the canceled state
- when any of the source tokens are in the canceled state.
-
- The first CancellationToken to observe.
- The second CancellationToken to observe.
- A CancellationTokenSource that is linked
- to the source tokens.
- A CancellationTokenSource associated with
- one of the source tokens has been disposed.
-
-
-
- Creates a CancellationTokenSource that will be in the canceled state
- when any of the source tokens are in the canceled state.
-
- The CancellationToken instances to observe.
- A CancellationTokenSource that is linked
- to the source tokens.
- is null.
- A CancellationTokenSource associated with
- one of the source tokens has been disposed.
-
-
-
- Gets whether cancellation has been requested for this CancellationTokenSource.
-
- Whether cancellation has been requested for this CancellationTokenSource.
-
-
- This property indicates whether cancellation has been requested for this token source, such as
- due to a call to its
- Cancel method.
-
-
- If this property returns true, it only guarantees that cancellation has been requested. It does not
- guarantee that every handler registered with the corresponding token has finished executing, nor
- that cancellation requests have finished propagating to all registered handlers. Additional
- synchronization may be required, particularly in situations where related objects are being
- canceled concurrently.
-
-
-
-
-
- A simple helper to determine whether cancellation has finished.
-
-
-
-
- A simple helper to determine whether disposal has occured.
-
-
-
-
- The ID of the thread that is running callbacks.
-
-
-
-
- Gets the CancellationToken
- associated with this .
-
- The CancellationToken
- associated with this .
- The token source has been
- disposed.
-
-
-
-
-
-
-
-
-
-
-
-
-
- The currently executing callback
-
-
-
-
- A helper class for collating the various bits of information required to execute
- cancellation callbacks.
-
-
-
-
- InternalExecuteCallbackSynchronously_GeneralPath
- This will be called on the target synchronization context, however, we still need to restore the required execution context
-
-
-
-
- A sparsely populated array. Elements can be sparse and some null, but this allows for
- lock-free additions and growth, and also for constant time removal (by nulling out).
-
- The kind of elements contained within.
-
-
-
- Allocates a new array with the given initial size.
-
- How many array slots to pre-allocate.
-
-
-
- Adds an element in the first available slot, beginning the search from the tail-to-head.
- If no slots are available, the array is grown. The method doesn't return until successful.
-
- The element to add.
- Information about where the add happened, to enable O(1) deregistration.
-
-
-
- The tail of the doubly linked list.
-
-
-
-
- A struct to hold a link to the exact spot in an array an element was inserted, enabling
- constant time removal later on.
-
-
-
-
- A fragment of a sparsely populated array, doubly linked.
-
- The kind of elements contained within.
-
-
-
- Provides lazy initialization routines.
-
-
- These routines avoid needing to allocate a dedicated, lazy-initialization instance, instead using
- references to ensure targets have been initialized as they are accessed.
-
-
-
-
- Initializes a target reference type with the type's default constructor if the target has not
- already been initialized.
-
- The refence type of the reference to be initialized.
- A reference of type to initialize if it has not
- already been initialized.
- The initialized reference of type .
- Type does not have a default
- constructor.
-
- Permissions to access the constructor of type were missing.
-
-
-
- This method may only be used on reference types. To ensure initialization of value
- types, see other overloads of EnsureInitialized.
-
-
- This method may be used concurrently by multiple threads to initialize .
- In the event that multiple threads access this method concurrently, multiple instances of
- may be created, but only one will be stored into . In such an occurrence, this method will not dispose of the
- objects that were not stored. If such objects must be disposed, it is up to the caller to determine
- if an object was not used and to then dispose of the object appropriately.
-
-
-
-
-
- Initializes a target reference type using the specified function if it has not already been
- initialized.
-
- The reference type of the reference to be initialized.
- The reference of type to initialize if it has not
- already been initialized.
- The invoked to initialize the
- reference.
- The initialized reference of type .
- Type does not have a
- default constructor.
- returned
- null.
-
-
- This method may only be used on reference types, and may
- not return a null reference (Nothing in Visual Basic). To ensure initialization of value types or
- to allow null reference types, see other overloads of EnsureInitialized.
-
-
- This method may be used concurrently by multiple threads to initialize .
- In the event that multiple threads access this method concurrently, multiple instances of
- may be created, but only one will be stored into . In such an occurrence, this method will not dispose of the
- objects that were not stored. If such objects must be disposed, it is up to the caller to determine
- if an object was not used and to then dispose of the object appropriately.
-
-
-
-
-
- Initialize the target using the given delegate (slow path).
-
- The reference type of the reference to be initialized.
- The variable that need to be initialized
- The delegate that will be executed to initialize the target
- The initialized variable
-
-
-
- Initializes a target reference or value type with its default constructor if it has not already
- been initialized.
-
- The type of the reference to be initialized.
- A reference or value of type to initialize if it
- has not already been initialized.
- A reference to a boolean that determines whether the target has already
- been initialized.
- A reference to an object used as the mutually exclusive lock for initializing
- .
- The initialized value of type .
-
-
-
- Initializes a target reference or value type with a specified function if it has not already been
- initialized.
-
- The type of the reference to be initialized.
- A reference or value of type to initialize if it
- has not already been initialized.
- A reference to a boolean that determines whether the target has already
- been initialized.
- A reference to an object used as the mutually exclusive lock for initializing
- .
- The invoked to initialize the
- reference or value.
- The initialized value of type .
-
-
-
- Ensure the target is initialized and return the value (slow path). This overload permits nulls
- and also works for value type targets. Uses the supplied function to create the value.
-
- The type of target.
- A reference to the target to be initialized.
- A reference to a location tracking whether the target has been initialized.
- A reference to a location containing a mutual exclusive lock.
-
- The to invoke in order to produce the lazily-initialized value.
-
- The initialized object.
-
-
-
- Provides a slimmed down version of .
-
-
- All public and protected members of are thread-safe and may be used
- concurrently from multiple threads, with the exception of Dispose, which
- must only be used when all other operations on the have
- completed, and Reset, which should only be used when no other threads are
- accessing the event.
-
-
-
-
- Initializes a new instance of the
- class with an initial state of nonsignaled.
-
-
-
-
- Initializes a new instance of the
- class with a Boolen value indicating whether to set the intial state to signaled.
-
- true to set the initial state signaled; false to set the initial state
- to nonsignaled.
-
-
-
- Initializes a new instance of the
- class with a Boolen value indicating whether to set the intial state to signaled and a specified
- spin count.
-
- true to set the initial state to signaled; false to set the initial state
- to nonsignaled.
- The number of spin waits that will occur before falling back to a true
- wait.
- is less than
- 0 or greater than the maximum allowed value.
-
-
-
- Initializes the internal state of the event.
-
- Whether the event is set initially or not.
- The spin count that decides when the event will block.
-
-
-
- Helper to ensure the lock object is created before first use.
-
-
-
-
- This method lazily initializes the event object. It uses CAS to guarantee that
- many threads racing to call this at once don't result in more than one event
- being stored and used. The event will be signaled or unsignaled depending on
- the state of the thin-event itself, with synchronization taken into account.
-
- True if a new event was created and stored, false otherwise.
-
-
-
- Sets the state of the event to signaled, which allows one or more threads waiting on the event to
- proceed.
-
-
-
-
- Private helper to actually perform the Set.
-
- Indicates whether we are calling Set() during cancellation.
- The object has been canceled.
-
-
-
- Sets the state of the event to nonsignaled, which causes threads to block.
-
-
- Unlike most of the members of , is not
- thread-safe and may not be used concurrently with other members of this instance.
-
-
-
-
- Blocks the current thread until the current is set.
-
-
- The maximum number of waiters has been exceeded.
-
-
- The caller of this method blocks indefinitely until the current instance is set. The caller will
- return immediately if the event is currently in a set state.
-
-
-
-
- Blocks the current thread until the current receives a signal,
- while observing a .
-
- The to
- observe.
-
- The maximum number of waiters has been exceeded.
-
- was
- canceled.
-
- The caller of this method blocks indefinitely until the current instance is set. The caller will
- return immediately if the event is currently in a set state.
-
-
-
-
- Blocks the current thread until the current is set, using a
- to measure the time interval.
-
- A that represents the number of milliseconds
- to wait, or a that represents -1 milliseconds to wait indefinitely.
-
- true if the was set; otherwise,
- false.
- is a negative
- number other than -1 milliseconds, which represents an infinite time-out -or- timeout is greater
- than .
-
- The maximum number of waiters has been exceeded.
-
-
-
-
- Blocks the current thread until the current is set, using a
- to measure the time interval, while observing a .
-
- A that represents the number of milliseconds
- to wait, or a that represents -1 milliseconds to wait indefinitely.
-
- The to
- observe.
- true if the was set; otherwise,
- false.
- is a negative
- number other than -1 milliseconds, which represents an infinite time-out -or- timeout is greater
- than .
- was canceled.
-
- The maximum number of waiters has been exceeded.
-
-
-
-
- Blocks the current thread until the current is set, using a
- 32-bit signed integer to measure the time interval.
-
- The number of milliseconds to wait, or (-1) to wait indefinitely.
- true if the was set; otherwise,
- false.
- is a
- negative number other than -1, which represents an infinite time-out.
-
- The maximum number of waiters has been exceeded.
-
-
-
-
- Blocks the current thread until the current is set, using a
- 32-bit signed integer to measure the time interval, while observing a .
-
- The number of milliseconds to wait, or (-1) to wait indefinitely.
- The to
- observe.
- true if the was set; otherwise,
- false.
- is a
- negative number other than -1, which represents an infinite time-out.
-
- The maximum number of waiters has been exceeded.
-
- was canceled.
-
-
-
- Releases all resources used by the current instance of .
-
-
- Unlike most of the members of , is not
- thread-safe and may not be used concurrently with other members of this instance.
-
-
-
-
- When overridden in a derived class, releases the unmanaged resources used by the
- , and optionally releases the managed resources.
-
- true to release both managed and unmanaged resources;
- false to release only unmanaged resources.
-
- Unlike most of the members of , is not
- thread-safe and may not be used concurrently with other members of this instance.
-
-
-
-
- Throw ObjectDisposedException if the MRES is disposed
-
-
-
-
- Private helper method to wake up waiters when a cancellationToken gets canceled.
-
-
-
-
- Private helper method for updating parts of a bit-string state value.
- Mainly called from the IsSet and Waiters properties setters
-
-
- Note: the parameter types must be int as CompareExchange cannot take a Uint
-
- The new value
- The mask used to set the bits
-
-
-
- Private helper method - performs Mask and shift, particular helpful to extract a field from a packed word.
- eg ExtractStatePortionAndShiftRight(0x12345678, 0xFF000000, 24) => 0x12, ie extracting the top 8-bits as a simple integer
-
- ?? is there a common place to put this rather than being private to MRES?
-
-
-
-
-
-
-
-
- Performs a Mask operation, but does not perform the shift.
- This is acceptable for boolean values for which the shift is unnecessary
- eg (val & Mask) != 0 is an appropriate way to extract a boolean rather than using
- ((val & Mask) >> shiftAmount) == 1
-
- ?? is there a common place to put this rather than being private to MRES?
-
-
-
-
-
-
- Helper function to measure and update the wait time
-
- The first time (in Ticks) observed when the wait started.
- The orginal wait timeoutout in milliseconds.
- The new wait time in milliseconds, -1 if the time expired, -2 if overflow in counters
- has occurred.
-
-
-
- Gets the underlying object for this .
-
- The underlying event object fore this .
-
- Accessing this property forces initialization of an underlying event object if one hasn't
- already been created. To simply wait on this ,
- the public Wait methods should be preferred.
-
-
-
-
- Gets whether the event is set.
-
- true if the event has is set; otherwise, false.
-
-
-
- Gets the number of spin waits that will be occur before falling back to a true wait.
-
-
-
-
- How many threads are waiting.
-
-
-
-
- Provides support for spin-based waiting.
-
-
-
- encapsulates common spinning logic. On single-processor machines, yields are
- always used instead of busy waits, and on computers with Intel™ processors employing Hyper-Threading™
- technology, it helps to prevent hardware thread starvation. SpinWait encapsulates a good mixture of
- spinning and true yielding.
-
-
- is a value type, which means that low-level code can utilize SpinWait without
- fear of unnecessary allocation overheads. SpinWait is not generally useful for ordinary applications.
- In most cases, you should use the synchronization classes provided by the .NET Framework, such as
- . For most purposes where spin waiting is required, however,
- the type should be preferred over the System.Threading.Thread.SpinWait method.
-
-
- While SpinWait is designed to be used in concurrent applications, it is not designed to be
- used from multiple threads concurrently. SpinWait's members are not thread-safe. If multiple
- threads must spin, each should use its own instance of SpinWait.
-
-
-
-
-
- Performs a single spin.
-
-
- This is typically called in a loop, and may change in behavior based on the number of times a
- has been called thus far on this instance.
-
-
-
-
- Resets the spin counter.
-
-
- This makes and behave as though no calls
- to had been issued on this instance. If a instance
- is reused many times, it may be useful to reset it to avoid yielding too soon.
-
-
-
-
- Spins until the specified condition is satisfied.
-
- A delegate to be executed over and over until it returns true.
- The argument is null.
-
-
-
- Spins until the specified condition is satisfied or until the specified timeout is expired.
-
- A delegate to be executed over and over until it returns true.
-
- A that represents the number of milliseconds to wait,
- or a TimeSpan that represents -1 milliseconds to wait indefinitely.
- True if the condition is satisfied within the timeout; otherwise, false
- The argument is null.
- is a negative number
- other than -1 milliseconds, which represents an infinite time-out -or- timeout is greater than
- .
-
-
-
- Spins until the specified condition is satisfied or until the specified timeout is expired.
-
- A delegate to be executed over and over until it returns true.
- The number of milliseconds to wait, or (-1) to wait indefinitely.
- True if the condition is satisfied within the timeout; otherwise, false
- The argument is null.
- is a
- negative number other than -1, which represents an infinite time-out.
-
-
-
- Gets the number of times has been called on this instance.
-
-
-
-
- Gets whether the next call to will yield the processor, triggering a
- forced context switch.
-
- Whether the next call to will yield the processor, triggering a
- forced context switch.
-
- On a single-CPU machine, always yields the processor. On machines with
- multiple CPUs, may yield after an unspecified number of calls.
-
-
-
-
- A helper class to get the number of preocessors, it updates the numbers of processors every sampling interval
-
-
-
-
- Gets the number of available processors
-
-
-
-
- Gets whether the current machine has only a single processor.
-
-
-
-
- Represents an asynchronous operation that produces a result at some time in the future.
-
-
- The type of the result produced by this .
-
-
-
- instances may be created in a variety of ways. The most common approach is by
- using the task's property to retrieve a instance that can be used to create tasks for several
- purposes. For example, to create a that runs a function, the factory's StartNew
- method may be used:
-
- // C#
- var t = Task<int>.Factory.StartNew(() => GenerateResult());
- - or -
- var t = Task.Factory.StartNew(() => GenerateResult());
-
- ' Visual Basic
- Dim t = Task<int>.Factory.StartNew(Function() GenerateResult())
- - or -
- Dim t = Task.Factory.StartNew(Function() GenerateResult())
-
-
-
- The class also provides constructors that initialize the task but that do not
- schedule it for execution. For performance reasons, the StartNew method should be the
- preferred mechanism for creating and scheduling computational tasks, but for scenarios where creation
- and scheduling must be separated, the constructors may be used, and the task's
- Start
- method may then be used to schedule the task for execution at a later time.
-
-
- All members of , except for
- Dispose, are thread-safe
- and may be used from multiple threads concurrently.
-
-
-
-
-
- Represents an asynchronous operation.
-
-
-
- instances may be created in a variety of ways. The most common approach is by
- using the Task type's property to retrieve a instance that can be used to create tasks for several
- purposes. For example, to create a that runs an action, the factory's StartNew
- method may be used:
-
- // C#
- var t = Task.Factory.StartNew(() => DoAction());
-
- ' Visual Basic
- Dim t = Task.Factory.StartNew(Function() DoAction())
-
-
-
- The class also provides constructors that initialize the Task but that do not
- schedule it for execution. For performance reasons, TaskFactory's StartNew method should be the
- preferred mechanism for creating and scheduling computational tasks, but for scenarios where creation
- and scheduling must be separated, the constructors may be used, and the task's
- method may then be used to schedule the task for execution at a later time.
-
-
- All members of , except for , are thread-safe
- and may be used from multiple threads concurrently.
-
-
- For operations that return values, the class
- should be used.
-
-
- For developers implementing custom debuggers, several internal and private members of Task may be
- useful (these may change from release to release). The Int32 m_taskId field serves as the backing
- store for the property, however accessing this field directly from a debugger may be
- more efficient than accessing the same value through the property's getter method (the
- s_taskIdCounter Int32 counter is used to retrieve the next available ID for a Task). Similarly, the
- Int32 m_stateFlags field stores information about the current lifecycle stage of the Task,
- information also accessible through the property. The m_action System.Object
- field stores a reference to the Task's delegate, and the m_stateObject System.Object field stores the
- async state passed to the Task by the developer. Finally, for debuggers that parse stack frames, the
- InternalWait method serves a potential marker for when a Task is entering a wait operation.
-
-
-
-
-
- A type initializer that runs with the appropriate permissions.
-
-
-
-
- Initializes a new with the specified action.
-
- The delegate that represents the code to execute in the Task.
- The argument is null.
-
-
-
- Initializes a new with the specified action and CancellationToken.
-
- The delegate that represents the code to execute in the Task.
- The CancellationToken
- that will be assigned to the new Task.
- The argument is null.
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Initializes a new with the specified action and creation options.
-
- The delegate that represents the code to execute in the task.
-
- The TaskCreationOptions used to
- customize the Task's behavior.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for .
-
-
-
-
- Initializes a new with the specified action and creation options.
-
- The delegate that represents the code to execute in the task.
- The that will be assigned to the new task.
-
- The TaskCreationOptions used to
- customize the Task's behavior.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for .
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Initializes a new with the specified action and state.
-
- The delegate that represents the code to execute in the task.
- An object representing data to be used by the action.
-
- The argument is null.
-
-
-
-
- Initializes a new with the specified action, state, snd options.
-
- The delegate that represents the code to execute in the task.
- An object representing data to be used by the action.
- The that will be assigned to the new task.
-
- The argument is null.
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Initializes a new with the specified action, state, snd options.
-
- The delegate that represents the code to execute in the task.
- An object representing data to be used by the action.
-
- The TaskCreationOptions used to
- customize the Task's behavior.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for .
-
-
-
-
- Initializes a new with the specified action, state, snd options.
-
- The delegate that represents the code to execute in the task.
- An object representing data to be used by the action.
- The that will be assigned to the new task.
-
- The TaskCreationOptions used to
- customize the Task's behavior.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for .
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- An internal constructor used by the factory methods on task and its descendent(s).
- This variant does not capture the ExecutionContext; it is up to the caller to do that.
-
- An action to execute.
- Optional state to pass to the action.
- Parent of Task.
- A CancellationToken for the task.
- A task scheduler under which the task will run.
- Options to control its execution.
- Internal options to control its execution
-
-
-
- Common logic used by the following internal ctors:
- Task()
- Task(object action, object state, Task parent, TaskCreationOptions options, TaskScheduler taskScheduler)
-
- ASSUMES THAT m_creatingTask IS ALREADY SET.
-
-
- Action for task to execute.
- Object to which to pass to action (may be null)
- Task scheduler on which to run thread (only used by continuation tasks).
- A CancellationToken for the Task.
- Options to customize behavior of Task.
- Internal options to customize behavior of Task.
-
-
-
- Checks if we registered a CT callback during construction, and deregisters it.
- This should be called when we know the registration isn't useful anymore. Specifically from Finish() if the task has completed
- successfully or with an exception.
-
-
-
-
- Captures the ExecutionContext so long as flow isn't suppressed.
-
- A stack crawl mark pointing to the frame of the caller.
-
-
-
- Internal function that will be called by a new child task to add itself to
- the children list of the parent (this).
-
- Since a child task can only be created from the thread executing the action delegate
- of this task, reentrancy is neither required nor supported. This should not be called from
- anywhere other than the task construction/initialization codepaths.
-
-
-
-
- Starts the , scheduling it for execution to the current TaskScheduler.
-
-
- A task may only be started and run only once. Any attempts to schedule a task a second time
- will result in an exception.
-
-
- The is not in a valid state to be started. It may have already been started,
- executed, or canceled, or it may have been created in a manner that doesn't support direct
- scheduling.
-
-
- The instance has been disposed.
-
-
-
-
- Starts the , scheduling it for execution to the specified TaskScheduler.
-
-
- A task may only be started and run only once. Any attempts to schedule a task a second time will
- result in an exception.
-
-
- The TaskScheduler with which to associate
- and execute this task.
-
-
- The argument is null.
-
-
- The is not in a valid state to be started. It may have already been started,
- executed, or canceled, or it may have been created in a manner that doesn't support direct
- scheduling.
-
-
- The instance has been disposed.
-
-
-
-
- Runs the synchronously on the current TaskScheduler.
-
-
-
- A task may only be started and run only once. Any attempts to schedule a task a second time will
- result in an exception.
-
-
- Tasks executed with will be associated with the current TaskScheduler.
-
-
- If the target scheduler does not support running this Task on the current thread, the Task will
- be scheduled for execution on the scheduler, and the current thread will block until the
- Task has completed execution.
-
-
-
- The is not in a valid state to be started. It may have already been started,
- executed, or canceled, or it may have been created in a manner that doesn't support direct
- scheduling.
-
-
- The instance has been disposed.
-
-
-
-
- Runs the synchronously on the scheduler provided.
-
-
-
- A task may only be started and run only once. Any attempts to schedule a task a second time will
- result in an exception.
-
-
- If the target scheduler does not support running this Task on the current thread, the Task will
- be scheduled for execution on the scheduler, and the current thread will block until the
- Task has completed execution.
-
-
-
- The is not in a valid state to be started. It may have already been started,
- executed, or canceled, or it may have been created in a manner that doesn't support direct
- scheduling.
-
-
- The instance has been disposed.
-
- The parameter
- is null.
- The scheduler on which to attempt to run this task inline.
-
-
-
- Throws an exception if the task has been disposed, and hence can no longer be accessed.
-
- The task has been disposed.
-
-
-
- Sets the internal completion event.
-
-
-
-
- Disposes the , releasing all of its unmanaged resources.
-
-
- Unlike most of the members of , this method is not thread-safe.
- Also, may only be called on a that is in one of
- the final states: RanToCompletion,
- Faulted, or
- Canceled.
-
-
- The exception that is thrown if the is not in
- one of the final states: RanToCompletion,
- Faulted, or
- Canceled.
-
-
-
-
- Disposes the , releasing all of its unmanaged resources.
-
-
- A Boolean value that indicates whether this method is being called due to a call to .
-
-
- Unlike most of the members of , this method is not thread-safe.
-
-
-
-
- Schedules the task for execution.
-
- If true, TASK_STATE_STARTED bit is turned on in
- an atomic fashion, making sure that TASK_STATE_CANCELED does not get set
- underneath us. If false, TASK_STATE_STARTED bit is OR-ed right in. This
- allows us to streamline things a bit for StartNew(), where competing cancellations
- are not a problem.
-
-
-
- Adds an exception to the list of exceptions this task has thrown.
-
- An object representing either an Exception or a collection of Exceptions.
-
-
-
- Returns a list of exceptions by aggregating the holder's contents. Or null if
- no exceptions have been thrown.
-
- Whether to include a TCE if cancelled.
- An aggregate exception, or null if no exceptions have been caught.
-
-
-
- Throws an aggregate exception if the task contains exceptions.
-
-
-
-
- Checks whether this is an attached task, and whether we are being called by the parent task.
- And sets the TASK_STATE_EXCEPTIONOBSERVEDBYPARENT status flag based on that.
-
- This is meant to be used internally when throwing an exception, and when WaitAll is gathering
- exceptions for tasks it waited on. If this flag gets set, the implicit wait on children
- will skip exceptions to prevent duplication.
-
- This should only be called when this task has completed with an exception
-
-
-
-
-
- Signals completion of this particular task.
-
- The bUserDelegateExecuted parameter indicates whether this Finish() call comes following the
- full execution of the user delegate.
-
- If bUserDelegateExecuted is false, it mean user delegate wasn't invoked at all (either due to
- a cancellation request, or because this task is a promise style Task). In this case, the steps
- involving child tasks (i.e. WaitForChildren) will be skipped.
-
-
-
-
-
- FinishStageTwo is to be executed as soon as we known there are no more children to complete.
- It can happen i) either on the thread that originally executed this task (if no children were spawned, or they all completed by the time this task's delegate quit)
- ii) or on the thread that executed the last child.
-
-
-
-
- Final stage of the task completion code path. Notifies the parent (if any) that another of its childre are done, and runs continuations.
- This function is only separated out from FinishStageTwo because these two operations are also needed to be called from CancellationCleanupLogic()
-
-
-
-
- This is called by children of this task when they are completed.
-
-
-
-
- This is to be called just before the task does its final state transition.
- It traverses the list of exceptional children, and appends their aggregate exceptions into this one's exception list
-
-
-
-
- Special purpose Finish() entry point to be used when the task delegate throws a ThreadAbortedException
- This makes a note in the state flags so that we avoid any costly synchronous operations in the finish codepath
- such as inlined continuations
-
-
- Indicates whether the ThreadAbortException was added to this task's exception holder.
- This should always be true except for the case of non-root self replicating task copies.
-
- Whether the delegate was executed.
-
-
-
- Executes the task. This method will only be called once, and handles bookeeping associated with
- self-replicating tasks, in addition to performing necessary exception marshaling.
-
- The task has already been disposed.
-
-
-
- IThreadPoolWorkItem override, which is the entry function for this task when the TP scheduler decides to run it.
-
-
-
-
-
- Outermost entry function to execute this task. Handles all aspects of executing a task on the caller thread.
- Currently this is called by IThreadPoolWorkItem.ExecuteWorkItem(), and TaskManager.TryExecuteInline.
-
-
- Performs atomic updates to prevent double execution. Should only be set to true
- in codepaths servicing user provided TaskSchedulers. The ConcRT or ThreadPool schedulers don't need this.
-
-
-
- The actual code which invokes the body of the task. This can be overriden in derived types.
-
-
-
-
- Alternate InnerInvoke prototype to be called from ExecuteSelfReplicating() so that
- the Parallel Debugger can discover the actual task being invoked.
- Details: Here, InnerInvoke is actually being called on the rootTask object while we are actually executing the
- childTask. And the debugger needs to discover the childTask, so we pass that down as an argument.
- The NoOptimization and NoInlining flags ensure that the childTask pointer is retained, and that this
- function appears on the callstack.
-
-
-
-
-
- Performs whatever handling is necessary for an unhandled exception. Normally
- this just entails adding the exception to the holder object.
-
- The exception that went unhandled.
-
-
-
- Waits for the to complete execution.
-
-
- The was canceled -or- an exception was thrown during
- the execution of the .
-
-
- The has been disposed.
-
-
-
-
- Waits for the to complete execution.
-
-
- A that represents the number of milliseconds to wait, or a that represents -1 milliseconds to wait indefinitely.
-
-
- true if the completed execution within the allotted time; otherwise, false.
-
-
- The was canceled -or- an exception was thrown during the execution of the .
-
-
- is a negative number other than -1 milliseconds, which represents an
- infinite time-out -or- timeout is greater than
- .
-
-
- The has been disposed.
-
-
-
-
- Waits for the to complete execution.
-
-
- A to observe while waiting for the task to complete.
-
-
- The was canceled.
-
-
- The was canceled -or- an exception was thrown during the execution of the .
-
-
- The
- has been disposed.
-
-
-
-
- Waits for the to complete execution.
-
-
- The number of milliseconds to wait, or (-1) to
- wait indefinitely.
- true if the completed execution within the allotted time; otherwise,
- false.
-
-
- is a negative number other than -1, which represents an
- infinite time-out.
-
-
- The was canceled -or- an exception was thrown during the execution of the .
-
-
- The
- has been disposed.
-
-
-
-
- Waits for the to complete execution.
-
-
- The number of milliseconds to wait, or (-1) to
- wait indefinitely.
-
-
- A to observe while waiting for the task to complete.
-
-
- true if the completed execution within the allotted time; otherwise, false.
-
-
- The was canceled -or- an exception was thrown during the execution of the .
-
-
- The
- has been disposed.
-
-
- is a negative number other than -1, which represents an
- infinite time-out.
-
-
- The was canceled.
-
-
-
-
- The core wait function, which is only accesible internally. It's meant to be used in places in TPL code where
- the current context is known or cached.
-
-
-
-
- Cancels the .
-
- Indiactes whether we should only cancel non-invoked tasks.
- For the default scheduler this option will only be serviced through TryDequeue.
- For custom schedulers we also attempt an atomic state transition.
- true if the task was successfully canceled; otherwise, false.
- The
- has been disposed.
-
-
-
- Sets the task's cancellation acknowledged flag.
-
-
-
-
- Runs all of the continuations, as appropriate.
-
-
-
-
- Helper function to determine whether the current task is in the state desired by the
- continuation kind under evaluation. Three possibilities exist: the task failed with
- an unhandled exception (OnFailed), the task was canceled before running (OnAborted),
- or the task completed successfully (OnCompletedSuccessfully). Note that the last
- one includes completing due to cancellation.
-
- The continuation options under evaluation.
- True if the continuation should be run given the task's current state.
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- An action to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed, whether it completes due to running to completion successfully, faulting due to an
- unhandled exception, or exiting out early due to being canceled.
-
-
- The argument is null.
-
-
- The has been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- An action to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
- The that will be assigned to the new continuation task.
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed, whether it completes due to running to completion successfully, faulting due to an
- unhandled exception, or exiting out early due to being canceled.
-
-
- The argument is null.
-
-
- The has been disposed.
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- An action to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
-
- The to associate with the continuation task and to use for its execution.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed, whether it completes due to running to completion successfully, faulting due to an
- unhandled exception, or exiting out early due to being canceled.
-
-
- The argument is null.
-
-
- The argument is null.
-
-
- The has been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- An action to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
-
- Options for when the continuation is scheduled and how it behaves. This includes criteria, such
- as OnlyOnCanceled, as
- well as execution options, such as ExecuteSynchronously.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed. If the continuation criteria specified through the parameter are not met, the continuation task will be canceled
- instead of scheduled.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for TaskContinuationOptions.
-
-
- The has been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- An action to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
-
- Options for when the continuation is scheduled and how it behaves. This includes criteria, such
- as OnlyOnCanceled, as
- well as execution options, such as ExecuteSynchronously.
-
- The that will be assigned to the new continuation task.
-
- The to associate with the continuation task and to use for its
- execution.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed. If the criteria specified through the parameter
- are not met, the continuation task will be canceled instead of scheduled.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for TaskContinuationOptions.
-
-
- The argument is null.
-
-
- The has been disposed.
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- The type of the result produced by the continuation.
-
-
- A function to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed, whether it completes due to running to completion successfully, faulting due to an
- unhandled exception, or exiting out early due to being canceled.
-
-
- The argument is null.
-
-
- The has been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- The type of the result produced by the continuation.
-
-
- A function to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
- The that will be assigned to the new continuation task.
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed, whether it completes due to running to completion successfully, faulting due to an
- unhandled exception, or exiting out early due to being canceled.
-
-
- The argument is null.
-
-
- The has been disposed.
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- The type of the result produced by the continuation.
-
-
- A function to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
-
- The to associate with the continuation task and to use for its execution.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed, whether it completes due to running to completion successfully, faulting due to an
- unhandled exception, or exiting out early due to being canceled.
-
-
- The argument is null.
-
-
- The argument is null.
-
-
- The has been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- The type of the result produced by the continuation.
-
-
- A function to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
-
- Options for when the continuation is scheduled and how it behaves. This includes criteria, such
- as OnlyOnCanceled, as
- well as execution options, such as ExecuteSynchronously.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed. If the continuation criteria specified through the parameter are not met, the continuation task will be canceled
- instead of scheduled.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for TaskContinuationOptions.
-
-
- The has been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- The type of the result produced by the continuation.
-
-
- A function to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
- The that will be assigned to the new continuation task.
-
- Options for when the continuation is scheduled and how it behaves. This includes criteria, such
- as OnlyOnCanceled, as
- well as execution options, such as ExecuteSynchronously.
-
-
- The to associate with the continuation task and to use for its
- execution.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed. If the criteria specified through the parameter
- are not met, the continuation task will be canceled instead of scheduled.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for TaskContinuationOptions.
-
-
- The argument is null.
-
-
- The has been disposed.
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Converts TaskContinuationOptions to TaskCreationOptions, and also does
- some validity checking along the way.
-
- Incoming TaskContinuationOptions
- Outgoing TaskCreationOptions
- Outgoing InternalTaskOptions
-
-
-
- Registers the continuation and possibly runs it (if the task is already finished).
-
- The continuation task itself.
- TaskScheduler with which to associate continuation task.
- Restrictions on when the continuation becomes active.
-
-
-
- Waits for all of the provided objects to complete execution.
-
-
- An array of instances on which to wait.
-
-
- The argument is null.
-
-
- The argument contains a null element.
-
-
- At least one of the instances was canceled -or- an exception was thrown during
- the execution of at least one of the instances.
-
-
- The has been disposed.
-
-
-
-
- Waits for all of the provided objects to complete execution.
-
-
- true if all of the instances completed execution within the allotted time;
- otherwise, false.
-
-
- An array of instances on which to wait.
-
-
- A that represents the number of milliseconds to wait, or a that represents -1 milliseconds to wait indefinitely.
-
-
- The argument is null.
-
-
- The argument contains a null element.
-
-
- At least one of the instances was canceled -or- an exception was thrown during
- the execution of at least one of the instances.
-
-
- is a negative number other than -1 milliseconds, which represents an
- infinite time-out -or- timeout is greater than
- .
-
-
- The has been disposed.
-
-
-
-
- Waits for all of the provided objects to complete execution.
-
-
- true if all of the instances completed execution within the allotted time;
- otherwise, false.
-
-
- The number of milliseconds to wait, or (-1) to
- wait indefinitely.
- An array of instances on which to wait.
-
-
- The argument is null.
-
-
- The argument contains a null element.
-
-
- At least one of the instances was canceled -or- an exception was thrown during
- the execution of at least one of the instances.
-
-
- The has been disposed.
-
-
- is a negative number other than -1, which represents an
- infinite time-out.
-
-
-
-
- Waits for all of the provided objects to complete execution.
-
-
- true if all of the instances completed execution within the allotted time;
- otherwise, false.
-
-
- An array of instances on which to wait.
-
-
- A to observe while waiting for the tasks to complete.
-
-
- The argument is null.
-
-
- The argument contains a null element.
-
-
- At least one of the instances was canceled -or- an exception was thrown during
- the execution of at least one of the instances.
-
-
- The was canceled.
-
-
- The has been disposed.
-
-
-
-
- Waits for all of the provided objects to complete execution.
-
-
- true if all of the instances completed execution within the allotted time;
- otherwise, false.
-
-
- An array of instances on which to wait.
-
-
- The number of milliseconds to wait, or (-1) to
- wait indefinitely.
-
-
- A to observe while waiting for the tasks to complete.
-
-
- The argument is null.
-
-
- The argument contains a null element.
-
-
- At least one of the instances was canceled -or- an exception was thrown during
- the execution of at least one of the instances.
-
-
- The has been disposed.
-
-
- is a negative number other than -1, which represents an
- infinite time-out.
-
-
- The was canceled.
-
-
-
-
- Waits for a set of handles in a STA-aware way. In other words, it will wait for each
- of the events individually if we're on a STA thread, because MsgWaitForMultipleObjectsEx
- can't do a true wait-all due to its hidden message queue event. This is not atomic,
- of course, but we only wait on one-way (MRE) events anyway so this is OK.
-
- An array of wait handles to wait on.
- The timeout to use during waits.
- The cancellationToken that enables a wait to be canceled.
- True if all waits succeeded, false if a timeout occurred.
-
-
-
- Internal WaitAll implementation which is meant to be used with small number of tasks,
- optimized for Parallel.Invoke and other structured primitives.
-
-
-
-
- This internal function is only meant to be called by WaitAll()
- If the completed task is canceled or it has other exceptions, here we will add those
- into the passed in exception list (which will be lazily initialized here).
-
-
-
-
- Waits for any of the provided objects to complete execution.
-
-
- An array of instances on which to wait.
-
- The index of the completed task in the array argument.
-
- The argument is null.
-
-
- The argument contains a null element.
-
-
- The has been disposed.
-
-
-
-
- Waits for any of the provided objects to complete execution.
-
-
- An array of instances on which to wait.
-
-
- A that represents the number of milliseconds to wait, or a that represents -1 milliseconds to wait indefinitely.
-
-
- The index of the completed task in the array argument, or -1 if the
- timeout occurred.
-
-
- The argument is null.
-
-
- The argument contains a null element.
-
-
- The has been disposed.
-
-
- is a negative number other than -1 milliseconds, which represents an
- infinite time-out -or- timeout is greater than
- .
-
-
-
-
- Waits for any of the provided objects to complete execution.
-
-
- An array of instances on which to wait.
-
-
- A to observe while waiting for a task to complete.
-
-
- The index of the completed task in the array argument.
-
-
- The argument is null.
-
-
- The argument contains a null element.
-
-
- The has been disposed.
-
-
- The was canceled.
-
-
-
-
- Waits for any of the provided objects to complete execution.
-
-
- An array of instances on which to wait.
-
-
- The number of milliseconds to wait, or (-1) to
- wait indefinitely.
-
-
- The index of the completed task in the array argument, or -1 if the
- timeout occurred.
-
-
- The argument is null.
-
-
- The argument contains a null element.
-
-
- The has been disposed.
-
-
- is a negative number other than -1, which represents an
- infinite time-out.
-
-
-
-
- Waits for any of the provided objects to complete execution.
-
-
- An array of instances on which to wait.
-
-
- The number of milliseconds to wait, or (-1) to
- wait indefinitely.
-
-
- A to observe while waiting for a task to complete.
-
-
- The index of the completed task in the array argument, or -1 if the
- timeout occurred.
-
-
- The argument is null.
-
-
- The argument contains a null element.
-
-
- The has been disposed.
-
-
- is a negative number other than -1, which represents an
- infinite time-out.
-
-
- The was canceled.
-
-
-
-
- Gets a unique ID for this Task instance.
-
-
- Task IDs are assigned on-demand and do not necessarily represent the order in the which Task
- instances were created.
-
-
-
-
- Returns the unique ID of the currently executing Task.
-
-
-
-
- Gets the Task instance currently executing, or
- null if none exists.
-
-
-
-
- Gets the Exception that caused the Task to end prematurely. If the Task completed successfully or has not yet thrown any
- exceptions, this will return null.
-
-
- Tasks that throw unhandled exceptions store the resulting exception and propagate it wrapped in a
- in calls to Wait
- or in accesses to the property. Any exceptions not observed by the time
- the Task instance is garbage collected will be propagated on the finalizer thread.
-
-
- The Task
- has been disposed.
-
-
-
-
- Gets the TaskStatus of this Task.
-
-
-
-
- Gets whether this Task instance has completed
- execution due to being canceled.
-
-
- A Task will complete in Canceled state either if its CancellationToken
- was marked for cancellation before the task started executing, or if the task acknowledged the cancellation request on
- its already signaled CancellationToken by throwing an
- OperationCanceledException2 that bears the same
- CancellationToken.
-
-
-
-
- Returns true if this task has a cancellation token and it was signaled.
- To be used internally in execute entry codepaths.
-
-
-
-
- This internal property provides access to the CancellationToken that was set on the task
- when it was constructed.
-
-
-
-
- Gets whether this threw an OperationCanceledException2 while its CancellationToken was signaled.
-
-
-
-
- Gets whether this Task has completed.
-
-
- will return true when the Task is in one of the three
- final states: RanToCompletion,
- Faulted, or
- Canceled.
-
-
-
-
- Checks whether this task has been disposed.
-
-
-
-
- Gets the TaskCreationOptions used
- to create this task.
-
-
-
-
- Gets a that can be used to wait for the task to
- complete.
-
-
- Using the wait functionality provided by
- should be preferred over using for similar
- functionality.
-
-
- The has been disposed.
-
-
-
-
- Gets the state object supplied when the Task was created,
- or null if none was supplied.
-
-
-
-
- Gets an indication of whether the asynchronous operation completed synchronously.
-
- true if the asynchronous operation completed synchronously; otherwise, false.
-
-
-
- Provides access to the TaskScheduler responsible for executing this Task.
-
-
-
-
- Provides access to factory methods for creating and instances.
-
-
- The factory returned from is a default instance
- of , as would result from using
- the default constructor on TaskFactory.
-
-
-
-
- Provides an event that can be used to wait for completion.
- Only called by Wait*(), which means that we really do need to instantiate a completion event.
-
-
-
-
- Determines whether this is the root task of a self replicating group.
-
-
-
-
- Determines whether the task is a replica itself.
-
-
-
-
- The property formerly known as IsFaulted.
-
-
-
-
- Gets whether the completed due to an unhandled exception.
-
-
- If is true, the Task's will be equal to
- TaskStatus.Faulted, and its
- property will be non-null.
-
-
-
-
- Checks whether the TASK_STATE_EXCEPTIONOBSERVEDBYPARENT status flag is set,
- This will only be used by the implicit wait to prevent double throws
-
-
-
-
-
- Checks whether the body was ever invoked. Used by task scheduler code to verify custom schedulers actually ran the task.
-
-
-
-
- A structure to hold continuation information.
-
-
-
-
- Constructs a new continuation structure.
-
- The task to be activated.
- The continuation options.
- The scheduler to use for the continuation.
-
-
-
- Invokes the continuation for the target completion task.
-
- The completed task.
- Whether the continuation can be inlined.
-
-
-
- Initializes a new with the specified function.
-
-
- The delegate that represents the code to execute in the task. When the function has completed,
- the task's property will be set to return the result value of the function.
-
-
- The argument is null.
-
-
-
-
- Initializes a new with the specified function.
-
-
- The delegate that represents the code to execute in the task. When the function has completed,
- the task's property will be set to return the result value of the function.
-
- The to be assigned to this task.
-
- The argument is null.
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Initializes a new with the specified function and creation options.
-
-
- The delegate that represents the code to execute in the task. When the function has completed,
- the task's property will be set to return the result value of the function.
-
-
- The TaskCreationOptions used to
- customize the task's behavior.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for .
-
-
-
-
- Initializes a new with the specified function and creation options.
-
-
- The delegate that represents the code to execute in the task. When the function has completed,
- the task's property will be set to return the result value of the function.
-
- The that will be assigned to the new task.
-
- The TaskCreationOptions used to
- customize the task's behavior.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for .
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Initializes a new with the specified function and state.
-
-
- The delegate that represents the code to execute in the task. When the function has completed,
- the task's property will be set to return the result value of the function.
-
- An object representing data to be used by the action.
-
- The argument is null.
-
-
-
-
- Initializes a new with the specified action, state, and options.
-
-
- The delegate that represents the code to execute in the task. When the function has completed,
- the task's property will be set to return the result value of the function.
-
- An object representing data to be used by the function.
- The to be assigned to the new task.
-
- The argument is null.
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Initializes a new with the specified action, state, and options.
-
-
- The delegate that represents the code to execute in the task. When the function has completed,
- the task's property will be set to return the result value of the function.
-
- An object representing data to be used by the function.
-
- The TaskCreationOptions used to
- customize the task's behavior.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for .
-
-
-
-
- Initializes a new with the specified action, state, and options.
-
-
- The delegate that represents the code to execute in the task. When the function has completed,
- the task's property will be set to return the result value of the function.
-
- An object representing data to be used by the function.
- The to be assigned to the new task.
-
- The TaskCreationOptions used to
- customize the task's behavior.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for .
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a new future object.
-
- The parent task for this future.
- A function that yields the future value.
- The task scheduler which will be used to execute the future.
- The CancellationToken for the task.
- Options to control the future's behavior.
- Internal options to control the future's behavior.
- The argument specifies
- a SelfReplicating , which is illegal."/>.
-
-
-
- Creates a new future object.
-
- The parent task for this future.
- An object containing data to be used by the action; may be null.
- A function that yields the future value.
- The CancellationToken for the task.
- The task scheduler which will be used to execute the future.
- Options to control the future's behavior.
- Internal options to control the future's behavior.
- The argument specifies
- a SelfReplicating , which is illegal."/>.
-
-
-
- Evaluates the value selector of the Task which is passed in as an object and stores the result.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- An action to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed, whether it completes due to running to completion successfully, faulting due to an
- unhandled exception, or exiting out early due to being canceled.
-
-
- The argument is null.
-
-
- The has been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- An action to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
- The that will be assigned to the new continuation task.
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed, whether it completes due to running to completion successfully, faulting due to an
- unhandled exception, or exiting out early due to being canceled.
-
-
- The argument is null.
-
-
- The has been disposed.
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- An action to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
-
- The to associate with the continuation task and to use for its execution.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed, whether it completes due to running to completion successfully, faulting due to an
- unhandled exception, or exiting out early due to being canceled.
-
-
- The argument is null.
-
-
- The argument is null.
-
-
- The has been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- An action to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
-
- Options for when the continuation is scheduled and how it behaves. This includes criteria, such
- as OnlyOnCanceled, as
- well as execution options, such as ExecuteSynchronously.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed. If the continuation criteria specified through the parameter are not met, the continuation task will be canceled
- instead of scheduled.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for TaskContinuationOptions.
-
-
- The has been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- An action to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
- The that will be assigned to the new continuation task.
-
- Options for when the continuation is scheduled and how it behaves. This includes criteria, such
- as OnlyOnCanceled, as
- well as execution options, such as ExecuteSynchronously.
-
-
- The to associate with the continuation task and to use for its
- execution.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed. If the criteria specified through the parameter
- are not met, the continuation task will be canceled instead of scheduled.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for TaskContinuationOptions.
-
-
- The argument is null.
-
-
- The has been disposed.
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- The type of the result produced by the continuation.
-
-
- A function to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current
- task has completed, whether it completes due to running to completion successfully, faulting due
- to an unhandled exception, or exiting out early due to being canceled.
-
-
- The argument is null.
-
-
- The has been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- The type of the result produced by the continuation.
-
-
- A function to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
- The that will be assigned to the new task.
- A new continuation .
-
- The returned will not be scheduled for execution until the current
- task has completed, whether it completes due to running to completion successfully, faulting due
- to an unhandled exception, or exiting out early due to being canceled.
-
-
- The argument is null.
-
-
- The has been disposed.
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- The type of the result produced by the continuation.
-
-
- A function to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
-
- The to associate with the continuation task and to use for its execution.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed, whether it completes due to running to completion successfully, faulting due to an
- unhandled exception, or exiting out early due to being canceled.
-
-
- The argument is null.
-
-
- The argument is null.
-
-
- The has been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- The type of the result produced by the continuation.
-
-
- A function to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
-
- Options for when the continuation is scheduled and how it behaves. This includes criteria, such
- as OnlyOnCanceled, as
- well as execution options, such as ExecuteSynchronously.
-
- A new continuation .
-
-
- The returned will not be scheduled for execution until the current
- task has completed, whether it completes due to running to completion successfully, faulting due
- to an unhandled exception, or exiting out early due to being canceled.
-
-
- The , when executed, should return a . This task's completion state will be transferred to the task returned
- from the ContinueWith call.
-
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for TaskContinuationOptions.
-
-
- The has been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- The type of the result produced by the continuation.
-
-
- A function to run when the completes. When run, the delegate will be passed as
- an argument this completed task.
-
- The that will be assigned to the new task.
-
- Options for when the continuation is scheduled and how it behaves. This includes criteria, such
- as OnlyOnCanceled, as
- well as execution options, such as ExecuteSynchronously.
-
-
- The to associate with the continuation task and to use for its
- execution.
-
- A new continuation .
-
-
- The returned will not be scheduled for execution until the current task has
- completed, whether it completes due to running to completion successfully, faulting due to an
- unhandled exception, or exiting out early due to being canceled.
-
-
- The , when executed, should return a .
- This task's completion state will be transferred to the task returned from the
- ContinueWith call.
-
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for TaskContinuationOptions.
-
-
- The argument is null.
-
-
- The has been disposed.
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Gets the result value of this .
-
-
- The get accessor for this property ensures that the asynchronous operation is complete before
- returning. Once the result of the computation is available, it is stored and will be returned
- immediately on later calls to .
-
-
-
-
- Provides access to factory methods for creating instances.
-
-
- The factory returned from is a default instance
- of , as would result from using
- the default constructor on the factory type.
-
-
-
-
- Provides support for creating and scheduling
- Task{TResult} objects.
-
- The type of the results that are available though
- the Task{TResult} objects that are associated with
- the methods in this class.
-
-
- There are many common patterns for which tasks are relevant. The
- class encodes some of these patterns into methods that pick up default settings, which are
- configurable through its constructors.
-
-
- A default instance of is available through the
- Task{TResult}.Factory property.
-
-
-
-
-
- Initializes a instance with the default configuration.
-
-
- This constructor creates a instance with a default configuration. The
- property is initialized to
- TaskCreationOptions.None, the
- property is initialized to TaskContinuationOptions.None,
- and the TaskScheduler property is
- initialized to the current scheduler (see TaskScheduler.Current).
-
-
-
-
- Initializes a instance with the default configuration.
-
- The default that will be assigned
- to tasks created by this unless another CancellationToken is explicitly specified
- while calling the factory methods.
-
- This constructor creates a instance with a default configuration. The
- property is initialized to
- TaskCreationOptions.None, the
- property is initialized to TaskContinuationOptions.None,
- and the TaskScheduler property is
- initialized to the current scheduler (see TaskScheduler.Current).
-
-
-
-
- Initializes a instance with the specified configuration.
-
-
- The
- TaskScheduler to use to schedule any tasks created with this TaskFactory{TResult}. A null value
- indicates that the current TaskScheduler should be used.
-
-
- With this constructor, the
- property is initialized to
- TaskCreationOptions.None, the
- property is initialized to TaskContinuationOptions.None,
- and the TaskScheduler property is
- initialized to , unless it's null, in which case the property is
- initialized to the current scheduler (see TaskScheduler.Current).
-
-
-
-
- Initializes a instance with the specified configuration.
-
-
- The default
- TaskCreationOptions to use when creating tasks with this TaskFactory{TResult}.
-
-
- The default
- TaskContinuationOptions to use when creating continuation tasks with this TaskFactory{TResult}.
-
-
- The exception that is thrown when the
- argument or the
- argument specifies an invalid value.
-
-
- With this constructor, the
- property is initialized to ,
- the
- property is initialized to , and the TaskScheduler property is initialized to the
- current scheduler (see TaskScheduler.Current).
-
-
-
-
- Initializes a instance with the specified configuration.
-
- The default that will be assigned
- to tasks created by this unless another CancellationToken is explicitly specified
- while calling the factory methods.
-
- The default
- TaskCreationOptions to use when creating tasks with this TaskFactory{TResult}.
-
-
- The default
- TaskContinuationOptions to use when creating continuation tasks with this TaskFactory{TResult}.
-
-
- The default
- TaskScheduler to use to schedule any Tasks created with this TaskFactory{TResult}. A null value
- indicates that TaskScheduler.Current should be used.
-
-
- The exception that is thrown when the
- argument or the
- argumentspecifies an invalid value.
-
-
- With this constructor, the
- property is initialized to ,
- the
- property is initialized to , and the TaskScheduler property is initialized to
- , unless it's null, in which case the property is initialized to the
- current scheduler (see TaskScheduler.Current).
-
-
-
-
- Creates and starts a .
-
- A function delegate that returns the future result to be available through
- the .
- The started .
- The exception that is thrown when the
- argument is null.
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- A function delegate that returns the future result to be available through
- the .
- The that will be assigned to the new task.
- The started .
- The exception that is thrown when the
- argument is null.
- The provided CancellationToken
- has already been disposed.
-
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- A function delegate that returns the future result to be available through
- the .
- A TaskCreationOptions value that controls the behavior of the
- created
- .
- The started .
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- A function delegate that returns the future result to be available through
- the .
- A TaskCreationOptions value that controls the behavior of the
- created
- .
- The that will be assigned to the new task.
- The TaskScheduler
- that is used to schedule the created
- Task{TResult}.
- The started .
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The provided CancellationToken
- has already been disposed.
-
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- A function delegate that returns the future result to be available through
- the .
- An object containing data to be used by the
- delegate.
- The started .
- The exception that is thrown when the
- argument is null.
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- A function delegate that returns the future result to be available through
- the .
- An object containing data to be used by the
- delegate.
- The that will be assigned to the new task.
- The started .
- The exception that is thrown when the
- argument is null.
- The provided CancellationToken
- has already been disposed.
-
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- A function delegate that returns the future result to be available through
- the .
- An object containing data to be used by the
- delegate.
- A TaskCreationOptions value that controls the behavior of the
- created
- .
- The started .
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- A function delegate that returns the future result to be available through
- the .
- An object containing data to be used by the
- delegate.
- The that will be assigned to the new task.
- A TaskCreationOptions value that controls the behavior of the
- created
- .
- The TaskScheduler
- that is used to schedule the created
- Task{TResult}.
- The started .
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The provided CancellationToken
- has already been disposed.
-
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates a Task that executes an end
- method function when a specified IAsyncResult completes.
-
- The IAsyncResult whose completion should trigger the processing of the
- .
- The function delegate that processes the completed .
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- A Task that represents the
- asynchronous operation.
-
-
-
- Creates a Task that executes an end
- method function when a specified IAsyncResult completes.
-
- The IAsyncResult whose completion should trigger the processing of the
- .
- The function delegate that processes the completed .
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- A Task that represents the
- asynchronous operation.
-
-
-
- Creates a Task that executes an end
- method function when a specified IAsyncResult completes.
-
- The IAsyncResult whose completion should trigger the processing of the
- .
- The function delegate that processes the completed .
- The TaskScheduler
- that is used to schedule the task that executes the end method.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- A Task that represents the
- asynchronous operation.
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the delegate.
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the delegate.
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the delegate.
- The type of the second argument passed to
- delegate.
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The second argument passed to the
- delegate.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the delegate.
- The type of the second argument passed to
- delegate.
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The second argument passed to the
- delegate.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the delegate.
- The type of the second argument passed to
- delegate.
- The type of the third argument passed to
- delegate.
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The second argument passed to the
- delegate.
- The third argument passed to the
- delegate.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the delegate.
- The type of the second argument passed to
- delegate.
- The type of the third argument passed to
- delegate.
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The second argument passed to the
- delegate.
- The third argument passed to the
- delegate.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in
- the array have completed.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in
- the array have completed.
- The CancellationToken
- that will be assigned to the new continuation task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the array have completed.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAll.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the array have completed.
- The CancellationToken
- that will be assigned to the new continuation task.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The TaskScheduler
- that is used to schedule the created continuation Task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAll.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the
- array have completed.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the
- array have completed.
- The CancellationToken
- that will be assigned to the new continuation task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the
- array have completed.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAll.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the
- array have completed.
- The CancellationToken
- that will be assigned to the new continuation task.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The TaskScheduler
- that is used to schedule the created continuation .
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAll.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the array completes.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the array completes.
- The CancellationToken
- that will be assigned to the new continuation task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the array completes.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAny.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the array completes.
- The CancellationToken
- that will be assigned to the new continuation task.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The TaskScheduler
- that is used to schedule the created continuation Task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAny.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the
- array completes.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the
- array completes.
- The CancellationToken
- that will be assigned to the new continuation task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the
- array completes.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAny.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the
- array completes.
- The CancellationToken
- that will be assigned to the new continuation task.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The TaskScheduler
- that is used to schedule the created continuation .
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAny.
-
-
-
-
- Gets the default CancellationToken of this
- TaskFactory.
-
-
- This property returns the default that will be assigned to all
- tasks created by this factory unless another CancellationToken value is explicitly specified
- during the call to the factory methods.
-
-
-
-
- Gets the TaskScheduler of this
- TaskFactory{TResult}.
-
-
- This property returns the default scheduler for this factory. It will be used to schedule all
- tasks unless another scheduler is explicitly specified during calls to this factory's methods.
- If null, TaskScheduler.Current
- will be used.
-
-
-
-
- Gets the TaskCreationOptions
- value of this TaskFactory{TResult}.
-
-
- This property returns the default creation options for this factory. They will be used to create all
- tasks unless other options are explicitly specified during calls to this factory's methods.
-
-
-
-
- Gets the TaskContinuationOptions
- value of this TaskFactory{TResult}.
-
-
- This property returns the default continuation options for this factory. They will be used to create
- all continuation tasks unless other options are explicitly specified during calls to this factory's methods.
-
-
-
-
- Represents the current stage in the lifecycle of a .
-
-
-
-
- The task has been initialized but has not yet been scheduled.
-
-
-
-
- The task is waiting to be activated and scheduled internally by the .NET Framework infrastructure.
-
-
-
-
- The task has been scheduled for execution but has not yet begun executing.
-
-
-
-
- The task is running but has not yet completed.
-
-
-
-
- The task has finished executing and is implicitly waiting for
- attached child tasks to complete.
-
-
-
-
- The task completed execution successfully.
-
-
-
-
- The task acknowledged cancellation by throwing an OperationCanceledException2 with its own CancellationToken
- while the token was in signaled state, or the task's CancellationToken was already signaled before the
- task started executing.
-
-
-
-
- The task completed due to an unhandled exception.
-
-
-
-
- Specifies flags that control optional behavior for the creation and execution of tasks.
-
-
-
-
- Specifies that the default behavior should be used.
-
-
-
-
- A hint to a TaskScheduler to schedule a
- task in as fair a manner as possible, meaning that tasks scheduled sooner will be more likely to
- be run sooner, and tasks scheduled later will be more likely to be run later.
-
-
-
-
- Specifies that a task will be a long-running, course-grained operation. It provides a hint to the
- TaskScheduler that oversubscription may be
- warranted.
-
-
-
-
- Specifies that a task is attached to a parent in the task hierarchy.
-
-
-
-
- Task creation flags which are only used internally.
-
-
-
- Specifies "No internal task options"
-
-
- Used to filter out internal vs. public task creation options.
-
-
- Specifies that the task will be queued by the runtime before handing it over to the user.
- This flag will be used to skip the cancellationtoken registration step, which is only meant for unstarted tasks.
-
-
-
- Specifies flags that control optional behavior for the creation and execution of continuation tasks.
-
-
-
-
- Default = "Continue on any, no task options, run asynchronously"
- Specifies that the default behavior should be used. Continuations, by default, will
- be scheduled when the antecedent task completes, regardless of the task's final TaskStatus.
-
-
-
-
- A hint to a TaskScheduler to schedule a
- task in as fair a manner as possible, meaning that tasks scheduled sooner will be more likely to
- be run sooner, and tasks scheduled later will be more likely to be run later.
-
-
-
-
- Specifies that a task will be a long-running, course-grained operation. It provides
- a hint to the TaskScheduler that
- oversubscription may be warranted.
-
-
-
-
- Specifies that a task is attached to a parent in the task hierarchy.
-
-
-
-
- Specifies that the continuation task should not be scheduled if its antecedent ran to completion.
- This option is not valid for multi-task continuations.
-
-
-
-
- Specifies that the continuation task should not be scheduled if its antecedent threw an unhandled
- exception. This option is not valid for multi-task continuations.
-
-
-
-
- Specifies that the continuation task should not be scheduled if its antecedent was canceled. This
- option is not valid for multi-task continuations.
-
-
-
-
- Specifies that the continuation task should be scheduled only if its antecedent ran to
- completion. This option is not valid for multi-task continuations.
-
-
-
-
- Specifies that the continuation task should be scheduled only if its antecedent threw an
- unhandled exception. This option is not valid for multi-task continuations.
-
-
-
-
- Specifies that the continuation task should be scheduled only if its antecedent was canceled.
- This option is not valid for multi-task continuations.
-
-
-
-
- Specifies that the continuation task should be executed synchronously. With this option
- specified, the continuation will be run on the same thread that causes the antecedent task to
- transition into its final state. If the antecedent is already complete when the continuation is
- created, the continuation will run on the thread creating the continuation. Only very
- short-running continuations should be executed synchronously.
-
-
-
-
- Represents an exception used to communicate task cancellation.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the
- class with a specified error message.
-
- The error message that explains the reason for the exception.
-
-
-
- Initializes a new instance of the
- class with a specified error message and a reference to the inner exception that is the cause of
- this exception.
-
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception.
-
-
-
- Initializes a new instance of the class
- with a reference to the that has been canceled.
-
- A task that has been canceled.
-
-
-
- Gets the task associated with this exception.
-
-
- It is permissible for no Task to be associated with a
- , in which case
- this property will return null.
-
-
-
-
- Represents the producer side of a unbound to a
- delegate, providing access to the consumer side through the property.
-
-
-
- It is often the case that a is desired to
- represent another asynchronous operation.
- TaskCompletionSource is provided for this purpose. It enables
- the creation of a task that can be handed out to consumers, and those consumers can use the members
- of the task as they would any other. However, unlike most tasks, the state of a task created by a
- TaskCompletionSource is controlled explicitly by the methods on TaskCompletionSource. This enables the
- completion of the external asynchronous operation to be propagated to the underlying Task. The
- separation also ensures that consumers are not able to transition the state without access to the
- corresponding TaskCompletionSource.
-
-
- All members of are thread-safe
- and may be used from multiple threads concurrently.
-
-
- The type of the result value assocatied with this .
-
-
-
- Creates a .
-
-
-
-
- Creates a
- with the specified options.
-
-
- The created
- by this instance and accessible through its property
- will be instantiated using the specified .
-
- The options to use when creating the underlying
- .
-
- The represent options invalid for use
- with a .
-
-
-
-
- Creates a
- with the specified state.
-
- The state to use as the underlying
- 's AsyncState.
-
-
-
- Creates a with
- the specified state and options.
-
- The options to use when creating the underlying
- .
- The state to use as the underlying
- 's AsyncState.
-
- The represent options invalid for use
- with a .
-
-
-
-
- Attempts to transition the underlying
- into the
- Faulted
- state.
-
- The exception to bind to this .
- True if the operation was successful; otherwise, false.
- This operation will return false if the
- is already in one
- of the three final states:
- RanToCompletion,
- Faulted, or
- Canceled.
-
- The argument is null.
- The was disposed.
-
-
-
- Attempts to transition the underlying
- into the
- Faulted
- state.
-
- The collection of exceptions to bind to this .
- True if the operation was successful; otherwise, false.
- This operation will return false if the
- is already in one
- of the three final states:
- RanToCompletion,
- Faulted, or
- Canceled.
-
- The argument is null.
- There are one or more null elements in .
- The collection is empty.
- The was disposed.
-
-
-
- Transitions the underlying
- into the
- Faulted
- state.
-
- The exception to bind to this .
- The argument is null.
-
- The underlying is already in one
- of the three final states:
- RanToCompletion,
- Faulted, or
- Canceled.
-
- The was disposed.
-
-
-
- Transitions the underlying
- into the
- Faulted
- state.
-
- The collection of exceptions to bind to this .
- The argument is null.
- There are one or more null elements in .
-
- The underlying is already in one
- of the three final states:
- RanToCompletion,
- Faulted, or
- Canceled.
-
- The was disposed.
-
-
-
- Attempts to transition the underlying
- into the
- RanToCompletion
- state.
-
- The result value to bind to this .
- True if the operation was successful; otherwise, false.
- This operation will return false if the
- is already in one
- of the three final states:
- RanToCompletion,
- Faulted, or
- Canceled.
-
- The was disposed.
-
-
-
- Transitions the underlying
- into the
- RanToCompletion
- state.
-
- The result value to bind to this .
-
- The underlying is already in one
- of the three final states:
- RanToCompletion,
- Faulted, or
- Canceled.
-
- The was disposed.
-
-
-
- Transitions the underlying
- into the
- Canceled
- state.
-
-
- The underlying is already in one
- of the three final states:
- RanToCompletion,
- Faulted, or
- Canceled.
-
- The was disposed.
-
-
-
- Attempts to transition the underlying
- into the
- Canceled
- state.
-
- True if the operation was successful; otherwise, false.
- This operation will return false if the
- is already in one
- of the three final states:
- RanToCompletion,
- Faulted, or
- Canceled.
-
- The was disposed.
-
-
-
- Gets the created
- by this .
-
-
- This property enables a consumer access to the that is controlled by this instance.
- The , ,
- , and
- methods (and their "Try" variants) on this instance all result in the relevant state
- transitions on this underlying Task.
-
-
-
-
- An exception holder manages a list of exceptions for one particular task.
- It offers the ability to aggregate, but more importantly, also offers intrinsic
- support for propagating unhandled exceptions that are never observed. It does
- this by aggregating and throwing if the holder is ever GC'd without the holder's
- contents ever having been requested (e.g. by a Task.Wait, Task.get_Exception, etc).
-
-
-
-
- Creates a new holder; it will be registered for finalization.
-
- The task this holder belongs to.
-
-
-
- A finalizer that repropagates unhandled exceptions.
-
-
-
-
- Add an exception to the internal list. This will ensure the holder is
- in the proper state (handled/unhandled) depending on the list's contents.
-
- An exception object (either an Exception or an
- IEnumerable{Exception}) to add to the list.
-
-
-
- A private helper method that ensures the holder is considered
- unhandled, i.e. it is registered for finalization.
-
-
-
-
- A private helper method that ensures the holder is considered
- handled, i.e. it is not registered for finalization.
-
- Whether this is called from the finalizer thread.
-
-
-
- Allocates a new aggregate exception and adds the contents of the list to
- it. By calling this method, the holder assumes exceptions to have been
- "observed", such that the finalization check will be subsequently skipped.
-
- Whether this is being called from a finalizer.
- An extra exception to be included (optionally).
- The aggregate exception to throw.
-
-
-
- Provides a set of static (Shared in Visual Basic) methods for working with specific kinds of
- instances.
-
-
-
-
- Creates a proxy Task that represents the
- asynchronous operation of a Task{Task}.
-
-
- It is often useful to be able to return a Task from a
- Task{TResult}, where the inner Task represents work done as part of the outer Task{TResult}. However,
- doing so results in a Task{Task}, which, if not dealt with carefully, could produce unexpected behavior. Unwrap
- solves this problem by creating a proxy Task that represents the entire asynchronous operation of such a Task{Task}.
-
- The Task{Task} to unwrap.
- The exception that is thrown if the
- argument is null.
- A Task that represents the asynchronous operation of the provided Task{Task}.
-
-
-
- Creates a proxy Task{TResult} that represents the
- asynchronous operation of a Task{Task{TResult}}.
-
-
- It is often useful to be able to return a Task{TResult} from a Task{TResult}, where the inner Task{TResult}
- represents work done as part of the outer Task{TResult}. However, doing so results in a Task{Task{TResult}},
- which, if not dealt with carefully, could produce unexpected behavior. Unwrap solves this problem by
- creating a proxy Task{TResult} that represents the entire asynchronous operation of such a Task{Task{TResult}}.
-
- The Task{Task{TResult}} to unwrap.
- The exception that is thrown if the
- argument is null.
- A Task{TResult} that represents the asynchronous operation of the provided Task{Task{TResult}}. /// Unwraps a Task that returns another Task.
-
-
-
- Provides support for creating and scheduling
- Tasks.
-
-
-
- There are many common patterns for which tasks are relevant. The
- class encodes some of these patterns into methods that pick up default settings, which are
- configurable through its constructors.
-
-
- A default instance of is available through the
- Task.Factory property.
-
-
-
-
-
- Initializes a instance with the default configuration.
-
-
- This constructor creates a instance with a default configuration. The
- property is initialized to
- TaskCreationOptions.None, the
- property is initialized to TaskContinuationOptions.None,
- and the TaskScheduler property is
- initialized to the current scheduler (see TaskScheduler.Current).
-
-
-
-
- Initializes a instance with the specified configuration.
-
- The default that will be assigned
- to tasks created by this unless another CancellationToken is explicitly specified
- while calling the factory methods.
-
- This constructor creates a instance with a default configuration. The
- property is initialized to
- TaskCreationOptions.None, the
- property is initialized to TaskContinuationOptions.None,
- and the TaskScheduler property is
- initialized to the current scheduler (see TaskScheduler.Current).
-
-
-
-
- Initializes a instance with the specified configuration.
-
-
- The
- TaskScheduler to use to schedule any tasks created with this TaskFactory. A null value
- indicates that the current TaskScheduler should be used.
-
-
- With this constructor, the
- property is initialized to
- TaskCreationOptions.None, the
- property is initialized to TaskContinuationOptions.None,
- and the TaskScheduler property is
- initialized to , unless it's null, in which case the property is
- initialized to the current scheduler (see TaskScheduler.Current).
-
-
-
-
- Initializes a instance with the specified configuration.
-
-
- The default
- TaskCreationOptions to use when creating tasks with this TaskFactory.
-
-
- The default
- TaskContinuationOptions to use when creating continuation tasks with this TaskFactory.
-
-
- The exception that is thrown when the
- argument or the
- argument specifies an invalid value.
-
-
- With this constructor, the
- property is initialized to ,
- the
- property is initialized to , and the TaskScheduler property is initialized to the
- current scheduler (see TaskScheduler.Current).
-
-
-
-
- Initializes a instance with the specified configuration.
-
- The default that will be assigned
- to tasks created by this unless another CancellationToken is explicitly specified
- while calling the factory methods.
-
- The default
- TaskCreationOptions to use when creating tasks with this TaskFactory.
-
-
- The default
- TaskContinuationOptions to use when creating continuation tasks with this TaskFactory.
-
-
- The default
- TaskScheduler to use to schedule any Tasks created with this TaskFactory. A null value
- indicates that TaskScheduler.Current should be used.
-
-
- The exception that is thrown when the
- argument or the
- argumentspecifies an invalid value.
-
-
- With this constructor, the
- property is initialized to ,
- the
- property is initialized to , and the TaskScheduler property is initialized to
- , unless it's null, in which case the property is initialized to the
- current scheduler (see TaskScheduler.Current).
-
-
-
-
- Creates and starts a Task.
-
- The action delegate to execute asynchronously.
- The started Task.
- The exception that is thrown when the
- argument is null.
-
- Calling StartNew is functionally equivalent to creating a Task using one of its constructors
- and then calling
- Start to schedule it for execution. However,
- unless creation and scheduling must be separated, StartNew is the recommended
- approach for both simplicity and performance.
-
-
-
-
- Creates and starts a Task.
-
- The action delegate to execute asynchronously.
- The that will be assigned to the new task.
- The started Task.
- The exception that is thrown when the
- argument is null.
- The provided CancellationToken
- has already been disposed.
-
-
- Calling StartNew is functionally equivalent to creating a Task using one of its constructors
- and then calling
- Start to schedule it for execution. However,
- unless creation and scheduling must be separated, StartNew is the recommended
- approach for both simplicity and performance.
-
-
-
-
- Creates and starts a Task.
-
- The action delegate to execute asynchronously.
- A TaskCreationOptions value that controls the behavior of the
- created
- Task.
- The started Task.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
-
- Calling StartNew is functionally equivalent to creating a Task using one of its constructors and
- then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a Task.
-
- The action delegate to execute asynchronously.
- The that will be assigned to the new
- A TaskCreationOptions value that controls the behavior of the
- created
- Task.
- The TaskScheduler
- that is used to schedule the created Task.
- The started Task.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The provided CancellationToken
- has already been disposed.
-
-
- Calling StartNew is functionally equivalent to creating a Task using one of its constructors and
- then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a Task.
-
- The action delegate to execute asynchronously.
- An object containing data to be used by the
- delegate.
- The started Task.
- The exception that is thrown when the
- argument is null.
-
- Calling StartNew is functionally equivalent to creating a Task using one of its constructors and
- then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a Task.
-
- The action delegate to execute asynchronously.
- An object containing data to be used by the
- delegate.
- The that will be assigned to the new
- The started Task.
- The exception that is thrown when the
- argument is null.
- The provided CancellationToken
- has already been disposed.
-
-
- Calling StartNew is functionally equivalent to creating a Task using one of its constructors and
- then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a Task.
-
- The action delegate to execute asynchronously.
- An object containing data to be used by the
- delegate.
- A TaskCreationOptions value that controls the behavior of the
- created
- Task.
- The started Task.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
-
- Calling StartNew is functionally equivalent to creating a Task using one of its constructors and
- then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a Task.
-
- The action delegate to execute asynchronously.
- An object containing data to be used by the
- delegate.
- The that will be assigned to the new task.
- A TaskCreationOptions value that controls the behavior of the
- created
- Task.
- The TaskScheduler
- that is used to schedule the created Task.
- The started Task.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The provided CancellationToken
- has already been disposed.
-
-
- Calling StartNew is functionally equivalent to creating a Task using one of its constructors and
- then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- The type of the result available through the
- Task.
-
- A function delegate that returns the future result to be available through
- the .
- The started .
- The exception that is thrown when the
- argument is null.
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- The type of the result available through the
- Task.
-
- A function delegate that returns the future result to be available through
- the .
- The that will be assigned to the new
- The started .
- The exception that is thrown when the
- argument is null.
- The provided CancellationToken
- has already been disposed.
-
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- The type of the result available through the
- Task.
-
- A function delegate that returns the future result to be available through
- the .
- A TaskCreationOptions value that controls the behavior of the
- created
- .
- The started .
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- The type of the result available through the
- Task.
-
- A function delegate that returns the future result to be available through
- the .
- The that will be assigned to the new task.
- A TaskCreationOptions value that controls the behavior of the
- created
- .
- The TaskScheduler
- that is used to schedule the created
- Task{TResult}.
- The started .
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The provided CancellationToken
- has already been disposed.
-
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- The type of the result available through the
- Task.
-
- A function delegate that returns the future result to be available through
- the .
- An object containing data to be used by the
- delegate.
- The started .
- The exception that is thrown when the
- argument is null.
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- The type of the result available through the
- Task.
-
- A function delegate that returns the future result to be available through
- the .
- An object containing data to be used by the
- delegate.
- The that will be assigned to the new
- The started .
- The exception that is thrown when the
- argument is null.
- The provided CancellationToken
- has already been disposed.
-
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- The type of the result available through the
- Task.
-
- A function delegate that returns the future result to be available through
- the .
- An object containing data to be used by the
- delegate.
- A TaskCreationOptions value that controls the behavior of the
- created
- .
- The started .
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- The type of the result available through the
- Task.
-
- A function delegate that returns the future result to be available through
- the .
- An object containing data to be used by the
- delegate.
- The that will be assigned to the new task.
- A TaskCreationOptions value that controls the behavior of the
- created
- .
- The TaskScheduler
- that is used to schedule the created
- Task{TResult}.
- The started .
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The provided CancellationToken
- has already been disposed.
-
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates a Task that executes an end method action
- when a specified IAsyncResult completes.
-
- The IAsyncResult whose completion should trigger the processing of the
- .
- The action delegate that processes the completed .
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- A Task that represents the asynchronous
- operation.
-
-
-
- Creates a Task that executes an end method action
- when a specified IAsyncResult completes.
-
- The IAsyncResult whose completion should trigger the processing of the
- .
- The action delegate that processes the completed .
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- A Task that represents the asynchronous
- operation.
-
-
-
- Creates a Task that executes an end method action
- when a specified IAsyncResult completes.
-
- The IAsyncResult whose completion should trigger the processing of the
- .
- The action delegate that processes the completed .
- The TaskScheduler
- that is used to schedule the task that executes the end method.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- A Task that represents the asynchronous
- operation.
-
-
-
- Creates a Task that represents a pair of begin
- and end methods that conform to the Asynchronous Programming Model pattern.
-
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The created Task that represents the
- asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of begin
- and end methods that conform to the Asynchronous Programming Model pattern.
-
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The created Task that represents the
- asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of begin
- and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the
- delegate.
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The created Task that represents the
- asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of begin
- and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the
- delegate.
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The created Task that represents the
- asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of begin
- and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the
- delegate.
- The type of the second argument passed to
- delegate.
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The second argument passed to the
- delegate.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The created Task that represents the
- asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of begin
- and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the
- delegate.
- The type of the second argument passed to
- delegate.
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The second argument passed to the
- delegate.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The created Task that represents the
- asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of begin
- and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the
- delegate.
- The type of the second argument passed to
- delegate.
- The type of the third argument passed to
- delegate.
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The second argument passed to the
- delegate.
- The third argument passed to the
- delegate.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The created Task that represents the
- asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of begin
- and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the
- delegate.
- The type of the second argument passed to
- delegate.
- The type of the third argument passed to
- delegate.
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The second argument passed to the
- delegate.
- The third argument passed to the
- delegate.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The created Task that represents the
- asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that executes an end
- method function when a specified IAsyncResult completes.
-
- The type of the result available through the
- Task.
-
- The IAsyncResult whose completion should trigger the processing of the
- .
- The function delegate that processes the completed .
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- A Task that represents the
- asynchronous operation.
-
-
-
- Creates a Task that executes an end
- method function when a specified IAsyncResult completes.
-
- The type of the result available through the
- Task.
-
- The IAsyncResult whose completion should trigger the processing of the
- .
- The function delegate that processes the completed .
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- A Task that represents the
- asynchronous operation.
-
-
-
- Creates a Task that executes an end
- method function when a specified IAsyncResult completes.
-
- The type of the result available through the
- Task.
-
- The IAsyncResult whose completion should trigger the processing of the
- .
- The function delegate that processes the completed .
- The TaskScheduler
- that is used to schedule the task that executes the end method.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- A Task that represents the
- asynchronous operation.
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the result available through the
- Task.
-
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the result available through the
- Task.
-
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the delegate.
- The type of the result available through the
- Task.
-
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the delegate.
- The type of the result available through the
- Task.
-
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the delegate.
- The type of the second argument passed to
- delegate.
- The type of the result available through the
- Task.
-
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The second argument passed to the
- delegate.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the delegate.
- The type of the second argument passed to
- delegate.
- The type of the result available through the
- Task.
-
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The second argument passed to the
- delegate.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the delegate.
- The type of the second argument passed to
- delegate.
- The type of the third argument passed to
- delegate.
- The type of the result available through the
- Task.
-
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The second argument passed to the
- delegate.
- The third argument passed to the
- delegate.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the delegate.
- The type of the second argument passed to
- delegate.
- The type of the third argument passed to
- delegate.
- The type of the result available through the
- Task.
-
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The second argument passed to the
- delegate.
- The third argument passed to the
- delegate.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Check validity of options passed to FromAsync method
-
- The options to be validated.
- determines type of FromAsync method that called this method
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The array of tasks from which to continue.
- The action delegate to execute when all tasks in
- the array have completed.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The array of tasks from which to continue.
- The action delegate to execute when all tasks in
- the array have completed.
- The CancellationToken
- that will be assigned to the new continuation task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The array of tasks from which to continue.
- The action delegate to execute when all tasks in the array have completed.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAll.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The array of tasks from which to continue.
- The action delegate to execute when all tasks in the array have completed.
- The CancellationToken
- that will be assigned to the new continuation task.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The TaskScheduler
- that is used to schedule the created continuation Task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAll.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue.
- The action delegate to execute when all tasks in
- the array have completed.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue.
- The action delegate to execute when all tasks in
- the array have completed.
- The CancellationToken
- that will be assigned to the new continuation task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue.
- The action delegate to execute when all tasks in the array have completed.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAll.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue.
- The action delegate to execute when all tasks in the array have completed.
- The CancellationToken
- that will be assigned to the new continuation task.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The TaskScheduler
- that is used to schedule the created continuation Task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAll.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the
- array have completed.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the
- array have completed.
- The CancellationToken
- that will be assigned to the new continuation task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the
- array have completed.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAll.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the
- array have completed.
- The CancellationToken
- that will be assigned to the new continuation task.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The TaskScheduler
- that is used to schedule the created continuation .
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAll.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The type of the result of the antecedent .
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the
- array have completed.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The type of the result of the antecedent .
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the
- array have completed.
- The CancellationToken
- that will be assigned to the new continuation task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The type of the result of the antecedent .
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the
- array have completed.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAll.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The type of the result of the antecedent .
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the
- array have completed.
- The CancellationToken
- that will be assigned to the new continuation task.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The TaskScheduler
- that is used to schedule the created continuation .
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAll.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The array of tasks from which to continue when one task completes.
- The action delegate to execute when one task in the array completes.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The array of tasks from which to continue when one task completes.
- The action delegate to execute when one task in the array completes.
- The CancellationToken
- that will be assigned to the new continuation task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The array of tasks from which to continue when one task completes.
- The action delegate to execute when one task in the array completes.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAny.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The array of tasks from which to continue when one task completes.
- The action delegate to execute when one task in the array completes.
- The CancellationToken
- that will be assigned to the new continuation task.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The TaskScheduler
- that is used to schedule the created continuation Task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAny.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the
- array completes.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the
- array completes.
- The CancellationToken
- that will be assigned to the new continuation task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the
- array completes.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAny.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the
- array completes.
- The CancellationToken
- that will be assigned to the new continuation task.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The TaskScheduler
- that is used to schedule the created continuation .
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAny.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The type of the result of the antecedent .
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the
- array completes.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The type of the result of the antecedent .
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the
- array completes.
- The CancellationToken
- that will be assigned to the new continuation task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The type of the result of the antecedent .
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the
- array completes.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAny.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The type of the result of the antecedent .
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the
- array completes.
- The CancellationToken
- that will be assigned to the new continuation task.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The TaskScheduler
- that is used to schedule the created continuation .
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAny.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue when one task completes.
- The action delegate to execute when one task in the
- array completes.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue when one task completes.
- The action delegate to execute when one task in the
- array completes.
- The CancellationToken
- that will be assigned to the new continuation task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue when one task completes.
- The action delegate to execute when one task in the
- array completes.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAny.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue when one task completes.
- The action delegate to execute when one task in the
- array completes.
- The CancellationToken
- that will be assigned to the new continuation task.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The TaskScheduler
- that is used to schedule the created continuation .
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAny.
-
-
-
-
- Gets the default CancellationToken of this
- TaskFactory.
-
-
- This property returns the default that will be assigned to all
- tasks created by this factory unless another CancellationToken value is explicitly specified
- during the call to the factory methods.
-
-
-
-
- Gets the TaskScheduler of this
- TaskFactory.
-
-
- This property returns the default scheduler for this factory. It will be used to schedule all
- tasks unless another scheduler is explicitly specified during calls to this factory's methods.
- If null, TaskScheduler.Current
- will be used.
-
-
-
-
- Gets the TaskCreationOptions
- value of this TaskFactory.
-
-
- This property returns the default creation options for this factory. They will be used to create all
- tasks unless other options are explicitly specified during calls to this factory's methods.
-
-
-
-
- Gets the TaskContinuationOptions
- value of this TaskFactory.
-
-
- This property returns the default continuation options for this factory. They will be used to create
- all continuation tasks unless other options are explicitly specified during calls to this factory's methods.
-
-
-
-
- Represents an abstract scheduler for tasks.
-
-
-
- TaskScheduler acts as the extension point for all
- pluggable scheduling logic. This includes mechanisms such as how to schedule a task for execution, and
- how scheduled tasks should be exposed to debuggers.
-
-
- All members of the abstract type are thread-safe
- and may be used from multiple threads concurrently.
-
-
-
-
-
- Queues a Task to the scheduler.
-
-
-
- A class derived from TaskScheduler
- implements this method to accept tasks being scheduled on the scheduler.
- A typical implementation would store the task in an internal data structure, which would
- be serviced by threads that would execute those tasks at some time in the future.
-
-
- This method is only meant to be called by the .NET Framework and
- should not be called directly by the derived class. This is necessary
- for maintaining the consistency of the system.
-
-
- The Task to be queued.
- The argument is null.
-
-
-
- Determines whether the provided Task
- can be executed synchronously in this call, and if it can, executes it.
-
-
-
- A class derived from TaskScheduler implements this function to
- support inline execution of a task on a thread that initiates a wait on that task object. Inline
- execution is optional, and the request may be rejected by returning false. However, better
- scalability typically results the more tasks that can be inlined, and in fact a scheduler that
- inlines too little may be prone to deadlocks. A proper implementation should ensure that a
- request executing under the policies guaranteed by the scheduler can successfully inline. For
- example, if a scheduler uses a dedicated thread to execute tasks, any inlining requests from that
- thread should succeed.
-
-
- If a scheduler decides to perform the inline execution, it should do so by calling to the base
- TaskScheduler's
- TryExecuteTask method with the provided task object, propagating
- the return value. It may also be appropriate for the scheduler to remove an inlined task from its
- internal data structures if it decides to honor the inlining request. Note, however, that under
- some circumstances a scheduler may be asked to inline a task that was not previously provided to
- it with the method.
-
-
- The derived scheduler is responsible for making sure that the calling thread is suitable for
- executing the given task as far as its own scheduling and execution policies are concerned.
-
-
- The Task to be
- executed.
- A Boolean denoting whether or not task has previously been
- queued. If this parameter is True, then the task may have been previously queued (scheduled); if
- False, then the task is known not to have been queued, and this call is being made in order to
- execute the task inline without queueing it.
- A Boolean value indicating whether the task was executed inline.
- The argument is
- null.
- The was already
- executed.
-
-
-
- Generates an enumerable of Task instances
- currently queued to the scheduler waiting to be executed.
-
-
-
- A class derived from implements this method in order to support
- integration with debuggers. This method will only be invoked by the .NET Framework when the
- debugger requests access to the data. The enumerable returned will be traversed by debugging
- utilities to access the tasks currently queued to this scheduler, enabling the debugger to
- provide a representation of this information in the user interface.
-
-
- It is important to note that, when this method is called, all other threads in the process will
- be frozen. Therefore, it's important to avoid synchronization with other threads that may lead to
- blocking. If synchronization is necessary, the method should prefer to throw a
- than to block, which could cause a debugger to experience delays. Additionally, this method and
- the enumerable returned must not modify any globally visible state.
-
-
- The returned enumerable should never be null. If there are currently no queued tasks, an empty
- enumerable should be returned instead.
-
-
- For developers implementing a custom debugger, this method shouldn't be called directly, but
- rather this functionality should be accessed through the internal wrapper method
- GetScheduledTasksForDebugger:
- internal Task[] GetScheduledTasksForDebugger(). This method returns an array of tasks,
- rather than an enumerable. In order to retrieve a list of active schedulers, a debugger may use
- another internal method: internal static TaskScheduler[] GetTaskSchedulersForDebugger().
- This static method returns an array of all active TaskScheduler instances.
- GetScheduledTasksForDebugger then may be used on each of these scheduler instances to retrieve
- the list of scheduled tasks for each.
-
-
- An enumerable that allows traversal of tasks currently queued to this scheduler.
-
-
- This scheduler is unable to generate a list of queued tasks at this time.
-
-
-
-
- Retrieves some thread static state that can be cached and passed to multiple
- TryRunInline calls, avoiding superflous TLS fetches.
-
- A bag of TLS state (or null if none exists).
-
-
-
- Attempts to execute the target task synchronously.
-
- The task to run.
- True if the task may have been previously queued,
- false if the task was absolutely not previously queued.
- The state retrieved from GetThreadStatics
- True if it ran, false otherwise.
-
-
-
- Attempts to dequeue a Task that was previously queued to
- this scheduler.
-
- The Task to be dequeued.
- A Boolean denoting whether the argument was successfully dequeued.
- The argument is null.
-
-
-
- Notifies the scheduler that a work item has made progress.
-
-
-
-
- Initializes the .
-
-
-
-
- Frees all resources associated with this scheduler.
-
-
-
-
- Creates a
- associated with the current .
-
-
- All Task instances queued to
- the returned scheduler will be executed through a call to the
- Post method
- on that context.
-
-
- A associated with
- the current SynchronizationContext, as
- determined by SynchronizationContext.Current.
-
-
- The current SynchronizationContext may not be used as a TaskScheduler.
-
-
-
-
- Attempts to execute the provided Task
- on this scheduler.
-
-
-
- Scheduler implementations are provided with Task
- instances to be executed through either the method or the
- method. When the scheduler deems it appropriate to run the
- provided task, should be used to do so. TryExecuteTask handles all
- aspects of executing a task, including action invocation, exception handling, state management,
- and lifecycle control.
-
-
- must only be used for tasks provided to this scheduler by the .NET
- Framework infrastructure. It should not be used to execute arbitrary tasks obtained through
- custom mechanisms.
-
-
-
- A Task object to be executed.
-
- The is not associated with this scheduler.
-
- A Boolean that is true if was successfully executed, false if it
- was not. A common reason for execution failure is that the task had previously been executed or
- is in the process of being executed by another thread.
-
-
-
- Provides an array of all queued Task instances
- for the debugger.
-
-
- The returned array is populated through a call to .
- Note that this function is only meant to be invoked by a debugger remotely.
- It should not be called by any other codepaths.
-
- An array of Task instances.
-
- This scheduler is unable to generate a list of queued tasks at this time.
-
-
-
-
- Provides an array of all active TaskScheduler
- instances for the debugger.
-
-
- This function is only meant to be invoked by a debugger remotely.
- It should not be called by any other codepaths.
-
- An array of TaskScheduler instances.
-
-
-
- Registers a new TaskScheduler instance in the global collection of schedulers.
-
-
-
-
- Removes a TaskScheduler instance from the global collection of schedulers.
-
-
-
-
- Indicates the maximum concurrency level this
- is able to support.
-
-
-
-
- Indicates whether this is a custom scheduler, in which case the safe code paths will be taken upon task entry
- using a CAS to transition from queued state to executing.
-
-
-
-
- Gets the default TaskScheduler instance.
-
-
-
-
- Gets the TaskScheduler
- associated with the currently executing task.
-
-
- When not called from within a task, will return the scheduler.
-
-
-
-
- Gets the unique ID for this .
-
-
-
-
- Occurs when a faulted 's unobserved exception is about to trigger exception escalation
- policy, which, by default, would terminate the process.
-
-
- This AppDomain-wide event provides a mechanism to prevent exception
- escalation policy (which, by default, terminates the process) from triggering.
- Each handler is passed a
- instance, which may be used to examine the exception and to mark it as observed.
-
-
-
-
- Nested class that provides debugger view for TaskScheduler
-
-
-
- Default thread pool scheduler.
-
-
-
- A TaskScheduler implementation that executes all tasks queued to it through a call to
- on the
- that its associated with. The default constructor for this class binds to the current
-
-
-
-
- Constructs a SynchronizationContextTaskScheduler associated with
-
- This constructor expects to be set.
-
-
-
- Implemetation of for this scheduler class.
-
- Simply posts the tasks to be executed on the associated .
-
-
-
-
-
- Implementation of for this scheduler class.
-
- The task will be executed inline only if the call happens within
- the associated .
-
-
-
-
-
-
- Implementes the property for
- this scheduler class.
-
- By default it returns 1, because a based
- scheduler only supports execution on a single thread.
-
-
-
-
- Provides data for the event that is raised when a faulted 's
- exception goes unobserved.
-
-
- The Exception property is used to examine the exception without marking it
- as observed, whereas the method is used to mark the exception
- as observed. Marking the exception as observed prevents it from triggering exception escalation policy
- which, by default, terminates the process.
-
-
-
-
- Initializes a new instance of the class
- with the unobserved exception.
-
- The Exception that has gone unobserved.
-
-
-
- Marks the as "observed," thus preventing it
- from triggering exception escalation policy which, by default, terminates the process.
-
-
-
-
- Gets whether this exception has been marked as "observed."
-
-
-
-
- The Exception that went unobserved.
-
-
-
-
- Represents an exception used to communicate an invalid operation by a
- .
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the
- class with a specified error message.
-
- The error message that explains the reason for the exception.
-
-
-
- Initializes a new instance of the
- class using the default error message and a reference to the inner exception that is the cause of
- this exception.
-
- The exception that is the cause of the current exception.
-
-
-
- Initializes a new instance of the
- class with a specified error message and a reference to the inner exception that is the cause of
- this exception.
-
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception.
-
-
-
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl4+win8+wp71+wpa81/ensureRedirect.xml b/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl4+win8+wp71+wpa81/ensureRedirect.xml
deleted file mode 100644
index e69de29..0000000
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl4+win8+wp8+wpa81/System.IO.dll b/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl4+win8+wp8+wpa81/System.IO.dll
deleted file mode 100644
index 01edf72..0000000
Binary files a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl4+win8+wp8+wpa81/System.IO.dll and /dev/null differ
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl4+win8+wp8+wpa81/System.IO.xml b/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl4+win8+wp8+wpa81/System.IO.xml
deleted file mode 100644
index e832734..0000000
--- a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl4+win8+wp8+wpa81/System.IO.xml
+++ /dev/null
@@ -1,51 +0,0 @@
-
-
-
- System.IO
-
-
-
-
- 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 Found invalid data while decoding..
-
-
-
-
- The exception that is thrown when a data stream is in an invalid format.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class with a specified error message.
-
- The error message that explains the reason for the exception.
-
-
-
- Initializes a new instance of the class with a reference to the inner exception that is the cause of this exception.
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception. If the parameter is not null, the current exception is raised in a catch block that handles the inner exception.
-
-
-
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl4+win8+wp8+wpa81/System.Runtime.dll b/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl4+win8+wp8+wpa81/System.Runtime.dll
deleted file mode 100644
index 967bb30..0000000
Binary files a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl4+win8+wp8+wpa81/System.Runtime.dll and /dev/null differ
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl4+win8+wp8+wpa81/System.Runtime.xml b/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl4+win8+wp8+wpa81/System.Runtime.xml
deleted file mode 100644
index 93cb00d..0000000
--- a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl4+win8+wp8+wpa81/System.Runtime.xml
+++ /dev/null
@@ -1,56 +0,0 @@
-
-
-
- System.Runtime
-
-
-
- Defines a provider for progress updates.
- The type of progress update value.
-
-
- Reports a progress update.
- The value of the updated progress.
-
-
- Identities the async state machine type for this method.
-
-
- Identities the state machine type for this method.
-
-
- Initializes the attribute.
- The type that implements the state machine.
-
-
- Gets the type that implements the state machine.
-
-
- Initializes the attribute.
- The type that implements the state machine.
-
-
-
- Allows you to obtain the method or property name of the caller to the method.
-
-
-
-
- Allows you to obtain the line number in the source file at which the method is called.
-
-
-
-
- Allows you to obtain the full path of the source file that contains the caller.
- This is the file path at the time of compile.
-
-
-
- Identities the iterator state machine type for this method.
-
-
- Initializes the attribute.
- The type that implements the state machine.
-
-
-
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl4+win8+wp8+wpa81/System.Threading.Tasks.dll b/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl4+win8+wp8+wpa81/System.Threading.Tasks.dll
deleted file mode 100644
index 03d08ad..0000000
Binary files a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl4+win8+wp8+wpa81/System.Threading.Tasks.dll and /dev/null differ
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl4+win8+wp8+wpa81/System.Threading.Tasks.xml b/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl4+win8+wp8+wpa81/System.Threading.Tasks.xml
deleted file mode 100644
index 6c77012..0000000
--- a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl4+win8+wp8+wpa81/System.Threading.Tasks.xml
+++ /dev/null
@@ -1,8969 +0,0 @@
-
-
-
- System.Threading.Tasks
-
-
-
- Represents one or more errors that occur during application execution.
-
- is used to consolidate multiple failures into a single, throwable
- exception object.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class with
- a specified error message.
-
- The error message that explains the reason for the exception.
-
-
-
- Initializes a new instance of the class with a specified error
- message and a reference to the inner exception that is the cause of this exception.
-
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception.
- The argument
- is null.
-
-
-
- Initializes a new instance of the class with
- references to the inner exceptions that are the cause of this exception.
-
- The exceptions that are the cause of the current exception.
- The argument
- is null.
- An element of is
- null.
-
-
-
- Initializes a new instance of the class with
- references to the inner exceptions that are the cause of this exception.
-
- The exceptions that are the cause of the current exception.
- The argument
- is null.
- An element of is
- null.
-
-
-
- Initializes a new instance of the class with a specified error
- message and references to the inner exceptions that are the cause of this exception.
-
- The error message that explains the reason for the exception.
- The exceptions that are the cause of the current exception.
- The argument
- is null.
- An element of is
- null.
-
-
-
- Initializes a new instance of the class with a specified error
- message and references to the inner exceptions that are the cause of this exception.
-
- The error message that explains the reason for the exception.
- The exceptions that are the cause of the current exception.
- The argument
- is null.
- An element of is
- null.
-
-
-
- Allocates a new aggregate exception with the specified message and list of inner exceptions.
-
- The error message that explains the reason for the exception.
- The exceptions that are the cause of the current exception.
- The argument
- is null.
- An element of is
- null.
-
-
-
- Returns the that is the root cause of this exception.
-
-
-
-
- Invokes a handler on each contained by this .
-
- The predicate to execute for each exception. The predicate accepts as an
- argument the to be processed and returns a Boolean to indicate
- whether the exception was handled.
-
- Each invocation of the returns true or false to indicate whether the
- was handled. After all invocations, if any exceptions went
- unhandled, all unhandled exceptions will be put into a new
- which will be thrown. Otherwise, the method simply returns. If any
- invocations of the throws an exception, it will halt the processing
- of any more exceptions and immediately propagate the thrown exception as-is.
-
- An exception contained by this was not handled.
- The argument is
- null.
-
-
-
- Flattens an instances into a single, new instance.
-
- A new, flattened .
-
- If any inner exceptions are themselves instances of
- , this method will recursively flatten all of them. The
- inner exceptions returned in the new
- will be the union of all of the the inner exceptions from exception tree rooted at the provided
- instance.
-
-
-
-
- Creates and returns a string representation of the current .
-
- A string representation of the current exception.
-
-
-
- Gets a read-only collection of the instances that caused the
- current exception.
-
-
-
-
- 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 One or more errors occurred..
-
-
-
-
- Looks up a localized string similar to An element of innerExceptions was null..
-
-
-
-
- Looks up a localized string similar to {0}{1}---> (Inner Exception #{2}) {3}{4}{5}.
-
-
-
-
- Looks up a localized string similar to No tokens were supplied..
-
-
-
-
- Looks up a localized string similar to The CancellationTokenSource associated with this CancellationToken has been disposed..
-
-
-
-
- Looks up a localized string similar to The CancellationTokenSource has been disposed..
-
-
-
-
- Looks up a localized string similar to The SyncRoot property may not be used for the synchronization of concurrent collections..
-
-
-
-
- Looks up a localized string similar to The array is multidimensional, or the type parameter for the set cannot be cast automatically to the type of the destination array..
-
-
-
-
- Looks up a localized string similar to The index is equal to or greater than the length of the array, or the number of elements in the dictionary is greater than the available space from index to the end of the destination array..
-
-
-
-
- Looks up a localized string similar to The capacity argument must be greater than or equal to zero..
-
-
-
-
- Looks up a localized string similar to The concurrencyLevel argument must be positive..
-
-
-
-
- Looks up a localized string similar to The index argument is less than zero..
-
-
-
-
- Looks up a localized string similar to TKey is a reference type and item.Key is null..
-
-
-
-
- Looks up a localized string similar to The key already existed in the dictionary..
-
-
-
-
- Looks up a localized string similar to The source argument contains duplicate keys..
-
-
-
-
- Looks up a localized string similar to The key was of an incorrect type for this dictionary..
-
-
-
-
- Looks up a localized string similar to The value was of an incorrect type for this dictionary..
-
-
-
-
- Looks up a localized string similar to The lazily-initialized type does not have a public, parameterless constructor..
-
-
-
-
- Looks up a localized string similar to ValueFactory returned null..
-
-
-
-
- Looks up a localized string similar to The spinCount argument must be in the range 0 to {0}, inclusive..
-
-
-
-
- Looks up a localized string similar to There are too many threads currently waiting on the event. A maximum of {0} waiting threads are supported..
-
-
-
-
- Looks up a localized string similar to The event has been disposed..
-
-
-
-
- Looks up a localized string similar to The operation was canceled..
-
-
-
-
- Looks up a localized string similar to The condition argument is null..
-
-
-
-
- Looks up a localized string similar to The timeout must represent a value between -1 and Int32.MaxValue, inclusive..
-
-
-
-
- Looks up a localized string similar to The specified TaskContinuationOptions combined LongRunning and ExecuteSynchronously. Synchronous continuations should not be long running..
-
-
-
-
- Looks up a localized string similar to The specified TaskContinuationOptions excluded all continuation kinds..
-
-
-
-
- Looks up a localized string similar to (Internal)An attempt was made to create a LongRunning SelfReplicating task..
-
-
-
-
- Looks up a localized string similar to The value needs to translate in milliseconds to -1 (signifying an infinite timeout), 0 or a positive integer less than or equal to Int32.MaxValue..
-
-
-
-
- Looks up a localized string similar to The value needs to be either -1 (signifying an infinite timeout), 0 or a positive integer..
-
-
-
-
- Looks up a localized string similar to A task may only be disposed if it is in a completion state (RanToCompletion, Faulted or Canceled)..
-
-
-
-
- Looks up a localized string similar to It is invalid to specify TaskCreationOptions.LongRunning in calls to FromAsync..
-
-
-
-
- Looks up a localized string similar to It is invalid to specify TaskCreationOptions.PreferFairness in calls to FromAsync..
-
-
-
-
- Looks up a localized string similar to It is invalid to specify TaskCreationOptions.SelfReplicating in calls to FromAsync..
-
-
-
-
- Looks up a localized string similar to FromAsync was called with a TaskManager that had already shut down..
-
-
-
-
- Looks up a localized string similar to The tasks argument contains no tasks..
-
-
-
-
- Looks up a localized string similar to It is invalid to exclude specific continuation kinds for continuations off of multiple tasks..
-
-
-
-
- Looks up a localized string similar to The tasks argument included a null value..
-
-
-
-
- Looks up a localized string similar to RunSynchronously may not be called on a task that was already started..
-
-
-
-
- Looks up a localized string similar to RunSynchronously may not be called on a continuation task..
-
-
-
-
- Looks up a localized string similar to RunSynchronously may not be called on a task not bound to a delegate, such as the task returned from an asynchronous method..
-
-
-
-
- Looks up a localized string similar to RunSynchronously may not be called on a task that has already completed..
-
-
-
-
- Looks up a localized string similar to Start may not be called on a task that was already started..
-
-
-
-
- Looks up a localized string similar to Start may not be called on a continuation task..
-
-
-
-
- Looks up a localized string similar to Start may not be called on a task with null action..
-
-
-
-
- Looks up a localized string similar to Start may not be called on a promise-style task..
-
-
-
-
- Looks up a localized string similar to Start may not be called on a task that has completed..
-
-
-
-
- Looks up a localized string similar to The task has been disposed..
-
-
-
-
- Looks up a localized string similar to The tasks array included at least one null element..
-
-
-
-
- Looks up a localized string similar to The awaited task has not yet completed..
-
-
-
-
- Looks up a localized string similar to A task was canceled..
-
-
-
-
- Looks up a localized string similar to The exceptions collection was empty..
-
-
-
-
- Looks up a localized string similar to The exceptions collection included at least one null element..
-
-
-
-
- Looks up a localized string similar to A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread..
-
-
-
-
- Looks up a localized string similar to (Internal)Expected an Exception or an IEnumerable<Exception>.
-
-
-
-
- Looks up a localized string similar to ExecuteTask may not be called for a task which was already executed..
-
-
-
-
- Looks up a localized string similar to ExecuteTask may not be called for a task which was previously queued to a different TaskScheduler..
-
-
-
-
- Looks up a localized string similar to The current SynchronizationContext may not be used as a TaskScheduler..
-
-
-
-
- Looks up a localized string similar to The TryExecuteTaskInline call to the underlying scheduler succeeded, but the task body was not invoked..
-
-
-
-
- Looks up a localized string similar to An exception was thrown by a TaskScheduler..
-
-
-
-
- Looks up a localized string similar to It is invalid to specify TaskCreationOptions.SelfReplicating for a Task<TResult>..
-
-
-
-
- Looks up a localized string similar to {Not yet computed}.
-
-
-
-
- Looks up a localized string similar to A task's Exception may only be set directly if the task was created without a function..
-
-
-
-
- Looks up a localized string similar to An attempt was made to transition a task to a final state when it had already completed..
-
-
-
-
- Represents a thread-safe collection of keys and values.
-
- The type of the keys in the dictionary.
- The type of the values in the dictionary.
-
- All public and protected members of are thread-safe and may be used
- concurrently from multiple threads.
-
-
-
-
- Initializes a new instance of the
- class that is empty, has the default concurrency level, has the default initial capacity, and
- uses the default comparer for the key type.
-
-
-
-
- Initializes a new instance of the
- class that is empty, has the specified concurrency level and capacity, and uses the default
- comparer for the key type.
-
- The estimated number of threads that will update the
- concurrently.
- The initial number of elements that the
- can contain.
- is
- less than 1.
- is less than
- 0.
-
-
-
- Initializes a new instance of the
- class that contains elements copied from the specified , has the default concurrency
- level, has the default initial capacity, and uses the default comparer for the key type.
-
- The whose elements are copied to
- the new
- .
- is a null reference
- (Nothing in Visual Basic).
- contains one or more
- duplicate keys.
-
-
-
- Initializes a new instance of the
- class that is empty, has the specified concurrency level and capacity, and uses the specified
- .
-
- The
- implementation to use when comparing keys.
- is a null reference
- (Nothing in Visual Basic).
-
-
-
- Initializes a new instance of the
- class that contains elements copied from the specified , has the default concurrency level, has the default
- initial capacity, and uses the specified
- .
-
- The whose elements are copied to
- the new
- .
- The
- implementation to use when comparing keys.
- is a null reference
- (Nothing in Visual Basic). -or-
- is a null reference (Nothing in Visual Basic).
-
-
-
-
- Initializes a new instance of the
- class that contains elements copied from the specified ,
- has the specified concurrency level, has the specified initial capacity, and uses the specified
- .
-
- The estimated number of threads that will update the
- concurrently.
- The whose elements are copied to the new
- .
- The implementation to use
- when comparing keys.
-
- is a null reference (Nothing in Visual Basic).
- -or-
- is a null reference (Nothing in Visual Basic).
-
-
- is less than 1.
-
- contains one or more duplicate keys.
-
-
-
- Initializes a new instance of the
- class that is empty, has the specified concurrency level, has the specified initial capacity, and
- uses the specified .
-
- The estimated number of threads that will update the
- concurrently.
- The initial number of elements that the
- can contain.
- The
- implementation to use when comparing keys.
-
- is less than 1. -or-
- is less than 0.
-
- is a null reference
- (Nothing in Visual Basic).
-
-
-
- Attempts to add the specified key and value to the .
-
- The key of the element to add.
- The value of the element to add. The value can be a null reference (Nothing
- in Visual Basic) for reference types.
- true if the key/value pair was added to the
- successfully; otherwise, false.
- is null reference
- (Nothing in Visual Basic).
- The
- contains too many elements.
-
-
-
- Determines whether the contains the specified
- key.
-
- The key to locate in the .
- true if the contains an element with
- the specified key; otherwise, false.
- is a null reference
- (Nothing in Visual Basic).
-
-
-
- Attempts to remove and return the the value with the specified key from the
- .
-
- The key of the element to remove and return.
- When this method returns, contains the object removed from the
- or the default value of
- if the operation failed.
- true if an object was removed successfully; otherwise, false.
- is a null reference
- (Nothing in Visual Basic).
-
-
-
- Removes the specified key from the dictionary if it exists and returns its associated value.
- If matchValue flag is set, the key will be removed only if is associated with a particular
- value.
-
- The key to search for and remove if it exists.
- The variable into which the removed value, if found, is stored.
- Whether removal of the key is conditional on its value.
- The conditional value to compare against if is true
-
-
-
-
- Attempts to get the value associated with the specified key from the .
-
- The key of the value to get.
- When this method returns, contains the object from
- the
- with the spedified key or the default value of
- , if the operation failed.
- true if the key was found in the ;
- otherwise, false.
- is a null reference
- (Nothing in Visual Basic).
-
-
-
- Compares the existing value for the specified key with a specified value, and if they’re equal,
- updates the key with a third value.
-
- The key whose value is compared with and
- possibly replaced.
- The value that replaces the value of the element with if the comparison results in equality.
- The value that is compared to the value of the element with
- .
- true if the value with was equal to and replaced with ; otherwise,
- false.
- is a null
- reference.
-
-
-
- Removes all keys and values from the .
-
-
-
-
- Copies the elements of the to an array of
- type , starting at the
- specified array index.
-
- The one-dimensional array of type
- that is the destination of the elements copied from the . The array must have zero-based indexing.
- The zero-based index in at which copying
- begins.
- is a null reference
- (Nothing in Visual Basic).
- is less than
- 0.
- is equal to or greater than
- the length of the . -or- The number of elements in the source
- is greater than the available space from to the end of the destination
- .
-
-
-
- Copies the key and value pairs stored in the to a
- new array.
-
- A new array containing a snapshot of key and value pairs copied from the .
-
-
-
- Copy dictionary contents to an array - shared implementation between ToArray and CopyTo.
-
- Important: the caller must hold all locks in m_locks before calling CopyToPairs.
-
-
-
-
- Copy dictionary contents to an array - shared implementation between ToArray and CopyTo.
-
- Important: the caller must hold all locks in m_locks before calling CopyToEntries.
-
-
-
-
- Copy dictionary contents to an array - shared implementation between ToArray and CopyTo.
-
- Important: the caller must hold all locks in m_locks before calling CopyToObjects.
-
-
-
- Returns an enumerator that iterates through the .
- An enumerator for the .
-
- The enumerator returned from the dictionary is safe to use concurrently with
- reads and writes to the dictionary, however it does not represent a moment-in-time snapshot
- of the dictionary. The contents exposed through the enumerator may contain modifications
- made to the dictionary after was called.
-
-
-
-
- Shared internal implementation for inserts and updates.
- If key exists, we always return false; and if updateIfExists == true we force update with value;
- If key doesn't exist, we always add value and return true;
-
-
-
-
- Adds a key/value pair to the
- if the key does not already exist.
-
- The key of the element to add.
- The function used to generate a value for the key
- is a null reference
- (Nothing in Visual Basic).
- is a null reference
- (Nothing in Visual Basic).
- The dictionary contains too many
- elements.
- The value for the key. This will be either the existing value for the key if the
- key is already in the dictionary, or the new value for the key as returned by valueFactory
- if the key was not in the dictionary.
-
-
-
- Adds a key/value pair to the
- if the key does not already exist.
-
- The key of the element to add.
- the value to be added, if the key does not already exist
- is a null reference
- (Nothing in Visual Basic).
- The dictionary contains too many
- elements.
- The value for the key. This will be either the existing value for the key if the
- key is already in the dictionary, or the new value if the key was not in the dictionary.
-
-
-
- Adds a key/value pair to the if the key does not already
- exist, or updates a key/value pair in the if the key
- already exists.
-
- The key to be added or whose value should be updated
- The function used to generate a value for an absent key
- The function used to generate a new value for an existing key
- based on the key's existing value
- is a null reference
- (Nothing in Visual Basic).
- is a null reference
- (Nothing in Visual Basic).
- is a null reference
- (Nothing in Visual Basic).
- The dictionary contains too many
- elements.
- The new value for the key. This will be either be the result of addValueFactory (if the key was
- absent) or the result of updateValueFactory (if the key was present).
-
-
-
- Adds a key/value pair to the if the key does not already
- exist, or updates a key/value pair in the if the key
- already exists.
-
- The key to be added or whose value should be updated
- The value to be added for an absent key
- The function used to generate a new value for an existing key based on
- the key's existing value
- is a null reference
- (Nothing in Visual Basic).
- is a null reference
- (Nothing in Visual Basic).
- The dictionary contains too many
- elements.
- The new value for the key. This will be either be the result of addValueFactory (if the key was
- absent) or the result of updateValueFactory (if the key was present).
-
-
-
- Adds the specified key and value to the .
-
- The object to use as the key of the element to add.
- The object to use as the value of the element to add.
- is a null reference
- (Nothing in Visual Basic).
- The dictionary contains too many
- elements.
-
- An element with the same key already exists in the .
-
-
-
- Removes the element with the specified key from the .
-
- The key of the element to remove.
- true if the element is successfully remove; otherwise false. This method also returns
- false if
- was not found in the original .
-
- is a null reference
- (Nothing in Visual Basic).
-
-
-
- Adds the specified value to the
- with the specified key.
-
- The
- structure representing the key and value to add to the .
- The of is null.
- The
- contains too many elements.
- An element with the same key already exists in the
-
-
-
-
- Determines whether the
- contains a specific key and value.
-
- The
- structure to locate in the .
- true if the is found in the ; otherwise, false.
-
-
-
- Removes a key and value from the dictionary.
-
- The
- structure representing the key and value to remove from the .
- true if the key and value represented by is successfully
- found and removed; otherwise, false.
- The Key property of is a null reference (Nothing in Visual Basic).
-
-
- Returns an enumerator that iterates through the .
- An enumerator for the .
-
- The enumerator returned from the dictionary is safe to use concurrently with
- reads and writes to the dictionary, however it does not represent a moment-in-time snapshot
- of the dictionary. The contents exposed through the enumerator may contain modifications
- made to the dictionary after was called.
-
-
-
-
- Adds the specified key and value to the dictionary.
-
- The object to use as the key.
- The object to use as the value.
- is a null reference
- (Nothing in Visual Basic).
- The dictionary contains too many
- elements.
-
- is of a type that is not assignable to the key type of the . -or-
- is of a type that is not assignable to ,
- the type of values in the .
- -or- A value with the same key already exists in the .
-
-
-
-
- Gets whether the contains an
- element with the specified key.
-
- The key to locate in the .
- true if the contains
- an element with the specified key; otherwise, false.
- is a null reference
- (Nothing in Visual Basic).
-
-
- Provides an for the
- .
- An for the .
-
-
-
- Removes the element with the specified key from the .
-
- The key of the element to remove.
- is a null reference
- (Nothing in Visual Basic).
-
-
-
- Copies the elements of the to an array, starting
- at the specified array index.
-
- The one-dimensional array that is the destination of the elements copied from
- the . The array must have zero-based
- indexing.
- The zero-based index in at which copying
- begins.
- is a null reference
- (Nothing in Visual Basic).
- is less than
- 0.
- is equal to or greater than
- the length of the . -or- The number of elements in the source
- is greater than the available space from to the end of the destination
- .
-
-
-
- Replaces the internal table with a larger one. To prevent multiple threads from resizing the
- table as a result of races, the table of buckets that was deemed too small is passed in as
- an argument to GrowTable(). GrowTable() obtains a lock, and then checks whether the bucket
- table has been replaced in the meantime or not.
-
- Reference to the bucket table that was deemed too small.
-
-
-
- Computes the bucket and lock number for a particular key.
-
-
-
-
- Acquires all locks for this hash table, and increments locksAcquired by the number
- of locks that were successfully acquired. The locks are acquired in an increasing
- order.
-
-
-
-
- Acquires a contiguous range of locks for this hash table, and increments locksAcquired
- by the number of locks that were successfully acquired. The locks are acquired in an
- increasing order.
-
-
-
-
- Releases a contiguous range of locks.
-
-
-
-
- Gets a collection containing the keys in the dictionary.
-
-
-
-
- Gets a collection containing the values in the dictionary.
-
-
-
-
- A helper method for asserts.
-
-
-
-
- Get the data array to be serialized
-
-
-
-
- Construct the dictionary from a previously seiralized one
-
-
-
-
- Gets or sets the value associated with the specified key.
-
- The key of the value to get or set.
- The value associated with the specified key. If the specified key is not found, a get
- operation throws a
- , and a set operation creates a new
- element with the specified key.
- is a null reference
- (Nothing in Visual Basic).
- The property is retrieved and
-
- does not exist in the collection.
-
-
-
- Gets the number of key/value pairs contained in the .
-
- The dictionary contains too many
- elements.
- The number of key/value paris contained in the .
- Count has snapshot semantics and represents the number of items in the
- at the moment when Count was accessed.
-
-
-
- Gets a value that indicates whether the is empty.
-
- true if the is empty; otherwise,
- false.
-
-
-
- Gets a collection containing the keys in the .
-
- An containing the keys in the
- .
-
-
-
- Gets a collection containing the values in the .
-
- An containing the values in
- the
- .
-
-
-
- Gets a value indicating whether the dictionary is read-only.
-
- true if the is
- read-only; otherwise, false. For , this property always returns
- false.
-
-
-
- Gets a value indicating whether the has a fixed size.
-
- true if the has a
- fixed size; otherwise, false. For , this property always
- returns false.
-
-
-
- Gets a value indicating whether the is read-only.
-
- true if the is
- read-only; otherwise, false. For , this property always
- returns false.
-
-
-
- Gets an containing the keys of the .
-
- An containing the keys of the .
-
-
-
- Gets an containing the values in the .
-
- An containing the values in the .
-
-
-
- Gets or sets the value associated with the specified key.
-
- The key of the value to get or set.
- The value associated with the specified key, or a null reference (Nothing in Visual Basic)
- if is not in the dictionary or is of a type that is
- not assignable to the key type of the .
- is a null reference
- (Nothing in Visual Basic).
-
- A value is being assigned, and is of a type that is not assignable to the
- key type of the . -or- A value is being
- assigned, and is of a type that is not assignable to the value type
- of the
-
-
-
-
- Gets a value indicating whether access to the is
- synchronized with the SyncRoot.
-
- true if access to the is synchronized
- (thread safe); otherwise, false. For , this property always
- returns false.
-
-
-
- Gets an object that can be used to synchronize access to the . This property is not supported.
-
- The SyncRoot property is not supported.
-
-
-
- The number of concurrent writes for which to optimize by default.
-
-
-
-
- A node in a singly-linked list representing a particular hash table bucket.
-
-
-
-
- A private class to represent enumeration over the dictionary that implements the
- IDictionaryEnumerator interface.
-
-
-
- Throws the exception on the ThreadPool.
- The exception to propagate.
- The target context on which to propagate the exception. Null to use the ThreadPool.
-
-
- Copies the exception's stack trace so its stack trace isn't overwritten.
- The exception to prepare.
-
-
-
- Provides a builder for asynchronous methods that return .
- This type is intended for compiler use only.
-
-
- AsyncTaskMethodBuilder is a value type, and thus it is copied by value.
- Prior to being copied, one of its Task, SetResult, or SetException members must be accessed,
- or else the copies may end up building distinct Task instances.
-
-
-
- Represents an asynchronous method builder.
-
-
- A cached VoidTaskResult task used for builders that complete synchronously.
-
-
- The generic builder object to which this non-generic instance delegates.
-
-
- Initializes a new .
- The initialized .
-
-
- Initiates the builder's execution with the associated state machine.
- Specifies the type of the state machine.
- The state machine instance, passed by reference.
-
-
- Associates the builder with the state machine it represents.
- The heap-allocated state machine object.
- The argument was null (Nothing in Visual Basic).
- The builder is incorrectly initialized.
-
-
- Perform any initialization necessary prior to lifting the builder to the heap.
-
-
-
- Schedules the specified state machine to be pushed forward when the specified awaiter completes.
-
- Specifies the type of the awaiter.
- Specifies the type of the state machine.
- The awaiter.
- The state machine.
-
-
-
- Schedules the specified state machine to be pushed forward when the specified awaiter completes.
-
- Specifies the type of the awaiter.
- Specifies the type of the state machine.
- The awaiter.
- The state machine.
-
-
-
- Completes the in the
- RanToCompletion state.
-
- The builder is not initialized.
- The task has already completed.
-
-
-
- Completes the in the
- Faulted state with the specified exception.
-
- The to use to fault the task.
- The argument is null (Nothing in Visual Basic).
- The builder is not initialized.
- The task has already completed.
-
-
-
- Called by the debugger to request notification when the first wait operation
- (await, Wait, Result, etc.) on this builder's task completes.
-
-
- true to enable notification; false to disable a previously set notification.
-
-
-
- Gets the for this builder.
- The representing the builder's asynchronous operation.
- The builder is not initialized.
-
-
-
- Gets an object that may be used to uniquely identify this builder to the debugger.
-
-
- This property lazily instantiates the ID in a non-thread-safe manner.
- It must only be used by the debugger, and only in a single-threaded manner
- when no other threads are in the middle of accessing this property or this.Task.
-
-
-
- Holds state related to the builder's IAsyncStateMachine.
- This is a mutable struct. Be very delicate with it.
-
-
- A reference to the heap-allocated state machine object associated with this builder.
-
-
- Initiates the builder's execution with the associated state machine.
- Specifies the type of the state machine.
- The state machine instance, passed by reference.
- The argument is null (Nothing in Visual Basic).
-
-
- Associates the builder with the state machine it represents.
- The heap-allocated state machine object.
- The argument was null (Nothing in Visual Basic).
- The builder is incorrectly initialized.
-
-
-
- Gets the Action to use with an awaiter's OnCompleted or UnsafeOnCompleted method.
- On first invocation, the supplied state machine will be boxed.
-
- Specifies the type of the method builder used.
- Specifies the type of the state machine used.
- The builder.
- The state machine.
- An Action to provide to the awaiter.
-
-
- Provides the ability to invoke a state machine's MoveNext method under a supplied ExecutionContext.
-
-
- The context with which to run MoveNext.
-
-
- The state machine whose MoveNext method should be invoked.
-
-
- Initializes the runner.
- The context with which to run MoveNext.
-
-
- Invokes MoveNext under the provided context.
-
-
- Cached delegate used with ExecutionContext.Run.
-
-
- Invokes the MoveNext method on the supplied IAsyncStateMachine.
- The IAsyncStateMachine machine instance.
-
-
-
- Provides a builder for asynchronous methods that return void.
- This type is intended for compiler use only.
-
-
-
- The synchronization context associated with this operation.
-
-
- State related to the IAsyncStateMachine.
-
-
- An object used by the debugger to uniquely identify this builder. Lazily initialized.
-
-
- Temporary support for disabling crashing if tasks go unobserved.
-
-
- Registers with UnobservedTaskException to suppress exception crashing.
-
-
- Non-zero if PreventUnobservedTaskExceptions has already been invoked.
-
-
- Initializes a new .
- The initialized .
-
-
- Initializes the .
- The synchronizationContext associated with this operation. This may be null.
-
-
- Initiates the builder's execution with the associated state machine.
- Specifies the type of the state machine.
- The state machine instance, passed by reference.
- The argument was null (Nothing in Visual Basic).
-
-
- Associates the builder with the state machine it represents.
- The heap-allocated state machine object.
- The argument was null (Nothing in Visual Basic).
- The builder is incorrectly initialized.
-
-
- Perform any initialization necessary prior to lifting the builder to the heap.
-
-
-
- Schedules the specified state machine to be pushed forward when the specified awaiter completes.
-
- Specifies the type of the awaiter.
- Specifies the type of the state machine.
- The awaiter.
- The state machine.
-
-
-
- Schedules the specified state machine to be pushed forward when the specified awaiter completes.
-
- Specifies the type of the awaiter.
- Specifies the type of the state machine.
- The awaiter.
- The state machine.
-
-
- Completes the method builder successfully.
-
-
- Faults the method builder with an exception.
- The exception that is the cause of this fault.
- The argument is null (Nothing in Visual Basic).
- The builder is not initialized.
-
-
- Notifies the current synchronization context that the operation completed.
-
-
-
- Gets an object that may be used to uniquely identify this builder to the debugger.
-
-
- This property lazily instantiates the ID in a non-thread-safe manner.
- It must only be used by the debugger and only in a single-threaded manner.
-
-
-
-
- Provides a builder for asynchronous methods that return .
- This type is intended for compiler use only.
-
-
- AsyncTaskMethodBuilder{TResult} is a value type, and thus it is copied by value.
- Prior to being copied, one of its Task, SetResult, or SetException members must be accessed,
- or else the copies may end up building distinct Task instances.
-
-
-
- A cached task for default(TResult).
-
-
- State related to the IAsyncStateMachine.
-
-
- The lazily-initialized task.
- Must be named m_task for debugger step-over to work correctly.
-
-
- The lazily-initialized task completion source.
-
-
- Temporary support for disabling crashing if tasks go unobserved.
-
-
- Initializes a new .
- The initialized .
-
-
- Initiates the builder's execution with the associated state machine.
- Specifies the type of the state machine.
- The state machine instance, passed by reference.
-
-
- Associates the builder with the state machine it represents.
- The heap-allocated state machine object.
- The argument was null (Nothing in Visual Basic).
- The builder is incorrectly initialized.
-
-
- Perform any initialization necessary prior to lifting the builder to the heap.
-
-
-
- Schedules the specified state machine to be pushed forward when the specified awaiter completes.
-
- Specifies the type of the awaiter.
- Specifies the type of the state machine.
- The awaiter.
- The state machine.
-
-
-
- Schedules the specified state machine to be pushed forward when the specified awaiter completes.
-
- Specifies the type of the awaiter.
- Specifies the type of the state machine.
- The awaiter.
- The state machine.
-
-
-
- Completes the in the
- RanToCompletion state with the specified result.
-
- The result to use to complete the task.
- The task has already completed.
-
-
-
- Completes the builder by using either the supplied completed task, or by completing
- the builder's previously accessed task using default(TResult).
-
- A task already completed with the value default(TResult).
- The task has already completed.
-
-
-
- Completes the in the
- Faulted state with the specified exception.
-
- The to use to fault the task.
- The argument is null (Nothing in Visual Basic).
- The task has already completed.
-
-
-
- Called by the debugger to request notification when the first wait operation
- (await, Wait, Result, etc.) on this builder's task completes.
-
-
- true to enable notification; false to disable a previously set notification.
-
-
- This should only be invoked from within an asynchronous method,
- and only by the debugger.
-
-
-
-
- Gets a task for the specified result. This will either
- be a cached or new task, never null.
-
- The result for which we need a task.
- The completed task containing the result.
-
-
- Gets the lazily-initialized TaskCompletionSource.
-
-
- Gets the for this builder.
- The representing the builder's asynchronous operation.
-
-
-
- Gets an object that may be used to uniquely identify this builder to the debugger.
-
-
- This property lazily instantiates the ID in a non-thread-safe manner.
- It must only be used by the debugger, and only in a single-threaded manner
- when no other threads are in the middle of accessing this property or this.Task.
-
-
-
- Provides a base class used to cache tasks of a specific return type.
- Specifies the type of results the cached tasks return.
-
-
-
- A singleton cache for this result type.
- This may be null if there are no cached tasks for this TResult.
-
-
-
- Creates a non-disposable task.
- The result for the task.
- The cacheable task.
-
-
- Creates a cache.
- A task cache for this result type.
-
-
- Gets a cached task if one exists.
- The result for which we want a cached task.
- A cached task if one exists; otherwise, null.
-
-
- Provides a cache for Boolean tasks.
-
-
- A true task.
-
-
- A false task.
-
-
- Gets a cached task for the Boolean result.
- true or false
- A cached task for the Boolean result.
-
-
- Provides a cache for zero Int32 tasks.
-
-
- The minimum value, inclusive, for which we want a cached task.
-
-
- The maximum value, exclusive, for which we want a cached task.
-
-
- The cache of Task{Int32}.
-
-
- Creates an array of cached tasks for the values in the range [INCLUSIVE_MIN,EXCLUSIVE_MAX).
-
-
- Gets a cached task for the zero Int32 result.
- The integer value
- A cached task for the Int32 result or null if not cached.
-
-
-
- Represents state machines generated for asynchronous methods.
- This type is intended for compiler use only.
-
-
-
- Moves the state machine to its next state.
-
-
- Configures the state machine with a heap-allocated replica.
- The heap-allocated replica.
-
-
-
- Represents an awaiter used to schedule continuations when an await operation completes.
-
-
-
-
- Represents an operation that will schedule continuations when the operation completes.
-
-
-
- Schedules the continuation action to be invoked when the instance completes.
- The action to invoke when the operation completes.
- The argument is null (Nothing in Visual Basic).
-
-
- Schedules the continuation action to be invoked when the instance completes.
- The action to invoke when the operation completes.
- The argument is null (Nothing in Visual Basic).
- Unlike OnCompleted, UnsafeOnCompleted need not propagate ExecutionContext information.
-
-
- Used with Task(of void)
-
-
-
- An interface similar to the one added in .NET 4.0.
-
-
-
- The exception that is thrown in a thread upon cancellation of an operation that the thread was executing.
-
-
- Initializes the exception.
-
-
- Initializes the exception.
- The error message that explains the reason for the exception.
-
-
- Initializes the exception.
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception.
-
-
- Initializes the exception.
- A cancellation token associated with the operation that was canceled.
-
-
- Initializes the exception.
- The error message that explains the reason for the exception.
- A cancellation token associated with the operation that was canceled.
-
-
- Initializes the exception.
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception.
- A cancellation token associated with the operation that was canceled.
-
-
- Gets a token associated with the operation that was canceled.
-
-
-
- A dummy replacement for the .NET internal class StackCrawlMark.
-
-
-
-
- Propogates notification that operations should be canceled.
-
-
-
- A may be created directly in an unchangeable canceled or non-canceled state
- using the CancellationToken's constructors. However, to have a CancellationToken that can change
- from a non-canceled to a canceled state,
- CancellationTokenSource must be used.
- CancellationTokenSource exposes the associated CancellationToken that may be canceled by the source through its
- Token property.
-
-
- Once canceled, a token may not transition to a non-canceled state, and a token whose
- is false will never change to one that can be canceled.
-
-
- All members of this struct are thread-safe and may be used concurrently from multiple threads.
-
-
-
-
-
- Internal constructor only a CancellationTokenSource should create a CancellationToken
-
-
-
-
- Initializes the CancellationToken.
-
-
- The canceled state for the token.
-
-
- Tokens created with this constructor will remain in the canceled state specified
- by the parameter. If is false,
- both and will be false.
- If is true,
- both and will be true.
-
-
-
-
- Registers a delegate that will be called when this CancellationToken is canceled.
-
-
-
- If this token is already in the canceled state, the
- delegate will be run immediately and synchronously. Any exception the delegate generates will be
- propogated out of this method call.
-
-
- The delegate to be executed when the CancellationToken is canceled.
- The instance that can
- be used to deregister the callback.
- is null.
- The associated CancellationTokenSource has been disposed.
-
-
-
- Registers a delegate that will be called when this
- CancellationToken is canceled.
-
-
-
- If this token is already in the canceled state, the
- delegate will be run immediately and synchronously. Any exception the delegate generates will be
- propogated out of this method call.
-
-
- The delegate to be executed when the CancellationToken is canceled.
- A Boolean value that indicates whether to capture
- the current SynchronizationContext and use it
- when invoking the .
- The instance that can
- be used to deregister the callback.
- is null.
- The associated CancellationTokenSource has been disposed.
-
-
-
- Registers a delegate that will be called when this
- CancellationToken is canceled.
-
-
-
- If this token is already in the canceled state, the
- delegate will be run immediately and synchronously. Any exception the delegate generates will be
- propogated out of this method call.
-
-
- The delegate to be executed when the CancellationToken is canceled.
- The state to pass to the when the delegate is invoked. This may be null.
- The instance that can
- be used to deregister the callback.
- is null.
- The associated CancellationTokenSource has been disposed.
-
-
-
- Registers a delegate that will be called when this
- CancellationToken is canceled.
-
-
-
- If this token is already in the canceled state, the
- delegate will be run immediately and synchronously. Any exception the delegate generates will be
- propogated out of this method call.
-
-
- The delegate to be executed when the CancellationToken is canceled.
- The state to pass to the when the delegate is invoked. This may be null.
- A Boolean value that indicates whether to capture
- the current SynchronizationContext and use it
- when invoking the .
- The instance that can
- be used to deregister the callback.
- is null.
- The associated CancellationTokenSource has been disposed.
-
-
-
- Determines whether the current CancellationToken instance is equal to the
- specified token.
-
- The other CancellationToken to which to compare this
- instance.
- True if the instances are equal; otherwise, false. Two tokens are equal if they are associated
- with the same CancellationTokenSource or if they were both constructed
- from public CancellationToken constructors and their values are equal.
-
-
-
- Determines whether the current CancellationToken instance is equal to the
- specified .
-
- The other object to which to compare this instance.
- True if is a CancellationToken
- and if the two instances are equal; otherwise, false. Two tokens are equal if they are associated
- with the same CancellationTokenSource or if they were both constructed
- from public CancellationToken constructors and their values are equal.
- An associated CancellationTokenSource has been disposed.
-
-
-
- Serves as a hash function for a CancellationToken.
-
- A hash code for the current CancellationToken instance.
-
-
-
- Determines whether two CancellationToken instances are equal.
-
- The first instance.
- The second instance.
- True if the instances are equal; otherwise, false.
- An associated CancellationTokenSource has been disposed.
-
-
-
- Determines whether two CancellationToken instances are not equal.
-
- The first instance.
- The second instance.
- True if the instances are not equal; otherwise, false.
- An associated CancellationTokenSource has been disposed.
-
-
-
- Throws a OperationCanceledException if
- this token has had cancellation requested.
-
-
- This method provides functionality equivalent to:
-
- if (token.IsCancellationRequested)
- throw new OperationCanceledException(token);
-
-
- The token has had cancellation requested.
- The associated CancellationTokenSource has been disposed.
-
-
-
- Returns an empty CancellationToken value.
-
-
- The value returned by this property will be non-cancelable by default.
-
-
-
-
- Gets whether cancellation has been requested for this token.
-
- Whether cancellation has been requested for this token.
-
-
- This property indicates whether cancellation has been requested for this token,
- either through the token initially being construted in a canceled state, or through
- calling Cancel
- on the token's associated .
-
-
- If this property is true, it only guarantees that cancellation has been requested.
- It does not guarantee that every registered handler
- has finished executing, nor that cancellation requests have finished propagating
- to all registered handlers. Additional synchronization may be required,
- particularly in situations where related objects are being canceled concurrently.
-
-
-
-
-
- Gets whether this token is capable of being in the canceled state.
-
-
- If CanBeCanceled returns false, it is guaranteed that the token will never transition
- into a canceled state, meaning that will never
- return true.
-
-
-
-
- Gets a that is signaled when the token is canceled.
-
- Accessing this property causes a WaitHandle
- to be instantiated. It is preferable to only use this property when necessary, and to then
- dispose the associated instance at the earliest opportunity (disposing
- the source will dispose of this allocated handle). The handle should not be closed or disposed directly.
-
- The associated CancellationTokenSource has been disposed.
-
-
-
- Represents a callback delegate that has been registered with a CancellationToken.
-
-
- To unregister a callback, dispose the corresponding Registration instance.
-
-
-
-
- Attempts to deregister the item. If it's already being run, this may fail.
- Entails a full memory fence.
-
- True if the callback was found and deregistered, false otherwise.
-
-
-
- Disposes of the registration and unregisters the target callback from the associated
- CancellationToken.
- If the target callback is currently executing this method will wait until it completes, except
- in the degenerate cases where a callback method deregisters itself.
-
-
-
-
- Determines whether two CancellationTokenRegistration
- instances are equal.
-
- The first instance.
- The second instance.
- True if the instances are equal; otherwise, false.
-
-
-
- Determines whether two CancellationTokenRegistration instances are not equal.
-
- The first instance.
- The second instance.
- True if the instances are not equal; otherwise, false.
-
-
-
- Determines whether the current CancellationTokenRegistration instance is equal to the
- specified .
-
- The other object to which to compare this instance.
- True, if both this and are equal. False, otherwise.
- Two CancellationTokenRegistration instances are equal if
- they both refer to the output of a single call to the same Register method of a
- CancellationToken.
-
-
-
-
- Determines whether the current CancellationToken instance is equal to the
- specified .
-
- The other CancellationTokenRegistration to which to compare this instance.
- True, if both this and are equal. False, otherwise.
- Two CancellationTokenRegistration instances are equal if
- they both refer to the output of a single call to the same Register method of a
- CancellationToken.
-
-
-
-
- Serves as a hash function for a CancellationTokenRegistration..
-
- A hash code for the current CancellationTokenRegistration instance.
-
-
-
- Signals to a that it should be canceled.
-
-
-
- is used to instantiate a
- (via the source's Token property)
- that can be handed to operations that wish to be notified of cancellation or that can be used to
- register asynchronous operations for cancellation. That token may have cancellation requested by
- calling to the source's Cancel
- method.
-
-
- All members of this class, except Dispose, are thread-safe and may be used
- concurrently from multiple threads.
-
-
-
-
- The ID of the thread currently executing the main body of CTS.Cancel()
- this helps us to know if a call to ctr.Dispose() is running 'within' a cancellation callback.
- This is updated as we move between the main thread calling cts.Cancel() and any syncContexts that are used to
- actually run the callbacks.
-
-
-
- Initializes the .
-
-
-
-
- Communicates a request for cancellation.
-
-
-
- The associated will be
- notified of the cancellation and will transition to a state where
- IsCancellationRequested returns true.
- Any callbacks or cancelable operations
- registered with the will be executed.
-
-
- Cancelable operations and callbacks registered with the token should not throw exceptions.
- However, this overload of Cancel will aggregate any exceptions thrown into a ,
- such that one callback throwing an exception will not prevent other registered callbacks from being executed.
-
-
- The that was captured when each callback was registered
- will be reestablished when the callback is invoked.
-
-
- An aggregate exception containing all the exceptions thrown
- by the registered callbacks on the associated .
- This has been disposed.
-
-
-
- Communicates a request for cancellation.
-
-
-
- The associated will be
- notified of the cancellation and will transition to a state where
- IsCancellationRequested returns true.
- Any callbacks or cancelable operations
- registered with the will be executed.
-
-
- Cancelable operations and callbacks registered with the token should not throw exceptions.
- If is true, an exception will immediately propagate out of the
- call to Cancel, preventing the remaining callbacks and cancelable operations from being processed.
- If is false, this overload will aggregate any
- exceptions thrown into a ,
- such that one callback throwing an exception will not prevent other registered callbacks from being executed.
-
-
- The that was captured when each callback was registered
- will be reestablished when the callback is invoked.
-
-
- Specifies whether exceptions should immediately propagate.
- An aggregate exception containing all the exceptions thrown
- by the registered callbacks on the associated .
- This has been disposed.
-
-
-
- Releases the resources used by this .
-
-
- This method is not thread-safe for any other concurrent calls.
-
-
-
-
- Throws an exception if the source has been disposed.
-
-
-
-
- InternalGetStaticSource()
-
- Whether the source should be set.
- A static source to be shared among multiple tokens.
-
-
-
- Registers a callback object. If cancellation has already occurred, the
- callback will have been run by the time this method returns.
-
-
-
-
-
-
-
-
-
- Invoke the Canceled event.
-
-
- The handlers are invoked synchronously in LIFO order.
-
-
-
-
- Creates a CancellationTokenSource that will be in the canceled state
- when any of the source tokens are in the canceled state.
-
- The first CancellationToken to observe.
- The second CancellationToken to observe.
- A CancellationTokenSource that is linked
- to the source tokens.
- A CancellationTokenSource associated with
- one of the source tokens has been disposed.
-
-
-
- Creates a CancellationTokenSource that will be in the canceled state
- when any of the source tokens are in the canceled state.
-
- The CancellationToken instances to observe.
- A CancellationTokenSource that is linked
- to the source tokens.
- is null.
- A CancellationTokenSource associated with
- one of the source tokens has been disposed.
-
-
-
- Gets whether cancellation has been requested for this CancellationTokenSource.
-
- Whether cancellation has been requested for this CancellationTokenSource.
-
-
- This property indicates whether cancellation has been requested for this token source, such as
- due to a call to its
- Cancel method.
-
-
- If this property returns true, it only guarantees that cancellation has been requested. It does not
- guarantee that every handler registered with the corresponding token has finished executing, nor
- that cancellation requests have finished propagating to all registered handlers. Additional
- synchronization may be required, particularly in situations where related objects are being
- canceled concurrently.
-
-
-
-
-
- A simple helper to determine whether cancellation has finished.
-
-
-
-
- A simple helper to determine whether disposal has occured.
-
-
-
-
- The ID of the thread that is running callbacks.
-
-
-
-
- Gets the CancellationToken
- associated with this .
-
- The CancellationToken
- associated with this .
- The token source has been
- disposed.
-
-
-
-
-
-
-
-
-
-
-
-
-
- The currently executing callback
-
-
-
-
- A helper class for collating the various bits of information required to execute
- cancellation callbacks.
-
-
-
-
- InternalExecuteCallbackSynchronously_GeneralPath
- This will be called on the target synchronization context, however, we still need to restore the required execution context
-
-
-
-
- A sparsely populated array. Elements can be sparse and some null, but this allows for
- lock-free additions and growth, and also for constant time removal (by nulling out).
-
- The kind of elements contained within.
-
-
-
- Allocates a new array with the given initial size.
-
- How many array slots to pre-allocate.
-
-
-
- Adds an element in the first available slot, beginning the search from the tail-to-head.
- If no slots are available, the array is grown. The method doesn't return until successful.
-
- The element to add.
- Information about where the add happened, to enable O(1) deregistration.
-
-
-
- The tail of the doubly linked list.
-
-
-
-
- A struct to hold a link to the exact spot in an array an element was inserted, enabling
- constant time removal later on.
-
-
-
-
- A fragment of a sparsely populated array, doubly linked.
-
- The kind of elements contained within.
-
-
-
- Provides lazy initialization routines.
-
-
- These routines avoid needing to allocate a dedicated, lazy-initialization instance, instead using
- references to ensure targets have been initialized as they are accessed.
-
-
-
-
- Initializes a target reference type with the type's default constructor if the target has not
- already been initialized.
-
- The refence type of the reference to be initialized.
- A reference of type to initialize if it has not
- already been initialized.
- The initialized reference of type .
- Type does not have a default
- constructor.
-
- Permissions to access the constructor of type were missing.
-
-
-
- This method may only be used on reference types. To ensure initialization of value
- types, see other overloads of EnsureInitialized.
-
-
- This method may be used concurrently by multiple threads to initialize .
- In the event that multiple threads access this method concurrently, multiple instances of
- may be created, but only one will be stored into . In such an occurrence, this method will not dispose of the
- objects that were not stored. If such objects must be disposed, it is up to the caller to determine
- if an object was not used and to then dispose of the object appropriately.
-
-
-
-
-
- Initializes a target reference type using the specified function if it has not already been
- initialized.
-
- The reference type of the reference to be initialized.
- The reference of type to initialize if it has not
- already been initialized.
- The invoked to initialize the
- reference.
- The initialized reference of type .
- Type does not have a
- default constructor.
- returned
- null.
-
-
- This method may only be used on reference types, and may
- not return a null reference (Nothing in Visual Basic). To ensure initialization of value types or
- to allow null reference types, see other overloads of EnsureInitialized.
-
-
- This method may be used concurrently by multiple threads to initialize .
- In the event that multiple threads access this method concurrently, multiple instances of
- may be created, but only one will be stored into . In such an occurrence, this method will not dispose of the
- objects that were not stored. If such objects must be disposed, it is up to the caller to determine
- if an object was not used and to then dispose of the object appropriately.
-
-
-
-
-
- Initialize the target using the given delegate (slow path).
-
- The reference type of the reference to be initialized.
- The variable that need to be initialized
- The delegate that will be executed to initialize the target
- The initialized variable
-
-
-
- Initializes a target reference or value type with its default constructor if it has not already
- been initialized.
-
- The type of the reference to be initialized.
- A reference or value of type to initialize if it
- has not already been initialized.
- A reference to a boolean that determines whether the target has already
- been initialized.
- A reference to an object used as the mutually exclusive lock for initializing
- .
- The initialized value of type .
-
-
-
- Initializes a target reference or value type with a specified function if it has not already been
- initialized.
-
- The type of the reference to be initialized.
- A reference or value of type to initialize if it
- has not already been initialized.
- A reference to a boolean that determines whether the target has already
- been initialized.
- A reference to an object used as the mutually exclusive lock for initializing
- .
- The invoked to initialize the
- reference or value.
- The initialized value of type .
-
-
-
- Ensure the target is initialized and return the value (slow path). This overload permits nulls
- and also works for value type targets. Uses the supplied function to create the value.
-
- The type of target.
- A reference to the target to be initialized.
- A reference to a location tracking whether the target has been initialized.
- A reference to a location containing a mutual exclusive lock.
-
- The to invoke in order to produce the lazily-initialized value.
-
- The initialized object.
-
-
-
- Provides a slimmed down version of .
-
-
- All public and protected members of are thread-safe and may be used
- concurrently from multiple threads, with the exception of Dispose, which
- must only be used when all other operations on the have
- completed, and Reset, which should only be used when no other threads are
- accessing the event.
-
-
-
-
- Initializes a new instance of the
- class with an initial state of nonsignaled.
-
-
-
-
- Initializes a new instance of the
- class with a Boolen value indicating whether to set the intial state to signaled.
-
- true to set the initial state signaled; false to set the initial state
- to nonsignaled.
-
-
-
- Initializes a new instance of the
- class with a Boolen value indicating whether to set the intial state to signaled and a specified
- spin count.
-
- true to set the initial state to signaled; false to set the initial state
- to nonsignaled.
- The number of spin waits that will occur before falling back to a true
- wait.
- is less than
- 0 or greater than the maximum allowed value.
-
-
-
- Initializes the internal state of the event.
-
- Whether the event is set initially or not.
- The spin count that decides when the event will block.
-
-
-
- Helper to ensure the lock object is created before first use.
-
-
-
-
- This method lazily initializes the event object. It uses CAS to guarantee that
- many threads racing to call this at once don't result in more than one event
- being stored and used. The event will be signaled or unsignaled depending on
- the state of the thin-event itself, with synchronization taken into account.
-
- True if a new event was created and stored, false otherwise.
-
-
-
- Sets the state of the event to signaled, which allows one or more threads waiting on the event to
- proceed.
-
-
-
-
- Private helper to actually perform the Set.
-
- Indicates whether we are calling Set() during cancellation.
- The object has been canceled.
-
-
-
- Sets the state of the event to nonsignaled, which causes threads to block.
-
-
- Unlike most of the members of , is not
- thread-safe and may not be used concurrently with other members of this instance.
-
-
-
-
- Blocks the current thread until the current is set.
-
-
- The maximum number of waiters has been exceeded.
-
-
- The caller of this method blocks indefinitely until the current instance is set. The caller will
- return immediately if the event is currently in a set state.
-
-
-
-
- Blocks the current thread until the current receives a signal,
- while observing a .
-
- The to
- observe.
-
- The maximum number of waiters has been exceeded.
-
- was
- canceled.
-
- The caller of this method blocks indefinitely until the current instance is set. The caller will
- return immediately if the event is currently in a set state.
-
-
-
-
- Blocks the current thread until the current is set, using a
- to measure the time interval.
-
- A that represents the number of milliseconds
- to wait, or a that represents -1 milliseconds to wait indefinitely.
-
- true if the was set; otherwise,
- false.
- is a negative
- number other than -1 milliseconds, which represents an infinite time-out -or- timeout is greater
- than .
-
- The maximum number of waiters has been exceeded.
-
-
-
-
- Blocks the current thread until the current is set, using a
- to measure the time interval, while observing a .
-
- A that represents the number of milliseconds
- to wait, or a that represents -1 milliseconds to wait indefinitely.
-
- The to
- observe.
- true if the was set; otherwise,
- false.
- is a negative
- number other than -1 milliseconds, which represents an infinite time-out -or- timeout is greater
- than .
- was canceled.
-
- The maximum number of waiters has been exceeded.
-
-
-
-
- Blocks the current thread until the current is set, using a
- 32-bit signed integer to measure the time interval.
-
- The number of milliseconds to wait, or (-1) to wait indefinitely.
- true if the was set; otherwise,
- false.
- is a
- negative number other than -1, which represents an infinite time-out.
-
- The maximum number of waiters has been exceeded.
-
-
-
-
- Blocks the current thread until the current is set, using a
- 32-bit signed integer to measure the time interval, while observing a .
-
- The number of milliseconds to wait, or (-1) to wait indefinitely.
- The to
- observe.
- true if the was set; otherwise,
- false.
- is a
- negative number other than -1, which represents an infinite time-out.
-
- The maximum number of waiters has been exceeded.
-
- was canceled.
-
-
-
- Releases all resources used by the current instance of .
-
-
- Unlike most of the members of , is not
- thread-safe and may not be used concurrently with other members of this instance.
-
-
-
-
- When overridden in a derived class, releases the unmanaged resources used by the
- , and optionally releases the managed resources.
-
- true to release both managed and unmanaged resources;
- false to release only unmanaged resources.
-
- Unlike most of the members of , is not
- thread-safe and may not be used concurrently with other members of this instance.
-
-
-
-
- Throw ObjectDisposedException if the MRES is disposed
-
-
-
-
- Private helper method to wake up waiters when a cancellationToken gets canceled.
-
-
-
-
- Private helper method for updating parts of a bit-string state value.
- Mainly called from the IsSet and Waiters properties setters
-
-
- Note: the parameter types must be int as CompareExchange cannot take a Uint
-
- The new value
- The mask used to set the bits
-
-
-
- Private helper method - performs Mask and shift, particular helpful to extract a field from a packed word.
- eg ExtractStatePortionAndShiftRight(0x12345678, 0xFF000000, 24) => 0x12, ie extracting the top 8-bits as a simple integer
-
- ?? is there a common place to put this rather than being private to MRES?
-
-
-
-
-
-
-
-
- Performs a Mask operation, but does not perform the shift.
- This is acceptable for boolean values for which the shift is unnecessary
- eg (val & Mask) != 0 is an appropriate way to extract a boolean rather than using
- ((val & Mask) >> shiftAmount) == 1
-
- ?? is there a common place to put this rather than being private to MRES?
-
-
-
-
-
-
- Helper function to measure and update the wait time
-
- The first time (in Ticks) observed when the wait started.
- The orginal wait timeoutout in milliseconds.
- The new wait time in milliseconds, -1 if the time expired, -2 if overflow in counters
- has occurred.
-
-
-
- Gets the underlying object for this .
-
- The underlying event object fore this .
-
- Accessing this property forces initialization of an underlying event object if one hasn't
- already been created. To simply wait on this ,
- the public Wait methods should be preferred.
-
-
-
-
- Gets whether the event is set.
-
- true if the event has is set; otherwise, false.
-
-
-
- Gets the number of spin waits that will be occur before falling back to a true wait.
-
-
-
-
- How many threads are waiting.
-
-
-
-
- Provides support for spin-based waiting.
-
-
-
- encapsulates common spinning logic. On single-processor machines, yields are
- always used instead of busy waits, and on computers with Intel™ processors employing Hyper-Threading™
- technology, it helps to prevent hardware thread starvation. SpinWait encapsulates a good mixture of
- spinning and true yielding.
-
-
- is a value type, which means that low-level code can utilize SpinWait without
- fear of unnecessary allocation overheads. SpinWait is not generally useful for ordinary applications.
- In most cases, you should use the synchronization classes provided by the .NET Framework, such as
- . For most purposes where spin waiting is required, however,
- the type should be preferred over the System.Threading.Thread.SpinWait method.
-
-
- While SpinWait is designed to be used in concurrent applications, it is not designed to be
- used from multiple threads concurrently. SpinWait's members are not thread-safe. If multiple
- threads must spin, each should use its own instance of SpinWait.
-
-
-
-
-
- Performs a single spin.
-
-
- This is typically called in a loop, and may change in behavior based on the number of times a
- has been called thus far on this instance.
-
-
-
-
- Resets the spin counter.
-
-
- This makes and behave as though no calls
- to had been issued on this instance. If a instance
- is reused many times, it may be useful to reset it to avoid yielding too soon.
-
-
-
-
- Spins until the specified condition is satisfied.
-
- A delegate to be executed over and over until it returns true.
- The argument is null.
-
-
-
- Spins until the specified condition is satisfied or until the specified timeout is expired.
-
- A delegate to be executed over and over until it returns true.
-
- A that represents the number of milliseconds to wait,
- or a TimeSpan that represents -1 milliseconds to wait indefinitely.
- True if the condition is satisfied within the timeout; otherwise, false
- The argument is null.
- is a negative number
- other than -1 milliseconds, which represents an infinite time-out -or- timeout is greater than
- .
-
-
-
- Spins until the specified condition is satisfied or until the specified timeout is expired.
-
- A delegate to be executed over and over until it returns true.
- The number of milliseconds to wait, or (-1) to wait indefinitely.
- True if the condition is satisfied within the timeout; otherwise, false
- The argument is null.
- is a
- negative number other than -1, which represents an infinite time-out.
-
-
-
- Gets the number of times has been called on this instance.
-
-
-
-
- Gets whether the next call to will yield the processor, triggering a
- forced context switch.
-
- Whether the next call to will yield the processor, triggering a
- forced context switch.
-
- On a single-CPU machine, always yields the processor. On machines with
- multiple CPUs, may yield after an unspecified number of calls.
-
-
-
-
- A helper class to get the number of preocessors, it updates the numbers of processors every sampling interval
-
-
-
-
- Gets the number of available processors
-
-
-
-
- Gets whether the current machine has only a single processor.
-
-
-
-
- Represents an asynchronous operation that produces a result at some time in the future.
-
-
- The type of the result produced by this .
-
-
-
- instances may be created in a variety of ways. The most common approach is by
- using the task's property to retrieve a instance that can be used to create tasks for several
- purposes. For example, to create a that runs a function, the factory's StartNew
- method may be used:
-
- // C#
- var t = Task<int>.Factory.StartNew(() => GenerateResult());
- - or -
- var t = Task.Factory.StartNew(() => GenerateResult());
-
- ' Visual Basic
- Dim t = Task<int>.Factory.StartNew(Function() GenerateResult())
- - or -
- Dim t = Task.Factory.StartNew(Function() GenerateResult())
-
-
-
- The class also provides constructors that initialize the task but that do not
- schedule it for execution. For performance reasons, the StartNew method should be the
- preferred mechanism for creating and scheduling computational tasks, but for scenarios where creation
- and scheduling must be separated, the constructors may be used, and the task's
- Start
- method may then be used to schedule the task for execution at a later time.
-
-
- All members of , except for
- Dispose, are thread-safe
- and may be used from multiple threads concurrently.
-
-
-
-
-
- Represents an asynchronous operation.
-
-
-
- instances may be created in a variety of ways. The most common approach is by
- using the Task type's property to retrieve a instance that can be used to create tasks for several
- purposes. For example, to create a that runs an action, the factory's StartNew
- method may be used:
-
- // C#
- var t = Task.Factory.StartNew(() => DoAction());
-
- ' Visual Basic
- Dim t = Task.Factory.StartNew(Function() DoAction())
-
-
-
- The class also provides constructors that initialize the Task but that do not
- schedule it for execution. For performance reasons, TaskFactory's StartNew method should be the
- preferred mechanism for creating and scheduling computational tasks, but for scenarios where creation
- and scheduling must be separated, the constructors may be used, and the task's
- method may then be used to schedule the task for execution at a later time.
-
-
- All members of , except for , are thread-safe
- and may be used from multiple threads concurrently.
-
-
- For operations that return values, the class
- should be used.
-
-
- For developers implementing custom debuggers, several internal and private members of Task may be
- useful (these may change from release to release). The Int32 m_taskId field serves as the backing
- store for the property, however accessing this field directly from a debugger may be
- more efficient than accessing the same value through the property's getter method (the
- s_taskIdCounter Int32 counter is used to retrieve the next available ID for a Task). Similarly, the
- Int32 m_stateFlags field stores information about the current lifecycle stage of the Task,
- information also accessible through the property. The m_action System.Object
- field stores a reference to the Task's delegate, and the m_stateObject System.Object field stores the
- async state passed to the Task by the developer. Finally, for debuggers that parse stack frames, the
- InternalWait method serves a potential marker for when a Task is entering a wait operation.
-
-
-
-
-
- A type initializer that runs with the appropriate permissions.
-
-
-
-
- Initializes a new with the specified action.
-
- The delegate that represents the code to execute in the Task.
- The argument is null.
-
-
-
- Initializes a new with the specified action and CancellationToken.
-
- The delegate that represents the code to execute in the Task.
- The CancellationToken
- that will be assigned to the new Task.
- The argument is null.
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Initializes a new with the specified action and creation options.
-
- The delegate that represents the code to execute in the task.
-
- The TaskCreationOptions used to
- customize the Task's behavior.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for .
-
-
-
-
- Initializes a new with the specified action and creation options.
-
- The delegate that represents the code to execute in the task.
- The that will be assigned to the new task.
-
- The TaskCreationOptions used to
- customize the Task's behavior.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for .
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Initializes a new with the specified action and state.
-
- The delegate that represents the code to execute in the task.
- An object representing data to be used by the action.
-
- The argument is null.
-
-
-
-
- Initializes a new with the specified action, state, snd options.
-
- The delegate that represents the code to execute in the task.
- An object representing data to be used by the action.
- The that will be assigned to the new task.
-
- The argument is null.
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Initializes a new with the specified action, state, snd options.
-
- The delegate that represents the code to execute in the task.
- An object representing data to be used by the action.
-
- The TaskCreationOptions used to
- customize the Task's behavior.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for .
-
-
-
-
- Initializes a new with the specified action, state, snd options.
-
- The delegate that represents the code to execute in the task.
- An object representing data to be used by the action.
- The that will be assigned to the new task.
-
- The TaskCreationOptions used to
- customize the Task's behavior.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for .
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- An internal constructor used by the factory methods on task and its descendent(s).
- This variant does not capture the ExecutionContext; it is up to the caller to do that.
-
- An action to execute.
- Optional state to pass to the action.
- Parent of Task.
- A CancellationToken for the task.
- A task scheduler under which the task will run.
- Options to control its execution.
- Internal options to control its execution
-
-
-
- Common logic used by the following internal ctors:
- Task()
- Task(object action, object state, Task parent, TaskCreationOptions options, TaskScheduler taskScheduler)
-
- ASSUMES THAT m_creatingTask IS ALREADY SET.
-
-
- Action for task to execute.
- Object to which to pass to action (may be null)
- Task scheduler on which to run thread (only used by continuation tasks).
- A CancellationToken for the Task.
- Options to customize behavior of Task.
- Internal options to customize behavior of Task.
-
-
-
- Checks if we registered a CT callback during construction, and deregisters it.
- This should be called when we know the registration isn't useful anymore. Specifically from Finish() if the task has completed
- successfully or with an exception.
-
-
-
-
- Captures the ExecutionContext so long as flow isn't suppressed.
-
- A stack crawl mark pointing to the frame of the caller.
-
-
-
- Internal function that will be called by a new child task to add itself to
- the children list of the parent (this).
-
- Since a child task can only be created from the thread executing the action delegate
- of this task, reentrancy is neither required nor supported. This should not be called from
- anywhere other than the task construction/initialization codepaths.
-
-
-
-
- Starts the , scheduling it for execution to the current TaskScheduler.
-
-
- A task may only be started and run only once. Any attempts to schedule a task a second time
- will result in an exception.
-
-
- The is not in a valid state to be started. It may have already been started,
- executed, or canceled, or it may have been created in a manner that doesn't support direct
- scheduling.
-
-
- The instance has been disposed.
-
-
-
-
- Starts the , scheduling it for execution to the specified TaskScheduler.
-
-
- A task may only be started and run only once. Any attempts to schedule a task a second time will
- result in an exception.
-
-
- The TaskScheduler with which to associate
- and execute this task.
-
-
- The argument is null.
-
-
- The is not in a valid state to be started. It may have already been started,
- executed, or canceled, or it may have been created in a manner that doesn't support direct
- scheduling.
-
-
- The instance has been disposed.
-
-
-
-
- Runs the synchronously on the current TaskScheduler.
-
-
-
- A task may only be started and run only once. Any attempts to schedule a task a second time will
- result in an exception.
-
-
- Tasks executed with will be associated with the current TaskScheduler.
-
-
- If the target scheduler does not support running this Task on the current thread, the Task will
- be scheduled for execution on the scheduler, and the current thread will block until the
- Task has completed execution.
-
-
-
- The is not in a valid state to be started. It may have already been started,
- executed, or canceled, or it may have been created in a manner that doesn't support direct
- scheduling.
-
-
- The instance has been disposed.
-
-
-
-
- Runs the synchronously on the scheduler provided.
-
-
-
- A task may only be started and run only once. Any attempts to schedule a task a second time will
- result in an exception.
-
-
- If the target scheduler does not support running this Task on the current thread, the Task will
- be scheduled for execution on the scheduler, and the current thread will block until the
- Task has completed execution.
-
-
-
- The is not in a valid state to be started. It may have already been started,
- executed, or canceled, or it may have been created in a manner that doesn't support direct
- scheduling.
-
-
- The instance has been disposed.
-
- The parameter
- is null.
- The scheduler on which to attempt to run this task inline.
-
-
-
- Throws an exception if the task has been disposed, and hence can no longer be accessed.
-
- The task has been disposed.
-
-
-
- Sets the internal completion event.
-
-
-
-
- Disposes the , releasing all of its unmanaged resources.
-
-
- Unlike most of the members of , this method is not thread-safe.
- Also, may only be called on a that is in one of
- the final states: RanToCompletion,
- Faulted, or
- Canceled.
-
-
- The exception that is thrown if the is not in
- one of the final states: RanToCompletion,
- Faulted, or
- Canceled.
-
-
-
-
- Disposes the , releasing all of its unmanaged resources.
-
-
- A Boolean value that indicates whether this method is being called due to a call to .
-
-
- Unlike most of the members of , this method is not thread-safe.
-
-
-
-
- Schedules the task for execution.
-
- If true, TASK_STATE_STARTED bit is turned on in
- an atomic fashion, making sure that TASK_STATE_CANCELED does not get set
- underneath us. If false, TASK_STATE_STARTED bit is OR-ed right in. This
- allows us to streamline things a bit for StartNew(), where competing cancellations
- are not a problem.
-
-
-
- Adds an exception to the list of exceptions this task has thrown.
-
- An object representing either an Exception or a collection of Exceptions.
-
-
-
- Returns a list of exceptions by aggregating the holder's contents. Or null if
- no exceptions have been thrown.
-
- Whether to include a TCE if cancelled.
- An aggregate exception, or null if no exceptions have been caught.
-
-
-
- Throws an aggregate exception if the task contains exceptions.
-
-
-
-
- Checks whether this is an attached task, and whether we are being called by the parent task.
- And sets the TASK_STATE_EXCEPTIONOBSERVEDBYPARENT status flag based on that.
-
- This is meant to be used internally when throwing an exception, and when WaitAll is gathering
- exceptions for tasks it waited on. If this flag gets set, the implicit wait on children
- will skip exceptions to prevent duplication.
-
- This should only be called when this task has completed with an exception
-
-
-
-
-
- Signals completion of this particular task.
-
- The bUserDelegateExecuted parameter indicates whether this Finish() call comes following the
- full execution of the user delegate.
-
- If bUserDelegateExecuted is false, it mean user delegate wasn't invoked at all (either due to
- a cancellation request, or because this task is a promise style Task). In this case, the steps
- involving child tasks (i.e. WaitForChildren) will be skipped.
-
-
-
-
-
- FinishStageTwo is to be executed as soon as we known there are no more children to complete.
- It can happen i) either on the thread that originally executed this task (if no children were spawned, or they all completed by the time this task's delegate quit)
- ii) or on the thread that executed the last child.
-
-
-
-
- Final stage of the task completion code path. Notifies the parent (if any) that another of its childre are done, and runs continuations.
- This function is only separated out from FinishStageTwo because these two operations are also needed to be called from CancellationCleanupLogic()
-
-
-
-
- This is called by children of this task when they are completed.
-
-
-
-
- This is to be called just before the task does its final state transition.
- It traverses the list of exceptional children, and appends their aggregate exceptions into this one's exception list
-
-
-
-
- Special purpose Finish() entry point to be used when the task delegate throws a ThreadAbortedException
- This makes a note in the state flags so that we avoid any costly synchronous operations in the finish codepath
- such as inlined continuations
-
-
- Indicates whether the ThreadAbortException was added to this task's exception holder.
- This should always be true except for the case of non-root self replicating task copies.
-
- Whether the delegate was executed.
-
-
-
- Executes the task. This method will only be called once, and handles bookeeping associated with
- self-replicating tasks, in addition to performing necessary exception marshaling.
-
- The task has already been disposed.
-
-
-
- IThreadPoolWorkItem override, which is the entry function for this task when the TP scheduler decides to run it.
-
-
-
-
-
- Outermost entry function to execute this task. Handles all aspects of executing a task on the caller thread.
- Currently this is called by IThreadPoolWorkItem.ExecuteWorkItem(), and TaskManager.TryExecuteInline.
-
-
- Performs atomic updates to prevent double execution. Should only be set to true
- in codepaths servicing user provided TaskSchedulers. The ConcRT or ThreadPool schedulers don't need this.
-
-
-
- The actual code which invokes the body of the task. This can be overriden in derived types.
-
-
-
-
- Alternate InnerInvoke prototype to be called from ExecuteSelfReplicating() so that
- the Parallel Debugger can discover the actual task being invoked.
- Details: Here, InnerInvoke is actually being called on the rootTask object while we are actually executing the
- childTask. And the debugger needs to discover the childTask, so we pass that down as an argument.
- The NoOptimization and NoInlining flags ensure that the childTask pointer is retained, and that this
- function appears on the callstack.
-
-
-
-
-
- Performs whatever handling is necessary for an unhandled exception. Normally
- this just entails adding the exception to the holder object.
-
- The exception that went unhandled.
-
-
-
- Waits for the to complete execution.
-
-
- The was canceled -or- an exception was thrown during
- the execution of the .
-
-
- The has been disposed.
-
-
-
-
- Waits for the to complete execution.
-
-
- A that represents the number of milliseconds to wait, or a that represents -1 milliseconds to wait indefinitely.
-
-
- true if the completed execution within the allotted time; otherwise, false.
-
-
- The was canceled -or- an exception was thrown during the execution of the .
-
-
- is a negative number other than -1 milliseconds, which represents an
- infinite time-out -or- timeout is greater than
- .
-
-
- The has been disposed.
-
-
-
-
- Waits for the to complete execution.
-
-
- A to observe while waiting for the task to complete.
-
-
- The was canceled.
-
-
- The was canceled -or- an exception was thrown during the execution of the .
-
-
- The
- has been disposed.
-
-
-
-
- Waits for the to complete execution.
-
-
- The number of milliseconds to wait, or (-1) to
- wait indefinitely.
- true if the completed execution within the allotted time; otherwise,
- false.
-
-
- is a negative number other than -1, which represents an
- infinite time-out.
-
-
- The was canceled -or- an exception was thrown during the execution of the .
-
-
- The
- has been disposed.
-
-
-
-
- Waits for the to complete execution.
-
-
- The number of milliseconds to wait, or (-1) to
- wait indefinitely.
-
-
- A to observe while waiting for the task to complete.
-
-
- true if the completed execution within the allotted time; otherwise, false.
-
-
- The was canceled -or- an exception was thrown during the execution of the .
-
-
- The
- has been disposed.
-
-
- is a negative number other than -1, which represents an
- infinite time-out.
-
-
- The was canceled.
-
-
-
-
- The core wait function, which is only accesible internally. It's meant to be used in places in TPL code where
- the current context is known or cached.
-
-
-
-
- Cancels the .
-
- Indiactes whether we should only cancel non-invoked tasks.
- For the default scheduler this option will only be serviced through TryDequeue.
- For custom schedulers we also attempt an atomic state transition.
- true if the task was successfully canceled; otherwise, false.
- The
- has been disposed.
-
-
-
- Sets the task's cancellation acknowledged flag.
-
-
-
-
- Runs all of the continuations, as appropriate.
-
-
-
-
- Helper function to determine whether the current task is in the state desired by the
- continuation kind under evaluation. Three possibilities exist: the task failed with
- an unhandled exception (OnFailed), the task was canceled before running (OnAborted),
- or the task completed successfully (OnCompletedSuccessfully). Note that the last
- one includes completing due to cancellation.
-
- The continuation options under evaluation.
- True if the continuation should be run given the task's current state.
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- An action to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed, whether it completes due to running to completion successfully, faulting due to an
- unhandled exception, or exiting out early due to being canceled.
-
-
- The argument is null.
-
-
- The has been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- An action to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
- The that will be assigned to the new continuation task.
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed, whether it completes due to running to completion successfully, faulting due to an
- unhandled exception, or exiting out early due to being canceled.
-
-
- The argument is null.
-
-
- The has been disposed.
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- An action to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
-
- The to associate with the continuation task and to use for its execution.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed, whether it completes due to running to completion successfully, faulting due to an
- unhandled exception, or exiting out early due to being canceled.
-
-
- The argument is null.
-
-
- The argument is null.
-
-
- The has been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- An action to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
-
- Options for when the continuation is scheduled and how it behaves. This includes criteria, such
- as OnlyOnCanceled, as
- well as execution options, such as ExecuteSynchronously.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed. If the continuation criteria specified through the parameter are not met, the continuation task will be canceled
- instead of scheduled.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for TaskContinuationOptions.
-
-
- The has been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- An action to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
-
- Options for when the continuation is scheduled and how it behaves. This includes criteria, such
- as OnlyOnCanceled, as
- well as execution options, such as ExecuteSynchronously.
-
- The that will be assigned to the new continuation task.
-
- The to associate with the continuation task and to use for its
- execution.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed. If the criteria specified through the parameter
- are not met, the continuation task will be canceled instead of scheduled.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for TaskContinuationOptions.
-
-
- The argument is null.
-
-
- The has been disposed.
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- The type of the result produced by the continuation.
-
-
- A function to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed, whether it completes due to running to completion successfully, faulting due to an
- unhandled exception, or exiting out early due to being canceled.
-
-
- The argument is null.
-
-
- The has been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- The type of the result produced by the continuation.
-
-
- A function to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
- The that will be assigned to the new continuation task.
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed, whether it completes due to running to completion successfully, faulting due to an
- unhandled exception, or exiting out early due to being canceled.
-
-
- The argument is null.
-
-
- The has been disposed.
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- The type of the result produced by the continuation.
-
-
- A function to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
-
- The to associate with the continuation task and to use for its execution.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed, whether it completes due to running to completion successfully, faulting due to an
- unhandled exception, or exiting out early due to being canceled.
-
-
- The argument is null.
-
-
- The argument is null.
-
-
- The has been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- The type of the result produced by the continuation.
-
-
- A function to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
-
- Options for when the continuation is scheduled and how it behaves. This includes criteria, such
- as OnlyOnCanceled, as
- well as execution options, such as ExecuteSynchronously.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed. If the continuation criteria specified through the parameter are not met, the continuation task will be canceled
- instead of scheduled.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for TaskContinuationOptions.
-
-
- The has been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- The type of the result produced by the continuation.
-
-
- A function to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
- The that will be assigned to the new continuation task.
-
- Options for when the continuation is scheduled and how it behaves. This includes criteria, such
- as OnlyOnCanceled, as
- well as execution options, such as ExecuteSynchronously.
-
-
- The to associate with the continuation task and to use for its
- execution.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed. If the criteria specified through the parameter
- are not met, the continuation task will be canceled instead of scheduled.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for TaskContinuationOptions.
-
-
- The argument is null.
-
-
- The has been disposed.
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Converts TaskContinuationOptions to TaskCreationOptions, and also does
- some validity checking along the way.
-
- Incoming TaskContinuationOptions
- Outgoing TaskCreationOptions
- Outgoing InternalTaskOptions
-
-
-
- Registers the continuation and possibly runs it (if the task is already finished).
-
- The continuation task itself.
- TaskScheduler with which to associate continuation task.
- Restrictions on when the continuation becomes active.
-
-
-
- Waits for all of the provided objects to complete execution.
-
-
- An array of instances on which to wait.
-
-
- The argument is null.
-
-
- The argument contains a null element.
-
-
- At least one of the instances was canceled -or- an exception was thrown during
- the execution of at least one of the instances.
-
-
- The has been disposed.
-
-
-
-
- Waits for all of the provided objects to complete execution.
-
-
- true if all of the instances completed execution within the allotted time;
- otherwise, false.
-
-
- An array of instances on which to wait.
-
-
- A that represents the number of milliseconds to wait, or a that represents -1 milliseconds to wait indefinitely.
-
-
- The argument is null.
-
-
- The argument contains a null element.
-
-
- At least one of the instances was canceled -or- an exception was thrown during
- the execution of at least one of the instances.
-
-
- is a negative number other than -1 milliseconds, which represents an
- infinite time-out -or- timeout is greater than
- .
-
-
- The has been disposed.
-
-
-
-
- Waits for all of the provided objects to complete execution.
-
-
- true if all of the instances completed execution within the allotted time;
- otherwise, false.
-
-
- The number of milliseconds to wait, or (-1) to
- wait indefinitely.
- An array of instances on which to wait.
-
-
- The argument is null.
-
-
- The argument contains a null element.
-
-
- At least one of the instances was canceled -or- an exception was thrown during
- the execution of at least one of the instances.
-
-
- The has been disposed.
-
-
- is a negative number other than -1, which represents an
- infinite time-out.
-
-
-
-
- Waits for all of the provided objects to complete execution.
-
-
- true if all of the instances completed execution within the allotted time;
- otherwise, false.
-
-
- An array of instances on which to wait.
-
-
- A to observe while waiting for the tasks to complete.
-
-
- The argument is null.
-
-
- The argument contains a null element.
-
-
- At least one of the instances was canceled -or- an exception was thrown during
- the execution of at least one of the instances.
-
-
- The was canceled.
-
-
- The has been disposed.
-
-
-
-
- Waits for all of the provided objects to complete execution.
-
-
- true if all of the instances completed execution within the allotted time;
- otherwise, false.
-
-
- An array of instances on which to wait.
-
-
- The number of milliseconds to wait, or (-1) to
- wait indefinitely.
-
-
- A to observe while waiting for the tasks to complete.
-
-
- The argument is null.
-
-
- The argument contains a null element.
-
-
- At least one of the instances was canceled -or- an exception was thrown during
- the execution of at least one of the instances.
-
-
- The has been disposed.
-
-
- is a negative number other than -1, which represents an
- infinite time-out.
-
-
- The was canceled.
-
-
-
-
- Waits for a set of handles in a STA-aware way. In other words, it will wait for each
- of the events individually if we're on a STA thread, because MsgWaitForMultipleObjectsEx
- can't do a true wait-all due to its hidden message queue event. This is not atomic,
- of course, but we only wait on one-way (MRE) events anyway so this is OK.
-
- An array of wait handles to wait on.
- The timeout to use during waits.
- The cancellationToken that enables a wait to be canceled.
- True if all waits succeeded, false if a timeout occurred.
-
-
-
- Internal WaitAll implementation which is meant to be used with small number of tasks,
- optimized for Parallel.Invoke and other structured primitives.
-
-
-
-
- This internal function is only meant to be called by WaitAll()
- If the completed task is canceled or it has other exceptions, here we will add those
- into the passed in exception list (which will be lazily initialized here).
-
-
-
-
- Waits for any of the provided objects to complete execution.
-
-
- An array of instances on which to wait.
-
- The index of the completed task in the array argument.
-
- The argument is null.
-
-
- The argument contains a null element.
-
-
- The has been disposed.
-
-
-
-
- Waits for any of the provided objects to complete execution.
-
-
- An array of instances on which to wait.
-
-
- A that represents the number of milliseconds to wait, or a that represents -1 milliseconds to wait indefinitely.
-
-
- The index of the completed task in the array argument, or -1 if the
- timeout occurred.
-
-
- The argument is null.
-
-
- The argument contains a null element.
-
-
- The has been disposed.
-
-
- is a negative number other than -1 milliseconds, which represents an
- infinite time-out -or- timeout is greater than
- .
-
-
-
-
- Waits for any of the provided objects to complete execution.
-
-
- An array of instances on which to wait.
-
-
- A to observe while waiting for a task to complete.
-
-
- The index of the completed task in the array argument.
-
-
- The argument is null.
-
-
- The argument contains a null element.
-
-
- The has been disposed.
-
-
- The was canceled.
-
-
-
-
- Waits for any of the provided objects to complete execution.
-
-
- An array of instances on which to wait.
-
-
- The number of milliseconds to wait, or (-1) to
- wait indefinitely.
-
-
- The index of the completed task in the array argument, or -1 if the
- timeout occurred.
-
-
- The argument is null.
-
-
- The argument contains a null element.
-
-
- The has been disposed.
-
-
- is a negative number other than -1, which represents an
- infinite time-out.
-
-
-
-
- Waits for any of the provided objects to complete execution.
-
-
- An array of instances on which to wait.
-
-
- The number of milliseconds to wait, or (-1) to
- wait indefinitely.
-
-
- A to observe while waiting for a task to complete.
-
-
- The index of the completed task in the array argument, or -1 if the
- timeout occurred.
-
-
- The argument is null.
-
-
- The argument contains a null element.
-
-
- The has been disposed.
-
-
- is a negative number other than -1, which represents an
- infinite time-out.
-
-
- The was canceled.
-
-
-
-
- Gets a unique ID for this Task instance.
-
-
- Task IDs are assigned on-demand and do not necessarily represent the order in the which Task
- instances were created.
-
-
-
-
- Returns the unique ID of the currently executing Task.
-
-
-
-
- Gets the Task instance currently executing, or
- null if none exists.
-
-
-
-
- Gets the Exception that caused the Task to end prematurely. If the Task completed successfully or has not yet thrown any
- exceptions, this will return null.
-
-
- Tasks that throw unhandled exceptions store the resulting exception and propagate it wrapped in a
- in calls to Wait
- or in accesses to the property. Any exceptions not observed by the time
- the Task instance is garbage collected will be propagated on the finalizer thread.
-
-
- The Task
- has been disposed.
-
-
-
-
- Gets the TaskStatus of this Task.
-
-
-
-
- Gets whether this Task instance has completed
- execution due to being canceled.
-
-
- A Task will complete in Canceled state either if its CancellationToken
- was marked for cancellation before the task started executing, or if the task acknowledged the cancellation request on
- its already signaled CancellationToken by throwing an
- OperationCanceledException2 that bears the same
- CancellationToken.
-
-
-
-
- Returns true if this task has a cancellation token and it was signaled.
- To be used internally in execute entry codepaths.
-
-
-
-
- This internal property provides access to the CancellationToken that was set on the task
- when it was constructed.
-
-
-
-
- Gets whether this threw an OperationCanceledException2 while its CancellationToken was signaled.
-
-
-
-
- Gets whether this Task has completed.
-
-
- will return true when the Task is in one of the three
- final states: RanToCompletion,
- Faulted, or
- Canceled.
-
-
-
-
- Checks whether this task has been disposed.
-
-
-
-
- Gets the TaskCreationOptions used
- to create this task.
-
-
-
-
- Gets a that can be used to wait for the task to
- complete.
-
-
- Using the wait functionality provided by
- should be preferred over using for similar
- functionality.
-
-
- The has been disposed.
-
-
-
-
- Gets the state object supplied when the Task was created,
- or null if none was supplied.
-
-
-
-
- Gets an indication of whether the asynchronous operation completed synchronously.
-
- true if the asynchronous operation completed synchronously; otherwise, false.
-
-
-
- Provides access to the TaskScheduler responsible for executing this Task.
-
-
-
-
- Provides access to factory methods for creating and instances.
-
-
- The factory returned from is a default instance
- of , as would result from using
- the default constructor on TaskFactory.
-
-
-
-
- Provides an event that can be used to wait for completion.
- Only called by Wait*(), which means that we really do need to instantiate a completion event.
-
-
-
-
- Determines whether this is the root task of a self replicating group.
-
-
-
-
- Determines whether the task is a replica itself.
-
-
-
-
- The property formerly known as IsFaulted.
-
-
-
-
- Gets whether the completed due to an unhandled exception.
-
-
- If is true, the Task's will be equal to
- TaskStatus.Faulted, and its
- property will be non-null.
-
-
-
-
- Checks whether the TASK_STATE_EXCEPTIONOBSERVEDBYPARENT status flag is set,
- This will only be used by the implicit wait to prevent double throws
-
-
-
-
-
- Checks whether the body was ever invoked. Used by task scheduler code to verify custom schedulers actually ran the task.
-
-
-
-
- A structure to hold continuation information.
-
-
-
-
- Constructs a new continuation structure.
-
- The task to be activated.
- The continuation options.
- The scheduler to use for the continuation.
-
-
-
- Invokes the continuation for the target completion task.
-
- The completed task.
- Whether the continuation can be inlined.
-
-
-
- Initializes a new with the specified function.
-
-
- The delegate that represents the code to execute in the task. When the function has completed,
- the task's property will be set to return the result value of the function.
-
-
- The argument is null.
-
-
-
-
- Initializes a new with the specified function.
-
-
- The delegate that represents the code to execute in the task. When the function has completed,
- the task's property will be set to return the result value of the function.
-
- The to be assigned to this task.
-
- The argument is null.
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Initializes a new with the specified function and creation options.
-
-
- The delegate that represents the code to execute in the task. When the function has completed,
- the task's property will be set to return the result value of the function.
-
-
- The TaskCreationOptions used to
- customize the task's behavior.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for .
-
-
-
-
- Initializes a new with the specified function and creation options.
-
-
- The delegate that represents the code to execute in the task. When the function has completed,
- the task's property will be set to return the result value of the function.
-
- The that will be assigned to the new task.
-
- The TaskCreationOptions used to
- customize the task's behavior.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for .
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Initializes a new with the specified function and state.
-
-
- The delegate that represents the code to execute in the task. When the function has completed,
- the task's property will be set to return the result value of the function.
-
- An object representing data to be used by the action.
-
- The argument is null.
-
-
-
-
- Initializes a new with the specified action, state, and options.
-
-
- The delegate that represents the code to execute in the task. When the function has completed,
- the task's property will be set to return the result value of the function.
-
- An object representing data to be used by the function.
- The to be assigned to the new task.
-
- The argument is null.
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Initializes a new with the specified action, state, and options.
-
-
- The delegate that represents the code to execute in the task. When the function has completed,
- the task's property will be set to return the result value of the function.
-
- An object representing data to be used by the function.
-
- The TaskCreationOptions used to
- customize the task's behavior.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for .
-
-
-
-
- Initializes a new with the specified action, state, and options.
-
-
- The delegate that represents the code to execute in the task. When the function has completed,
- the task's property will be set to return the result value of the function.
-
- An object representing data to be used by the function.
- The to be assigned to the new task.
-
- The TaskCreationOptions used to
- customize the task's behavior.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for .
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a new future object.
-
- The parent task for this future.
- A function that yields the future value.
- The task scheduler which will be used to execute the future.
- The CancellationToken for the task.
- Options to control the future's behavior.
- Internal options to control the future's behavior.
- The argument specifies
- a SelfReplicating , which is illegal."/>.
-
-
-
- Creates a new future object.
-
- The parent task for this future.
- An object containing data to be used by the action; may be null.
- A function that yields the future value.
- The CancellationToken for the task.
- The task scheduler which will be used to execute the future.
- Options to control the future's behavior.
- Internal options to control the future's behavior.
- The argument specifies
- a SelfReplicating , which is illegal."/>.
-
-
-
- Evaluates the value selector of the Task which is passed in as an object and stores the result.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- An action to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed, whether it completes due to running to completion successfully, faulting due to an
- unhandled exception, or exiting out early due to being canceled.
-
-
- The argument is null.
-
-
- The has been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- An action to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
- The that will be assigned to the new continuation task.
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed, whether it completes due to running to completion successfully, faulting due to an
- unhandled exception, or exiting out early due to being canceled.
-
-
- The argument is null.
-
-
- The has been disposed.
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- An action to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
-
- The to associate with the continuation task and to use for its execution.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed, whether it completes due to running to completion successfully, faulting due to an
- unhandled exception, or exiting out early due to being canceled.
-
-
- The argument is null.
-
-
- The argument is null.
-
-
- The has been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- An action to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
-
- Options for when the continuation is scheduled and how it behaves. This includes criteria, such
- as OnlyOnCanceled, as
- well as execution options, such as ExecuteSynchronously.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed. If the continuation criteria specified through the parameter are not met, the continuation task will be canceled
- instead of scheduled.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for TaskContinuationOptions.
-
-
- The has been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- An action to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
- The that will be assigned to the new continuation task.
-
- Options for when the continuation is scheduled and how it behaves. This includes criteria, such
- as OnlyOnCanceled, as
- well as execution options, such as ExecuteSynchronously.
-
-
- The to associate with the continuation task and to use for its
- execution.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed. If the criteria specified through the parameter
- are not met, the continuation task will be canceled instead of scheduled.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for TaskContinuationOptions.
-
-
- The argument is null.
-
-
- The has been disposed.
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- The type of the result produced by the continuation.
-
-
- A function to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current
- task has completed, whether it completes due to running to completion successfully, faulting due
- to an unhandled exception, or exiting out early due to being canceled.
-
-
- The argument is null.
-
-
- The has been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- The type of the result produced by the continuation.
-
-
- A function to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
- The that will be assigned to the new task.
- A new continuation .
-
- The returned will not be scheduled for execution until the current
- task has completed, whether it completes due to running to completion successfully, faulting due
- to an unhandled exception, or exiting out early due to being canceled.
-
-
- The argument is null.
-
-
- The has been disposed.
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- The type of the result produced by the continuation.
-
-
- A function to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
-
- The to associate with the continuation task and to use for its execution.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed, whether it completes due to running to completion successfully, faulting due to an
- unhandled exception, or exiting out early due to being canceled.
-
-
- The argument is null.
-
-
- The argument is null.
-
-
- The has been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- The type of the result produced by the continuation.
-
-
- A function to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
-
- Options for when the continuation is scheduled and how it behaves. This includes criteria, such
- as OnlyOnCanceled, as
- well as execution options, such as ExecuteSynchronously.
-
- A new continuation .
-
-
- The returned will not be scheduled for execution until the current
- task has completed, whether it completes due to running to completion successfully, faulting due
- to an unhandled exception, or exiting out early due to being canceled.
-
-
- The , when executed, should return a . This task's completion state will be transferred to the task returned
- from the ContinueWith call.
-
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for TaskContinuationOptions.
-
-
- The has been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- The type of the result produced by the continuation.
-
-
- A function to run when the completes. When run, the delegate will be passed as
- an argument this completed task.
-
- The that will be assigned to the new task.
-
- Options for when the continuation is scheduled and how it behaves. This includes criteria, such
- as OnlyOnCanceled, as
- well as execution options, such as ExecuteSynchronously.
-
-
- The to associate with the continuation task and to use for its
- execution.
-
- A new continuation .
-
-
- The returned will not be scheduled for execution until the current task has
- completed, whether it completes due to running to completion successfully, faulting due to an
- unhandled exception, or exiting out early due to being canceled.
-
-
- The , when executed, should return a .
- This task's completion state will be transferred to the task returned from the
- ContinueWith call.
-
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for TaskContinuationOptions.
-
-
- The argument is null.
-
-
- The has been disposed.
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Gets the result value of this .
-
-
- The get accessor for this property ensures that the asynchronous operation is complete before
- returning. Once the result of the computation is available, it is stored and will be returned
- immediately on later calls to .
-
-
-
-
- Provides access to factory methods for creating instances.
-
-
- The factory returned from is a default instance
- of , as would result from using
- the default constructor on the factory type.
-
-
-
-
- Provides support for creating and scheduling
- Task{TResult} objects.
-
- The type of the results that are available though
- the Task{TResult} objects that are associated with
- the methods in this class.
-
-
- There are many common patterns for which tasks are relevant. The
- class encodes some of these patterns into methods that pick up default settings, which are
- configurable through its constructors.
-
-
- A default instance of is available through the
- Task{TResult}.Factory property.
-
-
-
-
-
- Initializes a instance with the default configuration.
-
-
- This constructor creates a instance with a default configuration. The
- property is initialized to
- TaskCreationOptions.None, the
- property is initialized to TaskContinuationOptions.None,
- and the TaskScheduler property is
- initialized to the current scheduler (see TaskScheduler.Current).
-
-
-
-
- Initializes a instance with the default configuration.
-
- The default that will be assigned
- to tasks created by this unless another CancellationToken is explicitly specified
- while calling the factory methods.
-
- This constructor creates a instance with a default configuration. The
- property is initialized to
- TaskCreationOptions.None, the
- property is initialized to TaskContinuationOptions.None,
- and the TaskScheduler property is
- initialized to the current scheduler (see TaskScheduler.Current).
-
-
-
-
- Initializes a instance with the specified configuration.
-
-
- The
- TaskScheduler to use to schedule any tasks created with this TaskFactory{TResult}. A null value
- indicates that the current TaskScheduler should be used.
-
-
- With this constructor, the
- property is initialized to
- TaskCreationOptions.None, the
- property is initialized to TaskContinuationOptions.None,
- and the TaskScheduler property is
- initialized to , unless it's null, in which case the property is
- initialized to the current scheduler (see TaskScheduler.Current).
-
-
-
-
- Initializes a instance with the specified configuration.
-
-
- The default
- TaskCreationOptions to use when creating tasks with this TaskFactory{TResult}.
-
-
- The default
- TaskContinuationOptions to use when creating continuation tasks with this TaskFactory{TResult}.
-
-
- The exception that is thrown when the
- argument or the
- argument specifies an invalid value.
-
-
- With this constructor, the
- property is initialized to ,
- the
- property is initialized to , and the TaskScheduler property is initialized to the
- current scheduler (see TaskScheduler.Current).
-
-
-
-
- Initializes a instance with the specified configuration.
-
- The default that will be assigned
- to tasks created by this unless another CancellationToken is explicitly specified
- while calling the factory methods.
-
- The default
- TaskCreationOptions to use when creating tasks with this TaskFactory{TResult}.
-
-
- The default
- TaskContinuationOptions to use when creating continuation tasks with this TaskFactory{TResult}.
-
-
- The default
- TaskScheduler to use to schedule any Tasks created with this TaskFactory{TResult}. A null value
- indicates that TaskScheduler.Current should be used.
-
-
- The exception that is thrown when the
- argument or the
- argumentspecifies an invalid value.
-
-
- With this constructor, the
- property is initialized to ,
- the
- property is initialized to , and the TaskScheduler property is initialized to
- , unless it's null, in which case the property is initialized to the
- current scheduler (see TaskScheduler.Current).
-
-
-
-
- Creates and starts a .
-
- A function delegate that returns the future result to be available through
- the .
- The started .
- The exception that is thrown when the
- argument is null.
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- A function delegate that returns the future result to be available through
- the .
- The that will be assigned to the new task.
- The started .
- The exception that is thrown when the
- argument is null.
- The provided CancellationToken
- has already been disposed.
-
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- A function delegate that returns the future result to be available through
- the .
- A TaskCreationOptions value that controls the behavior of the
- created
- .
- The started .
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- A function delegate that returns the future result to be available through
- the .
- A TaskCreationOptions value that controls the behavior of the
- created
- .
- The that will be assigned to the new task.
- The TaskScheduler
- that is used to schedule the created
- Task{TResult}.
- The started .
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The provided CancellationToken
- has already been disposed.
-
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- A function delegate that returns the future result to be available through
- the .
- An object containing data to be used by the
- delegate.
- The started .
- The exception that is thrown when the
- argument is null.
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- A function delegate that returns the future result to be available through
- the .
- An object containing data to be used by the
- delegate.
- The that will be assigned to the new task.
- The started .
- The exception that is thrown when the
- argument is null.
- The provided CancellationToken
- has already been disposed.
-
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- A function delegate that returns the future result to be available through
- the .
- An object containing data to be used by the
- delegate.
- A TaskCreationOptions value that controls the behavior of the
- created
- .
- The started .
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- A function delegate that returns the future result to be available through
- the .
- An object containing data to be used by the
- delegate.
- The that will be assigned to the new task.
- A TaskCreationOptions value that controls the behavior of the
- created
- .
- The TaskScheduler
- that is used to schedule the created
- Task{TResult}.
- The started .
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The provided CancellationToken
- has already been disposed.
-
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates a Task that executes an end
- method function when a specified IAsyncResult completes.
-
- The IAsyncResult whose completion should trigger the processing of the
- .
- The function delegate that processes the completed .
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- A Task that represents the
- asynchronous operation.
-
-
-
- Creates a Task that executes an end
- method function when a specified IAsyncResult completes.
-
- The IAsyncResult whose completion should trigger the processing of the
- .
- The function delegate that processes the completed .
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- A Task that represents the
- asynchronous operation.
-
-
-
- Creates a Task that executes an end
- method function when a specified IAsyncResult completes.
-
- The IAsyncResult whose completion should trigger the processing of the
- .
- The function delegate that processes the completed .
- The TaskScheduler
- that is used to schedule the task that executes the end method.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- A Task that represents the
- asynchronous operation.
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the delegate.
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the delegate.
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the delegate.
- The type of the second argument passed to
- delegate.
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The second argument passed to the
- delegate.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the delegate.
- The type of the second argument passed to
- delegate.
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The second argument passed to the
- delegate.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the delegate.
- The type of the second argument passed to
- delegate.
- The type of the third argument passed to
- delegate.
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The second argument passed to the
- delegate.
- The third argument passed to the
- delegate.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the delegate.
- The type of the second argument passed to
- delegate.
- The type of the third argument passed to
- delegate.
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The second argument passed to the
- delegate.
- The third argument passed to the
- delegate.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in
- the array have completed.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in
- the array have completed.
- The CancellationToken
- that will be assigned to the new continuation task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the array have completed.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAll.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the array have completed.
- The CancellationToken
- that will be assigned to the new continuation task.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The TaskScheduler
- that is used to schedule the created continuation Task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAll.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the
- array have completed.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the
- array have completed.
- The CancellationToken
- that will be assigned to the new continuation task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the
- array have completed.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAll.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the
- array have completed.
- The CancellationToken
- that will be assigned to the new continuation task.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The TaskScheduler
- that is used to schedule the created continuation .
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAll.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the array completes.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the array completes.
- The CancellationToken
- that will be assigned to the new continuation task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the array completes.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAny.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the array completes.
- The CancellationToken
- that will be assigned to the new continuation task.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The TaskScheduler
- that is used to schedule the created continuation Task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAny.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the
- array completes.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the
- array completes.
- The CancellationToken
- that will be assigned to the new continuation task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the
- array completes.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAny.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the
- array completes.
- The CancellationToken
- that will be assigned to the new continuation task.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The TaskScheduler
- that is used to schedule the created continuation .
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAny.
-
-
-
-
- Gets the default CancellationToken of this
- TaskFactory.
-
-
- This property returns the default that will be assigned to all
- tasks created by this factory unless another CancellationToken value is explicitly specified
- during the call to the factory methods.
-
-
-
-
- Gets the TaskScheduler of this
- TaskFactory{TResult}.
-
-
- This property returns the default scheduler for this factory. It will be used to schedule all
- tasks unless another scheduler is explicitly specified during calls to this factory's methods.
- If null, TaskScheduler.Current
- will be used.
-
-
-
-
- Gets the TaskCreationOptions
- value of this TaskFactory{TResult}.
-
-
- This property returns the default creation options for this factory. They will be used to create all
- tasks unless other options are explicitly specified during calls to this factory's methods.
-
-
-
-
- Gets the TaskContinuationOptions
- value of this TaskFactory{TResult}.
-
-
- This property returns the default continuation options for this factory. They will be used to create
- all continuation tasks unless other options are explicitly specified during calls to this factory's methods.
-
-
-
-
- Represents the current stage in the lifecycle of a .
-
-
-
-
- The task has been initialized but has not yet been scheduled.
-
-
-
-
- The task is waiting to be activated and scheduled internally by the .NET Framework infrastructure.
-
-
-
-
- The task has been scheduled for execution but has not yet begun executing.
-
-
-
-
- The task is running but has not yet completed.
-
-
-
-
- The task has finished executing and is implicitly waiting for
- attached child tasks to complete.
-
-
-
-
- The task completed execution successfully.
-
-
-
-
- The task acknowledged cancellation by throwing an OperationCanceledException2 with its own CancellationToken
- while the token was in signaled state, or the task's CancellationToken was already signaled before the
- task started executing.
-
-
-
-
- The task completed due to an unhandled exception.
-
-
-
-
- Specifies flags that control optional behavior for the creation and execution of tasks.
-
-
-
-
- Specifies that the default behavior should be used.
-
-
-
-
- A hint to a TaskScheduler to schedule a
- task in as fair a manner as possible, meaning that tasks scheduled sooner will be more likely to
- be run sooner, and tasks scheduled later will be more likely to be run later.
-
-
-
-
- Specifies that a task will be a long-running, course-grained operation. It provides a hint to the
- TaskScheduler that oversubscription may be
- warranted.
-
-
-
-
- Specifies that a task is attached to a parent in the task hierarchy.
-
-
-
-
- Task creation flags which are only used internally.
-
-
-
- Specifies "No internal task options"
-
-
- Used to filter out internal vs. public task creation options.
-
-
- Specifies that the task will be queued by the runtime before handing it over to the user.
- This flag will be used to skip the cancellationtoken registration step, which is only meant for unstarted tasks.
-
-
-
- Specifies flags that control optional behavior for the creation and execution of continuation tasks.
-
-
-
-
- Default = "Continue on any, no task options, run asynchronously"
- Specifies that the default behavior should be used. Continuations, by default, will
- be scheduled when the antecedent task completes, regardless of the task's final TaskStatus.
-
-
-
-
- A hint to a TaskScheduler to schedule a
- task in as fair a manner as possible, meaning that tasks scheduled sooner will be more likely to
- be run sooner, and tasks scheduled later will be more likely to be run later.
-
-
-
-
- Specifies that a task will be a long-running, course-grained operation. It provides
- a hint to the TaskScheduler that
- oversubscription may be warranted.
-
-
-
-
- Specifies that a task is attached to a parent in the task hierarchy.
-
-
-
-
- Specifies that the continuation task should not be scheduled if its antecedent ran to completion.
- This option is not valid for multi-task continuations.
-
-
-
-
- Specifies that the continuation task should not be scheduled if its antecedent threw an unhandled
- exception. This option is not valid for multi-task continuations.
-
-
-
-
- Specifies that the continuation task should not be scheduled if its antecedent was canceled. This
- option is not valid for multi-task continuations.
-
-
-
-
- Specifies that the continuation task should be scheduled only if its antecedent ran to
- completion. This option is not valid for multi-task continuations.
-
-
-
-
- Specifies that the continuation task should be scheduled only if its antecedent threw an
- unhandled exception. This option is not valid for multi-task continuations.
-
-
-
-
- Specifies that the continuation task should be scheduled only if its antecedent was canceled.
- This option is not valid for multi-task continuations.
-
-
-
-
- Specifies that the continuation task should be executed synchronously. With this option
- specified, the continuation will be run on the same thread that causes the antecedent task to
- transition into its final state. If the antecedent is already complete when the continuation is
- created, the continuation will run on the thread creating the continuation. Only very
- short-running continuations should be executed synchronously.
-
-
-
-
- Represents an exception used to communicate task cancellation.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the
- class with a specified error message.
-
- The error message that explains the reason for the exception.
-
-
-
- Initializes a new instance of the
- class with a specified error message and a reference to the inner exception that is the cause of
- this exception.
-
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception.
-
-
-
- Initializes a new instance of the class
- with a reference to the that has been canceled.
-
- A task that has been canceled.
-
-
-
- Gets the task associated with this exception.
-
-
- It is permissible for no Task to be associated with a
- , in which case
- this property will return null.
-
-
-
-
- Represents the producer side of a unbound to a
- delegate, providing access to the consumer side through the property.
-
-
-
- It is often the case that a is desired to
- represent another asynchronous operation.
- TaskCompletionSource is provided for this purpose. It enables
- the creation of a task that can be handed out to consumers, and those consumers can use the members
- of the task as they would any other. However, unlike most tasks, the state of a task created by a
- TaskCompletionSource is controlled explicitly by the methods on TaskCompletionSource. This enables the
- completion of the external asynchronous operation to be propagated to the underlying Task. The
- separation also ensures that consumers are not able to transition the state without access to the
- corresponding TaskCompletionSource.
-
-
- All members of are thread-safe
- and may be used from multiple threads concurrently.
-
-
- The type of the result value assocatied with this .
-
-
-
- Creates a .
-
-
-
-
- Creates a
- with the specified options.
-
-
- The created
- by this instance and accessible through its property
- will be instantiated using the specified .
-
- The options to use when creating the underlying
- .
-
- The represent options invalid for use
- with a .
-
-
-
-
- Creates a
- with the specified state.
-
- The state to use as the underlying
- 's AsyncState.
-
-
-
- Creates a with
- the specified state and options.
-
- The options to use when creating the underlying
- .
- The state to use as the underlying
- 's AsyncState.
-
- The represent options invalid for use
- with a .
-
-
-
-
- Attempts to transition the underlying
- into the
- Faulted
- state.
-
- The exception to bind to this .
- True if the operation was successful; otherwise, false.
- This operation will return false if the
- is already in one
- of the three final states:
- RanToCompletion,
- Faulted, or
- Canceled.
-
- The argument is null.
- The was disposed.
-
-
-
- Attempts to transition the underlying
- into the
- Faulted
- state.
-
- The collection of exceptions to bind to this .
- True if the operation was successful; otherwise, false.
- This operation will return false if the
- is already in one
- of the three final states:
- RanToCompletion,
- Faulted, or
- Canceled.
-
- The argument is null.
- There are one or more null elements in .
- The collection is empty.
- The was disposed.
-
-
-
- Transitions the underlying
- into the
- Faulted
- state.
-
- The exception to bind to this .
- The argument is null.
-
- The underlying is already in one
- of the three final states:
- RanToCompletion,
- Faulted, or
- Canceled.
-
- The was disposed.
-
-
-
- Transitions the underlying
- into the
- Faulted
- state.
-
- The collection of exceptions to bind to this .
- The argument is null.
- There are one or more null elements in .
-
- The underlying is already in one
- of the three final states:
- RanToCompletion,
- Faulted, or
- Canceled.
-
- The was disposed.
-
-
-
- Attempts to transition the underlying
- into the
- RanToCompletion
- state.
-
- The result value to bind to this .
- True if the operation was successful; otherwise, false.
- This operation will return false if the
- is already in one
- of the three final states:
- RanToCompletion,
- Faulted, or
- Canceled.
-
- The was disposed.
-
-
-
- Transitions the underlying
- into the
- RanToCompletion
- state.
-
- The result value to bind to this .
-
- The underlying is already in one
- of the three final states:
- RanToCompletion,
- Faulted, or
- Canceled.
-
- The was disposed.
-
-
-
- Transitions the underlying
- into the
- Canceled
- state.
-
-
- The underlying is already in one
- of the three final states:
- RanToCompletion,
- Faulted, or
- Canceled.
-
- The was disposed.
-
-
-
- Attempts to transition the underlying
- into the
- Canceled
- state.
-
- True if the operation was successful; otherwise, false.
- This operation will return false if the
- is already in one
- of the three final states:
- RanToCompletion,
- Faulted, or
- Canceled.
-
- The was disposed.
-
-
-
- Gets the created
- by this .
-
-
- This property enables a consumer access to the that is controlled by this instance.
- The , ,
- , and
- methods (and their "Try" variants) on this instance all result in the relevant state
- transitions on this underlying Task.
-
-
-
-
- An exception holder manages a list of exceptions for one particular task.
- It offers the ability to aggregate, but more importantly, also offers intrinsic
- support for propagating unhandled exceptions that are never observed. It does
- this by aggregating and throwing if the holder is ever GC'd without the holder's
- contents ever having been requested (e.g. by a Task.Wait, Task.get_Exception, etc).
-
-
-
-
- Creates a new holder; it will be registered for finalization.
-
- The task this holder belongs to.
-
-
-
- A finalizer that repropagates unhandled exceptions.
-
-
-
-
- Add an exception to the internal list. This will ensure the holder is
- in the proper state (handled/unhandled) depending on the list's contents.
-
- An exception object (either an Exception or an
- IEnumerable{Exception}) to add to the list.
-
-
-
- A private helper method that ensures the holder is considered
- unhandled, i.e. it is registered for finalization.
-
-
-
-
- A private helper method that ensures the holder is considered
- handled, i.e. it is not registered for finalization.
-
- Whether this is called from the finalizer thread.
-
-
-
- Allocates a new aggregate exception and adds the contents of the list to
- it. By calling this method, the holder assumes exceptions to have been
- "observed", such that the finalization check will be subsequently skipped.
-
- Whether this is being called from a finalizer.
- An extra exception to be included (optionally).
- The aggregate exception to throw.
-
-
-
- Provides a set of static (Shared in Visual Basic) methods for working with specific kinds of
- instances.
-
-
-
-
- Creates a proxy Task that represents the
- asynchronous operation of a Task{Task}.
-
-
- It is often useful to be able to return a Task from a
- Task{TResult}, where the inner Task represents work done as part of the outer Task{TResult}. However,
- doing so results in a Task{Task}, which, if not dealt with carefully, could produce unexpected behavior. Unwrap
- solves this problem by creating a proxy Task that represents the entire asynchronous operation of such a Task{Task}.
-
- The Task{Task} to unwrap.
- The exception that is thrown if the
- argument is null.
- A Task that represents the asynchronous operation of the provided Task{Task}.
-
-
-
- Creates a proxy Task{TResult} that represents the
- asynchronous operation of a Task{Task{TResult}}.
-
-
- It is often useful to be able to return a Task{TResult} from a Task{TResult}, where the inner Task{TResult}
- represents work done as part of the outer Task{TResult}. However, doing so results in a Task{Task{TResult}},
- which, if not dealt with carefully, could produce unexpected behavior. Unwrap solves this problem by
- creating a proxy Task{TResult} that represents the entire asynchronous operation of such a Task{Task{TResult}}.
-
- The Task{Task{TResult}} to unwrap.
- The exception that is thrown if the
- argument is null.
- A Task{TResult} that represents the asynchronous operation of the provided Task{Task{TResult}}. /// Unwraps a Task that returns another Task.
-
-
-
- Provides support for creating and scheduling
- Tasks.
-
-
-
- There are many common patterns for which tasks are relevant. The
- class encodes some of these patterns into methods that pick up default settings, which are
- configurable through its constructors.
-
-
- A default instance of is available through the
- Task.Factory property.
-
-
-
-
-
- Initializes a instance with the default configuration.
-
-
- This constructor creates a instance with a default configuration. The
- property is initialized to
- TaskCreationOptions.None, the
- property is initialized to TaskContinuationOptions.None,
- and the TaskScheduler property is
- initialized to the current scheduler (see TaskScheduler.Current).
-
-
-
-
- Initializes a instance with the specified configuration.
-
- The default that will be assigned
- to tasks created by this unless another CancellationToken is explicitly specified
- while calling the factory methods.
-
- This constructor creates a instance with a default configuration. The
- property is initialized to
- TaskCreationOptions.None, the
- property is initialized to TaskContinuationOptions.None,
- and the TaskScheduler property is
- initialized to the current scheduler (see TaskScheduler.Current).
-
-
-
-
- Initializes a instance with the specified configuration.
-
-
- The
- TaskScheduler to use to schedule any tasks created with this TaskFactory. A null value
- indicates that the current TaskScheduler should be used.
-
-
- With this constructor, the
- property is initialized to
- TaskCreationOptions.None, the
- property is initialized to TaskContinuationOptions.None,
- and the TaskScheduler property is
- initialized to , unless it's null, in which case the property is
- initialized to the current scheduler (see TaskScheduler.Current).
-
-
-
-
- Initializes a instance with the specified configuration.
-
-
- The default
- TaskCreationOptions to use when creating tasks with this TaskFactory.
-
-
- The default
- TaskContinuationOptions to use when creating continuation tasks with this TaskFactory.
-
-
- The exception that is thrown when the
- argument or the
- argument specifies an invalid value.
-
-
- With this constructor, the
- property is initialized to ,
- the
- property is initialized to , and the TaskScheduler property is initialized to the
- current scheduler (see TaskScheduler.Current).
-
-
-
-
- Initializes a instance with the specified configuration.
-
- The default that will be assigned
- to tasks created by this unless another CancellationToken is explicitly specified
- while calling the factory methods.
-
- The default
- TaskCreationOptions to use when creating tasks with this TaskFactory.
-
-
- The default
- TaskContinuationOptions to use when creating continuation tasks with this TaskFactory.
-
-
- The default
- TaskScheduler to use to schedule any Tasks created with this TaskFactory. A null value
- indicates that TaskScheduler.Current should be used.
-
-
- The exception that is thrown when the
- argument or the
- argumentspecifies an invalid value.
-
-
- With this constructor, the
- property is initialized to ,
- the
- property is initialized to , and the TaskScheduler property is initialized to
- , unless it's null, in which case the property is initialized to the
- current scheduler (see TaskScheduler.Current).
-
-
-
-
- Creates and starts a Task.
-
- The action delegate to execute asynchronously.
- The started Task.
- The exception that is thrown when the
- argument is null.
-
- Calling StartNew is functionally equivalent to creating a Task using one of its constructors
- and then calling
- Start to schedule it for execution. However,
- unless creation and scheduling must be separated, StartNew is the recommended
- approach for both simplicity and performance.
-
-
-
-
- Creates and starts a Task.
-
- The action delegate to execute asynchronously.
- The that will be assigned to the new task.
- The started Task.
- The exception that is thrown when the
- argument is null.
- The provided CancellationToken
- has already been disposed.
-
-
- Calling StartNew is functionally equivalent to creating a Task using one of its constructors
- and then calling
- Start to schedule it for execution. However,
- unless creation and scheduling must be separated, StartNew is the recommended
- approach for both simplicity and performance.
-
-
-
-
- Creates and starts a Task.
-
- The action delegate to execute asynchronously.
- A TaskCreationOptions value that controls the behavior of the
- created
- Task.
- The started Task.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
-
- Calling StartNew is functionally equivalent to creating a Task using one of its constructors and
- then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a Task.
-
- The action delegate to execute asynchronously.
- The that will be assigned to the new
- A TaskCreationOptions value that controls the behavior of the
- created
- Task.
- The TaskScheduler
- that is used to schedule the created Task.
- The started Task.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The provided CancellationToken
- has already been disposed.
-
-
- Calling StartNew is functionally equivalent to creating a Task using one of its constructors and
- then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a Task.
-
- The action delegate to execute asynchronously.
- An object containing data to be used by the
- delegate.
- The started Task.
- The exception that is thrown when the
- argument is null.
-
- Calling StartNew is functionally equivalent to creating a Task using one of its constructors and
- then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a Task.
-
- The action delegate to execute asynchronously.
- An object containing data to be used by the
- delegate.
- The that will be assigned to the new
- The started Task.
- The exception that is thrown when the
- argument is null.
- The provided CancellationToken
- has already been disposed.
-
-
- Calling StartNew is functionally equivalent to creating a Task using one of its constructors and
- then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a Task.
-
- The action delegate to execute asynchronously.
- An object containing data to be used by the
- delegate.
- A TaskCreationOptions value that controls the behavior of the
- created
- Task.
- The started Task.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
-
- Calling StartNew is functionally equivalent to creating a Task using one of its constructors and
- then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a Task.
-
- The action delegate to execute asynchronously.
- An object containing data to be used by the
- delegate.
- The that will be assigned to the new task.
- A TaskCreationOptions value that controls the behavior of the
- created
- Task.
- The TaskScheduler
- that is used to schedule the created Task.
- The started Task.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The provided CancellationToken
- has already been disposed.
-
-
- Calling StartNew is functionally equivalent to creating a Task using one of its constructors and
- then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- The type of the result available through the
- Task.
-
- A function delegate that returns the future result to be available through
- the .
- The started .
- The exception that is thrown when the
- argument is null.
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- The type of the result available through the
- Task.
-
- A function delegate that returns the future result to be available through
- the .
- The that will be assigned to the new
- The started .
- The exception that is thrown when the
- argument is null.
- The provided CancellationToken
- has already been disposed.
-
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- The type of the result available through the
- Task.
-
- A function delegate that returns the future result to be available through
- the .
- A TaskCreationOptions value that controls the behavior of the
- created
- .
- The started .
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- The type of the result available through the
- Task.
-
- A function delegate that returns the future result to be available through
- the .
- The that will be assigned to the new task.
- A TaskCreationOptions value that controls the behavior of the
- created
- .
- The TaskScheduler
- that is used to schedule the created
- Task{TResult}.
- The started .
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The provided CancellationToken
- has already been disposed.
-
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- The type of the result available through the
- Task.
-
- A function delegate that returns the future result to be available through
- the .
- An object containing data to be used by the
- delegate.
- The started .
- The exception that is thrown when the
- argument is null.
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- The type of the result available through the
- Task.
-
- A function delegate that returns the future result to be available through
- the .
- An object containing data to be used by the
- delegate.
- The that will be assigned to the new
- The started .
- The exception that is thrown when the
- argument is null.
- The provided CancellationToken
- has already been disposed.
-
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- The type of the result available through the
- Task.
-
- A function delegate that returns the future result to be available through
- the .
- An object containing data to be used by the
- delegate.
- A TaskCreationOptions value that controls the behavior of the
- created
- .
- The started .
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- The type of the result available through the
- Task.
-
- A function delegate that returns the future result to be available through
- the .
- An object containing data to be used by the
- delegate.
- The that will be assigned to the new task.
- A TaskCreationOptions value that controls the behavior of the
- created
- .
- The TaskScheduler
- that is used to schedule the created
- Task{TResult}.
- The started .
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The provided CancellationToken
- has already been disposed.
-
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates a Task that executes an end method action
- when a specified IAsyncResult completes.
-
- The IAsyncResult whose completion should trigger the processing of the
- .
- The action delegate that processes the completed .
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- A Task that represents the asynchronous
- operation.
-
-
-
- Creates a Task that executes an end method action
- when a specified IAsyncResult completes.
-
- The IAsyncResult whose completion should trigger the processing of the
- .
- The action delegate that processes the completed .
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- A Task that represents the asynchronous
- operation.
-
-
-
- Creates a Task that executes an end method action
- when a specified IAsyncResult completes.
-
- The IAsyncResult whose completion should trigger the processing of the
- .
- The action delegate that processes the completed .
- The TaskScheduler
- that is used to schedule the task that executes the end method.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- A Task that represents the asynchronous
- operation.
-
-
-
- Creates a Task that represents a pair of begin
- and end methods that conform to the Asynchronous Programming Model pattern.
-
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The created Task that represents the
- asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of begin
- and end methods that conform to the Asynchronous Programming Model pattern.
-
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The created Task that represents the
- asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of begin
- and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the
- delegate.
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The created Task that represents the
- asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of begin
- and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the
- delegate.
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The created Task that represents the
- asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of begin
- and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the
- delegate.
- The type of the second argument passed to
- delegate.
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The second argument passed to the
- delegate.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The created Task that represents the
- asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of begin
- and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the
- delegate.
- The type of the second argument passed to
- delegate.
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The second argument passed to the
- delegate.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The created Task that represents the
- asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of begin
- and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the
- delegate.
- The type of the second argument passed to
- delegate.
- The type of the third argument passed to
- delegate.
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The second argument passed to the
- delegate.
- The third argument passed to the
- delegate.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The created Task that represents the
- asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of begin
- and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the
- delegate.
- The type of the second argument passed to
- delegate.
- The type of the third argument passed to
- delegate.
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The second argument passed to the
- delegate.
- The third argument passed to the
- delegate.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The created Task that represents the
- asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that executes an end
- method function when a specified IAsyncResult completes.
-
- The type of the result available through the
- Task.
-
- The IAsyncResult whose completion should trigger the processing of the
- .
- The function delegate that processes the completed .
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- A Task that represents the
- asynchronous operation.
-
-
-
- Creates a Task that executes an end
- method function when a specified IAsyncResult completes.
-
- The type of the result available through the
- Task.
-
- The IAsyncResult whose completion should trigger the processing of the
- .
- The function delegate that processes the completed .
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- A Task that represents the
- asynchronous operation.
-
-
-
- Creates a Task that executes an end
- method function when a specified IAsyncResult completes.
-
- The type of the result available through the
- Task.
-
- The IAsyncResult whose completion should trigger the processing of the
- .
- The function delegate that processes the completed .
- The TaskScheduler
- that is used to schedule the task that executes the end method.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- A Task that represents the
- asynchronous operation.
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the result available through the
- Task.
-
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the result available through the
- Task.
-
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the delegate.
- The type of the result available through the
- Task.
-
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the delegate.
- The type of the result available through the
- Task.
-
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the delegate.
- The type of the second argument passed to
- delegate.
- The type of the result available through the
- Task.
-
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The second argument passed to the
- delegate.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the delegate.
- The type of the second argument passed to
- delegate.
- The type of the result available through the
- Task.
-
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The second argument passed to the
- delegate.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the delegate.
- The type of the second argument passed to
- delegate.
- The type of the third argument passed to
- delegate.
- The type of the result available through the
- Task.
-
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The second argument passed to the
- delegate.
- The third argument passed to the
- delegate.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the delegate.
- The type of the second argument passed to
- delegate.
- The type of the third argument passed to
- delegate.
- The type of the result available through the
- Task.
-
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The second argument passed to the
- delegate.
- The third argument passed to the
- delegate.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Check validity of options passed to FromAsync method
-
- The options to be validated.
- determines type of FromAsync method that called this method
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The array of tasks from which to continue.
- The action delegate to execute when all tasks in
- the array have completed.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The array of tasks from which to continue.
- The action delegate to execute when all tasks in
- the array have completed.
- The CancellationToken
- that will be assigned to the new continuation task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The array of tasks from which to continue.
- The action delegate to execute when all tasks in the array have completed.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAll.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The array of tasks from which to continue.
- The action delegate to execute when all tasks in the array have completed.
- The CancellationToken
- that will be assigned to the new continuation task.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The TaskScheduler
- that is used to schedule the created continuation Task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAll.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue.
- The action delegate to execute when all tasks in
- the array have completed.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue.
- The action delegate to execute when all tasks in
- the array have completed.
- The CancellationToken
- that will be assigned to the new continuation task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue.
- The action delegate to execute when all tasks in the array have completed.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAll.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue.
- The action delegate to execute when all tasks in the array have completed.
- The CancellationToken
- that will be assigned to the new continuation task.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The TaskScheduler
- that is used to schedule the created continuation Task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAll.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the
- array have completed.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the
- array have completed.
- The CancellationToken
- that will be assigned to the new continuation task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the
- array have completed.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAll.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the
- array have completed.
- The CancellationToken
- that will be assigned to the new continuation task.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The TaskScheduler
- that is used to schedule the created continuation .
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAll.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The type of the result of the antecedent .
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the
- array have completed.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The type of the result of the antecedent .
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the
- array have completed.
- The CancellationToken
- that will be assigned to the new continuation task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The type of the result of the antecedent .
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the
- array have completed.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAll.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The type of the result of the antecedent .
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the
- array have completed.
- The CancellationToken
- that will be assigned to the new continuation task.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The TaskScheduler
- that is used to schedule the created continuation .
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAll.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The array of tasks from which to continue when one task completes.
- The action delegate to execute when one task in the array completes.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The array of tasks from which to continue when one task completes.
- The action delegate to execute when one task in the array completes.
- The CancellationToken
- that will be assigned to the new continuation task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The array of tasks from which to continue when one task completes.
- The action delegate to execute when one task in the array completes.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAny.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The array of tasks from which to continue when one task completes.
- The action delegate to execute when one task in the array completes.
- The CancellationToken
- that will be assigned to the new continuation task.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The TaskScheduler
- that is used to schedule the created continuation Task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAny.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the
- array completes.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the
- array completes.
- The CancellationToken
- that will be assigned to the new continuation task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the
- array completes.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAny.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the
- array completes.
- The CancellationToken
- that will be assigned to the new continuation task.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The TaskScheduler
- that is used to schedule the created continuation .
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAny.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The type of the result of the antecedent .
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the
- array completes.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The type of the result of the antecedent .
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the
- array completes.
- The CancellationToken
- that will be assigned to the new continuation task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The type of the result of the antecedent .
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the
- array completes.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAny.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The type of the result of the antecedent .
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the
- array completes.
- The CancellationToken
- that will be assigned to the new continuation task.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The TaskScheduler
- that is used to schedule the created continuation .
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAny.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue when one task completes.
- The action delegate to execute when one task in the
- array completes.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue when one task completes.
- The action delegate to execute when one task in the
- array completes.
- The CancellationToken
- that will be assigned to the new continuation task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue when one task completes.
- The action delegate to execute when one task in the
- array completes.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAny.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue when one task completes.
- The action delegate to execute when one task in the
- array completes.
- The CancellationToken
- that will be assigned to the new continuation task.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The TaskScheduler
- that is used to schedule the created continuation .
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAny.
-
-
-
-
- Gets the default CancellationToken of this
- TaskFactory.
-
-
- This property returns the default that will be assigned to all
- tasks created by this factory unless another CancellationToken value is explicitly specified
- during the call to the factory methods.
-
-
-
-
- Gets the TaskScheduler of this
- TaskFactory.
-
-
- This property returns the default scheduler for this factory. It will be used to schedule all
- tasks unless another scheduler is explicitly specified during calls to this factory's methods.
- If null, TaskScheduler.Current
- will be used.
-
-
-
-
- Gets the TaskCreationOptions
- value of this TaskFactory.
-
-
- This property returns the default creation options for this factory. They will be used to create all
- tasks unless other options are explicitly specified during calls to this factory's methods.
-
-
-
-
- Gets the TaskContinuationOptions
- value of this TaskFactory.
-
-
- This property returns the default continuation options for this factory. They will be used to create
- all continuation tasks unless other options are explicitly specified during calls to this factory's methods.
-
-
-
-
- Represents an abstract scheduler for tasks.
-
-
-
- TaskScheduler acts as the extension point for all
- pluggable scheduling logic. This includes mechanisms such as how to schedule a task for execution, and
- how scheduled tasks should be exposed to debuggers.
-
-
- All members of the abstract type are thread-safe
- and may be used from multiple threads concurrently.
-
-
-
-
-
- Queues a Task to the scheduler.
-
-
-
- A class derived from TaskScheduler
- implements this method to accept tasks being scheduled on the scheduler.
- A typical implementation would store the task in an internal data structure, which would
- be serviced by threads that would execute those tasks at some time in the future.
-
-
- This method is only meant to be called by the .NET Framework and
- should not be called directly by the derived class. This is necessary
- for maintaining the consistency of the system.
-
-
- The Task to be queued.
- The argument is null.
-
-
-
- Determines whether the provided Task
- can be executed synchronously in this call, and if it can, executes it.
-
-
-
- A class derived from TaskScheduler implements this function to
- support inline execution of a task on a thread that initiates a wait on that task object. Inline
- execution is optional, and the request may be rejected by returning false. However, better
- scalability typically results the more tasks that can be inlined, and in fact a scheduler that
- inlines too little may be prone to deadlocks. A proper implementation should ensure that a
- request executing under the policies guaranteed by the scheduler can successfully inline. For
- example, if a scheduler uses a dedicated thread to execute tasks, any inlining requests from that
- thread should succeed.
-
-
- If a scheduler decides to perform the inline execution, it should do so by calling to the base
- TaskScheduler's
- TryExecuteTask method with the provided task object, propagating
- the return value. It may also be appropriate for the scheduler to remove an inlined task from its
- internal data structures if it decides to honor the inlining request. Note, however, that under
- some circumstances a scheduler may be asked to inline a task that was not previously provided to
- it with the method.
-
-
- The derived scheduler is responsible for making sure that the calling thread is suitable for
- executing the given task as far as its own scheduling and execution policies are concerned.
-
-
- The Task to be
- executed.
- A Boolean denoting whether or not task has previously been
- queued. If this parameter is True, then the task may have been previously queued (scheduled); if
- False, then the task is known not to have been queued, and this call is being made in order to
- execute the task inline without queueing it.
- A Boolean value indicating whether the task was executed inline.
- The argument is
- null.
- The was already
- executed.
-
-
-
- Generates an enumerable of Task instances
- currently queued to the scheduler waiting to be executed.
-
-
-
- A class derived from implements this method in order to support
- integration with debuggers. This method will only be invoked by the .NET Framework when the
- debugger requests access to the data. The enumerable returned will be traversed by debugging
- utilities to access the tasks currently queued to this scheduler, enabling the debugger to
- provide a representation of this information in the user interface.
-
-
- It is important to note that, when this method is called, all other threads in the process will
- be frozen. Therefore, it's important to avoid synchronization with other threads that may lead to
- blocking. If synchronization is necessary, the method should prefer to throw a
- than to block, which could cause a debugger to experience delays. Additionally, this method and
- the enumerable returned must not modify any globally visible state.
-
-
- The returned enumerable should never be null. If there are currently no queued tasks, an empty
- enumerable should be returned instead.
-
-
- For developers implementing a custom debugger, this method shouldn't be called directly, but
- rather this functionality should be accessed through the internal wrapper method
- GetScheduledTasksForDebugger:
- internal Task[] GetScheduledTasksForDebugger(). This method returns an array of tasks,
- rather than an enumerable. In order to retrieve a list of active schedulers, a debugger may use
- another internal method: internal static TaskScheduler[] GetTaskSchedulersForDebugger().
- This static method returns an array of all active TaskScheduler instances.
- GetScheduledTasksForDebugger then may be used on each of these scheduler instances to retrieve
- the list of scheduled tasks for each.
-
-
- An enumerable that allows traversal of tasks currently queued to this scheduler.
-
-
- This scheduler is unable to generate a list of queued tasks at this time.
-
-
-
-
- Retrieves some thread static state that can be cached and passed to multiple
- TryRunInline calls, avoiding superflous TLS fetches.
-
- A bag of TLS state (or null if none exists).
-
-
-
- Attempts to execute the target task synchronously.
-
- The task to run.
- True if the task may have been previously queued,
- false if the task was absolutely not previously queued.
- The state retrieved from GetThreadStatics
- True if it ran, false otherwise.
-
-
-
- Attempts to dequeue a Task that was previously queued to
- this scheduler.
-
- The Task to be dequeued.
- A Boolean denoting whether the argument was successfully dequeued.
- The argument is null.
-
-
-
- Notifies the scheduler that a work item has made progress.
-
-
-
-
- Initializes the .
-
-
-
-
- Frees all resources associated with this scheduler.
-
-
-
-
- Creates a
- associated with the current .
-
-
- All Task instances queued to
- the returned scheduler will be executed through a call to the
- Post method
- on that context.
-
-
- A associated with
- the current SynchronizationContext, as
- determined by SynchronizationContext.Current.
-
-
- The current SynchronizationContext may not be used as a TaskScheduler.
-
-
-
-
- Attempts to execute the provided Task
- on this scheduler.
-
-
-
- Scheduler implementations are provided with Task
- instances to be executed through either the method or the
- method. When the scheduler deems it appropriate to run the
- provided task, should be used to do so. TryExecuteTask handles all
- aspects of executing a task, including action invocation, exception handling, state management,
- and lifecycle control.
-
-
- must only be used for tasks provided to this scheduler by the .NET
- Framework infrastructure. It should not be used to execute arbitrary tasks obtained through
- custom mechanisms.
-
-
-
- A Task object to be executed.
-
- The is not associated with this scheduler.
-
- A Boolean that is true if was successfully executed, false if it
- was not. A common reason for execution failure is that the task had previously been executed or
- is in the process of being executed by another thread.
-
-
-
- Provides an array of all queued Task instances
- for the debugger.
-
-
- The returned array is populated through a call to .
- Note that this function is only meant to be invoked by a debugger remotely.
- It should not be called by any other codepaths.
-
- An array of Task instances.
-
- This scheduler is unable to generate a list of queued tasks at this time.
-
-
-
-
- Provides an array of all active TaskScheduler
- instances for the debugger.
-
-
- This function is only meant to be invoked by a debugger remotely.
- It should not be called by any other codepaths.
-
- An array of TaskScheduler instances.
-
-
-
- Registers a new TaskScheduler instance in the global collection of schedulers.
-
-
-
-
- Removes a TaskScheduler instance from the global collection of schedulers.
-
-
-
-
- Indicates the maximum concurrency level this
- is able to support.
-
-
-
-
- Indicates whether this is a custom scheduler, in which case the safe code paths will be taken upon task entry
- using a CAS to transition from queued state to executing.
-
-
-
-
- Gets the default TaskScheduler instance.
-
-
-
-
- Gets the TaskScheduler
- associated with the currently executing task.
-
-
- When not called from within a task, will return the scheduler.
-
-
-
-
- Gets the unique ID for this .
-
-
-
-
- Occurs when a faulted 's unobserved exception is about to trigger exception escalation
- policy, which, by default, would terminate the process.
-
-
- This AppDomain-wide event provides a mechanism to prevent exception
- escalation policy (which, by default, terminates the process) from triggering.
- Each handler is passed a
- instance, which may be used to examine the exception and to mark it as observed.
-
-
-
-
- Nested class that provides debugger view for TaskScheduler
-
-
-
- Default thread pool scheduler.
-
-
-
- A TaskScheduler implementation that executes all tasks queued to it through a call to
- on the
- that its associated with. The default constructor for this class binds to the current
-
-
-
-
- Constructs a SynchronizationContextTaskScheduler associated with
-
- This constructor expects to be set.
-
-
-
- Implemetation of for this scheduler class.
-
- Simply posts the tasks to be executed on the associated .
-
-
-
-
-
- Implementation of for this scheduler class.
-
- The task will be executed inline only if the call happens within
- the associated .
-
-
-
-
-
-
- Implementes the property for
- this scheduler class.
-
- By default it returns 1, because a based
- scheduler only supports execution on a single thread.
-
-
-
-
- Provides data for the event that is raised when a faulted 's
- exception goes unobserved.
-
-
- The Exception property is used to examine the exception without marking it
- as observed, whereas the method is used to mark the exception
- as observed. Marking the exception as observed prevents it from triggering exception escalation policy
- which, by default, terminates the process.
-
-
-
-
- Initializes a new instance of the class
- with the unobserved exception.
-
- The Exception that has gone unobserved.
-
-
-
- Marks the as "observed," thus preventing it
- from triggering exception escalation policy which, by default, terminates the process.
-
-
-
-
- Gets whether this exception has been marked as "observed."
-
-
-
-
- The Exception that went unobserved.
-
-
-
-
- Represents an exception used to communicate an invalid operation by a
- .
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the
- class with a specified error message.
-
- The error message that explains the reason for the exception.
-
-
-
- Initializes a new instance of the
- class using the default error message and a reference to the inner exception that is the cause of
- this exception.
-
- The exception that is the cause of the current exception.
-
-
-
- Initializes a new instance of the
- class with a specified error message and a reference to the inner exception that is the cause of
- this exception.
-
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception.
-
-
-
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl4+win8+wp8+wpa81/ensureRedirect.xml b/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl4+win8+wp8+wpa81/ensureRedirect.xml
deleted file mode 100644
index e69de29..0000000
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl4+win8/System.IO.dll b/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl4+win8/System.IO.dll
deleted file mode 100644
index 01edf72..0000000
Binary files a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl4+win8/System.IO.dll and /dev/null differ
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl4+win8/System.IO.xml b/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl4+win8/System.IO.xml
deleted file mode 100644
index e832734..0000000
--- a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl4+win8/System.IO.xml
+++ /dev/null
@@ -1,51 +0,0 @@
-
-
-
- System.IO
-
-
-
-
- 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 Found invalid data while decoding..
-
-
-
-
- The exception that is thrown when a data stream is in an invalid format.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class with a specified error message.
-
- The error message that explains the reason for the exception.
-
-
-
- Initializes a new instance of the class with a reference to the inner exception that is the cause of this exception.
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception. If the parameter is not null, the current exception is raised in a catch block that handles the inner exception.
-
-
-
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl4+win8/System.Runtime.dll b/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl4+win8/System.Runtime.dll
deleted file mode 100644
index 967bb30..0000000
Binary files a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl4+win8/System.Runtime.dll and /dev/null differ
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl4+win8/System.Runtime.xml b/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl4+win8/System.Runtime.xml
deleted file mode 100644
index 93cb00d..0000000
--- a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl4+win8/System.Runtime.xml
+++ /dev/null
@@ -1,56 +0,0 @@
-
-
-
- System.Runtime
-
-
-
- Defines a provider for progress updates.
- The type of progress update value.
-
-
- Reports a progress update.
- The value of the updated progress.
-
-
- Identities the async state machine type for this method.
-
-
- Identities the state machine type for this method.
-
-
- Initializes the attribute.
- The type that implements the state machine.
-
-
- Gets the type that implements the state machine.
-
-
- Initializes the attribute.
- The type that implements the state machine.
-
-
-
- Allows you to obtain the method or property name of the caller to the method.
-
-
-
-
- Allows you to obtain the line number in the source file at which the method is called.
-
-
-
-
- Allows you to obtain the full path of the source file that contains the caller.
- This is the file path at the time of compile.
-
-
-
- Identities the iterator state machine type for this method.
-
-
- Initializes the attribute.
- The type that implements the state machine.
-
-
-
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl4+win8/System.Threading.Tasks.dll b/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl4+win8/System.Threading.Tasks.dll
deleted file mode 100644
index 03d08ad..0000000
Binary files a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl4+win8/System.Threading.Tasks.dll and /dev/null differ
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl4+win8/System.Threading.Tasks.xml b/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl4+win8/System.Threading.Tasks.xml
deleted file mode 100644
index 6c77012..0000000
--- a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl4+win8/System.Threading.Tasks.xml
+++ /dev/null
@@ -1,8969 +0,0 @@
-
-
-
- System.Threading.Tasks
-
-
-
- Represents one or more errors that occur during application execution.
-
- is used to consolidate multiple failures into a single, throwable
- exception object.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class with
- a specified error message.
-
- The error message that explains the reason for the exception.
-
-
-
- Initializes a new instance of the class with a specified error
- message and a reference to the inner exception that is the cause of this exception.
-
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception.
- The argument
- is null.
-
-
-
- Initializes a new instance of the class with
- references to the inner exceptions that are the cause of this exception.
-
- The exceptions that are the cause of the current exception.
- The argument
- is null.
- An element of is
- null.
-
-
-
- Initializes a new instance of the class with
- references to the inner exceptions that are the cause of this exception.
-
- The exceptions that are the cause of the current exception.
- The argument
- is null.
- An element of is
- null.
-
-
-
- Initializes a new instance of the class with a specified error
- message and references to the inner exceptions that are the cause of this exception.
-
- The error message that explains the reason for the exception.
- The exceptions that are the cause of the current exception.
- The argument
- is null.
- An element of is
- null.
-
-
-
- Initializes a new instance of the class with a specified error
- message and references to the inner exceptions that are the cause of this exception.
-
- The error message that explains the reason for the exception.
- The exceptions that are the cause of the current exception.
- The argument
- is null.
- An element of is
- null.
-
-
-
- Allocates a new aggregate exception with the specified message and list of inner exceptions.
-
- The error message that explains the reason for the exception.
- The exceptions that are the cause of the current exception.
- The argument
- is null.
- An element of is
- null.
-
-
-
- Returns the that is the root cause of this exception.
-
-
-
-
- Invokes a handler on each contained by this .
-
- The predicate to execute for each exception. The predicate accepts as an
- argument the to be processed and returns a Boolean to indicate
- whether the exception was handled.
-
- Each invocation of the returns true or false to indicate whether the
- was handled. After all invocations, if any exceptions went
- unhandled, all unhandled exceptions will be put into a new
- which will be thrown. Otherwise, the method simply returns. If any
- invocations of the throws an exception, it will halt the processing
- of any more exceptions and immediately propagate the thrown exception as-is.
-
- An exception contained by this was not handled.
- The argument is
- null.
-
-
-
- Flattens an instances into a single, new instance.
-
- A new, flattened .
-
- If any inner exceptions are themselves instances of
- , this method will recursively flatten all of them. The
- inner exceptions returned in the new
- will be the union of all of the the inner exceptions from exception tree rooted at the provided
- instance.
-
-
-
-
- Creates and returns a string representation of the current .
-
- A string representation of the current exception.
-
-
-
- Gets a read-only collection of the instances that caused the
- current exception.
-
-
-
-
- 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 One or more errors occurred..
-
-
-
-
- Looks up a localized string similar to An element of innerExceptions was null..
-
-
-
-
- Looks up a localized string similar to {0}{1}---> (Inner Exception #{2}) {3}{4}{5}.
-
-
-
-
- Looks up a localized string similar to No tokens were supplied..
-
-
-
-
- Looks up a localized string similar to The CancellationTokenSource associated with this CancellationToken has been disposed..
-
-
-
-
- Looks up a localized string similar to The CancellationTokenSource has been disposed..
-
-
-
-
- Looks up a localized string similar to The SyncRoot property may not be used for the synchronization of concurrent collections..
-
-
-
-
- Looks up a localized string similar to The array is multidimensional, or the type parameter for the set cannot be cast automatically to the type of the destination array..
-
-
-
-
- Looks up a localized string similar to The index is equal to or greater than the length of the array, or the number of elements in the dictionary is greater than the available space from index to the end of the destination array..
-
-
-
-
- Looks up a localized string similar to The capacity argument must be greater than or equal to zero..
-
-
-
-
- Looks up a localized string similar to The concurrencyLevel argument must be positive..
-
-
-
-
- Looks up a localized string similar to The index argument is less than zero..
-
-
-
-
- Looks up a localized string similar to TKey is a reference type and item.Key is null..
-
-
-
-
- Looks up a localized string similar to The key already existed in the dictionary..
-
-
-
-
- Looks up a localized string similar to The source argument contains duplicate keys..
-
-
-
-
- Looks up a localized string similar to The key was of an incorrect type for this dictionary..
-
-
-
-
- Looks up a localized string similar to The value was of an incorrect type for this dictionary..
-
-
-
-
- Looks up a localized string similar to The lazily-initialized type does not have a public, parameterless constructor..
-
-
-
-
- Looks up a localized string similar to ValueFactory returned null..
-
-
-
-
- Looks up a localized string similar to The spinCount argument must be in the range 0 to {0}, inclusive..
-
-
-
-
- Looks up a localized string similar to There are too many threads currently waiting on the event. A maximum of {0} waiting threads are supported..
-
-
-
-
- Looks up a localized string similar to The event has been disposed..
-
-
-
-
- Looks up a localized string similar to The operation was canceled..
-
-
-
-
- Looks up a localized string similar to The condition argument is null..
-
-
-
-
- Looks up a localized string similar to The timeout must represent a value between -1 and Int32.MaxValue, inclusive..
-
-
-
-
- Looks up a localized string similar to The specified TaskContinuationOptions combined LongRunning and ExecuteSynchronously. Synchronous continuations should not be long running..
-
-
-
-
- Looks up a localized string similar to The specified TaskContinuationOptions excluded all continuation kinds..
-
-
-
-
- Looks up a localized string similar to (Internal)An attempt was made to create a LongRunning SelfReplicating task..
-
-
-
-
- Looks up a localized string similar to The value needs to translate in milliseconds to -1 (signifying an infinite timeout), 0 or a positive integer less than or equal to Int32.MaxValue..
-
-
-
-
- Looks up a localized string similar to The value needs to be either -1 (signifying an infinite timeout), 0 or a positive integer..
-
-
-
-
- Looks up a localized string similar to A task may only be disposed if it is in a completion state (RanToCompletion, Faulted or Canceled)..
-
-
-
-
- Looks up a localized string similar to It is invalid to specify TaskCreationOptions.LongRunning in calls to FromAsync..
-
-
-
-
- Looks up a localized string similar to It is invalid to specify TaskCreationOptions.PreferFairness in calls to FromAsync..
-
-
-
-
- Looks up a localized string similar to It is invalid to specify TaskCreationOptions.SelfReplicating in calls to FromAsync..
-
-
-
-
- Looks up a localized string similar to FromAsync was called with a TaskManager that had already shut down..
-
-
-
-
- Looks up a localized string similar to The tasks argument contains no tasks..
-
-
-
-
- Looks up a localized string similar to It is invalid to exclude specific continuation kinds for continuations off of multiple tasks..
-
-
-
-
- Looks up a localized string similar to The tasks argument included a null value..
-
-
-
-
- Looks up a localized string similar to RunSynchronously may not be called on a task that was already started..
-
-
-
-
- Looks up a localized string similar to RunSynchronously may not be called on a continuation task..
-
-
-
-
- Looks up a localized string similar to RunSynchronously may not be called on a task not bound to a delegate, such as the task returned from an asynchronous method..
-
-
-
-
- Looks up a localized string similar to RunSynchronously may not be called on a task that has already completed..
-
-
-
-
- Looks up a localized string similar to Start may not be called on a task that was already started..
-
-
-
-
- Looks up a localized string similar to Start may not be called on a continuation task..
-
-
-
-
- Looks up a localized string similar to Start may not be called on a task with null action..
-
-
-
-
- Looks up a localized string similar to Start may not be called on a promise-style task..
-
-
-
-
- Looks up a localized string similar to Start may not be called on a task that has completed..
-
-
-
-
- Looks up a localized string similar to The task has been disposed..
-
-
-
-
- Looks up a localized string similar to The tasks array included at least one null element..
-
-
-
-
- Looks up a localized string similar to The awaited task has not yet completed..
-
-
-
-
- Looks up a localized string similar to A task was canceled..
-
-
-
-
- Looks up a localized string similar to The exceptions collection was empty..
-
-
-
-
- Looks up a localized string similar to The exceptions collection included at least one null element..
-
-
-
-
- Looks up a localized string similar to A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread..
-
-
-
-
- Looks up a localized string similar to (Internal)Expected an Exception or an IEnumerable<Exception>.
-
-
-
-
- Looks up a localized string similar to ExecuteTask may not be called for a task which was already executed..
-
-
-
-
- Looks up a localized string similar to ExecuteTask may not be called for a task which was previously queued to a different TaskScheduler..
-
-
-
-
- Looks up a localized string similar to The current SynchronizationContext may not be used as a TaskScheduler..
-
-
-
-
- Looks up a localized string similar to The TryExecuteTaskInline call to the underlying scheduler succeeded, but the task body was not invoked..
-
-
-
-
- Looks up a localized string similar to An exception was thrown by a TaskScheduler..
-
-
-
-
- Looks up a localized string similar to It is invalid to specify TaskCreationOptions.SelfReplicating for a Task<TResult>..
-
-
-
-
- Looks up a localized string similar to {Not yet computed}.
-
-
-
-
- Looks up a localized string similar to A task's Exception may only be set directly if the task was created without a function..
-
-
-
-
- Looks up a localized string similar to An attempt was made to transition a task to a final state when it had already completed..
-
-
-
-
- Represents a thread-safe collection of keys and values.
-
- The type of the keys in the dictionary.
- The type of the values in the dictionary.
-
- All public and protected members of are thread-safe and may be used
- concurrently from multiple threads.
-
-
-
-
- Initializes a new instance of the
- class that is empty, has the default concurrency level, has the default initial capacity, and
- uses the default comparer for the key type.
-
-
-
-
- Initializes a new instance of the
- class that is empty, has the specified concurrency level and capacity, and uses the default
- comparer for the key type.
-
- The estimated number of threads that will update the
- concurrently.
- The initial number of elements that the
- can contain.
- is
- less than 1.
- is less than
- 0.
-
-
-
- Initializes a new instance of the
- class that contains elements copied from the specified , has the default concurrency
- level, has the default initial capacity, and uses the default comparer for the key type.
-
- The whose elements are copied to
- the new
- .
- is a null reference
- (Nothing in Visual Basic).
- contains one or more
- duplicate keys.
-
-
-
- Initializes a new instance of the
- class that is empty, has the specified concurrency level and capacity, and uses the specified
- .
-
- The
- implementation to use when comparing keys.
- is a null reference
- (Nothing in Visual Basic).
-
-
-
- Initializes a new instance of the
- class that contains elements copied from the specified , has the default concurrency level, has the default
- initial capacity, and uses the specified
- .
-
- The whose elements are copied to
- the new
- .
- The
- implementation to use when comparing keys.
- is a null reference
- (Nothing in Visual Basic). -or-
- is a null reference (Nothing in Visual Basic).
-
-
-
-
- Initializes a new instance of the
- class that contains elements copied from the specified ,
- has the specified concurrency level, has the specified initial capacity, and uses the specified
- .
-
- The estimated number of threads that will update the
- concurrently.
- The whose elements are copied to the new
- .
- The implementation to use
- when comparing keys.
-
- is a null reference (Nothing in Visual Basic).
- -or-
- is a null reference (Nothing in Visual Basic).
-
-
- is less than 1.
-
- contains one or more duplicate keys.
-
-
-
- Initializes a new instance of the
- class that is empty, has the specified concurrency level, has the specified initial capacity, and
- uses the specified .
-
- The estimated number of threads that will update the
- concurrently.
- The initial number of elements that the
- can contain.
- The
- implementation to use when comparing keys.
-
- is less than 1. -or-
- is less than 0.
-
- is a null reference
- (Nothing in Visual Basic).
-
-
-
- Attempts to add the specified key and value to the .
-
- The key of the element to add.
- The value of the element to add. The value can be a null reference (Nothing
- in Visual Basic) for reference types.
- true if the key/value pair was added to the
- successfully; otherwise, false.
- is null reference
- (Nothing in Visual Basic).
- The
- contains too many elements.
-
-
-
- Determines whether the contains the specified
- key.
-
- The key to locate in the .
- true if the contains an element with
- the specified key; otherwise, false.
- is a null reference
- (Nothing in Visual Basic).
-
-
-
- Attempts to remove and return the the value with the specified key from the
- .
-
- The key of the element to remove and return.
- When this method returns, contains the object removed from the
- or the default value of
- if the operation failed.
- true if an object was removed successfully; otherwise, false.
- is a null reference
- (Nothing in Visual Basic).
-
-
-
- Removes the specified key from the dictionary if it exists and returns its associated value.
- If matchValue flag is set, the key will be removed only if is associated with a particular
- value.
-
- The key to search for and remove if it exists.
- The variable into which the removed value, if found, is stored.
- Whether removal of the key is conditional on its value.
- The conditional value to compare against if is true
-
-
-
-
- Attempts to get the value associated with the specified key from the .
-
- The key of the value to get.
- When this method returns, contains the object from
- the
- with the spedified key or the default value of
- , if the operation failed.
- true if the key was found in the ;
- otherwise, false.
- is a null reference
- (Nothing in Visual Basic).
-
-
-
- Compares the existing value for the specified key with a specified value, and if they’re equal,
- updates the key with a third value.
-
- The key whose value is compared with and
- possibly replaced.
- The value that replaces the value of the element with if the comparison results in equality.
- The value that is compared to the value of the element with
- .
- true if the value with was equal to and replaced with ; otherwise,
- false.
- is a null
- reference.
-
-
-
- Removes all keys and values from the .
-
-
-
-
- Copies the elements of the to an array of
- type , starting at the
- specified array index.
-
- The one-dimensional array of type
- that is the destination of the elements copied from the . The array must have zero-based indexing.
- The zero-based index in at which copying
- begins.
- is a null reference
- (Nothing in Visual Basic).
- is less than
- 0.
- is equal to or greater than
- the length of the . -or- The number of elements in the source
- is greater than the available space from to the end of the destination
- .
-
-
-
- Copies the key and value pairs stored in the to a
- new array.
-
- A new array containing a snapshot of key and value pairs copied from the .
-
-
-
- Copy dictionary contents to an array - shared implementation between ToArray and CopyTo.
-
- Important: the caller must hold all locks in m_locks before calling CopyToPairs.
-
-
-
-
- Copy dictionary contents to an array - shared implementation between ToArray and CopyTo.
-
- Important: the caller must hold all locks in m_locks before calling CopyToEntries.
-
-
-
-
- Copy dictionary contents to an array - shared implementation between ToArray and CopyTo.
-
- Important: the caller must hold all locks in m_locks before calling CopyToObjects.
-
-
-
- Returns an enumerator that iterates through the .
- An enumerator for the .
-
- The enumerator returned from the dictionary is safe to use concurrently with
- reads and writes to the dictionary, however it does not represent a moment-in-time snapshot
- of the dictionary. The contents exposed through the enumerator may contain modifications
- made to the dictionary after was called.
-
-
-
-
- Shared internal implementation for inserts and updates.
- If key exists, we always return false; and if updateIfExists == true we force update with value;
- If key doesn't exist, we always add value and return true;
-
-
-
-
- Adds a key/value pair to the
- if the key does not already exist.
-
- The key of the element to add.
- The function used to generate a value for the key
- is a null reference
- (Nothing in Visual Basic).
- is a null reference
- (Nothing in Visual Basic).
- The dictionary contains too many
- elements.
- The value for the key. This will be either the existing value for the key if the
- key is already in the dictionary, or the new value for the key as returned by valueFactory
- if the key was not in the dictionary.
-
-
-
- Adds a key/value pair to the
- if the key does not already exist.
-
- The key of the element to add.
- the value to be added, if the key does not already exist
- is a null reference
- (Nothing in Visual Basic).
- The dictionary contains too many
- elements.
- The value for the key. This will be either the existing value for the key if the
- key is already in the dictionary, or the new value if the key was not in the dictionary.
-
-
-
- Adds a key/value pair to the if the key does not already
- exist, or updates a key/value pair in the if the key
- already exists.
-
- The key to be added or whose value should be updated
- The function used to generate a value for an absent key
- The function used to generate a new value for an existing key
- based on the key's existing value
- is a null reference
- (Nothing in Visual Basic).
- is a null reference
- (Nothing in Visual Basic).
- is a null reference
- (Nothing in Visual Basic).
- The dictionary contains too many
- elements.
- The new value for the key. This will be either be the result of addValueFactory (if the key was
- absent) or the result of updateValueFactory (if the key was present).
-
-
-
- Adds a key/value pair to the if the key does not already
- exist, or updates a key/value pair in the if the key
- already exists.
-
- The key to be added or whose value should be updated
- The value to be added for an absent key
- The function used to generate a new value for an existing key based on
- the key's existing value
- is a null reference
- (Nothing in Visual Basic).
- is a null reference
- (Nothing in Visual Basic).
- The dictionary contains too many
- elements.
- The new value for the key. This will be either be the result of addValueFactory (if the key was
- absent) or the result of updateValueFactory (if the key was present).
-
-
-
- Adds the specified key and value to the .
-
- The object to use as the key of the element to add.
- The object to use as the value of the element to add.
- is a null reference
- (Nothing in Visual Basic).
- The dictionary contains too many
- elements.
-
- An element with the same key already exists in the .
-
-
-
- Removes the element with the specified key from the .
-
- The key of the element to remove.
- true if the element is successfully remove; otherwise false. This method also returns
- false if
- was not found in the original .
-
- is a null reference
- (Nothing in Visual Basic).
-
-
-
- Adds the specified value to the
- with the specified key.
-
- The
- structure representing the key and value to add to the .
- The of is null.
- The
- contains too many elements.
- An element with the same key already exists in the
-
-
-
-
- Determines whether the
- contains a specific key and value.
-
- The
- structure to locate in the .
- true if the is found in the ; otherwise, false.
-
-
-
- Removes a key and value from the dictionary.
-
- The
- structure representing the key and value to remove from the .
- true if the key and value represented by is successfully
- found and removed; otherwise, false.
- The Key property of is a null reference (Nothing in Visual Basic).
-
-
- Returns an enumerator that iterates through the .
- An enumerator for the .
-
- The enumerator returned from the dictionary is safe to use concurrently with
- reads and writes to the dictionary, however it does not represent a moment-in-time snapshot
- of the dictionary. The contents exposed through the enumerator may contain modifications
- made to the dictionary after was called.
-
-
-
-
- Adds the specified key and value to the dictionary.
-
- The object to use as the key.
- The object to use as the value.
- is a null reference
- (Nothing in Visual Basic).
- The dictionary contains too many
- elements.
-
- is of a type that is not assignable to the key type of the . -or-
- is of a type that is not assignable to ,
- the type of values in the .
- -or- A value with the same key already exists in the .
-
-
-
-
- Gets whether the contains an
- element with the specified key.
-
- The key to locate in the .
- true if the contains
- an element with the specified key; otherwise, false.
- is a null reference
- (Nothing in Visual Basic).
-
-
- Provides an for the
- .
- An for the .
-
-
-
- Removes the element with the specified key from the .
-
- The key of the element to remove.
- is a null reference
- (Nothing in Visual Basic).
-
-
-
- Copies the elements of the to an array, starting
- at the specified array index.
-
- The one-dimensional array that is the destination of the elements copied from
- the . The array must have zero-based
- indexing.
- The zero-based index in at which copying
- begins.
- is a null reference
- (Nothing in Visual Basic).
- is less than
- 0.
- is equal to or greater than
- the length of the . -or- The number of elements in the source
- is greater than the available space from to the end of the destination
- .
-
-
-
- Replaces the internal table with a larger one. To prevent multiple threads from resizing the
- table as a result of races, the table of buckets that was deemed too small is passed in as
- an argument to GrowTable(). GrowTable() obtains a lock, and then checks whether the bucket
- table has been replaced in the meantime or not.
-
- Reference to the bucket table that was deemed too small.
-
-
-
- Computes the bucket and lock number for a particular key.
-
-
-
-
- Acquires all locks for this hash table, and increments locksAcquired by the number
- of locks that were successfully acquired. The locks are acquired in an increasing
- order.
-
-
-
-
- Acquires a contiguous range of locks for this hash table, and increments locksAcquired
- by the number of locks that were successfully acquired. The locks are acquired in an
- increasing order.
-
-
-
-
- Releases a contiguous range of locks.
-
-
-
-
- Gets a collection containing the keys in the dictionary.
-
-
-
-
- Gets a collection containing the values in the dictionary.
-
-
-
-
- A helper method for asserts.
-
-
-
-
- Get the data array to be serialized
-
-
-
-
- Construct the dictionary from a previously seiralized one
-
-
-
-
- Gets or sets the value associated with the specified key.
-
- The key of the value to get or set.
- The value associated with the specified key. If the specified key is not found, a get
- operation throws a
- , and a set operation creates a new
- element with the specified key.
- is a null reference
- (Nothing in Visual Basic).
- The property is retrieved and
-
- does not exist in the collection.
-
-
-
- Gets the number of key/value pairs contained in the .
-
- The dictionary contains too many
- elements.
- The number of key/value paris contained in the .
- Count has snapshot semantics and represents the number of items in the
- at the moment when Count was accessed.
-
-
-
- Gets a value that indicates whether the is empty.
-
- true if the is empty; otherwise,
- false.
-
-
-
- Gets a collection containing the keys in the .
-
- An containing the keys in the
- .
-
-
-
- Gets a collection containing the values in the .
-
- An containing the values in
- the
- .
-
-
-
- Gets a value indicating whether the dictionary is read-only.
-
- true if the is
- read-only; otherwise, false. For , this property always returns
- false.
-
-
-
- Gets a value indicating whether the has a fixed size.
-
- true if the has a
- fixed size; otherwise, false. For , this property always
- returns false.
-
-
-
- Gets a value indicating whether the is read-only.
-
- true if the is
- read-only; otherwise, false. For , this property always
- returns false.
-
-
-
- Gets an containing the keys of the .
-
- An containing the keys of the .
-
-
-
- Gets an containing the values in the .
-
- An containing the values in the .
-
-
-
- Gets or sets the value associated with the specified key.
-
- The key of the value to get or set.
- The value associated with the specified key, or a null reference (Nothing in Visual Basic)
- if is not in the dictionary or is of a type that is
- not assignable to the key type of the .
- is a null reference
- (Nothing in Visual Basic).
-
- A value is being assigned, and is of a type that is not assignable to the
- key type of the . -or- A value is being
- assigned, and is of a type that is not assignable to the value type
- of the
-
-
-
-
- Gets a value indicating whether access to the is
- synchronized with the SyncRoot.
-
- true if access to the is synchronized
- (thread safe); otherwise, false. For , this property always
- returns false.
-
-
-
- Gets an object that can be used to synchronize access to the . This property is not supported.
-
- The SyncRoot property is not supported.
-
-
-
- The number of concurrent writes for which to optimize by default.
-
-
-
-
- A node in a singly-linked list representing a particular hash table bucket.
-
-
-
-
- A private class to represent enumeration over the dictionary that implements the
- IDictionaryEnumerator interface.
-
-
-
- Throws the exception on the ThreadPool.
- The exception to propagate.
- The target context on which to propagate the exception. Null to use the ThreadPool.
-
-
- Copies the exception's stack trace so its stack trace isn't overwritten.
- The exception to prepare.
-
-
-
- Provides a builder for asynchronous methods that return .
- This type is intended for compiler use only.
-
-
- AsyncTaskMethodBuilder is a value type, and thus it is copied by value.
- Prior to being copied, one of its Task, SetResult, or SetException members must be accessed,
- or else the copies may end up building distinct Task instances.
-
-
-
- Represents an asynchronous method builder.
-
-
- A cached VoidTaskResult task used for builders that complete synchronously.
-
-
- The generic builder object to which this non-generic instance delegates.
-
-
- Initializes a new .
- The initialized .
-
-
- Initiates the builder's execution with the associated state machine.
- Specifies the type of the state machine.
- The state machine instance, passed by reference.
-
-
- Associates the builder with the state machine it represents.
- The heap-allocated state machine object.
- The argument was null (Nothing in Visual Basic).
- The builder is incorrectly initialized.
-
-
- Perform any initialization necessary prior to lifting the builder to the heap.
-
-
-
- Schedules the specified state machine to be pushed forward when the specified awaiter completes.
-
- Specifies the type of the awaiter.
- Specifies the type of the state machine.
- The awaiter.
- The state machine.
-
-
-
- Schedules the specified state machine to be pushed forward when the specified awaiter completes.
-
- Specifies the type of the awaiter.
- Specifies the type of the state machine.
- The awaiter.
- The state machine.
-
-
-
- Completes the in the
- RanToCompletion state.
-
- The builder is not initialized.
- The task has already completed.
-
-
-
- Completes the in the
- Faulted state with the specified exception.
-
- The to use to fault the task.
- The argument is null (Nothing in Visual Basic).
- The builder is not initialized.
- The task has already completed.
-
-
-
- Called by the debugger to request notification when the first wait operation
- (await, Wait, Result, etc.) on this builder's task completes.
-
-
- true to enable notification; false to disable a previously set notification.
-
-
-
- Gets the for this builder.
- The representing the builder's asynchronous operation.
- The builder is not initialized.
-
-
-
- Gets an object that may be used to uniquely identify this builder to the debugger.
-
-
- This property lazily instantiates the ID in a non-thread-safe manner.
- It must only be used by the debugger, and only in a single-threaded manner
- when no other threads are in the middle of accessing this property or this.Task.
-
-
-
- Holds state related to the builder's IAsyncStateMachine.
- This is a mutable struct. Be very delicate with it.
-
-
- A reference to the heap-allocated state machine object associated with this builder.
-
-
- Initiates the builder's execution with the associated state machine.
- Specifies the type of the state machine.
- The state machine instance, passed by reference.
- The argument is null (Nothing in Visual Basic).
-
-
- Associates the builder with the state machine it represents.
- The heap-allocated state machine object.
- The argument was null (Nothing in Visual Basic).
- The builder is incorrectly initialized.
-
-
-
- Gets the Action to use with an awaiter's OnCompleted or UnsafeOnCompleted method.
- On first invocation, the supplied state machine will be boxed.
-
- Specifies the type of the method builder used.
- Specifies the type of the state machine used.
- The builder.
- The state machine.
- An Action to provide to the awaiter.
-
-
- Provides the ability to invoke a state machine's MoveNext method under a supplied ExecutionContext.
-
-
- The context with which to run MoveNext.
-
-
- The state machine whose MoveNext method should be invoked.
-
-
- Initializes the runner.
- The context with which to run MoveNext.
-
-
- Invokes MoveNext under the provided context.
-
-
- Cached delegate used with ExecutionContext.Run.
-
-
- Invokes the MoveNext method on the supplied IAsyncStateMachine.
- The IAsyncStateMachine machine instance.
-
-
-
- Provides a builder for asynchronous methods that return void.
- This type is intended for compiler use only.
-
-
-
- The synchronization context associated with this operation.
-
-
- State related to the IAsyncStateMachine.
-
-
- An object used by the debugger to uniquely identify this builder. Lazily initialized.
-
-
- Temporary support for disabling crashing if tasks go unobserved.
-
-
- Registers with UnobservedTaskException to suppress exception crashing.
-
-
- Non-zero if PreventUnobservedTaskExceptions has already been invoked.
-
-
- Initializes a new .
- The initialized .
-
-
- Initializes the .
- The synchronizationContext associated with this operation. This may be null.
-
-
- Initiates the builder's execution with the associated state machine.
- Specifies the type of the state machine.
- The state machine instance, passed by reference.
- The argument was null (Nothing in Visual Basic).
-
-
- Associates the builder with the state machine it represents.
- The heap-allocated state machine object.
- The argument was null (Nothing in Visual Basic).
- The builder is incorrectly initialized.
-
-
- Perform any initialization necessary prior to lifting the builder to the heap.
-
-
-
- Schedules the specified state machine to be pushed forward when the specified awaiter completes.
-
- Specifies the type of the awaiter.
- Specifies the type of the state machine.
- The awaiter.
- The state machine.
-
-
-
- Schedules the specified state machine to be pushed forward when the specified awaiter completes.
-
- Specifies the type of the awaiter.
- Specifies the type of the state machine.
- The awaiter.
- The state machine.
-
-
- Completes the method builder successfully.
-
-
- Faults the method builder with an exception.
- The exception that is the cause of this fault.
- The argument is null (Nothing in Visual Basic).
- The builder is not initialized.
-
-
- Notifies the current synchronization context that the operation completed.
-
-
-
- Gets an object that may be used to uniquely identify this builder to the debugger.
-
-
- This property lazily instantiates the ID in a non-thread-safe manner.
- It must only be used by the debugger and only in a single-threaded manner.
-
-
-
-
- Provides a builder for asynchronous methods that return .
- This type is intended for compiler use only.
-
-
- AsyncTaskMethodBuilder{TResult} is a value type, and thus it is copied by value.
- Prior to being copied, one of its Task, SetResult, or SetException members must be accessed,
- or else the copies may end up building distinct Task instances.
-
-
-
- A cached task for default(TResult).
-
-
- State related to the IAsyncStateMachine.
-
-
- The lazily-initialized task.
- Must be named m_task for debugger step-over to work correctly.
-
-
- The lazily-initialized task completion source.
-
-
- Temporary support for disabling crashing if tasks go unobserved.
-
-
- Initializes a new .
- The initialized .
-
-
- Initiates the builder's execution with the associated state machine.
- Specifies the type of the state machine.
- The state machine instance, passed by reference.
-
-
- Associates the builder with the state machine it represents.
- The heap-allocated state machine object.
- The argument was null (Nothing in Visual Basic).
- The builder is incorrectly initialized.
-
-
- Perform any initialization necessary prior to lifting the builder to the heap.
-
-
-
- Schedules the specified state machine to be pushed forward when the specified awaiter completes.
-
- Specifies the type of the awaiter.
- Specifies the type of the state machine.
- The awaiter.
- The state machine.
-
-
-
- Schedules the specified state machine to be pushed forward when the specified awaiter completes.
-
- Specifies the type of the awaiter.
- Specifies the type of the state machine.
- The awaiter.
- The state machine.
-
-
-
- Completes the in the
- RanToCompletion state with the specified result.
-
- The result to use to complete the task.
- The task has already completed.
-
-
-
- Completes the builder by using either the supplied completed task, or by completing
- the builder's previously accessed task using default(TResult).
-
- A task already completed with the value default(TResult).
- The task has already completed.
-
-
-
- Completes the in the
- Faulted state with the specified exception.
-
- The to use to fault the task.
- The argument is null (Nothing in Visual Basic).
- The task has already completed.
-
-
-
- Called by the debugger to request notification when the first wait operation
- (await, Wait, Result, etc.) on this builder's task completes.
-
-
- true to enable notification; false to disable a previously set notification.
-
-
- This should only be invoked from within an asynchronous method,
- and only by the debugger.
-
-
-
-
- Gets a task for the specified result. This will either
- be a cached or new task, never null.
-
- The result for which we need a task.
- The completed task containing the result.
-
-
- Gets the lazily-initialized TaskCompletionSource.
-
-
- Gets the for this builder.
- The representing the builder's asynchronous operation.
-
-
-
- Gets an object that may be used to uniquely identify this builder to the debugger.
-
-
- This property lazily instantiates the ID in a non-thread-safe manner.
- It must only be used by the debugger, and only in a single-threaded manner
- when no other threads are in the middle of accessing this property or this.Task.
-
-
-
- Provides a base class used to cache tasks of a specific return type.
- Specifies the type of results the cached tasks return.
-
-
-
- A singleton cache for this result type.
- This may be null if there are no cached tasks for this TResult.
-
-
-
- Creates a non-disposable task.
- The result for the task.
- The cacheable task.
-
-
- Creates a cache.
- A task cache for this result type.
-
-
- Gets a cached task if one exists.
- The result for which we want a cached task.
- A cached task if one exists; otherwise, null.
-
-
- Provides a cache for Boolean tasks.
-
-
- A true task.
-
-
- A false task.
-
-
- Gets a cached task for the Boolean result.
- true or false
- A cached task for the Boolean result.
-
-
- Provides a cache for zero Int32 tasks.
-
-
- The minimum value, inclusive, for which we want a cached task.
-
-
- The maximum value, exclusive, for which we want a cached task.
-
-
- The cache of Task{Int32}.
-
-
- Creates an array of cached tasks for the values in the range [INCLUSIVE_MIN,EXCLUSIVE_MAX).
-
-
- Gets a cached task for the zero Int32 result.
- The integer value
- A cached task for the Int32 result or null if not cached.
-
-
-
- Represents state machines generated for asynchronous methods.
- This type is intended for compiler use only.
-
-
-
- Moves the state machine to its next state.
-
-
- Configures the state machine with a heap-allocated replica.
- The heap-allocated replica.
-
-
-
- Represents an awaiter used to schedule continuations when an await operation completes.
-
-
-
-
- Represents an operation that will schedule continuations when the operation completes.
-
-
-
- Schedules the continuation action to be invoked when the instance completes.
- The action to invoke when the operation completes.
- The argument is null (Nothing in Visual Basic).
-
-
- Schedules the continuation action to be invoked when the instance completes.
- The action to invoke when the operation completes.
- The argument is null (Nothing in Visual Basic).
- Unlike OnCompleted, UnsafeOnCompleted need not propagate ExecutionContext information.
-
-
- Used with Task(of void)
-
-
-
- An interface similar to the one added in .NET 4.0.
-
-
-
- The exception that is thrown in a thread upon cancellation of an operation that the thread was executing.
-
-
- Initializes the exception.
-
-
- Initializes the exception.
- The error message that explains the reason for the exception.
-
-
- Initializes the exception.
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception.
-
-
- Initializes the exception.
- A cancellation token associated with the operation that was canceled.
-
-
- Initializes the exception.
- The error message that explains the reason for the exception.
- A cancellation token associated with the operation that was canceled.
-
-
- Initializes the exception.
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception.
- A cancellation token associated with the operation that was canceled.
-
-
- Gets a token associated with the operation that was canceled.
-
-
-
- A dummy replacement for the .NET internal class StackCrawlMark.
-
-
-
-
- Propogates notification that operations should be canceled.
-
-
-
- A may be created directly in an unchangeable canceled or non-canceled state
- using the CancellationToken's constructors. However, to have a CancellationToken that can change
- from a non-canceled to a canceled state,
- CancellationTokenSource must be used.
- CancellationTokenSource exposes the associated CancellationToken that may be canceled by the source through its
- Token property.
-
-
- Once canceled, a token may not transition to a non-canceled state, and a token whose
- is false will never change to one that can be canceled.
-
-
- All members of this struct are thread-safe and may be used concurrently from multiple threads.
-
-
-
-
-
- Internal constructor only a CancellationTokenSource should create a CancellationToken
-
-
-
-
- Initializes the CancellationToken.
-
-
- The canceled state for the token.
-
-
- Tokens created with this constructor will remain in the canceled state specified
- by the parameter. If is false,
- both and will be false.
- If is true,
- both and will be true.
-
-
-
-
- Registers a delegate that will be called when this CancellationToken is canceled.
-
-
-
- If this token is already in the canceled state, the
- delegate will be run immediately and synchronously. Any exception the delegate generates will be
- propogated out of this method call.
-
-
- The delegate to be executed when the CancellationToken is canceled.
- The instance that can
- be used to deregister the callback.
- is null.
- The associated CancellationTokenSource has been disposed.
-
-
-
- Registers a delegate that will be called when this
- CancellationToken is canceled.
-
-
-
- If this token is already in the canceled state, the
- delegate will be run immediately and synchronously. Any exception the delegate generates will be
- propogated out of this method call.
-
-
- The delegate to be executed when the CancellationToken is canceled.
- A Boolean value that indicates whether to capture
- the current SynchronizationContext and use it
- when invoking the .
- The instance that can
- be used to deregister the callback.
- is null.
- The associated CancellationTokenSource has been disposed.
-
-
-
- Registers a delegate that will be called when this
- CancellationToken is canceled.
-
-
-
- If this token is already in the canceled state, the
- delegate will be run immediately and synchronously. Any exception the delegate generates will be
- propogated out of this method call.
-
-
- The delegate to be executed when the CancellationToken is canceled.
- The state to pass to the when the delegate is invoked. This may be null.
- The instance that can
- be used to deregister the callback.
- is null.
- The associated CancellationTokenSource has been disposed.
-
-
-
- Registers a delegate that will be called when this
- CancellationToken is canceled.
-
-
-
- If this token is already in the canceled state, the
- delegate will be run immediately and synchronously. Any exception the delegate generates will be
- propogated out of this method call.
-
-
- The delegate to be executed when the CancellationToken is canceled.
- The state to pass to the when the delegate is invoked. This may be null.
- A Boolean value that indicates whether to capture
- the current SynchronizationContext and use it
- when invoking the .
- The instance that can
- be used to deregister the callback.
- is null.
- The associated CancellationTokenSource has been disposed.
-
-
-
- Determines whether the current CancellationToken instance is equal to the
- specified token.
-
- The other CancellationToken to which to compare this
- instance.
- True if the instances are equal; otherwise, false. Two tokens are equal if they are associated
- with the same CancellationTokenSource or if they were both constructed
- from public CancellationToken constructors and their values are equal.
-
-
-
- Determines whether the current CancellationToken instance is equal to the
- specified .
-
- The other object to which to compare this instance.
- True if is a CancellationToken
- and if the two instances are equal; otherwise, false. Two tokens are equal if they are associated
- with the same CancellationTokenSource or if they were both constructed
- from public CancellationToken constructors and their values are equal.
- An associated CancellationTokenSource has been disposed.
-
-
-
- Serves as a hash function for a CancellationToken.
-
- A hash code for the current CancellationToken instance.
-
-
-
- Determines whether two CancellationToken instances are equal.
-
- The first instance.
- The second instance.
- True if the instances are equal; otherwise, false.
- An associated CancellationTokenSource has been disposed.
-
-
-
- Determines whether two CancellationToken instances are not equal.
-
- The first instance.
- The second instance.
- True if the instances are not equal; otherwise, false.
- An associated CancellationTokenSource has been disposed.
-
-
-
- Throws a OperationCanceledException if
- this token has had cancellation requested.
-
-
- This method provides functionality equivalent to:
-
- if (token.IsCancellationRequested)
- throw new OperationCanceledException(token);
-
-
- The token has had cancellation requested.
- The associated CancellationTokenSource has been disposed.
-
-
-
- Returns an empty CancellationToken value.
-
-
- The value returned by this property will be non-cancelable by default.
-
-
-
-
- Gets whether cancellation has been requested for this token.
-
- Whether cancellation has been requested for this token.
-
-
- This property indicates whether cancellation has been requested for this token,
- either through the token initially being construted in a canceled state, or through
- calling Cancel
- on the token's associated .
-
-
- If this property is true, it only guarantees that cancellation has been requested.
- It does not guarantee that every registered handler
- has finished executing, nor that cancellation requests have finished propagating
- to all registered handlers. Additional synchronization may be required,
- particularly in situations where related objects are being canceled concurrently.
-
-
-
-
-
- Gets whether this token is capable of being in the canceled state.
-
-
- If CanBeCanceled returns false, it is guaranteed that the token will never transition
- into a canceled state, meaning that will never
- return true.
-
-
-
-
- Gets a that is signaled when the token is canceled.
-
- Accessing this property causes a WaitHandle
- to be instantiated. It is preferable to only use this property when necessary, and to then
- dispose the associated instance at the earliest opportunity (disposing
- the source will dispose of this allocated handle). The handle should not be closed or disposed directly.
-
- The associated CancellationTokenSource has been disposed.
-
-
-
- Represents a callback delegate that has been registered with a CancellationToken.
-
-
- To unregister a callback, dispose the corresponding Registration instance.
-
-
-
-
- Attempts to deregister the item. If it's already being run, this may fail.
- Entails a full memory fence.
-
- True if the callback was found and deregistered, false otherwise.
-
-
-
- Disposes of the registration and unregisters the target callback from the associated
- CancellationToken.
- If the target callback is currently executing this method will wait until it completes, except
- in the degenerate cases where a callback method deregisters itself.
-
-
-
-
- Determines whether two CancellationTokenRegistration
- instances are equal.
-
- The first instance.
- The second instance.
- True if the instances are equal; otherwise, false.
-
-
-
- Determines whether two CancellationTokenRegistration instances are not equal.
-
- The first instance.
- The second instance.
- True if the instances are not equal; otherwise, false.
-
-
-
- Determines whether the current CancellationTokenRegistration instance is equal to the
- specified .
-
- The other object to which to compare this instance.
- True, if both this and are equal. False, otherwise.
- Two CancellationTokenRegistration instances are equal if
- they both refer to the output of a single call to the same Register method of a
- CancellationToken.
-
-
-
-
- Determines whether the current CancellationToken instance is equal to the
- specified .
-
- The other CancellationTokenRegistration to which to compare this instance.
- True, if both this and are equal. False, otherwise.
- Two CancellationTokenRegistration instances are equal if
- they both refer to the output of a single call to the same Register method of a
- CancellationToken.
-
-
-
-
- Serves as a hash function for a CancellationTokenRegistration..
-
- A hash code for the current CancellationTokenRegistration instance.
-
-
-
- Signals to a that it should be canceled.
-
-
-
- is used to instantiate a
- (via the source's Token property)
- that can be handed to operations that wish to be notified of cancellation or that can be used to
- register asynchronous operations for cancellation. That token may have cancellation requested by
- calling to the source's Cancel
- method.
-
-
- All members of this class, except Dispose, are thread-safe and may be used
- concurrently from multiple threads.
-
-
-
-
- The ID of the thread currently executing the main body of CTS.Cancel()
- this helps us to know if a call to ctr.Dispose() is running 'within' a cancellation callback.
- This is updated as we move between the main thread calling cts.Cancel() and any syncContexts that are used to
- actually run the callbacks.
-
-
-
- Initializes the .
-
-
-
-
- Communicates a request for cancellation.
-
-
-
- The associated will be
- notified of the cancellation and will transition to a state where
- IsCancellationRequested returns true.
- Any callbacks or cancelable operations
- registered with the will be executed.
-
-
- Cancelable operations and callbacks registered with the token should not throw exceptions.
- However, this overload of Cancel will aggregate any exceptions thrown into a ,
- such that one callback throwing an exception will not prevent other registered callbacks from being executed.
-
-
- The that was captured when each callback was registered
- will be reestablished when the callback is invoked.
-
-
- An aggregate exception containing all the exceptions thrown
- by the registered callbacks on the associated .
- This has been disposed.
-
-
-
- Communicates a request for cancellation.
-
-
-
- The associated will be
- notified of the cancellation and will transition to a state where
- IsCancellationRequested returns true.
- Any callbacks or cancelable operations
- registered with the will be executed.
-
-
- Cancelable operations and callbacks registered with the token should not throw exceptions.
- If is true, an exception will immediately propagate out of the
- call to Cancel, preventing the remaining callbacks and cancelable operations from being processed.
- If is false, this overload will aggregate any
- exceptions thrown into a ,
- such that one callback throwing an exception will not prevent other registered callbacks from being executed.
-
-
- The that was captured when each callback was registered
- will be reestablished when the callback is invoked.
-
-
- Specifies whether exceptions should immediately propagate.
- An aggregate exception containing all the exceptions thrown
- by the registered callbacks on the associated .
- This has been disposed.
-
-
-
- Releases the resources used by this .
-
-
- This method is not thread-safe for any other concurrent calls.
-
-
-
-
- Throws an exception if the source has been disposed.
-
-
-
-
- InternalGetStaticSource()
-
- Whether the source should be set.
- A static source to be shared among multiple tokens.
-
-
-
- Registers a callback object. If cancellation has already occurred, the
- callback will have been run by the time this method returns.
-
-
-
-
-
-
-
-
-
- Invoke the Canceled event.
-
-
- The handlers are invoked synchronously in LIFO order.
-
-
-
-
- Creates a CancellationTokenSource that will be in the canceled state
- when any of the source tokens are in the canceled state.
-
- The first CancellationToken to observe.
- The second CancellationToken to observe.
- A CancellationTokenSource that is linked
- to the source tokens.
- A CancellationTokenSource associated with
- one of the source tokens has been disposed.
-
-
-
- Creates a CancellationTokenSource that will be in the canceled state
- when any of the source tokens are in the canceled state.
-
- The CancellationToken instances to observe.
- A CancellationTokenSource that is linked
- to the source tokens.
- is null.
- A CancellationTokenSource associated with
- one of the source tokens has been disposed.
-
-
-
- Gets whether cancellation has been requested for this CancellationTokenSource.
-
- Whether cancellation has been requested for this CancellationTokenSource.
-
-
- This property indicates whether cancellation has been requested for this token source, such as
- due to a call to its
- Cancel method.
-
-
- If this property returns true, it only guarantees that cancellation has been requested. It does not
- guarantee that every handler registered with the corresponding token has finished executing, nor
- that cancellation requests have finished propagating to all registered handlers. Additional
- synchronization may be required, particularly in situations where related objects are being
- canceled concurrently.
-
-
-
-
-
- A simple helper to determine whether cancellation has finished.
-
-
-
-
- A simple helper to determine whether disposal has occured.
-
-
-
-
- The ID of the thread that is running callbacks.
-
-
-
-
- Gets the CancellationToken
- associated with this .
-
- The CancellationToken
- associated with this .
- The token source has been
- disposed.
-
-
-
-
-
-
-
-
-
-
-
-
-
- The currently executing callback
-
-
-
-
- A helper class for collating the various bits of information required to execute
- cancellation callbacks.
-
-
-
-
- InternalExecuteCallbackSynchronously_GeneralPath
- This will be called on the target synchronization context, however, we still need to restore the required execution context
-
-
-
-
- A sparsely populated array. Elements can be sparse and some null, but this allows for
- lock-free additions and growth, and also for constant time removal (by nulling out).
-
- The kind of elements contained within.
-
-
-
- Allocates a new array with the given initial size.
-
- How many array slots to pre-allocate.
-
-
-
- Adds an element in the first available slot, beginning the search from the tail-to-head.
- If no slots are available, the array is grown. The method doesn't return until successful.
-
- The element to add.
- Information about where the add happened, to enable O(1) deregistration.
-
-
-
- The tail of the doubly linked list.
-
-
-
-
- A struct to hold a link to the exact spot in an array an element was inserted, enabling
- constant time removal later on.
-
-
-
-
- A fragment of a sparsely populated array, doubly linked.
-
- The kind of elements contained within.
-
-
-
- Provides lazy initialization routines.
-
-
- These routines avoid needing to allocate a dedicated, lazy-initialization instance, instead using
- references to ensure targets have been initialized as they are accessed.
-
-
-
-
- Initializes a target reference type with the type's default constructor if the target has not
- already been initialized.
-
- The refence type of the reference to be initialized.
- A reference of type to initialize if it has not
- already been initialized.
- The initialized reference of type .
- Type does not have a default
- constructor.
-
- Permissions to access the constructor of type were missing.
-
-
-
- This method may only be used on reference types. To ensure initialization of value
- types, see other overloads of EnsureInitialized.
-
-
- This method may be used concurrently by multiple threads to initialize .
- In the event that multiple threads access this method concurrently, multiple instances of
- may be created, but only one will be stored into . In such an occurrence, this method will not dispose of the
- objects that were not stored. If such objects must be disposed, it is up to the caller to determine
- if an object was not used and to then dispose of the object appropriately.
-
-
-
-
-
- Initializes a target reference type using the specified function if it has not already been
- initialized.
-
- The reference type of the reference to be initialized.
- The reference of type to initialize if it has not
- already been initialized.
- The invoked to initialize the
- reference.
- The initialized reference of type .
- Type does not have a
- default constructor.
- returned
- null.
-
-
- This method may only be used on reference types, and may
- not return a null reference (Nothing in Visual Basic). To ensure initialization of value types or
- to allow null reference types, see other overloads of EnsureInitialized.
-
-
- This method may be used concurrently by multiple threads to initialize .
- In the event that multiple threads access this method concurrently, multiple instances of
- may be created, but only one will be stored into . In such an occurrence, this method will not dispose of the
- objects that were not stored. If such objects must be disposed, it is up to the caller to determine
- if an object was not used and to then dispose of the object appropriately.
-
-
-
-
-
- Initialize the target using the given delegate (slow path).
-
- The reference type of the reference to be initialized.
- The variable that need to be initialized
- The delegate that will be executed to initialize the target
- The initialized variable
-
-
-
- Initializes a target reference or value type with its default constructor if it has not already
- been initialized.
-
- The type of the reference to be initialized.
- A reference or value of type to initialize if it
- has not already been initialized.
- A reference to a boolean that determines whether the target has already
- been initialized.
- A reference to an object used as the mutually exclusive lock for initializing
- .
- The initialized value of type .
-
-
-
- Initializes a target reference or value type with a specified function if it has not already been
- initialized.
-
- The type of the reference to be initialized.
- A reference or value of type to initialize if it
- has not already been initialized.
- A reference to a boolean that determines whether the target has already
- been initialized.
- A reference to an object used as the mutually exclusive lock for initializing
- .
- The invoked to initialize the
- reference or value.
- The initialized value of type .
-
-
-
- Ensure the target is initialized and return the value (slow path). This overload permits nulls
- and also works for value type targets. Uses the supplied function to create the value.
-
- The type of target.
- A reference to the target to be initialized.
- A reference to a location tracking whether the target has been initialized.
- A reference to a location containing a mutual exclusive lock.
-
- The to invoke in order to produce the lazily-initialized value.
-
- The initialized object.
-
-
-
- Provides a slimmed down version of .
-
-
- All public and protected members of are thread-safe and may be used
- concurrently from multiple threads, with the exception of Dispose, which
- must only be used when all other operations on the have
- completed, and Reset, which should only be used when no other threads are
- accessing the event.
-
-
-
-
- Initializes a new instance of the
- class with an initial state of nonsignaled.
-
-
-
-
- Initializes a new instance of the
- class with a Boolen value indicating whether to set the intial state to signaled.
-
- true to set the initial state signaled; false to set the initial state
- to nonsignaled.
-
-
-
- Initializes a new instance of the
- class with a Boolen value indicating whether to set the intial state to signaled and a specified
- spin count.
-
- true to set the initial state to signaled; false to set the initial state
- to nonsignaled.
- The number of spin waits that will occur before falling back to a true
- wait.
- is less than
- 0 or greater than the maximum allowed value.
-
-
-
- Initializes the internal state of the event.
-
- Whether the event is set initially or not.
- The spin count that decides when the event will block.
-
-
-
- Helper to ensure the lock object is created before first use.
-
-
-
-
- This method lazily initializes the event object. It uses CAS to guarantee that
- many threads racing to call this at once don't result in more than one event
- being stored and used. The event will be signaled or unsignaled depending on
- the state of the thin-event itself, with synchronization taken into account.
-
- True if a new event was created and stored, false otherwise.
-
-
-
- Sets the state of the event to signaled, which allows one or more threads waiting on the event to
- proceed.
-
-
-
-
- Private helper to actually perform the Set.
-
- Indicates whether we are calling Set() during cancellation.
- The object has been canceled.
-
-
-
- Sets the state of the event to nonsignaled, which causes threads to block.
-
-
- Unlike most of the members of , is not
- thread-safe and may not be used concurrently with other members of this instance.
-
-
-
-
- Blocks the current thread until the current is set.
-
-
- The maximum number of waiters has been exceeded.
-
-
- The caller of this method blocks indefinitely until the current instance is set. The caller will
- return immediately if the event is currently in a set state.
-
-
-
-
- Blocks the current thread until the current receives a signal,
- while observing a .
-
- The to
- observe.
-
- The maximum number of waiters has been exceeded.
-
- was
- canceled.
-
- The caller of this method blocks indefinitely until the current instance is set. The caller will
- return immediately if the event is currently in a set state.
-
-
-
-
- Blocks the current thread until the current is set, using a
- to measure the time interval.
-
- A that represents the number of milliseconds
- to wait, or a that represents -1 milliseconds to wait indefinitely.
-
- true if the was set; otherwise,
- false.
- is a negative
- number other than -1 milliseconds, which represents an infinite time-out -or- timeout is greater
- than .
-
- The maximum number of waiters has been exceeded.
-
-
-
-
- Blocks the current thread until the current is set, using a
- to measure the time interval, while observing a .
-
- A that represents the number of milliseconds
- to wait, or a that represents -1 milliseconds to wait indefinitely.
-
- The to
- observe.
- true if the was set; otherwise,
- false.
- is a negative
- number other than -1 milliseconds, which represents an infinite time-out -or- timeout is greater
- than .
- was canceled.
-
- The maximum number of waiters has been exceeded.
-
-
-
-
- Blocks the current thread until the current is set, using a
- 32-bit signed integer to measure the time interval.
-
- The number of milliseconds to wait, or (-1) to wait indefinitely.
- true if the was set; otherwise,
- false.
- is a
- negative number other than -1, which represents an infinite time-out.
-
- The maximum number of waiters has been exceeded.
-
-
-
-
- Blocks the current thread until the current is set, using a
- 32-bit signed integer to measure the time interval, while observing a .
-
- The number of milliseconds to wait, or (-1) to wait indefinitely.
- The to
- observe.
- true if the was set; otherwise,
- false.
- is a
- negative number other than -1, which represents an infinite time-out.
-
- The maximum number of waiters has been exceeded.
-
- was canceled.
-
-
-
- Releases all resources used by the current instance of .
-
-
- Unlike most of the members of , is not
- thread-safe and may not be used concurrently with other members of this instance.
-
-
-
-
- When overridden in a derived class, releases the unmanaged resources used by the
- , and optionally releases the managed resources.
-
- true to release both managed and unmanaged resources;
- false to release only unmanaged resources.
-
- Unlike most of the members of , is not
- thread-safe and may not be used concurrently with other members of this instance.
-
-
-
-
- Throw ObjectDisposedException if the MRES is disposed
-
-
-
-
- Private helper method to wake up waiters when a cancellationToken gets canceled.
-
-
-
-
- Private helper method for updating parts of a bit-string state value.
- Mainly called from the IsSet and Waiters properties setters
-
-
- Note: the parameter types must be int as CompareExchange cannot take a Uint
-
- The new value
- The mask used to set the bits
-
-
-
- Private helper method - performs Mask and shift, particular helpful to extract a field from a packed word.
- eg ExtractStatePortionAndShiftRight(0x12345678, 0xFF000000, 24) => 0x12, ie extracting the top 8-bits as a simple integer
-
- ?? is there a common place to put this rather than being private to MRES?
-
-
-
-
-
-
-
-
- Performs a Mask operation, but does not perform the shift.
- This is acceptable for boolean values for which the shift is unnecessary
- eg (val & Mask) != 0 is an appropriate way to extract a boolean rather than using
- ((val & Mask) >> shiftAmount) == 1
-
- ?? is there a common place to put this rather than being private to MRES?
-
-
-
-
-
-
- Helper function to measure and update the wait time
-
- The first time (in Ticks) observed when the wait started.
- The orginal wait timeoutout in milliseconds.
- The new wait time in milliseconds, -1 if the time expired, -2 if overflow in counters
- has occurred.
-
-
-
- Gets the underlying object for this .
-
- The underlying event object fore this .
-
- Accessing this property forces initialization of an underlying event object if one hasn't
- already been created. To simply wait on this ,
- the public Wait methods should be preferred.
-
-
-
-
- Gets whether the event is set.
-
- true if the event has is set; otherwise, false.
-
-
-
- Gets the number of spin waits that will be occur before falling back to a true wait.
-
-
-
-
- How many threads are waiting.
-
-
-
-
- Provides support for spin-based waiting.
-
-
-
- encapsulates common spinning logic. On single-processor machines, yields are
- always used instead of busy waits, and on computers with Intel™ processors employing Hyper-Threading™
- technology, it helps to prevent hardware thread starvation. SpinWait encapsulates a good mixture of
- spinning and true yielding.
-
-
- is a value type, which means that low-level code can utilize SpinWait without
- fear of unnecessary allocation overheads. SpinWait is not generally useful for ordinary applications.
- In most cases, you should use the synchronization classes provided by the .NET Framework, such as
- . For most purposes where spin waiting is required, however,
- the type should be preferred over the System.Threading.Thread.SpinWait method.
-
-
- While SpinWait is designed to be used in concurrent applications, it is not designed to be
- used from multiple threads concurrently. SpinWait's members are not thread-safe. If multiple
- threads must spin, each should use its own instance of SpinWait.
-
-
-
-
-
- Performs a single spin.
-
-
- This is typically called in a loop, and may change in behavior based on the number of times a
- has been called thus far on this instance.
-
-
-
-
- Resets the spin counter.
-
-
- This makes and behave as though no calls
- to had been issued on this instance. If a instance
- is reused many times, it may be useful to reset it to avoid yielding too soon.
-
-
-
-
- Spins until the specified condition is satisfied.
-
- A delegate to be executed over and over until it returns true.
- The argument is null.
-
-
-
- Spins until the specified condition is satisfied or until the specified timeout is expired.
-
- A delegate to be executed over and over until it returns true.
-
- A that represents the number of milliseconds to wait,
- or a TimeSpan that represents -1 milliseconds to wait indefinitely.
- True if the condition is satisfied within the timeout; otherwise, false
- The argument is null.
- is a negative number
- other than -1 milliseconds, which represents an infinite time-out -or- timeout is greater than
- .
-
-
-
- Spins until the specified condition is satisfied or until the specified timeout is expired.
-
- A delegate to be executed over and over until it returns true.
- The number of milliseconds to wait, or (-1) to wait indefinitely.
- True if the condition is satisfied within the timeout; otherwise, false
- The argument is null.
- is a
- negative number other than -1, which represents an infinite time-out.
-
-
-
- Gets the number of times has been called on this instance.
-
-
-
-
- Gets whether the next call to will yield the processor, triggering a
- forced context switch.
-
- Whether the next call to will yield the processor, triggering a
- forced context switch.
-
- On a single-CPU machine, always yields the processor. On machines with
- multiple CPUs, may yield after an unspecified number of calls.
-
-
-
-
- A helper class to get the number of preocessors, it updates the numbers of processors every sampling interval
-
-
-
-
- Gets the number of available processors
-
-
-
-
- Gets whether the current machine has only a single processor.
-
-
-
-
- Represents an asynchronous operation that produces a result at some time in the future.
-
-
- The type of the result produced by this .
-
-
-
- instances may be created in a variety of ways. The most common approach is by
- using the task's property to retrieve a instance that can be used to create tasks for several
- purposes. For example, to create a that runs a function, the factory's StartNew
- method may be used:
-
- // C#
- var t = Task<int>.Factory.StartNew(() => GenerateResult());
- - or -
- var t = Task.Factory.StartNew(() => GenerateResult());
-
- ' Visual Basic
- Dim t = Task<int>.Factory.StartNew(Function() GenerateResult())
- - or -
- Dim t = Task.Factory.StartNew(Function() GenerateResult())
-
-
-
- The class also provides constructors that initialize the task but that do not
- schedule it for execution. For performance reasons, the StartNew method should be the
- preferred mechanism for creating and scheduling computational tasks, but for scenarios where creation
- and scheduling must be separated, the constructors may be used, and the task's
- Start
- method may then be used to schedule the task for execution at a later time.
-
-
- All members of , except for
- Dispose, are thread-safe
- and may be used from multiple threads concurrently.
-
-
-
-
-
- Represents an asynchronous operation.
-
-
-
- instances may be created in a variety of ways. The most common approach is by
- using the Task type's property to retrieve a instance that can be used to create tasks for several
- purposes. For example, to create a that runs an action, the factory's StartNew
- method may be used:
-
- // C#
- var t = Task.Factory.StartNew(() => DoAction());
-
- ' Visual Basic
- Dim t = Task.Factory.StartNew(Function() DoAction())
-
-
-
- The class also provides constructors that initialize the Task but that do not
- schedule it for execution. For performance reasons, TaskFactory's StartNew method should be the
- preferred mechanism for creating and scheduling computational tasks, but for scenarios where creation
- and scheduling must be separated, the constructors may be used, and the task's
- method may then be used to schedule the task for execution at a later time.
-
-
- All members of , except for , are thread-safe
- and may be used from multiple threads concurrently.
-
-
- For operations that return values, the class
- should be used.
-
-
- For developers implementing custom debuggers, several internal and private members of Task may be
- useful (these may change from release to release). The Int32 m_taskId field serves as the backing
- store for the property, however accessing this field directly from a debugger may be
- more efficient than accessing the same value through the property's getter method (the
- s_taskIdCounter Int32 counter is used to retrieve the next available ID for a Task). Similarly, the
- Int32 m_stateFlags field stores information about the current lifecycle stage of the Task,
- information also accessible through the property. The m_action System.Object
- field stores a reference to the Task's delegate, and the m_stateObject System.Object field stores the
- async state passed to the Task by the developer. Finally, for debuggers that parse stack frames, the
- InternalWait method serves a potential marker for when a Task is entering a wait operation.
-
-
-
-
-
- A type initializer that runs with the appropriate permissions.
-
-
-
-
- Initializes a new with the specified action.
-
- The delegate that represents the code to execute in the Task.
- The argument is null.
-
-
-
- Initializes a new with the specified action and CancellationToken.
-
- The delegate that represents the code to execute in the Task.
- The CancellationToken
- that will be assigned to the new Task.
- The argument is null.
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Initializes a new with the specified action and creation options.
-
- The delegate that represents the code to execute in the task.
-
- The TaskCreationOptions used to
- customize the Task's behavior.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for .
-
-
-
-
- Initializes a new with the specified action and creation options.
-
- The delegate that represents the code to execute in the task.
- The that will be assigned to the new task.
-
- The TaskCreationOptions used to
- customize the Task's behavior.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for .
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Initializes a new with the specified action and state.
-
- The delegate that represents the code to execute in the task.
- An object representing data to be used by the action.
-
- The argument is null.
-
-
-
-
- Initializes a new with the specified action, state, snd options.
-
- The delegate that represents the code to execute in the task.
- An object representing data to be used by the action.
- The that will be assigned to the new task.
-
- The argument is null.
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Initializes a new with the specified action, state, snd options.
-
- The delegate that represents the code to execute in the task.
- An object representing data to be used by the action.
-
- The TaskCreationOptions used to
- customize the Task's behavior.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for .
-
-
-
-
- Initializes a new with the specified action, state, snd options.
-
- The delegate that represents the code to execute in the task.
- An object representing data to be used by the action.
- The that will be assigned to the new task.
-
- The TaskCreationOptions used to
- customize the Task's behavior.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for .
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- An internal constructor used by the factory methods on task and its descendent(s).
- This variant does not capture the ExecutionContext; it is up to the caller to do that.
-
- An action to execute.
- Optional state to pass to the action.
- Parent of Task.
- A CancellationToken for the task.
- A task scheduler under which the task will run.
- Options to control its execution.
- Internal options to control its execution
-
-
-
- Common logic used by the following internal ctors:
- Task()
- Task(object action, object state, Task parent, TaskCreationOptions options, TaskScheduler taskScheduler)
-
- ASSUMES THAT m_creatingTask IS ALREADY SET.
-
-
- Action for task to execute.
- Object to which to pass to action (may be null)
- Task scheduler on which to run thread (only used by continuation tasks).
- A CancellationToken for the Task.
- Options to customize behavior of Task.
- Internal options to customize behavior of Task.
-
-
-
- Checks if we registered a CT callback during construction, and deregisters it.
- This should be called when we know the registration isn't useful anymore. Specifically from Finish() if the task has completed
- successfully or with an exception.
-
-
-
-
- Captures the ExecutionContext so long as flow isn't suppressed.
-
- A stack crawl mark pointing to the frame of the caller.
-
-
-
- Internal function that will be called by a new child task to add itself to
- the children list of the parent (this).
-
- Since a child task can only be created from the thread executing the action delegate
- of this task, reentrancy is neither required nor supported. This should not be called from
- anywhere other than the task construction/initialization codepaths.
-
-
-
-
- Starts the , scheduling it for execution to the current TaskScheduler.
-
-
- A task may only be started and run only once. Any attempts to schedule a task a second time
- will result in an exception.
-
-
- The is not in a valid state to be started. It may have already been started,
- executed, or canceled, or it may have been created in a manner that doesn't support direct
- scheduling.
-
-
- The instance has been disposed.
-
-
-
-
- Starts the , scheduling it for execution to the specified TaskScheduler.
-
-
- A task may only be started and run only once. Any attempts to schedule a task a second time will
- result in an exception.
-
-
- The TaskScheduler with which to associate
- and execute this task.
-
-
- The argument is null.
-
-
- The is not in a valid state to be started. It may have already been started,
- executed, or canceled, or it may have been created in a manner that doesn't support direct
- scheduling.
-
-
- The instance has been disposed.
-
-
-
-
- Runs the synchronously on the current TaskScheduler.
-
-
-
- A task may only be started and run only once. Any attempts to schedule a task a second time will
- result in an exception.
-
-
- Tasks executed with will be associated with the current TaskScheduler.
-
-
- If the target scheduler does not support running this Task on the current thread, the Task will
- be scheduled for execution on the scheduler, and the current thread will block until the
- Task has completed execution.
-
-
-
- The is not in a valid state to be started. It may have already been started,
- executed, or canceled, or it may have been created in a manner that doesn't support direct
- scheduling.
-
-
- The instance has been disposed.
-
-
-
-
- Runs the synchronously on the scheduler provided.
-
-
-
- A task may only be started and run only once. Any attempts to schedule a task a second time will
- result in an exception.
-
-
- If the target scheduler does not support running this Task on the current thread, the Task will
- be scheduled for execution on the scheduler, and the current thread will block until the
- Task has completed execution.
-
-
-
- The is not in a valid state to be started. It may have already been started,
- executed, or canceled, or it may have been created in a manner that doesn't support direct
- scheduling.
-
-
- The instance has been disposed.
-
- The parameter
- is null.
- The scheduler on which to attempt to run this task inline.
-
-
-
- Throws an exception if the task has been disposed, and hence can no longer be accessed.
-
- The task has been disposed.
-
-
-
- Sets the internal completion event.
-
-
-
-
- Disposes the , releasing all of its unmanaged resources.
-
-
- Unlike most of the members of , this method is not thread-safe.
- Also, may only be called on a that is in one of
- the final states: RanToCompletion,
- Faulted, or
- Canceled.
-
-
- The exception that is thrown if the is not in
- one of the final states: RanToCompletion,
- Faulted, or
- Canceled.
-
-
-
-
- Disposes the , releasing all of its unmanaged resources.
-
-
- A Boolean value that indicates whether this method is being called due to a call to .
-
-
- Unlike most of the members of , this method is not thread-safe.
-
-
-
-
- Schedules the task for execution.
-
- If true, TASK_STATE_STARTED bit is turned on in
- an atomic fashion, making sure that TASK_STATE_CANCELED does not get set
- underneath us. If false, TASK_STATE_STARTED bit is OR-ed right in. This
- allows us to streamline things a bit for StartNew(), where competing cancellations
- are not a problem.
-
-
-
- Adds an exception to the list of exceptions this task has thrown.
-
- An object representing either an Exception or a collection of Exceptions.
-
-
-
- Returns a list of exceptions by aggregating the holder's contents. Or null if
- no exceptions have been thrown.
-
- Whether to include a TCE if cancelled.
- An aggregate exception, or null if no exceptions have been caught.
-
-
-
- Throws an aggregate exception if the task contains exceptions.
-
-
-
-
- Checks whether this is an attached task, and whether we are being called by the parent task.
- And sets the TASK_STATE_EXCEPTIONOBSERVEDBYPARENT status flag based on that.
-
- This is meant to be used internally when throwing an exception, and when WaitAll is gathering
- exceptions for tasks it waited on. If this flag gets set, the implicit wait on children
- will skip exceptions to prevent duplication.
-
- This should only be called when this task has completed with an exception
-
-
-
-
-
- Signals completion of this particular task.
-
- The bUserDelegateExecuted parameter indicates whether this Finish() call comes following the
- full execution of the user delegate.
-
- If bUserDelegateExecuted is false, it mean user delegate wasn't invoked at all (either due to
- a cancellation request, or because this task is a promise style Task). In this case, the steps
- involving child tasks (i.e. WaitForChildren) will be skipped.
-
-
-
-
-
- FinishStageTwo is to be executed as soon as we known there are no more children to complete.
- It can happen i) either on the thread that originally executed this task (if no children were spawned, or they all completed by the time this task's delegate quit)
- ii) or on the thread that executed the last child.
-
-
-
-
- Final stage of the task completion code path. Notifies the parent (if any) that another of its childre are done, and runs continuations.
- This function is only separated out from FinishStageTwo because these two operations are also needed to be called from CancellationCleanupLogic()
-
-
-
-
- This is called by children of this task when they are completed.
-
-
-
-
- This is to be called just before the task does its final state transition.
- It traverses the list of exceptional children, and appends their aggregate exceptions into this one's exception list
-
-
-
-
- Special purpose Finish() entry point to be used when the task delegate throws a ThreadAbortedException
- This makes a note in the state flags so that we avoid any costly synchronous operations in the finish codepath
- such as inlined continuations
-
-
- Indicates whether the ThreadAbortException was added to this task's exception holder.
- This should always be true except for the case of non-root self replicating task copies.
-
- Whether the delegate was executed.
-
-
-
- Executes the task. This method will only be called once, and handles bookeeping associated with
- self-replicating tasks, in addition to performing necessary exception marshaling.
-
- The task has already been disposed.
-
-
-
- IThreadPoolWorkItem override, which is the entry function for this task when the TP scheduler decides to run it.
-
-
-
-
-
- Outermost entry function to execute this task. Handles all aspects of executing a task on the caller thread.
- Currently this is called by IThreadPoolWorkItem.ExecuteWorkItem(), and TaskManager.TryExecuteInline.
-
-
- Performs atomic updates to prevent double execution. Should only be set to true
- in codepaths servicing user provided TaskSchedulers. The ConcRT or ThreadPool schedulers don't need this.
-
-
-
- The actual code which invokes the body of the task. This can be overriden in derived types.
-
-
-
-
- Alternate InnerInvoke prototype to be called from ExecuteSelfReplicating() so that
- the Parallel Debugger can discover the actual task being invoked.
- Details: Here, InnerInvoke is actually being called on the rootTask object while we are actually executing the
- childTask. And the debugger needs to discover the childTask, so we pass that down as an argument.
- The NoOptimization and NoInlining flags ensure that the childTask pointer is retained, and that this
- function appears on the callstack.
-
-
-
-
-
- Performs whatever handling is necessary for an unhandled exception. Normally
- this just entails adding the exception to the holder object.
-
- The exception that went unhandled.
-
-
-
- Waits for the to complete execution.
-
-
- The was canceled -or- an exception was thrown during
- the execution of the .
-
-
- The has been disposed.
-
-
-
-
- Waits for the to complete execution.
-
-
- A that represents the number of milliseconds to wait, or a that represents -1 milliseconds to wait indefinitely.
-
-
- true if the completed execution within the allotted time; otherwise, false.
-
-
- The was canceled -or- an exception was thrown during the execution of the .
-
-
- is a negative number other than -1 milliseconds, which represents an
- infinite time-out -or- timeout is greater than
- .
-
-
- The has been disposed.
-
-
-
-
- Waits for the to complete execution.
-
-
- A to observe while waiting for the task to complete.
-
-
- The was canceled.
-
-
- The was canceled -or- an exception was thrown during the execution of the .
-
-
- The
- has been disposed.
-
-
-
-
- Waits for the to complete execution.
-
-
- The number of milliseconds to wait, or (-1) to
- wait indefinitely.
- true if the completed execution within the allotted time; otherwise,
- false.
-
-
- is a negative number other than -1, which represents an
- infinite time-out.
-
-
- The was canceled -or- an exception was thrown during the execution of the .
-
-
- The
- has been disposed.
-
-
-
-
- Waits for the to complete execution.
-
-
- The number of milliseconds to wait, or (-1) to
- wait indefinitely.
-
-
- A to observe while waiting for the task to complete.
-
-
- true if the completed execution within the allotted time; otherwise, false.
-
-
- The was canceled -or- an exception was thrown during the execution of the .
-
-
- The
- has been disposed.
-
-
- is a negative number other than -1, which represents an
- infinite time-out.
-
-
- The was canceled.
-
-
-
-
- The core wait function, which is only accesible internally. It's meant to be used in places in TPL code where
- the current context is known or cached.
-
-
-
-
- Cancels the .
-
- Indiactes whether we should only cancel non-invoked tasks.
- For the default scheduler this option will only be serviced through TryDequeue.
- For custom schedulers we also attempt an atomic state transition.
- true if the task was successfully canceled; otherwise, false.
- The
- has been disposed.
-
-
-
- Sets the task's cancellation acknowledged flag.
-
-
-
-
- Runs all of the continuations, as appropriate.
-
-
-
-
- Helper function to determine whether the current task is in the state desired by the
- continuation kind under evaluation. Three possibilities exist: the task failed with
- an unhandled exception (OnFailed), the task was canceled before running (OnAborted),
- or the task completed successfully (OnCompletedSuccessfully). Note that the last
- one includes completing due to cancellation.
-
- The continuation options under evaluation.
- True if the continuation should be run given the task's current state.
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- An action to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed, whether it completes due to running to completion successfully, faulting due to an
- unhandled exception, or exiting out early due to being canceled.
-
-
- The argument is null.
-
-
- The has been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- An action to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
- The that will be assigned to the new continuation task.
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed, whether it completes due to running to completion successfully, faulting due to an
- unhandled exception, or exiting out early due to being canceled.
-
-
- The argument is null.
-
-
- The has been disposed.
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- An action to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
-
- The to associate with the continuation task and to use for its execution.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed, whether it completes due to running to completion successfully, faulting due to an
- unhandled exception, or exiting out early due to being canceled.
-
-
- The argument is null.
-
-
- The argument is null.
-
-
- The has been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- An action to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
-
- Options for when the continuation is scheduled and how it behaves. This includes criteria, such
- as OnlyOnCanceled, as
- well as execution options, such as ExecuteSynchronously.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed. If the continuation criteria specified through the parameter are not met, the continuation task will be canceled
- instead of scheduled.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for TaskContinuationOptions.
-
-
- The has been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- An action to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
-
- Options for when the continuation is scheduled and how it behaves. This includes criteria, such
- as OnlyOnCanceled, as
- well as execution options, such as ExecuteSynchronously.
-
- The that will be assigned to the new continuation task.
-
- The to associate with the continuation task and to use for its
- execution.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed. If the criteria specified through the parameter
- are not met, the continuation task will be canceled instead of scheduled.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for TaskContinuationOptions.
-
-
- The argument is null.
-
-
- The has been disposed.
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- The type of the result produced by the continuation.
-
-
- A function to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed, whether it completes due to running to completion successfully, faulting due to an
- unhandled exception, or exiting out early due to being canceled.
-
-
- The argument is null.
-
-
- The has been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- The type of the result produced by the continuation.
-
-
- A function to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
- The that will be assigned to the new continuation task.
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed, whether it completes due to running to completion successfully, faulting due to an
- unhandled exception, or exiting out early due to being canceled.
-
-
- The argument is null.
-
-
- The has been disposed.
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- The type of the result produced by the continuation.
-
-
- A function to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
-
- The to associate with the continuation task and to use for its execution.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed, whether it completes due to running to completion successfully, faulting due to an
- unhandled exception, or exiting out early due to being canceled.
-
-
- The argument is null.
-
-
- The argument is null.
-
-
- The has been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- The type of the result produced by the continuation.
-
-
- A function to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
-
- Options for when the continuation is scheduled and how it behaves. This includes criteria, such
- as OnlyOnCanceled, as
- well as execution options, such as ExecuteSynchronously.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed. If the continuation criteria specified through the parameter are not met, the continuation task will be canceled
- instead of scheduled.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for TaskContinuationOptions.
-
-
- The has been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- The type of the result produced by the continuation.
-
-
- A function to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
- The that will be assigned to the new continuation task.
-
- Options for when the continuation is scheduled and how it behaves. This includes criteria, such
- as OnlyOnCanceled, as
- well as execution options, such as ExecuteSynchronously.
-
-
- The to associate with the continuation task and to use for its
- execution.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed. If the criteria specified through the parameter
- are not met, the continuation task will be canceled instead of scheduled.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for TaskContinuationOptions.
-
-
- The argument is null.
-
-
- The has been disposed.
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Converts TaskContinuationOptions to TaskCreationOptions, and also does
- some validity checking along the way.
-
- Incoming TaskContinuationOptions
- Outgoing TaskCreationOptions
- Outgoing InternalTaskOptions
-
-
-
- Registers the continuation and possibly runs it (if the task is already finished).
-
- The continuation task itself.
- TaskScheduler with which to associate continuation task.
- Restrictions on when the continuation becomes active.
-
-
-
- Waits for all of the provided objects to complete execution.
-
-
- An array of instances on which to wait.
-
-
- The argument is null.
-
-
- The argument contains a null element.
-
-
- At least one of the instances was canceled -or- an exception was thrown during
- the execution of at least one of the instances.
-
-
- The has been disposed.
-
-
-
-
- Waits for all of the provided objects to complete execution.
-
-
- true if all of the instances completed execution within the allotted time;
- otherwise, false.
-
-
- An array of instances on which to wait.
-
-
- A that represents the number of milliseconds to wait, or a that represents -1 milliseconds to wait indefinitely.
-
-
- The argument is null.
-
-
- The argument contains a null element.
-
-
- At least one of the instances was canceled -or- an exception was thrown during
- the execution of at least one of the instances.
-
-
- is a negative number other than -1 milliseconds, which represents an
- infinite time-out -or- timeout is greater than
- .
-
-
- The has been disposed.
-
-
-
-
- Waits for all of the provided objects to complete execution.
-
-
- true if all of the instances completed execution within the allotted time;
- otherwise, false.
-
-
- The number of milliseconds to wait, or (-1) to
- wait indefinitely.
- An array of instances on which to wait.
-
-
- The argument is null.
-
-
- The argument contains a null element.
-
-
- At least one of the instances was canceled -or- an exception was thrown during
- the execution of at least one of the instances.
-
-
- The has been disposed.
-
-
- is a negative number other than -1, which represents an
- infinite time-out.
-
-
-
-
- Waits for all of the provided objects to complete execution.
-
-
- true if all of the instances completed execution within the allotted time;
- otherwise, false.
-
-
- An array of instances on which to wait.
-
-
- A to observe while waiting for the tasks to complete.
-
-
- The argument is null.
-
-
- The argument contains a null element.
-
-
- At least one of the instances was canceled -or- an exception was thrown during
- the execution of at least one of the instances.
-
-
- The was canceled.
-
-
- The has been disposed.
-
-
-
-
- Waits for all of the provided objects to complete execution.
-
-
- true if all of the instances completed execution within the allotted time;
- otherwise, false.
-
-
- An array of instances on which to wait.
-
-
- The number of milliseconds to wait, or (-1) to
- wait indefinitely.
-
-
- A to observe while waiting for the tasks to complete.
-
-
- The argument is null.
-
-
- The argument contains a null element.
-
-
- At least one of the instances was canceled -or- an exception was thrown during
- the execution of at least one of the instances.
-
-
- The has been disposed.
-
-
- is a negative number other than -1, which represents an
- infinite time-out.
-
-
- The was canceled.
-
-
-
-
- Waits for a set of handles in a STA-aware way. In other words, it will wait for each
- of the events individually if we're on a STA thread, because MsgWaitForMultipleObjectsEx
- can't do a true wait-all due to its hidden message queue event. This is not atomic,
- of course, but we only wait on one-way (MRE) events anyway so this is OK.
-
- An array of wait handles to wait on.
- The timeout to use during waits.
- The cancellationToken that enables a wait to be canceled.
- True if all waits succeeded, false if a timeout occurred.
-
-
-
- Internal WaitAll implementation which is meant to be used with small number of tasks,
- optimized for Parallel.Invoke and other structured primitives.
-
-
-
-
- This internal function is only meant to be called by WaitAll()
- If the completed task is canceled or it has other exceptions, here we will add those
- into the passed in exception list (which will be lazily initialized here).
-
-
-
-
- Waits for any of the provided objects to complete execution.
-
-
- An array of instances on which to wait.
-
- The index of the completed task in the array argument.
-
- The argument is null.
-
-
- The argument contains a null element.
-
-
- The has been disposed.
-
-
-
-
- Waits for any of the provided objects to complete execution.
-
-
- An array of instances on which to wait.
-
-
- A that represents the number of milliseconds to wait, or a that represents -1 milliseconds to wait indefinitely.
-
-
- The index of the completed task in the array argument, or -1 if the
- timeout occurred.
-
-
- The argument is null.
-
-
- The argument contains a null element.
-
-
- The has been disposed.
-
-
- is a negative number other than -1 milliseconds, which represents an
- infinite time-out -or- timeout is greater than
- .
-
-
-
-
- Waits for any of the provided objects to complete execution.
-
-
- An array of instances on which to wait.
-
-
- A to observe while waiting for a task to complete.
-
-
- The index of the completed task in the array argument.
-
-
- The argument is null.
-
-
- The argument contains a null element.
-
-
- The has been disposed.
-
-
- The was canceled.
-
-
-
-
- Waits for any of the provided objects to complete execution.
-
-
- An array of instances on which to wait.
-
-
- The number of milliseconds to wait, or (-1) to
- wait indefinitely.
-
-
- The index of the completed task in the array argument, or -1 if the
- timeout occurred.
-
-
- The argument is null.
-
-
- The argument contains a null element.
-
-
- The has been disposed.
-
-
- is a negative number other than -1, which represents an
- infinite time-out.
-
-
-
-
- Waits for any of the provided objects to complete execution.
-
-
- An array of instances on which to wait.
-
-
- The number of milliseconds to wait, or (-1) to
- wait indefinitely.
-
-
- A to observe while waiting for a task to complete.
-
-
- The index of the completed task in the array argument, or -1 if the
- timeout occurred.
-
-
- The argument is null.
-
-
- The argument contains a null element.
-
-
- The has been disposed.
-
-
- is a negative number other than -1, which represents an
- infinite time-out.
-
-
- The was canceled.
-
-
-
-
- Gets a unique ID for this Task instance.
-
-
- Task IDs are assigned on-demand and do not necessarily represent the order in the which Task
- instances were created.
-
-
-
-
- Returns the unique ID of the currently executing Task.
-
-
-
-
- Gets the Task instance currently executing, or
- null if none exists.
-
-
-
-
- Gets the Exception that caused the Task to end prematurely. If the Task completed successfully or has not yet thrown any
- exceptions, this will return null.
-
-
- Tasks that throw unhandled exceptions store the resulting exception and propagate it wrapped in a
- in calls to Wait
- or in accesses to the property. Any exceptions not observed by the time
- the Task instance is garbage collected will be propagated on the finalizer thread.
-
-
- The Task
- has been disposed.
-
-
-
-
- Gets the TaskStatus of this Task.
-
-
-
-
- Gets whether this Task instance has completed
- execution due to being canceled.
-
-
- A Task will complete in Canceled state either if its CancellationToken
- was marked for cancellation before the task started executing, or if the task acknowledged the cancellation request on
- its already signaled CancellationToken by throwing an
- OperationCanceledException2 that bears the same
- CancellationToken.
-
-
-
-
- Returns true if this task has a cancellation token and it was signaled.
- To be used internally in execute entry codepaths.
-
-
-
-
- This internal property provides access to the CancellationToken that was set on the task
- when it was constructed.
-
-
-
-
- Gets whether this threw an OperationCanceledException2 while its CancellationToken was signaled.
-
-
-
-
- Gets whether this Task has completed.
-
-
- will return true when the Task is in one of the three
- final states: RanToCompletion,
- Faulted, or
- Canceled.
-
-
-
-
- Checks whether this task has been disposed.
-
-
-
-
- Gets the TaskCreationOptions used
- to create this task.
-
-
-
-
- Gets a that can be used to wait for the task to
- complete.
-
-
- Using the wait functionality provided by
- should be preferred over using for similar
- functionality.
-
-
- The has been disposed.
-
-
-
-
- Gets the state object supplied when the Task was created,
- or null if none was supplied.
-
-
-
-
- Gets an indication of whether the asynchronous operation completed synchronously.
-
- true if the asynchronous operation completed synchronously; otherwise, false.
-
-
-
- Provides access to the TaskScheduler responsible for executing this Task.
-
-
-
-
- Provides access to factory methods for creating and instances.
-
-
- The factory returned from is a default instance
- of , as would result from using
- the default constructor on TaskFactory.
-
-
-
-
- Provides an event that can be used to wait for completion.
- Only called by Wait*(), which means that we really do need to instantiate a completion event.
-
-
-
-
- Determines whether this is the root task of a self replicating group.
-
-
-
-
- Determines whether the task is a replica itself.
-
-
-
-
- The property formerly known as IsFaulted.
-
-
-
-
- Gets whether the completed due to an unhandled exception.
-
-
- If is true, the Task's will be equal to
- TaskStatus.Faulted, and its
- property will be non-null.
-
-
-
-
- Checks whether the TASK_STATE_EXCEPTIONOBSERVEDBYPARENT status flag is set,
- This will only be used by the implicit wait to prevent double throws
-
-
-
-
-
- Checks whether the body was ever invoked. Used by task scheduler code to verify custom schedulers actually ran the task.
-
-
-
-
- A structure to hold continuation information.
-
-
-
-
- Constructs a new continuation structure.
-
- The task to be activated.
- The continuation options.
- The scheduler to use for the continuation.
-
-
-
- Invokes the continuation for the target completion task.
-
- The completed task.
- Whether the continuation can be inlined.
-
-
-
- Initializes a new with the specified function.
-
-
- The delegate that represents the code to execute in the task. When the function has completed,
- the task's property will be set to return the result value of the function.
-
-
- The argument is null.
-
-
-
-
- Initializes a new with the specified function.
-
-
- The delegate that represents the code to execute in the task. When the function has completed,
- the task's property will be set to return the result value of the function.
-
- The to be assigned to this task.
-
- The argument is null.
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Initializes a new with the specified function and creation options.
-
-
- The delegate that represents the code to execute in the task. When the function has completed,
- the task's property will be set to return the result value of the function.
-
-
- The TaskCreationOptions used to
- customize the task's behavior.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for .
-
-
-
-
- Initializes a new with the specified function and creation options.
-
-
- The delegate that represents the code to execute in the task. When the function has completed,
- the task's property will be set to return the result value of the function.
-
- The that will be assigned to the new task.
-
- The TaskCreationOptions used to
- customize the task's behavior.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for .
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Initializes a new with the specified function and state.
-
-
- The delegate that represents the code to execute in the task. When the function has completed,
- the task's property will be set to return the result value of the function.
-
- An object representing data to be used by the action.
-
- The argument is null.
-
-
-
-
- Initializes a new with the specified action, state, and options.
-
-
- The delegate that represents the code to execute in the task. When the function has completed,
- the task's property will be set to return the result value of the function.
-
- An object representing data to be used by the function.
- The to be assigned to the new task.
-
- The argument is null.
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Initializes a new with the specified action, state, and options.
-
-
- The delegate that represents the code to execute in the task. When the function has completed,
- the task's property will be set to return the result value of the function.
-
- An object representing data to be used by the function.
-
- The TaskCreationOptions used to
- customize the task's behavior.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for .
-
-
-
-
- Initializes a new with the specified action, state, and options.
-
-
- The delegate that represents the code to execute in the task. When the function has completed,
- the task's property will be set to return the result value of the function.
-
- An object representing data to be used by the function.
- The to be assigned to the new task.
-
- The TaskCreationOptions used to
- customize the task's behavior.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for .
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a new future object.
-
- The parent task for this future.
- A function that yields the future value.
- The task scheduler which will be used to execute the future.
- The CancellationToken for the task.
- Options to control the future's behavior.
- Internal options to control the future's behavior.
- The argument specifies
- a SelfReplicating , which is illegal."/>.
-
-
-
- Creates a new future object.
-
- The parent task for this future.
- An object containing data to be used by the action; may be null.
- A function that yields the future value.
- The CancellationToken for the task.
- The task scheduler which will be used to execute the future.
- Options to control the future's behavior.
- Internal options to control the future's behavior.
- The argument specifies
- a SelfReplicating , which is illegal."/>.
-
-
-
- Evaluates the value selector of the Task which is passed in as an object and stores the result.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- An action to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed, whether it completes due to running to completion successfully, faulting due to an
- unhandled exception, or exiting out early due to being canceled.
-
-
- The argument is null.
-
-
- The has been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- An action to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
- The that will be assigned to the new continuation task.
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed, whether it completes due to running to completion successfully, faulting due to an
- unhandled exception, or exiting out early due to being canceled.
-
-
- The argument is null.
-
-
- The has been disposed.
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- An action to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
-
- The to associate with the continuation task and to use for its execution.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed, whether it completes due to running to completion successfully, faulting due to an
- unhandled exception, or exiting out early due to being canceled.
-
-
- The argument is null.
-
-
- The argument is null.
-
-
- The has been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- An action to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
-
- Options for when the continuation is scheduled and how it behaves. This includes criteria, such
- as OnlyOnCanceled, as
- well as execution options, such as ExecuteSynchronously.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed. If the continuation criteria specified through the parameter are not met, the continuation task will be canceled
- instead of scheduled.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for TaskContinuationOptions.
-
-
- The has been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- An action to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
- The that will be assigned to the new continuation task.
-
- Options for when the continuation is scheduled and how it behaves. This includes criteria, such
- as OnlyOnCanceled, as
- well as execution options, such as ExecuteSynchronously.
-
-
- The to associate with the continuation task and to use for its
- execution.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed. If the criteria specified through the parameter
- are not met, the continuation task will be canceled instead of scheduled.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for TaskContinuationOptions.
-
-
- The argument is null.
-
-
- The has been disposed.
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- The type of the result produced by the continuation.
-
-
- A function to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current
- task has completed, whether it completes due to running to completion successfully, faulting due
- to an unhandled exception, or exiting out early due to being canceled.
-
-
- The argument is null.
-
-
- The has been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- The type of the result produced by the continuation.
-
-
- A function to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
- The that will be assigned to the new task.
- A new continuation .
-
- The returned will not be scheduled for execution until the current
- task has completed, whether it completes due to running to completion successfully, faulting due
- to an unhandled exception, or exiting out early due to being canceled.
-
-
- The argument is null.
-
-
- The has been disposed.
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- The type of the result produced by the continuation.
-
-
- A function to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
-
- The to associate with the continuation task and to use for its execution.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed, whether it completes due to running to completion successfully, faulting due to an
- unhandled exception, or exiting out early due to being canceled.
-
-
- The argument is null.
-
-
- The argument is null.
-
-
- The has been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- The type of the result produced by the continuation.
-
-
- A function to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
-
- Options for when the continuation is scheduled and how it behaves. This includes criteria, such
- as OnlyOnCanceled, as
- well as execution options, such as ExecuteSynchronously.
-
- A new continuation .
-
-
- The returned will not be scheduled for execution until the current
- task has completed, whether it completes due to running to completion successfully, faulting due
- to an unhandled exception, or exiting out early due to being canceled.
-
-
- The , when executed, should return a . This task's completion state will be transferred to the task returned
- from the ContinueWith call.
-
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for TaskContinuationOptions.
-
-
- The has been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- The type of the result produced by the continuation.
-
-
- A function to run when the completes. When run, the delegate will be passed as
- an argument this completed task.
-
- The that will be assigned to the new task.
-
- Options for when the continuation is scheduled and how it behaves. This includes criteria, such
- as OnlyOnCanceled, as
- well as execution options, such as ExecuteSynchronously.
-
-
- The to associate with the continuation task and to use for its
- execution.
-
- A new continuation .
-
-
- The returned will not be scheduled for execution until the current task has
- completed, whether it completes due to running to completion successfully, faulting due to an
- unhandled exception, or exiting out early due to being canceled.
-
-
- The , when executed, should return a .
- This task's completion state will be transferred to the task returned from the
- ContinueWith call.
-
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for TaskContinuationOptions.
-
-
- The argument is null.
-
-
- The has been disposed.
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Gets the result value of this .
-
-
- The get accessor for this property ensures that the asynchronous operation is complete before
- returning. Once the result of the computation is available, it is stored and will be returned
- immediately on later calls to .
-
-
-
-
- Provides access to factory methods for creating instances.
-
-
- The factory returned from is a default instance
- of , as would result from using
- the default constructor on the factory type.
-
-
-
-
- Provides support for creating and scheduling
- Task{TResult} objects.
-
- The type of the results that are available though
- the Task{TResult} objects that are associated with
- the methods in this class.
-
-
- There are many common patterns for which tasks are relevant. The
- class encodes some of these patterns into methods that pick up default settings, which are
- configurable through its constructors.
-
-
- A default instance of is available through the
- Task{TResult}.Factory property.
-
-
-
-
-
- Initializes a instance with the default configuration.
-
-
- This constructor creates a instance with a default configuration. The
- property is initialized to
- TaskCreationOptions.None, the
- property is initialized to TaskContinuationOptions.None,
- and the TaskScheduler property is
- initialized to the current scheduler (see TaskScheduler.Current).
-
-
-
-
- Initializes a instance with the default configuration.
-
- The default that will be assigned
- to tasks created by this unless another CancellationToken is explicitly specified
- while calling the factory methods.
-
- This constructor creates a instance with a default configuration. The
- property is initialized to
- TaskCreationOptions.None, the
- property is initialized to TaskContinuationOptions.None,
- and the TaskScheduler property is
- initialized to the current scheduler (see TaskScheduler.Current).
-
-
-
-
- Initializes a instance with the specified configuration.
-
-
- The
- TaskScheduler to use to schedule any tasks created with this TaskFactory{TResult}. A null value
- indicates that the current TaskScheduler should be used.
-
-
- With this constructor, the
- property is initialized to
- TaskCreationOptions.None, the
- property is initialized to TaskContinuationOptions.None,
- and the TaskScheduler property is
- initialized to , unless it's null, in which case the property is
- initialized to the current scheduler (see TaskScheduler.Current).
-
-
-
-
- Initializes a instance with the specified configuration.
-
-
- The default
- TaskCreationOptions to use when creating tasks with this TaskFactory{TResult}.
-
-
- The default
- TaskContinuationOptions to use when creating continuation tasks with this TaskFactory{TResult}.
-
-
- The exception that is thrown when the
- argument or the
- argument specifies an invalid value.
-
-
- With this constructor, the
- property is initialized to ,
- the
- property is initialized to , and the TaskScheduler property is initialized to the
- current scheduler (see TaskScheduler.Current).
-
-
-
-
- Initializes a instance with the specified configuration.
-
- The default that will be assigned
- to tasks created by this unless another CancellationToken is explicitly specified
- while calling the factory methods.
-
- The default
- TaskCreationOptions to use when creating tasks with this TaskFactory{TResult}.
-
-
- The default
- TaskContinuationOptions to use when creating continuation tasks with this TaskFactory{TResult}.
-
-
- The default
- TaskScheduler to use to schedule any Tasks created with this TaskFactory{TResult}. A null value
- indicates that TaskScheduler.Current should be used.
-
-
- The exception that is thrown when the
- argument or the
- argumentspecifies an invalid value.
-
-
- With this constructor, the
- property is initialized to ,
- the
- property is initialized to , and the TaskScheduler property is initialized to
- , unless it's null, in which case the property is initialized to the
- current scheduler (see TaskScheduler.Current).
-
-
-
-
- Creates and starts a .
-
- A function delegate that returns the future result to be available through
- the .
- The started .
- The exception that is thrown when the
- argument is null.
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- A function delegate that returns the future result to be available through
- the .
- The that will be assigned to the new task.
- The started .
- The exception that is thrown when the
- argument is null.
- The provided CancellationToken
- has already been disposed.
-
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- A function delegate that returns the future result to be available through
- the .
- A TaskCreationOptions value that controls the behavior of the
- created
- .
- The started .
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- A function delegate that returns the future result to be available through
- the .
- A TaskCreationOptions value that controls the behavior of the
- created
- .
- The that will be assigned to the new task.
- The TaskScheduler
- that is used to schedule the created
- Task{TResult}.
- The started .
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The provided CancellationToken
- has already been disposed.
-
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- A function delegate that returns the future result to be available through
- the .
- An object containing data to be used by the
- delegate.
- The started .
- The exception that is thrown when the
- argument is null.
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- A function delegate that returns the future result to be available through
- the .
- An object containing data to be used by the
- delegate.
- The that will be assigned to the new task.
- The started .
- The exception that is thrown when the
- argument is null.
- The provided CancellationToken
- has already been disposed.
-
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- A function delegate that returns the future result to be available through
- the .
- An object containing data to be used by the
- delegate.
- A TaskCreationOptions value that controls the behavior of the
- created
- .
- The started .
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- A function delegate that returns the future result to be available through
- the .
- An object containing data to be used by the
- delegate.
- The that will be assigned to the new task.
- A TaskCreationOptions value that controls the behavior of the
- created
- .
- The TaskScheduler
- that is used to schedule the created
- Task{TResult}.
- The started .
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The provided CancellationToken
- has already been disposed.
-
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates a Task that executes an end
- method function when a specified IAsyncResult completes.
-
- The IAsyncResult whose completion should trigger the processing of the
- .
- The function delegate that processes the completed .
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- A Task that represents the
- asynchronous operation.
-
-
-
- Creates a Task that executes an end
- method function when a specified IAsyncResult completes.
-
- The IAsyncResult whose completion should trigger the processing of the
- .
- The function delegate that processes the completed .
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- A Task that represents the
- asynchronous operation.
-
-
-
- Creates a Task that executes an end
- method function when a specified IAsyncResult completes.
-
- The IAsyncResult whose completion should trigger the processing of the
- .
- The function delegate that processes the completed .
- The TaskScheduler
- that is used to schedule the task that executes the end method.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- A Task that represents the
- asynchronous operation.
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the delegate.
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the delegate.
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the delegate.
- The type of the second argument passed to
- delegate.
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The second argument passed to the
- delegate.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the delegate.
- The type of the second argument passed to
- delegate.
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The second argument passed to the
- delegate.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the delegate.
- The type of the second argument passed to
- delegate.
- The type of the third argument passed to
- delegate.
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The second argument passed to the
- delegate.
- The third argument passed to the
- delegate.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the delegate.
- The type of the second argument passed to
- delegate.
- The type of the third argument passed to
- delegate.
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The second argument passed to the
- delegate.
- The third argument passed to the
- delegate.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in
- the array have completed.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in
- the array have completed.
- The CancellationToken
- that will be assigned to the new continuation task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the array have completed.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAll.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the array have completed.
- The CancellationToken
- that will be assigned to the new continuation task.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The TaskScheduler
- that is used to schedule the created continuation Task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAll.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the
- array have completed.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the
- array have completed.
- The CancellationToken
- that will be assigned to the new continuation task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the
- array have completed.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAll.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the
- array have completed.
- The CancellationToken
- that will be assigned to the new continuation task.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The TaskScheduler
- that is used to schedule the created continuation .
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAll.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the array completes.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the array completes.
- The CancellationToken
- that will be assigned to the new continuation task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the array completes.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAny.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the array completes.
- The CancellationToken
- that will be assigned to the new continuation task.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The TaskScheduler
- that is used to schedule the created continuation Task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAny.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the
- array completes.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the
- array completes.
- The CancellationToken
- that will be assigned to the new continuation task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the
- array completes.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAny.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the
- array completes.
- The CancellationToken
- that will be assigned to the new continuation task.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The TaskScheduler
- that is used to schedule the created continuation .
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAny.
-
-
-
-
- Gets the default CancellationToken of this
- TaskFactory.
-
-
- This property returns the default that will be assigned to all
- tasks created by this factory unless another CancellationToken value is explicitly specified
- during the call to the factory methods.
-
-
-
-
- Gets the TaskScheduler of this
- TaskFactory{TResult}.
-
-
- This property returns the default scheduler for this factory. It will be used to schedule all
- tasks unless another scheduler is explicitly specified during calls to this factory's methods.
- If null, TaskScheduler.Current
- will be used.
-
-
-
-
- Gets the TaskCreationOptions
- value of this TaskFactory{TResult}.
-
-
- This property returns the default creation options for this factory. They will be used to create all
- tasks unless other options are explicitly specified during calls to this factory's methods.
-
-
-
-
- Gets the TaskContinuationOptions
- value of this TaskFactory{TResult}.
-
-
- This property returns the default continuation options for this factory. They will be used to create
- all continuation tasks unless other options are explicitly specified during calls to this factory's methods.
-
-
-
-
- Represents the current stage in the lifecycle of a .
-
-
-
-
- The task has been initialized but has not yet been scheduled.
-
-
-
-
- The task is waiting to be activated and scheduled internally by the .NET Framework infrastructure.
-
-
-
-
- The task has been scheduled for execution but has not yet begun executing.
-
-
-
-
- The task is running but has not yet completed.
-
-
-
-
- The task has finished executing and is implicitly waiting for
- attached child tasks to complete.
-
-
-
-
- The task completed execution successfully.
-
-
-
-
- The task acknowledged cancellation by throwing an OperationCanceledException2 with its own CancellationToken
- while the token was in signaled state, or the task's CancellationToken was already signaled before the
- task started executing.
-
-
-
-
- The task completed due to an unhandled exception.
-
-
-
-
- Specifies flags that control optional behavior for the creation and execution of tasks.
-
-
-
-
- Specifies that the default behavior should be used.
-
-
-
-
- A hint to a TaskScheduler to schedule a
- task in as fair a manner as possible, meaning that tasks scheduled sooner will be more likely to
- be run sooner, and tasks scheduled later will be more likely to be run later.
-
-
-
-
- Specifies that a task will be a long-running, course-grained operation. It provides a hint to the
- TaskScheduler that oversubscription may be
- warranted.
-
-
-
-
- Specifies that a task is attached to a parent in the task hierarchy.
-
-
-
-
- Task creation flags which are only used internally.
-
-
-
- Specifies "No internal task options"
-
-
- Used to filter out internal vs. public task creation options.
-
-
- Specifies that the task will be queued by the runtime before handing it over to the user.
- This flag will be used to skip the cancellationtoken registration step, which is only meant for unstarted tasks.
-
-
-
- Specifies flags that control optional behavior for the creation and execution of continuation tasks.
-
-
-
-
- Default = "Continue on any, no task options, run asynchronously"
- Specifies that the default behavior should be used. Continuations, by default, will
- be scheduled when the antecedent task completes, regardless of the task's final TaskStatus.
-
-
-
-
- A hint to a TaskScheduler to schedule a
- task in as fair a manner as possible, meaning that tasks scheduled sooner will be more likely to
- be run sooner, and tasks scheduled later will be more likely to be run later.
-
-
-
-
- Specifies that a task will be a long-running, course-grained operation. It provides
- a hint to the TaskScheduler that
- oversubscription may be warranted.
-
-
-
-
- Specifies that a task is attached to a parent in the task hierarchy.
-
-
-
-
- Specifies that the continuation task should not be scheduled if its antecedent ran to completion.
- This option is not valid for multi-task continuations.
-
-
-
-
- Specifies that the continuation task should not be scheduled if its antecedent threw an unhandled
- exception. This option is not valid for multi-task continuations.
-
-
-
-
- Specifies that the continuation task should not be scheduled if its antecedent was canceled. This
- option is not valid for multi-task continuations.
-
-
-
-
- Specifies that the continuation task should be scheduled only if its antecedent ran to
- completion. This option is not valid for multi-task continuations.
-
-
-
-
- Specifies that the continuation task should be scheduled only if its antecedent threw an
- unhandled exception. This option is not valid for multi-task continuations.
-
-
-
-
- Specifies that the continuation task should be scheduled only if its antecedent was canceled.
- This option is not valid for multi-task continuations.
-
-
-
-
- Specifies that the continuation task should be executed synchronously. With this option
- specified, the continuation will be run on the same thread that causes the antecedent task to
- transition into its final state. If the antecedent is already complete when the continuation is
- created, the continuation will run on the thread creating the continuation. Only very
- short-running continuations should be executed synchronously.
-
-
-
-
- Represents an exception used to communicate task cancellation.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the
- class with a specified error message.
-
- The error message that explains the reason for the exception.
-
-
-
- Initializes a new instance of the
- class with a specified error message and a reference to the inner exception that is the cause of
- this exception.
-
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception.
-
-
-
- Initializes a new instance of the class
- with a reference to the that has been canceled.
-
- A task that has been canceled.
-
-
-
- Gets the task associated with this exception.
-
-
- It is permissible for no Task to be associated with a
- , in which case
- this property will return null.
-
-
-
-
- Represents the producer side of a unbound to a
- delegate, providing access to the consumer side through the property.
-
-
-
- It is often the case that a is desired to
- represent another asynchronous operation.
- TaskCompletionSource is provided for this purpose. It enables
- the creation of a task that can be handed out to consumers, and those consumers can use the members
- of the task as they would any other. However, unlike most tasks, the state of a task created by a
- TaskCompletionSource is controlled explicitly by the methods on TaskCompletionSource. This enables the
- completion of the external asynchronous operation to be propagated to the underlying Task. The
- separation also ensures that consumers are not able to transition the state without access to the
- corresponding TaskCompletionSource.
-
-
- All members of are thread-safe
- and may be used from multiple threads concurrently.
-
-
- The type of the result value assocatied with this .
-
-
-
- Creates a .
-
-
-
-
- Creates a
- with the specified options.
-
-
- The created
- by this instance and accessible through its property
- will be instantiated using the specified .
-
- The options to use when creating the underlying
- .
-
- The represent options invalid for use
- with a .
-
-
-
-
- Creates a
- with the specified state.
-
- The state to use as the underlying
- 's AsyncState.
-
-
-
- Creates a with
- the specified state and options.
-
- The options to use when creating the underlying
- .
- The state to use as the underlying
- 's AsyncState.
-
- The represent options invalid for use
- with a .
-
-
-
-
- Attempts to transition the underlying
- into the
- Faulted
- state.
-
- The exception to bind to this .
- True if the operation was successful; otherwise, false.
- This operation will return false if the
- is already in one
- of the three final states:
- RanToCompletion,
- Faulted, or
- Canceled.
-
- The argument is null.
- The was disposed.
-
-
-
- Attempts to transition the underlying
- into the
- Faulted
- state.
-
- The collection of exceptions to bind to this .
- True if the operation was successful; otherwise, false.
- This operation will return false if the
- is already in one
- of the three final states:
- RanToCompletion,
- Faulted, or
- Canceled.
-
- The argument is null.
- There are one or more null elements in .
- The collection is empty.
- The was disposed.
-
-
-
- Transitions the underlying
- into the
- Faulted
- state.
-
- The exception to bind to this .
- The argument is null.
-
- The underlying is already in one
- of the three final states:
- RanToCompletion,
- Faulted, or
- Canceled.
-
- The was disposed.
-
-
-
- Transitions the underlying
- into the
- Faulted
- state.
-
- The collection of exceptions to bind to this .
- The argument is null.
- There are one or more null elements in .
-
- The underlying is already in one
- of the three final states:
- RanToCompletion,
- Faulted, or
- Canceled.
-
- The was disposed.
-
-
-
- Attempts to transition the underlying
- into the
- RanToCompletion
- state.
-
- The result value to bind to this .
- True if the operation was successful; otherwise, false.
- This operation will return false if the
- is already in one
- of the three final states:
- RanToCompletion,
- Faulted, or
- Canceled.
-
- The was disposed.
-
-
-
- Transitions the underlying
- into the
- RanToCompletion
- state.
-
- The result value to bind to this .
-
- The underlying is already in one
- of the three final states:
- RanToCompletion,
- Faulted, or
- Canceled.
-
- The was disposed.
-
-
-
- Transitions the underlying
- into the
- Canceled
- state.
-
-
- The underlying is already in one
- of the three final states:
- RanToCompletion,
- Faulted, or
- Canceled.
-
- The was disposed.
-
-
-
- Attempts to transition the underlying
- into the
- Canceled
- state.
-
- True if the operation was successful; otherwise, false.
- This operation will return false if the
- is already in one
- of the three final states:
- RanToCompletion,
- Faulted, or
- Canceled.
-
- The was disposed.
-
-
-
- Gets the created
- by this .
-
-
- This property enables a consumer access to the that is controlled by this instance.
- The , ,
- , and
- methods (and their "Try" variants) on this instance all result in the relevant state
- transitions on this underlying Task.
-
-
-
-
- An exception holder manages a list of exceptions for one particular task.
- It offers the ability to aggregate, but more importantly, also offers intrinsic
- support for propagating unhandled exceptions that are never observed. It does
- this by aggregating and throwing if the holder is ever GC'd without the holder's
- contents ever having been requested (e.g. by a Task.Wait, Task.get_Exception, etc).
-
-
-
-
- Creates a new holder; it will be registered for finalization.
-
- The task this holder belongs to.
-
-
-
- A finalizer that repropagates unhandled exceptions.
-
-
-
-
- Add an exception to the internal list. This will ensure the holder is
- in the proper state (handled/unhandled) depending on the list's contents.
-
- An exception object (either an Exception or an
- IEnumerable{Exception}) to add to the list.
-
-
-
- A private helper method that ensures the holder is considered
- unhandled, i.e. it is registered for finalization.
-
-
-
-
- A private helper method that ensures the holder is considered
- handled, i.e. it is not registered for finalization.
-
- Whether this is called from the finalizer thread.
-
-
-
- Allocates a new aggregate exception and adds the contents of the list to
- it. By calling this method, the holder assumes exceptions to have been
- "observed", such that the finalization check will be subsequently skipped.
-
- Whether this is being called from a finalizer.
- An extra exception to be included (optionally).
- The aggregate exception to throw.
-
-
-
- Provides a set of static (Shared in Visual Basic) methods for working with specific kinds of
- instances.
-
-
-
-
- Creates a proxy Task that represents the
- asynchronous operation of a Task{Task}.
-
-
- It is often useful to be able to return a Task from a
- Task{TResult}, where the inner Task represents work done as part of the outer Task{TResult}. However,
- doing so results in a Task{Task}, which, if not dealt with carefully, could produce unexpected behavior. Unwrap
- solves this problem by creating a proxy Task that represents the entire asynchronous operation of such a Task{Task}.
-
- The Task{Task} to unwrap.
- The exception that is thrown if the
- argument is null.
- A Task that represents the asynchronous operation of the provided Task{Task}.
-
-
-
- Creates a proxy Task{TResult} that represents the
- asynchronous operation of a Task{Task{TResult}}.
-
-
- It is often useful to be able to return a Task{TResult} from a Task{TResult}, where the inner Task{TResult}
- represents work done as part of the outer Task{TResult}. However, doing so results in a Task{Task{TResult}},
- which, if not dealt with carefully, could produce unexpected behavior. Unwrap solves this problem by
- creating a proxy Task{TResult} that represents the entire asynchronous operation of such a Task{Task{TResult}}.
-
- The Task{Task{TResult}} to unwrap.
- The exception that is thrown if the
- argument is null.
- A Task{TResult} that represents the asynchronous operation of the provided Task{Task{TResult}}. /// Unwraps a Task that returns another Task.
-
-
-
- Provides support for creating and scheduling
- Tasks.
-
-
-
- There are many common patterns for which tasks are relevant. The
- class encodes some of these patterns into methods that pick up default settings, which are
- configurable through its constructors.
-
-
- A default instance of is available through the
- Task.Factory property.
-
-
-
-
-
- Initializes a instance with the default configuration.
-
-
- This constructor creates a instance with a default configuration. The
- property is initialized to
- TaskCreationOptions.None, the
- property is initialized to TaskContinuationOptions.None,
- and the TaskScheduler property is
- initialized to the current scheduler (see TaskScheduler.Current).
-
-
-
-
- Initializes a instance with the specified configuration.
-
- The default that will be assigned
- to tasks created by this unless another CancellationToken is explicitly specified
- while calling the factory methods.
-
- This constructor creates a instance with a default configuration. The
- property is initialized to
- TaskCreationOptions.None, the
- property is initialized to TaskContinuationOptions.None,
- and the TaskScheduler property is
- initialized to the current scheduler (see TaskScheduler.Current).
-
-
-
-
- Initializes a instance with the specified configuration.
-
-
- The
- TaskScheduler to use to schedule any tasks created with this TaskFactory. A null value
- indicates that the current TaskScheduler should be used.
-
-
- With this constructor, the
- property is initialized to
- TaskCreationOptions.None, the
- property is initialized to TaskContinuationOptions.None,
- and the TaskScheduler property is
- initialized to , unless it's null, in which case the property is
- initialized to the current scheduler (see TaskScheduler.Current).
-
-
-
-
- Initializes a instance with the specified configuration.
-
-
- The default
- TaskCreationOptions to use when creating tasks with this TaskFactory.
-
-
- The default
- TaskContinuationOptions to use when creating continuation tasks with this TaskFactory.
-
-
- The exception that is thrown when the
- argument or the
- argument specifies an invalid value.
-
-
- With this constructor, the
- property is initialized to ,
- the
- property is initialized to , and the TaskScheduler property is initialized to the
- current scheduler (see TaskScheduler.Current).
-
-
-
-
- Initializes a instance with the specified configuration.
-
- The default that will be assigned
- to tasks created by this unless another CancellationToken is explicitly specified
- while calling the factory methods.
-
- The default
- TaskCreationOptions to use when creating tasks with this TaskFactory.
-
-
- The default
- TaskContinuationOptions to use when creating continuation tasks with this TaskFactory.
-
-
- The default
- TaskScheduler to use to schedule any Tasks created with this TaskFactory. A null value
- indicates that TaskScheduler.Current should be used.
-
-
- The exception that is thrown when the
- argument or the
- argumentspecifies an invalid value.
-
-
- With this constructor, the
- property is initialized to ,
- the
- property is initialized to , and the TaskScheduler property is initialized to
- , unless it's null, in which case the property is initialized to the
- current scheduler (see TaskScheduler.Current).
-
-
-
-
- Creates and starts a Task.
-
- The action delegate to execute asynchronously.
- The started Task.
- The exception that is thrown when the
- argument is null.
-
- Calling StartNew is functionally equivalent to creating a Task using one of its constructors
- and then calling
- Start to schedule it for execution. However,
- unless creation and scheduling must be separated, StartNew is the recommended
- approach for both simplicity and performance.
-
-
-
-
- Creates and starts a Task.
-
- The action delegate to execute asynchronously.
- The that will be assigned to the new task.
- The started Task.
- The exception that is thrown when the
- argument is null.
- The provided CancellationToken
- has already been disposed.
-
-
- Calling StartNew is functionally equivalent to creating a Task using one of its constructors
- and then calling
- Start to schedule it for execution. However,
- unless creation and scheduling must be separated, StartNew is the recommended
- approach for both simplicity and performance.
-
-
-
-
- Creates and starts a Task.
-
- The action delegate to execute asynchronously.
- A TaskCreationOptions value that controls the behavior of the
- created
- Task.
- The started Task.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
-
- Calling StartNew is functionally equivalent to creating a Task using one of its constructors and
- then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a Task.
-
- The action delegate to execute asynchronously.
- The that will be assigned to the new
- A TaskCreationOptions value that controls the behavior of the
- created
- Task.
- The TaskScheduler
- that is used to schedule the created Task.
- The started Task.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The provided CancellationToken
- has already been disposed.
-
-
- Calling StartNew is functionally equivalent to creating a Task using one of its constructors and
- then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a Task.
-
- The action delegate to execute asynchronously.
- An object containing data to be used by the
- delegate.
- The started Task.
- The exception that is thrown when the
- argument is null.
-
- Calling StartNew is functionally equivalent to creating a Task using one of its constructors and
- then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a Task.
-
- The action delegate to execute asynchronously.
- An object containing data to be used by the
- delegate.
- The that will be assigned to the new
- The started Task.
- The exception that is thrown when the
- argument is null.
- The provided CancellationToken
- has already been disposed.
-
-
- Calling StartNew is functionally equivalent to creating a Task using one of its constructors and
- then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a Task.
-
- The action delegate to execute asynchronously.
- An object containing data to be used by the
- delegate.
- A TaskCreationOptions value that controls the behavior of the
- created
- Task.
- The started Task.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
-
- Calling StartNew is functionally equivalent to creating a Task using one of its constructors and
- then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a Task.
-
- The action delegate to execute asynchronously.
- An object containing data to be used by the
- delegate.
- The that will be assigned to the new task.
- A TaskCreationOptions value that controls the behavior of the
- created
- Task.
- The TaskScheduler
- that is used to schedule the created Task.
- The started Task.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The provided CancellationToken
- has already been disposed.
-
-
- Calling StartNew is functionally equivalent to creating a Task using one of its constructors and
- then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- The type of the result available through the
- Task.
-
- A function delegate that returns the future result to be available through
- the .
- The started .
- The exception that is thrown when the
- argument is null.
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- The type of the result available through the
- Task.
-
- A function delegate that returns the future result to be available through
- the .
- The that will be assigned to the new
- The started .
- The exception that is thrown when the
- argument is null.
- The provided CancellationToken
- has already been disposed.
-
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- The type of the result available through the
- Task.
-
- A function delegate that returns the future result to be available through
- the .
- A TaskCreationOptions value that controls the behavior of the
- created
- .
- The started .
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- The type of the result available through the
- Task.
-
- A function delegate that returns the future result to be available through
- the .
- The that will be assigned to the new task.
- A TaskCreationOptions value that controls the behavior of the
- created
- .
- The TaskScheduler
- that is used to schedule the created
- Task{TResult}.
- The started .
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The provided CancellationToken
- has already been disposed.
-
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- The type of the result available through the
- Task.
-
- A function delegate that returns the future result to be available through
- the .
- An object containing data to be used by the
- delegate.
- The started .
- The exception that is thrown when the
- argument is null.
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- The type of the result available through the
- Task.
-
- A function delegate that returns the future result to be available through
- the .
- An object containing data to be used by the
- delegate.
- The that will be assigned to the new
- The started .
- The exception that is thrown when the
- argument is null.
- The provided CancellationToken
- has already been disposed.
-
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- The type of the result available through the
- Task.
-
- A function delegate that returns the future result to be available through
- the .
- An object containing data to be used by the
- delegate.
- A TaskCreationOptions value that controls the behavior of the
- created
- .
- The started .
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- The type of the result available through the
- Task.
-
- A function delegate that returns the future result to be available through
- the .
- An object containing data to be used by the
- delegate.
- The that will be assigned to the new task.
- A TaskCreationOptions value that controls the behavior of the
- created
- .
- The TaskScheduler
- that is used to schedule the created
- Task{TResult}.
- The started .
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The provided CancellationToken
- has already been disposed.
-
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates a Task that executes an end method action
- when a specified IAsyncResult completes.
-
- The IAsyncResult whose completion should trigger the processing of the
- .
- The action delegate that processes the completed .
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- A Task that represents the asynchronous
- operation.
-
-
-
- Creates a Task that executes an end method action
- when a specified IAsyncResult completes.
-
- The IAsyncResult whose completion should trigger the processing of the
- .
- The action delegate that processes the completed .
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- A Task that represents the asynchronous
- operation.
-
-
-
- Creates a Task that executes an end method action
- when a specified IAsyncResult completes.
-
- The IAsyncResult whose completion should trigger the processing of the
- .
- The action delegate that processes the completed .
- The TaskScheduler
- that is used to schedule the task that executes the end method.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- A Task that represents the asynchronous
- operation.
-
-
-
- Creates a Task that represents a pair of begin
- and end methods that conform to the Asynchronous Programming Model pattern.
-
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The created Task that represents the
- asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of begin
- and end methods that conform to the Asynchronous Programming Model pattern.
-
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The created Task that represents the
- asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of begin
- and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the
- delegate.
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The created Task that represents the
- asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of begin
- and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the
- delegate.
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The created Task that represents the
- asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of begin
- and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the
- delegate.
- The type of the second argument passed to
- delegate.
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The second argument passed to the
- delegate.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The created Task that represents the
- asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of begin
- and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the
- delegate.
- The type of the second argument passed to
- delegate.
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The second argument passed to the
- delegate.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The created Task that represents the
- asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of begin
- and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the
- delegate.
- The type of the second argument passed to
- delegate.
- The type of the third argument passed to
- delegate.
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The second argument passed to the
- delegate.
- The third argument passed to the
- delegate.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The created Task that represents the
- asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of begin
- and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the
- delegate.
- The type of the second argument passed to
- delegate.
- The type of the third argument passed to
- delegate.
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The second argument passed to the
- delegate.
- The third argument passed to the
- delegate.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The created Task that represents the
- asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that executes an end
- method function when a specified IAsyncResult completes.
-
- The type of the result available through the
- Task.
-
- The IAsyncResult whose completion should trigger the processing of the
- .
- The function delegate that processes the completed .
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- A Task that represents the
- asynchronous operation.
-
-
-
- Creates a Task that executes an end
- method function when a specified IAsyncResult completes.
-
- The type of the result available through the
- Task.
-
- The IAsyncResult whose completion should trigger the processing of the
- .
- The function delegate that processes the completed .
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- A Task that represents the
- asynchronous operation.
-
-
-
- Creates a Task that executes an end
- method function when a specified IAsyncResult completes.
-
- The type of the result available through the
- Task.
-
- The IAsyncResult whose completion should trigger the processing of the
- .
- The function delegate that processes the completed .
- The TaskScheduler
- that is used to schedule the task that executes the end method.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- A Task that represents the
- asynchronous operation.
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the result available through the
- Task.
-
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the result available through the
- Task.
-
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the delegate.
- The type of the result available through the
- Task.
-
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the delegate.
- The type of the result available through the
- Task.
-
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the delegate.
- The type of the second argument passed to
- delegate.
- The type of the result available through the
- Task.
-
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The second argument passed to the
- delegate.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the delegate.
- The type of the second argument passed to
- delegate.
- The type of the result available through the
- Task.
-
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The second argument passed to the
- delegate.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the delegate.
- The type of the second argument passed to
- delegate.
- The type of the third argument passed to
- delegate.
- The type of the result available through the
- Task.
-
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The second argument passed to the
- delegate.
- The third argument passed to the
- delegate.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the delegate.
- The type of the second argument passed to
- delegate.
- The type of the third argument passed to
- delegate.
- The type of the result available through the
- Task.
-
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The second argument passed to the
- delegate.
- The third argument passed to the
- delegate.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Check validity of options passed to FromAsync method
-
- The options to be validated.
- determines type of FromAsync method that called this method
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The array of tasks from which to continue.
- The action delegate to execute when all tasks in
- the array have completed.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The array of tasks from which to continue.
- The action delegate to execute when all tasks in
- the array have completed.
- The CancellationToken
- that will be assigned to the new continuation task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The array of tasks from which to continue.
- The action delegate to execute when all tasks in the array have completed.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAll.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The array of tasks from which to continue.
- The action delegate to execute when all tasks in the array have completed.
- The CancellationToken
- that will be assigned to the new continuation task.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The TaskScheduler
- that is used to schedule the created continuation Task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAll.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue.
- The action delegate to execute when all tasks in
- the array have completed.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue.
- The action delegate to execute when all tasks in
- the array have completed.
- The CancellationToken
- that will be assigned to the new continuation task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue.
- The action delegate to execute when all tasks in the array have completed.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAll.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue.
- The action delegate to execute when all tasks in the array have completed.
- The CancellationToken
- that will be assigned to the new continuation task.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The TaskScheduler
- that is used to schedule the created continuation Task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAll.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the
- array have completed.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the
- array have completed.
- The CancellationToken
- that will be assigned to the new continuation task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the
- array have completed.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAll.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the
- array have completed.
- The CancellationToken
- that will be assigned to the new continuation task.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The TaskScheduler
- that is used to schedule the created continuation .
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAll.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The type of the result of the antecedent .
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the
- array have completed.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The type of the result of the antecedent .
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the
- array have completed.
- The CancellationToken
- that will be assigned to the new continuation task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The type of the result of the antecedent .
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the
- array have completed.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAll.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The type of the result of the antecedent .
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the
- array have completed.
- The CancellationToken
- that will be assigned to the new continuation task.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The TaskScheduler
- that is used to schedule the created continuation .
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAll.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The array of tasks from which to continue when one task completes.
- The action delegate to execute when one task in the array completes.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The array of tasks from which to continue when one task completes.
- The action delegate to execute when one task in the array completes.
- The CancellationToken
- that will be assigned to the new continuation task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The array of tasks from which to continue when one task completes.
- The action delegate to execute when one task in the array completes.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAny.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The array of tasks from which to continue when one task completes.
- The action delegate to execute when one task in the array completes.
- The CancellationToken
- that will be assigned to the new continuation task.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The TaskScheduler
- that is used to schedule the created continuation Task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAny.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the
- array completes.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the
- array completes.
- The CancellationToken
- that will be assigned to the new continuation task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the
- array completes.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAny.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the
- array completes.
- The CancellationToken
- that will be assigned to the new continuation task.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The TaskScheduler
- that is used to schedule the created continuation .
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAny.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The type of the result of the antecedent .
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the
- array completes.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The type of the result of the antecedent .
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the
- array completes.
- The CancellationToken
- that will be assigned to the new continuation task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The type of the result of the antecedent .
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the
- array completes.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAny.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The type of the result of the antecedent .
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the
- array completes.
- The CancellationToken
- that will be assigned to the new continuation task.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The TaskScheduler
- that is used to schedule the created continuation .
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAny.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue when one task completes.
- The action delegate to execute when one task in the
- array completes.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue when one task completes.
- The action delegate to execute when one task in the
- array completes.
- The CancellationToken
- that will be assigned to the new continuation task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue when one task completes.
- The action delegate to execute when one task in the
- array completes.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAny.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue when one task completes.
- The action delegate to execute when one task in the
- array completes.
- The CancellationToken
- that will be assigned to the new continuation task.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The TaskScheduler
- that is used to schedule the created continuation .
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAny.
-
-
-
-
- Gets the default CancellationToken of this
- TaskFactory.
-
-
- This property returns the default that will be assigned to all
- tasks created by this factory unless another CancellationToken value is explicitly specified
- during the call to the factory methods.
-
-
-
-
- Gets the TaskScheduler of this
- TaskFactory.
-
-
- This property returns the default scheduler for this factory. It will be used to schedule all
- tasks unless another scheduler is explicitly specified during calls to this factory's methods.
- If null, TaskScheduler.Current
- will be used.
-
-
-
-
- Gets the TaskCreationOptions
- value of this TaskFactory.
-
-
- This property returns the default creation options for this factory. They will be used to create all
- tasks unless other options are explicitly specified during calls to this factory's methods.
-
-
-
-
- Gets the TaskContinuationOptions
- value of this TaskFactory.
-
-
- This property returns the default continuation options for this factory. They will be used to create
- all continuation tasks unless other options are explicitly specified during calls to this factory's methods.
-
-
-
-
- Represents an abstract scheduler for tasks.
-
-
-
- TaskScheduler acts as the extension point for all
- pluggable scheduling logic. This includes mechanisms such as how to schedule a task for execution, and
- how scheduled tasks should be exposed to debuggers.
-
-
- All members of the abstract type are thread-safe
- and may be used from multiple threads concurrently.
-
-
-
-
-
- Queues a Task to the scheduler.
-
-
-
- A class derived from TaskScheduler
- implements this method to accept tasks being scheduled on the scheduler.
- A typical implementation would store the task in an internal data structure, which would
- be serviced by threads that would execute those tasks at some time in the future.
-
-
- This method is only meant to be called by the .NET Framework and
- should not be called directly by the derived class. This is necessary
- for maintaining the consistency of the system.
-
-
- The Task to be queued.
- The argument is null.
-
-
-
- Determines whether the provided Task
- can be executed synchronously in this call, and if it can, executes it.
-
-
-
- A class derived from TaskScheduler implements this function to
- support inline execution of a task on a thread that initiates a wait on that task object. Inline
- execution is optional, and the request may be rejected by returning false. However, better
- scalability typically results the more tasks that can be inlined, and in fact a scheduler that
- inlines too little may be prone to deadlocks. A proper implementation should ensure that a
- request executing under the policies guaranteed by the scheduler can successfully inline. For
- example, if a scheduler uses a dedicated thread to execute tasks, any inlining requests from that
- thread should succeed.
-
-
- If a scheduler decides to perform the inline execution, it should do so by calling to the base
- TaskScheduler's
- TryExecuteTask method with the provided task object, propagating
- the return value. It may also be appropriate for the scheduler to remove an inlined task from its
- internal data structures if it decides to honor the inlining request. Note, however, that under
- some circumstances a scheduler may be asked to inline a task that was not previously provided to
- it with the method.
-
-
- The derived scheduler is responsible for making sure that the calling thread is suitable for
- executing the given task as far as its own scheduling and execution policies are concerned.
-
-
- The Task to be
- executed.
- A Boolean denoting whether or not task has previously been
- queued. If this parameter is True, then the task may have been previously queued (scheduled); if
- False, then the task is known not to have been queued, and this call is being made in order to
- execute the task inline without queueing it.
- A Boolean value indicating whether the task was executed inline.
- The argument is
- null.
- The was already
- executed.
-
-
-
- Generates an enumerable of Task instances
- currently queued to the scheduler waiting to be executed.
-
-
-
- A class derived from implements this method in order to support
- integration with debuggers. This method will only be invoked by the .NET Framework when the
- debugger requests access to the data. The enumerable returned will be traversed by debugging
- utilities to access the tasks currently queued to this scheduler, enabling the debugger to
- provide a representation of this information in the user interface.
-
-
- It is important to note that, when this method is called, all other threads in the process will
- be frozen. Therefore, it's important to avoid synchronization with other threads that may lead to
- blocking. If synchronization is necessary, the method should prefer to throw a
- than to block, which could cause a debugger to experience delays. Additionally, this method and
- the enumerable returned must not modify any globally visible state.
-
-
- The returned enumerable should never be null. If there are currently no queued tasks, an empty
- enumerable should be returned instead.
-
-
- For developers implementing a custom debugger, this method shouldn't be called directly, but
- rather this functionality should be accessed through the internal wrapper method
- GetScheduledTasksForDebugger:
- internal Task[] GetScheduledTasksForDebugger(). This method returns an array of tasks,
- rather than an enumerable. In order to retrieve a list of active schedulers, a debugger may use
- another internal method: internal static TaskScheduler[] GetTaskSchedulersForDebugger().
- This static method returns an array of all active TaskScheduler instances.
- GetScheduledTasksForDebugger then may be used on each of these scheduler instances to retrieve
- the list of scheduled tasks for each.
-
-
- An enumerable that allows traversal of tasks currently queued to this scheduler.
-
-
- This scheduler is unable to generate a list of queued tasks at this time.
-
-
-
-
- Retrieves some thread static state that can be cached and passed to multiple
- TryRunInline calls, avoiding superflous TLS fetches.
-
- A bag of TLS state (or null if none exists).
-
-
-
- Attempts to execute the target task synchronously.
-
- The task to run.
- True if the task may have been previously queued,
- false if the task was absolutely not previously queued.
- The state retrieved from GetThreadStatics
- True if it ran, false otherwise.
-
-
-
- Attempts to dequeue a Task that was previously queued to
- this scheduler.
-
- The Task to be dequeued.
- A Boolean denoting whether the argument was successfully dequeued.
- The argument is null.
-
-
-
- Notifies the scheduler that a work item has made progress.
-
-
-
-
- Initializes the .
-
-
-
-
- Frees all resources associated with this scheduler.
-
-
-
-
- Creates a
- associated with the current .
-
-
- All Task instances queued to
- the returned scheduler will be executed through a call to the
- Post method
- on that context.
-
-
- A associated with
- the current SynchronizationContext, as
- determined by SynchronizationContext.Current.
-
-
- The current SynchronizationContext may not be used as a TaskScheduler.
-
-
-
-
- Attempts to execute the provided Task
- on this scheduler.
-
-
-
- Scheduler implementations are provided with Task
- instances to be executed through either the method or the
- method. When the scheduler deems it appropriate to run the
- provided task, should be used to do so. TryExecuteTask handles all
- aspects of executing a task, including action invocation, exception handling, state management,
- and lifecycle control.
-
-
- must only be used for tasks provided to this scheduler by the .NET
- Framework infrastructure. It should not be used to execute arbitrary tasks obtained through
- custom mechanisms.
-
-
-
- A Task object to be executed.
-
- The is not associated with this scheduler.
-
- A Boolean that is true if was successfully executed, false if it
- was not. A common reason for execution failure is that the task had previously been executed or
- is in the process of being executed by another thread.
-
-
-
- Provides an array of all queued Task instances
- for the debugger.
-
-
- The returned array is populated through a call to .
- Note that this function is only meant to be invoked by a debugger remotely.
- It should not be called by any other codepaths.
-
- An array of Task instances.
-
- This scheduler is unable to generate a list of queued tasks at this time.
-
-
-
-
- Provides an array of all active TaskScheduler
- instances for the debugger.
-
-
- This function is only meant to be invoked by a debugger remotely.
- It should not be called by any other codepaths.
-
- An array of TaskScheduler instances.
-
-
-
- Registers a new TaskScheduler instance in the global collection of schedulers.
-
-
-
-
- Removes a TaskScheduler instance from the global collection of schedulers.
-
-
-
-
- Indicates the maximum concurrency level this
- is able to support.
-
-
-
-
- Indicates whether this is a custom scheduler, in which case the safe code paths will be taken upon task entry
- using a CAS to transition from queued state to executing.
-
-
-
-
- Gets the default TaskScheduler instance.
-
-
-
-
- Gets the TaskScheduler
- associated with the currently executing task.
-
-
- When not called from within a task, will return the scheduler.
-
-
-
-
- Gets the unique ID for this .
-
-
-
-
- Occurs when a faulted 's unobserved exception is about to trigger exception escalation
- policy, which, by default, would terminate the process.
-
-
- This AppDomain-wide event provides a mechanism to prevent exception
- escalation policy (which, by default, terminates the process) from triggering.
- Each handler is passed a
- instance, which may be used to examine the exception and to mark it as observed.
-
-
-
-
- Nested class that provides debugger view for TaskScheduler
-
-
-
- Default thread pool scheduler.
-
-
-
- A TaskScheduler implementation that executes all tasks queued to it through a call to
- on the
- that its associated with. The default constructor for this class binds to the current
-
-
-
-
- Constructs a SynchronizationContextTaskScheduler associated with
-
- This constructor expects to be set.
-
-
-
- Implemetation of for this scheduler class.
-
- Simply posts the tasks to be executed on the associated .
-
-
-
-
-
- Implementation of for this scheduler class.
-
- The task will be executed inline only if the call happens within
- the associated .
-
-
-
-
-
-
- Implementes the property for
- this scheduler class.
-
- By default it returns 1, because a based
- scheduler only supports execution on a single thread.
-
-
-
-
- Provides data for the event that is raised when a faulted 's
- exception goes unobserved.
-
-
- The Exception property is used to examine the exception without marking it
- as observed, whereas the method is used to mark the exception
- as observed. Marking the exception as observed prevents it from triggering exception escalation policy
- which, by default, terminates the process.
-
-
-
-
- Initializes a new instance of the class
- with the unobserved exception.
-
- The Exception that has gone unobserved.
-
-
-
- Marks the as "observed," thus preventing it
- from triggering exception escalation policy which, by default, terminates the process.
-
-
-
-
- Gets whether this exception has been marked as "observed."
-
-
-
-
- The Exception that went unobserved.
-
-
-
-
- Represents an exception used to communicate an invalid operation by a
- .
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the
- class with a specified error message.
-
- The error message that explains the reason for the exception.
-
-
-
- Initializes a new instance of the
- class using the default error message and a reference to the inner exception that is the cause of
- this exception.
-
- The exception that is the cause of the current exception.
-
-
-
- Initializes a new instance of the
- class with a specified error message and a reference to the inner exception that is the cause of
- this exception.
-
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception.
-
-
-
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl4+win8/ensureRedirect.xml b/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl4+win8/ensureRedirect.xml
deleted file mode 100644
index e69de29..0000000
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl5+win8+wp8+wpa81/System.IO.dll b/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl5+win8+wp8+wpa81/System.IO.dll
deleted file mode 100644
index 01edf72..0000000
Binary files a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl5+win8+wp8+wpa81/System.IO.dll and /dev/null differ
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl5+win8+wp8+wpa81/System.IO.xml b/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl5+win8+wp8+wpa81/System.IO.xml
deleted file mode 100644
index e832734..0000000
--- a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl5+win8+wp8+wpa81/System.IO.xml
+++ /dev/null
@@ -1,51 +0,0 @@
-
-
-
- System.IO
-
-
-
-
- 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 Found invalid data while decoding..
-
-
-
-
- The exception that is thrown when a data stream is in an invalid format.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class with a specified error message.
-
- The error message that explains the reason for the exception.
-
-
-
- Initializes a new instance of the class with a reference to the inner exception that is the cause of this exception.
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception. If the parameter is not null, the current exception is raised in a catch block that handles the inner exception.
-
-
-
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl5+win8+wp8+wpa81/System.Runtime.dll b/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl5+win8+wp8+wpa81/System.Runtime.dll
deleted file mode 100644
index 967bb30..0000000
Binary files a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl5+win8+wp8+wpa81/System.Runtime.dll and /dev/null differ
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl5+win8+wp8+wpa81/System.Runtime.xml b/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl5+win8+wp8+wpa81/System.Runtime.xml
deleted file mode 100644
index 93cb00d..0000000
--- a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl5+win8+wp8+wpa81/System.Runtime.xml
+++ /dev/null
@@ -1,56 +0,0 @@
-
-
-
- System.Runtime
-
-
-
- Defines a provider for progress updates.
- The type of progress update value.
-
-
- Reports a progress update.
- The value of the updated progress.
-
-
- Identities the async state machine type for this method.
-
-
- Identities the state machine type for this method.
-
-
- Initializes the attribute.
- The type that implements the state machine.
-
-
- Gets the type that implements the state machine.
-
-
- Initializes the attribute.
- The type that implements the state machine.
-
-
-
- Allows you to obtain the method or property name of the caller to the method.
-
-
-
-
- Allows you to obtain the line number in the source file at which the method is called.
-
-
-
-
- Allows you to obtain the full path of the source file that contains the caller.
- This is the file path at the time of compile.
-
-
-
- Identities the iterator state machine type for this method.
-
-
- Initializes the attribute.
- The type that implements the state machine.
-
-
-
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl5+win8+wp8+wpa81/System.Threading.Tasks.dll b/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl5+win8+wp8+wpa81/System.Threading.Tasks.dll
deleted file mode 100644
index b8f78da..0000000
Binary files a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl5+win8+wp8+wpa81/System.Threading.Tasks.dll and /dev/null differ
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl5+win8+wp8+wpa81/System.Threading.Tasks.xml b/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl5+win8+wp8+wpa81/System.Threading.Tasks.xml
deleted file mode 100644
index b47921e..0000000
--- a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl5+win8+wp8+wpa81/System.Threading.Tasks.xml
+++ /dev/null
@@ -1,475 +0,0 @@
-
-
-
- System.Threading.Tasks
-
-
-
- Holds state related to the builder's IAsyncStateMachine.
- This is a mutable struct. Be very delicate with it.
-
-
- A reference to the heap-allocated state machine object associated with this builder.
-
-
- Initiates the builder's execution with the associated state machine.
- Specifies the type of the state machine.
- The state machine instance, passed by reference.
- The argument is null (Nothing in Visual Basic).
-
-
- Associates the builder with the state machine it represents.
- The heap-allocated state machine object.
- The argument was null (Nothing in Visual Basic).
- The builder is incorrectly initialized.
-
-
-
- Gets the Action to use with an awaiter's OnCompleted or UnsafeOnCompleted method.
- On first invocation, the supplied state machine will be boxed.
-
- Specifies the type of the method builder used.
- Specifies the type of the state machine used.
- The builder.
- The state machine.
- An Action to provide to the awaiter.
-
-
- Provides the ability to invoke a state machine's MoveNext method under a supplied ExecutionContext.
-
-
- The context with which to run MoveNext.
-
-
- The state machine whose MoveNext method should be invoked.
-
-
- Initializes the runner.
- The context with which to run MoveNext.
-
-
- Invokes MoveNext under the provided context.
-
-
- Cached delegate used with ExecutionContext.Run.
-
-
- Invokes the MoveNext method on the supplied IAsyncStateMachine.
- The IAsyncStateMachine machine instance.
-
-
- Provides a base class used to cache tasks of a specific return type.
- Specifies the type of results the cached tasks return.
-
-
-
- A singleton cache for this result type.
- This may be null if there are no cached tasks for this TResult.
-
-
-
- Creates a non-disposable task.
- The result for the task.
- The cacheable task.
-
-
- Creates a cache.
- A task cache for this result type.
-
-
- Gets a cached task if one exists.
- The result for which we want a cached task.
- A cached task if one exists; otherwise, null.
-
-
- Provides a cache for Boolean tasks.
-
-
- A true task.
-
-
- A false task.
-
-
- Gets a cached task for the Boolean result.
- true or false
- A cached task for the Boolean result.
-
-
- Provides a cache for zero Int32 tasks.
-
-
- The minimum value, inclusive, for which we want a cached task.
-
-
- The maximum value, exclusive, for which we want a cached task.
-
-
- The cache of Task{Int32}.
-
-
- Creates an array of cached tasks for the values in the range [INCLUSIVE_MIN,EXCLUSIVE_MAX).
-
-
- Gets a cached task for the zero Int32 result.
- The integer value
- A cached task for the Int32 result or null if not cached.
-
-
- Throws the exception on the ThreadPool.
- The exception to propagate.
- The target context on which to propagate the exception. Null to use the ThreadPool.
-
-
- Copies the exception's stack trace so its stack trace isn't overwritten.
- The exception to prepare.
-
-
-
- Provides a builder for asynchronous methods that return .
- This type is intended for compiler use only.
-
-
- AsyncTaskMethodBuilder is a value type, and thus it is copied by value.
- Prior to being copied, one of its Task, SetResult, or SetException members must be accessed,
- or else the copies may end up building distinct Task instances.
-
-
-
- Represents an asynchronous method builder.
-
-
- A cached VoidTaskResult task used for builders that complete synchronously.
-
-
- The generic builder object to which this non-generic instance delegates.
-
-
- Initializes a new .
- The initialized .
-
-
- Initiates the builder's execution with the associated state machine.
- Specifies the type of the state machine.
- The state machine instance, passed by reference.
-
-
- Associates the builder with the state machine it represents.
- The heap-allocated state machine object.
- The argument was null (Nothing in Visual Basic).
- The builder is incorrectly initialized.
-
-
- Perform any initialization necessary prior to lifting the builder to the heap.
-
-
-
- Schedules the specified state machine to be pushed forward when the specified awaiter completes.
-
- Specifies the type of the awaiter.
- Specifies the type of the state machine.
- The awaiter.
- The state machine.
-
-
-
- Schedules the specified state machine to be pushed forward when the specified awaiter completes.
-
- Specifies the type of the awaiter.
- Specifies the type of the state machine.
- The awaiter.
- The state machine.
-
-
-
- Completes the in the
- RanToCompletion state.
-
- The builder is not initialized.
- The task has already completed.
-
-
-
- Completes the in the
- Faulted state with the specified exception.
-
- The to use to fault the task.
- The argument is null (Nothing in Visual Basic).
- The builder is not initialized.
- The task has already completed.
-
-
-
- Called by the debugger to request notification when the first wait operation
- (await, Wait, Result, etc.) on this builder's task completes.
-
-
- true to enable notification; false to disable a previously set notification.
-
-
-
- Gets the for this builder.
- The representing the builder's asynchronous operation.
- The builder is not initialized.
-
-
-
- Gets an object that may be used to uniquely identify this builder to the debugger.
-
-
- This property lazily instantiates the ID in a non-thread-safe manner.
- It must only be used by the debugger, and only in a single-threaded manner
- when no other threads are in the middle of accessing this property or this.Task.
-
-
-
-
- Provides a builder for asynchronous methods that return .
- This type is intended for compiler use only.
-
-
- AsyncTaskMethodBuilder{TResult} is a value type, and thus it is copied by value.
- Prior to being copied, one of its Task, SetResult, or SetException members must be accessed,
- or else the copies may end up building distinct Task instances.
-
-
-
- A cached task for default(TResult).
-
-
- State related to the IAsyncStateMachine.
-
-
- The lazily-initialized task.
- Must be named m_task for debugger step-over to work correctly.
-
-
- The lazily-initialized task completion source.
-
-
- Temporary support for disabling crashing if tasks go unobserved.
-
-
- Initializes a new .
- The initialized .
-
-
- Initiates the builder's execution with the associated state machine.
- Specifies the type of the state machine.
- The state machine instance, passed by reference.
-
-
- Associates the builder with the state machine it represents.
- The heap-allocated state machine object.
- The argument was null (Nothing in Visual Basic).
- The builder is incorrectly initialized.
-
-
- Perform any initialization necessary prior to lifting the builder to the heap.
-
-
-
- Schedules the specified state machine to be pushed forward when the specified awaiter completes.
-
- Specifies the type of the awaiter.
- Specifies the type of the state machine.
- The awaiter.
- The state machine.
-
-
-
- Schedules the specified state machine to be pushed forward when the specified awaiter completes.
-
- Specifies the type of the awaiter.
- Specifies the type of the state machine.
- The awaiter.
- The state machine.
-
-
-
- Completes the in the
- RanToCompletion state with the specified result.
-
- The result to use to complete the task.
- The task has already completed.
-
-
-
- Completes the builder by using either the supplied completed task, or by completing
- the builder's previously accessed task using default(TResult).
-
- A task already completed with the value default(TResult).
- The task has already completed.
-
-
-
- Completes the in the
- Faulted state with the specified exception.
-
- The to use to fault the task.
- The argument is null (Nothing in Visual Basic).
- The task has already completed.
-
-
-
- Called by the debugger to request notification when the first wait operation
- (await, Wait, Result, etc.) on this builder's task completes.
-
-
- true to enable notification; false to disable a previously set notification.
-
-
- This should only be invoked from within an asynchronous method,
- and only by the debugger.
-
-
-
-
- Gets a task for the specified result. This will either
- be a cached or new task, never null.
-
- The result for which we need a task.
- The completed task containing the result.
-
-
- Gets the lazily-initialized TaskCompletionSource.
-
-
- Gets the for this builder.
- The representing the builder's asynchronous operation.
-
-
-
- Gets an object that may be used to uniquely identify this builder to the debugger.
-
-
- This property lazily instantiates the ID in a non-thread-safe manner.
- It must only be used by the debugger, and only in a single-threaded manner
- when no other threads are in the middle of accessing this property or this.Task.
-
-
-
-
- Provides a builder for asynchronous methods that return void.
- This type is intended for compiler use only.
-
-
-
- The synchronization context associated with this operation.
-
-
- State related to the IAsyncStateMachine.
-
-
- An object used by the debugger to uniquely identify this builder. Lazily initialized.
-
-
- Temporary support for disabling crashing if tasks go unobserved.
-
-
- Registers with UnobservedTaskException to suppress exception crashing.
-
-
- Non-zero if PreventUnobservedTaskExceptions has already been invoked.
-
-
- Initializes a new .
- The initialized .
-
-
- Initializes the .
- The synchronizationContext associated with this operation. This may be null.
-
-
- Initiates the builder's execution with the associated state machine.
- Specifies the type of the state machine.
- The state machine instance, passed by reference.
- The argument was null (Nothing in Visual Basic).
-
-
- Associates the builder with the state machine it represents.
- The heap-allocated state machine object.
- The argument was null (Nothing in Visual Basic).
- The builder is incorrectly initialized.
-
-
- Perform any initialization necessary prior to lifting the builder to the heap.
-
-
-
- Schedules the specified state machine to be pushed forward when the specified awaiter completes.
-
- Specifies the type of the awaiter.
- Specifies the type of the state machine.
- The awaiter.
- The state machine.
-
-
-
- Schedules the specified state machine to be pushed forward when the specified awaiter completes.
-
- Specifies the type of the awaiter.
- Specifies the type of the state machine.
- The awaiter.
- The state machine.
-
-
- Completes the method builder successfully.
-
-
- Faults the method builder with an exception.
- The exception that is the cause of this fault.
- The argument is null (Nothing in Visual Basic).
- The builder is not initialized.
-
-
- Notifies the current synchronization context that the operation completed.
-
-
-
- Gets an object that may be used to uniquely identify this builder to the debugger.
-
-
- This property lazily instantiates the ID in a non-thread-safe manner.
- It must only be used by the debugger and only in a single-threaded manner.
-
-
-
-
- Represents state machines generated for asynchronous methods.
- This type is intended for compiler use only.
-
-
-
- Moves the state machine to its next state.
-
-
- Configures the state machine with a heap-allocated replica.
- The heap-allocated replica.
-
-
-
- Represents an awaiter used to schedule continuations when an await operation completes.
-
-
-
-
- Represents an operation that will schedule continuations when the operation completes.
-
-
-
- Schedules the continuation action to be invoked when the instance completes.
- The action to invoke when the operation completes.
- The argument is null (Nothing in Visual Basic).
-
-
- Schedules the continuation action to be invoked when the instance completes.
- The action to invoke when the operation completes.
- The argument is null (Nothing in Visual Basic).
- Unlike OnCompleted, UnsafeOnCompleted need not propagate ExecutionContext information.
-
-
- Used with Task(of void)
-
-
-
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl5+win8+wp8+wpa81/ensureRedirect.xml b/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+sl5+win8+wp8+wpa81/ensureRedirect.xml
deleted file mode 100644
index e69de29..0000000
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+win8+wp8+wpa81/System.IO.dll b/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+win8+wp8+wpa81/System.IO.dll
deleted file mode 100644
index 01edf72..0000000
Binary files a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+win8+wp8+wpa81/System.IO.dll and /dev/null differ
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+win8+wp8+wpa81/System.IO.xml b/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+win8+wp8+wpa81/System.IO.xml
deleted file mode 100644
index e832734..0000000
--- a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+win8+wp8+wpa81/System.IO.xml
+++ /dev/null
@@ -1,51 +0,0 @@
-
-
-
- System.IO
-
-
-
-
- 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 Found invalid data while decoding..
-
-
-
-
- The exception that is thrown when a data stream is in an invalid format.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class with a specified error message.
-
- The error message that explains the reason for the exception.
-
-
-
- Initializes a new instance of the class with a reference to the inner exception that is the cause of this exception.
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception. If the parameter is not null, the current exception is raised in a catch block that handles the inner exception.
-
-
-
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+win8+wp8+wpa81/System.Runtime.dll b/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+win8+wp8+wpa81/System.Runtime.dll
deleted file mode 100644
index 967bb30..0000000
Binary files a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+win8+wp8+wpa81/System.Runtime.dll and /dev/null differ
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+win8+wp8+wpa81/System.Runtime.xml b/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+win8+wp8+wpa81/System.Runtime.xml
deleted file mode 100644
index 93cb00d..0000000
--- a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+win8+wp8+wpa81/System.Runtime.xml
+++ /dev/null
@@ -1,56 +0,0 @@
-
-
-
- System.Runtime
-
-
-
- Defines a provider for progress updates.
- The type of progress update value.
-
-
- Reports a progress update.
- The value of the updated progress.
-
-
- Identities the async state machine type for this method.
-
-
- Identities the state machine type for this method.
-
-
- Initializes the attribute.
- The type that implements the state machine.
-
-
- Gets the type that implements the state machine.
-
-
- Initializes the attribute.
- The type that implements the state machine.
-
-
-
- Allows you to obtain the method or property name of the caller to the method.
-
-
-
-
- Allows you to obtain the line number in the source file at which the method is called.
-
-
-
-
- Allows you to obtain the full path of the source file that contains the caller.
- This is the file path at the time of compile.
-
-
-
- Identities the iterator state machine type for this method.
-
-
- Initializes the attribute.
- The type that implements the state machine.
-
-
-
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+win8+wp8+wpa81/System.Threading.Tasks.dll b/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+win8+wp8+wpa81/System.Threading.Tasks.dll
deleted file mode 100644
index b8f78da..0000000
Binary files a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+win8+wp8+wpa81/System.Threading.Tasks.dll and /dev/null differ
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+win8+wp8+wpa81/System.Threading.Tasks.xml b/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+win8+wp8+wpa81/System.Threading.Tasks.xml
deleted file mode 100644
index b47921e..0000000
--- a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+win8+wp8+wpa81/System.Threading.Tasks.xml
+++ /dev/null
@@ -1,475 +0,0 @@
-
-
-
- System.Threading.Tasks
-
-
-
- Holds state related to the builder's IAsyncStateMachine.
- This is a mutable struct. Be very delicate with it.
-
-
- A reference to the heap-allocated state machine object associated with this builder.
-
-
- Initiates the builder's execution with the associated state machine.
- Specifies the type of the state machine.
- The state machine instance, passed by reference.
- The argument is null (Nothing in Visual Basic).
-
-
- Associates the builder with the state machine it represents.
- The heap-allocated state machine object.
- The argument was null (Nothing in Visual Basic).
- The builder is incorrectly initialized.
-
-
-
- Gets the Action to use with an awaiter's OnCompleted or UnsafeOnCompleted method.
- On first invocation, the supplied state machine will be boxed.
-
- Specifies the type of the method builder used.
- Specifies the type of the state machine used.
- The builder.
- The state machine.
- An Action to provide to the awaiter.
-
-
- Provides the ability to invoke a state machine's MoveNext method under a supplied ExecutionContext.
-
-
- The context with which to run MoveNext.
-
-
- The state machine whose MoveNext method should be invoked.
-
-
- Initializes the runner.
- The context with which to run MoveNext.
-
-
- Invokes MoveNext under the provided context.
-
-
- Cached delegate used with ExecutionContext.Run.
-
-
- Invokes the MoveNext method on the supplied IAsyncStateMachine.
- The IAsyncStateMachine machine instance.
-
-
- Provides a base class used to cache tasks of a specific return type.
- Specifies the type of results the cached tasks return.
-
-
-
- A singleton cache for this result type.
- This may be null if there are no cached tasks for this TResult.
-
-
-
- Creates a non-disposable task.
- The result for the task.
- The cacheable task.
-
-
- Creates a cache.
- A task cache for this result type.
-
-
- Gets a cached task if one exists.
- The result for which we want a cached task.
- A cached task if one exists; otherwise, null.
-
-
- Provides a cache for Boolean tasks.
-
-
- A true task.
-
-
- A false task.
-
-
- Gets a cached task for the Boolean result.
- true or false
- A cached task for the Boolean result.
-
-
- Provides a cache for zero Int32 tasks.
-
-
- The minimum value, inclusive, for which we want a cached task.
-
-
- The maximum value, exclusive, for which we want a cached task.
-
-
- The cache of Task{Int32}.
-
-
- Creates an array of cached tasks for the values in the range [INCLUSIVE_MIN,EXCLUSIVE_MAX).
-
-
- Gets a cached task for the zero Int32 result.
- The integer value
- A cached task for the Int32 result or null if not cached.
-
-
- Throws the exception on the ThreadPool.
- The exception to propagate.
- The target context on which to propagate the exception. Null to use the ThreadPool.
-
-
- Copies the exception's stack trace so its stack trace isn't overwritten.
- The exception to prepare.
-
-
-
- Provides a builder for asynchronous methods that return .
- This type is intended for compiler use only.
-
-
- AsyncTaskMethodBuilder is a value type, and thus it is copied by value.
- Prior to being copied, one of its Task, SetResult, or SetException members must be accessed,
- or else the copies may end up building distinct Task instances.
-
-
-
- Represents an asynchronous method builder.
-
-
- A cached VoidTaskResult task used for builders that complete synchronously.
-
-
- The generic builder object to which this non-generic instance delegates.
-
-
- Initializes a new .
- The initialized .
-
-
- Initiates the builder's execution with the associated state machine.
- Specifies the type of the state machine.
- The state machine instance, passed by reference.
-
-
- Associates the builder with the state machine it represents.
- The heap-allocated state machine object.
- The argument was null (Nothing in Visual Basic).
- The builder is incorrectly initialized.
-
-
- Perform any initialization necessary prior to lifting the builder to the heap.
-
-
-
- Schedules the specified state machine to be pushed forward when the specified awaiter completes.
-
- Specifies the type of the awaiter.
- Specifies the type of the state machine.
- The awaiter.
- The state machine.
-
-
-
- Schedules the specified state machine to be pushed forward when the specified awaiter completes.
-
- Specifies the type of the awaiter.
- Specifies the type of the state machine.
- The awaiter.
- The state machine.
-
-
-
- Completes the in the
- RanToCompletion state.
-
- The builder is not initialized.
- The task has already completed.
-
-
-
- Completes the in the
- Faulted state with the specified exception.
-
- The to use to fault the task.
- The argument is null (Nothing in Visual Basic).
- The builder is not initialized.
- The task has already completed.
-
-
-
- Called by the debugger to request notification when the first wait operation
- (await, Wait, Result, etc.) on this builder's task completes.
-
-
- true to enable notification; false to disable a previously set notification.
-
-
-
- Gets the for this builder.
- The representing the builder's asynchronous operation.
- The builder is not initialized.
-
-
-
- Gets an object that may be used to uniquely identify this builder to the debugger.
-
-
- This property lazily instantiates the ID in a non-thread-safe manner.
- It must only be used by the debugger, and only in a single-threaded manner
- when no other threads are in the middle of accessing this property or this.Task.
-
-
-
-
- Provides a builder for asynchronous methods that return .
- This type is intended for compiler use only.
-
-
- AsyncTaskMethodBuilder{TResult} is a value type, and thus it is copied by value.
- Prior to being copied, one of its Task, SetResult, or SetException members must be accessed,
- or else the copies may end up building distinct Task instances.
-
-
-
- A cached task for default(TResult).
-
-
- State related to the IAsyncStateMachine.
-
-
- The lazily-initialized task.
- Must be named m_task for debugger step-over to work correctly.
-
-
- The lazily-initialized task completion source.
-
-
- Temporary support for disabling crashing if tasks go unobserved.
-
-
- Initializes a new .
- The initialized .
-
-
- Initiates the builder's execution with the associated state machine.
- Specifies the type of the state machine.
- The state machine instance, passed by reference.
-
-
- Associates the builder with the state machine it represents.
- The heap-allocated state machine object.
- The argument was null (Nothing in Visual Basic).
- The builder is incorrectly initialized.
-
-
- Perform any initialization necessary prior to lifting the builder to the heap.
-
-
-
- Schedules the specified state machine to be pushed forward when the specified awaiter completes.
-
- Specifies the type of the awaiter.
- Specifies the type of the state machine.
- The awaiter.
- The state machine.
-
-
-
- Schedules the specified state machine to be pushed forward when the specified awaiter completes.
-
- Specifies the type of the awaiter.
- Specifies the type of the state machine.
- The awaiter.
- The state machine.
-
-
-
- Completes the in the
- RanToCompletion state with the specified result.
-
- The result to use to complete the task.
- The task has already completed.
-
-
-
- Completes the builder by using either the supplied completed task, or by completing
- the builder's previously accessed task using default(TResult).
-
- A task already completed with the value default(TResult).
- The task has already completed.
-
-
-
- Completes the in the
- Faulted state with the specified exception.
-
- The to use to fault the task.
- The argument is null (Nothing in Visual Basic).
- The task has already completed.
-
-
-
- Called by the debugger to request notification when the first wait operation
- (await, Wait, Result, etc.) on this builder's task completes.
-
-
- true to enable notification; false to disable a previously set notification.
-
-
- This should only be invoked from within an asynchronous method,
- and only by the debugger.
-
-
-
-
- Gets a task for the specified result. This will either
- be a cached or new task, never null.
-
- The result for which we need a task.
- The completed task containing the result.
-
-
- Gets the lazily-initialized TaskCompletionSource.
-
-
- Gets the for this builder.
- The representing the builder's asynchronous operation.
-
-
-
- Gets an object that may be used to uniquely identify this builder to the debugger.
-
-
- This property lazily instantiates the ID in a non-thread-safe manner.
- It must only be used by the debugger, and only in a single-threaded manner
- when no other threads are in the middle of accessing this property or this.Task.
-
-
-
-
- Provides a builder for asynchronous methods that return void.
- This type is intended for compiler use only.
-
-
-
- The synchronization context associated with this operation.
-
-
- State related to the IAsyncStateMachine.
-
-
- An object used by the debugger to uniquely identify this builder. Lazily initialized.
-
-
- Temporary support for disabling crashing if tasks go unobserved.
-
-
- Registers with UnobservedTaskException to suppress exception crashing.
-
-
- Non-zero if PreventUnobservedTaskExceptions has already been invoked.
-
-
- Initializes a new .
- The initialized .
-
-
- Initializes the .
- The synchronizationContext associated with this operation. This may be null.
-
-
- Initiates the builder's execution with the associated state machine.
- Specifies the type of the state machine.
- The state machine instance, passed by reference.
- The argument was null (Nothing in Visual Basic).
-
-
- Associates the builder with the state machine it represents.
- The heap-allocated state machine object.
- The argument was null (Nothing in Visual Basic).
- The builder is incorrectly initialized.
-
-
- Perform any initialization necessary prior to lifting the builder to the heap.
-
-
-
- Schedules the specified state machine to be pushed forward when the specified awaiter completes.
-
- Specifies the type of the awaiter.
- Specifies the type of the state machine.
- The awaiter.
- The state machine.
-
-
-
- Schedules the specified state machine to be pushed forward when the specified awaiter completes.
-
- Specifies the type of the awaiter.
- Specifies the type of the state machine.
- The awaiter.
- The state machine.
-
-
- Completes the method builder successfully.
-
-
- Faults the method builder with an exception.
- The exception that is the cause of this fault.
- The argument is null (Nothing in Visual Basic).
- The builder is not initialized.
-
-
- Notifies the current synchronization context that the operation completed.
-
-
-
- Gets an object that may be used to uniquely identify this builder to the debugger.
-
-
- This property lazily instantiates the ID in a non-thread-safe manner.
- It must only be used by the debugger and only in a single-threaded manner.
-
-
-
-
- Represents state machines generated for asynchronous methods.
- This type is intended for compiler use only.
-
-
-
- Moves the state machine to its next state.
-
-
- Configures the state machine with a heap-allocated replica.
- The heap-allocated replica.
-
-
-
- Represents an awaiter used to schedule continuations when an await operation completes.
-
-
-
-
- Represents an operation that will schedule continuations when the operation completes.
-
-
-
- Schedules the continuation action to be invoked when the instance completes.
- The action to invoke when the operation completes.
- The argument is null (Nothing in Visual Basic).
-
-
- Schedules the continuation action to be invoked when the instance completes.
- The action to invoke when the operation completes.
- The argument is null (Nothing in Visual Basic).
- Unlike OnCompleted, UnsafeOnCompleted need not propagate ExecutionContext information.
-
-
- Used with Task(of void)
-
-
-
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+win8+wp8+wpa81/ensureRedirect.xml b/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+win8+wp8+wpa81/ensureRedirect.xml
deleted file mode 100644
index e69de29..0000000
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+win8/System.IO.dll b/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+win8/System.IO.dll
deleted file mode 100644
index 34975c7..0000000
Binary files a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+win8/System.IO.dll and /dev/null differ
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+win8/System.IO.xml b/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+win8/System.IO.xml
deleted file mode 100644
index 865aa1a..0000000
--- a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+win8/System.IO.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
- System.IO
-
-
-
-
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+win8/System.Runtime.dll b/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+win8/System.Runtime.dll
deleted file mode 100644
index 967bb30..0000000
Binary files a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+win8/System.Runtime.dll and /dev/null differ
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+win8/System.Runtime.xml b/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+win8/System.Runtime.xml
deleted file mode 100644
index 93cb00d..0000000
--- a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+win8/System.Runtime.xml
+++ /dev/null
@@ -1,56 +0,0 @@
-
-
-
- System.Runtime
-
-
-
- Defines a provider for progress updates.
- The type of progress update value.
-
-
- Reports a progress update.
- The value of the updated progress.
-
-
- Identities the async state machine type for this method.
-
-
- Identities the state machine type for this method.
-
-
- Initializes the attribute.
- The type that implements the state machine.
-
-
- Gets the type that implements the state machine.
-
-
- Initializes the attribute.
- The type that implements the state machine.
-
-
-
- Allows you to obtain the method or property name of the caller to the method.
-
-
-
-
- Allows you to obtain the line number in the source file at which the method is called.
-
-
-
-
- Allows you to obtain the full path of the source file that contains the caller.
- This is the file path at the time of compile.
-
-
-
- Identities the iterator state machine type for this method.
-
-
- Initializes the attribute.
- The type that implements the state machine.
-
-
-
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+win8/System.Threading.Tasks.dll b/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+win8/System.Threading.Tasks.dll
deleted file mode 100644
index b8f78da..0000000
Binary files a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+win8/System.Threading.Tasks.dll and /dev/null differ
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+win8/System.Threading.Tasks.xml b/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+win8/System.Threading.Tasks.xml
deleted file mode 100644
index b47921e..0000000
--- a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+win8/System.Threading.Tasks.xml
+++ /dev/null
@@ -1,475 +0,0 @@
-
-
-
- System.Threading.Tasks
-
-
-
- Holds state related to the builder's IAsyncStateMachine.
- This is a mutable struct. Be very delicate with it.
-
-
- A reference to the heap-allocated state machine object associated with this builder.
-
-
- Initiates the builder's execution with the associated state machine.
- Specifies the type of the state machine.
- The state machine instance, passed by reference.
- The argument is null (Nothing in Visual Basic).
-
-
- Associates the builder with the state machine it represents.
- The heap-allocated state machine object.
- The argument was null (Nothing in Visual Basic).
- The builder is incorrectly initialized.
-
-
-
- Gets the Action to use with an awaiter's OnCompleted or UnsafeOnCompleted method.
- On first invocation, the supplied state machine will be boxed.
-
- Specifies the type of the method builder used.
- Specifies the type of the state machine used.
- The builder.
- The state machine.
- An Action to provide to the awaiter.
-
-
- Provides the ability to invoke a state machine's MoveNext method under a supplied ExecutionContext.
-
-
- The context with which to run MoveNext.
-
-
- The state machine whose MoveNext method should be invoked.
-
-
- Initializes the runner.
- The context with which to run MoveNext.
-
-
- Invokes MoveNext under the provided context.
-
-
- Cached delegate used with ExecutionContext.Run.
-
-
- Invokes the MoveNext method on the supplied IAsyncStateMachine.
- The IAsyncStateMachine machine instance.
-
-
- Provides a base class used to cache tasks of a specific return type.
- Specifies the type of results the cached tasks return.
-
-
-
- A singleton cache for this result type.
- This may be null if there are no cached tasks for this TResult.
-
-
-
- Creates a non-disposable task.
- The result for the task.
- The cacheable task.
-
-
- Creates a cache.
- A task cache for this result type.
-
-
- Gets a cached task if one exists.
- The result for which we want a cached task.
- A cached task if one exists; otherwise, null.
-
-
- Provides a cache for Boolean tasks.
-
-
- A true task.
-
-
- A false task.
-
-
- Gets a cached task for the Boolean result.
- true or false
- A cached task for the Boolean result.
-
-
- Provides a cache for zero Int32 tasks.
-
-
- The minimum value, inclusive, for which we want a cached task.
-
-
- The maximum value, exclusive, for which we want a cached task.
-
-
- The cache of Task{Int32}.
-
-
- Creates an array of cached tasks for the values in the range [INCLUSIVE_MIN,EXCLUSIVE_MAX).
-
-
- Gets a cached task for the zero Int32 result.
- The integer value
- A cached task for the Int32 result or null if not cached.
-
-
- Throws the exception on the ThreadPool.
- The exception to propagate.
- The target context on which to propagate the exception. Null to use the ThreadPool.
-
-
- Copies the exception's stack trace so its stack trace isn't overwritten.
- The exception to prepare.
-
-
-
- Provides a builder for asynchronous methods that return .
- This type is intended for compiler use only.
-
-
- AsyncTaskMethodBuilder is a value type, and thus it is copied by value.
- Prior to being copied, one of its Task, SetResult, or SetException members must be accessed,
- or else the copies may end up building distinct Task instances.
-
-
-
- Represents an asynchronous method builder.
-
-
- A cached VoidTaskResult task used for builders that complete synchronously.
-
-
- The generic builder object to which this non-generic instance delegates.
-
-
- Initializes a new .
- The initialized .
-
-
- Initiates the builder's execution with the associated state machine.
- Specifies the type of the state machine.
- The state machine instance, passed by reference.
-
-
- Associates the builder with the state machine it represents.
- The heap-allocated state machine object.
- The argument was null (Nothing in Visual Basic).
- The builder is incorrectly initialized.
-
-
- Perform any initialization necessary prior to lifting the builder to the heap.
-
-
-
- Schedules the specified state machine to be pushed forward when the specified awaiter completes.
-
- Specifies the type of the awaiter.
- Specifies the type of the state machine.
- The awaiter.
- The state machine.
-
-
-
- Schedules the specified state machine to be pushed forward when the specified awaiter completes.
-
- Specifies the type of the awaiter.
- Specifies the type of the state machine.
- The awaiter.
- The state machine.
-
-
-
- Completes the in the
- RanToCompletion state.
-
- The builder is not initialized.
- The task has already completed.
-
-
-
- Completes the in the
- Faulted state with the specified exception.
-
- The to use to fault the task.
- The argument is null (Nothing in Visual Basic).
- The builder is not initialized.
- The task has already completed.
-
-
-
- Called by the debugger to request notification when the first wait operation
- (await, Wait, Result, etc.) on this builder's task completes.
-
-
- true to enable notification; false to disable a previously set notification.
-
-
-
- Gets the for this builder.
- The representing the builder's asynchronous operation.
- The builder is not initialized.
-
-
-
- Gets an object that may be used to uniquely identify this builder to the debugger.
-
-
- This property lazily instantiates the ID in a non-thread-safe manner.
- It must only be used by the debugger, and only in a single-threaded manner
- when no other threads are in the middle of accessing this property or this.Task.
-
-
-
-
- Provides a builder for asynchronous methods that return .
- This type is intended for compiler use only.
-
-
- AsyncTaskMethodBuilder{TResult} is a value type, and thus it is copied by value.
- Prior to being copied, one of its Task, SetResult, or SetException members must be accessed,
- or else the copies may end up building distinct Task instances.
-
-
-
- A cached task for default(TResult).
-
-
- State related to the IAsyncStateMachine.
-
-
- The lazily-initialized task.
- Must be named m_task for debugger step-over to work correctly.
-
-
- The lazily-initialized task completion source.
-
-
- Temporary support for disabling crashing if tasks go unobserved.
-
-
- Initializes a new .
- The initialized .
-
-
- Initiates the builder's execution with the associated state machine.
- Specifies the type of the state machine.
- The state machine instance, passed by reference.
-
-
- Associates the builder with the state machine it represents.
- The heap-allocated state machine object.
- The argument was null (Nothing in Visual Basic).
- The builder is incorrectly initialized.
-
-
- Perform any initialization necessary prior to lifting the builder to the heap.
-
-
-
- Schedules the specified state machine to be pushed forward when the specified awaiter completes.
-
- Specifies the type of the awaiter.
- Specifies the type of the state machine.
- The awaiter.
- The state machine.
-
-
-
- Schedules the specified state machine to be pushed forward when the specified awaiter completes.
-
- Specifies the type of the awaiter.
- Specifies the type of the state machine.
- The awaiter.
- The state machine.
-
-
-
- Completes the in the
- RanToCompletion state with the specified result.
-
- The result to use to complete the task.
- The task has already completed.
-
-
-
- Completes the builder by using either the supplied completed task, or by completing
- the builder's previously accessed task using default(TResult).
-
- A task already completed with the value default(TResult).
- The task has already completed.
-
-
-
- Completes the in the
- Faulted state with the specified exception.
-
- The to use to fault the task.
- The argument is null (Nothing in Visual Basic).
- The task has already completed.
-
-
-
- Called by the debugger to request notification when the first wait operation
- (await, Wait, Result, etc.) on this builder's task completes.
-
-
- true to enable notification; false to disable a previously set notification.
-
-
- This should only be invoked from within an asynchronous method,
- and only by the debugger.
-
-
-
-
- Gets a task for the specified result. This will either
- be a cached or new task, never null.
-
- The result for which we need a task.
- The completed task containing the result.
-
-
- Gets the lazily-initialized TaskCompletionSource.
-
-
- Gets the for this builder.
- The representing the builder's asynchronous operation.
-
-
-
- Gets an object that may be used to uniquely identify this builder to the debugger.
-
-
- This property lazily instantiates the ID in a non-thread-safe manner.
- It must only be used by the debugger, and only in a single-threaded manner
- when no other threads are in the middle of accessing this property or this.Task.
-
-
-
-
- Provides a builder for asynchronous methods that return void.
- This type is intended for compiler use only.
-
-
-
- The synchronization context associated with this operation.
-
-
- State related to the IAsyncStateMachine.
-
-
- An object used by the debugger to uniquely identify this builder. Lazily initialized.
-
-
- Temporary support for disabling crashing if tasks go unobserved.
-
-
- Registers with UnobservedTaskException to suppress exception crashing.
-
-
- Non-zero if PreventUnobservedTaskExceptions has already been invoked.
-
-
- Initializes a new .
- The initialized .
-
-
- Initializes the .
- The synchronizationContext associated with this operation. This may be null.
-
-
- Initiates the builder's execution with the associated state machine.
- Specifies the type of the state machine.
- The state machine instance, passed by reference.
- The argument was null (Nothing in Visual Basic).
-
-
- Associates the builder with the state machine it represents.
- The heap-allocated state machine object.
- The argument was null (Nothing in Visual Basic).
- The builder is incorrectly initialized.
-
-
- Perform any initialization necessary prior to lifting the builder to the heap.
-
-
-
- Schedules the specified state machine to be pushed forward when the specified awaiter completes.
-
- Specifies the type of the awaiter.
- Specifies the type of the state machine.
- The awaiter.
- The state machine.
-
-
-
- Schedules the specified state machine to be pushed forward when the specified awaiter completes.
-
- Specifies the type of the awaiter.
- Specifies the type of the state machine.
- The awaiter.
- The state machine.
-
-
- Completes the method builder successfully.
-
-
- Faults the method builder with an exception.
- The exception that is the cause of this fault.
- The argument is null (Nothing in Visual Basic).
- The builder is not initialized.
-
-
- Notifies the current synchronization context that the operation completed.
-
-
-
- Gets an object that may be used to uniquely identify this builder to the debugger.
-
-
- This property lazily instantiates the ID in a non-thread-safe manner.
- It must only be used by the debugger and only in a single-threaded manner.
-
-
-
-
- Represents state machines generated for asynchronous methods.
- This type is intended for compiler use only.
-
-
-
- Moves the state machine to its next state.
-
-
- Configures the state machine with a heap-allocated replica.
- The heap-allocated replica.
-
-
-
- Represents an awaiter used to schedule continuations when an await operation completes.
-
-
-
-
- Represents an operation that will schedule continuations when the operation completes.
-
-
-
- Schedules the continuation action to be invoked when the instance completes.
- The action to invoke when the operation completes.
- The argument is null (Nothing in Visual Basic).
-
-
- Schedules the continuation action to be invoked when the instance completes.
- The action to invoke when the operation completes.
- The argument is null (Nothing in Visual Basic).
- Unlike OnCompleted, UnsafeOnCompleted need not propagate ExecutionContext information.
-
-
- Used with Task(of void)
-
-
-
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+win8/ensureRedirect.xml b/packages/Microsoft.Bcl.1.1.8/lib/portable-net40+win8/ensureRedirect.xml
deleted file mode 100644
index e69de29..0000000
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/portable-net45+win8+wp8+wpa81/_._ b/packages/Microsoft.Bcl.1.1.8/lib/portable-net45+win8+wp8+wpa81/_._
deleted file mode 100644
index e69de29..0000000
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/portable-net45+win8+wpa81/_._ b/packages/Microsoft.Bcl.1.1.8/lib/portable-net45+win8+wpa81/_._
deleted file mode 100644
index e69de29..0000000
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/portable-net451+win81+wpa81/_._ b/packages/Microsoft.Bcl.1.1.8/lib/portable-net451+win81+wpa81/_._
deleted file mode 100644
index e69de29..0000000
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/portable-net451+win81/_._ b/packages/Microsoft.Bcl.1.1.8/lib/portable-net451+win81/_._
deleted file mode 100644
index e69de29..0000000
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/portable-win81+wp81+wpa81/_._ b/packages/Microsoft.Bcl.1.1.8/lib/portable-win81+wp81+wpa81/_._
deleted file mode 100644
index e69de29..0000000
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/sl4-windowsphone71/System.IO.dll b/packages/Microsoft.Bcl.1.1.8/lib/sl4-windowsphone71/System.IO.dll
deleted file mode 100644
index 01edf72..0000000
Binary files a/packages/Microsoft.Bcl.1.1.8/lib/sl4-windowsphone71/System.IO.dll and /dev/null differ
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/sl4-windowsphone71/System.IO.xml b/packages/Microsoft.Bcl.1.1.8/lib/sl4-windowsphone71/System.IO.xml
deleted file mode 100644
index e832734..0000000
--- a/packages/Microsoft.Bcl.1.1.8/lib/sl4-windowsphone71/System.IO.xml
+++ /dev/null
@@ -1,51 +0,0 @@
-
-
-
- System.IO
-
-
-
-
- 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 Found invalid data while decoding..
-
-
-
-
- The exception that is thrown when a data stream is in an invalid format.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class with a specified error message.
-
- The error message that explains the reason for the exception.
-
-
-
- Initializes a new instance of the class with a reference to the inner exception that is the cause of this exception.
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception. If the parameter is not null, the current exception is raised in a catch block that handles the inner exception.
-
-
-
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/sl4-windowsphone71/System.Runtime.dll b/packages/Microsoft.Bcl.1.1.8/lib/sl4-windowsphone71/System.Runtime.dll
deleted file mode 100644
index 57e1063..0000000
Binary files a/packages/Microsoft.Bcl.1.1.8/lib/sl4-windowsphone71/System.Runtime.dll and /dev/null differ
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/sl4-windowsphone71/System.Runtime.xml b/packages/Microsoft.Bcl.1.1.8/lib/sl4-windowsphone71/System.Runtime.xml
deleted file mode 100644
index 53f5bef..0000000
--- a/packages/Microsoft.Bcl.1.1.8/lib/sl4-windowsphone71/System.Runtime.xml
+++ /dev/null
@@ -1,860 +0,0 @@
-
-
-
- System.Runtime
-
-
-
-
- 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 Argument must be of type {0}..
-
-
-
-
- Looks up a localized string similar to The last element of an eight element tuple must be a Tuple..
-
-
-
-
- Defines methods to support the comparison of objects for structural equality.
-
-
-
-
- Determines whether an object is structurally equal to the current instance.
-
- The object to compare with the current instance.
- An object that determines whether the current instance and other are equal.
- true if the two objects are equal; otherwise, false.
-
-
-
- Returns a hash code for the current instance.
-
- An object that computes the hash code of the current object.
- The hash code for the current instance.
-
-
-
- Supports the structural comparison of collection objects.
-
-
-
-
- Determines whether the current collection object precedes, occurs in the same position as, or follows another object in the sort order.
-
- The object to compare with the current instance.
- An object that compares members of the current collection object with the corresponding members of other.
- An integer that indicates the relationship of the current collection object to other.
-
- This instance and other are not the same type.
-
-
-
-
- Encapsulates a method that has five parameters and returns a value of the type specified by the TResult parameter.
-
- The type of the first parameter of the method that this delegate encapsulates.
- The type of the second parameter of the method that this delegate encapsulates.
- The type of the third parameter of the method that this delegate encapsulates.
- The type of the fourth parameter of the method that this delegate encapsulates.
- The type of the fifth parameter of the method that this delegate encapsulates.
- The type of the return value of the method that this delegate encapsulates.
- The first parameter of the method that this delegate encapsulates.
- The second parameter of the method that this delegate encapsulates.
- The third parameter of the method that this delegate encapsulates.
- The fourth parameter of the method that this delegate encapsulates.
- The fifth parameter of the method that this delegate encapsulates.
- The return value of the method that this delegate encapsulates.
-
-
- Defines a provider for progress updates.
- The type of progress update value.
-
-
- Reports a progress update.
- The value of the updated progress.
-
-
- Identities the async state machine type for this method.
-
-
- Identities the state machine type for this method.
-
-
- Initializes the attribute.
- The type that implements the state machine.
-
-
- Gets the type that implements the state machine.
-
-
- Initializes the attribute.
- The type that implements the state machine.
-
-
-
- Allows you to obtain the method or property name of the caller to the method.
-
-
-
-
- Allows you to obtain the line number in the source file at which the method is called.
-
-
-
-
- Allows you to obtain the full path of the source file that contains the caller.
- This is the file path at the time of compile.
-
-
-
- Identities the iterator state machine type for this method.
-
-
- Initializes the attribute.
- The type that implements the state machine.
-
-
-
- Helper so we can call some tuple methods recursively without knowing the underlying types.
-
-
-
-
- Provides static methods for creating tuple objects.
-
-
-
-
- Creates a new 1-tuple, or singleton.
-
- The type of the only component of the tuple.
- The value of the only component of the tuple.
- A tuple whose value is (item1).
-
-
-
- Creates a new 3-tuple, or pair.
-
- The type of the first component of the tuple.
- The type of the second component of the tuple.
- The value of the first component of the tuple.
- The value of the second component of the tuple.
- An 2-tuple (pair) whose value is (item1, item2).
-
-
-
- Creates a new 3-tuple, or triple.
-
- The type of the first component of the tuple.
- The type of the second component of the tuple.
- The type of the third component of the tuple.
- The value of the first component of the tuple.
- The value of the second component of the tuple.
- The value of the third component of the tuple.
- An 3-tuple (triple) whose value is (item1, item2, item3).
-
-
-
- Creates a new 4-tuple, or quadruple.
-
- The type of the first component of the tuple.
- The type of the second component of the tuple.
- The type of the third component of the tuple.
- The type of the fourth component of the tuple.
- The value of the first component of the tuple.
- The value of the second component of the tuple.
- The value of the third component of the tuple.
- The value of the fourth component of the tuple.
- An 4-tuple (quadruple) whose value is (item1, item2, item3, item4).
-
-
-
- Creates a new 5-tuple, or quintuple.
-
- The type of the first component of the tuple.
- The type of the second component of the tuple.
- The type of the third component of the tuple.
- The type of the fourth component of the tuple.
- The type of the fifth component of the tuple.
- The value of the first component of the tuple.
- The value of the second component of the tuple.
- The value of the third component of the tuple.
- The value of the fourth component of the tuple.
- The value of the fifth component of the tuple.
- An 5-tuple (quintuple) whose value is (item1, item2, item3, item4, item5).
-
-
-
- Creates a new 6-tuple, or sextuple.
-
- The type of the first component of the tuple.
- The type of the second component of the tuple.
- The type of the third component of the tuple.
- The type of the fourth component of the tuple.
- The type of the fifth component of the tuple.
- The type of the sixth component of the tuple.
- The value of the first component of the tuple.
- The value of the second component of the tuple.
- The value of the third component of the tuple.
- The value of the fourth component of the tuple.
- The value of the fifth component of the tuple.
- The value of the sixth component of the tuple.
- An 6-tuple (sextuple) whose value is (item1, item2, item3, item4, item5, item6).
-
-
-
- Creates a new 7-tuple, or septuple.
-
- The type of the first component of the tuple.
- The type of the second component of the tuple.
- The type of the third component of the tuple.
- The type of the fourth component of the tuple.
- The type of the fifth component of the tuple.
- The type of the sixth component of the tuple.
- The type of the seventh component of the tuple.
- The value of the first component of the tuple.
- The value of the second component of the tuple.
- The value of the third component of the tuple.
- The value of the fourth component of the tuple.
- The value of the fifth component of the tuple.
- The value of the sixth component of the tuple.
- The value of the seventh component of the tuple.
- An 7-tuple (septuple) whose value is (item1, item2, item3, item4, item5, item6, item7).
-
-
-
- Creates a new 8-tuple, or octuple.
-
- The type of the first component of the tuple.
- The type of the second component of the tuple.
- The type of the third component of the tuple.
- The type of the fourth component of the tuple.
- The type of the fifth component of the tuple.
- The type of the sixth component of the tuple.
- The type of the seventh component of the tuple.
- The type of the eighth component of the tuple.
- The value of the first component of the tuple.
- The value of the second component of the tuple.
- The value of the third component of the tuple.
- The value of the fourth component of the tuple.
- The value of the fifth component of the tuple.
- The value of the sixth component of the tuple.
- The value of the seventh component of the tuple.
- The value of the eighth component of the tuple.
- An 8-tuple (octuple) whose value is (item1, item2, item3, item4, item5, item6, item7, item8).
-
-
-
- Represents a 1-tuple, or singleton.
-
- The type of the tuple's only component.
-
-
-
- Initializes a new instance of the class.
-
- The value of the current tuple object's single component.
-
-
-
- Returns a value that indicates whether the current tuple object is equal to a specified object.
-
- The object to compare with this instance.
- true if the current instance is equal to the specified object; otherwise, false.
-
-
-
- Calculates the hash code for the current tuple object.
-
- A 32-bit signed integer hash code.
-
-
-
- Returns a string that represents the value of this tuple instance.
-
- The string representation of this tuple object.
-
-
-
- Gets the value of the tuple object's single component.
-
-
- The value of the current tuple object's single component.
-
-
-
-
- Represents an 2-tuple, or pair.
-
- The type of the first component of the tuple.
- The type of the second component of the tuple.
-
-
-
- Initializes a new instance of the class.
-
- The value of the first component of the tuple.
- The value of the second component of the tuple.
-
-
-
- Returns a value that indicates whether the current tuple object is equal to a specified object.
-
- The object to compare with this instance.
- true if the current instance is equal to the specified object; otherwise, false.
-
-
-
- Calculates the hash code for the current tuple object.
-
- A 32-bit signed integer hash code.
-
-
-
- Returns a string that represents the value of this tuple instance.
-
- The string representation of this tuple object.
-
-
-
- Gets the value of the current tuple object's first component.
-
-
- The value of the current tuple object's first component.
-
-
-
-
- Gets the value of the current tuple object's second component.
-
-
- The value of the current tuple object's second component.
-
-
-
-
- Represents an 3-tuple, or triple.
-
- The type of the first component of the tuple.
- The type of the second component of the tuple.
- The type of the third component of the tuple.
-
-
-
- Initializes a new instance of the class.
-
- The value of the first component of the tuple.
- The value of the second component of the tuple.
- The value of the third component of the tuple.
-
-
-
- Returns a value that indicates whether the current tuple object is equal to a specified object.
-
- The object to compare with this instance.
- true if the current instance is equal to the specified object; otherwise, false.
-
-
-
- Calculates the hash code for the current tuple object.
-
- A 32-bit signed integer hash code.
-
-
-
- Returns a string that represents the value of this tuple instance.
-
- The string representation of this tuple object.
-
-
-
- Gets the value of the current tuple object's first component.
-
-
- The value of the current tuple object's first component.
-
-
-
-
- Gets the value of the current tuple object's second component.
-
-
- The value of the current tuple object's second component.
-
-
-
-
- Gets the value of the current tuple object's third component.
-
-
- The value of the current tuple object's third component.
-
-
-
-
- Represents an 4-tuple, or quadruple.
-
- The type of the first component of the tuple.
- The type of the second component of the tuple.
- The type of the third component of the tuple.
- The type of the fourth component of the tuple.
-
-
-
- Initializes a new instance of the class.
-
- The value of the first component of the tuple.
- The value of the second component of the tuple.
- The value of the third component of the tuple.
- The value of the fourth component of the tuple.
-
-
-
- Returns a value that indicates whether the current tuple object is equal to a specified object.
-
- The object to compare with this instance.
- true if the current instance is equal to the specified object; otherwise, false.
-
-
-
- Calculates the hash code for the current tuple object.
-
- A 32-bit signed integer hash code.
-
-
-
- Returns a string that represents the value of this tuple instance.
-
- The string representation of this tuple object.
-
-
-
- Gets the value of the current tuple object's first component.
-
-
- The value of the current tuple object's first component.
-
-
-
-
- Gets the value of the current tuple object's second component.
-
-
- The value of the current tuple object's second component.
-
-
-
-
- Gets the value of the current tuple object's third component.
-
-
- The value of the current tuple object's third component.
-
-
-
-
- Gets the value of the current tuple object's fourth component.
-
-
- The value of the current tuple object's fourth component.
-
-
-
-
- Represents an 5-tuple, or quintuple.
-
- The type of the first component of the tuple.
- The type of the second component of the tuple.
- The type of the third component of the tuple.
- The type of the fourth component of the tuple.
- The type of the fifth component of the tuple.
-
-
-
- Initializes a new instance of the class.
-
- The value of the first component of the tuple.
- The value of the second component of the tuple.
- The value of the third component of the tuple.
- The value of the fourth component of the tuple.
- The value of the fifth component of the tuple.
-
-
-
- Returns a value that indicates whether the current tuple object is equal to a specified object.
-
- The object to compare with this instance.
- true if the current instance is equal to the specified object; otherwise, false.
-
-
-
- Calculates the hash code for the current tuple object.
-
- A 32-bit signed integer hash code.
-
-
-
- Returns a string that represents the value of this tuple instance.
-
- The string representation of this tuple object.
-
-
-
- Gets the value of the current tuple object's first component.
-
-
- The value of the current tuple object's first component.
-
-
-
-
- Gets the value of the current tuple object's second component.
-
-
- The value of the current tuple object's second component.
-
-
-
-
- Gets the value of the current tuple object's third component.
-
-
- The value of the current tuple object's third component.
-
-
-
-
- Gets the value of the current tuple object's fourth component.
-
-
- The value of the current tuple object's fourth component.
-
-
-
-
- Gets the value of the current tuple object's fifth component.
-
-
- The value of the current tuple object's fifth component.
-
-
-
-
- Represents an 6-tuple, or sextuple.
-
- The type of the first component of the tuple.
- The type of the second component of the tuple.
- The type of the third component of the tuple.
- The type of the fourth component of the tuple.
- The type of the fifth component of the tuple.
- The type of the sixth component of the tuple.
-
-
-
- Initializes a new instance of the class.
-
- The value of the first component of the tuple.
- The value of the second component of the tuple.
- The value of the third component of the tuple.
- The value of the fourth component of the tuple.
- The value of the fifth component of the tuple.
- The value of the sixth component of the tuple.
-
-
-
- Returns a value that indicates whether the current tuple object is equal to a specified object.
-
- The object to compare with this instance.
- true if the current instance is equal to the specified object; otherwise, false.
-
-
-
- Calculates the hash code for the current tuple object.
-
- A 32-bit signed integer hash code.
-
-
-
- Returns a string that represents the value of this tuple instance.
-
- The string representation of this tuple object.
-
-
-
- Gets the value of the current tuple object's first component.
-
-
- The value of the current tuple object's first component.
-
-
-
-
- Gets the value of the current tuple object's second component.
-
-
- The value of the current tuple object's second component.
-
-
-
-
- Gets the value of the current tuple object's third component.
-
-
- The value of the current tuple object's third component.
-
-
-
-
- Gets the value of the current tuple object's fourth component.
-
-
- The value of the current tuple object's fourth component.
-
-
-
-
- Gets the value of the current tuple object's fifth component.
-
-
- The value of the current tuple object's fifth component.
-
-
-
-
- Gets the value of the current tuple object's sixth component.
-
-
- The value of the current tuple object's sixth component.
-
-
-
-
- Represents an 7-tuple, or septuple.
-
- The type of the first component of the tuple.
- The type of the second component of the tuple.
- The type of the third component of the tuple.
- The type of the fourth component of the tuple.
- The type of the fifth component of the tuple.
- The type of the sixth component of the tuple.
- The type of the seventh component of the tuple.
-
-
-
- Initializes a new instance of the class.
-
- The value of the first component of the tuple.
- The value of the second component of the tuple.
- The value of the third component of the tuple.
- The value of the fourth component of the tuple.
- The value of the fifth component of the tuple.
- The value of the sixth component of the tuple.
- The value of the seventh component of the tuple.
-
-
-
- Returns a value that indicates whether the current tuple object is equal to a specified object.
-
- The object to compare with this instance.
- true if the current instance is equal to the specified object; otherwise, false.
-
-
-
- Calculates the hash code for the current tuple object.
-
- A 32-bit signed integer hash code.
-
-
-
- Returns a string that represents the value of this tuple instance.
-
- The string representation of this tuple object.
-
-
-
- Gets the value of the current tuple object's first component.
-
-
- The value of the current tuple object's first component.
-
-
-
-
- Gets the value of the current tuple object's second component.
-
-
- The value of the current tuple object's second component.
-
-
-
-
- Gets the value of the current tuple object's third component.
-
-
- The value of the current tuple object's third component.
-
-
-
-
- Gets the value of the current tuple object's fourth component.
-
-
- The value of the current tuple object's fourth component.
-
-
-
-
- Gets the value of the current tuple object's fifth component.
-
-
- The value of the current tuple object's fifth component.
-
-
-
-
- Gets the value of the current tuple object's sixth component.
-
-
- The value of the current tuple object's sixth component.
-
-
-
-
- Gets the value of the current tuple object's seventh component.
-
-
- The value of the current tuple object's seventh component.
-
-
-
-
- Represents an n-tuple, where n is 8 or greater.
-
- The type of the first component of the tuple.
- The type of the second component of the tuple.
- The type of the third component of the tuple.
- The type of the fourth component of the tuple.
- The type of the fifth component of the tuple.
- The type of the sixth component of the tuple.
- The type of the seventh component of the tuple.
- Any generic Tuple object that defines the types of the tuple's remaining components.
-
-
-
- Initializes a new instance of the class.
-
- The value of the first component of the tuple.
- The value of the second component of the tuple.
- The value of the third component of the tuple.
- The value of the fourth component of the tuple.
- The value of the fifth component of the tuple.
- The value of the sixth component of the tuple.
- The value of the seventh component of the tuple.
- Any generic Tuple object that contains the values of the tuple's remaining components.
-
- rest is not a generic Tuple object.
-
-
-
-
- Returns a value that indicates whether the current tuple object is equal to a specified object.
-
- The object to compare with this instance.
- true if the current instance is equal to the specified object; otherwise, false.
-
-
-
- Calculates the hash code for the current tuple object.
-
- A 32-bit signed integer hash code.
-
-
-
- Returns a string that represents the value of this tuple instance.
-
- The string representation of this tuple object.
-
-
-
- Gets the value of the current tuple object's first component.
-
-
- The value of the current tuple object's first component.
-
-
-
-
- Gets the value of the current tuple object's second component.
-
-
- The value of the current tuple object's second component.
-
-
-
-
- Gets the value of the current tuple object's third component.
-
-
- The value of the current tuple object's third component.
-
-
-
-
- Gets the value of the current tuple object's fourth component.
-
-
- The value of the current tuple object's fourth component.
-
-
-
-
- Gets the value of the current tuple object's fifth component.
-
-
- The value of the current tuple object's fifth component.
-
-
-
-
- Gets the value of the current tuple object's sixth component.
-
-
- The value of the current tuple object's sixth component.
-
-
-
-
- Gets the value of the current tuple object's seventh component.
-
-
- The value of the current tuple object's seventh component.
-
-
-
-
- Gets the current tuple object's remaining components.
-
-
- The value of the current tuple object's remaining components.
-
-
-
-
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/sl4-windowsphone71/System.Threading.Tasks.dll b/packages/Microsoft.Bcl.1.1.8/lib/sl4-windowsphone71/System.Threading.Tasks.dll
deleted file mode 100644
index 03d08ad..0000000
Binary files a/packages/Microsoft.Bcl.1.1.8/lib/sl4-windowsphone71/System.Threading.Tasks.dll and /dev/null differ
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/sl4-windowsphone71/System.Threading.Tasks.xml b/packages/Microsoft.Bcl.1.1.8/lib/sl4-windowsphone71/System.Threading.Tasks.xml
deleted file mode 100644
index 6c77012..0000000
--- a/packages/Microsoft.Bcl.1.1.8/lib/sl4-windowsphone71/System.Threading.Tasks.xml
+++ /dev/null
@@ -1,8969 +0,0 @@
-
-
-
- System.Threading.Tasks
-
-
-
- Represents one or more errors that occur during application execution.
-
- is used to consolidate multiple failures into a single, throwable
- exception object.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class with
- a specified error message.
-
- The error message that explains the reason for the exception.
-
-
-
- Initializes a new instance of the class with a specified error
- message and a reference to the inner exception that is the cause of this exception.
-
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception.
- The argument
- is null.
-
-
-
- Initializes a new instance of the class with
- references to the inner exceptions that are the cause of this exception.
-
- The exceptions that are the cause of the current exception.
- The argument
- is null.
- An element of is
- null.
-
-
-
- Initializes a new instance of the class with
- references to the inner exceptions that are the cause of this exception.
-
- The exceptions that are the cause of the current exception.
- The argument
- is null.
- An element of is
- null.
-
-
-
- Initializes a new instance of the class with a specified error
- message and references to the inner exceptions that are the cause of this exception.
-
- The error message that explains the reason for the exception.
- The exceptions that are the cause of the current exception.
- The argument
- is null.
- An element of is
- null.
-
-
-
- Initializes a new instance of the class with a specified error
- message and references to the inner exceptions that are the cause of this exception.
-
- The error message that explains the reason for the exception.
- The exceptions that are the cause of the current exception.
- The argument
- is null.
- An element of is
- null.
-
-
-
- Allocates a new aggregate exception with the specified message and list of inner exceptions.
-
- The error message that explains the reason for the exception.
- The exceptions that are the cause of the current exception.
- The argument
- is null.
- An element of is
- null.
-
-
-
- Returns the that is the root cause of this exception.
-
-
-
-
- Invokes a handler on each contained by this .
-
- The predicate to execute for each exception. The predicate accepts as an
- argument the to be processed and returns a Boolean to indicate
- whether the exception was handled.
-
- Each invocation of the returns true or false to indicate whether the
- was handled. After all invocations, if any exceptions went
- unhandled, all unhandled exceptions will be put into a new
- which will be thrown. Otherwise, the method simply returns. If any
- invocations of the throws an exception, it will halt the processing
- of any more exceptions and immediately propagate the thrown exception as-is.
-
- An exception contained by this was not handled.
- The argument is
- null.
-
-
-
- Flattens an instances into a single, new instance.
-
- A new, flattened .
-
- If any inner exceptions are themselves instances of
- , this method will recursively flatten all of them. The
- inner exceptions returned in the new
- will be the union of all of the the inner exceptions from exception tree rooted at the provided
- instance.
-
-
-
-
- Creates and returns a string representation of the current .
-
- A string representation of the current exception.
-
-
-
- Gets a read-only collection of the instances that caused the
- current exception.
-
-
-
-
- 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 One or more errors occurred..
-
-
-
-
- Looks up a localized string similar to An element of innerExceptions was null..
-
-
-
-
- Looks up a localized string similar to {0}{1}---> (Inner Exception #{2}) {3}{4}{5}.
-
-
-
-
- Looks up a localized string similar to No tokens were supplied..
-
-
-
-
- Looks up a localized string similar to The CancellationTokenSource associated with this CancellationToken has been disposed..
-
-
-
-
- Looks up a localized string similar to The CancellationTokenSource has been disposed..
-
-
-
-
- Looks up a localized string similar to The SyncRoot property may not be used for the synchronization of concurrent collections..
-
-
-
-
- Looks up a localized string similar to The array is multidimensional, or the type parameter for the set cannot be cast automatically to the type of the destination array..
-
-
-
-
- Looks up a localized string similar to The index is equal to or greater than the length of the array, or the number of elements in the dictionary is greater than the available space from index to the end of the destination array..
-
-
-
-
- Looks up a localized string similar to The capacity argument must be greater than or equal to zero..
-
-
-
-
- Looks up a localized string similar to The concurrencyLevel argument must be positive..
-
-
-
-
- Looks up a localized string similar to The index argument is less than zero..
-
-
-
-
- Looks up a localized string similar to TKey is a reference type and item.Key is null..
-
-
-
-
- Looks up a localized string similar to The key already existed in the dictionary..
-
-
-
-
- Looks up a localized string similar to The source argument contains duplicate keys..
-
-
-
-
- Looks up a localized string similar to The key was of an incorrect type for this dictionary..
-
-
-
-
- Looks up a localized string similar to The value was of an incorrect type for this dictionary..
-
-
-
-
- Looks up a localized string similar to The lazily-initialized type does not have a public, parameterless constructor..
-
-
-
-
- Looks up a localized string similar to ValueFactory returned null..
-
-
-
-
- Looks up a localized string similar to The spinCount argument must be in the range 0 to {0}, inclusive..
-
-
-
-
- Looks up a localized string similar to There are too many threads currently waiting on the event. A maximum of {0} waiting threads are supported..
-
-
-
-
- Looks up a localized string similar to The event has been disposed..
-
-
-
-
- Looks up a localized string similar to The operation was canceled..
-
-
-
-
- Looks up a localized string similar to The condition argument is null..
-
-
-
-
- Looks up a localized string similar to The timeout must represent a value between -1 and Int32.MaxValue, inclusive..
-
-
-
-
- Looks up a localized string similar to The specified TaskContinuationOptions combined LongRunning and ExecuteSynchronously. Synchronous continuations should not be long running..
-
-
-
-
- Looks up a localized string similar to The specified TaskContinuationOptions excluded all continuation kinds..
-
-
-
-
- Looks up a localized string similar to (Internal)An attempt was made to create a LongRunning SelfReplicating task..
-
-
-
-
- Looks up a localized string similar to The value needs to translate in milliseconds to -1 (signifying an infinite timeout), 0 or a positive integer less than or equal to Int32.MaxValue..
-
-
-
-
- Looks up a localized string similar to The value needs to be either -1 (signifying an infinite timeout), 0 or a positive integer..
-
-
-
-
- Looks up a localized string similar to A task may only be disposed if it is in a completion state (RanToCompletion, Faulted or Canceled)..
-
-
-
-
- Looks up a localized string similar to It is invalid to specify TaskCreationOptions.LongRunning in calls to FromAsync..
-
-
-
-
- Looks up a localized string similar to It is invalid to specify TaskCreationOptions.PreferFairness in calls to FromAsync..
-
-
-
-
- Looks up a localized string similar to It is invalid to specify TaskCreationOptions.SelfReplicating in calls to FromAsync..
-
-
-
-
- Looks up a localized string similar to FromAsync was called with a TaskManager that had already shut down..
-
-
-
-
- Looks up a localized string similar to The tasks argument contains no tasks..
-
-
-
-
- Looks up a localized string similar to It is invalid to exclude specific continuation kinds for continuations off of multiple tasks..
-
-
-
-
- Looks up a localized string similar to The tasks argument included a null value..
-
-
-
-
- Looks up a localized string similar to RunSynchronously may not be called on a task that was already started..
-
-
-
-
- Looks up a localized string similar to RunSynchronously may not be called on a continuation task..
-
-
-
-
- Looks up a localized string similar to RunSynchronously may not be called on a task not bound to a delegate, such as the task returned from an asynchronous method..
-
-
-
-
- Looks up a localized string similar to RunSynchronously may not be called on a task that has already completed..
-
-
-
-
- Looks up a localized string similar to Start may not be called on a task that was already started..
-
-
-
-
- Looks up a localized string similar to Start may not be called on a continuation task..
-
-
-
-
- Looks up a localized string similar to Start may not be called on a task with null action..
-
-
-
-
- Looks up a localized string similar to Start may not be called on a promise-style task..
-
-
-
-
- Looks up a localized string similar to Start may not be called on a task that has completed..
-
-
-
-
- Looks up a localized string similar to The task has been disposed..
-
-
-
-
- Looks up a localized string similar to The tasks array included at least one null element..
-
-
-
-
- Looks up a localized string similar to The awaited task has not yet completed..
-
-
-
-
- Looks up a localized string similar to A task was canceled..
-
-
-
-
- Looks up a localized string similar to The exceptions collection was empty..
-
-
-
-
- Looks up a localized string similar to The exceptions collection included at least one null element..
-
-
-
-
- Looks up a localized string similar to A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread..
-
-
-
-
- Looks up a localized string similar to (Internal)Expected an Exception or an IEnumerable<Exception>.
-
-
-
-
- Looks up a localized string similar to ExecuteTask may not be called for a task which was already executed..
-
-
-
-
- Looks up a localized string similar to ExecuteTask may not be called for a task which was previously queued to a different TaskScheduler..
-
-
-
-
- Looks up a localized string similar to The current SynchronizationContext may not be used as a TaskScheduler..
-
-
-
-
- Looks up a localized string similar to The TryExecuteTaskInline call to the underlying scheduler succeeded, but the task body was not invoked..
-
-
-
-
- Looks up a localized string similar to An exception was thrown by a TaskScheduler..
-
-
-
-
- Looks up a localized string similar to It is invalid to specify TaskCreationOptions.SelfReplicating for a Task<TResult>..
-
-
-
-
- Looks up a localized string similar to {Not yet computed}.
-
-
-
-
- Looks up a localized string similar to A task's Exception may only be set directly if the task was created without a function..
-
-
-
-
- Looks up a localized string similar to An attempt was made to transition a task to a final state when it had already completed..
-
-
-
-
- Represents a thread-safe collection of keys and values.
-
- The type of the keys in the dictionary.
- The type of the values in the dictionary.
-
- All public and protected members of are thread-safe and may be used
- concurrently from multiple threads.
-
-
-
-
- Initializes a new instance of the
- class that is empty, has the default concurrency level, has the default initial capacity, and
- uses the default comparer for the key type.
-
-
-
-
- Initializes a new instance of the
- class that is empty, has the specified concurrency level and capacity, and uses the default
- comparer for the key type.
-
- The estimated number of threads that will update the
- concurrently.
- The initial number of elements that the
- can contain.
- is
- less than 1.
- is less than
- 0.
-
-
-
- Initializes a new instance of the
- class that contains elements copied from the specified , has the default concurrency
- level, has the default initial capacity, and uses the default comparer for the key type.
-
- The whose elements are copied to
- the new
- .
- is a null reference
- (Nothing in Visual Basic).
- contains one or more
- duplicate keys.
-
-
-
- Initializes a new instance of the
- class that is empty, has the specified concurrency level and capacity, and uses the specified
- .
-
- The
- implementation to use when comparing keys.
- is a null reference
- (Nothing in Visual Basic).
-
-
-
- Initializes a new instance of the
- class that contains elements copied from the specified , has the default concurrency level, has the default
- initial capacity, and uses the specified
- .
-
- The whose elements are copied to
- the new
- .
- The
- implementation to use when comparing keys.
- is a null reference
- (Nothing in Visual Basic). -or-
- is a null reference (Nothing in Visual Basic).
-
-
-
-
- Initializes a new instance of the
- class that contains elements copied from the specified ,
- has the specified concurrency level, has the specified initial capacity, and uses the specified
- .
-
- The estimated number of threads that will update the
- concurrently.
- The whose elements are copied to the new
- .
- The implementation to use
- when comparing keys.
-
- is a null reference (Nothing in Visual Basic).
- -or-
- is a null reference (Nothing in Visual Basic).
-
-
- is less than 1.
-
- contains one or more duplicate keys.
-
-
-
- Initializes a new instance of the
- class that is empty, has the specified concurrency level, has the specified initial capacity, and
- uses the specified .
-
- The estimated number of threads that will update the
- concurrently.
- The initial number of elements that the
- can contain.
- The
- implementation to use when comparing keys.
-
- is less than 1. -or-
- is less than 0.
-
- is a null reference
- (Nothing in Visual Basic).
-
-
-
- Attempts to add the specified key and value to the .
-
- The key of the element to add.
- The value of the element to add. The value can be a null reference (Nothing
- in Visual Basic) for reference types.
- true if the key/value pair was added to the
- successfully; otherwise, false.
- is null reference
- (Nothing in Visual Basic).
- The
- contains too many elements.
-
-
-
- Determines whether the contains the specified
- key.
-
- The key to locate in the .
- true if the contains an element with
- the specified key; otherwise, false.
- is a null reference
- (Nothing in Visual Basic).
-
-
-
- Attempts to remove and return the the value with the specified key from the
- .
-
- The key of the element to remove and return.
- When this method returns, contains the object removed from the
- or the default value of
- if the operation failed.
- true if an object was removed successfully; otherwise, false.
- is a null reference
- (Nothing in Visual Basic).
-
-
-
- Removes the specified key from the dictionary if it exists and returns its associated value.
- If matchValue flag is set, the key will be removed only if is associated with a particular
- value.
-
- The key to search for and remove if it exists.
- The variable into which the removed value, if found, is stored.
- Whether removal of the key is conditional on its value.
- The conditional value to compare against if is true
-
-
-
-
- Attempts to get the value associated with the specified key from the .
-
- The key of the value to get.
- When this method returns, contains the object from
- the
- with the spedified key or the default value of
- , if the operation failed.
- true if the key was found in the ;
- otherwise, false.
- is a null reference
- (Nothing in Visual Basic).
-
-
-
- Compares the existing value for the specified key with a specified value, and if they’re equal,
- updates the key with a third value.
-
- The key whose value is compared with and
- possibly replaced.
- The value that replaces the value of the element with if the comparison results in equality.
- The value that is compared to the value of the element with
- .
- true if the value with was equal to and replaced with ; otherwise,
- false.
- is a null
- reference.
-
-
-
- Removes all keys and values from the .
-
-
-
-
- Copies the elements of the to an array of
- type , starting at the
- specified array index.
-
- The one-dimensional array of type
- that is the destination of the elements copied from the . The array must have zero-based indexing.
- The zero-based index in at which copying
- begins.
- is a null reference
- (Nothing in Visual Basic).
- is less than
- 0.
- is equal to or greater than
- the length of the . -or- The number of elements in the source
- is greater than the available space from to the end of the destination
- .
-
-
-
- Copies the key and value pairs stored in the to a
- new array.
-
- A new array containing a snapshot of key and value pairs copied from the .
-
-
-
- Copy dictionary contents to an array - shared implementation between ToArray and CopyTo.
-
- Important: the caller must hold all locks in m_locks before calling CopyToPairs.
-
-
-
-
- Copy dictionary contents to an array - shared implementation between ToArray and CopyTo.
-
- Important: the caller must hold all locks in m_locks before calling CopyToEntries.
-
-
-
-
- Copy dictionary contents to an array - shared implementation between ToArray and CopyTo.
-
- Important: the caller must hold all locks in m_locks before calling CopyToObjects.
-
-
-
- Returns an enumerator that iterates through the .
- An enumerator for the .
-
- The enumerator returned from the dictionary is safe to use concurrently with
- reads and writes to the dictionary, however it does not represent a moment-in-time snapshot
- of the dictionary. The contents exposed through the enumerator may contain modifications
- made to the dictionary after was called.
-
-
-
-
- Shared internal implementation for inserts and updates.
- If key exists, we always return false; and if updateIfExists == true we force update with value;
- If key doesn't exist, we always add value and return true;
-
-
-
-
- Adds a key/value pair to the
- if the key does not already exist.
-
- The key of the element to add.
- The function used to generate a value for the key
- is a null reference
- (Nothing in Visual Basic).
- is a null reference
- (Nothing in Visual Basic).
- The dictionary contains too many
- elements.
- The value for the key. This will be either the existing value for the key if the
- key is already in the dictionary, or the new value for the key as returned by valueFactory
- if the key was not in the dictionary.
-
-
-
- Adds a key/value pair to the
- if the key does not already exist.
-
- The key of the element to add.
- the value to be added, if the key does not already exist
- is a null reference
- (Nothing in Visual Basic).
- The dictionary contains too many
- elements.
- The value for the key. This will be either the existing value for the key if the
- key is already in the dictionary, or the new value if the key was not in the dictionary.
-
-
-
- Adds a key/value pair to the if the key does not already
- exist, or updates a key/value pair in the if the key
- already exists.
-
- The key to be added or whose value should be updated
- The function used to generate a value for an absent key
- The function used to generate a new value for an existing key
- based on the key's existing value
- is a null reference
- (Nothing in Visual Basic).
- is a null reference
- (Nothing in Visual Basic).
- is a null reference
- (Nothing in Visual Basic).
- The dictionary contains too many
- elements.
- The new value for the key. This will be either be the result of addValueFactory (if the key was
- absent) or the result of updateValueFactory (if the key was present).
-
-
-
- Adds a key/value pair to the if the key does not already
- exist, or updates a key/value pair in the if the key
- already exists.
-
- The key to be added or whose value should be updated
- The value to be added for an absent key
- The function used to generate a new value for an existing key based on
- the key's existing value
- is a null reference
- (Nothing in Visual Basic).
- is a null reference
- (Nothing in Visual Basic).
- The dictionary contains too many
- elements.
- The new value for the key. This will be either be the result of addValueFactory (if the key was
- absent) or the result of updateValueFactory (if the key was present).
-
-
-
- Adds the specified key and value to the .
-
- The object to use as the key of the element to add.
- The object to use as the value of the element to add.
- is a null reference
- (Nothing in Visual Basic).
- The dictionary contains too many
- elements.
-
- An element with the same key already exists in the .
-
-
-
- Removes the element with the specified key from the .
-
- The key of the element to remove.
- true if the element is successfully remove; otherwise false. This method also returns
- false if
- was not found in the original .
-
- is a null reference
- (Nothing in Visual Basic).
-
-
-
- Adds the specified value to the
- with the specified key.
-
- The
- structure representing the key and value to add to the .
- The of is null.
- The
- contains too many elements.
- An element with the same key already exists in the
-
-
-
-
- Determines whether the
- contains a specific key and value.
-
- The
- structure to locate in the .
- true if the is found in the ; otherwise, false.
-
-
-
- Removes a key and value from the dictionary.
-
- The
- structure representing the key and value to remove from the .
- true if the key and value represented by is successfully
- found and removed; otherwise, false.
- The Key property of is a null reference (Nothing in Visual Basic).
-
-
- Returns an enumerator that iterates through the .
- An enumerator for the .
-
- The enumerator returned from the dictionary is safe to use concurrently with
- reads and writes to the dictionary, however it does not represent a moment-in-time snapshot
- of the dictionary. The contents exposed through the enumerator may contain modifications
- made to the dictionary after was called.
-
-
-
-
- Adds the specified key and value to the dictionary.
-
- The object to use as the key.
- The object to use as the value.
- is a null reference
- (Nothing in Visual Basic).
- The dictionary contains too many
- elements.
-
- is of a type that is not assignable to the key type of the . -or-
- is of a type that is not assignable to ,
- the type of values in the .
- -or- A value with the same key already exists in the .
-
-
-
-
- Gets whether the contains an
- element with the specified key.
-
- The key to locate in the .
- true if the contains
- an element with the specified key; otherwise, false.
- is a null reference
- (Nothing in Visual Basic).
-
-
- Provides an for the
- .
- An for the .
-
-
-
- Removes the element with the specified key from the .
-
- The key of the element to remove.
- is a null reference
- (Nothing in Visual Basic).
-
-
-
- Copies the elements of the to an array, starting
- at the specified array index.
-
- The one-dimensional array that is the destination of the elements copied from
- the . The array must have zero-based
- indexing.
- The zero-based index in at which copying
- begins.
- is a null reference
- (Nothing in Visual Basic).
- is less than
- 0.
- is equal to or greater than
- the length of the . -or- The number of elements in the source
- is greater than the available space from to the end of the destination
- .
-
-
-
- Replaces the internal table with a larger one. To prevent multiple threads from resizing the
- table as a result of races, the table of buckets that was deemed too small is passed in as
- an argument to GrowTable(). GrowTable() obtains a lock, and then checks whether the bucket
- table has been replaced in the meantime or not.
-
- Reference to the bucket table that was deemed too small.
-
-
-
- Computes the bucket and lock number for a particular key.
-
-
-
-
- Acquires all locks for this hash table, and increments locksAcquired by the number
- of locks that were successfully acquired. The locks are acquired in an increasing
- order.
-
-
-
-
- Acquires a contiguous range of locks for this hash table, and increments locksAcquired
- by the number of locks that were successfully acquired. The locks are acquired in an
- increasing order.
-
-
-
-
- Releases a contiguous range of locks.
-
-
-
-
- Gets a collection containing the keys in the dictionary.
-
-
-
-
- Gets a collection containing the values in the dictionary.
-
-
-
-
- A helper method for asserts.
-
-
-
-
- Get the data array to be serialized
-
-
-
-
- Construct the dictionary from a previously seiralized one
-
-
-
-
- Gets or sets the value associated with the specified key.
-
- The key of the value to get or set.
- The value associated with the specified key. If the specified key is not found, a get
- operation throws a
- , and a set operation creates a new
- element with the specified key.
- is a null reference
- (Nothing in Visual Basic).
- The property is retrieved and
-
- does not exist in the collection.
-
-
-
- Gets the number of key/value pairs contained in the .
-
- The dictionary contains too many
- elements.
- The number of key/value paris contained in the .
- Count has snapshot semantics and represents the number of items in the
- at the moment when Count was accessed.
-
-
-
- Gets a value that indicates whether the is empty.
-
- true if the is empty; otherwise,
- false.
-
-
-
- Gets a collection containing the keys in the .
-
- An containing the keys in the
- .
-
-
-
- Gets a collection containing the values in the .
-
- An containing the values in
- the
- .
-
-
-
- Gets a value indicating whether the dictionary is read-only.
-
- true if the is
- read-only; otherwise, false. For , this property always returns
- false.
-
-
-
- Gets a value indicating whether the has a fixed size.
-
- true if the has a
- fixed size; otherwise, false. For , this property always
- returns false.
-
-
-
- Gets a value indicating whether the is read-only.
-
- true if the is
- read-only; otherwise, false. For , this property always
- returns false.
-
-
-
- Gets an containing the keys of the .
-
- An containing the keys of the .
-
-
-
- Gets an containing the values in the .
-
- An containing the values in the .
-
-
-
- Gets or sets the value associated with the specified key.
-
- The key of the value to get or set.
- The value associated with the specified key, or a null reference (Nothing in Visual Basic)
- if is not in the dictionary or is of a type that is
- not assignable to the key type of the .
- is a null reference
- (Nothing in Visual Basic).
-
- A value is being assigned, and is of a type that is not assignable to the
- key type of the . -or- A value is being
- assigned, and is of a type that is not assignable to the value type
- of the
-
-
-
-
- Gets a value indicating whether access to the is
- synchronized with the SyncRoot.
-
- true if access to the is synchronized
- (thread safe); otherwise, false. For , this property always
- returns false.
-
-
-
- Gets an object that can be used to synchronize access to the . This property is not supported.
-
- The SyncRoot property is not supported.
-
-
-
- The number of concurrent writes for which to optimize by default.
-
-
-
-
- A node in a singly-linked list representing a particular hash table bucket.
-
-
-
-
- A private class to represent enumeration over the dictionary that implements the
- IDictionaryEnumerator interface.
-
-
-
- Throws the exception on the ThreadPool.
- The exception to propagate.
- The target context on which to propagate the exception. Null to use the ThreadPool.
-
-
- Copies the exception's stack trace so its stack trace isn't overwritten.
- The exception to prepare.
-
-
-
- Provides a builder for asynchronous methods that return .
- This type is intended for compiler use only.
-
-
- AsyncTaskMethodBuilder is a value type, and thus it is copied by value.
- Prior to being copied, one of its Task, SetResult, or SetException members must be accessed,
- or else the copies may end up building distinct Task instances.
-
-
-
- Represents an asynchronous method builder.
-
-
- A cached VoidTaskResult task used for builders that complete synchronously.
-
-
- The generic builder object to which this non-generic instance delegates.
-
-
- Initializes a new .
- The initialized .
-
-
- Initiates the builder's execution with the associated state machine.
- Specifies the type of the state machine.
- The state machine instance, passed by reference.
-
-
- Associates the builder with the state machine it represents.
- The heap-allocated state machine object.
- The argument was null (Nothing in Visual Basic).
- The builder is incorrectly initialized.
-
-
- Perform any initialization necessary prior to lifting the builder to the heap.
-
-
-
- Schedules the specified state machine to be pushed forward when the specified awaiter completes.
-
- Specifies the type of the awaiter.
- Specifies the type of the state machine.
- The awaiter.
- The state machine.
-
-
-
- Schedules the specified state machine to be pushed forward when the specified awaiter completes.
-
- Specifies the type of the awaiter.
- Specifies the type of the state machine.
- The awaiter.
- The state machine.
-
-
-
- Completes the in the
- RanToCompletion state.
-
- The builder is not initialized.
- The task has already completed.
-
-
-
- Completes the in the
- Faulted state with the specified exception.
-
- The to use to fault the task.
- The argument is null (Nothing in Visual Basic).
- The builder is not initialized.
- The task has already completed.
-
-
-
- Called by the debugger to request notification when the first wait operation
- (await, Wait, Result, etc.) on this builder's task completes.
-
-
- true to enable notification; false to disable a previously set notification.
-
-
-
- Gets the for this builder.
- The representing the builder's asynchronous operation.
- The builder is not initialized.
-
-
-
- Gets an object that may be used to uniquely identify this builder to the debugger.
-
-
- This property lazily instantiates the ID in a non-thread-safe manner.
- It must only be used by the debugger, and only in a single-threaded manner
- when no other threads are in the middle of accessing this property or this.Task.
-
-
-
- Holds state related to the builder's IAsyncStateMachine.
- This is a mutable struct. Be very delicate with it.
-
-
- A reference to the heap-allocated state machine object associated with this builder.
-
-
- Initiates the builder's execution with the associated state machine.
- Specifies the type of the state machine.
- The state machine instance, passed by reference.
- The argument is null (Nothing in Visual Basic).
-
-
- Associates the builder with the state machine it represents.
- The heap-allocated state machine object.
- The argument was null (Nothing in Visual Basic).
- The builder is incorrectly initialized.
-
-
-
- Gets the Action to use with an awaiter's OnCompleted or UnsafeOnCompleted method.
- On first invocation, the supplied state machine will be boxed.
-
- Specifies the type of the method builder used.
- Specifies the type of the state machine used.
- The builder.
- The state machine.
- An Action to provide to the awaiter.
-
-
- Provides the ability to invoke a state machine's MoveNext method under a supplied ExecutionContext.
-
-
- The context with which to run MoveNext.
-
-
- The state machine whose MoveNext method should be invoked.
-
-
- Initializes the runner.
- The context with which to run MoveNext.
-
-
- Invokes MoveNext under the provided context.
-
-
- Cached delegate used with ExecutionContext.Run.
-
-
- Invokes the MoveNext method on the supplied IAsyncStateMachine.
- The IAsyncStateMachine machine instance.
-
-
-
- Provides a builder for asynchronous methods that return void.
- This type is intended for compiler use only.
-
-
-
- The synchronization context associated with this operation.
-
-
- State related to the IAsyncStateMachine.
-
-
- An object used by the debugger to uniquely identify this builder. Lazily initialized.
-
-
- Temporary support for disabling crashing if tasks go unobserved.
-
-
- Registers with UnobservedTaskException to suppress exception crashing.
-
-
- Non-zero if PreventUnobservedTaskExceptions has already been invoked.
-
-
- Initializes a new .
- The initialized .
-
-
- Initializes the .
- The synchronizationContext associated with this operation. This may be null.
-
-
- Initiates the builder's execution with the associated state machine.
- Specifies the type of the state machine.
- The state machine instance, passed by reference.
- The argument was null (Nothing in Visual Basic).
-
-
- Associates the builder with the state machine it represents.
- The heap-allocated state machine object.
- The argument was null (Nothing in Visual Basic).
- The builder is incorrectly initialized.
-
-
- Perform any initialization necessary prior to lifting the builder to the heap.
-
-
-
- Schedules the specified state machine to be pushed forward when the specified awaiter completes.
-
- Specifies the type of the awaiter.
- Specifies the type of the state machine.
- The awaiter.
- The state machine.
-
-
-
- Schedules the specified state machine to be pushed forward when the specified awaiter completes.
-
- Specifies the type of the awaiter.
- Specifies the type of the state machine.
- The awaiter.
- The state machine.
-
-
- Completes the method builder successfully.
-
-
- Faults the method builder with an exception.
- The exception that is the cause of this fault.
- The argument is null (Nothing in Visual Basic).
- The builder is not initialized.
-
-
- Notifies the current synchronization context that the operation completed.
-
-
-
- Gets an object that may be used to uniquely identify this builder to the debugger.
-
-
- This property lazily instantiates the ID in a non-thread-safe manner.
- It must only be used by the debugger and only in a single-threaded manner.
-
-
-
-
- Provides a builder for asynchronous methods that return .
- This type is intended for compiler use only.
-
-
- AsyncTaskMethodBuilder{TResult} is a value type, and thus it is copied by value.
- Prior to being copied, one of its Task, SetResult, or SetException members must be accessed,
- or else the copies may end up building distinct Task instances.
-
-
-
- A cached task for default(TResult).
-
-
- State related to the IAsyncStateMachine.
-
-
- The lazily-initialized task.
- Must be named m_task for debugger step-over to work correctly.
-
-
- The lazily-initialized task completion source.
-
-
- Temporary support for disabling crashing if tasks go unobserved.
-
-
- Initializes a new .
- The initialized .
-
-
- Initiates the builder's execution with the associated state machine.
- Specifies the type of the state machine.
- The state machine instance, passed by reference.
-
-
- Associates the builder with the state machine it represents.
- The heap-allocated state machine object.
- The argument was null (Nothing in Visual Basic).
- The builder is incorrectly initialized.
-
-
- Perform any initialization necessary prior to lifting the builder to the heap.
-
-
-
- Schedules the specified state machine to be pushed forward when the specified awaiter completes.
-
- Specifies the type of the awaiter.
- Specifies the type of the state machine.
- The awaiter.
- The state machine.
-
-
-
- Schedules the specified state machine to be pushed forward when the specified awaiter completes.
-
- Specifies the type of the awaiter.
- Specifies the type of the state machine.
- The awaiter.
- The state machine.
-
-
-
- Completes the in the
- RanToCompletion state with the specified result.
-
- The result to use to complete the task.
- The task has already completed.
-
-
-
- Completes the builder by using either the supplied completed task, or by completing
- the builder's previously accessed task using default(TResult).
-
- A task already completed with the value default(TResult).
- The task has already completed.
-
-
-
- Completes the in the
- Faulted state with the specified exception.
-
- The to use to fault the task.
- The argument is null (Nothing in Visual Basic).
- The task has already completed.
-
-
-
- Called by the debugger to request notification when the first wait operation
- (await, Wait, Result, etc.) on this builder's task completes.
-
-
- true to enable notification; false to disable a previously set notification.
-
-
- This should only be invoked from within an asynchronous method,
- and only by the debugger.
-
-
-
-
- Gets a task for the specified result. This will either
- be a cached or new task, never null.
-
- The result for which we need a task.
- The completed task containing the result.
-
-
- Gets the lazily-initialized TaskCompletionSource.
-
-
- Gets the for this builder.
- The representing the builder's asynchronous operation.
-
-
-
- Gets an object that may be used to uniquely identify this builder to the debugger.
-
-
- This property lazily instantiates the ID in a non-thread-safe manner.
- It must only be used by the debugger, and only in a single-threaded manner
- when no other threads are in the middle of accessing this property or this.Task.
-
-
-
- Provides a base class used to cache tasks of a specific return type.
- Specifies the type of results the cached tasks return.
-
-
-
- A singleton cache for this result type.
- This may be null if there are no cached tasks for this TResult.
-
-
-
- Creates a non-disposable task.
- The result for the task.
- The cacheable task.
-
-
- Creates a cache.
- A task cache for this result type.
-
-
- Gets a cached task if one exists.
- The result for which we want a cached task.
- A cached task if one exists; otherwise, null.
-
-
- Provides a cache for Boolean tasks.
-
-
- A true task.
-
-
- A false task.
-
-
- Gets a cached task for the Boolean result.
- true or false
- A cached task for the Boolean result.
-
-
- Provides a cache for zero Int32 tasks.
-
-
- The minimum value, inclusive, for which we want a cached task.
-
-
- The maximum value, exclusive, for which we want a cached task.
-
-
- The cache of Task{Int32}.
-
-
- Creates an array of cached tasks for the values in the range [INCLUSIVE_MIN,EXCLUSIVE_MAX).
-
-
- Gets a cached task for the zero Int32 result.
- The integer value
- A cached task for the Int32 result or null if not cached.
-
-
-
- Represents state machines generated for asynchronous methods.
- This type is intended for compiler use only.
-
-
-
- Moves the state machine to its next state.
-
-
- Configures the state machine with a heap-allocated replica.
- The heap-allocated replica.
-
-
-
- Represents an awaiter used to schedule continuations when an await operation completes.
-
-
-
-
- Represents an operation that will schedule continuations when the operation completes.
-
-
-
- Schedules the continuation action to be invoked when the instance completes.
- The action to invoke when the operation completes.
- The argument is null (Nothing in Visual Basic).
-
-
- Schedules the continuation action to be invoked when the instance completes.
- The action to invoke when the operation completes.
- The argument is null (Nothing in Visual Basic).
- Unlike OnCompleted, UnsafeOnCompleted need not propagate ExecutionContext information.
-
-
- Used with Task(of void)
-
-
-
- An interface similar to the one added in .NET 4.0.
-
-
-
- The exception that is thrown in a thread upon cancellation of an operation that the thread was executing.
-
-
- Initializes the exception.
-
-
- Initializes the exception.
- The error message that explains the reason for the exception.
-
-
- Initializes the exception.
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception.
-
-
- Initializes the exception.
- A cancellation token associated with the operation that was canceled.
-
-
- Initializes the exception.
- The error message that explains the reason for the exception.
- A cancellation token associated with the operation that was canceled.
-
-
- Initializes the exception.
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception.
- A cancellation token associated with the operation that was canceled.
-
-
- Gets a token associated with the operation that was canceled.
-
-
-
- A dummy replacement for the .NET internal class StackCrawlMark.
-
-
-
-
- Propogates notification that operations should be canceled.
-
-
-
- A may be created directly in an unchangeable canceled or non-canceled state
- using the CancellationToken's constructors. However, to have a CancellationToken that can change
- from a non-canceled to a canceled state,
- CancellationTokenSource must be used.
- CancellationTokenSource exposes the associated CancellationToken that may be canceled by the source through its
- Token property.
-
-
- Once canceled, a token may not transition to a non-canceled state, and a token whose
- is false will never change to one that can be canceled.
-
-
- All members of this struct are thread-safe and may be used concurrently from multiple threads.
-
-
-
-
-
- Internal constructor only a CancellationTokenSource should create a CancellationToken
-
-
-
-
- Initializes the CancellationToken.
-
-
- The canceled state for the token.
-
-
- Tokens created with this constructor will remain in the canceled state specified
- by the parameter. If is false,
- both and will be false.
- If is true,
- both and will be true.
-
-
-
-
- Registers a delegate that will be called when this CancellationToken is canceled.
-
-
-
- If this token is already in the canceled state, the
- delegate will be run immediately and synchronously. Any exception the delegate generates will be
- propogated out of this method call.
-
-
- The delegate to be executed when the CancellationToken is canceled.
- The instance that can
- be used to deregister the callback.
- is null.
- The associated CancellationTokenSource has been disposed.
-
-
-
- Registers a delegate that will be called when this
- CancellationToken is canceled.
-
-
-
- If this token is already in the canceled state, the
- delegate will be run immediately and synchronously. Any exception the delegate generates will be
- propogated out of this method call.
-
-
- The delegate to be executed when the CancellationToken is canceled.
- A Boolean value that indicates whether to capture
- the current SynchronizationContext and use it
- when invoking the .
- The instance that can
- be used to deregister the callback.
- is null.
- The associated CancellationTokenSource has been disposed.
-
-
-
- Registers a delegate that will be called when this
- CancellationToken is canceled.
-
-
-
- If this token is already in the canceled state, the
- delegate will be run immediately and synchronously. Any exception the delegate generates will be
- propogated out of this method call.
-
-
- The delegate to be executed when the CancellationToken is canceled.
- The state to pass to the when the delegate is invoked. This may be null.
- The instance that can
- be used to deregister the callback.
- is null.
- The associated CancellationTokenSource has been disposed.
-
-
-
- Registers a delegate that will be called when this
- CancellationToken is canceled.
-
-
-
- If this token is already in the canceled state, the
- delegate will be run immediately and synchronously. Any exception the delegate generates will be
- propogated out of this method call.
-
-
- The delegate to be executed when the CancellationToken is canceled.
- The state to pass to the when the delegate is invoked. This may be null.
- A Boolean value that indicates whether to capture
- the current SynchronizationContext and use it
- when invoking the .
- The instance that can
- be used to deregister the callback.
- is null.
- The associated CancellationTokenSource has been disposed.
-
-
-
- Determines whether the current CancellationToken instance is equal to the
- specified token.
-
- The other CancellationToken to which to compare this
- instance.
- True if the instances are equal; otherwise, false. Two tokens are equal if they are associated
- with the same CancellationTokenSource or if they were both constructed
- from public CancellationToken constructors and their values are equal.
-
-
-
- Determines whether the current CancellationToken instance is equal to the
- specified .
-
- The other object to which to compare this instance.
- True if is a CancellationToken
- and if the two instances are equal; otherwise, false. Two tokens are equal if they are associated
- with the same CancellationTokenSource or if they were both constructed
- from public CancellationToken constructors and their values are equal.
- An associated CancellationTokenSource has been disposed.
-
-
-
- Serves as a hash function for a CancellationToken.
-
- A hash code for the current CancellationToken instance.
-
-
-
- Determines whether two CancellationToken instances are equal.
-
- The first instance.
- The second instance.
- True if the instances are equal; otherwise, false.
- An associated CancellationTokenSource has been disposed.
-
-
-
- Determines whether two CancellationToken instances are not equal.
-
- The first instance.
- The second instance.
- True if the instances are not equal; otherwise, false.
- An associated CancellationTokenSource has been disposed.
-
-
-
- Throws a OperationCanceledException if
- this token has had cancellation requested.
-
-
- This method provides functionality equivalent to:
-
- if (token.IsCancellationRequested)
- throw new OperationCanceledException(token);
-
-
- The token has had cancellation requested.
- The associated CancellationTokenSource has been disposed.
-
-
-
- Returns an empty CancellationToken value.
-
-
- The value returned by this property will be non-cancelable by default.
-
-
-
-
- Gets whether cancellation has been requested for this token.
-
- Whether cancellation has been requested for this token.
-
-
- This property indicates whether cancellation has been requested for this token,
- either through the token initially being construted in a canceled state, or through
- calling Cancel
- on the token's associated .
-
-
- If this property is true, it only guarantees that cancellation has been requested.
- It does not guarantee that every registered handler
- has finished executing, nor that cancellation requests have finished propagating
- to all registered handlers. Additional synchronization may be required,
- particularly in situations where related objects are being canceled concurrently.
-
-
-
-
-
- Gets whether this token is capable of being in the canceled state.
-
-
- If CanBeCanceled returns false, it is guaranteed that the token will never transition
- into a canceled state, meaning that will never
- return true.
-
-
-
-
- Gets a that is signaled when the token is canceled.
-
- Accessing this property causes a WaitHandle
- to be instantiated. It is preferable to only use this property when necessary, and to then
- dispose the associated instance at the earliest opportunity (disposing
- the source will dispose of this allocated handle). The handle should not be closed or disposed directly.
-
- The associated CancellationTokenSource has been disposed.
-
-
-
- Represents a callback delegate that has been registered with a CancellationToken.
-
-
- To unregister a callback, dispose the corresponding Registration instance.
-
-
-
-
- Attempts to deregister the item. If it's already being run, this may fail.
- Entails a full memory fence.
-
- True if the callback was found and deregistered, false otherwise.
-
-
-
- Disposes of the registration and unregisters the target callback from the associated
- CancellationToken.
- If the target callback is currently executing this method will wait until it completes, except
- in the degenerate cases where a callback method deregisters itself.
-
-
-
-
- Determines whether two CancellationTokenRegistration
- instances are equal.
-
- The first instance.
- The second instance.
- True if the instances are equal; otherwise, false.
-
-
-
- Determines whether two CancellationTokenRegistration instances are not equal.
-
- The first instance.
- The second instance.
- True if the instances are not equal; otherwise, false.
-
-
-
- Determines whether the current CancellationTokenRegistration instance is equal to the
- specified .
-
- The other object to which to compare this instance.
- True, if both this and are equal. False, otherwise.
- Two CancellationTokenRegistration instances are equal if
- they both refer to the output of a single call to the same Register method of a
- CancellationToken.
-
-
-
-
- Determines whether the current CancellationToken instance is equal to the
- specified .
-
- The other CancellationTokenRegistration to which to compare this instance.
- True, if both this and are equal. False, otherwise.
- Two CancellationTokenRegistration instances are equal if
- they both refer to the output of a single call to the same Register method of a
- CancellationToken.
-
-
-
-
- Serves as a hash function for a CancellationTokenRegistration..
-
- A hash code for the current CancellationTokenRegistration instance.
-
-
-
- Signals to a that it should be canceled.
-
-
-
- is used to instantiate a
- (via the source's Token property)
- that can be handed to operations that wish to be notified of cancellation or that can be used to
- register asynchronous operations for cancellation. That token may have cancellation requested by
- calling to the source's Cancel
- method.
-
-
- All members of this class, except Dispose, are thread-safe and may be used
- concurrently from multiple threads.
-
-
-
-
- The ID of the thread currently executing the main body of CTS.Cancel()
- this helps us to know if a call to ctr.Dispose() is running 'within' a cancellation callback.
- This is updated as we move between the main thread calling cts.Cancel() and any syncContexts that are used to
- actually run the callbacks.
-
-
-
- Initializes the .
-
-
-
-
- Communicates a request for cancellation.
-
-
-
- The associated will be
- notified of the cancellation and will transition to a state where
- IsCancellationRequested returns true.
- Any callbacks or cancelable operations
- registered with the will be executed.
-
-
- Cancelable operations and callbacks registered with the token should not throw exceptions.
- However, this overload of Cancel will aggregate any exceptions thrown into a ,
- such that one callback throwing an exception will not prevent other registered callbacks from being executed.
-
-
- The that was captured when each callback was registered
- will be reestablished when the callback is invoked.
-
-
- An aggregate exception containing all the exceptions thrown
- by the registered callbacks on the associated .
- This has been disposed.
-
-
-
- Communicates a request for cancellation.
-
-
-
- The associated will be
- notified of the cancellation and will transition to a state where
- IsCancellationRequested returns true.
- Any callbacks or cancelable operations
- registered with the will be executed.
-
-
- Cancelable operations and callbacks registered with the token should not throw exceptions.
- If is true, an exception will immediately propagate out of the
- call to Cancel, preventing the remaining callbacks and cancelable operations from being processed.
- If is false, this overload will aggregate any
- exceptions thrown into a ,
- such that one callback throwing an exception will not prevent other registered callbacks from being executed.
-
-
- The that was captured when each callback was registered
- will be reestablished when the callback is invoked.
-
-
- Specifies whether exceptions should immediately propagate.
- An aggregate exception containing all the exceptions thrown
- by the registered callbacks on the associated .
- This has been disposed.
-
-
-
- Releases the resources used by this .
-
-
- This method is not thread-safe for any other concurrent calls.
-
-
-
-
- Throws an exception if the source has been disposed.
-
-
-
-
- InternalGetStaticSource()
-
- Whether the source should be set.
- A static source to be shared among multiple tokens.
-
-
-
- Registers a callback object. If cancellation has already occurred, the
- callback will have been run by the time this method returns.
-
-
-
-
-
-
-
-
-
- Invoke the Canceled event.
-
-
- The handlers are invoked synchronously in LIFO order.
-
-
-
-
- Creates a CancellationTokenSource that will be in the canceled state
- when any of the source tokens are in the canceled state.
-
- The first CancellationToken to observe.
- The second CancellationToken to observe.
- A CancellationTokenSource that is linked
- to the source tokens.
- A CancellationTokenSource associated with
- one of the source tokens has been disposed.
-
-
-
- Creates a CancellationTokenSource that will be in the canceled state
- when any of the source tokens are in the canceled state.
-
- The CancellationToken instances to observe.
- A CancellationTokenSource that is linked
- to the source tokens.
- is null.
- A CancellationTokenSource associated with
- one of the source tokens has been disposed.
-
-
-
- Gets whether cancellation has been requested for this CancellationTokenSource.
-
- Whether cancellation has been requested for this CancellationTokenSource.
-
-
- This property indicates whether cancellation has been requested for this token source, such as
- due to a call to its
- Cancel method.
-
-
- If this property returns true, it only guarantees that cancellation has been requested. It does not
- guarantee that every handler registered with the corresponding token has finished executing, nor
- that cancellation requests have finished propagating to all registered handlers. Additional
- synchronization may be required, particularly in situations where related objects are being
- canceled concurrently.
-
-
-
-
-
- A simple helper to determine whether cancellation has finished.
-
-
-
-
- A simple helper to determine whether disposal has occured.
-
-
-
-
- The ID of the thread that is running callbacks.
-
-
-
-
- Gets the CancellationToken
- associated with this .
-
- The CancellationToken
- associated with this .
- The token source has been
- disposed.
-
-
-
-
-
-
-
-
-
-
-
-
-
- The currently executing callback
-
-
-
-
- A helper class for collating the various bits of information required to execute
- cancellation callbacks.
-
-
-
-
- InternalExecuteCallbackSynchronously_GeneralPath
- This will be called on the target synchronization context, however, we still need to restore the required execution context
-
-
-
-
- A sparsely populated array. Elements can be sparse and some null, but this allows for
- lock-free additions and growth, and also for constant time removal (by nulling out).
-
- The kind of elements contained within.
-
-
-
- Allocates a new array with the given initial size.
-
- How many array slots to pre-allocate.
-
-
-
- Adds an element in the first available slot, beginning the search from the tail-to-head.
- If no slots are available, the array is grown. The method doesn't return until successful.
-
- The element to add.
- Information about where the add happened, to enable O(1) deregistration.
-
-
-
- The tail of the doubly linked list.
-
-
-
-
- A struct to hold a link to the exact spot in an array an element was inserted, enabling
- constant time removal later on.
-
-
-
-
- A fragment of a sparsely populated array, doubly linked.
-
- The kind of elements contained within.
-
-
-
- Provides lazy initialization routines.
-
-
- These routines avoid needing to allocate a dedicated, lazy-initialization instance, instead using
- references to ensure targets have been initialized as they are accessed.
-
-
-
-
- Initializes a target reference type with the type's default constructor if the target has not
- already been initialized.
-
- The refence type of the reference to be initialized.
- A reference of type to initialize if it has not
- already been initialized.
- The initialized reference of type .
- Type does not have a default
- constructor.
-
- Permissions to access the constructor of type were missing.
-
-
-
- This method may only be used on reference types. To ensure initialization of value
- types, see other overloads of EnsureInitialized.
-
-
- This method may be used concurrently by multiple threads to initialize .
- In the event that multiple threads access this method concurrently, multiple instances of
- may be created, but only one will be stored into . In such an occurrence, this method will not dispose of the
- objects that were not stored. If such objects must be disposed, it is up to the caller to determine
- if an object was not used and to then dispose of the object appropriately.
-
-
-
-
-
- Initializes a target reference type using the specified function if it has not already been
- initialized.
-
- The reference type of the reference to be initialized.
- The reference of type to initialize if it has not
- already been initialized.
- The invoked to initialize the
- reference.
- The initialized reference of type .
- Type does not have a
- default constructor.
- returned
- null.
-
-
- This method may only be used on reference types, and may
- not return a null reference (Nothing in Visual Basic). To ensure initialization of value types or
- to allow null reference types, see other overloads of EnsureInitialized.
-
-
- This method may be used concurrently by multiple threads to initialize .
- In the event that multiple threads access this method concurrently, multiple instances of
- may be created, but only one will be stored into . In such an occurrence, this method will not dispose of the
- objects that were not stored. If such objects must be disposed, it is up to the caller to determine
- if an object was not used and to then dispose of the object appropriately.
-
-
-
-
-
- Initialize the target using the given delegate (slow path).
-
- The reference type of the reference to be initialized.
- The variable that need to be initialized
- The delegate that will be executed to initialize the target
- The initialized variable
-
-
-
- Initializes a target reference or value type with its default constructor if it has not already
- been initialized.
-
- The type of the reference to be initialized.
- A reference or value of type to initialize if it
- has not already been initialized.
- A reference to a boolean that determines whether the target has already
- been initialized.
- A reference to an object used as the mutually exclusive lock for initializing
- .
- The initialized value of type .
-
-
-
- Initializes a target reference or value type with a specified function if it has not already been
- initialized.
-
- The type of the reference to be initialized.
- A reference or value of type to initialize if it
- has not already been initialized.
- A reference to a boolean that determines whether the target has already
- been initialized.
- A reference to an object used as the mutually exclusive lock for initializing
- .
- The invoked to initialize the
- reference or value.
- The initialized value of type .
-
-
-
- Ensure the target is initialized and return the value (slow path). This overload permits nulls
- and also works for value type targets. Uses the supplied function to create the value.
-
- The type of target.
- A reference to the target to be initialized.
- A reference to a location tracking whether the target has been initialized.
- A reference to a location containing a mutual exclusive lock.
-
- The to invoke in order to produce the lazily-initialized value.
-
- The initialized object.
-
-
-
- Provides a slimmed down version of .
-
-
- All public and protected members of are thread-safe and may be used
- concurrently from multiple threads, with the exception of Dispose, which
- must only be used when all other operations on the have
- completed, and Reset, which should only be used when no other threads are
- accessing the event.
-
-
-
-
- Initializes a new instance of the
- class with an initial state of nonsignaled.
-
-
-
-
- Initializes a new instance of the
- class with a Boolen value indicating whether to set the intial state to signaled.
-
- true to set the initial state signaled; false to set the initial state
- to nonsignaled.
-
-
-
- Initializes a new instance of the
- class with a Boolen value indicating whether to set the intial state to signaled and a specified
- spin count.
-
- true to set the initial state to signaled; false to set the initial state
- to nonsignaled.
- The number of spin waits that will occur before falling back to a true
- wait.
- is less than
- 0 or greater than the maximum allowed value.
-
-
-
- Initializes the internal state of the event.
-
- Whether the event is set initially or not.
- The spin count that decides when the event will block.
-
-
-
- Helper to ensure the lock object is created before first use.
-
-
-
-
- This method lazily initializes the event object. It uses CAS to guarantee that
- many threads racing to call this at once don't result in more than one event
- being stored and used. The event will be signaled or unsignaled depending on
- the state of the thin-event itself, with synchronization taken into account.
-
- True if a new event was created and stored, false otherwise.
-
-
-
- Sets the state of the event to signaled, which allows one or more threads waiting on the event to
- proceed.
-
-
-
-
- Private helper to actually perform the Set.
-
- Indicates whether we are calling Set() during cancellation.
- The object has been canceled.
-
-
-
- Sets the state of the event to nonsignaled, which causes threads to block.
-
-
- Unlike most of the members of , is not
- thread-safe and may not be used concurrently with other members of this instance.
-
-
-
-
- Blocks the current thread until the current is set.
-
-
- The maximum number of waiters has been exceeded.
-
-
- The caller of this method blocks indefinitely until the current instance is set. The caller will
- return immediately if the event is currently in a set state.
-
-
-
-
- Blocks the current thread until the current receives a signal,
- while observing a .
-
- The to
- observe.
-
- The maximum number of waiters has been exceeded.
-
- was
- canceled.
-
- The caller of this method blocks indefinitely until the current instance is set. The caller will
- return immediately if the event is currently in a set state.
-
-
-
-
- Blocks the current thread until the current is set, using a
- to measure the time interval.
-
- A that represents the number of milliseconds
- to wait, or a that represents -1 milliseconds to wait indefinitely.
-
- true if the was set; otherwise,
- false.
- is a negative
- number other than -1 milliseconds, which represents an infinite time-out -or- timeout is greater
- than .
-
- The maximum number of waiters has been exceeded.
-
-
-
-
- Blocks the current thread until the current is set, using a
- to measure the time interval, while observing a .
-
- A that represents the number of milliseconds
- to wait, or a that represents -1 milliseconds to wait indefinitely.
-
- The to
- observe.
- true if the was set; otherwise,
- false.
- is a negative
- number other than -1 milliseconds, which represents an infinite time-out -or- timeout is greater
- than .
- was canceled.
-
- The maximum number of waiters has been exceeded.
-
-
-
-
- Blocks the current thread until the current is set, using a
- 32-bit signed integer to measure the time interval.
-
- The number of milliseconds to wait, or (-1) to wait indefinitely.
- true if the was set; otherwise,
- false.
- is a
- negative number other than -1, which represents an infinite time-out.
-
- The maximum number of waiters has been exceeded.
-
-
-
-
- Blocks the current thread until the current is set, using a
- 32-bit signed integer to measure the time interval, while observing a .
-
- The number of milliseconds to wait, or (-1) to wait indefinitely.
- The to
- observe.
- true if the was set; otherwise,
- false.
- is a
- negative number other than -1, which represents an infinite time-out.
-
- The maximum number of waiters has been exceeded.
-
- was canceled.
-
-
-
- Releases all resources used by the current instance of .
-
-
- Unlike most of the members of , is not
- thread-safe and may not be used concurrently with other members of this instance.
-
-
-
-
- When overridden in a derived class, releases the unmanaged resources used by the
- , and optionally releases the managed resources.
-
- true to release both managed and unmanaged resources;
- false to release only unmanaged resources.
-
- Unlike most of the members of , is not
- thread-safe and may not be used concurrently with other members of this instance.
-
-
-
-
- Throw ObjectDisposedException if the MRES is disposed
-
-
-
-
- Private helper method to wake up waiters when a cancellationToken gets canceled.
-
-
-
-
- Private helper method for updating parts of a bit-string state value.
- Mainly called from the IsSet and Waiters properties setters
-
-
- Note: the parameter types must be int as CompareExchange cannot take a Uint
-
- The new value
- The mask used to set the bits
-
-
-
- Private helper method - performs Mask and shift, particular helpful to extract a field from a packed word.
- eg ExtractStatePortionAndShiftRight(0x12345678, 0xFF000000, 24) => 0x12, ie extracting the top 8-bits as a simple integer
-
- ?? is there a common place to put this rather than being private to MRES?
-
-
-
-
-
-
-
-
- Performs a Mask operation, but does not perform the shift.
- This is acceptable for boolean values for which the shift is unnecessary
- eg (val & Mask) != 0 is an appropriate way to extract a boolean rather than using
- ((val & Mask) >> shiftAmount) == 1
-
- ?? is there a common place to put this rather than being private to MRES?
-
-
-
-
-
-
- Helper function to measure and update the wait time
-
- The first time (in Ticks) observed when the wait started.
- The orginal wait timeoutout in milliseconds.
- The new wait time in milliseconds, -1 if the time expired, -2 if overflow in counters
- has occurred.
-
-
-
- Gets the underlying object for this .
-
- The underlying event object fore this .
-
- Accessing this property forces initialization of an underlying event object if one hasn't
- already been created. To simply wait on this ,
- the public Wait methods should be preferred.
-
-
-
-
- Gets whether the event is set.
-
- true if the event has is set; otherwise, false.
-
-
-
- Gets the number of spin waits that will be occur before falling back to a true wait.
-
-
-
-
- How many threads are waiting.
-
-
-
-
- Provides support for spin-based waiting.
-
-
-
- encapsulates common spinning logic. On single-processor machines, yields are
- always used instead of busy waits, and on computers with Intel™ processors employing Hyper-Threading™
- technology, it helps to prevent hardware thread starvation. SpinWait encapsulates a good mixture of
- spinning and true yielding.
-
-
- is a value type, which means that low-level code can utilize SpinWait without
- fear of unnecessary allocation overheads. SpinWait is not generally useful for ordinary applications.
- In most cases, you should use the synchronization classes provided by the .NET Framework, such as
- . For most purposes where spin waiting is required, however,
- the type should be preferred over the System.Threading.Thread.SpinWait method.
-
-
- While SpinWait is designed to be used in concurrent applications, it is not designed to be
- used from multiple threads concurrently. SpinWait's members are not thread-safe. If multiple
- threads must spin, each should use its own instance of SpinWait.
-
-
-
-
-
- Performs a single spin.
-
-
- This is typically called in a loop, and may change in behavior based on the number of times a
- has been called thus far on this instance.
-
-
-
-
- Resets the spin counter.
-
-
- This makes and behave as though no calls
- to had been issued on this instance. If a instance
- is reused many times, it may be useful to reset it to avoid yielding too soon.
-
-
-
-
- Spins until the specified condition is satisfied.
-
- A delegate to be executed over and over until it returns true.
- The argument is null.
-
-
-
- Spins until the specified condition is satisfied or until the specified timeout is expired.
-
- A delegate to be executed over and over until it returns true.
-
- A that represents the number of milliseconds to wait,
- or a TimeSpan that represents -1 milliseconds to wait indefinitely.
- True if the condition is satisfied within the timeout; otherwise, false
- The argument is null.
- is a negative number
- other than -1 milliseconds, which represents an infinite time-out -or- timeout is greater than
- .
-
-
-
- Spins until the specified condition is satisfied or until the specified timeout is expired.
-
- A delegate to be executed over and over until it returns true.
- The number of milliseconds to wait, or (-1) to wait indefinitely.
- True if the condition is satisfied within the timeout; otherwise, false
- The argument is null.
- is a
- negative number other than -1, which represents an infinite time-out.
-
-
-
- Gets the number of times has been called on this instance.
-
-
-
-
- Gets whether the next call to will yield the processor, triggering a
- forced context switch.
-
- Whether the next call to will yield the processor, triggering a
- forced context switch.
-
- On a single-CPU machine, always yields the processor. On machines with
- multiple CPUs, may yield after an unspecified number of calls.
-
-
-
-
- A helper class to get the number of preocessors, it updates the numbers of processors every sampling interval
-
-
-
-
- Gets the number of available processors
-
-
-
-
- Gets whether the current machine has only a single processor.
-
-
-
-
- Represents an asynchronous operation that produces a result at some time in the future.
-
-
- The type of the result produced by this .
-
-
-
- instances may be created in a variety of ways. The most common approach is by
- using the task's property to retrieve a instance that can be used to create tasks for several
- purposes. For example, to create a that runs a function, the factory's StartNew
- method may be used:
-
- // C#
- var t = Task<int>.Factory.StartNew(() => GenerateResult());
- - or -
- var t = Task.Factory.StartNew(() => GenerateResult());
-
- ' Visual Basic
- Dim t = Task<int>.Factory.StartNew(Function() GenerateResult())
- - or -
- Dim t = Task.Factory.StartNew(Function() GenerateResult())
-
-
-
- The class also provides constructors that initialize the task but that do not
- schedule it for execution. For performance reasons, the StartNew method should be the
- preferred mechanism for creating and scheduling computational tasks, but for scenarios where creation
- and scheduling must be separated, the constructors may be used, and the task's
- Start
- method may then be used to schedule the task for execution at a later time.
-
-
- All members of , except for
- Dispose, are thread-safe
- and may be used from multiple threads concurrently.
-
-
-
-
-
- Represents an asynchronous operation.
-
-
-
- instances may be created in a variety of ways. The most common approach is by
- using the Task type's property to retrieve a instance that can be used to create tasks for several
- purposes. For example, to create a that runs an action, the factory's StartNew
- method may be used:
-
- // C#
- var t = Task.Factory.StartNew(() => DoAction());
-
- ' Visual Basic
- Dim t = Task.Factory.StartNew(Function() DoAction())
-
-
-
- The class also provides constructors that initialize the Task but that do not
- schedule it for execution. For performance reasons, TaskFactory's StartNew method should be the
- preferred mechanism for creating and scheduling computational tasks, but for scenarios where creation
- and scheduling must be separated, the constructors may be used, and the task's
- method may then be used to schedule the task for execution at a later time.
-
-
- All members of , except for , are thread-safe
- and may be used from multiple threads concurrently.
-
-
- For operations that return values, the class
- should be used.
-
-
- For developers implementing custom debuggers, several internal and private members of Task may be
- useful (these may change from release to release). The Int32 m_taskId field serves as the backing
- store for the property, however accessing this field directly from a debugger may be
- more efficient than accessing the same value through the property's getter method (the
- s_taskIdCounter Int32 counter is used to retrieve the next available ID for a Task). Similarly, the
- Int32 m_stateFlags field stores information about the current lifecycle stage of the Task,
- information also accessible through the property. The m_action System.Object
- field stores a reference to the Task's delegate, and the m_stateObject System.Object field stores the
- async state passed to the Task by the developer. Finally, for debuggers that parse stack frames, the
- InternalWait method serves a potential marker for when a Task is entering a wait operation.
-
-
-
-
-
- A type initializer that runs with the appropriate permissions.
-
-
-
-
- Initializes a new with the specified action.
-
- The delegate that represents the code to execute in the Task.
- The argument is null.
-
-
-
- Initializes a new with the specified action and CancellationToken.
-
- The delegate that represents the code to execute in the Task.
- The CancellationToken
- that will be assigned to the new Task.
- The argument is null.
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Initializes a new with the specified action and creation options.
-
- The delegate that represents the code to execute in the task.
-
- The TaskCreationOptions used to
- customize the Task's behavior.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for .
-
-
-
-
- Initializes a new with the specified action and creation options.
-
- The delegate that represents the code to execute in the task.
- The that will be assigned to the new task.
-
- The TaskCreationOptions used to
- customize the Task's behavior.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for .
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Initializes a new with the specified action and state.
-
- The delegate that represents the code to execute in the task.
- An object representing data to be used by the action.
-
- The argument is null.
-
-
-
-
- Initializes a new with the specified action, state, snd options.
-
- The delegate that represents the code to execute in the task.
- An object representing data to be used by the action.
- The that will be assigned to the new task.
-
- The argument is null.
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Initializes a new with the specified action, state, snd options.
-
- The delegate that represents the code to execute in the task.
- An object representing data to be used by the action.
-
- The TaskCreationOptions used to
- customize the Task's behavior.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for .
-
-
-
-
- Initializes a new with the specified action, state, snd options.
-
- The delegate that represents the code to execute in the task.
- An object representing data to be used by the action.
- The that will be assigned to the new task.
-
- The TaskCreationOptions used to
- customize the Task's behavior.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for .
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- An internal constructor used by the factory methods on task and its descendent(s).
- This variant does not capture the ExecutionContext; it is up to the caller to do that.
-
- An action to execute.
- Optional state to pass to the action.
- Parent of Task.
- A CancellationToken for the task.
- A task scheduler under which the task will run.
- Options to control its execution.
- Internal options to control its execution
-
-
-
- Common logic used by the following internal ctors:
- Task()
- Task(object action, object state, Task parent, TaskCreationOptions options, TaskScheduler taskScheduler)
-
- ASSUMES THAT m_creatingTask IS ALREADY SET.
-
-
- Action for task to execute.
- Object to which to pass to action (may be null)
- Task scheduler on which to run thread (only used by continuation tasks).
- A CancellationToken for the Task.
- Options to customize behavior of Task.
- Internal options to customize behavior of Task.
-
-
-
- Checks if we registered a CT callback during construction, and deregisters it.
- This should be called when we know the registration isn't useful anymore. Specifically from Finish() if the task has completed
- successfully or with an exception.
-
-
-
-
- Captures the ExecutionContext so long as flow isn't suppressed.
-
- A stack crawl mark pointing to the frame of the caller.
-
-
-
- Internal function that will be called by a new child task to add itself to
- the children list of the parent (this).
-
- Since a child task can only be created from the thread executing the action delegate
- of this task, reentrancy is neither required nor supported. This should not be called from
- anywhere other than the task construction/initialization codepaths.
-
-
-
-
- Starts the , scheduling it for execution to the current TaskScheduler.
-
-
- A task may only be started and run only once. Any attempts to schedule a task a second time
- will result in an exception.
-
-
- The is not in a valid state to be started. It may have already been started,
- executed, or canceled, or it may have been created in a manner that doesn't support direct
- scheduling.
-
-
- The instance has been disposed.
-
-
-
-
- Starts the , scheduling it for execution to the specified TaskScheduler.
-
-
- A task may only be started and run only once. Any attempts to schedule a task a second time will
- result in an exception.
-
-
- The TaskScheduler with which to associate
- and execute this task.
-
-
- The argument is null.
-
-
- The is not in a valid state to be started. It may have already been started,
- executed, or canceled, or it may have been created in a manner that doesn't support direct
- scheduling.
-
-
- The instance has been disposed.
-
-
-
-
- Runs the synchronously on the current TaskScheduler.
-
-
-
- A task may only be started and run only once. Any attempts to schedule a task a second time will
- result in an exception.
-
-
- Tasks executed with will be associated with the current TaskScheduler.
-
-
- If the target scheduler does not support running this Task on the current thread, the Task will
- be scheduled for execution on the scheduler, and the current thread will block until the
- Task has completed execution.
-
-
-
- The is not in a valid state to be started. It may have already been started,
- executed, or canceled, or it may have been created in a manner that doesn't support direct
- scheduling.
-
-
- The instance has been disposed.
-
-
-
-
- Runs the synchronously on the scheduler provided.
-
-
-
- A task may only be started and run only once. Any attempts to schedule a task a second time will
- result in an exception.
-
-
- If the target scheduler does not support running this Task on the current thread, the Task will
- be scheduled for execution on the scheduler, and the current thread will block until the
- Task has completed execution.
-
-
-
- The is not in a valid state to be started. It may have already been started,
- executed, or canceled, or it may have been created in a manner that doesn't support direct
- scheduling.
-
-
- The instance has been disposed.
-
- The parameter
- is null.
- The scheduler on which to attempt to run this task inline.
-
-
-
- Throws an exception if the task has been disposed, and hence can no longer be accessed.
-
- The task has been disposed.
-
-
-
- Sets the internal completion event.
-
-
-
-
- Disposes the , releasing all of its unmanaged resources.
-
-
- Unlike most of the members of , this method is not thread-safe.
- Also, may only be called on a that is in one of
- the final states: RanToCompletion,
- Faulted, or
- Canceled.
-
-
- The exception that is thrown if the is not in
- one of the final states: RanToCompletion,
- Faulted, or
- Canceled.
-
-
-
-
- Disposes the , releasing all of its unmanaged resources.
-
-
- A Boolean value that indicates whether this method is being called due to a call to .
-
-
- Unlike most of the members of , this method is not thread-safe.
-
-
-
-
- Schedules the task for execution.
-
- If true, TASK_STATE_STARTED bit is turned on in
- an atomic fashion, making sure that TASK_STATE_CANCELED does not get set
- underneath us. If false, TASK_STATE_STARTED bit is OR-ed right in. This
- allows us to streamline things a bit for StartNew(), where competing cancellations
- are not a problem.
-
-
-
- Adds an exception to the list of exceptions this task has thrown.
-
- An object representing either an Exception or a collection of Exceptions.
-
-
-
- Returns a list of exceptions by aggregating the holder's contents. Or null if
- no exceptions have been thrown.
-
- Whether to include a TCE if cancelled.
- An aggregate exception, or null if no exceptions have been caught.
-
-
-
- Throws an aggregate exception if the task contains exceptions.
-
-
-
-
- Checks whether this is an attached task, and whether we are being called by the parent task.
- And sets the TASK_STATE_EXCEPTIONOBSERVEDBYPARENT status flag based on that.
-
- This is meant to be used internally when throwing an exception, and when WaitAll is gathering
- exceptions for tasks it waited on. If this flag gets set, the implicit wait on children
- will skip exceptions to prevent duplication.
-
- This should only be called when this task has completed with an exception
-
-
-
-
-
- Signals completion of this particular task.
-
- The bUserDelegateExecuted parameter indicates whether this Finish() call comes following the
- full execution of the user delegate.
-
- If bUserDelegateExecuted is false, it mean user delegate wasn't invoked at all (either due to
- a cancellation request, or because this task is a promise style Task). In this case, the steps
- involving child tasks (i.e. WaitForChildren) will be skipped.
-
-
-
-
-
- FinishStageTwo is to be executed as soon as we known there are no more children to complete.
- It can happen i) either on the thread that originally executed this task (if no children were spawned, or they all completed by the time this task's delegate quit)
- ii) or on the thread that executed the last child.
-
-
-
-
- Final stage of the task completion code path. Notifies the parent (if any) that another of its childre are done, and runs continuations.
- This function is only separated out from FinishStageTwo because these two operations are also needed to be called from CancellationCleanupLogic()
-
-
-
-
- This is called by children of this task when they are completed.
-
-
-
-
- This is to be called just before the task does its final state transition.
- It traverses the list of exceptional children, and appends their aggregate exceptions into this one's exception list
-
-
-
-
- Special purpose Finish() entry point to be used when the task delegate throws a ThreadAbortedException
- This makes a note in the state flags so that we avoid any costly synchronous operations in the finish codepath
- such as inlined continuations
-
-
- Indicates whether the ThreadAbortException was added to this task's exception holder.
- This should always be true except for the case of non-root self replicating task copies.
-
- Whether the delegate was executed.
-
-
-
- Executes the task. This method will only be called once, and handles bookeeping associated with
- self-replicating tasks, in addition to performing necessary exception marshaling.
-
- The task has already been disposed.
-
-
-
- IThreadPoolWorkItem override, which is the entry function for this task when the TP scheduler decides to run it.
-
-
-
-
-
- Outermost entry function to execute this task. Handles all aspects of executing a task on the caller thread.
- Currently this is called by IThreadPoolWorkItem.ExecuteWorkItem(), and TaskManager.TryExecuteInline.
-
-
- Performs atomic updates to prevent double execution. Should only be set to true
- in codepaths servicing user provided TaskSchedulers. The ConcRT or ThreadPool schedulers don't need this.
-
-
-
- The actual code which invokes the body of the task. This can be overriden in derived types.
-
-
-
-
- Alternate InnerInvoke prototype to be called from ExecuteSelfReplicating() so that
- the Parallel Debugger can discover the actual task being invoked.
- Details: Here, InnerInvoke is actually being called on the rootTask object while we are actually executing the
- childTask. And the debugger needs to discover the childTask, so we pass that down as an argument.
- The NoOptimization and NoInlining flags ensure that the childTask pointer is retained, and that this
- function appears on the callstack.
-
-
-
-
-
- Performs whatever handling is necessary for an unhandled exception. Normally
- this just entails adding the exception to the holder object.
-
- The exception that went unhandled.
-
-
-
- Waits for the to complete execution.
-
-
- The was canceled -or- an exception was thrown during
- the execution of the .
-
-
- The has been disposed.
-
-
-
-
- Waits for the to complete execution.
-
-
- A that represents the number of milliseconds to wait, or a that represents -1 milliseconds to wait indefinitely.
-
-
- true if the completed execution within the allotted time; otherwise, false.
-
-
- The was canceled -or- an exception was thrown during the execution of the .
-
-
- is a negative number other than -1 milliseconds, which represents an
- infinite time-out -or- timeout is greater than
- .
-
-
- The has been disposed.
-
-
-
-
- Waits for the to complete execution.
-
-
- A to observe while waiting for the task to complete.
-
-
- The was canceled.
-
-
- The was canceled -or- an exception was thrown during the execution of the .
-
-
- The
- has been disposed.
-
-
-
-
- Waits for the to complete execution.
-
-
- The number of milliseconds to wait, or (-1) to
- wait indefinitely.
- true if the completed execution within the allotted time; otherwise,
- false.
-
-
- is a negative number other than -1, which represents an
- infinite time-out.
-
-
- The was canceled -or- an exception was thrown during the execution of the .
-
-
- The
- has been disposed.
-
-
-
-
- Waits for the to complete execution.
-
-
- The number of milliseconds to wait, or (-1) to
- wait indefinitely.
-
-
- A to observe while waiting for the task to complete.
-
-
- true if the completed execution within the allotted time; otherwise, false.
-
-
- The was canceled -or- an exception was thrown during the execution of the .
-
-
- The
- has been disposed.
-
-
- is a negative number other than -1, which represents an
- infinite time-out.
-
-
- The was canceled.
-
-
-
-
- The core wait function, which is only accesible internally. It's meant to be used in places in TPL code where
- the current context is known or cached.
-
-
-
-
- Cancels the .
-
- Indiactes whether we should only cancel non-invoked tasks.
- For the default scheduler this option will only be serviced through TryDequeue.
- For custom schedulers we also attempt an atomic state transition.
- true if the task was successfully canceled; otherwise, false.
- The
- has been disposed.
-
-
-
- Sets the task's cancellation acknowledged flag.
-
-
-
-
- Runs all of the continuations, as appropriate.
-
-
-
-
- Helper function to determine whether the current task is in the state desired by the
- continuation kind under evaluation. Three possibilities exist: the task failed with
- an unhandled exception (OnFailed), the task was canceled before running (OnAborted),
- or the task completed successfully (OnCompletedSuccessfully). Note that the last
- one includes completing due to cancellation.
-
- The continuation options under evaluation.
- True if the continuation should be run given the task's current state.
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- An action to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed, whether it completes due to running to completion successfully, faulting due to an
- unhandled exception, or exiting out early due to being canceled.
-
-
- The argument is null.
-
-
- The has been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- An action to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
- The that will be assigned to the new continuation task.
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed, whether it completes due to running to completion successfully, faulting due to an
- unhandled exception, or exiting out early due to being canceled.
-
-
- The argument is null.
-
-
- The has been disposed.
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- An action to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
-
- The to associate with the continuation task and to use for its execution.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed, whether it completes due to running to completion successfully, faulting due to an
- unhandled exception, or exiting out early due to being canceled.
-
-
- The argument is null.
-
-
- The argument is null.
-
-
- The has been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- An action to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
-
- Options for when the continuation is scheduled and how it behaves. This includes criteria, such
- as OnlyOnCanceled, as
- well as execution options, such as ExecuteSynchronously.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed. If the continuation criteria specified through the parameter are not met, the continuation task will be canceled
- instead of scheduled.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for TaskContinuationOptions.
-
-
- The has been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- An action to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
-
- Options for when the continuation is scheduled and how it behaves. This includes criteria, such
- as OnlyOnCanceled, as
- well as execution options, such as ExecuteSynchronously.
-
- The that will be assigned to the new continuation task.
-
- The to associate with the continuation task and to use for its
- execution.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed. If the criteria specified through the parameter
- are not met, the continuation task will be canceled instead of scheduled.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for TaskContinuationOptions.
-
-
- The argument is null.
-
-
- The has been disposed.
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- The type of the result produced by the continuation.
-
-
- A function to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed, whether it completes due to running to completion successfully, faulting due to an
- unhandled exception, or exiting out early due to being canceled.
-
-
- The argument is null.
-
-
- The has been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- The type of the result produced by the continuation.
-
-
- A function to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
- The that will be assigned to the new continuation task.
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed, whether it completes due to running to completion successfully, faulting due to an
- unhandled exception, or exiting out early due to being canceled.
-
-
- The argument is null.
-
-
- The has been disposed.
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- The type of the result produced by the continuation.
-
-
- A function to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
-
- The to associate with the continuation task and to use for its execution.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed, whether it completes due to running to completion successfully, faulting due to an
- unhandled exception, or exiting out early due to being canceled.
-
-
- The argument is null.
-
-
- The argument is null.
-
-
- The has been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- The type of the result produced by the continuation.
-
-
- A function to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
-
- Options for when the continuation is scheduled and how it behaves. This includes criteria, such
- as OnlyOnCanceled, as
- well as execution options, such as ExecuteSynchronously.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed. If the continuation criteria specified through the parameter are not met, the continuation task will be canceled
- instead of scheduled.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for TaskContinuationOptions.
-
-
- The has been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- The type of the result produced by the continuation.
-
-
- A function to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
- The that will be assigned to the new continuation task.
-
- Options for when the continuation is scheduled and how it behaves. This includes criteria, such
- as OnlyOnCanceled, as
- well as execution options, such as ExecuteSynchronously.
-
-
- The to associate with the continuation task and to use for its
- execution.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed. If the criteria specified through the parameter
- are not met, the continuation task will be canceled instead of scheduled.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for TaskContinuationOptions.
-
-
- The argument is null.
-
-
- The has been disposed.
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Converts TaskContinuationOptions to TaskCreationOptions, and also does
- some validity checking along the way.
-
- Incoming TaskContinuationOptions
- Outgoing TaskCreationOptions
- Outgoing InternalTaskOptions
-
-
-
- Registers the continuation and possibly runs it (if the task is already finished).
-
- The continuation task itself.
- TaskScheduler with which to associate continuation task.
- Restrictions on when the continuation becomes active.
-
-
-
- Waits for all of the provided objects to complete execution.
-
-
- An array of instances on which to wait.
-
-
- The argument is null.
-
-
- The argument contains a null element.
-
-
- At least one of the instances was canceled -or- an exception was thrown during
- the execution of at least one of the instances.
-
-
- The has been disposed.
-
-
-
-
- Waits for all of the provided objects to complete execution.
-
-
- true if all of the instances completed execution within the allotted time;
- otherwise, false.
-
-
- An array of instances on which to wait.
-
-
- A that represents the number of milliseconds to wait, or a that represents -1 milliseconds to wait indefinitely.
-
-
- The argument is null.
-
-
- The argument contains a null element.
-
-
- At least one of the instances was canceled -or- an exception was thrown during
- the execution of at least one of the instances.
-
-
- is a negative number other than -1 milliseconds, which represents an
- infinite time-out -or- timeout is greater than
- .
-
-
- The has been disposed.
-
-
-
-
- Waits for all of the provided objects to complete execution.
-
-
- true if all of the instances completed execution within the allotted time;
- otherwise, false.
-
-
- The number of milliseconds to wait, or (-1) to
- wait indefinitely.
- An array of instances on which to wait.
-
-
- The argument is null.
-
-
- The argument contains a null element.
-
-
- At least one of the instances was canceled -or- an exception was thrown during
- the execution of at least one of the instances.
-
-
- The has been disposed.
-
-
- is a negative number other than -1, which represents an
- infinite time-out.
-
-
-
-
- Waits for all of the provided objects to complete execution.
-
-
- true if all of the instances completed execution within the allotted time;
- otherwise, false.
-
-
- An array of instances on which to wait.
-
-
- A to observe while waiting for the tasks to complete.
-
-
- The argument is null.
-
-
- The argument contains a null element.
-
-
- At least one of the instances was canceled -or- an exception was thrown during
- the execution of at least one of the instances.
-
-
- The was canceled.
-
-
- The has been disposed.
-
-
-
-
- Waits for all of the provided objects to complete execution.
-
-
- true if all of the instances completed execution within the allotted time;
- otherwise, false.
-
-
- An array of instances on which to wait.
-
-
- The number of milliseconds to wait, or (-1) to
- wait indefinitely.
-
-
- A to observe while waiting for the tasks to complete.
-
-
- The argument is null.
-
-
- The argument contains a null element.
-
-
- At least one of the instances was canceled -or- an exception was thrown during
- the execution of at least one of the instances.
-
-
- The has been disposed.
-
-
- is a negative number other than -1, which represents an
- infinite time-out.
-
-
- The was canceled.
-
-
-
-
- Waits for a set of handles in a STA-aware way. In other words, it will wait for each
- of the events individually if we're on a STA thread, because MsgWaitForMultipleObjectsEx
- can't do a true wait-all due to its hidden message queue event. This is not atomic,
- of course, but we only wait on one-way (MRE) events anyway so this is OK.
-
- An array of wait handles to wait on.
- The timeout to use during waits.
- The cancellationToken that enables a wait to be canceled.
- True if all waits succeeded, false if a timeout occurred.
-
-
-
- Internal WaitAll implementation which is meant to be used with small number of tasks,
- optimized for Parallel.Invoke and other structured primitives.
-
-
-
-
- This internal function is only meant to be called by WaitAll()
- If the completed task is canceled or it has other exceptions, here we will add those
- into the passed in exception list (which will be lazily initialized here).
-
-
-
-
- Waits for any of the provided objects to complete execution.
-
-
- An array of instances on which to wait.
-
- The index of the completed task in the array argument.
-
- The argument is null.
-
-
- The argument contains a null element.
-
-
- The has been disposed.
-
-
-
-
- Waits for any of the provided objects to complete execution.
-
-
- An array of instances on which to wait.
-
-
- A that represents the number of milliseconds to wait, or a that represents -1 milliseconds to wait indefinitely.
-
-
- The index of the completed task in the array argument, or -1 if the
- timeout occurred.
-
-
- The argument is null.
-
-
- The argument contains a null element.
-
-
- The has been disposed.
-
-
- is a negative number other than -1 milliseconds, which represents an
- infinite time-out -or- timeout is greater than
- .
-
-
-
-
- Waits for any of the provided objects to complete execution.
-
-
- An array of instances on which to wait.
-
-
- A to observe while waiting for a task to complete.
-
-
- The index of the completed task in the array argument.
-
-
- The argument is null.
-
-
- The argument contains a null element.
-
-
- The has been disposed.
-
-
- The was canceled.
-
-
-
-
- Waits for any of the provided objects to complete execution.
-
-
- An array of instances on which to wait.
-
-
- The number of milliseconds to wait, or (-1) to
- wait indefinitely.
-
-
- The index of the completed task in the array argument, or -1 if the
- timeout occurred.
-
-
- The argument is null.
-
-
- The argument contains a null element.
-
-
- The has been disposed.
-
-
- is a negative number other than -1, which represents an
- infinite time-out.
-
-
-
-
- Waits for any of the provided objects to complete execution.
-
-
- An array of instances on which to wait.
-
-
- The number of milliseconds to wait, or (-1) to
- wait indefinitely.
-
-
- A to observe while waiting for a task to complete.
-
-
- The index of the completed task in the array argument, or -1 if the
- timeout occurred.
-
-
- The argument is null.
-
-
- The argument contains a null element.
-
-
- The has been disposed.
-
-
- is a negative number other than -1, which represents an
- infinite time-out.
-
-
- The was canceled.
-
-
-
-
- Gets a unique ID for this Task instance.
-
-
- Task IDs are assigned on-demand and do not necessarily represent the order in the which Task
- instances were created.
-
-
-
-
- Returns the unique ID of the currently executing Task.
-
-
-
-
- Gets the Task instance currently executing, or
- null if none exists.
-
-
-
-
- Gets the Exception that caused the Task to end prematurely. If the Task completed successfully or has not yet thrown any
- exceptions, this will return null.
-
-
- Tasks that throw unhandled exceptions store the resulting exception and propagate it wrapped in a
- in calls to Wait
- or in accesses to the property. Any exceptions not observed by the time
- the Task instance is garbage collected will be propagated on the finalizer thread.
-
-
- The Task
- has been disposed.
-
-
-
-
- Gets the TaskStatus of this Task.
-
-
-
-
- Gets whether this Task instance has completed
- execution due to being canceled.
-
-
- A Task will complete in Canceled state either if its CancellationToken
- was marked for cancellation before the task started executing, or if the task acknowledged the cancellation request on
- its already signaled CancellationToken by throwing an
- OperationCanceledException2 that bears the same
- CancellationToken.
-
-
-
-
- Returns true if this task has a cancellation token and it was signaled.
- To be used internally in execute entry codepaths.
-
-
-
-
- This internal property provides access to the CancellationToken that was set on the task
- when it was constructed.
-
-
-
-
- Gets whether this threw an OperationCanceledException2 while its CancellationToken was signaled.
-
-
-
-
- Gets whether this Task has completed.
-
-
- will return true when the Task is in one of the three
- final states: RanToCompletion,
- Faulted, or
- Canceled.
-
-
-
-
- Checks whether this task has been disposed.
-
-
-
-
- Gets the TaskCreationOptions used
- to create this task.
-
-
-
-
- Gets a that can be used to wait for the task to
- complete.
-
-
- Using the wait functionality provided by
- should be preferred over using for similar
- functionality.
-
-
- The has been disposed.
-
-
-
-
- Gets the state object supplied when the Task was created,
- or null if none was supplied.
-
-
-
-
- Gets an indication of whether the asynchronous operation completed synchronously.
-
- true if the asynchronous operation completed synchronously; otherwise, false.
-
-
-
- Provides access to the TaskScheduler responsible for executing this Task.
-
-
-
-
- Provides access to factory methods for creating and instances.
-
-
- The factory returned from is a default instance
- of , as would result from using
- the default constructor on TaskFactory.
-
-
-
-
- Provides an event that can be used to wait for completion.
- Only called by Wait*(), which means that we really do need to instantiate a completion event.
-
-
-
-
- Determines whether this is the root task of a self replicating group.
-
-
-
-
- Determines whether the task is a replica itself.
-
-
-
-
- The property formerly known as IsFaulted.
-
-
-
-
- Gets whether the completed due to an unhandled exception.
-
-
- If is true, the Task's will be equal to
- TaskStatus.Faulted, and its
- property will be non-null.
-
-
-
-
- Checks whether the TASK_STATE_EXCEPTIONOBSERVEDBYPARENT status flag is set,
- This will only be used by the implicit wait to prevent double throws
-
-
-
-
-
- Checks whether the body was ever invoked. Used by task scheduler code to verify custom schedulers actually ran the task.
-
-
-
-
- A structure to hold continuation information.
-
-
-
-
- Constructs a new continuation structure.
-
- The task to be activated.
- The continuation options.
- The scheduler to use for the continuation.
-
-
-
- Invokes the continuation for the target completion task.
-
- The completed task.
- Whether the continuation can be inlined.
-
-
-
- Initializes a new with the specified function.
-
-
- The delegate that represents the code to execute in the task. When the function has completed,
- the task's property will be set to return the result value of the function.
-
-
- The argument is null.
-
-
-
-
- Initializes a new with the specified function.
-
-
- The delegate that represents the code to execute in the task. When the function has completed,
- the task's property will be set to return the result value of the function.
-
- The to be assigned to this task.
-
- The argument is null.
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Initializes a new with the specified function and creation options.
-
-
- The delegate that represents the code to execute in the task. When the function has completed,
- the task's property will be set to return the result value of the function.
-
-
- The TaskCreationOptions used to
- customize the task's behavior.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for .
-
-
-
-
- Initializes a new with the specified function and creation options.
-
-
- The delegate that represents the code to execute in the task. When the function has completed,
- the task's property will be set to return the result value of the function.
-
- The that will be assigned to the new task.
-
- The TaskCreationOptions used to
- customize the task's behavior.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for .
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Initializes a new with the specified function and state.
-
-
- The delegate that represents the code to execute in the task. When the function has completed,
- the task's property will be set to return the result value of the function.
-
- An object representing data to be used by the action.
-
- The argument is null.
-
-
-
-
- Initializes a new with the specified action, state, and options.
-
-
- The delegate that represents the code to execute in the task. When the function has completed,
- the task's property will be set to return the result value of the function.
-
- An object representing data to be used by the function.
- The to be assigned to the new task.
-
- The argument is null.
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Initializes a new with the specified action, state, and options.
-
-
- The delegate that represents the code to execute in the task. When the function has completed,
- the task's property will be set to return the result value of the function.
-
- An object representing data to be used by the function.
-
- The TaskCreationOptions used to
- customize the task's behavior.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for .
-
-
-
-
- Initializes a new with the specified action, state, and options.
-
-
- The delegate that represents the code to execute in the task. When the function has completed,
- the task's property will be set to return the result value of the function.
-
- An object representing data to be used by the function.
- The to be assigned to the new task.
-
- The TaskCreationOptions used to
- customize the task's behavior.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for .
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a new future object.
-
- The parent task for this future.
- A function that yields the future value.
- The task scheduler which will be used to execute the future.
- The CancellationToken for the task.
- Options to control the future's behavior.
- Internal options to control the future's behavior.
- The argument specifies
- a SelfReplicating , which is illegal."/>.
-
-
-
- Creates a new future object.
-
- The parent task for this future.
- An object containing data to be used by the action; may be null.
- A function that yields the future value.
- The CancellationToken for the task.
- The task scheduler which will be used to execute the future.
- Options to control the future's behavior.
- Internal options to control the future's behavior.
- The argument specifies
- a SelfReplicating , which is illegal."/>.
-
-
-
- Evaluates the value selector of the Task which is passed in as an object and stores the result.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- An action to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed, whether it completes due to running to completion successfully, faulting due to an
- unhandled exception, or exiting out early due to being canceled.
-
-
- The argument is null.
-
-
- The has been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- An action to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
- The that will be assigned to the new continuation task.
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed, whether it completes due to running to completion successfully, faulting due to an
- unhandled exception, or exiting out early due to being canceled.
-
-
- The argument is null.
-
-
- The has been disposed.
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- An action to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
-
- The to associate with the continuation task and to use for its execution.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed, whether it completes due to running to completion successfully, faulting due to an
- unhandled exception, or exiting out early due to being canceled.
-
-
- The argument is null.
-
-
- The argument is null.
-
-
- The has been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- An action to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
-
- Options for when the continuation is scheduled and how it behaves. This includes criteria, such
- as OnlyOnCanceled, as
- well as execution options, such as ExecuteSynchronously.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed. If the continuation criteria specified through the parameter are not met, the continuation task will be canceled
- instead of scheduled.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for TaskContinuationOptions.
-
-
- The has been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- An action to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
- The that will be assigned to the new continuation task.
-
- Options for when the continuation is scheduled and how it behaves. This includes criteria, such
- as OnlyOnCanceled, as
- well as execution options, such as ExecuteSynchronously.
-
-
- The to associate with the continuation task and to use for its
- execution.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed. If the criteria specified through the parameter
- are not met, the continuation task will be canceled instead of scheduled.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for TaskContinuationOptions.
-
-
- The argument is null.
-
-
- The has been disposed.
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- The type of the result produced by the continuation.
-
-
- A function to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current
- task has completed, whether it completes due to running to completion successfully, faulting due
- to an unhandled exception, or exiting out early due to being canceled.
-
-
- The argument is null.
-
-
- The has been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- The type of the result produced by the continuation.
-
-
- A function to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
- The that will be assigned to the new task.
- A new continuation .
-
- The returned will not be scheduled for execution until the current
- task has completed, whether it completes due to running to completion successfully, faulting due
- to an unhandled exception, or exiting out early due to being canceled.
-
-
- The argument is null.
-
-
- The has been disposed.
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- The type of the result produced by the continuation.
-
-
- A function to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
-
- The to associate with the continuation task and to use for its execution.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed, whether it completes due to running to completion successfully, faulting due to an
- unhandled exception, or exiting out early due to being canceled.
-
-
- The argument is null.
-
-
- The argument is null.
-
-
- The has been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- The type of the result produced by the continuation.
-
-
- A function to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
-
- Options for when the continuation is scheduled and how it behaves. This includes criteria, such
- as OnlyOnCanceled, as
- well as execution options, such as ExecuteSynchronously.
-
- A new continuation .
-
-
- The returned will not be scheduled for execution until the current
- task has completed, whether it completes due to running to completion successfully, faulting due
- to an unhandled exception, or exiting out early due to being canceled.
-
-
- The , when executed, should return a . This task's completion state will be transferred to the task returned
- from the ContinueWith call.
-
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for TaskContinuationOptions.
-
-
- The has been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- The type of the result produced by the continuation.
-
-
- A function to run when the completes. When run, the delegate will be passed as
- an argument this completed task.
-
- The that will be assigned to the new task.
-
- Options for when the continuation is scheduled and how it behaves. This includes criteria, such
- as OnlyOnCanceled, as
- well as execution options, such as ExecuteSynchronously.
-
-
- The to associate with the continuation task and to use for its
- execution.
-
- A new continuation .
-
-
- The returned will not be scheduled for execution until the current task has
- completed, whether it completes due to running to completion successfully, faulting due to an
- unhandled exception, or exiting out early due to being canceled.
-
-
- The , when executed, should return a .
- This task's completion state will be transferred to the task returned from the
- ContinueWith call.
-
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for TaskContinuationOptions.
-
-
- The argument is null.
-
-
- The has been disposed.
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Gets the result value of this .
-
-
- The get accessor for this property ensures that the asynchronous operation is complete before
- returning. Once the result of the computation is available, it is stored and will be returned
- immediately on later calls to .
-
-
-
-
- Provides access to factory methods for creating instances.
-
-
- The factory returned from is a default instance
- of , as would result from using
- the default constructor on the factory type.
-
-
-
-
- Provides support for creating and scheduling
- Task{TResult} objects.
-
- The type of the results that are available though
- the Task{TResult} objects that are associated with
- the methods in this class.
-
-
- There are many common patterns for which tasks are relevant. The
- class encodes some of these patterns into methods that pick up default settings, which are
- configurable through its constructors.
-
-
- A default instance of is available through the
- Task{TResult}.Factory property.
-
-
-
-
-
- Initializes a instance with the default configuration.
-
-
- This constructor creates a instance with a default configuration. The
- property is initialized to
- TaskCreationOptions.None, the
- property is initialized to TaskContinuationOptions.None,
- and the TaskScheduler property is
- initialized to the current scheduler (see TaskScheduler.Current).
-
-
-
-
- Initializes a instance with the default configuration.
-
- The default that will be assigned
- to tasks created by this unless another CancellationToken is explicitly specified
- while calling the factory methods.
-
- This constructor creates a instance with a default configuration. The
- property is initialized to
- TaskCreationOptions.None, the
- property is initialized to TaskContinuationOptions.None,
- and the TaskScheduler property is
- initialized to the current scheduler (see TaskScheduler.Current).
-
-
-
-
- Initializes a instance with the specified configuration.
-
-
- The
- TaskScheduler to use to schedule any tasks created with this TaskFactory{TResult}. A null value
- indicates that the current TaskScheduler should be used.
-
-
- With this constructor, the
- property is initialized to
- TaskCreationOptions.None, the
- property is initialized to TaskContinuationOptions.None,
- and the TaskScheduler property is
- initialized to , unless it's null, in which case the property is
- initialized to the current scheduler (see TaskScheduler.Current).
-
-
-
-
- Initializes a instance with the specified configuration.
-
-
- The default
- TaskCreationOptions to use when creating tasks with this TaskFactory{TResult}.
-
-
- The default
- TaskContinuationOptions to use when creating continuation tasks with this TaskFactory{TResult}.
-
-
- The exception that is thrown when the
- argument or the
- argument specifies an invalid value.
-
-
- With this constructor, the
- property is initialized to ,
- the
- property is initialized to , and the TaskScheduler property is initialized to the
- current scheduler (see TaskScheduler.Current).
-
-
-
-
- Initializes a instance with the specified configuration.
-
- The default that will be assigned
- to tasks created by this unless another CancellationToken is explicitly specified
- while calling the factory methods.
-
- The default
- TaskCreationOptions to use when creating tasks with this TaskFactory{TResult}.
-
-
- The default
- TaskContinuationOptions to use when creating continuation tasks with this TaskFactory{TResult}.
-
-
- The default
- TaskScheduler to use to schedule any Tasks created with this TaskFactory{TResult}. A null value
- indicates that TaskScheduler.Current should be used.
-
-
- The exception that is thrown when the
- argument or the
- argumentspecifies an invalid value.
-
-
- With this constructor, the
- property is initialized to ,
- the
- property is initialized to , and the TaskScheduler property is initialized to
- , unless it's null, in which case the property is initialized to the
- current scheduler (see TaskScheduler.Current).
-
-
-
-
- Creates and starts a .
-
- A function delegate that returns the future result to be available through
- the .
- The started .
- The exception that is thrown when the
- argument is null.
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- A function delegate that returns the future result to be available through
- the .
- The that will be assigned to the new task.
- The started .
- The exception that is thrown when the
- argument is null.
- The provided CancellationToken
- has already been disposed.
-
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- A function delegate that returns the future result to be available through
- the .
- A TaskCreationOptions value that controls the behavior of the
- created
- .
- The started .
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- A function delegate that returns the future result to be available through
- the .
- A TaskCreationOptions value that controls the behavior of the
- created
- .
- The that will be assigned to the new task.
- The TaskScheduler
- that is used to schedule the created
- Task{TResult}.
- The started .
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The provided CancellationToken
- has already been disposed.
-
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- A function delegate that returns the future result to be available through
- the .
- An object containing data to be used by the
- delegate.
- The started .
- The exception that is thrown when the
- argument is null.
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- A function delegate that returns the future result to be available through
- the .
- An object containing data to be used by the
- delegate.
- The that will be assigned to the new task.
- The started .
- The exception that is thrown when the
- argument is null.
- The provided CancellationToken
- has already been disposed.
-
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- A function delegate that returns the future result to be available through
- the .
- An object containing data to be used by the
- delegate.
- A TaskCreationOptions value that controls the behavior of the
- created
- .
- The started .
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- A function delegate that returns the future result to be available through
- the .
- An object containing data to be used by the
- delegate.
- The that will be assigned to the new task.
- A TaskCreationOptions value that controls the behavior of the
- created
- .
- The TaskScheduler
- that is used to schedule the created
- Task{TResult}.
- The started .
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The provided CancellationToken
- has already been disposed.
-
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates a Task that executes an end
- method function when a specified IAsyncResult completes.
-
- The IAsyncResult whose completion should trigger the processing of the
- .
- The function delegate that processes the completed .
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- A Task that represents the
- asynchronous operation.
-
-
-
- Creates a Task that executes an end
- method function when a specified IAsyncResult completes.
-
- The IAsyncResult whose completion should trigger the processing of the
- .
- The function delegate that processes the completed .
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- A Task that represents the
- asynchronous operation.
-
-
-
- Creates a Task that executes an end
- method function when a specified IAsyncResult completes.
-
- The IAsyncResult whose completion should trigger the processing of the
- .
- The function delegate that processes the completed .
- The TaskScheduler
- that is used to schedule the task that executes the end method.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- A Task that represents the
- asynchronous operation.
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the delegate.
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the delegate.
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the delegate.
- The type of the second argument passed to
- delegate.
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The second argument passed to the
- delegate.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the delegate.
- The type of the second argument passed to
- delegate.
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The second argument passed to the
- delegate.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the delegate.
- The type of the second argument passed to
- delegate.
- The type of the third argument passed to
- delegate.
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The second argument passed to the
- delegate.
- The third argument passed to the
- delegate.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the delegate.
- The type of the second argument passed to
- delegate.
- The type of the third argument passed to
- delegate.
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The second argument passed to the
- delegate.
- The third argument passed to the
- delegate.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in
- the array have completed.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in
- the array have completed.
- The CancellationToken
- that will be assigned to the new continuation task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the array have completed.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAll.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the array have completed.
- The CancellationToken
- that will be assigned to the new continuation task.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The TaskScheduler
- that is used to schedule the created continuation Task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAll.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the
- array have completed.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the
- array have completed.
- The CancellationToken
- that will be assigned to the new continuation task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the
- array have completed.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAll.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the
- array have completed.
- The CancellationToken
- that will be assigned to the new continuation task.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The TaskScheduler
- that is used to schedule the created continuation .
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAll.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the array completes.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the array completes.
- The CancellationToken
- that will be assigned to the new continuation task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the array completes.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAny.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the array completes.
- The CancellationToken
- that will be assigned to the new continuation task.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The TaskScheduler
- that is used to schedule the created continuation Task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAny.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the
- array completes.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the
- array completes.
- The CancellationToken
- that will be assigned to the new continuation task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the
- array completes.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAny.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the
- array completes.
- The CancellationToken
- that will be assigned to the new continuation task.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The TaskScheduler
- that is used to schedule the created continuation .
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAny.
-
-
-
-
- Gets the default CancellationToken of this
- TaskFactory.
-
-
- This property returns the default that will be assigned to all
- tasks created by this factory unless another CancellationToken value is explicitly specified
- during the call to the factory methods.
-
-
-
-
- Gets the TaskScheduler of this
- TaskFactory{TResult}.
-
-
- This property returns the default scheduler for this factory. It will be used to schedule all
- tasks unless another scheduler is explicitly specified during calls to this factory's methods.
- If null, TaskScheduler.Current
- will be used.
-
-
-
-
- Gets the TaskCreationOptions
- value of this TaskFactory{TResult}.
-
-
- This property returns the default creation options for this factory. They will be used to create all
- tasks unless other options are explicitly specified during calls to this factory's methods.
-
-
-
-
- Gets the TaskContinuationOptions
- value of this TaskFactory{TResult}.
-
-
- This property returns the default continuation options for this factory. They will be used to create
- all continuation tasks unless other options are explicitly specified during calls to this factory's methods.
-
-
-
-
- Represents the current stage in the lifecycle of a .
-
-
-
-
- The task has been initialized but has not yet been scheduled.
-
-
-
-
- The task is waiting to be activated and scheduled internally by the .NET Framework infrastructure.
-
-
-
-
- The task has been scheduled for execution but has not yet begun executing.
-
-
-
-
- The task is running but has not yet completed.
-
-
-
-
- The task has finished executing and is implicitly waiting for
- attached child tasks to complete.
-
-
-
-
- The task completed execution successfully.
-
-
-
-
- The task acknowledged cancellation by throwing an OperationCanceledException2 with its own CancellationToken
- while the token was in signaled state, or the task's CancellationToken was already signaled before the
- task started executing.
-
-
-
-
- The task completed due to an unhandled exception.
-
-
-
-
- Specifies flags that control optional behavior for the creation and execution of tasks.
-
-
-
-
- Specifies that the default behavior should be used.
-
-
-
-
- A hint to a TaskScheduler to schedule a
- task in as fair a manner as possible, meaning that tasks scheduled sooner will be more likely to
- be run sooner, and tasks scheduled later will be more likely to be run later.
-
-
-
-
- Specifies that a task will be a long-running, course-grained operation. It provides a hint to the
- TaskScheduler that oversubscription may be
- warranted.
-
-
-
-
- Specifies that a task is attached to a parent in the task hierarchy.
-
-
-
-
- Task creation flags which are only used internally.
-
-
-
- Specifies "No internal task options"
-
-
- Used to filter out internal vs. public task creation options.
-
-
- Specifies that the task will be queued by the runtime before handing it over to the user.
- This flag will be used to skip the cancellationtoken registration step, which is only meant for unstarted tasks.
-
-
-
- Specifies flags that control optional behavior for the creation and execution of continuation tasks.
-
-
-
-
- Default = "Continue on any, no task options, run asynchronously"
- Specifies that the default behavior should be used. Continuations, by default, will
- be scheduled when the antecedent task completes, regardless of the task's final TaskStatus.
-
-
-
-
- A hint to a TaskScheduler to schedule a
- task in as fair a manner as possible, meaning that tasks scheduled sooner will be more likely to
- be run sooner, and tasks scheduled later will be more likely to be run later.
-
-
-
-
- Specifies that a task will be a long-running, course-grained operation. It provides
- a hint to the TaskScheduler that
- oversubscription may be warranted.
-
-
-
-
- Specifies that a task is attached to a parent in the task hierarchy.
-
-
-
-
- Specifies that the continuation task should not be scheduled if its antecedent ran to completion.
- This option is not valid for multi-task continuations.
-
-
-
-
- Specifies that the continuation task should not be scheduled if its antecedent threw an unhandled
- exception. This option is not valid for multi-task continuations.
-
-
-
-
- Specifies that the continuation task should not be scheduled if its antecedent was canceled. This
- option is not valid for multi-task continuations.
-
-
-
-
- Specifies that the continuation task should be scheduled only if its antecedent ran to
- completion. This option is not valid for multi-task continuations.
-
-
-
-
- Specifies that the continuation task should be scheduled only if its antecedent threw an
- unhandled exception. This option is not valid for multi-task continuations.
-
-
-
-
- Specifies that the continuation task should be scheduled only if its antecedent was canceled.
- This option is not valid for multi-task continuations.
-
-
-
-
- Specifies that the continuation task should be executed synchronously. With this option
- specified, the continuation will be run on the same thread that causes the antecedent task to
- transition into its final state. If the antecedent is already complete when the continuation is
- created, the continuation will run on the thread creating the continuation. Only very
- short-running continuations should be executed synchronously.
-
-
-
-
- Represents an exception used to communicate task cancellation.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the
- class with a specified error message.
-
- The error message that explains the reason for the exception.
-
-
-
- Initializes a new instance of the
- class with a specified error message and a reference to the inner exception that is the cause of
- this exception.
-
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception.
-
-
-
- Initializes a new instance of the class
- with a reference to the that has been canceled.
-
- A task that has been canceled.
-
-
-
- Gets the task associated with this exception.
-
-
- It is permissible for no Task to be associated with a
- , in which case
- this property will return null.
-
-
-
-
- Represents the producer side of a unbound to a
- delegate, providing access to the consumer side through the property.
-
-
-
- It is often the case that a is desired to
- represent another asynchronous operation.
- TaskCompletionSource is provided for this purpose. It enables
- the creation of a task that can be handed out to consumers, and those consumers can use the members
- of the task as they would any other. However, unlike most tasks, the state of a task created by a
- TaskCompletionSource is controlled explicitly by the methods on TaskCompletionSource. This enables the
- completion of the external asynchronous operation to be propagated to the underlying Task. The
- separation also ensures that consumers are not able to transition the state without access to the
- corresponding TaskCompletionSource.
-
-
- All members of are thread-safe
- and may be used from multiple threads concurrently.
-
-
- The type of the result value assocatied with this .
-
-
-
- Creates a .
-
-
-
-
- Creates a
- with the specified options.
-
-
- The created
- by this instance and accessible through its property
- will be instantiated using the specified .
-
- The options to use when creating the underlying
- .
-
- The represent options invalid for use
- with a .
-
-
-
-
- Creates a
- with the specified state.
-
- The state to use as the underlying
- 's AsyncState.
-
-
-
- Creates a with
- the specified state and options.
-
- The options to use when creating the underlying
- .
- The state to use as the underlying
- 's AsyncState.
-
- The represent options invalid for use
- with a .
-
-
-
-
- Attempts to transition the underlying
- into the
- Faulted
- state.
-
- The exception to bind to this .
- True if the operation was successful; otherwise, false.
- This operation will return false if the
- is already in one
- of the three final states:
- RanToCompletion,
- Faulted, or
- Canceled.
-
- The argument is null.
- The was disposed.
-
-
-
- Attempts to transition the underlying
- into the
- Faulted
- state.
-
- The collection of exceptions to bind to this .
- True if the operation was successful; otherwise, false.
- This operation will return false if the
- is already in one
- of the three final states:
- RanToCompletion,
- Faulted, or
- Canceled.
-
- The argument is null.
- There are one or more null elements in .
- The collection is empty.
- The was disposed.
-
-
-
- Transitions the underlying
- into the
- Faulted
- state.
-
- The exception to bind to this .
- The argument is null.
-
- The underlying is already in one
- of the three final states:
- RanToCompletion,
- Faulted, or
- Canceled.
-
- The was disposed.
-
-
-
- Transitions the underlying
- into the
- Faulted
- state.
-
- The collection of exceptions to bind to this .
- The argument is null.
- There are one or more null elements in .
-
- The underlying is already in one
- of the three final states:
- RanToCompletion,
- Faulted, or
- Canceled.
-
- The was disposed.
-
-
-
- Attempts to transition the underlying
- into the
- RanToCompletion
- state.
-
- The result value to bind to this .
- True if the operation was successful; otherwise, false.
- This operation will return false if the
- is already in one
- of the three final states:
- RanToCompletion,
- Faulted, or
- Canceled.
-
- The was disposed.
-
-
-
- Transitions the underlying
- into the
- RanToCompletion
- state.
-
- The result value to bind to this .
-
- The underlying is already in one
- of the three final states:
- RanToCompletion,
- Faulted, or
- Canceled.
-
- The was disposed.
-
-
-
- Transitions the underlying
- into the
- Canceled
- state.
-
-
- The underlying is already in one
- of the three final states:
- RanToCompletion,
- Faulted, or
- Canceled.
-
- The was disposed.
-
-
-
- Attempts to transition the underlying
- into the
- Canceled
- state.
-
- True if the operation was successful; otherwise, false.
- This operation will return false if the
- is already in one
- of the three final states:
- RanToCompletion,
- Faulted, or
- Canceled.
-
- The was disposed.
-
-
-
- Gets the created
- by this .
-
-
- This property enables a consumer access to the that is controlled by this instance.
- The , ,
- , and
- methods (and their "Try" variants) on this instance all result in the relevant state
- transitions on this underlying Task.
-
-
-
-
- An exception holder manages a list of exceptions for one particular task.
- It offers the ability to aggregate, but more importantly, also offers intrinsic
- support for propagating unhandled exceptions that are never observed. It does
- this by aggregating and throwing if the holder is ever GC'd without the holder's
- contents ever having been requested (e.g. by a Task.Wait, Task.get_Exception, etc).
-
-
-
-
- Creates a new holder; it will be registered for finalization.
-
- The task this holder belongs to.
-
-
-
- A finalizer that repropagates unhandled exceptions.
-
-
-
-
- Add an exception to the internal list. This will ensure the holder is
- in the proper state (handled/unhandled) depending on the list's contents.
-
- An exception object (either an Exception or an
- IEnumerable{Exception}) to add to the list.
-
-
-
- A private helper method that ensures the holder is considered
- unhandled, i.e. it is registered for finalization.
-
-
-
-
- A private helper method that ensures the holder is considered
- handled, i.e. it is not registered for finalization.
-
- Whether this is called from the finalizer thread.
-
-
-
- Allocates a new aggregate exception and adds the contents of the list to
- it. By calling this method, the holder assumes exceptions to have been
- "observed", such that the finalization check will be subsequently skipped.
-
- Whether this is being called from a finalizer.
- An extra exception to be included (optionally).
- The aggregate exception to throw.
-
-
-
- Provides a set of static (Shared in Visual Basic) methods for working with specific kinds of
- instances.
-
-
-
-
- Creates a proxy Task that represents the
- asynchronous operation of a Task{Task}.
-
-
- It is often useful to be able to return a Task from a
- Task{TResult}, where the inner Task represents work done as part of the outer Task{TResult}. However,
- doing so results in a Task{Task}, which, if not dealt with carefully, could produce unexpected behavior. Unwrap
- solves this problem by creating a proxy Task that represents the entire asynchronous operation of such a Task{Task}.
-
- The Task{Task} to unwrap.
- The exception that is thrown if the
- argument is null.
- A Task that represents the asynchronous operation of the provided Task{Task}.
-
-
-
- Creates a proxy Task{TResult} that represents the
- asynchronous operation of a Task{Task{TResult}}.
-
-
- It is often useful to be able to return a Task{TResult} from a Task{TResult}, where the inner Task{TResult}
- represents work done as part of the outer Task{TResult}. However, doing so results in a Task{Task{TResult}},
- which, if not dealt with carefully, could produce unexpected behavior. Unwrap solves this problem by
- creating a proxy Task{TResult} that represents the entire asynchronous operation of such a Task{Task{TResult}}.
-
- The Task{Task{TResult}} to unwrap.
- The exception that is thrown if the
- argument is null.
- A Task{TResult} that represents the asynchronous operation of the provided Task{Task{TResult}}. /// Unwraps a Task that returns another Task.
-
-
-
- Provides support for creating and scheduling
- Tasks.
-
-
-
- There are many common patterns for which tasks are relevant. The
- class encodes some of these patterns into methods that pick up default settings, which are
- configurable through its constructors.
-
-
- A default instance of is available through the
- Task.Factory property.
-
-
-
-
-
- Initializes a instance with the default configuration.
-
-
- This constructor creates a instance with a default configuration. The
- property is initialized to
- TaskCreationOptions.None, the
- property is initialized to TaskContinuationOptions.None,
- and the TaskScheduler property is
- initialized to the current scheduler (see TaskScheduler.Current).
-
-
-
-
- Initializes a instance with the specified configuration.
-
- The default that will be assigned
- to tasks created by this unless another CancellationToken is explicitly specified
- while calling the factory methods.
-
- This constructor creates a instance with a default configuration. The
- property is initialized to
- TaskCreationOptions.None, the
- property is initialized to TaskContinuationOptions.None,
- and the TaskScheduler property is
- initialized to the current scheduler (see TaskScheduler.Current).
-
-
-
-
- Initializes a instance with the specified configuration.
-
-
- The
- TaskScheduler to use to schedule any tasks created with this TaskFactory. A null value
- indicates that the current TaskScheduler should be used.
-
-
- With this constructor, the
- property is initialized to
- TaskCreationOptions.None, the
- property is initialized to TaskContinuationOptions.None,
- and the TaskScheduler property is
- initialized to , unless it's null, in which case the property is
- initialized to the current scheduler (see TaskScheduler.Current).
-
-
-
-
- Initializes a instance with the specified configuration.
-
-
- The default
- TaskCreationOptions to use when creating tasks with this TaskFactory.
-
-
- The default
- TaskContinuationOptions to use when creating continuation tasks with this TaskFactory.
-
-
- The exception that is thrown when the
- argument or the
- argument specifies an invalid value.
-
-
- With this constructor, the
- property is initialized to ,
- the
- property is initialized to , and the TaskScheduler property is initialized to the
- current scheduler (see TaskScheduler.Current).
-
-
-
-
- Initializes a instance with the specified configuration.
-
- The default that will be assigned
- to tasks created by this unless another CancellationToken is explicitly specified
- while calling the factory methods.
-
- The default
- TaskCreationOptions to use when creating tasks with this TaskFactory.
-
-
- The default
- TaskContinuationOptions to use when creating continuation tasks with this TaskFactory.
-
-
- The default
- TaskScheduler to use to schedule any Tasks created with this TaskFactory. A null value
- indicates that TaskScheduler.Current should be used.
-
-
- The exception that is thrown when the
- argument or the
- argumentspecifies an invalid value.
-
-
- With this constructor, the
- property is initialized to ,
- the
- property is initialized to , and the TaskScheduler property is initialized to
- , unless it's null, in which case the property is initialized to the
- current scheduler (see TaskScheduler.Current).
-
-
-
-
- Creates and starts a Task.
-
- The action delegate to execute asynchronously.
- The started Task.
- The exception that is thrown when the
- argument is null.
-
- Calling StartNew is functionally equivalent to creating a Task using one of its constructors
- and then calling
- Start to schedule it for execution. However,
- unless creation and scheduling must be separated, StartNew is the recommended
- approach for both simplicity and performance.
-
-
-
-
- Creates and starts a Task.
-
- The action delegate to execute asynchronously.
- The that will be assigned to the new task.
- The started Task.
- The exception that is thrown when the
- argument is null.
- The provided CancellationToken
- has already been disposed.
-
-
- Calling StartNew is functionally equivalent to creating a Task using one of its constructors
- and then calling
- Start to schedule it for execution. However,
- unless creation and scheduling must be separated, StartNew is the recommended
- approach for both simplicity and performance.
-
-
-
-
- Creates and starts a Task.
-
- The action delegate to execute asynchronously.
- A TaskCreationOptions value that controls the behavior of the
- created
- Task.
- The started Task.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
-
- Calling StartNew is functionally equivalent to creating a Task using one of its constructors and
- then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a Task.
-
- The action delegate to execute asynchronously.
- The that will be assigned to the new
- A TaskCreationOptions value that controls the behavior of the
- created
- Task.
- The TaskScheduler
- that is used to schedule the created Task.
- The started Task.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The provided CancellationToken
- has already been disposed.
-
-
- Calling StartNew is functionally equivalent to creating a Task using one of its constructors and
- then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a Task.
-
- The action delegate to execute asynchronously.
- An object containing data to be used by the
- delegate.
- The started Task.
- The exception that is thrown when the
- argument is null.
-
- Calling StartNew is functionally equivalent to creating a Task using one of its constructors and
- then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a Task.
-
- The action delegate to execute asynchronously.
- An object containing data to be used by the
- delegate.
- The that will be assigned to the new
- The started Task.
- The exception that is thrown when the
- argument is null.
- The provided CancellationToken
- has already been disposed.
-
-
- Calling StartNew is functionally equivalent to creating a Task using one of its constructors and
- then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a Task.
-
- The action delegate to execute asynchronously.
- An object containing data to be used by the
- delegate.
- A TaskCreationOptions value that controls the behavior of the
- created
- Task.
- The started Task.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
-
- Calling StartNew is functionally equivalent to creating a Task using one of its constructors and
- then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a Task.
-
- The action delegate to execute asynchronously.
- An object containing data to be used by the
- delegate.
- The that will be assigned to the new task.
- A TaskCreationOptions value that controls the behavior of the
- created
- Task.
- The TaskScheduler
- that is used to schedule the created Task.
- The started Task.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The provided CancellationToken
- has already been disposed.
-
-
- Calling StartNew is functionally equivalent to creating a Task using one of its constructors and
- then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- The type of the result available through the
- Task.
-
- A function delegate that returns the future result to be available through
- the .
- The started .
- The exception that is thrown when the
- argument is null.
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- The type of the result available through the
- Task.
-
- A function delegate that returns the future result to be available through
- the .
- The that will be assigned to the new
- The started .
- The exception that is thrown when the
- argument is null.
- The provided CancellationToken
- has already been disposed.
-
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- The type of the result available through the
- Task.
-
- A function delegate that returns the future result to be available through
- the .
- A TaskCreationOptions value that controls the behavior of the
- created
- .
- The started .
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- The type of the result available through the
- Task.
-
- A function delegate that returns the future result to be available through
- the .
- The that will be assigned to the new task.
- A TaskCreationOptions value that controls the behavior of the
- created
- .
- The TaskScheduler
- that is used to schedule the created
- Task{TResult}.
- The started .
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The provided CancellationToken
- has already been disposed.
-
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- The type of the result available through the
- Task.
-
- A function delegate that returns the future result to be available through
- the .
- An object containing data to be used by the
- delegate.
- The started .
- The exception that is thrown when the
- argument is null.
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- The type of the result available through the
- Task.
-
- A function delegate that returns the future result to be available through
- the .
- An object containing data to be used by the
- delegate.
- The that will be assigned to the new
- The started .
- The exception that is thrown when the
- argument is null.
- The provided CancellationToken
- has already been disposed.
-
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- The type of the result available through the
- Task.
-
- A function delegate that returns the future result to be available through
- the .
- An object containing data to be used by the
- delegate.
- A TaskCreationOptions value that controls the behavior of the
- created
- .
- The started .
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- The type of the result available through the
- Task.
-
- A function delegate that returns the future result to be available through
- the .
- An object containing data to be used by the
- delegate.
- The that will be assigned to the new task.
- A TaskCreationOptions value that controls the behavior of the
- created
- .
- The TaskScheduler
- that is used to schedule the created
- Task{TResult}.
- The started .
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The provided CancellationToken
- has already been disposed.
-
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates a Task that executes an end method action
- when a specified IAsyncResult completes.
-
- The IAsyncResult whose completion should trigger the processing of the
- .
- The action delegate that processes the completed .
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- A Task that represents the asynchronous
- operation.
-
-
-
- Creates a Task that executes an end method action
- when a specified IAsyncResult completes.
-
- The IAsyncResult whose completion should trigger the processing of the
- .
- The action delegate that processes the completed .
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- A Task that represents the asynchronous
- operation.
-
-
-
- Creates a Task that executes an end method action
- when a specified IAsyncResult completes.
-
- The IAsyncResult whose completion should trigger the processing of the
- .
- The action delegate that processes the completed .
- The TaskScheduler
- that is used to schedule the task that executes the end method.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- A Task that represents the asynchronous
- operation.
-
-
-
- Creates a Task that represents a pair of begin
- and end methods that conform to the Asynchronous Programming Model pattern.
-
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The created Task that represents the
- asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of begin
- and end methods that conform to the Asynchronous Programming Model pattern.
-
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The created Task that represents the
- asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of begin
- and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the
- delegate.
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The created Task that represents the
- asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of begin
- and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the
- delegate.
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The created Task that represents the
- asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of begin
- and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the
- delegate.
- The type of the second argument passed to
- delegate.
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The second argument passed to the
- delegate.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The created Task that represents the
- asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of begin
- and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the
- delegate.
- The type of the second argument passed to
- delegate.
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The second argument passed to the
- delegate.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The created Task that represents the
- asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of begin
- and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the
- delegate.
- The type of the second argument passed to
- delegate.
- The type of the third argument passed to
- delegate.
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The second argument passed to the
- delegate.
- The third argument passed to the
- delegate.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The created Task that represents the
- asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of begin
- and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the
- delegate.
- The type of the second argument passed to
- delegate.
- The type of the third argument passed to
- delegate.
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The second argument passed to the
- delegate.
- The third argument passed to the
- delegate.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The created Task that represents the
- asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that executes an end
- method function when a specified IAsyncResult completes.
-
- The type of the result available through the
- Task.
-
- The IAsyncResult whose completion should trigger the processing of the
- .
- The function delegate that processes the completed .
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- A Task that represents the
- asynchronous operation.
-
-
-
- Creates a Task that executes an end
- method function when a specified IAsyncResult completes.
-
- The type of the result available through the
- Task.
-
- The IAsyncResult whose completion should trigger the processing of the
- .
- The function delegate that processes the completed .
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- A Task that represents the
- asynchronous operation.
-
-
-
- Creates a Task that executes an end
- method function when a specified IAsyncResult completes.
-
- The type of the result available through the
- Task.
-
- The IAsyncResult whose completion should trigger the processing of the
- .
- The function delegate that processes the completed .
- The TaskScheduler
- that is used to schedule the task that executes the end method.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- A Task that represents the
- asynchronous operation.
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the result available through the
- Task.
-
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the result available through the
- Task.
-
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the delegate.
- The type of the result available through the
- Task.
-
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the delegate.
- The type of the result available through the
- Task.
-
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the delegate.
- The type of the second argument passed to
- delegate.
- The type of the result available through the
- Task.
-
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The second argument passed to the
- delegate.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the delegate.
- The type of the second argument passed to
- delegate.
- The type of the result available through the
- Task.
-
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The second argument passed to the
- delegate.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the delegate.
- The type of the second argument passed to
- delegate.
- The type of the third argument passed to
- delegate.
- The type of the result available through the
- Task.
-
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The second argument passed to the
- delegate.
- The third argument passed to the
- delegate.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the delegate.
- The type of the second argument passed to
- delegate.
- The type of the third argument passed to
- delegate.
- The type of the result available through the
- Task.
-
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The second argument passed to the
- delegate.
- The third argument passed to the
- delegate.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Check validity of options passed to FromAsync method
-
- The options to be validated.
- determines type of FromAsync method that called this method
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The array of tasks from which to continue.
- The action delegate to execute when all tasks in
- the array have completed.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The array of tasks from which to continue.
- The action delegate to execute when all tasks in
- the array have completed.
- The CancellationToken
- that will be assigned to the new continuation task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The array of tasks from which to continue.
- The action delegate to execute when all tasks in the array have completed.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAll.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The array of tasks from which to continue.
- The action delegate to execute when all tasks in the array have completed.
- The CancellationToken
- that will be assigned to the new continuation task.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The TaskScheduler
- that is used to schedule the created continuation Task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAll.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue.
- The action delegate to execute when all tasks in
- the array have completed.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue.
- The action delegate to execute when all tasks in
- the array have completed.
- The CancellationToken
- that will be assigned to the new continuation task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue.
- The action delegate to execute when all tasks in the array have completed.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAll.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue.
- The action delegate to execute when all tasks in the array have completed.
- The CancellationToken
- that will be assigned to the new continuation task.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The TaskScheduler
- that is used to schedule the created continuation Task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAll.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the
- array have completed.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the
- array have completed.
- The CancellationToken
- that will be assigned to the new continuation task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the
- array have completed.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAll.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the
- array have completed.
- The CancellationToken
- that will be assigned to the new continuation task.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The TaskScheduler
- that is used to schedule the created continuation .
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAll.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The type of the result of the antecedent .
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the
- array have completed.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The type of the result of the antecedent .
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the
- array have completed.
- The CancellationToken
- that will be assigned to the new continuation task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The type of the result of the antecedent .
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the
- array have completed.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAll.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The type of the result of the antecedent .
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the
- array have completed.
- The CancellationToken
- that will be assigned to the new continuation task.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The TaskScheduler
- that is used to schedule the created continuation .
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAll.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The array of tasks from which to continue when one task completes.
- The action delegate to execute when one task in the array completes.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The array of tasks from which to continue when one task completes.
- The action delegate to execute when one task in the array completes.
- The CancellationToken
- that will be assigned to the new continuation task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The array of tasks from which to continue when one task completes.
- The action delegate to execute when one task in the array completes.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAny.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The array of tasks from which to continue when one task completes.
- The action delegate to execute when one task in the array completes.
- The CancellationToken
- that will be assigned to the new continuation task.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The TaskScheduler
- that is used to schedule the created continuation Task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAny.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the
- array completes.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the
- array completes.
- The CancellationToken
- that will be assigned to the new continuation task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the
- array completes.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAny.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the
- array completes.
- The CancellationToken
- that will be assigned to the new continuation task.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The TaskScheduler
- that is used to schedule the created continuation .
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAny.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The type of the result of the antecedent .
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the
- array completes.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The type of the result of the antecedent .
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the
- array completes.
- The CancellationToken
- that will be assigned to the new continuation task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The type of the result of the antecedent .
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the
- array completes.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAny.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The type of the result of the antecedent .
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the
- array completes.
- The CancellationToken
- that will be assigned to the new continuation task.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The TaskScheduler
- that is used to schedule the created continuation .
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAny.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue when one task completes.
- The action delegate to execute when one task in the
- array completes.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue when one task completes.
- The action delegate to execute when one task in the
- array completes.
- The CancellationToken
- that will be assigned to the new continuation task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue when one task completes.
- The action delegate to execute when one task in the
- array completes.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAny.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue when one task completes.
- The action delegate to execute when one task in the
- array completes.
- The CancellationToken
- that will be assigned to the new continuation task.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The TaskScheduler
- that is used to schedule the created continuation .
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAny.
-
-
-
-
- Gets the default CancellationToken of this
- TaskFactory.
-
-
- This property returns the default that will be assigned to all
- tasks created by this factory unless another CancellationToken value is explicitly specified
- during the call to the factory methods.
-
-
-
-
- Gets the TaskScheduler of this
- TaskFactory.
-
-
- This property returns the default scheduler for this factory. It will be used to schedule all
- tasks unless another scheduler is explicitly specified during calls to this factory's methods.
- If null, TaskScheduler.Current
- will be used.
-
-
-
-
- Gets the TaskCreationOptions
- value of this TaskFactory.
-
-
- This property returns the default creation options for this factory. They will be used to create all
- tasks unless other options are explicitly specified during calls to this factory's methods.
-
-
-
-
- Gets the TaskContinuationOptions
- value of this TaskFactory.
-
-
- This property returns the default continuation options for this factory. They will be used to create
- all continuation tasks unless other options are explicitly specified during calls to this factory's methods.
-
-
-
-
- Represents an abstract scheduler for tasks.
-
-
-
- TaskScheduler acts as the extension point for all
- pluggable scheduling logic. This includes mechanisms such as how to schedule a task for execution, and
- how scheduled tasks should be exposed to debuggers.
-
-
- All members of the abstract type are thread-safe
- and may be used from multiple threads concurrently.
-
-
-
-
-
- Queues a Task to the scheduler.
-
-
-
- A class derived from TaskScheduler
- implements this method to accept tasks being scheduled on the scheduler.
- A typical implementation would store the task in an internal data structure, which would
- be serviced by threads that would execute those tasks at some time in the future.
-
-
- This method is only meant to be called by the .NET Framework and
- should not be called directly by the derived class. This is necessary
- for maintaining the consistency of the system.
-
-
- The Task to be queued.
- The argument is null.
-
-
-
- Determines whether the provided Task
- can be executed synchronously in this call, and if it can, executes it.
-
-
-
- A class derived from TaskScheduler implements this function to
- support inline execution of a task on a thread that initiates a wait on that task object. Inline
- execution is optional, and the request may be rejected by returning false. However, better
- scalability typically results the more tasks that can be inlined, and in fact a scheduler that
- inlines too little may be prone to deadlocks. A proper implementation should ensure that a
- request executing under the policies guaranteed by the scheduler can successfully inline. For
- example, if a scheduler uses a dedicated thread to execute tasks, any inlining requests from that
- thread should succeed.
-
-
- If a scheduler decides to perform the inline execution, it should do so by calling to the base
- TaskScheduler's
- TryExecuteTask method with the provided task object, propagating
- the return value. It may also be appropriate for the scheduler to remove an inlined task from its
- internal data structures if it decides to honor the inlining request. Note, however, that under
- some circumstances a scheduler may be asked to inline a task that was not previously provided to
- it with the method.
-
-
- The derived scheduler is responsible for making sure that the calling thread is suitable for
- executing the given task as far as its own scheduling and execution policies are concerned.
-
-
- The Task to be
- executed.
- A Boolean denoting whether or not task has previously been
- queued. If this parameter is True, then the task may have been previously queued (scheduled); if
- False, then the task is known not to have been queued, and this call is being made in order to
- execute the task inline without queueing it.
- A Boolean value indicating whether the task was executed inline.
- The argument is
- null.
- The was already
- executed.
-
-
-
- Generates an enumerable of Task instances
- currently queued to the scheduler waiting to be executed.
-
-
-
- A class derived from implements this method in order to support
- integration with debuggers. This method will only be invoked by the .NET Framework when the
- debugger requests access to the data. The enumerable returned will be traversed by debugging
- utilities to access the tasks currently queued to this scheduler, enabling the debugger to
- provide a representation of this information in the user interface.
-
-
- It is important to note that, when this method is called, all other threads in the process will
- be frozen. Therefore, it's important to avoid synchronization with other threads that may lead to
- blocking. If synchronization is necessary, the method should prefer to throw a
- than to block, which could cause a debugger to experience delays. Additionally, this method and
- the enumerable returned must not modify any globally visible state.
-
-
- The returned enumerable should never be null. If there are currently no queued tasks, an empty
- enumerable should be returned instead.
-
-
- For developers implementing a custom debugger, this method shouldn't be called directly, but
- rather this functionality should be accessed through the internal wrapper method
- GetScheduledTasksForDebugger:
- internal Task[] GetScheduledTasksForDebugger(). This method returns an array of tasks,
- rather than an enumerable. In order to retrieve a list of active schedulers, a debugger may use
- another internal method: internal static TaskScheduler[] GetTaskSchedulersForDebugger().
- This static method returns an array of all active TaskScheduler instances.
- GetScheduledTasksForDebugger then may be used on each of these scheduler instances to retrieve
- the list of scheduled tasks for each.
-
-
- An enumerable that allows traversal of tasks currently queued to this scheduler.
-
-
- This scheduler is unable to generate a list of queued tasks at this time.
-
-
-
-
- Retrieves some thread static state that can be cached and passed to multiple
- TryRunInline calls, avoiding superflous TLS fetches.
-
- A bag of TLS state (or null if none exists).
-
-
-
- Attempts to execute the target task synchronously.
-
- The task to run.
- True if the task may have been previously queued,
- false if the task was absolutely not previously queued.
- The state retrieved from GetThreadStatics
- True if it ran, false otherwise.
-
-
-
- Attempts to dequeue a Task that was previously queued to
- this scheduler.
-
- The Task to be dequeued.
- A Boolean denoting whether the argument was successfully dequeued.
- The argument is null.
-
-
-
- Notifies the scheduler that a work item has made progress.
-
-
-
-
- Initializes the .
-
-
-
-
- Frees all resources associated with this scheduler.
-
-
-
-
- Creates a
- associated with the current .
-
-
- All Task instances queued to
- the returned scheduler will be executed through a call to the
- Post method
- on that context.
-
-
- A associated with
- the current SynchronizationContext, as
- determined by SynchronizationContext.Current.
-
-
- The current SynchronizationContext may not be used as a TaskScheduler.
-
-
-
-
- Attempts to execute the provided Task
- on this scheduler.
-
-
-
- Scheduler implementations are provided with Task
- instances to be executed through either the method or the
- method. When the scheduler deems it appropriate to run the
- provided task, should be used to do so. TryExecuteTask handles all
- aspects of executing a task, including action invocation, exception handling, state management,
- and lifecycle control.
-
-
- must only be used for tasks provided to this scheduler by the .NET
- Framework infrastructure. It should not be used to execute arbitrary tasks obtained through
- custom mechanisms.
-
-
-
- A Task object to be executed.
-
- The is not associated with this scheduler.
-
- A Boolean that is true if was successfully executed, false if it
- was not. A common reason for execution failure is that the task had previously been executed or
- is in the process of being executed by another thread.
-
-
-
- Provides an array of all queued Task instances
- for the debugger.
-
-
- The returned array is populated through a call to .
- Note that this function is only meant to be invoked by a debugger remotely.
- It should not be called by any other codepaths.
-
- An array of Task instances.
-
- This scheduler is unable to generate a list of queued tasks at this time.
-
-
-
-
- Provides an array of all active TaskScheduler
- instances for the debugger.
-
-
- This function is only meant to be invoked by a debugger remotely.
- It should not be called by any other codepaths.
-
- An array of TaskScheduler instances.
-
-
-
- Registers a new TaskScheduler instance in the global collection of schedulers.
-
-
-
-
- Removes a TaskScheduler instance from the global collection of schedulers.
-
-
-
-
- Indicates the maximum concurrency level this
- is able to support.
-
-
-
-
- Indicates whether this is a custom scheduler, in which case the safe code paths will be taken upon task entry
- using a CAS to transition from queued state to executing.
-
-
-
-
- Gets the default TaskScheduler instance.
-
-
-
-
- Gets the TaskScheduler
- associated with the currently executing task.
-
-
- When not called from within a task, will return the scheduler.
-
-
-
-
- Gets the unique ID for this .
-
-
-
-
- Occurs when a faulted 's unobserved exception is about to trigger exception escalation
- policy, which, by default, would terminate the process.
-
-
- This AppDomain-wide event provides a mechanism to prevent exception
- escalation policy (which, by default, terminates the process) from triggering.
- Each handler is passed a
- instance, which may be used to examine the exception and to mark it as observed.
-
-
-
-
- Nested class that provides debugger view for TaskScheduler
-
-
-
- Default thread pool scheduler.
-
-
-
- A TaskScheduler implementation that executes all tasks queued to it through a call to
- on the
- that its associated with. The default constructor for this class binds to the current
-
-
-
-
- Constructs a SynchronizationContextTaskScheduler associated with
-
- This constructor expects to be set.
-
-
-
- Implemetation of for this scheduler class.
-
- Simply posts the tasks to be executed on the associated .
-
-
-
-
-
- Implementation of for this scheduler class.
-
- The task will be executed inline only if the call happens within
- the associated .
-
-
-
-
-
-
- Implementes the property for
- this scheduler class.
-
- By default it returns 1, because a based
- scheduler only supports execution on a single thread.
-
-
-
-
- Provides data for the event that is raised when a faulted 's
- exception goes unobserved.
-
-
- The Exception property is used to examine the exception without marking it
- as observed, whereas the method is used to mark the exception
- as observed. Marking the exception as observed prevents it from triggering exception escalation policy
- which, by default, terminates the process.
-
-
-
-
- Initializes a new instance of the class
- with the unobserved exception.
-
- The Exception that has gone unobserved.
-
-
-
- Marks the as "observed," thus preventing it
- from triggering exception escalation policy which, by default, terminates the process.
-
-
-
-
- Gets whether this exception has been marked as "observed."
-
-
-
-
- The Exception that went unobserved.
-
-
-
-
- Represents an exception used to communicate an invalid operation by a
- .
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the
- class with a specified error message.
-
- The error message that explains the reason for the exception.
-
-
-
- Initializes a new instance of the
- class using the default error message and a reference to the inner exception that is the cause of
- this exception.
-
- The exception that is the cause of the current exception.
-
-
-
- Initializes a new instance of the
- class with a specified error message and a reference to the inner exception that is the cause of
- this exception.
-
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception.
-
-
-
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/sl4-windowsphone71/ensureRedirect.xml b/packages/Microsoft.Bcl.1.1.8/lib/sl4-windowsphone71/ensureRedirect.xml
deleted file mode 100644
index e69de29..0000000
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/sl4/System.IO.dll b/packages/Microsoft.Bcl.1.1.8/lib/sl4/System.IO.dll
deleted file mode 100644
index 01edf72..0000000
Binary files a/packages/Microsoft.Bcl.1.1.8/lib/sl4/System.IO.dll and /dev/null differ
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/sl4/System.IO.xml b/packages/Microsoft.Bcl.1.1.8/lib/sl4/System.IO.xml
deleted file mode 100644
index e832734..0000000
--- a/packages/Microsoft.Bcl.1.1.8/lib/sl4/System.IO.xml
+++ /dev/null
@@ -1,51 +0,0 @@
-
-
-
- System.IO
-
-
-
-
- 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 Found invalid data while decoding..
-
-
-
-
- The exception that is thrown when a data stream is in an invalid format.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class with a specified error message.
-
- The error message that explains the reason for the exception.
-
-
-
- Initializes a new instance of the class with a reference to the inner exception that is the cause of this exception.
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception. If the parameter is not null, the current exception is raised in a catch block that handles the inner exception.
-
-
-
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/sl4/System.Runtime.dll b/packages/Microsoft.Bcl.1.1.8/lib/sl4/System.Runtime.dll
deleted file mode 100644
index 967bb30..0000000
Binary files a/packages/Microsoft.Bcl.1.1.8/lib/sl4/System.Runtime.dll and /dev/null differ
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/sl4/System.Runtime.xml b/packages/Microsoft.Bcl.1.1.8/lib/sl4/System.Runtime.xml
deleted file mode 100644
index 93cb00d..0000000
--- a/packages/Microsoft.Bcl.1.1.8/lib/sl4/System.Runtime.xml
+++ /dev/null
@@ -1,56 +0,0 @@
-
-
-
- System.Runtime
-
-
-
- Defines a provider for progress updates.
- The type of progress update value.
-
-
- Reports a progress update.
- The value of the updated progress.
-
-
- Identities the async state machine type for this method.
-
-
- Identities the state machine type for this method.
-
-
- Initializes the attribute.
- The type that implements the state machine.
-
-
- Gets the type that implements the state machine.
-
-
- Initializes the attribute.
- The type that implements the state machine.
-
-
-
- Allows you to obtain the method or property name of the caller to the method.
-
-
-
-
- Allows you to obtain the line number in the source file at which the method is called.
-
-
-
-
- Allows you to obtain the full path of the source file that contains the caller.
- This is the file path at the time of compile.
-
-
-
- Identities the iterator state machine type for this method.
-
-
- Initializes the attribute.
- The type that implements the state machine.
-
-
-
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/sl4/System.Threading.Tasks.dll b/packages/Microsoft.Bcl.1.1.8/lib/sl4/System.Threading.Tasks.dll
deleted file mode 100644
index 03d08ad..0000000
Binary files a/packages/Microsoft.Bcl.1.1.8/lib/sl4/System.Threading.Tasks.dll and /dev/null differ
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/sl4/System.Threading.Tasks.xml b/packages/Microsoft.Bcl.1.1.8/lib/sl4/System.Threading.Tasks.xml
deleted file mode 100644
index 6c77012..0000000
--- a/packages/Microsoft.Bcl.1.1.8/lib/sl4/System.Threading.Tasks.xml
+++ /dev/null
@@ -1,8969 +0,0 @@
-
-
-
- System.Threading.Tasks
-
-
-
- Represents one or more errors that occur during application execution.
-
- is used to consolidate multiple failures into a single, throwable
- exception object.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class with
- a specified error message.
-
- The error message that explains the reason for the exception.
-
-
-
- Initializes a new instance of the class with a specified error
- message and a reference to the inner exception that is the cause of this exception.
-
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception.
- The argument
- is null.
-
-
-
- Initializes a new instance of the class with
- references to the inner exceptions that are the cause of this exception.
-
- The exceptions that are the cause of the current exception.
- The argument
- is null.
- An element of is
- null.
-
-
-
- Initializes a new instance of the class with
- references to the inner exceptions that are the cause of this exception.
-
- The exceptions that are the cause of the current exception.
- The argument
- is null.
- An element of is
- null.
-
-
-
- Initializes a new instance of the class with a specified error
- message and references to the inner exceptions that are the cause of this exception.
-
- The error message that explains the reason for the exception.
- The exceptions that are the cause of the current exception.
- The argument
- is null.
- An element of is
- null.
-
-
-
- Initializes a new instance of the class with a specified error
- message and references to the inner exceptions that are the cause of this exception.
-
- The error message that explains the reason for the exception.
- The exceptions that are the cause of the current exception.
- The argument
- is null.
- An element of is
- null.
-
-
-
- Allocates a new aggregate exception with the specified message and list of inner exceptions.
-
- The error message that explains the reason for the exception.
- The exceptions that are the cause of the current exception.
- The argument
- is null.
- An element of is
- null.
-
-
-
- Returns the that is the root cause of this exception.
-
-
-
-
- Invokes a handler on each contained by this .
-
- The predicate to execute for each exception. The predicate accepts as an
- argument the to be processed and returns a Boolean to indicate
- whether the exception was handled.
-
- Each invocation of the returns true or false to indicate whether the
- was handled. After all invocations, if any exceptions went
- unhandled, all unhandled exceptions will be put into a new
- which will be thrown. Otherwise, the method simply returns. If any
- invocations of the throws an exception, it will halt the processing
- of any more exceptions and immediately propagate the thrown exception as-is.
-
- An exception contained by this was not handled.
- The argument is
- null.
-
-
-
- Flattens an instances into a single, new instance.
-
- A new, flattened .
-
- If any inner exceptions are themselves instances of
- , this method will recursively flatten all of them. The
- inner exceptions returned in the new
- will be the union of all of the the inner exceptions from exception tree rooted at the provided
- instance.
-
-
-
-
- Creates and returns a string representation of the current .
-
- A string representation of the current exception.
-
-
-
- Gets a read-only collection of the instances that caused the
- current exception.
-
-
-
-
- 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 One or more errors occurred..
-
-
-
-
- Looks up a localized string similar to An element of innerExceptions was null..
-
-
-
-
- Looks up a localized string similar to {0}{1}---> (Inner Exception #{2}) {3}{4}{5}.
-
-
-
-
- Looks up a localized string similar to No tokens were supplied..
-
-
-
-
- Looks up a localized string similar to The CancellationTokenSource associated with this CancellationToken has been disposed..
-
-
-
-
- Looks up a localized string similar to The CancellationTokenSource has been disposed..
-
-
-
-
- Looks up a localized string similar to The SyncRoot property may not be used for the synchronization of concurrent collections..
-
-
-
-
- Looks up a localized string similar to The array is multidimensional, or the type parameter for the set cannot be cast automatically to the type of the destination array..
-
-
-
-
- Looks up a localized string similar to The index is equal to or greater than the length of the array, or the number of elements in the dictionary is greater than the available space from index to the end of the destination array..
-
-
-
-
- Looks up a localized string similar to The capacity argument must be greater than or equal to zero..
-
-
-
-
- Looks up a localized string similar to The concurrencyLevel argument must be positive..
-
-
-
-
- Looks up a localized string similar to The index argument is less than zero..
-
-
-
-
- Looks up a localized string similar to TKey is a reference type and item.Key is null..
-
-
-
-
- Looks up a localized string similar to The key already existed in the dictionary..
-
-
-
-
- Looks up a localized string similar to The source argument contains duplicate keys..
-
-
-
-
- Looks up a localized string similar to The key was of an incorrect type for this dictionary..
-
-
-
-
- Looks up a localized string similar to The value was of an incorrect type for this dictionary..
-
-
-
-
- Looks up a localized string similar to The lazily-initialized type does not have a public, parameterless constructor..
-
-
-
-
- Looks up a localized string similar to ValueFactory returned null..
-
-
-
-
- Looks up a localized string similar to The spinCount argument must be in the range 0 to {0}, inclusive..
-
-
-
-
- Looks up a localized string similar to There are too many threads currently waiting on the event. A maximum of {0} waiting threads are supported..
-
-
-
-
- Looks up a localized string similar to The event has been disposed..
-
-
-
-
- Looks up a localized string similar to The operation was canceled..
-
-
-
-
- Looks up a localized string similar to The condition argument is null..
-
-
-
-
- Looks up a localized string similar to The timeout must represent a value between -1 and Int32.MaxValue, inclusive..
-
-
-
-
- Looks up a localized string similar to The specified TaskContinuationOptions combined LongRunning and ExecuteSynchronously. Synchronous continuations should not be long running..
-
-
-
-
- Looks up a localized string similar to The specified TaskContinuationOptions excluded all continuation kinds..
-
-
-
-
- Looks up a localized string similar to (Internal)An attempt was made to create a LongRunning SelfReplicating task..
-
-
-
-
- Looks up a localized string similar to The value needs to translate in milliseconds to -1 (signifying an infinite timeout), 0 or a positive integer less than or equal to Int32.MaxValue..
-
-
-
-
- Looks up a localized string similar to The value needs to be either -1 (signifying an infinite timeout), 0 or a positive integer..
-
-
-
-
- Looks up a localized string similar to A task may only be disposed if it is in a completion state (RanToCompletion, Faulted or Canceled)..
-
-
-
-
- Looks up a localized string similar to It is invalid to specify TaskCreationOptions.LongRunning in calls to FromAsync..
-
-
-
-
- Looks up a localized string similar to It is invalid to specify TaskCreationOptions.PreferFairness in calls to FromAsync..
-
-
-
-
- Looks up a localized string similar to It is invalid to specify TaskCreationOptions.SelfReplicating in calls to FromAsync..
-
-
-
-
- Looks up a localized string similar to FromAsync was called with a TaskManager that had already shut down..
-
-
-
-
- Looks up a localized string similar to The tasks argument contains no tasks..
-
-
-
-
- Looks up a localized string similar to It is invalid to exclude specific continuation kinds for continuations off of multiple tasks..
-
-
-
-
- Looks up a localized string similar to The tasks argument included a null value..
-
-
-
-
- Looks up a localized string similar to RunSynchronously may not be called on a task that was already started..
-
-
-
-
- Looks up a localized string similar to RunSynchronously may not be called on a continuation task..
-
-
-
-
- Looks up a localized string similar to RunSynchronously may not be called on a task not bound to a delegate, such as the task returned from an asynchronous method..
-
-
-
-
- Looks up a localized string similar to RunSynchronously may not be called on a task that has already completed..
-
-
-
-
- Looks up a localized string similar to Start may not be called on a task that was already started..
-
-
-
-
- Looks up a localized string similar to Start may not be called on a continuation task..
-
-
-
-
- Looks up a localized string similar to Start may not be called on a task with null action..
-
-
-
-
- Looks up a localized string similar to Start may not be called on a promise-style task..
-
-
-
-
- Looks up a localized string similar to Start may not be called on a task that has completed..
-
-
-
-
- Looks up a localized string similar to The task has been disposed..
-
-
-
-
- Looks up a localized string similar to The tasks array included at least one null element..
-
-
-
-
- Looks up a localized string similar to The awaited task has not yet completed..
-
-
-
-
- Looks up a localized string similar to A task was canceled..
-
-
-
-
- Looks up a localized string similar to The exceptions collection was empty..
-
-
-
-
- Looks up a localized string similar to The exceptions collection included at least one null element..
-
-
-
-
- Looks up a localized string similar to A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread..
-
-
-
-
- Looks up a localized string similar to (Internal)Expected an Exception or an IEnumerable<Exception>.
-
-
-
-
- Looks up a localized string similar to ExecuteTask may not be called for a task which was already executed..
-
-
-
-
- Looks up a localized string similar to ExecuteTask may not be called for a task which was previously queued to a different TaskScheduler..
-
-
-
-
- Looks up a localized string similar to The current SynchronizationContext may not be used as a TaskScheduler..
-
-
-
-
- Looks up a localized string similar to The TryExecuteTaskInline call to the underlying scheduler succeeded, but the task body was not invoked..
-
-
-
-
- Looks up a localized string similar to An exception was thrown by a TaskScheduler..
-
-
-
-
- Looks up a localized string similar to It is invalid to specify TaskCreationOptions.SelfReplicating for a Task<TResult>..
-
-
-
-
- Looks up a localized string similar to {Not yet computed}.
-
-
-
-
- Looks up a localized string similar to A task's Exception may only be set directly if the task was created without a function..
-
-
-
-
- Looks up a localized string similar to An attempt was made to transition a task to a final state when it had already completed..
-
-
-
-
- Represents a thread-safe collection of keys and values.
-
- The type of the keys in the dictionary.
- The type of the values in the dictionary.
-
- All public and protected members of are thread-safe and may be used
- concurrently from multiple threads.
-
-
-
-
- Initializes a new instance of the
- class that is empty, has the default concurrency level, has the default initial capacity, and
- uses the default comparer for the key type.
-
-
-
-
- Initializes a new instance of the
- class that is empty, has the specified concurrency level and capacity, and uses the default
- comparer for the key type.
-
- The estimated number of threads that will update the
- concurrently.
- The initial number of elements that the
- can contain.
- is
- less than 1.
- is less than
- 0.
-
-
-
- Initializes a new instance of the
- class that contains elements copied from the specified , has the default concurrency
- level, has the default initial capacity, and uses the default comparer for the key type.
-
- The whose elements are copied to
- the new
- .
- is a null reference
- (Nothing in Visual Basic).
- contains one or more
- duplicate keys.
-
-
-
- Initializes a new instance of the
- class that is empty, has the specified concurrency level and capacity, and uses the specified
- .
-
- The
- implementation to use when comparing keys.
- is a null reference
- (Nothing in Visual Basic).
-
-
-
- Initializes a new instance of the
- class that contains elements copied from the specified , has the default concurrency level, has the default
- initial capacity, and uses the specified
- .
-
- The whose elements are copied to
- the new
- .
- The
- implementation to use when comparing keys.
- is a null reference
- (Nothing in Visual Basic). -or-
- is a null reference (Nothing in Visual Basic).
-
-
-
-
- Initializes a new instance of the
- class that contains elements copied from the specified ,
- has the specified concurrency level, has the specified initial capacity, and uses the specified
- .
-
- The estimated number of threads that will update the
- concurrently.
- The whose elements are copied to the new
- .
- The implementation to use
- when comparing keys.
-
- is a null reference (Nothing in Visual Basic).
- -or-
- is a null reference (Nothing in Visual Basic).
-
-
- is less than 1.
-
- contains one or more duplicate keys.
-
-
-
- Initializes a new instance of the
- class that is empty, has the specified concurrency level, has the specified initial capacity, and
- uses the specified .
-
- The estimated number of threads that will update the
- concurrently.
- The initial number of elements that the
- can contain.
- The
- implementation to use when comparing keys.
-
- is less than 1. -or-
- is less than 0.
-
- is a null reference
- (Nothing in Visual Basic).
-
-
-
- Attempts to add the specified key and value to the .
-
- The key of the element to add.
- The value of the element to add. The value can be a null reference (Nothing
- in Visual Basic) for reference types.
- true if the key/value pair was added to the
- successfully; otherwise, false.
- is null reference
- (Nothing in Visual Basic).
- The
- contains too many elements.
-
-
-
- Determines whether the contains the specified
- key.
-
- The key to locate in the .
- true if the contains an element with
- the specified key; otherwise, false.
- is a null reference
- (Nothing in Visual Basic).
-
-
-
- Attempts to remove and return the the value with the specified key from the
- .
-
- The key of the element to remove and return.
- When this method returns, contains the object removed from the
- or the default value of
- if the operation failed.
- true if an object was removed successfully; otherwise, false.
- is a null reference
- (Nothing in Visual Basic).
-
-
-
- Removes the specified key from the dictionary if it exists and returns its associated value.
- If matchValue flag is set, the key will be removed only if is associated with a particular
- value.
-
- The key to search for and remove if it exists.
- The variable into which the removed value, if found, is stored.
- Whether removal of the key is conditional on its value.
- The conditional value to compare against if is true
-
-
-
-
- Attempts to get the value associated with the specified key from the .
-
- The key of the value to get.
- When this method returns, contains the object from
- the
- with the spedified key or the default value of
- , if the operation failed.
- true if the key was found in the ;
- otherwise, false.
- is a null reference
- (Nothing in Visual Basic).
-
-
-
- Compares the existing value for the specified key with a specified value, and if they’re equal,
- updates the key with a third value.
-
- The key whose value is compared with and
- possibly replaced.
- The value that replaces the value of the element with if the comparison results in equality.
- The value that is compared to the value of the element with
- .
- true if the value with was equal to and replaced with ; otherwise,
- false.
- is a null
- reference.
-
-
-
- Removes all keys and values from the .
-
-
-
-
- Copies the elements of the to an array of
- type , starting at the
- specified array index.
-
- The one-dimensional array of type
- that is the destination of the elements copied from the . The array must have zero-based indexing.
- The zero-based index in at which copying
- begins.
- is a null reference
- (Nothing in Visual Basic).
- is less than
- 0.
- is equal to or greater than
- the length of the . -or- The number of elements in the source
- is greater than the available space from to the end of the destination
- .
-
-
-
- Copies the key and value pairs stored in the to a
- new array.
-
- A new array containing a snapshot of key and value pairs copied from the .
-
-
-
- Copy dictionary contents to an array - shared implementation between ToArray and CopyTo.
-
- Important: the caller must hold all locks in m_locks before calling CopyToPairs.
-
-
-
-
- Copy dictionary contents to an array - shared implementation between ToArray and CopyTo.
-
- Important: the caller must hold all locks in m_locks before calling CopyToEntries.
-
-
-
-
- Copy dictionary contents to an array - shared implementation between ToArray and CopyTo.
-
- Important: the caller must hold all locks in m_locks before calling CopyToObjects.
-
-
-
- Returns an enumerator that iterates through the .
- An enumerator for the .
-
- The enumerator returned from the dictionary is safe to use concurrently with
- reads and writes to the dictionary, however it does not represent a moment-in-time snapshot
- of the dictionary. The contents exposed through the enumerator may contain modifications
- made to the dictionary after was called.
-
-
-
-
- Shared internal implementation for inserts and updates.
- If key exists, we always return false; and if updateIfExists == true we force update with value;
- If key doesn't exist, we always add value and return true;
-
-
-
-
- Adds a key/value pair to the
- if the key does not already exist.
-
- The key of the element to add.
- The function used to generate a value for the key
- is a null reference
- (Nothing in Visual Basic).
- is a null reference
- (Nothing in Visual Basic).
- The dictionary contains too many
- elements.
- The value for the key. This will be either the existing value for the key if the
- key is already in the dictionary, or the new value for the key as returned by valueFactory
- if the key was not in the dictionary.
-
-
-
- Adds a key/value pair to the
- if the key does not already exist.
-
- The key of the element to add.
- the value to be added, if the key does not already exist
- is a null reference
- (Nothing in Visual Basic).
- The dictionary contains too many
- elements.
- The value for the key. This will be either the existing value for the key if the
- key is already in the dictionary, or the new value if the key was not in the dictionary.
-
-
-
- Adds a key/value pair to the if the key does not already
- exist, or updates a key/value pair in the if the key
- already exists.
-
- The key to be added or whose value should be updated
- The function used to generate a value for an absent key
- The function used to generate a new value for an existing key
- based on the key's existing value
- is a null reference
- (Nothing in Visual Basic).
- is a null reference
- (Nothing in Visual Basic).
- is a null reference
- (Nothing in Visual Basic).
- The dictionary contains too many
- elements.
- The new value for the key. This will be either be the result of addValueFactory (if the key was
- absent) or the result of updateValueFactory (if the key was present).
-
-
-
- Adds a key/value pair to the if the key does not already
- exist, or updates a key/value pair in the if the key
- already exists.
-
- The key to be added or whose value should be updated
- The value to be added for an absent key
- The function used to generate a new value for an existing key based on
- the key's existing value
- is a null reference
- (Nothing in Visual Basic).
- is a null reference
- (Nothing in Visual Basic).
- The dictionary contains too many
- elements.
- The new value for the key. This will be either be the result of addValueFactory (if the key was
- absent) or the result of updateValueFactory (if the key was present).
-
-
-
- Adds the specified key and value to the .
-
- The object to use as the key of the element to add.
- The object to use as the value of the element to add.
- is a null reference
- (Nothing in Visual Basic).
- The dictionary contains too many
- elements.
-
- An element with the same key already exists in the .
-
-
-
- Removes the element with the specified key from the .
-
- The key of the element to remove.
- true if the element is successfully remove; otherwise false. This method also returns
- false if
- was not found in the original .
-
- is a null reference
- (Nothing in Visual Basic).
-
-
-
- Adds the specified value to the
- with the specified key.
-
- The
- structure representing the key and value to add to the .
- The of is null.
- The
- contains too many elements.
- An element with the same key already exists in the
-
-
-
-
- Determines whether the
- contains a specific key and value.
-
- The
- structure to locate in the .
- true if the is found in the ; otherwise, false.
-
-
-
- Removes a key and value from the dictionary.
-
- The
- structure representing the key and value to remove from the .
- true if the key and value represented by is successfully
- found and removed; otherwise, false.
- The Key property of is a null reference (Nothing in Visual Basic).
-
-
- Returns an enumerator that iterates through the .
- An enumerator for the .
-
- The enumerator returned from the dictionary is safe to use concurrently with
- reads and writes to the dictionary, however it does not represent a moment-in-time snapshot
- of the dictionary. The contents exposed through the enumerator may contain modifications
- made to the dictionary after was called.
-
-
-
-
- Adds the specified key and value to the dictionary.
-
- The object to use as the key.
- The object to use as the value.
- is a null reference
- (Nothing in Visual Basic).
- The dictionary contains too many
- elements.
-
- is of a type that is not assignable to the key type of the . -or-
- is of a type that is not assignable to ,
- the type of values in the .
- -or- A value with the same key already exists in the .
-
-
-
-
- Gets whether the contains an
- element with the specified key.
-
- The key to locate in the .
- true if the contains
- an element with the specified key; otherwise, false.
- is a null reference
- (Nothing in Visual Basic).
-
-
- Provides an for the
- .
- An for the .
-
-
-
- Removes the element with the specified key from the .
-
- The key of the element to remove.
- is a null reference
- (Nothing in Visual Basic).
-
-
-
- Copies the elements of the to an array, starting
- at the specified array index.
-
- The one-dimensional array that is the destination of the elements copied from
- the . The array must have zero-based
- indexing.
- The zero-based index in at which copying
- begins.
- is a null reference
- (Nothing in Visual Basic).
- is less than
- 0.
- is equal to or greater than
- the length of the . -or- The number of elements in the source
- is greater than the available space from to the end of the destination
- .
-
-
-
- Replaces the internal table with a larger one. To prevent multiple threads from resizing the
- table as a result of races, the table of buckets that was deemed too small is passed in as
- an argument to GrowTable(). GrowTable() obtains a lock, and then checks whether the bucket
- table has been replaced in the meantime or not.
-
- Reference to the bucket table that was deemed too small.
-
-
-
- Computes the bucket and lock number for a particular key.
-
-
-
-
- Acquires all locks for this hash table, and increments locksAcquired by the number
- of locks that were successfully acquired. The locks are acquired in an increasing
- order.
-
-
-
-
- Acquires a contiguous range of locks for this hash table, and increments locksAcquired
- by the number of locks that were successfully acquired. The locks are acquired in an
- increasing order.
-
-
-
-
- Releases a contiguous range of locks.
-
-
-
-
- Gets a collection containing the keys in the dictionary.
-
-
-
-
- Gets a collection containing the values in the dictionary.
-
-
-
-
- A helper method for asserts.
-
-
-
-
- Get the data array to be serialized
-
-
-
-
- Construct the dictionary from a previously seiralized one
-
-
-
-
- Gets or sets the value associated with the specified key.
-
- The key of the value to get or set.
- The value associated with the specified key. If the specified key is not found, a get
- operation throws a
- , and a set operation creates a new
- element with the specified key.
- is a null reference
- (Nothing in Visual Basic).
- The property is retrieved and
-
- does not exist in the collection.
-
-
-
- Gets the number of key/value pairs contained in the .
-
- The dictionary contains too many
- elements.
- The number of key/value paris contained in the .
- Count has snapshot semantics and represents the number of items in the
- at the moment when Count was accessed.
-
-
-
- Gets a value that indicates whether the is empty.
-
- true if the is empty; otherwise,
- false.
-
-
-
- Gets a collection containing the keys in the .
-
- An containing the keys in the
- .
-
-
-
- Gets a collection containing the values in the .
-
- An containing the values in
- the
- .
-
-
-
- Gets a value indicating whether the dictionary is read-only.
-
- true if the is
- read-only; otherwise, false. For , this property always returns
- false.
-
-
-
- Gets a value indicating whether the has a fixed size.
-
- true if the has a
- fixed size; otherwise, false. For , this property always
- returns false.
-
-
-
- Gets a value indicating whether the is read-only.
-
- true if the is
- read-only; otherwise, false. For , this property always
- returns false.
-
-
-
- Gets an containing the keys of the .
-
- An containing the keys of the .
-
-
-
- Gets an containing the values in the .
-
- An containing the values in the .
-
-
-
- Gets or sets the value associated with the specified key.
-
- The key of the value to get or set.
- The value associated with the specified key, or a null reference (Nothing in Visual Basic)
- if is not in the dictionary or is of a type that is
- not assignable to the key type of the .
- is a null reference
- (Nothing in Visual Basic).
-
- A value is being assigned, and is of a type that is not assignable to the
- key type of the . -or- A value is being
- assigned, and is of a type that is not assignable to the value type
- of the
-
-
-
-
- Gets a value indicating whether access to the is
- synchronized with the SyncRoot.
-
- true if access to the is synchronized
- (thread safe); otherwise, false. For , this property always
- returns false.
-
-
-
- Gets an object that can be used to synchronize access to the . This property is not supported.
-
- The SyncRoot property is not supported.
-
-
-
- The number of concurrent writes for which to optimize by default.
-
-
-
-
- A node in a singly-linked list representing a particular hash table bucket.
-
-
-
-
- A private class to represent enumeration over the dictionary that implements the
- IDictionaryEnumerator interface.
-
-
-
- Throws the exception on the ThreadPool.
- The exception to propagate.
- The target context on which to propagate the exception. Null to use the ThreadPool.
-
-
- Copies the exception's stack trace so its stack trace isn't overwritten.
- The exception to prepare.
-
-
-
- Provides a builder for asynchronous methods that return .
- This type is intended for compiler use only.
-
-
- AsyncTaskMethodBuilder is a value type, and thus it is copied by value.
- Prior to being copied, one of its Task, SetResult, or SetException members must be accessed,
- or else the copies may end up building distinct Task instances.
-
-
-
- Represents an asynchronous method builder.
-
-
- A cached VoidTaskResult task used for builders that complete synchronously.
-
-
- The generic builder object to which this non-generic instance delegates.
-
-
- Initializes a new .
- The initialized .
-
-
- Initiates the builder's execution with the associated state machine.
- Specifies the type of the state machine.
- The state machine instance, passed by reference.
-
-
- Associates the builder with the state machine it represents.
- The heap-allocated state machine object.
- The argument was null (Nothing in Visual Basic).
- The builder is incorrectly initialized.
-
-
- Perform any initialization necessary prior to lifting the builder to the heap.
-
-
-
- Schedules the specified state machine to be pushed forward when the specified awaiter completes.
-
- Specifies the type of the awaiter.
- Specifies the type of the state machine.
- The awaiter.
- The state machine.
-
-
-
- Schedules the specified state machine to be pushed forward when the specified awaiter completes.
-
- Specifies the type of the awaiter.
- Specifies the type of the state machine.
- The awaiter.
- The state machine.
-
-
-
- Completes the in the
- RanToCompletion state.
-
- The builder is not initialized.
- The task has already completed.
-
-
-
- Completes the in the
- Faulted state with the specified exception.
-
- The to use to fault the task.
- The argument is null (Nothing in Visual Basic).
- The builder is not initialized.
- The task has already completed.
-
-
-
- Called by the debugger to request notification when the first wait operation
- (await, Wait, Result, etc.) on this builder's task completes.
-
-
- true to enable notification; false to disable a previously set notification.
-
-
-
- Gets the for this builder.
- The representing the builder's asynchronous operation.
- The builder is not initialized.
-
-
-
- Gets an object that may be used to uniquely identify this builder to the debugger.
-
-
- This property lazily instantiates the ID in a non-thread-safe manner.
- It must only be used by the debugger, and only in a single-threaded manner
- when no other threads are in the middle of accessing this property or this.Task.
-
-
-
- Holds state related to the builder's IAsyncStateMachine.
- This is a mutable struct. Be very delicate with it.
-
-
- A reference to the heap-allocated state machine object associated with this builder.
-
-
- Initiates the builder's execution with the associated state machine.
- Specifies the type of the state machine.
- The state machine instance, passed by reference.
- The argument is null (Nothing in Visual Basic).
-
-
- Associates the builder with the state machine it represents.
- The heap-allocated state machine object.
- The argument was null (Nothing in Visual Basic).
- The builder is incorrectly initialized.
-
-
-
- Gets the Action to use with an awaiter's OnCompleted or UnsafeOnCompleted method.
- On first invocation, the supplied state machine will be boxed.
-
- Specifies the type of the method builder used.
- Specifies the type of the state machine used.
- The builder.
- The state machine.
- An Action to provide to the awaiter.
-
-
- Provides the ability to invoke a state machine's MoveNext method under a supplied ExecutionContext.
-
-
- The context with which to run MoveNext.
-
-
- The state machine whose MoveNext method should be invoked.
-
-
- Initializes the runner.
- The context with which to run MoveNext.
-
-
- Invokes MoveNext under the provided context.
-
-
- Cached delegate used with ExecutionContext.Run.
-
-
- Invokes the MoveNext method on the supplied IAsyncStateMachine.
- The IAsyncStateMachine machine instance.
-
-
-
- Provides a builder for asynchronous methods that return void.
- This type is intended for compiler use only.
-
-
-
- The synchronization context associated with this operation.
-
-
- State related to the IAsyncStateMachine.
-
-
- An object used by the debugger to uniquely identify this builder. Lazily initialized.
-
-
- Temporary support for disabling crashing if tasks go unobserved.
-
-
- Registers with UnobservedTaskException to suppress exception crashing.
-
-
- Non-zero if PreventUnobservedTaskExceptions has already been invoked.
-
-
- Initializes a new .
- The initialized .
-
-
- Initializes the .
- The synchronizationContext associated with this operation. This may be null.
-
-
- Initiates the builder's execution with the associated state machine.
- Specifies the type of the state machine.
- The state machine instance, passed by reference.
- The argument was null (Nothing in Visual Basic).
-
-
- Associates the builder with the state machine it represents.
- The heap-allocated state machine object.
- The argument was null (Nothing in Visual Basic).
- The builder is incorrectly initialized.
-
-
- Perform any initialization necessary prior to lifting the builder to the heap.
-
-
-
- Schedules the specified state machine to be pushed forward when the specified awaiter completes.
-
- Specifies the type of the awaiter.
- Specifies the type of the state machine.
- The awaiter.
- The state machine.
-
-
-
- Schedules the specified state machine to be pushed forward when the specified awaiter completes.
-
- Specifies the type of the awaiter.
- Specifies the type of the state machine.
- The awaiter.
- The state machine.
-
-
- Completes the method builder successfully.
-
-
- Faults the method builder with an exception.
- The exception that is the cause of this fault.
- The argument is null (Nothing in Visual Basic).
- The builder is not initialized.
-
-
- Notifies the current synchronization context that the operation completed.
-
-
-
- Gets an object that may be used to uniquely identify this builder to the debugger.
-
-
- This property lazily instantiates the ID in a non-thread-safe manner.
- It must only be used by the debugger and only in a single-threaded manner.
-
-
-
-
- Provides a builder for asynchronous methods that return .
- This type is intended for compiler use only.
-
-
- AsyncTaskMethodBuilder{TResult} is a value type, and thus it is copied by value.
- Prior to being copied, one of its Task, SetResult, or SetException members must be accessed,
- or else the copies may end up building distinct Task instances.
-
-
-
- A cached task for default(TResult).
-
-
- State related to the IAsyncStateMachine.
-
-
- The lazily-initialized task.
- Must be named m_task for debugger step-over to work correctly.
-
-
- The lazily-initialized task completion source.
-
-
- Temporary support for disabling crashing if tasks go unobserved.
-
-
- Initializes a new .
- The initialized .
-
-
- Initiates the builder's execution with the associated state machine.
- Specifies the type of the state machine.
- The state machine instance, passed by reference.
-
-
- Associates the builder with the state machine it represents.
- The heap-allocated state machine object.
- The argument was null (Nothing in Visual Basic).
- The builder is incorrectly initialized.
-
-
- Perform any initialization necessary prior to lifting the builder to the heap.
-
-
-
- Schedules the specified state machine to be pushed forward when the specified awaiter completes.
-
- Specifies the type of the awaiter.
- Specifies the type of the state machine.
- The awaiter.
- The state machine.
-
-
-
- Schedules the specified state machine to be pushed forward when the specified awaiter completes.
-
- Specifies the type of the awaiter.
- Specifies the type of the state machine.
- The awaiter.
- The state machine.
-
-
-
- Completes the in the
- RanToCompletion state with the specified result.
-
- The result to use to complete the task.
- The task has already completed.
-
-
-
- Completes the builder by using either the supplied completed task, or by completing
- the builder's previously accessed task using default(TResult).
-
- A task already completed with the value default(TResult).
- The task has already completed.
-
-
-
- Completes the in the
- Faulted state with the specified exception.
-
- The to use to fault the task.
- The argument is null (Nothing in Visual Basic).
- The task has already completed.
-
-
-
- Called by the debugger to request notification when the first wait operation
- (await, Wait, Result, etc.) on this builder's task completes.
-
-
- true to enable notification; false to disable a previously set notification.
-
-
- This should only be invoked from within an asynchronous method,
- and only by the debugger.
-
-
-
-
- Gets a task for the specified result. This will either
- be a cached or new task, never null.
-
- The result for which we need a task.
- The completed task containing the result.
-
-
- Gets the lazily-initialized TaskCompletionSource.
-
-
- Gets the for this builder.
- The representing the builder's asynchronous operation.
-
-
-
- Gets an object that may be used to uniquely identify this builder to the debugger.
-
-
- This property lazily instantiates the ID in a non-thread-safe manner.
- It must only be used by the debugger, and only in a single-threaded manner
- when no other threads are in the middle of accessing this property or this.Task.
-
-
-
- Provides a base class used to cache tasks of a specific return type.
- Specifies the type of results the cached tasks return.
-
-
-
- A singleton cache for this result type.
- This may be null if there are no cached tasks for this TResult.
-
-
-
- Creates a non-disposable task.
- The result for the task.
- The cacheable task.
-
-
- Creates a cache.
- A task cache for this result type.
-
-
- Gets a cached task if one exists.
- The result for which we want a cached task.
- A cached task if one exists; otherwise, null.
-
-
- Provides a cache for Boolean tasks.
-
-
- A true task.
-
-
- A false task.
-
-
- Gets a cached task for the Boolean result.
- true or false
- A cached task for the Boolean result.
-
-
- Provides a cache for zero Int32 tasks.
-
-
- The minimum value, inclusive, for which we want a cached task.
-
-
- The maximum value, exclusive, for which we want a cached task.
-
-
- The cache of Task{Int32}.
-
-
- Creates an array of cached tasks for the values in the range [INCLUSIVE_MIN,EXCLUSIVE_MAX).
-
-
- Gets a cached task for the zero Int32 result.
- The integer value
- A cached task for the Int32 result or null if not cached.
-
-
-
- Represents state machines generated for asynchronous methods.
- This type is intended for compiler use only.
-
-
-
- Moves the state machine to its next state.
-
-
- Configures the state machine with a heap-allocated replica.
- The heap-allocated replica.
-
-
-
- Represents an awaiter used to schedule continuations when an await operation completes.
-
-
-
-
- Represents an operation that will schedule continuations when the operation completes.
-
-
-
- Schedules the continuation action to be invoked when the instance completes.
- The action to invoke when the operation completes.
- The argument is null (Nothing in Visual Basic).
-
-
- Schedules the continuation action to be invoked when the instance completes.
- The action to invoke when the operation completes.
- The argument is null (Nothing in Visual Basic).
- Unlike OnCompleted, UnsafeOnCompleted need not propagate ExecutionContext information.
-
-
- Used with Task(of void)
-
-
-
- An interface similar to the one added in .NET 4.0.
-
-
-
- The exception that is thrown in a thread upon cancellation of an operation that the thread was executing.
-
-
- Initializes the exception.
-
-
- Initializes the exception.
- The error message that explains the reason for the exception.
-
-
- Initializes the exception.
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception.
-
-
- Initializes the exception.
- A cancellation token associated with the operation that was canceled.
-
-
- Initializes the exception.
- The error message that explains the reason for the exception.
- A cancellation token associated with the operation that was canceled.
-
-
- Initializes the exception.
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception.
- A cancellation token associated with the operation that was canceled.
-
-
- Gets a token associated with the operation that was canceled.
-
-
-
- A dummy replacement for the .NET internal class StackCrawlMark.
-
-
-
-
- Propogates notification that operations should be canceled.
-
-
-
- A may be created directly in an unchangeable canceled or non-canceled state
- using the CancellationToken's constructors. However, to have a CancellationToken that can change
- from a non-canceled to a canceled state,
- CancellationTokenSource must be used.
- CancellationTokenSource exposes the associated CancellationToken that may be canceled by the source through its
- Token property.
-
-
- Once canceled, a token may not transition to a non-canceled state, and a token whose
- is false will never change to one that can be canceled.
-
-
- All members of this struct are thread-safe and may be used concurrently from multiple threads.
-
-
-
-
-
- Internal constructor only a CancellationTokenSource should create a CancellationToken
-
-
-
-
- Initializes the CancellationToken.
-
-
- The canceled state for the token.
-
-
- Tokens created with this constructor will remain in the canceled state specified
- by the parameter. If is false,
- both and will be false.
- If is true,
- both and will be true.
-
-
-
-
- Registers a delegate that will be called when this CancellationToken is canceled.
-
-
-
- If this token is already in the canceled state, the
- delegate will be run immediately and synchronously. Any exception the delegate generates will be
- propogated out of this method call.
-
-
- The delegate to be executed when the CancellationToken is canceled.
- The instance that can
- be used to deregister the callback.
- is null.
- The associated CancellationTokenSource has been disposed.
-
-
-
- Registers a delegate that will be called when this
- CancellationToken is canceled.
-
-
-
- If this token is already in the canceled state, the
- delegate will be run immediately and synchronously. Any exception the delegate generates will be
- propogated out of this method call.
-
-
- The delegate to be executed when the CancellationToken is canceled.
- A Boolean value that indicates whether to capture
- the current SynchronizationContext and use it
- when invoking the .
- The instance that can
- be used to deregister the callback.
- is null.
- The associated CancellationTokenSource has been disposed.
-
-
-
- Registers a delegate that will be called when this
- CancellationToken is canceled.
-
-
-
- If this token is already in the canceled state, the
- delegate will be run immediately and synchronously. Any exception the delegate generates will be
- propogated out of this method call.
-
-
- The delegate to be executed when the CancellationToken is canceled.
- The state to pass to the when the delegate is invoked. This may be null.
- The instance that can
- be used to deregister the callback.
- is null.
- The associated CancellationTokenSource has been disposed.
-
-
-
- Registers a delegate that will be called when this
- CancellationToken is canceled.
-
-
-
- If this token is already in the canceled state, the
- delegate will be run immediately and synchronously. Any exception the delegate generates will be
- propogated out of this method call.
-
-
- The delegate to be executed when the CancellationToken is canceled.
- The state to pass to the when the delegate is invoked. This may be null.
- A Boolean value that indicates whether to capture
- the current SynchronizationContext and use it
- when invoking the .
- The instance that can
- be used to deregister the callback.
- is null.
- The associated CancellationTokenSource has been disposed.
-
-
-
- Determines whether the current CancellationToken instance is equal to the
- specified token.
-
- The other CancellationToken to which to compare this
- instance.
- True if the instances are equal; otherwise, false. Two tokens are equal if they are associated
- with the same CancellationTokenSource or if they were both constructed
- from public CancellationToken constructors and their values are equal.
-
-
-
- Determines whether the current CancellationToken instance is equal to the
- specified .
-
- The other object to which to compare this instance.
- True if is a CancellationToken
- and if the two instances are equal; otherwise, false. Two tokens are equal if they are associated
- with the same CancellationTokenSource or if they were both constructed
- from public CancellationToken constructors and their values are equal.
- An associated CancellationTokenSource has been disposed.
-
-
-
- Serves as a hash function for a CancellationToken.
-
- A hash code for the current CancellationToken instance.
-
-
-
- Determines whether two CancellationToken instances are equal.
-
- The first instance.
- The second instance.
- True if the instances are equal; otherwise, false.
- An associated CancellationTokenSource has been disposed.
-
-
-
- Determines whether two CancellationToken instances are not equal.
-
- The first instance.
- The second instance.
- True if the instances are not equal; otherwise, false.
- An associated CancellationTokenSource has been disposed.
-
-
-
- Throws a OperationCanceledException if
- this token has had cancellation requested.
-
-
- This method provides functionality equivalent to:
-
- if (token.IsCancellationRequested)
- throw new OperationCanceledException(token);
-
-
- The token has had cancellation requested.
- The associated CancellationTokenSource has been disposed.
-
-
-
- Returns an empty CancellationToken value.
-
-
- The value returned by this property will be non-cancelable by default.
-
-
-
-
- Gets whether cancellation has been requested for this token.
-
- Whether cancellation has been requested for this token.
-
-
- This property indicates whether cancellation has been requested for this token,
- either through the token initially being construted in a canceled state, or through
- calling Cancel
- on the token's associated .
-
-
- If this property is true, it only guarantees that cancellation has been requested.
- It does not guarantee that every registered handler
- has finished executing, nor that cancellation requests have finished propagating
- to all registered handlers. Additional synchronization may be required,
- particularly in situations where related objects are being canceled concurrently.
-
-
-
-
-
- Gets whether this token is capable of being in the canceled state.
-
-
- If CanBeCanceled returns false, it is guaranteed that the token will never transition
- into a canceled state, meaning that will never
- return true.
-
-
-
-
- Gets a that is signaled when the token is canceled.
-
- Accessing this property causes a WaitHandle
- to be instantiated. It is preferable to only use this property when necessary, and to then
- dispose the associated instance at the earliest opportunity (disposing
- the source will dispose of this allocated handle). The handle should not be closed or disposed directly.
-
- The associated CancellationTokenSource has been disposed.
-
-
-
- Represents a callback delegate that has been registered with a CancellationToken.
-
-
- To unregister a callback, dispose the corresponding Registration instance.
-
-
-
-
- Attempts to deregister the item. If it's already being run, this may fail.
- Entails a full memory fence.
-
- True if the callback was found and deregistered, false otherwise.
-
-
-
- Disposes of the registration and unregisters the target callback from the associated
- CancellationToken.
- If the target callback is currently executing this method will wait until it completes, except
- in the degenerate cases where a callback method deregisters itself.
-
-
-
-
- Determines whether two CancellationTokenRegistration
- instances are equal.
-
- The first instance.
- The second instance.
- True if the instances are equal; otherwise, false.
-
-
-
- Determines whether two CancellationTokenRegistration instances are not equal.
-
- The first instance.
- The second instance.
- True if the instances are not equal; otherwise, false.
-
-
-
- Determines whether the current CancellationTokenRegistration instance is equal to the
- specified .
-
- The other object to which to compare this instance.
- True, if both this and are equal. False, otherwise.
- Two CancellationTokenRegistration instances are equal if
- they both refer to the output of a single call to the same Register method of a
- CancellationToken.
-
-
-
-
- Determines whether the current CancellationToken instance is equal to the
- specified .
-
- The other CancellationTokenRegistration to which to compare this instance.
- True, if both this and are equal. False, otherwise.
- Two CancellationTokenRegistration instances are equal if
- they both refer to the output of a single call to the same Register method of a
- CancellationToken.
-
-
-
-
- Serves as a hash function for a CancellationTokenRegistration..
-
- A hash code for the current CancellationTokenRegistration instance.
-
-
-
- Signals to a that it should be canceled.
-
-
-
- is used to instantiate a
- (via the source's Token property)
- that can be handed to operations that wish to be notified of cancellation or that can be used to
- register asynchronous operations for cancellation. That token may have cancellation requested by
- calling to the source's Cancel
- method.
-
-
- All members of this class, except Dispose, are thread-safe and may be used
- concurrently from multiple threads.
-
-
-
-
- The ID of the thread currently executing the main body of CTS.Cancel()
- this helps us to know if a call to ctr.Dispose() is running 'within' a cancellation callback.
- This is updated as we move between the main thread calling cts.Cancel() and any syncContexts that are used to
- actually run the callbacks.
-
-
-
- Initializes the .
-
-
-
-
- Communicates a request for cancellation.
-
-
-
- The associated will be
- notified of the cancellation and will transition to a state where
- IsCancellationRequested returns true.
- Any callbacks or cancelable operations
- registered with the will be executed.
-
-
- Cancelable operations and callbacks registered with the token should not throw exceptions.
- However, this overload of Cancel will aggregate any exceptions thrown into a ,
- such that one callback throwing an exception will not prevent other registered callbacks from being executed.
-
-
- The that was captured when each callback was registered
- will be reestablished when the callback is invoked.
-
-
- An aggregate exception containing all the exceptions thrown
- by the registered callbacks on the associated .
- This has been disposed.
-
-
-
- Communicates a request for cancellation.
-
-
-
- The associated will be
- notified of the cancellation and will transition to a state where
- IsCancellationRequested returns true.
- Any callbacks or cancelable operations
- registered with the will be executed.
-
-
- Cancelable operations and callbacks registered with the token should not throw exceptions.
- If is true, an exception will immediately propagate out of the
- call to Cancel, preventing the remaining callbacks and cancelable operations from being processed.
- If is false, this overload will aggregate any
- exceptions thrown into a ,
- such that one callback throwing an exception will not prevent other registered callbacks from being executed.
-
-
- The that was captured when each callback was registered
- will be reestablished when the callback is invoked.
-
-
- Specifies whether exceptions should immediately propagate.
- An aggregate exception containing all the exceptions thrown
- by the registered callbacks on the associated .
- This has been disposed.
-
-
-
- Releases the resources used by this .
-
-
- This method is not thread-safe for any other concurrent calls.
-
-
-
-
- Throws an exception if the source has been disposed.
-
-
-
-
- InternalGetStaticSource()
-
- Whether the source should be set.
- A static source to be shared among multiple tokens.
-
-
-
- Registers a callback object. If cancellation has already occurred, the
- callback will have been run by the time this method returns.
-
-
-
-
-
-
-
-
-
- Invoke the Canceled event.
-
-
- The handlers are invoked synchronously in LIFO order.
-
-
-
-
- Creates a CancellationTokenSource that will be in the canceled state
- when any of the source tokens are in the canceled state.
-
- The first CancellationToken to observe.
- The second CancellationToken to observe.
- A CancellationTokenSource that is linked
- to the source tokens.
- A CancellationTokenSource associated with
- one of the source tokens has been disposed.
-
-
-
- Creates a CancellationTokenSource that will be in the canceled state
- when any of the source tokens are in the canceled state.
-
- The CancellationToken instances to observe.
- A CancellationTokenSource that is linked
- to the source tokens.
- is null.
- A CancellationTokenSource associated with
- one of the source tokens has been disposed.
-
-
-
- Gets whether cancellation has been requested for this CancellationTokenSource.
-
- Whether cancellation has been requested for this CancellationTokenSource.
-
-
- This property indicates whether cancellation has been requested for this token source, such as
- due to a call to its
- Cancel method.
-
-
- If this property returns true, it only guarantees that cancellation has been requested. It does not
- guarantee that every handler registered with the corresponding token has finished executing, nor
- that cancellation requests have finished propagating to all registered handlers. Additional
- synchronization may be required, particularly in situations where related objects are being
- canceled concurrently.
-
-
-
-
-
- A simple helper to determine whether cancellation has finished.
-
-
-
-
- A simple helper to determine whether disposal has occured.
-
-
-
-
- The ID of the thread that is running callbacks.
-
-
-
-
- Gets the CancellationToken
- associated with this .
-
- The CancellationToken
- associated with this .
- The token source has been
- disposed.
-
-
-
-
-
-
-
-
-
-
-
-
-
- The currently executing callback
-
-
-
-
- A helper class for collating the various bits of information required to execute
- cancellation callbacks.
-
-
-
-
- InternalExecuteCallbackSynchronously_GeneralPath
- This will be called on the target synchronization context, however, we still need to restore the required execution context
-
-
-
-
- A sparsely populated array. Elements can be sparse and some null, but this allows for
- lock-free additions and growth, and also for constant time removal (by nulling out).
-
- The kind of elements contained within.
-
-
-
- Allocates a new array with the given initial size.
-
- How many array slots to pre-allocate.
-
-
-
- Adds an element in the first available slot, beginning the search from the tail-to-head.
- If no slots are available, the array is grown. The method doesn't return until successful.
-
- The element to add.
- Information about where the add happened, to enable O(1) deregistration.
-
-
-
- The tail of the doubly linked list.
-
-
-
-
- A struct to hold a link to the exact spot in an array an element was inserted, enabling
- constant time removal later on.
-
-
-
-
- A fragment of a sparsely populated array, doubly linked.
-
- The kind of elements contained within.
-
-
-
- Provides lazy initialization routines.
-
-
- These routines avoid needing to allocate a dedicated, lazy-initialization instance, instead using
- references to ensure targets have been initialized as they are accessed.
-
-
-
-
- Initializes a target reference type with the type's default constructor if the target has not
- already been initialized.
-
- The refence type of the reference to be initialized.
- A reference of type to initialize if it has not
- already been initialized.
- The initialized reference of type .
- Type does not have a default
- constructor.
-
- Permissions to access the constructor of type were missing.
-
-
-
- This method may only be used on reference types. To ensure initialization of value
- types, see other overloads of EnsureInitialized.
-
-
- This method may be used concurrently by multiple threads to initialize .
- In the event that multiple threads access this method concurrently, multiple instances of
- may be created, but only one will be stored into . In such an occurrence, this method will not dispose of the
- objects that were not stored. If such objects must be disposed, it is up to the caller to determine
- if an object was not used and to then dispose of the object appropriately.
-
-
-
-
-
- Initializes a target reference type using the specified function if it has not already been
- initialized.
-
- The reference type of the reference to be initialized.
- The reference of type to initialize if it has not
- already been initialized.
- The invoked to initialize the
- reference.
- The initialized reference of type .
- Type does not have a
- default constructor.
- returned
- null.
-
-
- This method may only be used on reference types, and may
- not return a null reference (Nothing in Visual Basic). To ensure initialization of value types or
- to allow null reference types, see other overloads of EnsureInitialized.
-
-
- This method may be used concurrently by multiple threads to initialize .
- In the event that multiple threads access this method concurrently, multiple instances of
- may be created, but only one will be stored into . In such an occurrence, this method will not dispose of the
- objects that were not stored. If such objects must be disposed, it is up to the caller to determine
- if an object was not used and to then dispose of the object appropriately.
-
-
-
-
-
- Initialize the target using the given delegate (slow path).
-
- The reference type of the reference to be initialized.
- The variable that need to be initialized
- The delegate that will be executed to initialize the target
- The initialized variable
-
-
-
- Initializes a target reference or value type with its default constructor if it has not already
- been initialized.
-
- The type of the reference to be initialized.
- A reference or value of type to initialize if it
- has not already been initialized.
- A reference to a boolean that determines whether the target has already
- been initialized.
- A reference to an object used as the mutually exclusive lock for initializing
- .
- The initialized value of type .
-
-
-
- Initializes a target reference or value type with a specified function if it has not already been
- initialized.
-
- The type of the reference to be initialized.
- A reference or value of type to initialize if it
- has not already been initialized.
- A reference to a boolean that determines whether the target has already
- been initialized.
- A reference to an object used as the mutually exclusive lock for initializing
- .
- The invoked to initialize the
- reference or value.
- The initialized value of type .
-
-
-
- Ensure the target is initialized and return the value (slow path). This overload permits nulls
- and also works for value type targets. Uses the supplied function to create the value.
-
- The type of target.
- A reference to the target to be initialized.
- A reference to a location tracking whether the target has been initialized.
- A reference to a location containing a mutual exclusive lock.
-
- The to invoke in order to produce the lazily-initialized value.
-
- The initialized object.
-
-
-
- Provides a slimmed down version of .
-
-
- All public and protected members of are thread-safe and may be used
- concurrently from multiple threads, with the exception of Dispose, which
- must only be used when all other operations on the have
- completed, and Reset, which should only be used when no other threads are
- accessing the event.
-
-
-
-
- Initializes a new instance of the
- class with an initial state of nonsignaled.
-
-
-
-
- Initializes a new instance of the
- class with a Boolen value indicating whether to set the intial state to signaled.
-
- true to set the initial state signaled; false to set the initial state
- to nonsignaled.
-
-
-
- Initializes a new instance of the
- class with a Boolen value indicating whether to set the intial state to signaled and a specified
- spin count.
-
- true to set the initial state to signaled; false to set the initial state
- to nonsignaled.
- The number of spin waits that will occur before falling back to a true
- wait.
- is less than
- 0 or greater than the maximum allowed value.
-
-
-
- Initializes the internal state of the event.
-
- Whether the event is set initially or not.
- The spin count that decides when the event will block.
-
-
-
- Helper to ensure the lock object is created before first use.
-
-
-
-
- This method lazily initializes the event object. It uses CAS to guarantee that
- many threads racing to call this at once don't result in more than one event
- being stored and used. The event will be signaled or unsignaled depending on
- the state of the thin-event itself, with synchronization taken into account.
-
- True if a new event was created and stored, false otherwise.
-
-
-
- Sets the state of the event to signaled, which allows one or more threads waiting on the event to
- proceed.
-
-
-
-
- Private helper to actually perform the Set.
-
- Indicates whether we are calling Set() during cancellation.
- The object has been canceled.
-
-
-
- Sets the state of the event to nonsignaled, which causes threads to block.
-
-
- Unlike most of the members of , is not
- thread-safe and may not be used concurrently with other members of this instance.
-
-
-
-
- Blocks the current thread until the current is set.
-
-
- The maximum number of waiters has been exceeded.
-
-
- The caller of this method blocks indefinitely until the current instance is set. The caller will
- return immediately if the event is currently in a set state.
-
-
-
-
- Blocks the current thread until the current receives a signal,
- while observing a .
-
- The to
- observe.
-
- The maximum number of waiters has been exceeded.
-
- was
- canceled.
-
- The caller of this method blocks indefinitely until the current instance is set. The caller will
- return immediately if the event is currently in a set state.
-
-
-
-
- Blocks the current thread until the current is set, using a
- to measure the time interval.
-
- A that represents the number of milliseconds
- to wait, or a that represents -1 milliseconds to wait indefinitely.
-
- true if the was set; otherwise,
- false.
- is a negative
- number other than -1 milliseconds, which represents an infinite time-out -or- timeout is greater
- than .
-
- The maximum number of waiters has been exceeded.
-
-
-
-
- Blocks the current thread until the current is set, using a
- to measure the time interval, while observing a .
-
- A that represents the number of milliseconds
- to wait, or a that represents -1 milliseconds to wait indefinitely.
-
- The to
- observe.
- true if the was set; otherwise,
- false.
- is a negative
- number other than -1 milliseconds, which represents an infinite time-out -or- timeout is greater
- than .
- was canceled.
-
- The maximum number of waiters has been exceeded.
-
-
-
-
- Blocks the current thread until the current is set, using a
- 32-bit signed integer to measure the time interval.
-
- The number of milliseconds to wait, or (-1) to wait indefinitely.
- true if the was set; otherwise,
- false.
- is a
- negative number other than -1, which represents an infinite time-out.
-
- The maximum number of waiters has been exceeded.
-
-
-
-
- Blocks the current thread until the current is set, using a
- 32-bit signed integer to measure the time interval, while observing a .
-
- The number of milliseconds to wait, or (-1) to wait indefinitely.
- The to
- observe.
- true if the was set; otherwise,
- false.
- is a
- negative number other than -1, which represents an infinite time-out.
-
- The maximum number of waiters has been exceeded.
-
- was canceled.
-
-
-
- Releases all resources used by the current instance of .
-
-
- Unlike most of the members of , is not
- thread-safe and may not be used concurrently with other members of this instance.
-
-
-
-
- When overridden in a derived class, releases the unmanaged resources used by the
- , and optionally releases the managed resources.
-
- true to release both managed and unmanaged resources;
- false to release only unmanaged resources.
-
- Unlike most of the members of , is not
- thread-safe and may not be used concurrently with other members of this instance.
-
-
-
-
- Throw ObjectDisposedException if the MRES is disposed
-
-
-
-
- Private helper method to wake up waiters when a cancellationToken gets canceled.
-
-
-
-
- Private helper method for updating parts of a bit-string state value.
- Mainly called from the IsSet and Waiters properties setters
-
-
- Note: the parameter types must be int as CompareExchange cannot take a Uint
-
- The new value
- The mask used to set the bits
-
-
-
- Private helper method - performs Mask and shift, particular helpful to extract a field from a packed word.
- eg ExtractStatePortionAndShiftRight(0x12345678, 0xFF000000, 24) => 0x12, ie extracting the top 8-bits as a simple integer
-
- ?? is there a common place to put this rather than being private to MRES?
-
-
-
-
-
-
-
-
- Performs a Mask operation, but does not perform the shift.
- This is acceptable for boolean values for which the shift is unnecessary
- eg (val & Mask) != 0 is an appropriate way to extract a boolean rather than using
- ((val & Mask) >> shiftAmount) == 1
-
- ?? is there a common place to put this rather than being private to MRES?
-
-
-
-
-
-
- Helper function to measure and update the wait time
-
- The first time (in Ticks) observed when the wait started.
- The orginal wait timeoutout in milliseconds.
- The new wait time in milliseconds, -1 if the time expired, -2 if overflow in counters
- has occurred.
-
-
-
- Gets the underlying object for this .
-
- The underlying event object fore this .
-
- Accessing this property forces initialization of an underlying event object if one hasn't
- already been created. To simply wait on this ,
- the public Wait methods should be preferred.
-
-
-
-
- Gets whether the event is set.
-
- true if the event has is set; otherwise, false.
-
-
-
- Gets the number of spin waits that will be occur before falling back to a true wait.
-
-
-
-
- How many threads are waiting.
-
-
-
-
- Provides support for spin-based waiting.
-
-
-
- encapsulates common spinning logic. On single-processor machines, yields are
- always used instead of busy waits, and on computers with Intel™ processors employing Hyper-Threading™
- technology, it helps to prevent hardware thread starvation. SpinWait encapsulates a good mixture of
- spinning and true yielding.
-
-
- is a value type, which means that low-level code can utilize SpinWait without
- fear of unnecessary allocation overheads. SpinWait is not generally useful for ordinary applications.
- In most cases, you should use the synchronization classes provided by the .NET Framework, such as
- . For most purposes where spin waiting is required, however,
- the type should be preferred over the System.Threading.Thread.SpinWait method.
-
-
- While SpinWait is designed to be used in concurrent applications, it is not designed to be
- used from multiple threads concurrently. SpinWait's members are not thread-safe. If multiple
- threads must spin, each should use its own instance of SpinWait.
-
-
-
-
-
- Performs a single spin.
-
-
- This is typically called in a loop, and may change in behavior based on the number of times a
- has been called thus far on this instance.
-
-
-
-
- Resets the spin counter.
-
-
- This makes and behave as though no calls
- to had been issued on this instance. If a instance
- is reused many times, it may be useful to reset it to avoid yielding too soon.
-
-
-
-
- Spins until the specified condition is satisfied.
-
- A delegate to be executed over and over until it returns true.
- The argument is null.
-
-
-
- Spins until the specified condition is satisfied or until the specified timeout is expired.
-
- A delegate to be executed over and over until it returns true.
-
- A that represents the number of milliseconds to wait,
- or a TimeSpan that represents -1 milliseconds to wait indefinitely.
- True if the condition is satisfied within the timeout; otherwise, false
- The argument is null.
- is a negative number
- other than -1 milliseconds, which represents an infinite time-out -or- timeout is greater than
- .
-
-
-
- Spins until the specified condition is satisfied or until the specified timeout is expired.
-
- A delegate to be executed over and over until it returns true.
- The number of milliseconds to wait, or (-1) to wait indefinitely.
- True if the condition is satisfied within the timeout; otherwise, false
- The argument is null.
- is a
- negative number other than -1, which represents an infinite time-out.
-
-
-
- Gets the number of times has been called on this instance.
-
-
-
-
- Gets whether the next call to will yield the processor, triggering a
- forced context switch.
-
- Whether the next call to will yield the processor, triggering a
- forced context switch.
-
- On a single-CPU machine, always yields the processor. On machines with
- multiple CPUs, may yield after an unspecified number of calls.
-
-
-
-
- A helper class to get the number of preocessors, it updates the numbers of processors every sampling interval
-
-
-
-
- Gets the number of available processors
-
-
-
-
- Gets whether the current machine has only a single processor.
-
-
-
-
- Represents an asynchronous operation that produces a result at some time in the future.
-
-
- The type of the result produced by this .
-
-
-
- instances may be created in a variety of ways. The most common approach is by
- using the task's property to retrieve a instance that can be used to create tasks for several
- purposes. For example, to create a that runs a function, the factory's StartNew
- method may be used:
-
- // C#
- var t = Task<int>.Factory.StartNew(() => GenerateResult());
- - or -
- var t = Task.Factory.StartNew(() => GenerateResult());
-
- ' Visual Basic
- Dim t = Task<int>.Factory.StartNew(Function() GenerateResult())
- - or -
- Dim t = Task.Factory.StartNew(Function() GenerateResult())
-
-
-
- The class also provides constructors that initialize the task but that do not
- schedule it for execution. For performance reasons, the StartNew method should be the
- preferred mechanism for creating and scheduling computational tasks, but for scenarios where creation
- and scheduling must be separated, the constructors may be used, and the task's
- Start
- method may then be used to schedule the task for execution at a later time.
-
-
- All members of , except for
- Dispose, are thread-safe
- and may be used from multiple threads concurrently.
-
-
-
-
-
- Represents an asynchronous operation.
-
-
-
- instances may be created in a variety of ways. The most common approach is by
- using the Task type's property to retrieve a instance that can be used to create tasks for several
- purposes. For example, to create a that runs an action, the factory's StartNew
- method may be used:
-
- // C#
- var t = Task.Factory.StartNew(() => DoAction());
-
- ' Visual Basic
- Dim t = Task.Factory.StartNew(Function() DoAction())
-
-
-
- The class also provides constructors that initialize the Task but that do not
- schedule it for execution. For performance reasons, TaskFactory's StartNew method should be the
- preferred mechanism for creating and scheduling computational tasks, but for scenarios where creation
- and scheduling must be separated, the constructors may be used, and the task's
- method may then be used to schedule the task for execution at a later time.
-
-
- All members of , except for , are thread-safe
- and may be used from multiple threads concurrently.
-
-
- For operations that return values, the class
- should be used.
-
-
- For developers implementing custom debuggers, several internal and private members of Task may be
- useful (these may change from release to release). The Int32 m_taskId field serves as the backing
- store for the property, however accessing this field directly from a debugger may be
- more efficient than accessing the same value through the property's getter method (the
- s_taskIdCounter Int32 counter is used to retrieve the next available ID for a Task). Similarly, the
- Int32 m_stateFlags field stores information about the current lifecycle stage of the Task,
- information also accessible through the property. The m_action System.Object
- field stores a reference to the Task's delegate, and the m_stateObject System.Object field stores the
- async state passed to the Task by the developer. Finally, for debuggers that parse stack frames, the
- InternalWait method serves a potential marker for when a Task is entering a wait operation.
-
-
-
-
-
- A type initializer that runs with the appropriate permissions.
-
-
-
-
- Initializes a new with the specified action.
-
- The delegate that represents the code to execute in the Task.
- The argument is null.
-
-
-
- Initializes a new with the specified action and CancellationToken.
-
- The delegate that represents the code to execute in the Task.
- The CancellationToken
- that will be assigned to the new Task.
- The argument is null.
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Initializes a new with the specified action and creation options.
-
- The delegate that represents the code to execute in the task.
-
- The TaskCreationOptions used to
- customize the Task's behavior.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for .
-
-
-
-
- Initializes a new with the specified action and creation options.
-
- The delegate that represents the code to execute in the task.
- The that will be assigned to the new task.
-
- The TaskCreationOptions used to
- customize the Task's behavior.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for .
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Initializes a new with the specified action and state.
-
- The delegate that represents the code to execute in the task.
- An object representing data to be used by the action.
-
- The argument is null.
-
-
-
-
- Initializes a new with the specified action, state, snd options.
-
- The delegate that represents the code to execute in the task.
- An object representing data to be used by the action.
- The that will be assigned to the new task.
-
- The argument is null.
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Initializes a new with the specified action, state, snd options.
-
- The delegate that represents the code to execute in the task.
- An object representing data to be used by the action.
-
- The TaskCreationOptions used to
- customize the Task's behavior.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for .
-
-
-
-
- Initializes a new with the specified action, state, snd options.
-
- The delegate that represents the code to execute in the task.
- An object representing data to be used by the action.
- The that will be assigned to the new task.
-
- The TaskCreationOptions used to
- customize the Task's behavior.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for .
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- An internal constructor used by the factory methods on task and its descendent(s).
- This variant does not capture the ExecutionContext; it is up to the caller to do that.
-
- An action to execute.
- Optional state to pass to the action.
- Parent of Task.
- A CancellationToken for the task.
- A task scheduler under which the task will run.
- Options to control its execution.
- Internal options to control its execution
-
-
-
- Common logic used by the following internal ctors:
- Task()
- Task(object action, object state, Task parent, TaskCreationOptions options, TaskScheduler taskScheduler)
-
- ASSUMES THAT m_creatingTask IS ALREADY SET.
-
-
- Action for task to execute.
- Object to which to pass to action (may be null)
- Task scheduler on which to run thread (only used by continuation tasks).
- A CancellationToken for the Task.
- Options to customize behavior of Task.
- Internal options to customize behavior of Task.
-
-
-
- Checks if we registered a CT callback during construction, and deregisters it.
- This should be called when we know the registration isn't useful anymore. Specifically from Finish() if the task has completed
- successfully or with an exception.
-
-
-
-
- Captures the ExecutionContext so long as flow isn't suppressed.
-
- A stack crawl mark pointing to the frame of the caller.
-
-
-
- Internal function that will be called by a new child task to add itself to
- the children list of the parent (this).
-
- Since a child task can only be created from the thread executing the action delegate
- of this task, reentrancy is neither required nor supported. This should not be called from
- anywhere other than the task construction/initialization codepaths.
-
-
-
-
- Starts the , scheduling it for execution to the current TaskScheduler.
-
-
- A task may only be started and run only once. Any attempts to schedule a task a second time
- will result in an exception.
-
-
- The is not in a valid state to be started. It may have already been started,
- executed, or canceled, or it may have been created in a manner that doesn't support direct
- scheduling.
-
-
- The instance has been disposed.
-
-
-
-
- Starts the , scheduling it for execution to the specified TaskScheduler.
-
-
- A task may only be started and run only once. Any attempts to schedule a task a second time will
- result in an exception.
-
-
- The TaskScheduler with which to associate
- and execute this task.
-
-
- The argument is null.
-
-
- The is not in a valid state to be started. It may have already been started,
- executed, or canceled, or it may have been created in a manner that doesn't support direct
- scheduling.
-
-
- The instance has been disposed.
-
-
-
-
- Runs the synchronously on the current TaskScheduler.
-
-
-
- A task may only be started and run only once. Any attempts to schedule a task a second time will
- result in an exception.
-
-
- Tasks executed with will be associated with the current TaskScheduler.
-
-
- If the target scheduler does not support running this Task on the current thread, the Task will
- be scheduled for execution on the scheduler, and the current thread will block until the
- Task has completed execution.
-
-
-
- The is not in a valid state to be started. It may have already been started,
- executed, or canceled, or it may have been created in a manner that doesn't support direct
- scheduling.
-
-
- The instance has been disposed.
-
-
-
-
- Runs the synchronously on the scheduler provided.
-
-
-
- A task may only be started and run only once. Any attempts to schedule a task a second time will
- result in an exception.
-
-
- If the target scheduler does not support running this Task on the current thread, the Task will
- be scheduled for execution on the scheduler, and the current thread will block until the
- Task has completed execution.
-
-
-
- The is not in a valid state to be started. It may have already been started,
- executed, or canceled, or it may have been created in a manner that doesn't support direct
- scheduling.
-
-
- The instance has been disposed.
-
- The parameter
- is null.
- The scheduler on which to attempt to run this task inline.
-
-
-
- Throws an exception if the task has been disposed, and hence can no longer be accessed.
-
- The task has been disposed.
-
-
-
- Sets the internal completion event.
-
-
-
-
- Disposes the , releasing all of its unmanaged resources.
-
-
- Unlike most of the members of , this method is not thread-safe.
- Also, may only be called on a that is in one of
- the final states: RanToCompletion,
- Faulted, or
- Canceled.
-
-
- The exception that is thrown if the is not in
- one of the final states: RanToCompletion,
- Faulted, or
- Canceled.
-
-
-
-
- Disposes the , releasing all of its unmanaged resources.
-
-
- A Boolean value that indicates whether this method is being called due to a call to .
-
-
- Unlike most of the members of , this method is not thread-safe.
-
-
-
-
- Schedules the task for execution.
-
- If true, TASK_STATE_STARTED bit is turned on in
- an atomic fashion, making sure that TASK_STATE_CANCELED does not get set
- underneath us. If false, TASK_STATE_STARTED bit is OR-ed right in. This
- allows us to streamline things a bit for StartNew(), where competing cancellations
- are not a problem.
-
-
-
- Adds an exception to the list of exceptions this task has thrown.
-
- An object representing either an Exception or a collection of Exceptions.
-
-
-
- Returns a list of exceptions by aggregating the holder's contents. Or null if
- no exceptions have been thrown.
-
- Whether to include a TCE if cancelled.
- An aggregate exception, or null if no exceptions have been caught.
-
-
-
- Throws an aggregate exception if the task contains exceptions.
-
-
-
-
- Checks whether this is an attached task, and whether we are being called by the parent task.
- And sets the TASK_STATE_EXCEPTIONOBSERVEDBYPARENT status flag based on that.
-
- This is meant to be used internally when throwing an exception, and when WaitAll is gathering
- exceptions for tasks it waited on. If this flag gets set, the implicit wait on children
- will skip exceptions to prevent duplication.
-
- This should only be called when this task has completed with an exception
-
-
-
-
-
- Signals completion of this particular task.
-
- The bUserDelegateExecuted parameter indicates whether this Finish() call comes following the
- full execution of the user delegate.
-
- If bUserDelegateExecuted is false, it mean user delegate wasn't invoked at all (either due to
- a cancellation request, or because this task is a promise style Task). In this case, the steps
- involving child tasks (i.e. WaitForChildren) will be skipped.
-
-
-
-
-
- FinishStageTwo is to be executed as soon as we known there are no more children to complete.
- It can happen i) either on the thread that originally executed this task (if no children were spawned, or they all completed by the time this task's delegate quit)
- ii) or on the thread that executed the last child.
-
-
-
-
- Final stage of the task completion code path. Notifies the parent (if any) that another of its childre are done, and runs continuations.
- This function is only separated out from FinishStageTwo because these two operations are also needed to be called from CancellationCleanupLogic()
-
-
-
-
- This is called by children of this task when they are completed.
-
-
-
-
- This is to be called just before the task does its final state transition.
- It traverses the list of exceptional children, and appends their aggregate exceptions into this one's exception list
-
-
-
-
- Special purpose Finish() entry point to be used when the task delegate throws a ThreadAbortedException
- This makes a note in the state flags so that we avoid any costly synchronous operations in the finish codepath
- such as inlined continuations
-
-
- Indicates whether the ThreadAbortException was added to this task's exception holder.
- This should always be true except for the case of non-root self replicating task copies.
-
- Whether the delegate was executed.
-
-
-
- Executes the task. This method will only be called once, and handles bookeeping associated with
- self-replicating tasks, in addition to performing necessary exception marshaling.
-
- The task has already been disposed.
-
-
-
- IThreadPoolWorkItem override, which is the entry function for this task when the TP scheduler decides to run it.
-
-
-
-
-
- Outermost entry function to execute this task. Handles all aspects of executing a task on the caller thread.
- Currently this is called by IThreadPoolWorkItem.ExecuteWorkItem(), and TaskManager.TryExecuteInline.
-
-
- Performs atomic updates to prevent double execution. Should only be set to true
- in codepaths servicing user provided TaskSchedulers. The ConcRT or ThreadPool schedulers don't need this.
-
-
-
- The actual code which invokes the body of the task. This can be overriden in derived types.
-
-
-
-
- Alternate InnerInvoke prototype to be called from ExecuteSelfReplicating() so that
- the Parallel Debugger can discover the actual task being invoked.
- Details: Here, InnerInvoke is actually being called on the rootTask object while we are actually executing the
- childTask. And the debugger needs to discover the childTask, so we pass that down as an argument.
- The NoOptimization and NoInlining flags ensure that the childTask pointer is retained, and that this
- function appears on the callstack.
-
-
-
-
-
- Performs whatever handling is necessary for an unhandled exception. Normally
- this just entails adding the exception to the holder object.
-
- The exception that went unhandled.
-
-
-
- Waits for the to complete execution.
-
-
- The was canceled -or- an exception was thrown during
- the execution of the .
-
-
- The has been disposed.
-
-
-
-
- Waits for the to complete execution.
-
-
- A that represents the number of milliseconds to wait, or a that represents -1 milliseconds to wait indefinitely.
-
-
- true if the completed execution within the allotted time; otherwise, false.
-
-
- The was canceled -or- an exception was thrown during the execution of the .
-
-
- is a negative number other than -1 milliseconds, which represents an
- infinite time-out -or- timeout is greater than
- .
-
-
- The has been disposed.
-
-
-
-
- Waits for the to complete execution.
-
-
- A to observe while waiting for the task to complete.
-
-
- The was canceled.
-
-
- The was canceled -or- an exception was thrown during the execution of the .
-
-
- The
- has been disposed.
-
-
-
-
- Waits for the to complete execution.
-
-
- The number of milliseconds to wait, or (-1) to
- wait indefinitely.
- true if the completed execution within the allotted time; otherwise,
- false.
-
-
- is a negative number other than -1, which represents an
- infinite time-out.
-
-
- The was canceled -or- an exception was thrown during the execution of the .
-
-
- The
- has been disposed.
-
-
-
-
- Waits for the to complete execution.
-
-
- The number of milliseconds to wait, or (-1) to
- wait indefinitely.
-
-
- A to observe while waiting for the task to complete.
-
-
- true if the completed execution within the allotted time; otherwise, false.
-
-
- The was canceled -or- an exception was thrown during the execution of the .
-
-
- The
- has been disposed.
-
-
- is a negative number other than -1, which represents an
- infinite time-out.
-
-
- The was canceled.
-
-
-
-
- The core wait function, which is only accesible internally. It's meant to be used in places in TPL code where
- the current context is known or cached.
-
-
-
-
- Cancels the .
-
- Indiactes whether we should only cancel non-invoked tasks.
- For the default scheduler this option will only be serviced through TryDequeue.
- For custom schedulers we also attempt an atomic state transition.
- true if the task was successfully canceled; otherwise, false.
- The
- has been disposed.
-
-
-
- Sets the task's cancellation acknowledged flag.
-
-
-
-
- Runs all of the continuations, as appropriate.
-
-
-
-
- Helper function to determine whether the current task is in the state desired by the
- continuation kind under evaluation. Three possibilities exist: the task failed with
- an unhandled exception (OnFailed), the task was canceled before running (OnAborted),
- or the task completed successfully (OnCompletedSuccessfully). Note that the last
- one includes completing due to cancellation.
-
- The continuation options under evaluation.
- True if the continuation should be run given the task's current state.
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- An action to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed, whether it completes due to running to completion successfully, faulting due to an
- unhandled exception, or exiting out early due to being canceled.
-
-
- The argument is null.
-
-
- The has been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- An action to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
- The that will be assigned to the new continuation task.
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed, whether it completes due to running to completion successfully, faulting due to an
- unhandled exception, or exiting out early due to being canceled.
-
-
- The argument is null.
-
-
- The has been disposed.
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- An action to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
-
- The to associate with the continuation task and to use for its execution.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed, whether it completes due to running to completion successfully, faulting due to an
- unhandled exception, or exiting out early due to being canceled.
-
-
- The argument is null.
-
-
- The argument is null.
-
-
- The has been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- An action to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
-
- Options for when the continuation is scheduled and how it behaves. This includes criteria, such
- as OnlyOnCanceled, as
- well as execution options, such as ExecuteSynchronously.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed. If the continuation criteria specified through the parameter are not met, the continuation task will be canceled
- instead of scheduled.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for TaskContinuationOptions.
-
-
- The has been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- An action to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
-
- Options for when the continuation is scheduled and how it behaves. This includes criteria, such
- as OnlyOnCanceled, as
- well as execution options, such as ExecuteSynchronously.
-
- The that will be assigned to the new continuation task.
-
- The to associate with the continuation task and to use for its
- execution.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed. If the criteria specified through the parameter
- are not met, the continuation task will be canceled instead of scheduled.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for TaskContinuationOptions.
-
-
- The argument is null.
-
-
- The has been disposed.
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- The type of the result produced by the continuation.
-
-
- A function to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed, whether it completes due to running to completion successfully, faulting due to an
- unhandled exception, or exiting out early due to being canceled.
-
-
- The argument is null.
-
-
- The has been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- The type of the result produced by the continuation.
-
-
- A function to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
- The that will be assigned to the new continuation task.
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed, whether it completes due to running to completion successfully, faulting due to an
- unhandled exception, or exiting out early due to being canceled.
-
-
- The argument is null.
-
-
- The has been disposed.
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- The type of the result produced by the continuation.
-
-
- A function to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
-
- The to associate with the continuation task and to use for its execution.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed, whether it completes due to running to completion successfully, faulting due to an
- unhandled exception, or exiting out early due to being canceled.
-
-
- The argument is null.
-
-
- The argument is null.
-
-
- The has been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- The type of the result produced by the continuation.
-
-
- A function to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
-
- Options for when the continuation is scheduled and how it behaves. This includes criteria, such
- as OnlyOnCanceled, as
- well as execution options, such as ExecuteSynchronously.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed. If the continuation criteria specified through the parameter are not met, the continuation task will be canceled
- instead of scheduled.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for TaskContinuationOptions.
-
-
- The has been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- The type of the result produced by the continuation.
-
-
- A function to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
- The that will be assigned to the new continuation task.
-
- Options for when the continuation is scheduled and how it behaves. This includes criteria, such
- as OnlyOnCanceled, as
- well as execution options, such as ExecuteSynchronously.
-
-
- The to associate with the continuation task and to use for its
- execution.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed. If the criteria specified through the parameter
- are not met, the continuation task will be canceled instead of scheduled.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for TaskContinuationOptions.
-
-
- The argument is null.
-
-
- The has been disposed.
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Converts TaskContinuationOptions to TaskCreationOptions, and also does
- some validity checking along the way.
-
- Incoming TaskContinuationOptions
- Outgoing TaskCreationOptions
- Outgoing InternalTaskOptions
-
-
-
- Registers the continuation and possibly runs it (if the task is already finished).
-
- The continuation task itself.
- TaskScheduler with which to associate continuation task.
- Restrictions on when the continuation becomes active.
-
-
-
- Waits for all of the provided objects to complete execution.
-
-
- An array of instances on which to wait.
-
-
- The argument is null.
-
-
- The argument contains a null element.
-
-
- At least one of the instances was canceled -or- an exception was thrown during
- the execution of at least one of the instances.
-
-
- The has been disposed.
-
-
-
-
- Waits for all of the provided objects to complete execution.
-
-
- true if all of the instances completed execution within the allotted time;
- otherwise, false.
-
-
- An array of instances on which to wait.
-
-
- A that represents the number of milliseconds to wait, or a that represents -1 milliseconds to wait indefinitely.
-
-
- The argument is null.
-
-
- The argument contains a null element.
-
-
- At least one of the instances was canceled -or- an exception was thrown during
- the execution of at least one of the instances.
-
-
- is a negative number other than -1 milliseconds, which represents an
- infinite time-out -or- timeout is greater than
- .
-
-
- The has been disposed.
-
-
-
-
- Waits for all of the provided objects to complete execution.
-
-
- true if all of the instances completed execution within the allotted time;
- otherwise, false.
-
-
- The number of milliseconds to wait, or (-1) to
- wait indefinitely.
- An array of instances on which to wait.
-
-
- The argument is null.
-
-
- The argument contains a null element.
-
-
- At least one of the instances was canceled -or- an exception was thrown during
- the execution of at least one of the instances.
-
-
- The has been disposed.
-
-
- is a negative number other than -1, which represents an
- infinite time-out.
-
-
-
-
- Waits for all of the provided objects to complete execution.
-
-
- true if all of the instances completed execution within the allotted time;
- otherwise, false.
-
-
- An array of instances on which to wait.
-
-
- A to observe while waiting for the tasks to complete.
-
-
- The argument is null.
-
-
- The argument contains a null element.
-
-
- At least one of the instances was canceled -or- an exception was thrown during
- the execution of at least one of the instances.
-
-
- The was canceled.
-
-
- The has been disposed.
-
-
-
-
- Waits for all of the provided objects to complete execution.
-
-
- true if all of the instances completed execution within the allotted time;
- otherwise, false.
-
-
- An array of instances on which to wait.
-
-
- The number of milliseconds to wait, or (-1) to
- wait indefinitely.
-
-
- A to observe while waiting for the tasks to complete.
-
-
- The argument is null.
-
-
- The argument contains a null element.
-
-
- At least one of the instances was canceled -or- an exception was thrown during
- the execution of at least one of the instances.
-
-
- The has been disposed.
-
-
- is a negative number other than -1, which represents an
- infinite time-out.
-
-
- The was canceled.
-
-
-
-
- Waits for a set of handles in a STA-aware way. In other words, it will wait for each
- of the events individually if we're on a STA thread, because MsgWaitForMultipleObjectsEx
- can't do a true wait-all due to its hidden message queue event. This is not atomic,
- of course, but we only wait on one-way (MRE) events anyway so this is OK.
-
- An array of wait handles to wait on.
- The timeout to use during waits.
- The cancellationToken that enables a wait to be canceled.
- True if all waits succeeded, false if a timeout occurred.
-
-
-
- Internal WaitAll implementation which is meant to be used with small number of tasks,
- optimized for Parallel.Invoke and other structured primitives.
-
-
-
-
- This internal function is only meant to be called by WaitAll()
- If the completed task is canceled or it has other exceptions, here we will add those
- into the passed in exception list (which will be lazily initialized here).
-
-
-
-
- Waits for any of the provided objects to complete execution.
-
-
- An array of instances on which to wait.
-
- The index of the completed task in the array argument.
-
- The argument is null.
-
-
- The argument contains a null element.
-
-
- The has been disposed.
-
-
-
-
- Waits for any of the provided objects to complete execution.
-
-
- An array of instances on which to wait.
-
-
- A that represents the number of milliseconds to wait, or a that represents -1 milliseconds to wait indefinitely.
-
-
- The index of the completed task in the array argument, or -1 if the
- timeout occurred.
-
-
- The argument is null.
-
-
- The argument contains a null element.
-
-
- The has been disposed.
-
-
- is a negative number other than -1 milliseconds, which represents an
- infinite time-out -or- timeout is greater than
- .
-
-
-
-
- Waits for any of the provided objects to complete execution.
-
-
- An array of instances on which to wait.
-
-
- A to observe while waiting for a task to complete.
-
-
- The index of the completed task in the array argument.
-
-
- The argument is null.
-
-
- The argument contains a null element.
-
-
- The has been disposed.
-
-
- The was canceled.
-
-
-
-
- Waits for any of the provided objects to complete execution.
-
-
- An array of instances on which to wait.
-
-
- The number of milliseconds to wait, or (-1) to
- wait indefinitely.
-
-
- The index of the completed task in the array argument, or -1 if the
- timeout occurred.
-
-
- The argument is null.
-
-
- The argument contains a null element.
-
-
- The has been disposed.
-
-
- is a negative number other than -1, which represents an
- infinite time-out.
-
-
-
-
- Waits for any of the provided objects to complete execution.
-
-
- An array of instances on which to wait.
-
-
- The number of milliseconds to wait, or (-1) to
- wait indefinitely.
-
-
- A to observe while waiting for a task to complete.
-
-
- The index of the completed task in the array argument, or -1 if the
- timeout occurred.
-
-
- The argument is null.
-
-
- The argument contains a null element.
-
-
- The has been disposed.
-
-
- is a negative number other than -1, which represents an
- infinite time-out.
-
-
- The was canceled.
-
-
-
-
- Gets a unique ID for this Task instance.
-
-
- Task IDs are assigned on-demand and do not necessarily represent the order in the which Task
- instances were created.
-
-
-
-
- Returns the unique ID of the currently executing Task.
-
-
-
-
- Gets the Task instance currently executing, or
- null if none exists.
-
-
-
-
- Gets the Exception that caused the Task to end prematurely. If the Task completed successfully or has not yet thrown any
- exceptions, this will return null.
-
-
- Tasks that throw unhandled exceptions store the resulting exception and propagate it wrapped in a
- in calls to Wait
- or in accesses to the property. Any exceptions not observed by the time
- the Task instance is garbage collected will be propagated on the finalizer thread.
-
-
- The Task
- has been disposed.
-
-
-
-
- Gets the TaskStatus of this Task.
-
-
-
-
- Gets whether this Task instance has completed
- execution due to being canceled.
-
-
- A Task will complete in Canceled state either if its CancellationToken
- was marked for cancellation before the task started executing, or if the task acknowledged the cancellation request on
- its already signaled CancellationToken by throwing an
- OperationCanceledException2 that bears the same
- CancellationToken.
-
-
-
-
- Returns true if this task has a cancellation token and it was signaled.
- To be used internally in execute entry codepaths.
-
-
-
-
- This internal property provides access to the CancellationToken that was set on the task
- when it was constructed.
-
-
-
-
- Gets whether this threw an OperationCanceledException2 while its CancellationToken was signaled.
-
-
-
-
- Gets whether this Task has completed.
-
-
- will return true when the Task is in one of the three
- final states: RanToCompletion,
- Faulted, or
- Canceled.
-
-
-
-
- Checks whether this task has been disposed.
-
-
-
-
- Gets the TaskCreationOptions used
- to create this task.
-
-
-
-
- Gets a that can be used to wait for the task to
- complete.
-
-
- Using the wait functionality provided by
- should be preferred over using for similar
- functionality.
-
-
- The has been disposed.
-
-
-
-
- Gets the state object supplied when the Task was created,
- or null if none was supplied.
-
-
-
-
- Gets an indication of whether the asynchronous operation completed synchronously.
-
- true if the asynchronous operation completed synchronously; otherwise, false.
-
-
-
- Provides access to the TaskScheduler responsible for executing this Task.
-
-
-
-
- Provides access to factory methods for creating and instances.
-
-
- The factory returned from is a default instance
- of , as would result from using
- the default constructor on TaskFactory.
-
-
-
-
- Provides an event that can be used to wait for completion.
- Only called by Wait*(), which means that we really do need to instantiate a completion event.
-
-
-
-
- Determines whether this is the root task of a self replicating group.
-
-
-
-
- Determines whether the task is a replica itself.
-
-
-
-
- The property formerly known as IsFaulted.
-
-
-
-
- Gets whether the completed due to an unhandled exception.
-
-
- If is true, the Task's will be equal to
- TaskStatus.Faulted, and its
- property will be non-null.
-
-
-
-
- Checks whether the TASK_STATE_EXCEPTIONOBSERVEDBYPARENT status flag is set,
- This will only be used by the implicit wait to prevent double throws
-
-
-
-
-
- Checks whether the body was ever invoked. Used by task scheduler code to verify custom schedulers actually ran the task.
-
-
-
-
- A structure to hold continuation information.
-
-
-
-
- Constructs a new continuation structure.
-
- The task to be activated.
- The continuation options.
- The scheduler to use for the continuation.
-
-
-
- Invokes the continuation for the target completion task.
-
- The completed task.
- Whether the continuation can be inlined.
-
-
-
- Initializes a new with the specified function.
-
-
- The delegate that represents the code to execute in the task. When the function has completed,
- the task's property will be set to return the result value of the function.
-
-
- The argument is null.
-
-
-
-
- Initializes a new with the specified function.
-
-
- The delegate that represents the code to execute in the task. When the function has completed,
- the task's property will be set to return the result value of the function.
-
- The to be assigned to this task.
-
- The argument is null.
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Initializes a new with the specified function and creation options.
-
-
- The delegate that represents the code to execute in the task. When the function has completed,
- the task's property will be set to return the result value of the function.
-
-
- The TaskCreationOptions used to
- customize the task's behavior.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for .
-
-
-
-
- Initializes a new with the specified function and creation options.
-
-
- The delegate that represents the code to execute in the task. When the function has completed,
- the task's property will be set to return the result value of the function.
-
- The that will be assigned to the new task.
-
- The TaskCreationOptions used to
- customize the task's behavior.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for .
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Initializes a new with the specified function and state.
-
-
- The delegate that represents the code to execute in the task. When the function has completed,
- the task's property will be set to return the result value of the function.
-
- An object representing data to be used by the action.
-
- The argument is null.
-
-
-
-
- Initializes a new with the specified action, state, and options.
-
-
- The delegate that represents the code to execute in the task. When the function has completed,
- the task's property will be set to return the result value of the function.
-
- An object representing data to be used by the function.
- The to be assigned to the new task.
-
- The argument is null.
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Initializes a new with the specified action, state, and options.
-
-
- The delegate that represents the code to execute in the task. When the function has completed,
- the task's property will be set to return the result value of the function.
-
- An object representing data to be used by the function.
-
- The TaskCreationOptions used to
- customize the task's behavior.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for .
-
-
-
-
- Initializes a new with the specified action, state, and options.
-
-
- The delegate that represents the code to execute in the task. When the function has completed,
- the task's property will be set to return the result value of the function.
-
- An object representing data to be used by the function.
- The to be assigned to the new task.
-
- The TaskCreationOptions used to
- customize the task's behavior.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for .
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a new future object.
-
- The parent task for this future.
- A function that yields the future value.
- The task scheduler which will be used to execute the future.
- The CancellationToken for the task.
- Options to control the future's behavior.
- Internal options to control the future's behavior.
- The argument specifies
- a SelfReplicating , which is illegal."/>.
-
-
-
- Creates a new future object.
-
- The parent task for this future.
- An object containing data to be used by the action; may be null.
- A function that yields the future value.
- The CancellationToken for the task.
- The task scheduler which will be used to execute the future.
- Options to control the future's behavior.
- Internal options to control the future's behavior.
- The argument specifies
- a SelfReplicating , which is illegal."/>.
-
-
-
- Evaluates the value selector of the Task which is passed in as an object and stores the result.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- An action to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed, whether it completes due to running to completion successfully, faulting due to an
- unhandled exception, or exiting out early due to being canceled.
-
-
- The argument is null.
-
-
- The has been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- An action to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
- The that will be assigned to the new continuation task.
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed, whether it completes due to running to completion successfully, faulting due to an
- unhandled exception, or exiting out early due to being canceled.
-
-
- The argument is null.
-
-
- The has been disposed.
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- An action to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
-
- The to associate with the continuation task and to use for its execution.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed, whether it completes due to running to completion successfully, faulting due to an
- unhandled exception, or exiting out early due to being canceled.
-
-
- The argument is null.
-
-
- The argument is null.
-
-
- The has been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- An action to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
-
- Options for when the continuation is scheduled and how it behaves. This includes criteria, such
- as OnlyOnCanceled, as
- well as execution options, such as ExecuteSynchronously.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed. If the continuation criteria specified through the parameter are not met, the continuation task will be canceled
- instead of scheduled.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for TaskContinuationOptions.
-
-
- The has been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- An action to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
- The that will be assigned to the new continuation task.
-
- Options for when the continuation is scheduled and how it behaves. This includes criteria, such
- as OnlyOnCanceled, as
- well as execution options, such as ExecuteSynchronously.
-
-
- The to associate with the continuation task and to use for its
- execution.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed. If the criteria specified through the parameter
- are not met, the continuation task will be canceled instead of scheduled.
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for TaskContinuationOptions.
-
-
- The argument is null.
-
-
- The has been disposed.
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- The type of the result produced by the continuation.
-
-
- A function to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current
- task has completed, whether it completes due to running to completion successfully, faulting due
- to an unhandled exception, or exiting out early due to being canceled.
-
-
- The argument is null.
-
-
- The has been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- The type of the result produced by the continuation.
-
-
- A function to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
- The that will be assigned to the new task.
- A new continuation .
-
- The returned will not be scheduled for execution until the current
- task has completed, whether it completes due to running to completion successfully, faulting due
- to an unhandled exception, or exiting out early due to being canceled.
-
-
- The argument is null.
-
-
- The has been disposed.
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- The type of the result produced by the continuation.
-
-
- A function to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
-
- The to associate with the continuation task and to use for its execution.
-
- A new continuation .
-
- The returned will not be scheduled for execution until the current task has
- completed, whether it completes due to running to completion successfully, faulting due to an
- unhandled exception, or exiting out early due to being canceled.
-
-
- The argument is null.
-
-
- The argument is null.
-
-
- The has been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- The type of the result produced by the continuation.
-
-
- A function to run when the completes. When run, the delegate will be
- passed the completed task as an argument.
-
-
- Options for when the continuation is scheduled and how it behaves. This includes criteria, such
- as OnlyOnCanceled, as
- well as execution options, such as ExecuteSynchronously.
-
- A new continuation .
-
-
- The returned will not be scheduled for execution until the current
- task has completed, whether it completes due to running to completion successfully, faulting due
- to an unhandled exception, or exiting out early due to being canceled.
-
-
- The , when executed, should return a . This task's completion state will be transferred to the task returned
- from the ContinueWith call.
-
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for TaskContinuationOptions.
-
-
- The has been disposed.
-
-
-
-
- Creates a continuation that executes when the target completes.
-
-
- The type of the result produced by the continuation.
-
-
- A function to run when the completes. When run, the delegate will be passed as
- an argument this completed task.
-
- The that will be assigned to the new task.
-
- Options for when the continuation is scheduled and how it behaves. This includes criteria, such
- as OnlyOnCanceled, as
- well as execution options, such as ExecuteSynchronously.
-
-
- The to associate with the continuation task and to use for its
- execution.
-
- A new continuation .
-
-
- The returned will not be scheduled for execution until the current task has
- completed, whether it completes due to running to completion successfully, faulting due to an
- unhandled exception, or exiting out early due to being canceled.
-
-
- The , when executed, should return a .
- This task's completion state will be transferred to the task returned from the
- ContinueWith call.
-
-
-
- The argument is null.
-
-
- The argument specifies an invalid value for TaskContinuationOptions.
-
-
- The argument is null.
-
-
- The has been disposed.
-
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Gets the result value of this .
-
-
- The get accessor for this property ensures that the asynchronous operation is complete before
- returning. Once the result of the computation is available, it is stored and will be returned
- immediately on later calls to .
-
-
-
-
- Provides access to factory methods for creating instances.
-
-
- The factory returned from is a default instance
- of , as would result from using
- the default constructor on the factory type.
-
-
-
-
- Provides support for creating and scheduling
- Task{TResult} objects.
-
- The type of the results that are available though
- the Task{TResult} objects that are associated with
- the methods in this class.
-
-
- There are many common patterns for which tasks are relevant. The
- class encodes some of these patterns into methods that pick up default settings, which are
- configurable through its constructors.
-
-
- A default instance of is available through the
- Task{TResult}.Factory property.
-
-
-
-
-
- Initializes a instance with the default configuration.
-
-
- This constructor creates a instance with a default configuration. The
- property is initialized to
- TaskCreationOptions.None, the
- property is initialized to TaskContinuationOptions.None,
- and the TaskScheduler property is
- initialized to the current scheduler (see TaskScheduler.Current).
-
-
-
-
- Initializes a instance with the default configuration.
-
- The default that will be assigned
- to tasks created by this unless another CancellationToken is explicitly specified
- while calling the factory methods.
-
- This constructor creates a instance with a default configuration. The
- property is initialized to
- TaskCreationOptions.None, the
- property is initialized to TaskContinuationOptions.None,
- and the TaskScheduler property is
- initialized to the current scheduler (see TaskScheduler.Current).
-
-
-
-
- Initializes a instance with the specified configuration.
-
-
- The
- TaskScheduler to use to schedule any tasks created with this TaskFactory{TResult}. A null value
- indicates that the current TaskScheduler should be used.
-
-
- With this constructor, the
- property is initialized to
- TaskCreationOptions.None, the
- property is initialized to TaskContinuationOptions.None,
- and the TaskScheduler property is
- initialized to , unless it's null, in which case the property is
- initialized to the current scheduler (see TaskScheduler.Current).
-
-
-
-
- Initializes a instance with the specified configuration.
-
-
- The default
- TaskCreationOptions to use when creating tasks with this TaskFactory{TResult}.
-
-
- The default
- TaskContinuationOptions to use when creating continuation tasks with this TaskFactory{TResult}.
-
-
- The exception that is thrown when the
- argument or the
- argument specifies an invalid value.
-
-
- With this constructor, the
- property is initialized to ,
- the
- property is initialized to , and the TaskScheduler property is initialized to the
- current scheduler (see TaskScheduler.Current).
-
-
-
-
- Initializes a instance with the specified configuration.
-
- The default that will be assigned
- to tasks created by this unless another CancellationToken is explicitly specified
- while calling the factory methods.
-
- The default
- TaskCreationOptions to use when creating tasks with this TaskFactory{TResult}.
-
-
- The default
- TaskContinuationOptions to use when creating continuation tasks with this TaskFactory{TResult}.
-
-
- The default
- TaskScheduler to use to schedule any Tasks created with this TaskFactory{TResult}. A null value
- indicates that TaskScheduler.Current should be used.
-
-
- The exception that is thrown when the
- argument or the
- argumentspecifies an invalid value.
-
-
- With this constructor, the
- property is initialized to ,
- the
- property is initialized to , and the TaskScheduler property is initialized to
- , unless it's null, in which case the property is initialized to the
- current scheduler (see TaskScheduler.Current).
-
-
-
-
- Creates and starts a .
-
- A function delegate that returns the future result to be available through
- the .
- The started .
- The exception that is thrown when the
- argument is null.
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- A function delegate that returns the future result to be available through
- the .
- The that will be assigned to the new task.
- The started .
- The exception that is thrown when the
- argument is null.
- The provided CancellationToken
- has already been disposed.
-
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- A function delegate that returns the future result to be available through
- the .
- A TaskCreationOptions value that controls the behavior of the
- created
- .
- The started .
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- A function delegate that returns the future result to be available through
- the .
- A TaskCreationOptions value that controls the behavior of the
- created
- .
- The that will be assigned to the new task.
- The TaskScheduler
- that is used to schedule the created
- Task{TResult}.
- The started .
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The provided CancellationToken
- has already been disposed.
-
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- A function delegate that returns the future result to be available through
- the .
- An object containing data to be used by the
- delegate.
- The started .
- The exception that is thrown when the
- argument is null.
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- A function delegate that returns the future result to be available through
- the .
- An object containing data to be used by the
- delegate.
- The that will be assigned to the new task.
- The started .
- The exception that is thrown when the
- argument is null.
- The provided CancellationToken
- has already been disposed.
-
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- A function delegate that returns the future result to be available through
- the .
- An object containing data to be used by the
- delegate.
- A TaskCreationOptions value that controls the behavior of the
- created
- .
- The started .
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- A function delegate that returns the future result to be available through
- the .
- An object containing data to be used by the
- delegate.
- The that will be assigned to the new task.
- A TaskCreationOptions value that controls the behavior of the
- created
- .
- The TaskScheduler
- that is used to schedule the created
- Task{TResult}.
- The started .
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The provided CancellationToken
- has already been disposed.
-
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates a Task that executes an end
- method function when a specified IAsyncResult completes.
-
- The IAsyncResult whose completion should trigger the processing of the
- .
- The function delegate that processes the completed .
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- A Task that represents the
- asynchronous operation.
-
-
-
- Creates a Task that executes an end
- method function when a specified IAsyncResult completes.
-
- The IAsyncResult whose completion should trigger the processing of the
- .
- The function delegate that processes the completed .
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- A Task that represents the
- asynchronous operation.
-
-
-
- Creates a Task that executes an end
- method function when a specified IAsyncResult completes.
-
- The IAsyncResult whose completion should trigger the processing of the
- .
- The function delegate that processes the completed .
- The TaskScheduler
- that is used to schedule the task that executes the end method.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- A Task that represents the
- asynchronous operation.
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the delegate.
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the delegate.
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the delegate.
- The type of the second argument passed to
- delegate.
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The second argument passed to the
- delegate.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the delegate.
- The type of the second argument passed to
- delegate.
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The second argument passed to the
- delegate.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the delegate.
- The type of the second argument passed to
- delegate.
- The type of the third argument passed to
- delegate.
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The second argument passed to the
- delegate.
- The third argument passed to the
- delegate.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the delegate.
- The type of the second argument passed to
- delegate.
- The type of the third argument passed to
- delegate.
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The second argument passed to the
- delegate.
- The third argument passed to the
- delegate.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in
- the array have completed.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in
- the array have completed.
- The CancellationToken
- that will be assigned to the new continuation task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the array have completed.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAll.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the array have completed.
- The CancellationToken
- that will be assigned to the new continuation task.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The TaskScheduler
- that is used to schedule the created continuation Task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAll.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the
- array have completed.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the
- array have completed.
- The CancellationToken
- that will be assigned to the new continuation task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the
- array have completed.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAll.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the
- array have completed.
- The CancellationToken
- that will be assigned to the new continuation task.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The TaskScheduler
- that is used to schedule the created continuation .
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAll.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the array completes.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the array completes.
- The CancellationToken
- that will be assigned to the new continuation task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the array completes.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAny.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the array completes.
- The CancellationToken
- that will be assigned to the new continuation task.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The TaskScheduler
- that is used to schedule the created continuation Task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAny.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the
- array completes.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the
- array completes.
- The CancellationToken
- that will be assigned to the new continuation task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the
- array completes.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAny.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the
- array completes.
- The CancellationToken
- that will be assigned to the new continuation task.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The TaskScheduler
- that is used to schedule the created continuation .
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAny.
-
-
-
-
- Gets the default CancellationToken of this
- TaskFactory.
-
-
- This property returns the default that will be assigned to all
- tasks created by this factory unless another CancellationToken value is explicitly specified
- during the call to the factory methods.
-
-
-
-
- Gets the TaskScheduler of this
- TaskFactory{TResult}.
-
-
- This property returns the default scheduler for this factory. It will be used to schedule all
- tasks unless another scheduler is explicitly specified during calls to this factory's methods.
- If null, TaskScheduler.Current
- will be used.
-
-
-
-
- Gets the TaskCreationOptions
- value of this TaskFactory{TResult}.
-
-
- This property returns the default creation options for this factory. They will be used to create all
- tasks unless other options are explicitly specified during calls to this factory's methods.
-
-
-
-
- Gets the TaskContinuationOptions
- value of this TaskFactory{TResult}.
-
-
- This property returns the default continuation options for this factory. They will be used to create
- all continuation tasks unless other options are explicitly specified during calls to this factory's methods.
-
-
-
-
- Represents the current stage in the lifecycle of a .
-
-
-
-
- The task has been initialized but has not yet been scheduled.
-
-
-
-
- The task is waiting to be activated and scheduled internally by the .NET Framework infrastructure.
-
-
-
-
- The task has been scheduled for execution but has not yet begun executing.
-
-
-
-
- The task is running but has not yet completed.
-
-
-
-
- The task has finished executing and is implicitly waiting for
- attached child tasks to complete.
-
-
-
-
- The task completed execution successfully.
-
-
-
-
- The task acknowledged cancellation by throwing an OperationCanceledException2 with its own CancellationToken
- while the token was in signaled state, or the task's CancellationToken was already signaled before the
- task started executing.
-
-
-
-
- The task completed due to an unhandled exception.
-
-
-
-
- Specifies flags that control optional behavior for the creation and execution of tasks.
-
-
-
-
- Specifies that the default behavior should be used.
-
-
-
-
- A hint to a TaskScheduler to schedule a
- task in as fair a manner as possible, meaning that tasks scheduled sooner will be more likely to
- be run sooner, and tasks scheduled later will be more likely to be run later.
-
-
-
-
- Specifies that a task will be a long-running, course-grained operation. It provides a hint to the
- TaskScheduler that oversubscription may be
- warranted.
-
-
-
-
- Specifies that a task is attached to a parent in the task hierarchy.
-
-
-
-
- Task creation flags which are only used internally.
-
-
-
- Specifies "No internal task options"
-
-
- Used to filter out internal vs. public task creation options.
-
-
- Specifies that the task will be queued by the runtime before handing it over to the user.
- This flag will be used to skip the cancellationtoken registration step, which is only meant for unstarted tasks.
-
-
-
- Specifies flags that control optional behavior for the creation and execution of continuation tasks.
-
-
-
-
- Default = "Continue on any, no task options, run asynchronously"
- Specifies that the default behavior should be used. Continuations, by default, will
- be scheduled when the antecedent task completes, regardless of the task's final TaskStatus.
-
-
-
-
- A hint to a TaskScheduler to schedule a
- task in as fair a manner as possible, meaning that tasks scheduled sooner will be more likely to
- be run sooner, and tasks scheduled later will be more likely to be run later.
-
-
-
-
- Specifies that a task will be a long-running, course-grained operation. It provides
- a hint to the TaskScheduler that
- oversubscription may be warranted.
-
-
-
-
- Specifies that a task is attached to a parent in the task hierarchy.
-
-
-
-
- Specifies that the continuation task should not be scheduled if its antecedent ran to completion.
- This option is not valid for multi-task continuations.
-
-
-
-
- Specifies that the continuation task should not be scheduled if its antecedent threw an unhandled
- exception. This option is not valid for multi-task continuations.
-
-
-
-
- Specifies that the continuation task should not be scheduled if its antecedent was canceled. This
- option is not valid for multi-task continuations.
-
-
-
-
- Specifies that the continuation task should be scheduled only if its antecedent ran to
- completion. This option is not valid for multi-task continuations.
-
-
-
-
- Specifies that the continuation task should be scheduled only if its antecedent threw an
- unhandled exception. This option is not valid for multi-task continuations.
-
-
-
-
- Specifies that the continuation task should be scheduled only if its antecedent was canceled.
- This option is not valid for multi-task continuations.
-
-
-
-
- Specifies that the continuation task should be executed synchronously. With this option
- specified, the continuation will be run on the same thread that causes the antecedent task to
- transition into its final state. If the antecedent is already complete when the continuation is
- created, the continuation will run on the thread creating the continuation. Only very
- short-running continuations should be executed synchronously.
-
-
-
-
- Represents an exception used to communicate task cancellation.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the
- class with a specified error message.
-
- The error message that explains the reason for the exception.
-
-
-
- Initializes a new instance of the
- class with a specified error message and a reference to the inner exception that is the cause of
- this exception.
-
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception.
-
-
-
- Initializes a new instance of the class
- with a reference to the that has been canceled.
-
- A task that has been canceled.
-
-
-
- Gets the task associated with this exception.
-
-
- It is permissible for no Task to be associated with a
- , in which case
- this property will return null.
-
-
-
-
- Represents the producer side of a unbound to a
- delegate, providing access to the consumer side through the property.
-
-
-
- It is often the case that a is desired to
- represent another asynchronous operation.
- TaskCompletionSource is provided for this purpose. It enables
- the creation of a task that can be handed out to consumers, and those consumers can use the members
- of the task as they would any other. However, unlike most tasks, the state of a task created by a
- TaskCompletionSource is controlled explicitly by the methods on TaskCompletionSource. This enables the
- completion of the external asynchronous operation to be propagated to the underlying Task. The
- separation also ensures that consumers are not able to transition the state without access to the
- corresponding TaskCompletionSource.
-
-
- All members of are thread-safe
- and may be used from multiple threads concurrently.
-
-
- The type of the result value assocatied with this .
-
-
-
- Creates a .
-
-
-
-
- Creates a
- with the specified options.
-
-
- The created
- by this instance and accessible through its property
- will be instantiated using the specified .
-
- The options to use when creating the underlying
- .
-
- The represent options invalid for use
- with a .
-
-
-
-
- Creates a
- with the specified state.
-
- The state to use as the underlying
- 's AsyncState.
-
-
-
- Creates a with
- the specified state and options.
-
- The options to use when creating the underlying
- .
- The state to use as the underlying
- 's AsyncState.
-
- The represent options invalid for use
- with a .
-
-
-
-
- Attempts to transition the underlying
- into the
- Faulted
- state.
-
- The exception to bind to this .
- True if the operation was successful; otherwise, false.
- This operation will return false if the
- is already in one
- of the three final states:
- RanToCompletion,
- Faulted, or
- Canceled.
-
- The argument is null.
- The was disposed.
-
-
-
- Attempts to transition the underlying
- into the
- Faulted
- state.
-
- The collection of exceptions to bind to this .
- True if the operation was successful; otherwise, false.
- This operation will return false if the
- is already in one
- of the three final states:
- RanToCompletion,
- Faulted, or
- Canceled.
-
- The argument is null.
- There are one or more null elements in .
- The collection is empty.
- The was disposed.
-
-
-
- Transitions the underlying
- into the
- Faulted
- state.
-
- The exception to bind to this .
- The argument is null.
-
- The underlying is already in one
- of the three final states:
- RanToCompletion,
- Faulted, or
- Canceled.
-
- The was disposed.
-
-
-
- Transitions the underlying
- into the
- Faulted
- state.
-
- The collection of exceptions to bind to this .
- The argument is null.
- There are one or more null elements in .
-
- The underlying is already in one
- of the three final states:
- RanToCompletion,
- Faulted, or
- Canceled.
-
- The was disposed.
-
-
-
- Attempts to transition the underlying
- into the
- RanToCompletion
- state.
-
- The result value to bind to this .
- True if the operation was successful; otherwise, false.
- This operation will return false if the
- is already in one
- of the three final states:
- RanToCompletion,
- Faulted, or
- Canceled.
-
- The was disposed.
-
-
-
- Transitions the underlying
- into the
- RanToCompletion
- state.
-
- The result value to bind to this .
-
- The underlying is already in one
- of the three final states:
- RanToCompletion,
- Faulted, or
- Canceled.
-
- The was disposed.
-
-
-
- Transitions the underlying
- into the
- Canceled
- state.
-
-
- The underlying is already in one
- of the three final states:
- RanToCompletion,
- Faulted, or
- Canceled.
-
- The was disposed.
-
-
-
- Attempts to transition the underlying
- into the
- Canceled
- state.
-
- True if the operation was successful; otherwise, false.
- This operation will return false if the
- is already in one
- of the three final states:
- RanToCompletion,
- Faulted, or
- Canceled.
-
- The was disposed.
-
-
-
- Gets the created
- by this .
-
-
- This property enables a consumer access to the that is controlled by this instance.
- The , ,
- , and
- methods (and their "Try" variants) on this instance all result in the relevant state
- transitions on this underlying Task.
-
-
-
-
- An exception holder manages a list of exceptions for one particular task.
- It offers the ability to aggregate, but more importantly, also offers intrinsic
- support for propagating unhandled exceptions that are never observed. It does
- this by aggregating and throwing if the holder is ever GC'd without the holder's
- contents ever having been requested (e.g. by a Task.Wait, Task.get_Exception, etc).
-
-
-
-
- Creates a new holder; it will be registered for finalization.
-
- The task this holder belongs to.
-
-
-
- A finalizer that repropagates unhandled exceptions.
-
-
-
-
- Add an exception to the internal list. This will ensure the holder is
- in the proper state (handled/unhandled) depending on the list's contents.
-
- An exception object (either an Exception or an
- IEnumerable{Exception}) to add to the list.
-
-
-
- A private helper method that ensures the holder is considered
- unhandled, i.e. it is registered for finalization.
-
-
-
-
- A private helper method that ensures the holder is considered
- handled, i.e. it is not registered for finalization.
-
- Whether this is called from the finalizer thread.
-
-
-
- Allocates a new aggregate exception and adds the contents of the list to
- it. By calling this method, the holder assumes exceptions to have been
- "observed", such that the finalization check will be subsequently skipped.
-
- Whether this is being called from a finalizer.
- An extra exception to be included (optionally).
- The aggregate exception to throw.
-
-
-
- Provides a set of static (Shared in Visual Basic) methods for working with specific kinds of
- instances.
-
-
-
-
- Creates a proxy Task that represents the
- asynchronous operation of a Task{Task}.
-
-
- It is often useful to be able to return a Task from a
- Task{TResult}, where the inner Task represents work done as part of the outer Task{TResult}. However,
- doing so results in a Task{Task}, which, if not dealt with carefully, could produce unexpected behavior. Unwrap
- solves this problem by creating a proxy Task that represents the entire asynchronous operation of such a Task{Task}.
-
- The Task{Task} to unwrap.
- The exception that is thrown if the
- argument is null.
- A Task that represents the asynchronous operation of the provided Task{Task}.
-
-
-
- Creates a proxy Task{TResult} that represents the
- asynchronous operation of a Task{Task{TResult}}.
-
-
- It is often useful to be able to return a Task{TResult} from a Task{TResult}, where the inner Task{TResult}
- represents work done as part of the outer Task{TResult}. However, doing so results in a Task{Task{TResult}},
- which, if not dealt with carefully, could produce unexpected behavior. Unwrap solves this problem by
- creating a proxy Task{TResult} that represents the entire asynchronous operation of such a Task{Task{TResult}}.
-
- The Task{Task{TResult}} to unwrap.
- The exception that is thrown if the
- argument is null.
- A Task{TResult} that represents the asynchronous operation of the provided Task{Task{TResult}}. /// Unwraps a Task that returns another Task.
-
-
-
- Provides support for creating and scheduling
- Tasks.
-
-
-
- There are many common patterns for which tasks are relevant. The
- class encodes some of these patterns into methods that pick up default settings, which are
- configurable through its constructors.
-
-
- A default instance of is available through the
- Task.Factory property.
-
-
-
-
-
- Initializes a instance with the default configuration.
-
-
- This constructor creates a instance with a default configuration. The
- property is initialized to
- TaskCreationOptions.None, the
- property is initialized to TaskContinuationOptions.None,
- and the TaskScheduler property is
- initialized to the current scheduler (see TaskScheduler.Current).
-
-
-
-
- Initializes a instance with the specified configuration.
-
- The default that will be assigned
- to tasks created by this unless another CancellationToken is explicitly specified
- while calling the factory methods.
-
- This constructor creates a instance with a default configuration. The
- property is initialized to
- TaskCreationOptions.None, the
- property is initialized to TaskContinuationOptions.None,
- and the TaskScheduler property is
- initialized to the current scheduler (see TaskScheduler.Current).
-
-
-
-
- Initializes a instance with the specified configuration.
-
-
- The
- TaskScheduler to use to schedule any tasks created with this TaskFactory. A null value
- indicates that the current TaskScheduler should be used.
-
-
- With this constructor, the
- property is initialized to
- TaskCreationOptions.None, the
- property is initialized to TaskContinuationOptions.None,
- and the TaskScheduler property is
- initialized to , unless it's null, in which case the property is
- initialized to the current scheduler (see TaskScheduler.Current).
-
-
-
-
- Initializes a instance with the specified configuration.
-
-
- The default
- TaskCreationOptions to use when creating tasks with this TaskFactory.
-
-
- The default
- TaskContinuationOptions to use when creating continuation tasks with this TaskFactory.
-
-
- The exception that is thrown when the
- argument or the
- argument specifies an invalid value.
-
-
- With this constructor, the
- property is initialized to ,
- the
- property is initialized to , and the TaskScheduler property is initialized to the
- current scheduler (see TaskScheduler.Current).
-
-
-
-
- Initializes a instance with the specified configuration.
-
- The default that will be assigned
- to tasks created by this unless another CancellationToken is explicitly specified
- while calling the factory methods.
-
- The default
- TaskCreationOptions to use when creating tasks with this TaskFactory.
-
-
- The default
- TaskContinuationOptions to use when creating continuation tasks with this TaskFactory.
-
-
- The default
- TaskScheduler to use to schedule any Tasks created with this TaskFactory. A null value
- indicates that TaskScheduler.Current should be used.
-
-
- The exception that is thrown when the
- argument or the
- argumentspecifies an invalid value.
-
-
- With this constructor, the
- property is initialized to ,
- the
- property is initialized to , and the TaskScheduler property is initialized to
- , unless it's null, in which case the property is initialized to the
- current scheduler (see TaskScheduler.Current).
-
-
-
-
- Creates and starts a Task.
-
- The action delegate to execute asynchronously.
- The started Task.
- The exception that is thrown when the
- argument is null.
-
- Calling StartNew is functionally equivalent to creating a Task using one of its constructors
- and then calling
- Start to schedule it for execution. However,
- unless creation and scheduling must be separated, StartNew is the recommended
- approach for both simplicity and performance.
-
-
-
-
- Creates and starts a Task.
-
- The action delegate to execute asynchronously.
- The that will be assigned to the new task.
- The started Task.
- The exception that is thrown when the
- argument is null.
- The provided CancellationToken
- has already been disposed.
-
-
- Calling StartNew is functionally equivalent to creating a Task using one of its constructors
- and then calling
- Start to schedule it for execution. However,
- unless creation and scheduling must be separated, StartNew is the recommended
- approach for both simplicity and performance.
-
-
-
-
- Creates and starts a Task.
-
- The action delegate to execute asynchronously.
- A TaskCreationOptions value that controls the behavior of the
- created
- Task.
- The started Task.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
-
- Calling StartNew is functionally equivalent to creating a Task using one of its constructors and
- then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a Task.
-
- The action delegate to execute asynchronously.
- The that will be assigned to the new
- A TaskCreationOptions value that controls the behavior of the
- created
- Task.
- The TaskScheduler
- that is used to schedule the created Task.
- The started Task.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The provided CancellationToken
- has already been disposed.
-
-
- Calling StartNew is functionally equivalent to creating a Task using one of its constructors and
- then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a Task.
-
- The action delegate to execute asynchronously.
- An object containing data to be used by the
- delegate.
- The started Task.
- The exception that is thrown when the
- argument is null.
-
- Calling StartNew is functionally equivalent to creating a Task using one of its constructors and
- then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a Task.
-
- The action delegate to execute asynchronously.
- An object containing data to be used by the
- delegate.
- The that will be assigned to the new
- The started Task.
- The exception that is thrown when the
- argument is null.
- The provided CancellationToken
- has already been disposed.
-
-
- Calling StartNew is functionally equivalent to creating a Task using one of its constructors and
- then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a Task.
-
- The action delegate to execute asynchronously.
- An object containing data to be used by the
- delegate.
- A TaskCreationOptions value that controls the behavior of the
- created
- Task.
- The started Task.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
-
- Calling StartNew is functionally equivalent to creating a Task using one of its constructors and
- then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a Task.
-
- The action delegate to execute asynchronously.
- An object containing data to be used by the
- delegate.
- The that will be assigned to the new task.
- A TaskCreationOptions value that controls the behavior of the
- created
- Task.
- The TaskScheduler
- that is used to schedule the created Task.
- The started Task.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The provided CancellationToken
- has already been disposed.
-
-
- Calling StartNew is functionally equivalent to creating a Task using one of its constructors and
- then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- The type of the result available through the
- Task.
-
- A function delegate that returns the future result to be available through
- the .
- The started .
- The exception that is thrown when the
- argument is null.
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- The type of the result available through the
- Task.
-
- A function delegate that returns the future result to be available through
- the .
- The that will be assigned to the new
- The started .
- The exception that is thrown when the
- argument is null.
- The provided CancellationToken
- has already been disposed.
-
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- The type of the result available through the
- Task.
-
- A function delegate that returns the future result to be available through
- the .
- A TaskCreationOptions value that controls the behavior of the
- created
- .
- The started .
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- The type of the result available through the
- Task.
-
- A function delegate that returns the future result to be available through
- the .
- The that will be assigned to the new task.
- A TaskCreationOptions value that controls the behavior of the
- created
- .
- The TaskScheduler
- that is used to schedule the created
- Task{TResult}.
- The started .
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The provided CancellationToken
- has already been disposed.
-
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- The type of the result available through the
- Task.
-
- A function delegate that returns the future result to be available through
- the .
- An object containing data to be used by the
- delegate.
- The started .
- The exception that is thrown when the
- argument is null.
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- The type of the result available through the
- Task.
-
- A function delegate that returns the future result to be available through
- the .
- An object containing data to be used by the
- delegate.
- The that will be assigned to the new
- The started .
- The exception that is thrown when the
- argument is null.
- The provided CancellationToken
- has already been disposed.
-
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- The type of the result available through the
- Task.
-
- A function delegate that returns the future result to be available through
- the .
- An object containing data to be used by the
- delegate.
- A TaskCreationOptions value that controls the behavior of the
- created
- .
- The started .
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates and starts a .
-
- The type of the result available through the
- Task.
-
- A function delegate that returns the future result to be available through
- the .
- An object containing data to be used by the
- delegate.
- The that will be assigned to the new task.
- A TaskCreationOptions value that controls the behavior of the
- created
- .
- The TaskScheduler
- that is used to schedule the created
- Task{TResult}.
- The started .
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The provided CancellationToken
- has already been disposed.
-
-
- Calling StartNew is functionally equivalent to creating a using one
- of its constructors and then calling
- Start to schedule it for execution.
- However, unless creation and scheduling must be separated, StartNew is the recommended approach
- for both simplicity and performance.
-
-
-
-
- Creates a Task that executes an end method action
- when a specified IAsyncResult completes.
-
- The IAsyncResult whose completion should trigger the processing of the
- .
- The action delegate that processes the completed .
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- A Task that represents the asynchronous
- operation.
-
-
-
- Creates a Task that executes an end method action
- when a specified IAsyncResult completes.
-
- The IAsyncResult whose completion should trigger the processing of the
- .
- The action delegate that processes the completed .
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- A Task that represents the asynchronous
- operation.
-
-
-
- Creates a Task that executes an end method action
- when a specified IAsyncResult completes.
-
- The IAsyncResult whose completion should trigger the processing of the
- .
- The action delegate that processes the completed .
- The TaskScheduler
- that is used to schedule the task that executes the end method.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- A Task that represents the asynchronous
- operation.
-
-
-
- Creates a Task that represents a pair of begin
- and end methods that conform to the Asynchronous Programming Model pattern.
-
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The created Task that represents the
- asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of begin
- and end methods that conform to the Asynchronous Programming Model pattern.
-
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The created Task that represents the
- asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of begin
- and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the
- delegate.
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The created Task that represents the
- asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of begin
- and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the
- delegate.
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The created Task that represents the
- asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of begin
- and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the
- delegate.
- The type of the second argument passed to
- delegate.
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The second argument passed to the
- delegate.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The created Task that represents the
- asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of begin
- and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the
- delegate.
- The type of the second argument passed to
- delegate.
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The second argument passed to the
- delegate.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The created Task that represents the
- asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of begin
- and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the
- delegate.
- The type of the second argument passed to
- delegate.
- The type of the third argument passed to
- delegate.
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The second argument passed to the
- delegate.
- The third argument passed to the
- delegate.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The created Task that represents the
- asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of begin
- and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the
- delegate.
- The type of the second argument passed to
- delegate.
- The type of the third argument passed to
- delegate.
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The second argument passed to the
- delegate.
- The third argument passed to the
- delegate.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The created Task that represents the
- asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that executes an end
- method function when a specified IAsyncResult completes.
-
- The type of the result available through the
- Task.
-
- The IAsyncResult whose completion should trigger the processing of the
- .
- The function delegate that processes the completed .
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- A Task that represents the
- asynchronous operation.
-
-
-
- Creates a Task that executes an end
- method function when a specified IAsyncResult completes.
-
- The type of the result available through the
- Task.
-
- The IAsyncResult whose completion should trigger the processing of the
- .
- The function delegate that processes the completed .
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- A Task that represents the
- asynchronous operation.
-
-
-
- Creates a Task that executes an end
- method function when a specified IAsyncResult completes.
-
- The type of the result available through the
- Task.
-
- The IAsyncResult whose completion should trigger the processing of the
- .
- The function delegate that processes the completed .
- The TaskScheduler
- that is used to schedule the task that executes the end method.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- A Task that represents the
- asynchronous operation.
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the result available through the
- Task.
-
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the result available through the
- Task.
-
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the delegate.
- The type of the result available through the
- Task.
-
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the delegate.
- The type of the result available through the
- Task.
-
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the delegate.
- The type of the second argument passed to
- delegate.
- The type of the result available through the
- Task.
-
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The second argument passed to the
- delegate.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the delegate.
- The type of the second argument passed to
- delegate.
- The type of the result available through the
- Task.
-
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The second argument passed to the
- delegate.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the delegate.
- The type of the second argument passed to
- delegate.
- The type of the third argument passed to
- delegate.
- The type of the result available through the
- Task.
-
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The second argument passed to the
- delegate.
- The third argument passed to the
- delegate.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Creates a Task that represents a pair of
- begin and end methods that conform to the Asynchronous Programming Model pattern.
-
- The type of the first argument passed to the delegate.
- The type of the second argument passed to
- delegate.
- The type of the third argument passed to
- delegate.
- The type of the result available through the
- Task.
-
- The delegate that begins the asynchronous operation.
- The delegate that ends the asynchronous operation.
- The first argument passed to the
- delegate.
- The second argument passed to the
- delegate.
- The third argument passed to the
- delegate.
- The TaskCreationOptions value that controls the behavior of the
- created Task.
- An object containing data to be used by the
- delegate.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument specifies an invalid TaskCreationOptions
- value.
- The created Task that
- represents the asynchronous operation.
-
- This method throws any exceptions thrown by the .
-
-
-
-
- Check validity of options passed to FromAsync method
-
- The options to be validated.
- determines type of FromAsync method that called this method
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The array of tasks from which to continue.
- The action delegate to execute when all tasks in
- the array have completed.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The array of tasks from which to continue.
- The action delegate to execute when all tasks in
- the array have completed.
- The CancellationToken
- that will be assigned to the new continuation task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The array of tasks from which to continue.
- The action delegate to execute when all tasks in the array have completed.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAll.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The array of tasks from which to continue.
- The action delegate to execute when all tasks in the array have completed.
- The CancellationToken
- that will be assigned to the new continuation task.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The TaskScheduler
- that is used to schedule the created continuation Task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAll.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue.
- The action delegate to execute when all tasks in
- the array have completed.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue.
- The action delegate to execute when all tasks in
- the array have completed.
- The CancellationToken
- that will be assigned to the new continuation task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue.
- The action delegate to execute when all tasks in the array have completed.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAll.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue.
- The action delegate to execute when all tasks in the array have completed.
- The CancellationToken
- that will be assigned to the new continuation task.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The TaskScheduler
- that is used to schedule the created continuation Task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAll.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the
- array have completed.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the
- array have completed.
- The CancellationToken
- that will be assigned to the new continuation task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the
- array have completed.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAll.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the
- array have completed.
- The CancellationToken
- that will be assigned to the new continuation task.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The TaskScheduler
- that is used to schedule the created continuation .
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAll.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The type of the result of the antecedent .
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the
- array have completed.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The type of the result of the antecedent .
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the
- array have completed.
- The CancellationToken
- that will be assigned to the new continuation task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The type of the result of the antecedent .
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the
- array have completed.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAll.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of a set of provided Tasks.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The type of the result of the antecedent .
- The array of tasks from which to continue.
- The function delegate to execute when all tasks in the
- array have completed.
- The CancellationToken
- that will be assigned to the new continuation task.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The TaskScheduler
- that is used to schedule the created continuation .
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAll.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The array of tasks from which to continue when one task completes.
- The action delegate to execute when one task in the array completes.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The array of tasks from which to continue when one task completes.
- The action delegate to execute when one task in the array completes.
- The CancellationToken
- that will be assigned to the new continuation task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The array of tasks from which to continue when one task completes.
- The action delegate to execute when one task in the array completes.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAny.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The array of tasks from which to continue when one task completes.
- The action delegate to execute when one task in the array completes.
- The CancellationToken
- that will be assigned to the new continuation task.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The TaskScheduler
- that is used to schedule the created continuation Task.
- The new continuation Task.
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAny.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the
- array completes.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the
- array completes.
- The CancellationToken
- that will be assigned to the new continuation task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the
- array completes.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAny.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the
- array completes.
- The CancellationToken
- that will be assigned to the new continuation task.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The TaskScheduler
- that is used to schedule the created continuation .
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAny.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The type of the result of the antecedent .
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the
- array completes.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The type of the result of the antecedent .
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the
- array completes.
- The CancellationToken
- that will be assigned to the new continuation task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The type of the result of the antecedent .
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the
- array completes.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAny.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result that is returned by the
- delegate and associated with the created .
- The type of the result of the antecedent .
- The array of tasks from which to continue when one task completes.
- The function delegate to execute when one task in the
- array completes.
- The CancellationToken
- that will be assigned to the new continuation task.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The TaskScheduler
- that is used to schedule the created continuation .
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAny.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue when one task completes.
- The action delegate to execute when one task in the
- array completes.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue when one task completes.
- The action delegate to execute when one task in the
- array completes.
- The CancellationToken
- that will be assigned to the new continuation task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue when one task completes.
- The action delegate to execute when one task in the
- array completes.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAny.
-
-
-
-
- Creates a continuation Task
- that will be started upon the completion of any Task in the provided set.
-
- The type of the result of the antecedent .
- The array of tasks from which to continue when one task completes.
- The action delegate to execute when one task in the
- array completes.
- The CancellationToken
- that will be assigned to the new continuation task.
- The
- TaskContinuationOptions value that controls the behavior of
- the created continuation Task.
- The TaskScheduler
- that is used to schedule the created continuation .
- The new continuation .
- The exception that is thrown when the
- array is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- argument is null.
- The exception that is thrown when the
- array contains a null value.
- The exception that is thrown when the
- array is empty.
- The exception that is thrown when the
- argument specifies an invalid TaskContinuationOptions
- value.
- The exception that is thrown when one
- of the elements in the array has been disposed.
- The provided CancellationToken
- has already been disposed.
-
-
- The NotOn* and OnlyOn* TaskContinuationOptions,
- which constrain for which TaskStatus states a continuation
- will be executed, are illegal with ContinueWhenAny.
-
-
-
-
- Gets the default CancellationToken of this
- TaskFactory.
-
-
- This property returns the default that will be assigned to all
- tasks created by this factory unless another CancellationToken value is explicitly specified
- during the call to the factory methods.
-
-
-
-
- Gets the TaskScheduler of this
- TaskFactory.
-
-
- This property returns the default scheduler for this factory. It will be used to schedule all
- tasks unless another scheduler is explicitly specified during calls to this factory's methods.
- If null, TaskScheduler.Current
- will be used.
-
-
-
-
- Gets the TaskCreationOptions
- value of this TaskFactory.
-
-
- This property returns the default creation options for this factory. They will be used to create all
- tasks unless other options are explicitly specified during calls to this factory's methods.
-
-
-
-
- Gets the TaskContinuationOptions
- value of this TaskFactory.
-
-
- This property returns the default continuation options for this factory. They will be used to create
- all continuation tasks unless other options are explicitly specified during calls to this factory's methods.
-
-
-
-
- Represents an abstract scheduler for tasks.
-
-
-
- TaskScheduler acts as the extension point for all
- pluggable scheduling logic. This includes mechanisms such as how to schedule a task for execution, and
- how scheduled tasks should be exposed to debuggers.
-
-
- All members of the abstract type are thread-safe
- and may be used from multiple threads concurrently.
-
-
-
-
-
- Queues a Task to the scheduler.
-
-
-
- A class derived from TaskScheduler
- implements this method to accept tasks being scheduled on the scheduler.
- A typical implementation would store the task in an internal data structure, which would
- be serviced by threads that would execute those tasks at some time in the future.
-
-
- This method is only meant to be called by the .NET Framework and
- should not be called directly by the derived class. This is necessary
- for maintaining the consistency of the system.
-
-
- The Task to be queued.
- The argument is null.
-
-
-
- Determines whether the provided Task
- can be executed synchronously in this call, and if it can, executes it.
-
-
-
- A class derived from TaskScheduler implements this function to
- support inline execution of a task on a thread that initiates a wait on that task object. Inline
- execution is optional, and the request may be rejected by returning false. However, better
- scalability typically results the more tasks that can be inlined, and in fact a scheduler that
- inlines too little may be prone to deadlocks. A proper implementation should ensure that a
- request executing under the policies guaranteed by the scheduler can successfully inline. For
- example, if a scheduler uses a dedicated thread to execute tasks, any inlining requests from that
- thread should succeed.
-
-
- If a scheduler decides to perform the inline execution, it should do so by calling to the base
- TaskScheduler's
- TryExecuteTask method with the provided task object, propagating
- the return value. It may also be appropriate for the scheduler to remove an inlined task from its
- internal data structures if it decides to honor the inlining request. Note, however, that under
- some circumstances a scheduler may be asked to inline a task that was not previously provided to
- it with the method.
-
-
- The derived scheduler is responsible for making sure that the calling thread is suitable for
- executing the given task as far as its own scheduling and execution policies are concerned.
-
-
- The Task to be
- executed.
- A Boolean denoting whether or not task has previously been
- queued. If this parameter is True, then the task may have been previously queued (scheduled); if
- False, then the task is known not to have been queued, and this call is being made in order to
- execute the task inline without queueing it.
- A Boolean value indicating whether the task was executed inline.
- The argument is
- null.
- The was already
- executed.
-
-
-
- Generates an enumerable of Task instances
- currently queued to the scheduler waiting to be executed.
-
-
-
- A class derived from implements this method in order to support
- integration with debuggers. This method will only be invoked by the .NET Framework when the
- debugger requests access to the data. The enumerable returned will be traversed by debugging
- utilities to access the tasks currently queued to this scheduler, enabling the debugger to
- provide a representation of this information in the user interface.
-
-
- It is important to note that, when this method is called, all other threads in the process will
- be frozen. Therefore, it's important to avoid synchronization with other threads that may lead to
- blocking. If synchronization is necessary, the method should prefer to throw a
- than to block, which could cause a debugger to experience delays. Additionally, this method and
- the enumerable returned must not modify any globally visible state.
-
-
- The returned enumerable should never be null. If there are currently no queued tasks, an empty
- enumerable should be returned instead.
-
-
- For developers implementing a custom debugger, this method shouldn't be called directly, but
- rather this functionality should be accessed through the internal wrapper method
- GetScheduledTasksForDebugger:
- internal Task[] GetScheduledTasksForDebugger(). This method returns an array of tasks,
- rather than an enumerable. In order to retrieve a list of active schedulers, a debugger may use
- another internal method: internal static TaskScheduler[] GetTaskSchedulersForDebugger().
- This static method returns an array of all active TaskScheduler instances.
- GetScheduledTasksForDebugger then may be used on each of these scheduler instances to retrieve
- the list of scheduled tasks for each.
-
-
- An enumerable that allows traversal of tasks currently queued to this scheduler.
-
-
- This scheduler is unable to generate a list of queued tasks at this time.
-
-
-
-
- Retrieves some thread static state that can be cached and passed to multiple
- TryRunInline calls, avoiding superflous TLS fetches.
-
- A bag of TLS state (or null if none exists).
-
-
-
- Attempts to execute the target task synchronously.
-
- The task to run.
- True if the task may have been previously queued,
- false if the task was absolutely not previously queued.
- The state retrieved from GetThreadStatics
- True if it ran, false otherwise.
-
-
-
- Attempts to dequeue a Task that was previously queued to
- this scheduler.
-
- The Task to be dequeued.
- A Boolean denoting whether the argument was successfully dequeued.
- The argument is null.
-
-
-
- Notifies the scheduler that a work item has made progress.
-
-
-
-
- Initializes the .
-
-
-
-
- Frees all resources associated with this scheduler.
-
-
-
-
- Creates a
- associated with the current .
-
-
- All Task instances queued to
- the returned scheduler will be executed through a call to the
- Post method
- on that context.
-
-
- A associated with
- the current SynchronizationContext, as
- determined by SynchronizationContext.Current.
-
-
- The current SynchronizationContext may not be used as a TaskScheduler.
-
-
-
-
- Attempts to execute the provided Task
- on this scheduler.
-
-
-
- Scheduler implementations are provided with Task
- instances to be executed through either the method or the
- method. When the scheduler deems it appropriate to run the
- provided task, should be used to do so. TryExecuteTask handles all
- aspects of executing a task, including action invocation, exception handling, state management,
- and lifecycle control.
-
-
- must only be used for tasks provided to this scheduler by the .NET
- Framework infrastructure. It should not be used to execute arbitrary tasks obtained through
- custom mechanisms.
-
-
-
- A Task object to be executed.
-
- The is not associated with this scheduler.
-
- A Boolean that is true if was successfully executed, false if it
- was not. A common reason for execution failure is that the task had previously been executed or
- is in the process of being executed by another thread.
-
-
-
- Provides an array of all queued Task instances
- for the debugger.
-
-
- The returned array is populated through a call to .
- Note that this function is only meant to be invoked by a debugger remotely.
- It should not be called by any other codepaths.
-
- An array of Task instances.
-
- This scheduler is unable to generate a list of queued tasks at this time.
-
-
-
-
- Provides an array of all active TaskScheduler
- instances for the debugger.
-
-
- This function is only meant to be invoked by a debugger remotely.
- It should not be called by any other codepaths.
-
- An array of TaskScheduler instances.
-
-
-
- Registers a new TaskScheduler instance in the global collection of schedulers.
-
-
-
-
- Removes a TaskScheduler instance from the global collection of schedulers.
-
-
-
-
- Indicates the maximum concurrency level this
- is able to support.
-
-
-
-
- Indicates whether this is a custom scheduler, in which case the safe code paths will be taken upon task entry
- using a CAS to transition from queued state to executing.
-
-
-
-
- Gets the default TaskScheduler instance.
-
-
-
-
- Gets the TaskScheduler
- associated with the currently executing task.
-
-
- When not called from within a task, will return the scheduler.
-
-
-
-
- Gets the unique ID for this .
-
-
-
-
- Occurs when a faulted 's unobserved exception is about to trigger exception escalation
- policy, which, by default, would terminate the process.
-
-
- This AppDomain-wide event provides a mechanism to prevent exception
- escalation policy (which, by default, terminates the process) from triggering.
- Each handler is passed a
- instance, which may be used to examine the exception and to mark it as observed.
-
-
-
-
- Nested class that provides debugger view for TaskScheduler
-
-
-
- Default thread pool scheduler.
-
-
-
- A TaskScheduler implementation that executes all tasks queued to it through a call to
- on the
- that its associated with. The default constructor for this class binds to the current
-
-
-
-
- Constructs a SynchronizationContextTaskScheduler associated with
-
- This constructor expects to be set.
-
-
-
- Implemetation of for this scheduler class.
-
- Simply posts the tasks to be executed on the associated .
-
-
-
-
-
- Implementation of for this scheduler class.
-
- The task will be executed inline only if the call happens within
- the associated .
-
-
-
-
-
-
- Implementes the property for
- this scheduler class.
-
- By default it returns 1, because a based
- scheduler only supports execution on a single thread.
-
-
-
-
- Provides data for the event that is raised when a faulted 's
- exception goes unobserved.
-
-
- The Exception property is used to examine the exception without marking it
- as observed, whereas the method is used to mark the exception
- as observed. Marking the exception as observed prevents it from triggering exception escalation policy
- which, by default, terminates the process.
-
-
-
-
- Initializes a new instance of the class
- with the unobserved exception.
-
- The Exception that has gone unobserved.
-
-
-
- Marks the as "observed," thus preventing it
- from triggering exception escalation policy which, by default, terminates the process.
-
-
-
-
- Gets whether this exception has been marked as "observed."
-
-
-
-
- The Exception that went unobserved.
-
-
-
-
- Represents an exception used to communicate an invalid operation by a
- .
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the
- class with a specified error message.
-
- The error message that explains the reason for the exception.
-
-
-
- Initializes a new instance of the
- class using the default error message and a reference to the inner exception that is the cause of
- this exception.
-
- The exception that is the cause of the current exception.
-
-
-
- Initializes a new instance of the
- class with a specified error message and a reference to the inner exception that is the cause of
- this exception.
-
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception.
-
-
-
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/sl5/System.IO.dll b/packages/Microsoft.Bcl.1.1.8/lib/sl5/System.IO.dll
deleted file mode 100644
index 01edf72..0000000
Binary files a/packages/Microsoft.Bcl.1.1.8/lib/sl5/System.IO.dll and /dev/null differ
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/sl5/System.IO.xml b/packages/Microsoft.Bcl.1.1.8/lib/sl5/System.IO.xml
deleted file mode 100644
index e832734..0000000
--- a/packages/Microsoft.Bcl.1.1.8/lib/sl5/System.IO.xml
+++ /dev/null
@@ -1,51 +0,0 @@
-
-
-
- System.IO
-
-
-
-
- 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 Found invalid data while decoding..
-
-
-
-
- The exception that is thrown when a data stream is in an invalid format.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class with a specified error message.
-
- The error message that explains the reason for the exception.
-
-
-
- Initializes a new instance of the class with a reference to the inner exception that is the cause of this exception.
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception. If the parameter is not null, the current exception is raised in a catch block that handles the inner exception.
-
-
-
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/sl5/System.Runtime.dll b/packages/Microsoft.Bcl.1.1.8/lib/sl5/System.Runtime.dll
deleted file mode 100644
index 967bb30..0000000
Binary files a/packages/Microsoft.Bcl.1.1.8/lib/sl5/System.Runtime.dll and /dev/null differ
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/sl5/System.Runtime.xml b/packages/Microsoft.Bcl.1.1.8/lib/sl5/System.Runtime.xml
deleted file mode 100644
index 93cb00d..0000000
--- a/packages/Microsoft.Bcl.1.1.8/lib/sl5/System.Runtime.xml
+++ /dev/null
@@ -1,56 +0,0 @@
-
-
-
- System.Runtime
-
-
-
- Defines a provider for progress updates.
- The type of progress update value.
-
-
- Reports a progress update.
- The value of the updated progress.
-
-
- Identities the async state machine type for this method.
-
-
- Identities the state machine type for this method.
-
-
- Initializes the attribute.
- The type that implements the state machine.
-
-
- Gets the type that implements the state machine.
-
-
- Initializes the attribute.
- The type that implements the state machine.
-
-
-
- Allows you to obtain the method or property name of the caller to the method.
-
-
-
-
- Allows you to obtain the line number in the source file at which the method is called.
-
-
-
-
- Allows you to obtain the full path of the source file that contains the caller.
- This is the file path at the time of compile.
-
-
-
- Identities the iterator state machine type for this method.
-
-
- Initializes the attribute.
- The type that implements the state machine.
-
-
-
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/sl5/System.Threading.Tasks.dll b/packages/Microsoft.Bcl.1.1.8/lib/sl5/System.Threading.Tasks.dll
deleted file mode 100644
index b8f78da..0000000
Binary files a/packages/Microsoft.Bcl.1.1.8/lib/sl5/System.Threading.Tasks.dll and /dev/null differ
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/sl5/System.Threading.Tasks.xml b/packages/Microsoft.Bcl.1.1.8/lib/sl5/System.Threading.Tasks.xml
deleted file mode 100644
index b47921e..0000000
--- a/packages/Microsoft.Bcl.1.1.8/lib/sl5/System.Threading.Tasks.xml
+++ /dev/null
@@ -1,475 +0,0 @@
-
-
-
- System.Threading.Tasks
-
-
-
- Holds state related to the builder's IAsyncStateMachine.
- This is a mutable struct. Be very delicate with it.
-
-
- A reference to the heap-allocated state machine object associated with this builder.
-
-
- Initiates the builder's execution with the associated state machine.
- Specifies the type of the state machine.
- The state machine instance, passed by reference.
- The argument is null (Nothing in Visual Basic).
-
-
- Associates the builder with the state machine it represents.
- The heap-allocated state machine object.
- The argument was null (Nothing in Visual Basic).
- The builder is incorrectly initialized.
-
-
-
- Gets the Action to use with an awaiter's OnCompleted or UnsafeOnCompleted method.
- On first invocation, the supplied state machine will be boxed.
-
- Specifies the type of the method builder used.
- Specifies the type of the state machine used.
- The builder.
- The state machine.
- An Action to provide to the awaiter.
-
-
- Provides the ability to invoke a state machine's MoveNext method under a supplied ExecutionContext.
-
-
- The context with which to run MoveNext.
-
-
- The state machine whose MoveNext method should be invoked.
-
-
- Initializes the runner.
- The context with which to run MoveNext.
-
-
- Invokes MoveNext under the provided context.
-
-
- Cached delegate used with ExecutionContext.Run.
-
-
- Invokes the MoveNext method on the supplied IAsyncStateMachine.
- The IAsyncStateMachine machine instance.
-
-
- Provides a base class used to cache tasks of a specific return type.
- Specifies the type of results the cached tasks return.
-
-
-
- A singleton cache for this result type.
- This may be null if there are no cached tasks for this TResult.
-
-
-
- Creates a non-disposable task.
- The result for the task.
- The cacheable task.
-
-
- Creates a cache.
- A task cache for this result type.
-
-
- Gets a cached task if one exists.
- The result for which we want a cached task.
- A cached task if one exists; otherwise, null.
-
-
- Provides a cache for Boolean tasks.
-
-
- A true task.
-
-
- A false task.
-
-
- Gets a cached task for the Boolean result.
- true or false
- A cached task for the Boolean result.
-
-
- Provides a cache for zero Int32 tasks.
-
-
- The minimum value, inclusive, for which we want a cached task.
-
-
- The maximum value, exclusive, for which we want a cached task.
-
-
- The cache of Task{Int32}.
-
-
- Creates an array of cached tasks for the values in the range [INCLUSIVE_MIN,EXCLUSIVE_MAX).
-
-
- Gets a cached task for the zero Int32 result.
- The integer value
- A cached task for the Int32 result or null if not cached.
-
-
- Throws the exception on the ThreadPool.
- The exception to propagate.
- The target context on which to propagate the exception. Null to use the ThreadPool.
-
-
- Copies the exception's stack trace so its stack trace isn't overwritten.
- The exception to prepare.
-
-
-
- Provides a builder for asynchronous methods that return .
- This type is intended for compiler use only.
-
-
- AsyncTaskMethodBuilder is a value type, and thus it is copied by value.
- Prior to being copied, one of its Task, SetResult, or SetException members must be accessed,
- or else the copies may end up building distinct Task instances.
-
-
-
- Represents an asynchronous method builder.
-
-
- A cached VoidTaskResult task used for builders that complete synchronously.
-
-
- The generic builder object to which this non-generic instance delegates.
-
-
- Initializes a new .
- The initialized .
-
-
- Initiates the builder's execution with the associated state machine.
- Specifies the type of the state machine.
- The state machine instance, passed by reference.
-
-
- Associates the builder with the state machine it represents.
- The heap-allocated state machine object.
- The argument was null (Nothing in Visual Basic).
- The builder is incorrectly initialized.
-
-
- Perform any initialization necessary prior to lifting the builder to the heap.
-
-
-
- Schedules the specified state machine to be pushed forward when the specified awaiter completes.
-
- Specifies the type of the awaiter.
- Specifies the type of the state machine.
- The awaiter.
- The state machine.
-
-
-
- Schedules the specified state machine to be pushed forward when the specified awaiter completes.
-
- Specifies the type of the awaiter.
- Specifies the type of the state machine.
- The awaiter.
- The state machine.
-
-
-
- Completes the in the
- RanToCompletion state.
-
- The builder is not initialized.
- The task has already completed.
-
-
-
- Completes the in the
- Faulted state with the specified exception.
-
- The to use to fault the task.
- The argument is null (Nothing in Visual Basic).
- The builder is not initialized.
- The task has already completed.
-
-
-
- Called by the debugger to request notification when the first wait operation
- (await, Wait, Result, etc.) on this builder's task completes.
-
-
- true to enable notification; false to disable a previously set notification.
-
-
-
- Gets the for this builder.
- The representing the builder's asynchronous operation.
- The builder is not initialized.
-
-
-
- Gets an object that may be used to uniquely identify this builder to the debugger.
-
-
- This property lazily instantiates the ID in a non-thread-safe manner.
- It must only be used by the debugger, and only in a single-threaded manner
- when no other threads are in the middle of accessing this property or this.Task.
-
-
-
-
- Provides a builder for asynchronous methods that return .
- This type is intended for compiler use only.
-
-
- AsyncTaskMethodBuilder{TResult} is a value type, and thus it is copied by value.
- Prior to being copied, one of its Task, SetResult, or SetException members must be accessed,
- or else the copies may end up building distinct Task instances.
-
-
-
- A cached task for default(TResult).
-
-
- State related to the IAsyncStateMachine.
-
-
- The lazily-initialized task.
- Must be named m_task for debugger step-over to work correctly.
-
-
- The lazily-initialized task completion source.
-
-
- Temporary support for disabling crashing if tasks go unobserved.
-
-
- Initializes a new .
- The initialized .
-
-
- Initiates the builder's execution with the associated state machine.
- Specifies the type of the state machine.
- The state machine instance, passed by reference.
-
-
- Associates the builder with the state machine it represents.
- The heap-allocated state machine object.
- The argument was null (Nothing in Visual Basic).
- The builder is incorrectly initialized.
-
-
- Perform any initialization necessary prior to lifting the builder to the heap.
-
-
-
- Schedules the specified state machine to be pushed forward when the specified awaiter completes.
-
- Specifies the type of the awaiter.
- Specifies the type of the state machine.
- The awaiter.
- The state machine.
-
-
-
- Schedules the specified state machine to be pushed forward when the specified awaiter completes.
-
- Specifies the type of the awaiter.
- Specifies the type of the state machine.
- The awaiter.
- The state machine.
-
-
-
- Completes the in the
- RanToCompletion state with the specified result.
-
- The result to use to complete the task.
- The task has already completed.
-
-
-
- Completes the builder by using either the supplied completed task, or by completing
- the builder's previously accessed task using default(TResult).
-
- A task already completed with the value default(TResult).
- The task has already completed.
-
-
-
- Completes the in the
- Faulted state with the specified exception.
-
- The to use to fault the task.
- The argument is null (Nothing in Visual Basic).
- The task has already completed.
-
-
-
- Called by the debugger to request notification when the first wait operation
- (await, Wait, Result, etc.) on this builder's task completes.
-
-
- true to enable notification; false to disable a previously set notification.
-
-
- This should only be invoked from within an asynchronous method,
- and only by the debugger.
-
-
-
-
- Gets a task for the specified result. This will either
- be a cached or new task, never null.
-
- The result for which we need a task.
- The completed task containing the result.
-
-
- Gets the lazily-initialized TaskCompletionSource.
-
-
- Gets the for this builder.
- The representing the builder's asynchronous operation.
-
-
-
- Gets an object that may be used to uniquely identify this builder to the debugger.
-
-
- This property lazily instantiates the ID in a non-thread-safe manner.
- It must only be used by the debugger, and only in a single-threaded manner
- when no other threads are in the middle of accessing this property or this.Task.
-
-
-
-
- Provides a builder for asynchronous methods that return void.
- This type is intended for compiler use only.
-
-
-
- The synchronization context associated with this operation.
-
-
- State related to the IAsyncStateMachine.
-
-
- An object used by the debugger to uniquely identify this builder. Lazily initialized.
-
-
- Temporary support for disabling crashing if tasks go unobserved.
-
-
- Registers with UnobservedTaskException to suppress exception crashing.
-
-
- Non-zero if PreventUnobservedTaskExceptions has already been invoked.
-
-
- Initializes a new .
- The initialized .
-
-
- Initializes the .
- The synchronizationContext associated with this operation. This may be null.
-
-
- Initiates the builder's execution with the associated state machine.
- Specifies the type of the state machine.
- The state machine instance, passed by reference.
- The argument was null (Nothing in Visual Basic).
-
-
- Associates the builder with the state machine it represents.
- The heap-allocated state machine object.
- The argument was null (Nothing in Visual Basic).
- The builder is incorrectly initialized.
-
-
- Perform any initialization necessary prior to lifting the builder to the heap.
-
-
-
- Schedules the specified state machine to be pushed forward when the specified awaiter completes.
-
- Specifies the type of the awaiter.
- Specifies the type of the state machine.
- The awaiter.
- The state machine.
-
-
-
- Schedules the specified state machine to be pushed forward when the specified awaiter completes.
-
- Specifies the type of the awaiter.
- Specifies the type of the state machine.
- The awaiter.
- The state machine.
-
-
- Completes the method builder successfully.
-
-
- Faults the method builder with an exception.
- The exception that is the cause of this fault.
- The argument is null (Nothing in Visual Basic).
- The builder is not initialized.
-
-
- Notifies the current synchronization context that the operation completed.
-
-
-
- Gets an object that may be used to uniquely identify this builder to the debugger.
-
-
- This property lazily instantiates the ID in a non-thread-safe manner.
- It must only be used by the debugger and only in a single-threaded manner.
-
-
-
-
- Represents state machines generated for asynchronous methods.
- This type is intended for compiler use only.
-
-
-
- Moves the state machine to its next state.
-
-
- Configures the state machine with a heap-allocated replica.
- The heap-allocated replica.
-
-
-
- Represents an awaiter used to schedule continuations when an await operation completes.
-
-
-
-
- Represents an operation that will schedule continuations when the operation completes.
-
-
-
- Schedules the continuation action to be invoked when the instance completes.
- The action to invoke when the operation completes.
- The argument is null (Nothing in Visual Basic).
-
-
- Schedules the continuation action to be invoked when the instance completes.
- The action to invoke when the operation completes.
- The argument is null (Nothing in Visual Basic).
- Unlike OnCompleted, UnsafeOnCompleted need not propagate ExecutionContext information.
-
-
- Used with Task(of void)
-
-
-
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/win8/_._ b/packages/Microsoft.Bcl.1.1.8/lib/win8/_._
deleted file mode 100644
index e69de29..0000000
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/wp8/_._ b/packages/Microsoft.Bcl.1.1.8/lib/wp8/_._
deleted file mode 100644
index e69de29..0000000
diff --git a/packages/Microsoft.Bcl.1.1.8/lib/wpa81/_._ b/packages/Microsoft.Bcl.1.1.8/lib/wpa81/_._
deleted file mode 100644
index e69de29..0000000
diff --git a/packages/Microsoft.Bcl.Build.1.0.14/License-Stable.rtf b/packages/Microsoft.Bcl.Build.1.0.14/License-Stable.rtf
deleted file mode 100644
index 3aec6b6..0000000
--- a/packages/Microsoft.Bcl.Build.1.0.14/License-Stable.rtf
+++ /dev/null
@@ -1,118 +0,0 @@
-{\rtf1\ansi\ansicpg1252\deff0\nouicompat\deflang1033{\fonttbl{\f0\fswiss\fprq2\fcharset0 Tahoma;}{\f1\froman\fprq2\fcharset0 Times New Roman;}{\f2\fswiss\fprq2\fcharset0 Calibri;}{\f3\fnil\fcharset0 Calibri;}{\f4\fnil\fcharset2 Symbol;}}
-{\colortbl ;\red31\green73\blue125;\red0\green0\blue255;}
-{\*\listtable
-{\list\listhybrid
-{\listlevel\levelnfc0\leveljc0\levelstartat1{\leveltext\'02\'00.;}{\levelnumbers\'01;}\jclisttab\tx360}
-{\listlevel\levelnfc4\leveljc0\levelstartat1{\leveltext\'02\'01.;}{\levelnumbers\'01;}\jclisttab\tx363}
-{\listlevel\levelnfc2\leveljc0\levelstartat1{\leveltext\'02\'02.;}{\levelnumbers\'01;}\jclisttab\tx720}\listid1 }
-{\list\listhybrid
-{\listlevel\levelnfc0\leveljc0\levelstartat1{\leveltext\'02\'00.;}{\levelnumbers\'01;}\jclisttab\tx363}
-{\listlevel\levelnfc4\leveljc0\levelstartat1{\leveltext\'02\'01.;}{\levelnumbers\'01;}\jclisttab\tx363}\listid2 }}
-{\*\listoverridetable{\listoverride\listid1\listoverridecount0\ls1}{\listoverride\listid2\listoverridecount0\ls2}}
-{\stylesheet{ Normal;}{\s1 heading 1;}{\s2 heading 2;}{\s3 heading 3;}}
-{\*\generator Riched20 6.2.9200}\viewkind4\uc1
-\pard\nowidctlpar\sb120\sa120\b\f0\fs24 MICROSOFT SOFTWARE LICENSE TERMS\par
-
-\pard\brdrb\brdrs\brdrw10\brsp20 \nowidctlpar\sb120\sa120 MICROSOFT .NET LIBRARY \par
-
-\pard\nowidctlpar\sb120\sa120\fs19 These license terms are an agreement between Microsoft Corporation (or based on where you live, one of its affiliates) and you. Please read them. They apply to the software named above, which includes the media on which you received it, if any. The terms also apply to any Microsoft\par
-
-\pard{\pntext\f4\'B7\tab}{\*\pn\pnlvlblt\pnf4\pnindent363{\pntxtb\'B7}}\nowidctlpar\fi-363\li720\sb120\sa120\b0 updates,\par
-{\pntext\f4\'B7\tab}supplements,\par
-{\pntext\f4\'B7\tab}Internet-based services, and\par
-{\pntext\f4\'B7\tab}support services\par
-
-\pard\nowidctlpar\sb120\sa120\b for this software, unless other terms accompany those items. If so, those terms apply.\par
-BY USING THE SOFTWARE, YOU ACCEPT THESE TERMS. IF YOU DO NOT ACCEPT THEM, DO NOT USE THE SOFTWARE.\par
-
-\pard\brdrt\brdrs\brdrw10\brsp20 \nowidctlpar\sb120\sa120 IF YOU COMPLY WITH THESE LICENSE TERMS, YOU HAVE THE PERPETUAL RIGHTS BELOW.\par
-
-\pard
-{\listtext\f0 1.\tab}\jclisttab\tx360\ls1\nowidctlpar\s1\fi-357\li357\sb120\sa120 INSTALLATION AND USE RIGHTS. \par
-
-\pard
-{\listtext\f0 a.\tab}\jclisttab\tx363\ls1\ilvl1\nowidctlpar\s2\fi-363\li720\sb120\sa120 Installation and Use.\b0\fs20 You may install and use any number of copies of the software to design, develop and test your programs.\par
-{\listtext\f0 b.\tab}\b\fs19 Third Party Programs.\b0\fs20 The software may include third party programs that Microsoft, not the third party, licenses to you under this agreement. Notices, if any, for the third party program are included for your information only.\b\fs19\par
-
-\pard
-{\listtext\f0 2.\tab}\jclisttab\tx360\ls1\nowidctlpar\s1\fi-357\li357\sb120\sa120\fs20 ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS.\par
-
-\pard
-{\listtext\f0 a.\tab}\jclisttab\tx363\ls1\ilvl1\nowidctlpar\s2\fi-363\li720\sb120\sa120 DISTRIBUTABLE CODE.\~ \b0 The software is comprised of Distributable Code. \f1\ldblquote\f0 Distributable Code\f1\rdblquote\f0 is code that you are permitted to distribute in programs you develop if you comply with the terms below.\b\par
-
-\pard
-{\listtext\f0 i.\tab}\jclisttab\tx720\ls1\ilvl2\nowidctlpar\s3\fi-357\li1077\sb120\sa120\tx1077 Right to Use and Distribute. \par
-
-\pard{\pntext\f4\'B7\tab}{\*\pn\pnlvlblt\pnf4\pnindent360{\pntxtb\'B7}}\nowidctlpar\fi-357\li1434\sb120\sa120\b0 You may copy and distribute the object code form of the software.\par
-{\pntext\f4\'B7\tab}Third Party Distribution. You may permit distributors of your programs to copy and distribute the Distributable Code as part of those programs.\par
-
-\pard\nowidctlpar\s3\fi-357\li1077\sb120\sa120\tx1077\b ii.\tab Distribution Requirements.\b0 \b For any Distributable Code you distribute, you must\par
-
-\pard{\pntext\f4\'B7\tab}{\*\pn\pnlvlblt\pnf4\pnindent360{\pntxtb\'B7}}\nowidctlpar\fi-357\li1434\sb120\sa120\b0 add significant primary functionality to it in your programs;\par
-{\pntext\f4\'B7\tab}require distributors and external end users to agree to terms that protect it at least as much as this agreement;\par
-{\pntext\f4\'B7\tab}display your valid copyright notice on your programs; and\par
-{\pntext\f4\'B7\tab}indemnify, defend, and hold harmless Microsoft from any claims, including attorneys\rquote fees, related to the distribution or use of your programs.\par
-
-\pard\nowidctlpar\s3\fi-357\li1077\sb120\sa120\tx1077\b iii.\tab Distribution Restrictions.\b0 \b You may not\par
-
-\pard{\pntext\f4\'B7\tab}{\*\pn\pnlvlblt\pnf4\pnindent360{\pntxtb\'B7}}\nowidctlpar\fi-357\li1434\sb120\sa120\b0 alter any copyright, trademark or patent notice in the Distributable Code;\par
-{\pntext\f4\'B7\tab}use Microsoft\rquote s trademarks in your programs\rquote names or in a way that suggests your programs come from or are endorsed by Microsoft;\par
-{\pntext\f4\'B7\tab}include Distributable Code in malicious, deceptive or unlawful programs; or\par
-{\pntext\f4\'B7\tab}modify or distribute the source code of any Distributable Code so that any part of it becomes subject to an Excluded License. An Excluded License is one that requires, as a condition of use, modification or distribution, that\par
-
-\pard{\pntext\f4\'B7\tab}{\*\pn\pnlvlblt\pnf4\pnindent360{\pntxtb\'B7}}\nowidctlpar\fi-358\li1792\sb120\sa120 the code be disclosed or distributed in source code form; or\cf1\f2\par
-{\pntext\f4\'B7\tab}\cf0\f0 others have the right to modify it.\cf1\f2\par
-
-\pard\nowidctlpar\s1\fi-357\li357\sb120\sa120\cf0\b\f0 3.\tab\fs19 SCOPE OF LICENSE. \b0 The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other rights. Unless applicable law gives you more rights despite this limitation, you may use the software only as expressly permitted in this agreement. In doing so, you must comply with any technical limitations in the software that only allow you to use it in certain ways. You may not\par
-
-\pard{\pntext\f4\'B7\tab}{\*\pn\pnlvlblt\pnf4\pnindent363{\pntxtb\'B7}}\nowidctlpar\fi-363\li720\sb120\sa120 work around any technical limitations in the software;\par
-{\pntext\f4\'B7\tab}reverse engineer, decompile or disassemble the software, except and only to the extent that applicable law expressly permits, despite this limitation;\par
-{\pntext\f4\'B7\tab}publish the software for others to copy;\par
-{\pntext\f4\'B7\tab}rent, lease or lend the software;\par
-{\pntext\f4\'B7\tab}transfer the software or this agreement to any third party; or\par
-{\pntext\f4\'B7\tab}use the software for commercial software hosting services.\par
-
-\pard\nowidctlpar\s1\fi-357\li357\sb120\sa120\b\fs20 4.\tab\fs19 BACKUP COPY. \b0 You may make one backup copy of the software. You may use it only to reinstall the software.\par
-\b\fs20 5.\tab\fs19 DOCUMENTATION. \b0 Any person that has valid access to your computer or internal network may copy and use the documentation for your internal, reference purposes.\par
-\b\fs20 6.\tab\fs19 EXPORT RESTRICTIONS. \b0 The software is subject to United States export laws and regulations. You must comply with all domestic and international export laws and regulations that apply to the software. These laws include restrictions on destinations, end users and end use. For additional information, see {\cf2\ul\fs20{\field{\*\fldinst{HYPERLINK www.microsoft.com/exporting }}{\fldrslt{www.microsoft.com/exporting}}}}\f0\fs19 .\cf2\ul\fs20\par
-\cf0\ulnone\b 7.\tab\fs19 SUPPORT SERVICES. \b0 Because this software is \ldblquote as is,\rdblquote we may not provide support services for it.\par
-\b\fs20 8.\tab\fs19 ENTIRE AGREEMENT. \b0 This agreement, and the terms for supplements, updates, Internet-based services and support services that you use, are the entire agreement for the software and support services.\par
-\b\fs20 9.\tab\fs19 APPLICABLE LAW.\par
-
-\pard
-{\listtext\f0 a.\tab}\jclisttab\tx363\ls2\ilvl1\nowidctlpar\s2\fi-363\li720\sb120\sa120 United States. \b0 If you acquired the software in the United States, Washington state law governs the interpretation of this agreement and applies to claims for breach of it, regardless of conflict of laws principles. The laws of the state where you live govern all other claims, including claims under state consumer protection laws, unfair competition laws, and in tort.\par
-{\listtext\f0 b.\tab}\b Outside the United States. If you acquired the software in any other country, the laws of that country apply.\par
-
-\pard\nowidctlpar\s1\fi-357\li357\sb120\sa120\fs20 10.\tab\fs19 LEGAL EFFECT. \b0 This agreement describes certain legal rights. You may have other rights under the laws of your country. You may also have rights with respect to the party from whom you acquired the software. This agreement does not change your rights under the laws of your country if the laws of your country do not permit it to do so.\par
-\b\fs20 11.\tab\fs19 DISCLAIMER OF WARRANTY. THE SOFTWARE IS LICENSED \ldblquote AS-IS.\rdblquote YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. YOU MAY HAVE ADDITIONAL CONSUMER RIGHTS OR STATUTORY GUARANTEES UNDER YOUR LOCAL LAWS WHICH THIS AGREEMENT CANNOT CHANGE. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\par
-
-\pard\nowidctlpar\li357\sb120\sa120 FOR AUSTRALIA \endash YOU HAVE STATUTORY GUARANTEES UNDER THE AUSTRALIAN CONSUMER LAW AND NOTHING IN THESE TERMS IS INTENDED TO AFFECT THOSE RIGHTS.\par
-
-\pard\nowidctlpar\s1\fi-357\li357\sb120\sa120\fs20 12.\tab\fs19 LIMITATION ON AND EXCLUSION OF REMEDIES AND DAMAGES. YOU CAN RECOVER FROM MICROSOFT AND ITS SUPPLIERS ONLY DIRECT DAMAGES UP TO U.S. $5.00. YOU CANNOT RECOVER ANY OTHER DAMAGES, INCLUDING CONSEQUENTIAL, LOST PROFITS, SPECIAL, INDIRECT OR INCIDENTAL DAMAGES.\par
-
-\pard\nowidctlpar\li357\sb120\sa120\b0 This limitation applies to\par
-
-\pard{\pntext\f4\'B7\tab}{\*\pn\pnlvlblt\pnf4\pnindent363{\pntxtb\'B7}}\nowidctlpar\fi-363\li720\sb120\sa120 anything related to the software, services, content (including code) on third party Internet sites, or third party programs; and\par
-{\pntext\f4\'B7\tab}claims for breach of contract, breach of warranty, guarantee or condition, strict liability, negligence, or other tort to the extent permitted by applicable law.\par
-
-\pard\nowidctlpar\sb120\sa120 It also applies even if Microsoft knew or should have known about the possibility of the damages. The above limitation or exclusion may not apply to you because your country may not allow the exclusion or limitation of incidental, consequential or other damages.\par
-\lang9 Please note: As this software is distributed in Quebec, Canada, some of the clauses in this agreement are provided below in French.\par
-Remarque : Ce logiciel \'e9tant distribu\'e9 au Qu\'e9bec, Canada, certaines des clauses dans ce contrat sont fournies ci-dessous en fran\'e7ais.\par
-
-\pard\nowidctlpar\s1\sb120\sa120\b\lang1033 EXON\'c9RATION DE GARANTIE. \b0 Le logiciel vis\'e9 par une licence est offert \'ab tel quel \'bb. Toute utilisation de ce logiciel est \'e0 votre seule risque et p\'e9ril. Microsoft n\rquote accorde aucune autre garantie expresse. Vous pouvez b\'e9n\'e9ficier de droits additionnels en vertu du droit local sur la protection des consommateurs, que ce contrat ne peut modifier. La ou elles sont permises par le droit locale, les garanties implicites de qualit\'e9 marchande, d\rquote ad\'e9quation \'e0 un usage particulier et d\rquote absence de contrefa\'e7on sont exclues.\par
-\b LIMITATION DES DOMMAGES-INT\'c9R\'caTS ET EXCLUSION DE RESPONSABILIT\'c9 POUR LES DOMMAGES. \b0 Vous pouvez obtenir de Microsoft et de ses fournisseurs une indemnisation en cas de dommages directs uniquement \'e0 hauteur de 5,00 $ US. Vous ne pouvez pr\'e9tendre \'e0 aucune indemnisation pour les autres dommages, y compris les dommages sp\'e9ciaux, indirects ou accessoires et pertes de b\'e9n\'e9fices.\par
-
-\pard\nowidctlpar\sb120\sa120\lang9 Cette limitation concerne :\par
-
-\pard{\pntext\f4\'B7\tab}{\*\pn\pnlvlblt\pnf4\pnindent360{\pntxtb\'B7}}\nowidctlpar\li720\sb120\sa120 tout ce qui est reli\'e9 au logiciel, aux services ou au contenu (y compris le code) figurant sur des sites Internet tiers ou dans des programmes tiers ; et\par
-{\pntext\f4\'B7\tab}les r\'e9clamations au titre de violation de contrat ou de garantie, ou au titre de responsabilit\'e9 stricte, de n\'e9gligence ou d\rquote une autre faute dans la limite autoris\'e9e par la loi en vigueur.\par
-
-\pard\nowidctlpar\sb120\sa120 Elle s\rquote applique \'e9galement, m\'eame si Microsoft connaissait ou devrait conna\'eetre l\rquote\'e9ventualit\'e9 d\rquote un tel dommage. Si votre pays n\rquote autorise pas l\rquote exclusion ou la limitation de responsabilit\'e9 pour les dommages indirects, accessoires ou de quelque nature que ce soit, il se peut que la limitation ou l\rquote exclusion ci-dessus ne s\rquote appliquera pas \'e0 votre \'e9gard.\par
-
-\pard\nowidctlpar\s1\sb120\sa120\b\lang1033 EFFET JURIDIQUE. \b0 Le pr\'e9sent contrat d\'e9crit certains droits juridiques. Vous pourriez avoir d\rquote autres droits pr\'e9vus par les lois de votre pays. Le pr\'e9sent contrat ne modifie pas les droits que vous conf\'e8rent les lois de votre pays si celles-ci ne le permettent pas.\par
-
-\pard\nowidctlpar\sb120\sa120\b\fs20\lang1036\par
-
-\pard\sa200\sl276\slmult1\b0\f3\fs22\lang9\par
-}
-
\ No newline at end of file
diff --git a/packages/Microsoft.Bcl.Build.1.0.14/Microsoft.Bcl.Build.1.0.14.nupkg b/packages/Microsoft.Bcl.Build.1.0.14/Microsoft.Bcl.Build.1.0.14.nupkg
deleted file mode 100644
index e99599c..0000000
Binary files a/packages/Microsoft.Bcl.Build.1.0.14/Microsoft.Bcl.Build.1.0.14.nupkg and /dev/null differ
diff --git a/packages/Microsoft.Bcl.Build.1.0.14/content/net40/_._ b/packages/Microsoft.Bcl.Build.1.0.14/content/net40/_._
deleted file mode 100644
index e69de29..0000000
diff --git a/packages/Microsoft.Bcl.Build.1.0.14/content/netcore45/_._ b/packages/Microsoft.Bcl.Build.1.0.14/content/netcore45/_._
deleted file mode 100644
index e69de29..0000000
diff --git a/packages/Microsoft.Bcl.Build.1.0.14/content/portable-net40+win8+sl4+wp71+wpa81/_._ b/packages/Microsoft.Bcl.Build.1.0.14/content/portable-net40+win8+sl4+wp71+wpa81/_._
deleted file mode 100644
index e69de29..0000000
diff --git a/packages/Microsoft.Bcl.Build.1.0.14/content/sl4-windowsphone71/_._ b/packages/Microsoft.Bcl.Build.1.0.14/content/sl4-windowsphone71/_._
deleted file mode 100644
index e69de29..0000000
diff --git a/packages/Microsoft.Bcl.Build.1.0.14/content/sl4/_._ b/packages/Microsoft.Bcl.Build.1.0.14/content/sl4/_._
deleted file mode 100644
index e69de29..0000000
diff --git a/packages/Microsoft.Bcl.Build.1.0.14/tools/Install.ps1 b/packages/Microsoft.Bcl.Build.1.0.14/tools/Install.ps1
deleted file mode 100644
index 0bcac3e..0000000
--- a/packages/Microsoft.Bcl.Build.1.0.14/tools/Install.ps1
+++ /dev/null
@@ -1,38 +0,0 @@
-param($installPath, $toolsPath, $package, $project)
- # This is the MSBuild targets file to add
- $targetsFile = [System.IO.Path]::Combine($toolsPath, $package.Id + '.targets')
-
- # Need to load MSBuild assembly if it's not loaded yet.
- Add-Type -AssemblyName 'Microsoft.Build, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
-
- # Grab the loaded MSBuild project for the project
- # Normalize project path before calling GetLoadedProjects as it performs a string based match
- $msbuild = [Microsoft.Build.Evaluation.ProjectCollection]::GlobalProjectCollection.GetLoadedProjects([System.IO.Path]::GetFullPath($project.FullName)) | Select-Object -First 1
-
- # Make the path to the targets file relative.
- $projectUri = new-object Uri($project.FullName, [System.UriKind]::Absolute)
- $targetUri = new-object Uri($targetsFile, [System.UriKind]::Absolute)
- $relativePath = [System.Uri]::UnescapeDataString($projectUri.MakeRelativeUri($targetUri).ToString()).Replace([System.IO.Path]::AltDirectorySeparatorChar, [System.IO.Path]::DirectorySeparatorChar)
-
- # Add the import with a condition, to allow the project to load without the targets present.
- $import = $msbuild.Xml.AddImport($relativePath)
- $import.Condition = "Exists('$relativePath')"
-
- # Add a target to fail the build when our targets are not imported
- $target = $msbuild.Xml.AddTarget("EnsureBclBuildImported")
- $target.BeforeTargets = "BeforeBuild"
- $target.Condition = "'`$(BclBuildImported)' == ''"
-
- # if the targets don't exist at the time the target runs, package restore didn't run
- $errorTask = $target.AddTask("Error")
- $errorTask.Condition = "!Exists('$relativePath')"
- $errorTask.SetParameter("Text", "This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=317567.");
- $errorTask.SetParameter("HelpKeyword", "BCLBUILD2001");
-
- # if the targets exist at the time the target runs, package restore ran but the build didn't import the targets.
- $errorTask = $target.AddTask("Error")
- $errorTask.Condition = "Exists('$relativePath')"
- $errorTask.SetParameter("Text", "The build restored NuGet packages. Build the project again to include these packages in the build. For more information, see http://go.microsoft.com/fwlink/?LinkID=317568.");
- $errorTask.SetParameter("HelpKeyword", "BCLBUILD2002");
-
- $project.Save()
\ No newline at end of file
diff --git a/packages/Microsoft.Bcl.Build.1.0.14/tools/Microsoft.Bcl.Build.Tasks.dll b/packages/Microsoft.Bcl.Build.1.0.14/tools/Microsoft.Bcl.Build.Tasks.dll
deleted file mode 100644
index 054e776..0000000
Binary files a/packages/Microsoft.Bcl.Build.1.0.14/tools/Microsoft.Bcl.Build.Tasks.dll and /dev/null differ
diff --git a/packages/Microsoft.Bcl.Build.1.0.14/tools/Microsoft.Bcl.Build.targets b/packages/Microsoft.Bcl.Build.1.0.14/tools/Microsoft.Bcl.Build.targets
deleted file mode 100644
index a14b3ea..0000000
--- a/packages/Microsoft.Bcl.Build.1.0.14/tools/Microsoft.Bcl.Build.targets
+++ /dev/null
@@ -1,232 +0,0 @@
-
-
-
- true
-
-
-
-
- false
-
-
- $(ProjectConfigFileName)
-
-
-
-
-
- <_FullFrameworkReferenceAssemblyPaths>$(TargetFrameworkDirectory)
-
-
-
-
-
- <__IntermediateAppConfig>$(IntermediateOutputPath)$(MSBuildProjectFile).App.config
-
- true
-
-
-
-
-
-
-
-
- <_EnsureBindingRedirectReference Include="@(Reference)"
- Condition="'%(Reference.HintPath)' != '' and Exists('$([System.IO.Path]::GetDirectoryName("%(Reference.HintPath)"))\\ensureRedirect.xml')" />
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- $(__IntermediateAppConfig)
-
-
-
-
- $(TargetFileName).config
-
-
-
-
-
-
-
-
-
-
- <_BclBuildProjectReferenceProperties>BclBuildReferencingProject=$(MSBuildProjectFullPath);BclBuildReferencingProjectConfig=$(MSBuildProjectDirectory)\packages.config
- <_BclBuildProjectReferenceProperties Condition="'$(SkipValidatePackageReferences)' != ''">$(_BclBuildProjectReferenceProperties);SkipValidatePackageReferences=$(SkipValidatePackageReferences)
-
-
-
-
- $(_BclBuildProjectReferenceProperties);%(ProjectReference.AdditionalProperties)
-
-
-
-
-
-
-
- true
-
-
-
-
-
-
-
-
-
- false
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/packages/Microsoft.Bcl.Build.1.0.14/tools/Uninstall.ps1 b/packages/Microsoft.Bcl.Build.1.0.14/tools/Uninstall.ps1
deleted file mode 100644
index 255a059..0000000
--- a/packages/Microsoft.Bcl.Build.1.0.14/tools/Uninstall.ps1
+++ /dev/null
@@ -1,26 +0,0 @@
-param($installPath, $toolsPath, $package, $project)
-
- # Need to load MSBuild assembly if it's not loaded yet.
- Add-Type -AssemblyName 'Microsoft.Build, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
-
- # Grab the loaded MSBuild project for the project
- # Normalize project path before calling GetLoadedProjects as it performs a string based match
- $msbuild = [Microsoft.Build.Evaluation.ProjectCollection]::GlobalProjectCollection.GetLoadedProjects([System.IO.Path]::GetFullPath($project.FullName)) | Select-Object -First 1
-
- # Find all the imports and targets added by this package.
- $itemsToRemove = @()
-
- # Allow many in case a past package was incorrectly uninstalled
- $itemsToRemove += $msbuild.Xml.Imports | Where-Object { $_.Project.EndsWith($package.Id + '.targets') }
- $itemsToRemove += $msbuild.Xml.Targets | Where-Object { $_.Name -eq "EnsureBclBuildImported" }
-
- # Remove the elements and save the project
- if ($itemsToRemove -and $itemsToRemove.length)
- {
- foreach ($itemToRemove in $itemsToRemove)
- {
- $msbuild.Xml.RemoveChild($itemToRemove) | out-null
- }
-
- $project.Save()
- }
\ No newline at end of file
diff --git a/packages/Microsoft.Net.Http.2.1.10/License.rtf b/packages/Microsoft.Net.Http.2.1.10/License.rtf
deleted file mode 100644
index 9edf94b..0000000
--- a/packages/Microsoft.Net.Http.2.1.10/License.rtf
+++ /dev/null
@@ -1,527 +0,0 @@
-{\rtf1\adeflang1025\ansi\ansicpg1252\uc1\adeff40\deff0\stshfdbch0\stshfloch31506\stshfhich31506\stshfbi31506\deflang1033\deflangfe1033\themelang1033\themelangfe0\themelangcs1025{\fonttbl{\f0\fbidi \froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;}{\f2\fbidi \fmodern\fcharset0\fprq1{\*\panose 02070309020205020404}Courier New;}
-{\f3\fbidi \froman\fcharset2\fprq2{\*\panose 05050102010706020507}Symbol;}{\f10\fbidi \fnil\fcharset2\fprq2{\*\panose 05000000000000000000}Wingdings;}
-{\f11\fbidi \fmodern\fcharset128\fprq1{\*\panose 02020609040205080304}MS Mincho{\*\falt ?l?r ??\'81\'66c};}{\f13\fbidi \fnil\fcharset134\fprq2{\*\panose 02010600030101010101}SimSun{\*\falt ??\'a1\'a7??};}
-{\f34\fbidi \froman\fcharset0\fprq2{\*\panose 02040503050406030204}Cambria Math;}{\f39\fbidi \fswiss\fcharset0\fprq2{\*\panose 00000000000000000000}Trebuchet MS{\*\falt Arial};}
-{\f40\fbidi \fswiss\fcharset0\fprq2{\*\panose 00000000000000000000}Tahoma{\*\falt ?? ??};}{\f41\fbidi \fnil\fcharset134\fprq2{\*\panose 02010600030101010101}@SimSun;}{\f42\fbidi \fmodern\fcharset128\fprq1{\*\panose 02020609040205080304}@MS Mincho;}
-{\flomajor\f31500\fbidi \froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;}{\fdbmajor\f31501\fbidi \froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;}
-{\fhimajor\f31502\fbidi \froman\fcharset0\fprq2{\*\panose 02040503050406030204}Cambria;}{\fbimajor\f31503\fbidi \froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;}
-{\flominor\f31504\fbidi \froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;}{\fdbminor\f31505\fbidi \froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;}
-{\fhiminor\f31506\fbidi \fswiss\fcharset0\fprq2{\*\panose 020f0502020204030204}Calibri;}{\fbiminor\f31507\fbidi \fswiss\fcharset0\fprq2{\*\panose 020b0604020202020204}Arial;}{\f44\fbidi \froman\fcharset238\fprq2 Times New Roman CE;}
-{\f45\fbidi \froman\fcharset204\fprq2 Times New Roman Cyr;}{\f47\fbidi \froman\fcharset161\fprq2 Times New Roman Greek;}{\f48\fbidi \froman\fcharset162\fprq2 Times New Roman Tur;}{\f49\fbidi \froman\fcharset177\fprq2 Times New Roman (Hebrew);}
-{\f50\fbidi \froman\fcharset178\fprq2 Times New Roman (Arabic);}{\f51\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;}{\f52\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);}{\f64\fbidi \fmodern\fcharset238\fprq1 Courier New CE;}
-{\f65\fbidi \fmodern\fcharset204\fprq1 Courier New Cyr;}{\f67\fbidi \fmodern\fcharset161\fprq1 Courier New Greek;}{\f68\fbidi \fmodern\fcharset162\fprq1 Courier New Tur;}{\f69\fbidi \fmodern\fcharset177\fprq1 Courier New (Hebrew);}
-{\f70\fbidi \fmodern\fcharset178\fprq1 Courier New (Arabic);}{\f71\fbidi \fmodern\fcharset186\fprq1 Courier New Baltic;}{\f72\fbidi \fmodern\fcharset163\fprq1 Courier New (Vietnamese);}
-{\f156\fbidi \fmodern\fcharset0\fprq1 MS Mincho Western{\*\falt ?l?r ??\'81\'66c};}{\f154\fbidi \fmodern\fcharset238\fprq1 MS Mincho CE{\*\falt ?l?r ??\'81\'66c};}{\f155\fbidi \fmodern\fcharset204\fprq1 MS Mincho Cyr{\*\falt ?l?r ??\'81\'66c};}
-{\f157\fbidi \fmodern\fcharset161\fprq1 MS Mincho Greek{\*\falt ?l?r ??\'81\'66c};}{\f158\fbidi \fmodern\fcharset162\fprq1 MS Mincho Tur{\*\falt ?l?r ??\'81\'66c};}{\f161\fbidi \fmodern\fcharset186\fprq1 MS Mincho Baltic{\*\falt ?l?r ??\'81\'66c};}
-{\f176\fbidi \fnil\fcharset0\fprq2 SimSun Western{\*\falt ??\'a1\'a7??};}{\f384\fbidi \froman\fcharset238\fprq2 Cambria Math CE;}{\f385\fbidi \froman\fcharset204\fprq2 Cambria Math Cyr;}{\f387\fbidi \froman\fcharset161\fprq2 Cambria Math Greek;}
-{\f388\fbidi \froman\fcharset162\fprq2 Cambria Math Tur;}{\f391\fbidi \froman\fcharset186\fprq2 Cambria Math Baltic;}{\f392\fbidi \froman\fcharset163\fprq2 Cambria Math (Vietnamese);}{\f434\fbidi \fswiss\fcharset238\fprq2 Trebuchet MS CE{\*\falt Arial};}
-{\f435\fbidi \fswiss\fcharset204\fprq2 Trebuchet MS Cyr{\*\falt Arial};}{\f437\fbidi \fswiss\fcharset161\fprq2 Trebuchet MS Greek{\*\falt Arial};}{\f438\fbidi \fswiss\fcharset162\fprq2 Trebuchet MS Tur{\*\falt Arial};}
-{\f441\fbidi \fswiss\fcharset186\fprq2 Trebuchet MS Baltic{\*\falt Arial};}{\f444\fbidi \fswiss\fcharset238\fprq2 Tahoma CE{\*\falt ?? ??};}{\f445\fbidi \fswiss\fcharset204\fprq2 Tahoma Cyr{\*\falt ?? ??};}
-{\f447\fbidi \fswiss\fcharset161\fprq2 Tahoma Greek{\*\falt ?? ??};}{\f448\fbidi \fswiss\fcharset162\fprq2 Tahoma Tur{\*\falt ?? ??};}{\f449\fbidi \fswiss\fcharset177\fprq2 Tahoma (Hebrew){\*\falt ?? ??};}
-{\f450\fbidi \fswiss\fcharset178\fprq2 Tahoma (Arabic){\*\falt ?? ??};}{\f451\fbidi \fswiss\fcharset186\fprq2 Tahoma Baltic{\*\falt ?? ??};}{\f452\fbidi \fswiss\fcharset163\fprq2 Tahoma (Vietnamese){\*\falt ?? ??};}
-{\f453\fbidi \fswiss\fcharset222\fprq2 Tahoma (Thai){\*\falt ?? ??};}{\f456\fbidi \fnil\fcharset0\fprq2 @SimSun Western;}{\f466\fbidi \fmodern\fcharset0\fprq1 @MS Mincho Western;}{\f464\fbidi \fmodern\fcharset238\fprq1 @MS Mincho CE;}
-{\f465\fbidi \fmodern\fcharset204\fprq1 @MS Mincho Cyr;}{\f467\fbidi \fmodern\fcharset161\fprq1 @MS Mincho Greek;}{\f468\fbidi \fmodern\fcharset162\fprq1 @MS Mincho Tur;}{\f471\fbidi \fmodern\fcharset186\fprq1 @MS Mincho Baltic;}
-{\flomajor\f31508\fbidi \froman\fcharset238\fprq2 Times New Roman CE;}{\flomajor\f31509\fbidi \froman\fcharset204\fprq2 Times New Roman Cyr;}{\flomajor\f31511\fbidi \froman\fcharset161\fprq2 Times New Roman Greek;}
-{\flomajor\f31512\fbidi \froman\fcharset162\fprq2 Times New Roman Tur;}{\flomajor\f31513\fbidi \froman\fcharset177\fprq2 Times New Roman (Hebrew);}{\flomajor\f31514\fbidi \froman\fcharset178\fprq2 Times New Roman (Arabic);}
-{\flomajor\f31515\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;}{\flomajor\f31516\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);}{\fdbmajor\f31518\fbidi \froman\fcharset238\fprq2 Times New Roman CE;}
-{\fdbmajor\f31519\fbidi \froman\fcharset204\fprq2 Times New Roman Cyr;}{\fdbmajor\f31521\fbidi \froman\fcharset161\fprq2 Times New Roman Greek;}{\fdbmajor\f31522\fbidi \froman\fcharset162\fprq2 Times New Roman Tur;}
-{\fdbmajor\f31523\fbidi \froman\fcharset177\fprq2 Times New Roman (Hebrew);}{\fdbmajor\f31524\fbidi \froman\fcharset178\fprq2 Times New Roman (Arabic);}{\fdbmajor\f31525\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;}
-{\fdbmajor\f31526\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);}{\fhimajor\f31528\fbidi \froman\fcharset238\fprq2 Cambria CE;}{\fhimajor\f31529\fbidi \froman\fcharset204\fprq2 Cambria Cyr;}
-{\fhimajor\f31531\fbidi \froman\fcharset161\fprq2 Cambria Greek;}{\fhimajor\f31532\fbidi \froman\fcharset162\fprq2 Cambria Tur;}{\fhimajor\f31535\fbidi \froman\fcharset186\fprq2 Cambria Baltic;}
-{\fhimajor\f31536\fbidi \froman\fcharset163\fprq2 Cambria (Vietnamese);}{\fbimajor\f31538\fbidi \froman\fcharset238\fprq2 Times New Roman CE;}{\fbimajor\f31539\fbidi \froman\fcharset204\fprq2 Times New Roman Cyr;}
-{\fbimajor\f31541\fbidi \froman\fcharset161\fprq2 Times New Roman Greek;}{\fbimajor\f31542\fbidi \froman\fcharset162\fprq2 Times New Roman Tur;}{\fbimajor\f31543\fbidi \froman\fcharset177\fprq2 Times New Roman (Hebrew);}
-{\fbimajor\f31544\fbidi \froman\fcharset178\fprq2 Times New Roman (Arabic);}{\fbimajor\f31545\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;}{\fbimajor\f31546\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);}
-{\flominor\f31548\fbidi \froman\fcharset238\fprq2 Times New Roman CE;}{\flominor\f31549\fbidi \froman\fcharset204\fprq2 Times New Roman Cyr;}{\flominor\f31551\fbidi \froman\fcharset161\fprq2 Times New Roman Greek;}
-{\flominor\f31552\fbidi \froman\fcharset162\fprq2 Times New Roman Tur;}{\flominor\f31553\fbidi \froman\fcharset177\fprq2 Times New Roman (Hebrew);}{\flominor\f31554\fbidi \froman\fcharset178\fprq2 Times New Roman (Arabic);}
-{\flominor\f31555\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;}{\flominor\f31556\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);}{\fdbminor\f31558\fbidi \froman\fcharset238\fprq2 Times New Roman CE;}
-{\fdbminor\f31559\fbidi \froman\fcharset204\fprq2 Times New Roman Cyr;}{\fdbminor\f31561\fbidi \froman\fcharset161\fprq2 Times New Roman Greek;}{\fdbminor\f31562\fbidi \froman\fcharset162\fprq2 Times New Roman Tur;}
-{\fdbminor\f31563\fbidi \froman\fcharset177\fprq2 Times New Roman (Hebrew);}{\fdbminor\f31564\fbidi \froman\fcharset178\fprq2 Times New Roman (Arabic);}{\fdbminor\f31565\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;}
-{\fdbminor\f31566\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);}{\fhiminor\f31568\fbidi \fswiss\fcharset238\fprq2 Calibri CE;}{\fhiminor\f31569\fbidi \fswiss\fcharset204\fprq2 Calibri Cyr;}
-{\fhiminor\f31571\fbidi \fswiss\fcharset161\fprq2 Calibri Greek;}{\fhiminor\f31572\fbidi \fswiss\fcharset162\fprq2 Calibri Tur;}{\fhiminor\f31575\fbidi \fswiss\fcharset186\fprq2 Calibri Baltic;}
-{\fhiminor\f31576\fbidi \fswiss\fcharset163\fprq2 Calibri (Vietnamese);}{\fbiminor\f31578\fbidi \fswiss\fcharset238\fprq2 Arial CE;}{\fbiminor\f31579\fbidi \fswiss\fcharset204\fprq2 Arial Cyr;}
-{\fbiminor\f31581\fbidi \fswiss\fcharset161\fprq2 Arial Greek;}{\fbiminor\f31582\fbidi \fswiss\fcharset162\fprq2 Arial Tur;}{\fbiminor\f31583\fbidi \fswiss\fcharset177\fprq2 Arial (Hebrew);}
-{\fbiminor\f31584\fbidi \fswiss\fcharset178\fprq2 Arial (Arabic);}{\fbiminor\f31585\fbidi \fswiss\fcharset186\fprq2 Arial Baltic;}{\fbiminor\f31586\fbidi \fswiss\fcharset163\fprq2 Arial (Vietnamese);}}{\colortbl;\red0\green0\blue0;\red0\green0\blue255;
-\red0\green255\blue255;\red0\green255\blue0;\red255\green0\blue255;\red255\green0\blue0;\red255\green255\blue0;\red255\green255\blue255;\red0\green0\blue128;\red0\green128\blue128;\red0\green128\blue0;\red128\green0\blue128;\red128\green0\blue0;
-\red128\green128\blue0;\red128\green128\blue128;\red192\green192\blue192;\ctextone\ctint255\cshade255\red0\green0\blue0;}{\*\defchp \f31506\fs22 }{\*\defpap \ql \li0\ri0\sa200\sl276\slmult1
-\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 }\noqfpromote {\stylesheet{\ql \li0\ri0\sb120\sa120\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \af40\afs19\alang1025 \ltrch\fcs0
-\fs19\lang1033\langfe1033\loch\f40\hich\af40\dbch\af11\cgrid\langnp1033\langfenp1033 \snext0 \sautoupd \sqformat \spriority0 \styrsid15686224 Normal;}{\s1\ql \fi-357\li357\ri0\sb120\sa120\widctlpar
-\jclisttab\tx360\wrapdefault\aspalpha\aspnum\faauto\ls5\outlinelevel0\adjustright\rin0\lin357\itap0 \rtlch\fcs1 \ab\af40\afs19\alang1025 \ltrch\fcs0 \b\fs19\lang1033\langfe1033\loch\f40\hich\af40\dbch\af11\cgrid\langnp1033\langfenp1033
-\sbasedon0 \snext1 \slink15 \sqformat \styrsid15686224 heading 1;}{\s2\ql \fi-363\li720\ri0\sb120\sa120\widctlpar\jclisttab\tx720\wrapdefault\aspalpha\aspnum\faauto\ls5\ilvl1\outlinelevel1\adjustright\rin0\lin720\itap0 \rtlch\fcs1
-\ab\af40\afs19\alang1025 \ltrch\fcs0 \b\fs19\lang1033\langfe1033\loch\f40\hich\af40\dbch\af11\cgrid\langnp1033\langfenp1033 \sbasedon0 \snext2 \slink16 \sqformat \styrsid15686224 heading 2;}{\s3\ql \fi-357\li1077\ri0\sb120\sa120\widctlpar
-\tx1077\jclisttab\tx1440\wrapdefault\aspalpha\aspnum\faauto\ls5\ilvl2\outlinelevel2\adjustright\rin0\lin1077\itap0 \rtlch\fcs1 \af40\afs19\alang1025 \ltrch\fcs0 \fs19\lang1033\langfe1033\loch\f40\hich\af40\dbch\af11\cgrid\langnp1033\langfenp1033
-\sbasedon0 \snext3 \slink17 \sqformat \styrsid15686224 heading 3;}{\s4\ql \fi-358\li1435\ri0\sb120\sa120\widctlpar\jclisttab\tx1437\wrapdefault\aspalpha\aspnum\faauto\ls5\ilvl3\outlinelevel3\adjustright\rin0\lin1435\itap0 \rtlch\fcs1
-\af40\afs19\alang1025 \ltrch\fcs0 \fs19\lang1033\langfe1033\loch\f40\hich\af40\dbch\af11\cgrid\langnp1033\langfenp1033 \sbasedon0 \snext4 \slink18 \sqformat \styrsid15686224 heading 4;}{\s5\ql \fi-357\li1792\ri0\sb120\sa120\widctlpar
-\tx1792\jclisttab\tx2155\wrapdefault\aspalpha\aspnum\faauto\ls5\ilvl4\outlinelevel4\adjustright\rin0\lin1792\itap0 \rtlch\fcs1 \af40\afs19\alang1025 \ltrch\fcs0 \fs19\lang1033\langfe1033\loch\f40\hich\af40\dbch\af11\cgrid\langnp1033\langfenp1033
-\sbasedon0 \snext5 \slink19 \sqformat \styrsid15686224 heading 5;}{\s6\ql \fi-357\li2149\ri0\sb120\sa120\widctlpar\jclisttab\tx2152\wrapdefault\aspalpha\aspnum\faauto\ls5\ilvl5\outlinelevel5\adjustright\rin0\lin2149\itap0 \rtlch\fcs1
-\af40\afs19\alang1025 \ltrch\fcs0 \fs19\lang1033\langfe1033\loch\f40\hich\af40\dbch\af11\cgrid\langnp1033\langfenp1033 \sbasedon0 \snext6 \slink20 \sqformat \styrsid15686224 heading 6;}{\s7\ql \fi-357\li2506\ri0\sb120\sa120\widctlpar
-\jclisttab\tx2509\wrapdefault\aspalpha\aspnum\faauto\ls5\ilvl6\outlinelevel6\adjustright\rin0\lin2506\itap0 \rtlch\fcs1 \af40\afs19\alang1025 \ltrch\fcs0 \fs19\lang1033\langfe1033\loch\f40\hich\af40\dbch\af11\cgrid\langnp1033\langfenp1033
-\sbasedon0 \snext7 \slink21 \sqformat \styrsid15686224 heading 7;}{\s8\ql \fi-357\li2863\ri0\sb120\sa120\widctlpar\jclisttab\tx2866\wrapdefault\aspalpha\aspnum\faauto\ls5\ilvl7\outlinelevel7\adjustright\rin0\lin2863\itap0 \rtlch\fcs1
-\af40\afs19\alang1025 \ltrch\fcs0 \fs19\lang1033\langfe1033\loch\f40\hich\af40\dbch\af11\cgrid\langnp1033\langfenp1033 \sbasedon0 \snext8 \slink22 \sqformat \styrsid15686224 heading 8;}{\s9\ql \fi-358\li3221\ri0\sb120\sa120\widctlpar
-\jclisttab\tx3223\wrapdefault\aspalpha\aspnum\faauto\ls5\ilvl8\outlinelevel8\adjustright\rin0\lin3221\itap0 \rtlch\fcs1 \af40\afs19\alang1025 \ltrch\fcs0 \fs19\lang1033\langfe1033\loch\f40\hich\af40\dbch\af11\cgrid\langnp1033\langfenp1033
-\sbasedon0 \snext9 \slink23 \sqformat \styrsid15686224 heading 9;}{\*\cs10 \additive \ssemihidden \sunhideused \spriority1 Default Paragraph Font;}{\*
-\ts11\tsrowd\trftsWidthB3\trpaddl108\trpaddr108\trpaddfl3\trpaddft3\trpaddfb3\trpaddfr3\trcbpat1\trcfpat1\tblind0\tblindtype3\tsvertalt\tsbrdrt\tsbrdrl\tsbrdrb\tsbrdrr\tsbrdrdgl\tsbrdrdgr\tsbrdrh\tsbrdrv \ql \li0\ri0\sa200\sl276\slmult1
-\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \af31506\afs22\alang1025 \ltrch\fcs0 \f31506\fs22\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 \snext11 \ssemihidden \sunhideused Normal Table;}{\*\cs15 \additive
-\rtlch\fcs1 \ab\af40\afs19 \ltrch\fcs0 \b\fs19\loch\f40\hich\af40\dbch\af11 \sbasedon10 \slink1 \slocked \styrsid15686224 Heading 1 Char;}{\*\cs16 \additive \rtlch\fcs1 \ab\af40\afs19 \ltrch\fcs0 \b\fs19\loch\f40\hich\af40\dbch\af11
-\sbasedon10 \slink2 \slocked \styrsid15686224 Heading 2 Char;}{\*\cs17 \additive \rtlch\fcs1 \af40\afs19 \ltrch\fcs0 \fs19\loch\f40\hich\af40\dbch\af11 \sbasedon10 \slink3 \slocked \styrsid15686224 Heading 3 Char;}{\*\cs18 \additive \rtlch\fcs1
-\af40\afs19 \ltrch\fcs0 \fs19\loch\f40\hich\af40\dbch\af11 \sbasedon10 \slink4 \slocked \styrsid15686224 Heading 4 Char;}{\*\cs19 \additive \rtlch\fcs1 \af40\afs19 \ltrch\fcs0 \fs19\loch\f40\hich\af40\dbch\af11
-\sbasedon10 \slink5 \slocked \styrsid15686224 Heading 5 Char;}{\*\cs20 \additive \rtlch\fcs1 \af40\afs19 \ltrch\fcs0 \fs19\loch\f40\hich\af40\dbch\af11 \sbasedon10 \slink6 \slocked \styrsid15686224 Heading 6 Char;}{\*\cs21 \additive \rtlch\fcs1
-\af40\afs19 \ltrch\fcs0 \fs19\loch\f40\hich\af40\dbch\af11 \sbasedon10 \slink7 \slocked \styrsid15686224 Heading 7 Char;}{\*\cs22 \additive \rtlch\fcs1 \af40\afs19 \ltrch\fcs0 \fs19\loch\f40\hich\af40\dbch\af11
-\sbasedon10 \slink8 \slocked \styrsid15686224 Heading 8 Char;}{\*\cs23 \additive \rtlch\fcs1 \af40\afs19 \ltrch\fcs0 \fs19\loch\f40\hich\af40\dbch\af11 \sbasedon10 \slink9 \slocked \styrsid15686224 Heading 9 Char;}{
-\s24\ql \li357\ri0\sb120\sa120\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin357\itap0 \rtlch\fcs1 \af40\afs19\alang1025 \ltrch\fcs0 \fs19\lang1033\langfe1033\loch\f40\hich\af40\dbch\af11\cgrid\langnp1033\langfenp1033
-\sbasedon0 \snext24 \styrsid15686224 Body 1;}{\s25\ql \fi-363\li720\ri0\sb120\sa120\widctlpar\jclisttab\tx720\wrapdefault\aspalpha\aspnum\faauto\ls1\adjustright\rin0\lin720\itap0 \rtlch\fcs1 \af40\afs19\alang1025 \ltrch\fcs0
-\fs19\lang1033\langfe1033\loch\f40\hich\af40\dbch\af11\cgrid\langnp1033\langfenp1033 \sbasedon0 \snext25 \styrsid15686224 Bullet 2;}{\s26\ql \fi-358\li1435\ri0\sb120\sa120\widctlpar
-\jclisttab\tx1437\wrapdefault\aspalpha\aspnum\faauto\ls2\adjustright\rin0\lin1435\itap0 \rtlch\fcs1 \af40\afs19\alang1025 \ltrch\fcs0 \fs19\lang1033\langfe1033\loch\f40\hich\af40\dbch\af11\cgrid\langnp1033\langfenp1033
-\sbasedon0 \snext26 \styrsid15686224 Bullet 4;}{\s27\ql \fi-357\li1792\ri0\sb120\sa120\widctlpar\jclisttab\tx1795\wrapdefault\aspalpha\aspnum\faauto\ls3\adjustright\rin0\lin1792\itap0 \rtlch\fcs1 \af40\afs19\alang1025 \ltrch\fcs0
-\fs19\lang1033\langfe1033\loch\f40\hich\af40\dbch\af11\cgrid\langnp1033\langfenp1033 \sbasedon0 \snext27 \styrsid15686224 Bullet 5;}{\s28\ql \li0\ri0\sb120\sa120\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1
-\ab\af40\afs28\alang1025 \ltrch\fcs0 \b\fs28\lang1033\langfe1033\loch\f40\hich\af40\dbch\af11\cgrid\langnp1033\langfenp1033 \sbasedon0 \snext0 \styrsid15686224 Heading EULA;}{\s29\ql \li0\ri0\sb120\sa120\widctlpar\brdrb\brdrs\brdrw10\brsp20
-\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \ab\af40\afs28\alang1025 \ltrch\fcs0 \b\fs28\lang1033\langfe1033\loch\f40\hich\af40\dbch\af11\cgrid\langnp1033\langfenp1033 \sbasedon0 \snext0 \styrsid15686224
-Heading Software Title;}{\s30\ql \li0\ri0\sb120\sa120\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \ab\af40\afs19\alang1025 \ltrch\fcs0
-\b\fs19\lang1033\langfe1033\loch\f40\hich\af40\dbch\af11\cgrid\langnp1033\langfenp1033 \sbasedon0 \snext30 \styrsid15686224 Preamble;}{\s31\ql \fi-357\li1077\ri0\sb120\sa120\widctlpar
-\tx1077\jclisttab\tx1440\wrapdefault\aspalpha\aspnum\faauto\ls4\ilvl2\outlinelevel2\adjustright\rin0\lin1077\itap0 \rtlch\fcs1 \ab\af40\afs19\alang1025 \ltrch\fcs0 \b\fs19\lang1033\langfe1033\loch\f40\hich\af40\dbch\af11\cgrid\langnp1033\langfenp1033
-\sbasedon3 \snext31 \slink38 \styrsid15686224 Heading 3 Bold;}{\s32\ql \fi-358\li1435\ri0\sb120\sa120\widctlpar\jclisttab\tx1437\wrapdefault\aspalpha\aspnum\faauto\ls2\adjustright\rin0\lin1435\itap0 \rtlch\fcs1 \af40\afs19\alang1025 \ltrch\fcs0
-\fs19\ul\lang1033\langfe1033\loch\f40\hich\af40\dbch\af11\cgrid\langnp1033\langfenp1033 \sbasedon26 \snext32 \styrsid15686224 Bullet 4 Underline;}{\*\cs33 \additive \rtlch\fcs1 \af40 \ltrch\fcs0 \f40\lang1033\langfe1033\langnp1033\langfenp1033
-\sbasedon10 \styrsid15686224 Body 2 Char;}{\*\cs34 \additive \rtlch\fcs1 \af40 \ltrch\fcs0 \f40\lang1033\langfe1033\langnp1033\langfenp1033 \sbasedon10 \styrsid15686224 Body 3 Char;}{\s35\ql \li0\ri0\sb120\sa120\widctlpar\brdrt\brdrs\brdrw10\brsp20
-\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \ab\af40\afs19\alang1025 \ltrch\fcs0 \b\fs19\lang1033\langfe1033\loch\f40\hich\af40\dbch\af11\cgrid\langnp1033\langfenp1033 \sbasedon30 \snext35 \styrsid15686224
-Preamble Border Above;}{\*\cs36 \additive \rtlch\fcs1 \af0 \ltrch\fcs0 \ul\cf2 \sbasedon10 \styrsid15686224 Hyperlink,Char Char7;}{\s37\ql \li0\ri0\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1
-\ab\af40\afs19\alang1025 \ltrch\fcs0 \b\fs19\lang1033\langfe1033\loch\f40\hich\af40\dbch\af11\cgrid\langnp1033\langfenp1033 \snext0 \slink39 \styrsid15686224 Body 0 Bold;}{\*\cs38 \additive \rtlch\fcs1 \ab\af40\afs19 \ltrch\fcs0
-\b\fs19\loch\f40\hich\af40\dbch\af11 \sbasedon10 \slink31 \slocked \styrsid15686224 Heading 3 Bold Char;}{\*\cs39 \additive \rtlch\fcs1 \ab\af40\afs19 \ltrch\fcs0 \b\fs19\loch\f40\hich\af40\dbch\af11 \sbasedon10 \slink37 \slocked \styrsid15686224
-Body 0 Bold Char;}{\*\cs40 \additive \rtlch\fcs1 \af40\afs20 \ltrch\fcs0 \f40\fs20 \sbasedon10 \slink41 \slocked \styrsid15686224 Bullet 3 Char1;}{\s41\ql \fi-357\li1077\ri0\sb120\sa120\widctlpar
-\jclisttab\tx1080\wrapdefault\aspalpha\aspnum\faauto\ls7\adjustright\rin0\lin1077\itap0 \rtlch\fcs1 \af40\afs20\alang1025 \ltrch\fcs0 \f40\fs20\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 \sbasedon0 \snext41 \slink40 \styrsid15686224 Bullet 3;}{
-\s42\ql \fi-357\li357\ri0\sb120\sa120\widctlpar\jclisttab\tx1080\wrapdefault\aspalpha\aspnum\faauto\ls9\adjustright\rin0\lin357\itap0 \rtlch\fcs1 \af40\afs20\alang1025 \ltrch\fcs0 \f40\fs20\ul\lang1033\langfe1033\cgrid\langnp1033\langfenp1033
-\sbasedon41 \snext42 \sautoupd \styrsid15686224 Bullet 3 Underline;}{\s43\ql \li0\ri0\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \af40\afs16\alang1025 \ltrch\fcs0
-\fs16\lang1033\langfe1033\loch\f40\hich\af40\dbch\af11\cgrid\langnp1033\langfenp1033 \sbasedon0 \snext43 \slink44 \ssemihidden \sunhideused \styrsid3699522 Balloon Text;}{\*\cs44 \additive \rtlch\fcs1 \af40\afs16 \ltrch\fcs0
-\fs16\loch\f40\hich\af40\dbch\af11 \sbasedon10 \slink43 \slocked \ssemihidden \styrsid3699522 Balloon Text Char;}{\*\cs45 \additive \rtlch\fcs1 \af0\afs16 \ltrch\fcs0 \fs16 \sbasedon10 \ssemihidden \sunhideused \styrsid3699522 annotation reference;}{
-\s46\ql \li0\ri0\sb120\sa120\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \af40\afs20\alang1025 \ltrch\fcs0 \fs20\lang1033\langfe1033\loch\f40\hich\af40\dbch\af11\cgrid\langnp1033\langfenp1033
-\sbasedon0 \snext46 \slink47 \ssemihidden \sunhideused \styrsid3699522 annotation text;}{\*\cs47 \additive \rtlch\fcs1 \af40\afs20 \ltrch\fcs0 \fs20\loch\f40\hich\af40\dbch\af11 \sbasedon10 \slink46 \slocked \ssemihidden \styrsid3699522
-Comment Text Char;}{\s48\ql \li0\ri0\sb120\sa120\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \ab\af40\afs20\alang1025 \ltrch\fcs0
-\b\fs20\lang1033\langfe1033\loch\f40\hich\af40\dbch\af11\cgrid\langnp1033\langfenp1033 \sbasedon46 \snext46 \slink49 \ssemihidden \sunhideused \styrsid3699522 annotation subject;}{\*\cs49 \additive \rtlch\fcs1 \ab\af40\afs20 \ltrch\fcs0
-\b\fs20\loch\f40\hich\af40\dbch\af11 \sbasedon47 \slink48 \slocked \ssemihidden \styrsid3699522 Comment Subject Char;}{\s50\ql \li0\ri0\widctlpar\tqc\tx4680\tqr\tx9360\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1
-\af40\afs19\alang1025 \ltrch\fcs0 \fs19\lang1033\langfe1033\loch\f40\hich\af40\dbch\af11\cgrid\langnp1033\langfenp1033 \sbasedon0 \snext50 \slink51 \sunhideused \styrsid1987830 header;}{\*\cs51 \additive \rtlch\fcs1 \af40\afs19 \ltrch\fcs0
-\fs19\loch\f40\hich\af40\dbch\af11 \sbasedon10 \slink50 \slocked \styrsid1987830 Header Char;}{\s52\ql \li0\ri0\widctlpar\tqc\tx4680\tqr\tx9360\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \af40\afs19\alang1025 \ltrch\fcs0
-\fs19\lang1033\langfe1033\loch\f40\hich\af40\dbch\af11\cgrid\langnp1033\langfenp1033 \sbasedon0 \snext52 \slink53 \sunhideused \styrsid1987830 footer;}{\*\cs53 \additive \rtlch\fcs1 \af40\afs19 \ltrch\fcs0 \fs19\loch\f40\hich\af40\dbch\af11
-\sbasedon10 \slink52 \slocked \styrsid1987830 Footer Char;}}{\*\listtable{\list\listtemplateid1928476992{\listlevel\levelnfc0\levelnfcn0\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'02\'00.;}{\levelnumbers\'01;}
-\rtlch\fcs1 \ab\ai0\af39\afs20 \ltrch\fcs0 \b\i0\f39\fs20\fbias0 \fi-357\li357\jclisttab\tx360\lin357 }{\listlevel\levelnfc4\levelnfcn4\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'02\'01.;}{\levelnumbers\'01;}
-\rtlch\fcs1 \ab\ai0\af39\afs20 \ltrch\fcs0 \b\i0\f39\fs20\fbias0 \fi-363\li720\jclisttab\tx720\lin720 }{\listlevel\levelnfc2\levelnfcn2\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'02\'02.;}{\levelnumbers\'01;}
-\rtlch\fcs1 \ab\ai0\af40\afs20 \ltrch\fcs0 \b\i0\f40\fs20\fbias0 \s31\fi-357\li1077\jclisttab\tx1440\lin1077 }{\listlevel\levelnfc3\levelnfcn3\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'02\'03.;}{\levelnumbers\'01;}
-\rtlch\fcs1 \ab0\ai0\af39\afs20 \ltrch\fcs0 \b0\i0\strike0\f39\fs20\ulnone\fbias0 \fi-358\li1435\jclisttab\tx1437\lin1435 }{\listlevel\levelnfc1\levelnfcn1\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext
-\'02\'04.;}{\levelnumbers\'01;}\rtlch\fcs1 \ab0\ai0\af39\afs20 \ltrch\fcs0 \b0\i0\strike0\f39\fs20\ulnone\fbias0 \fi-357\li1792\jclisttab\tx2155\lin1792 }{\listlevel\levelnfc0\levelnfcn0\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0
-\levelindent0{\leveltext\'02\'05.;}{\levelnumbers\'01;}\rtlch\fcs1 \ab0\ai0\af39\afs20 \ltrch\fcs0 \b0\i0\f39\fs20\fbias0 \fi-357\li2149\jclisttab\tx2152\lin2149 }{\listlevel\levelnfc4\levelnfcn4\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0
-\levelindent0{\leveltext\'02\'06.;}{\levelnumbers\'01;}\rtlch\fcs1 \ab0\ai0\af39\afs20 \ltrch\fcs0 \b0\i0\f39\fs20\fbias0 \fi-357\li2506\jclisttab\tx2509\lin2506 }{\listlevel\levelnfc255\levelnfcn255\leveljc0\leveljcn0\levelfollow0\levelstartat1
-\levelspace0\levelindent0{\leveltext\'02i.;}{\levelnumbers;}\rtlch\fcs1 \ab0\ai0\af39\afs20 \ltrch\fcs0 \b0\i0\f39\fs20\fbias0 \fi-357\li2863\jclisttab\tx2866\lin2863 }{\listlevel\levelnfc255\levelnfcn255\leveljc0\leveljcn0\levelfollow0\levelstartat1
-\levelspace0\levelindent0{\leveltext\'02A.;}{\levelnumbers;}\rtlch\fcs1 \ab0\ai0\af39\afs20 \ltrch\fcs0 \b0\i0\f39\fs20\fbias0 \fi-358\li3221\jclisttab\tx3223\lin3221 }{\listname ;}\listid398796681}{\list\listtemplateid789093748\listhybrid{\listlevel
-\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\leveltemplateid-317712510\'01\u-3913 ?;}{\levelnumbers;}\f3\fbias0 \s25\fi-363\li720\jclisttab\tx720\lin720 }{\listlevel\levelnfc23\levelnfcn23
-\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\leveltemplateid67698691\'01o;}{\levelnumbers;}\f2\fbias0 \fi-360\li1440\jclisttab\tx1440\lin1440 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0
-\levelstartat1\levelspace0\levelindent0{\leveltext\leveltemplateid67698693\'01\u-3929 ?;}{\levelnumbers;}\f10\fbias0 \fi-360\li2160\jclisttab\tx2160\lin2160 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0
-\levelindent0{\leveltext\leveltemplateid67698689\'01\u-3913 ?;}{\levelnumbers;}\f3\fbias0 \fi-360\li2880\jclisttab\tx2880\lin2880 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext
-\leveltemplateid67698691\'01o;}{\levelnumbers;}\f2\fbias0 \fi-360\li3600\jclisttab\tx3600\lin3600 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\leveltemplateid67698693
-\'01\u-3929 ?;}{\levelnumbers;}\f10\fbias0 \fi-360\li4320\jclisttab\tx4320\lin4320 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\leveltemplateid67698689\'01\u-3913 ?;}{\levelnumbers;}
-\f3\fbias0 \fi-360\li5040\jclisttab\tx5040\lin5040 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\leveltemplateid67698691\'01o;}{\levelnumbers;}\f2\fbias0 \fi-360\li5760
-\jclisttab\tx5760\lin5760 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\leveltemplateid67698693\'01\u-3929 ?;}{\levelnumbers;}\f10\fbias0 \fi-360\li6480\jclisttab\tx6480\lin6480 }
-{\listname ;}\listid477573462}{\list\listtemplateid1904874988{\listlevel\levelnfc0\levelnfcn0\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'02\'00.;}{\levelnumbers\'01;}\rtlch\fcs1 \ab\ai0\af40\afs20 \ltrch\fcs0
-\b\i0\f40\fs20\cf0\fbias0 \s1\fi-357\li357\jclisttab\tx360\lin357 }{\listlevel\levelnfc4\levelnfcn4\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'02\'01.;}{\levelnumbers\'01;}\rtlch\fcs1 \ab\ai0\af40\afs20 \ltrch\fcs0
-\b\i0\f40\fs20\fbias0 \s2\fi-363\li720\jclisttab\tx720\lin720 }{\listlevel\levelnfc2\levelnfcn2\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'02\'02.;}{\levelnumbers\'01;}\rtlch\fcs1 \ab\ai0\af40\afs20 \ltrch\fcs0
-\b\i0\f40\fs20\fbias0 \s3\fi-357\li1077\jclisttab\tx1440\lin1077 }{\listlevel\levelnfc3\levelnfcn3\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'02\'03.;}{\levelnumbers\'01;}\rtlch\fcs1 \ab0\ai0\af39\afs20 \ltrch\fcs0
-\b0\i0\strike0\f39\fs20\ulnone\fbias0 \s4\fi-358\li1435\jclisttab\tx1437\lin1435 }{\listlevel\levelnfc1\levelnfcn1\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'02\'04.;}{\levelnumbers\'01;}\rtlch\fcs1
-\ab0\ai0\af39\afs20 \ltrch\fcs0 \b0\i0\strike0\f39\fs20\ulnone\fbias0 \s5\fi-357\li1792\jclisttab\tx2155\lin1792 }{\listlevel\levelnfc0\levelnfcn0\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'02\'05.;}{\levelnumbers
-\'01;}\rtlch\fcs1 \ab0\ai0\af39\afs20 \ltrch\fcs0 \b0\i0\f39\fs20\fbias0 \s6\fi-357\li2149\jclisttab\tx2152\lin2149 }{\listlevel\levelnfc4\levelnfcn4\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext
-\'02\'06.;}{\levelnumbers\'01;}\rtlch\fcs1 \ab0\ai0\af39\afs20 \ltrch\fcs0 \b0\i0\f39\fs20\fbias0 \s7\fi-357\li2506\jclisttab\tx2509\lin2506 }{\listlevel\levelnfc255\levelnfcn255\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0
-{\leveltext\'02i.;}{\levelnumbers;}\rtlch\fcs1 \ab0\ai0\af39\afs20 \ltrch\fcs0 \b0\i0\f39\fs20\fbias0 \s8\fi-357\li2863\jclisttab\tx2866\lin2863 }{\listlevel\levelnfc255\levelnfcn255\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0
-{\leveltext\'02A.;}{\levelnumbers;}\rtlch\fcs1 \ab0\ai0\af39\afs20 \ltrch\fcs0 \b0\i0\f39\fs20\fbias0 \s9\fi-358\li3221\jclisttab\tx3223\lin3221 }{\listname ;}\listid752163927}{\list\listtemplateid285099256\listhybrid{\listlevel\levelnfc23\levelnfcn23
-\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\leveltemplateid-308626962\'01\u-3913 ?;}{\levelnumbers;}\f3\fbias0 \s42\fi-357\li1077\jclisttab\tx1080\lin1077 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0
-\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\leveltemplateid67698691\'01o;}{\levelnumbers;}\f2\fbias0 \fi-360\li1440\jclisttab\tx1440\lin1440 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0
-\levelindent0{\leveltext\leveltemplateid67698693\'01\u-3929 ?;}{\levelnumbers;}\f10\fbias0 \fi-360\li2160\jclisttab\tx2160\lin2160 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext
-\leveltemplateid67698689\'01\u-3913 ?;}{\levelnumbers;}\f3\fbias0 \fi-360\li2880\jclisttab\tx2880\lin2880 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\leveltemplateid67698691
-\'01o;}{\levelnumbers;}\f2\fbias0 \fi-360\li3600\jclisttab\tx3600\lin3600 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\leveltemplateid67698693\'01\u-3929 ?;}{\levelnumbers;}
-\f10\fbias0 \fi-360\li4320\jclisttab\tx4320\lin4320 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\leveltemplateid67698689\'01\u-3913 ?;}{\levelnumbers;}\f3\fbias0 \fi-360\li5040
-\jclisttab\tx5040\lin5040 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\leveltemplateid67698691\'01o;}{\levelnumbers;}\f2\fbias0 \fi-360\li5760\jclisttab\tx5760\lin5760 }{\listlevel
-\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\leveltemplateid67698693\'01\u-3929 ?;}{\levelnumbers;}\f10\fbias0 \fi-360\li6480\jclisttab\tx6480\lin6480 }{\listname ;}\listid1121073746}
-{\list\listtemplateid303218272\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\leveltemplateid612407812\'01\u-3913 ?;}{\levelnumbers;}\f3\cf17\fbias0 \s26\fi-358\li1435
-\jclisttab\tx1437\lin1435 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'01o;}{\levelnumbers;}\f2\fbias0 \fi-360\li1440\jclisttab\tx1440\lin1440 }{\listlevel\levelnfc23\levelnfcn23
-\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'01\u-3929 ?;}{\levelnumbers;}\f10\fbias0 \fi-360\li2160\jclisttab\tx2160\lin2160 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1
-\levelspace0\levelindent0{\leveltext\'01\u-3913 ?;}{\levelnumbers;}\f3\fbias0 \fi-360\li2880\jclisttab\tx2880\lin2880 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext
-\'01o;}{\levelnumbers;}\f2\fbias0 \fi-360\li3600\jclisttab\tx3600\lin3600 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'01\u-3929 ?;}{\levelnumbers;}\f10\fbias0 \fi-360\li4320
-\jclisttab\tx4320\lin4320 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'01\u-3913 ?;}{\levelnumbers;}\f3\fbias0 \fi-360\li5040\jclisttab\tx5040\lin5040 }{\listlevel\levelnfc23
-\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'01o;}{\levelnumbers;}\f2\fbias0 \fi-360\li5760\jclisttab\tx5760\lin5760 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1
-\levelspace0\levelindent0{\leveltext\'01\u-3929 ?;}{\levelnumbers;}\f10\fbias0 \fi-360\li6480\jclisttab\tx6480\lin6480 }{\listname ;}\listid1559511898}{\list\listtemplateid-743794326\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0
-\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\leveltemplateid1229593488\'01\u-3913 ?;}{\levelnumbers;}\f3\fbias0 \s41\fi-357\li1077\jclisttab\tx1080\lin1077 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0
-\levelstartat1\levelspace0\levelindent0{\leveltext\leveltemplateid67698691\'01o;}{\levelnumbers;}\f2\fbias0 \fi-360\li1440\jclisttab\tx1440\lin1440 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0
-{\leveltext\leveltemplateid67698693\'01\u-3929 ?;}{\levelnumbers;}\f10\fbias0 \fi-360\li2160\jclisttab\tx2160\lin2160 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext
-\leveltemplateid67698689\'01\u-3913 ?;}{\levelnumbers;}\f3\fbias0 \fi-360\li2880\jclisttab\tx2880\lin2880 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\leveltemplateid67698691
-\'01o;}{\levelnumbers;}\f2\fbias0 \fi-360\li3600\jclisttab\tx3600\lin3600 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\leveltemplateid67698693\'01\u-3929 ?;}{\levelnumbers;}
-\f10\fbias0 \fi-360\li4320\jclisttab\tx4320\lin4320 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\leveltemplateid67698689\'01\u-3913 ?;}{\levelnumbers;}\f3\fbias0 \fi-360\li5040
-\jclisttab\tx5040\lin5040 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\leveltemplateid67698691\'01o;}{\levelnumbers;}\f2\fbias0 \fi-360\li5760\jclisttab\tx5760\lin5760 }{\listlevel
-\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\leveltemplateid67698693\'01\u-3929 ?;}{\levelnumbers;}\f10\fbias0 \fi-360\li6480\jclisttab\tx6480\lin6480 }{\listname ;}\listid1567649130}
-{\list\listtemplateid-961874242\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\leveltemplateid-1175557160\'01\u-3913 ?;}{\levelnumbers;}\f3\fbias0 \s27\fi-357\li1792
-\jclisttab\tx1795\lin1792 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\leveltemplateid67698691\'01o;}{\levelnumbers;}\f2\fbias0 \fi-360\li1440\jclisttab\tx1440\lin1440 }{\listlevel
-\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\leveltemplateid67698689\'01\u-3913 ?;}{\levelnumbers;}\f3\fbias0 \fi-360\li2160\jclisttab\tx2160\lin2160 }{\listlevel\levelnfc23\levelnfcn23\leveljc0
-\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\leveltemplateid67698689\'01\u-3913 ?;}{\levelnumbers;}\f3\fbias0 \fi-360\li2880\jclisttab\tx2880\lin2880 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0
-\levelstartat1\levelspace0\levelindent0{\leveltext\leveltemplateid67698691\'01o;}{\levelnumbers;}\f2\fbias0 \fi-360\li3600\jclisttab\tx3600\lin3600 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0
-{\leveltext\leveltemplateid67698693\'01\u-3929 ?;}{\levelnumbers;}\f10\fbias0 \fi-360\li4320\jclisttab\tx4320\lin4320 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext
-\leveltemplateid67698689\'01\u-3913 ?;}{\levelnumbers;}\f3\fbias0 \fi-360\li5040\jclisttab\tx5040\lin5040 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\leveltemplateid67698691
-\'01o;}{\levelnumbers;}\f2\fbias0 \fi-360\li5760\jclisttab\tx5760\lin5760 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\leveltemplateid67698693\'01\u-3929 ?;}{\levelnumbers;}
-\f10\fbias0 \fi-360\li6480\jclisttab\tx6480\lin6480 }{\listname ;}\listid1848404271}}{\*\listoverridetable{\listoverride\listid477573462\listoverridecount0\ls1}{\listoverride\listid1559511898\listoverridecount0\ls2}{\listoverride\listid1848404271
-\listoverridecount0\ls3}{\listoverride\listid398796681\listoverridecount0\ls4}{\listoverride\listid752163927\listoverridecount0\ls5}{\listoverride\listid398796681\listoverridecount9{\lfolevel\listoverridestartat\levelstartat1}{\lfolevel
-\listoverridestartat\levelstartat1}{\lfolevel\listoverridestartat\levelstartat1}{\lfolevel\listoverridestartat\levelstartat1}{\lfolevel\listoverridestartat\levelstartat1}{\lfolevel\listoverridestartat\levelstartat1}{\lfolevel\listoverridestartat
-\levelstartat1}{\lfolevel\listoverridestartat\levelstartat1}{\lfolevel\listoverridestartat\levelstartat1}\ls6}{\listoverride\listid1567649130\listoverridecount0\ls7}{\listoverride\listid1559511898\listoverridecount0\ls8}{\listoverride\listid1121073746
-\listoverridecount0\ls9}{\listoverride\listid752163927\listoverridecount0\ls10}}{\*\pgptbl {\pgp\ipgp0\itap0\li0\ri0\sb0\sa0}}{\*\rsidtbl \rsid874403\rsid1473980\rsid1987830\rsid1993624\rsid2177578\rsid2693076\rsid3699522\rsid3945508\rsid4000782
-\rsid4423363\rsid6031169\rsid7214391\rsid7432381\rsid8590969\rsid8995160\rsid11932848\rsid12021620\rsid14566738\rsid14751308\rsid15014299\rsid15467703\rsid15686224\rsid15928942\rsid15934954\rsid16596066}{\mmathPr\mmathFont34\mbrkBin0\mbrkBinSub0
-\msmallFrac0\mdispDef1\mlMargin0\mrMargin0\mdefJc1\mwrapIndent1440\mintLim0\mnaryLim1}{\info{\creatim\yr2013\mo5\dy28\hr16\min18}{\revtim\yr2013\mo5\dy28\hr16\min25}{\version1}{\edmins0}{\nofpages4}{\nofwords1340}{\nofchars7639}{\nofcharsws8962}
-{\vern57433}}{\*\xmlnstbl {\xmlns1 http://schemas.microsoft.com/office/word/2003/wordml}}\paperw12240\paperh15840\margl1440\margr1440\margt1440\margb1440\gutter0\ltrsect
-\widowctrl\ftnbj\aenddoc\trackmoves0\trackformatting1\donotembedsysfont1\relyonvml0\donotembedlingdata0\grfdocevents0\validatexml1\showplaceholdtext0\ignoremixedcontent0\saveinvalidxml0\showxmlerrors1\noxlattoyen
-\expshrtn\noultrlspc\dntblnsbdb\nospaceforul\formshade\horzdoc\dgmargin\dghspace180\dgvspace180\dghorigin1440\dgvorigin1440\dghshow1\dgvshow1
-\jexpand\viewkind1\viewscale90\pgbrdrhead\pgbrdrfoot\splytwnine\ftnlytwnine\htmautsp\nolnhtadjtbl\useltbaln\alntblind\lytcalctblwd\lyttblrtgr\lnbrkrule\nobrkwrptbl\snaptogridincell\rempersonalinfo\allowfieldendsel
-\wrppunct\asianbrkrule\rsidroot15686224\newtblstyruls\nogrowautofit\remdttm\usenormstyforlist\noindnmbrts\felnbrelev\nocxsptable\indrlsweleven\noafcnsttbl\afelev\utinl\hwelev\spltpgpar\notcvasp\notbrkcnstfrctbl\notvatxbx\krnprsnet\cachedcolbal
-\nouicompat \fet0{\*\wgrffmtfilter 2450}\nofeaturethrottle1\ilfomacatclnup0{\*\ftnsep \ltrpar \pard\plain \ltrpar\ql \li0\ri0\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0\pararsid1987830 \rtlch\fcs1 \af40\afs19\alang1025
-\ltrch\fcs0 \fs19\lang1033\langfe1033\loch\af40\hich\af40\dbch\af11\cgrid\langnp1033\langfenp1033 {\rtlch\fcs1 \af40 \ltrch\fcs0 \insrsid12021620 \chftnsep
-\par }}{\*\ftnsepc \ltrpar \pard\plain \ltrpar\ql \li0\ri0\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0\pararsid1987830 \rtlch\fcs1 \af40\afs19\alang1025 \ltrch\fcs0
-\fs19\lang1033\langfe1033\loch\af40\hich\af40\dbch\af11\cgrid\langnp1033\langfenp1033 {\rtlch\fcs1 \af40 \ltrch\fcs0 \insrsid12021620 \chftnsepc
-\par }}{\*\aftnsep \ltrpar \pard\plain \ltrpar\ql \li0\ri0\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0\pararsid1987830 \rtlch\fcs1 \af40\afs19\alang1025 \ltrch\fcs0
-\fs19\lang1033\langfe1033\loch\af40\hich\af40\dbch\af11\cgrid\langnp1033\langfenp1033 {\rtlch\fcs1 \af40 \ltrch\fcs0 \insrsid12021620 \chftnsep
-\par }}{\*\aftnsepc \ltrpar \pard\plain \ltrpar\ql \li0\ri0\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0\pararsid1987830 \rtlch\fcs1 \af40\afs19\alang1025 \ltrch\fcs0
-\fs19\lang1033\langfe1033\loch\af40\hich\af40\dbch\af11\cgrid\langnp1033\langfenp1033 {\rtlch\fcs1 \af40 \ltrch\fcs0 \insrsid12021620 \chftnsepc
-\par }}\ltrpar \sectd \ltrsect\linex0\endnhere\sectlinegrid360\sectdefaultcl\sftnbj {\headerl \ltrpar \pard\plain \ltrpar\s50\ql \li0\ri0\widctlpar\tqc\tx4680\tqr\tx9360\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1
-\af40\afs19\alang1025 \ltrch\fcs0 \fs19\lang1033\langfe1033\loch\af40\hich\af40\dbch\af11\cgrid\langnp1033\langfenp1033 {\rtlch\fcs1 \af40 \ltrch\fcs0 \insrsid1987830
-\par }}{\headerr \ltrpar \pard\plain \ltrpar\s50\ql \li0\ri0\widctlpar\tqc\tx4680\tqr\tx9360\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \af40\afs19\alang1025 \ltrch\fcs0
-\fs19\lang1033\langfe1033\loch\af40\hich\af40\dbch\af11\cgrid\langnp1033\langfenp1033 {\rtlch\fcs1 \af40 \ltrch\fcs0 \insrsid1987830
-\par }}{\footerl \ltrpar \pard\plain \ltrpar\s52\ql \li0\ri0\widctlpar\tqc\tx4680\tqr\tx9360\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \af40\afs19\alang1025 \ltrch\fcs0
-\fs19\lang1033\langfe1033\loch\af40\hich\af40\dbch\af11\cgrid\langnp1033\langfenp1033 {\rtlch\fcs1 \af40 \ltrch\fcs0 \insrsid1987830
-\par }}{\footerr \ltrpar \pard\plain \ltrpar\s52\ql \li0\ri0\widctlpar\tqc\tx4680\tqr\tx9360\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \af40\afs19\alang1025 \ltrch\fcs0
-\fs19\lang1033\langfe1033\loch\af40\hich\af40\dbch\af11\cgrid\langnp1033\langfenp1033 {\rtlch\fcs1 \af40 \ltrch\fcs0 \insrsid1987830
-\par }}{\headerf \ltrpar \pard\plain \ltrpar\s50\ql \li0\ri0\widctlpar\tqc\tx4680\tqr\tx9360\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \af40\afs19\alang1025 \ltrch\fcs0
-\fs19\lang1033\langfe1033\loch\af40\hich\af40\dbch\af11\cgrid\langnp1033\langfenp1033 {\rtlch\fcs1 \af40 \ltrch\fcs0 \insrsid1987830
-\par }}{\footerf \ltrpar \pard\plain \ltrpar\s52\ql \li0\ri0\widctlpar\tqc\tx4680\tqr\tx9360\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \af40\afs19\alang1025 \ltrch\fcs0
-\fs19\lang1033\langfe1033\loch\af40\hich\af40\dbch\af11\cgrid\langnp1033\langfenp1033 {\rtlch\fcs1 \af40 \ltrch\fcs0 \insrsid1987830
-\par }}{\*\pnseclvl1\pnucrm\pnstart1\pnindent720\pnhang {\pntxta .}}{\*\pnseclvl2\pnucltr\pnstart1\pnindent720\pnhang {\pntxta .}}{\*\pnseclvl3\pndec\pnstart1\pnindent720\pnhang {\pntxta .}}{\*\pnseclvl4\pnlcltr\pnstart1\pnindent720\pnhang {\pntxta )}}
-{\*\pnseclvl5\pndec\pnstart1\pnindent720\pnhang {\pntxtb (}{\pntxta )}}{\*\pnseclvl6\pnlcltr\pnstart1\pnindent720\pnhang {\pntxtb (}{\pntxta )}}{\*\pnseclvl7\pnlcrm\pnstart1\pnindent720\pnhang {\pntxtb (}{\pntxta )}}{\*\pnseclvl8
-\pnlcltr\pnstart1\pnindent720\pnhang {\pntxtb (}{\pntxta )}}{\*\pnseclvl9\pnlcrm\pnstart1\pnindent720\pnhang {\pntxtb (}{\pntxta )}}\pard\plain \ltrpar
-\s28\ql \li0\ri0\sb120\sa120\nowidctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0\pararsid15686224 \rtlch\fcs1 \ab\af40\afs28\alang1025 \ltrch\fcs0
-\b\fs28\lang1033\langfe1033\loch\af40\hich\af40\dbch\af11\cgrid\langnp1033\langfenp1033 {\rtlch\fcs1 \af40\afs20 \ltrch\fcs0 \fs20\dbch\af13\insrsid15686224 \hich\af40\dbch\af13\loch\f40 MICROSOFT SOFTWARE LICENSE TERMS
-\par }\pard\plain \ltrpar\ql \li0\ri0\sb120\sa120\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0\pararsid14566738 \rtlch\fcs1 \af40\afs19\alang1025 \ltrch\fcs0
-\fs19\lang1033\langfe1033\loch\af40\hich\af40\dbch\af11\cgrid\langnp1033\langfenp1033 {\rtlch\fcs1 \ab\af40\afs20 \ltrch\fcs0 \b\fs20\dbch\af13\insrsid15686224\charrsid7214391 \hich\af40\dbch\af13\loch\f40 MICROSOFT }{\rtlch\fcs1 \ab\af40\afs20
-\ltrch\fcs0 \b\fs20\dbch\af13\insrsid3945508 \hich\af40\dbch\af13\loch\f40 System.Net.Http}{\rtlch\fcs1 \ab\af40\afs20 \ltrch\fcs0 \b\fs20\dbch\af13\insrsid14566738 \hich\af40\dbch\af13\loch\f40 .dll }{\rtlch\fcs1 \ab\af40\afs20 \ltrch\fcs0
-\b\fs20\dbch\af13\insrsid7214391\charrsid7214391 \hich\af40\dbch\af13\loch\f40 PACKAGE}{\rtlch\fcs1 \ab\af40\afs20 \ltrch\fcs0 \b\fs20\dbch\af13\insrsid15686224\charrsid7214391 \hich\af40\dbch\af13\loch\f40 }{\rtlch\fcs1 \ab\af40\afs20 \ltrch\fcs0
-\b\fs20\dbch\af13\insrsid14751308\charrsid7214391
-\par }\pard\plain \ltrpar\s29\ql \li0\ri0\sb120\sa120\nowidctlpar\brdrb\brdrs\brdrw10\brsp20 \wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0\pararsid15686224 \rtlch\fcs1 \ab\af40\afs28\alang1025 \ltrch\fcs0
-\b\fs28\lang1033\langfe1033\loch\af40\hich\af40\dbch\af11\cgrid\langnp1033\langfenp1033 {\rtlch\fcs1 \af40\afs20 \ltrch\fcs0 \fs20\dbch\af13\insrsid15686224
-\par }\pard\plain \ltrpar\s30\ql \li0\ri0\sb120\sa120\nowidctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0\pararsid15686224 \rtlch\fcs1 \ab\af40\afs19\alang1025 \ltrch\fcs0
-\b\fs19\lang1033\langfe1033\loch\af40\hich\af40\dbch\af11\cgrid\langnp1033\langfenp1033 {\rtlch\fcs1 \ab0\af40\afs20 \ltrch\fcs0 \b0\fs20\dbch\af13\insrsid15686224 \hich\af40\dbch\af13\loch\f40
-These license terms are an agreement between Microsoft Corporation (or based on where you live, one of its affiliates) and you. Please read them. They apply to the software named above, which includes the media on which you received it, if any. The terms
-\hich\af40\dbch\af13\loch\f40 a\hich\af40\dbch\af13\loch\f40 lso apply to any Microsoft
-\par {\listtext\pard\plain\ltrpar \s25 \rtlch\fcs1 \af40\afs20 \ltrch\fcs0 \fs20\loch\af3\hich\af3\dbch\af13\insrsid15686224 \loch\af3\dbch\af13\hich\f3 \'b7\tab}}\pard\plain \ltrpar\s25\ql \fi-360\li360\ri0\sb120\sa120\nowidctlpar
-\jclisttab\tx360\wrapdefault\aspalpha\aspnum\faauto\ls1\adjustright\rin0\lin360\itap0\pararsid15686224 \rtlch\fcs1 \af40\afs19\alang1025 \ltrch\fcs0 \fs19\lang1033\langfe1033\loch\af40\hich\af40\dbch\af11\cgrid\langnp1033\langfenp1033 {\rtlch\fcs1
-\af40\afs20 \ltrch\fcs0 \fs20\dbch\af13\insrsid15686224 \hich\af40\dbch\af13\loch\f40 updates,
-\par {\listtext\pard\plain\ltrpar \s25 \rtlch\fcs1 \af40\afs20 \ltrch\fcs0 \fs20\loch\af3\hich\af3\dbch\af13\insrsid15686224 \loch\af3\dbch\af13\hich\f3 \'b7\tab}\hich\af40\dbch\af13\loch\f40 supplements,
-\par {\listtext\pard\plain\ltrpar \s25 \rtlch\fcs1 \af40\afs20 \ltrch\fcs0 \fs20\loch\af3\hich\af3\dbch\af13\insrsid15686224 \loch\af3\dbch\af13\hich\f3 \'b7\tab}\hich\af40\dbch\af13\loch\f40 Internet-based services, and
-\par {\listtext\pard\plain\ltrpar \s25 \rtlch\fcs1 \af40\afs20 \ltrch\fcs0 \fs20\loch\af3\hich\af3\dbch\af13\insrsid15686224 \loch\af3\dbch\af13\hich\f3 \'b7\tab}\hich\af40\dbch\af13\loch\f40 support services
-\par }\pard\plain \ltrpar\s30\ql \li0\ri0\sb120\sa120\nowidctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0\pararsid15686224 \rtlch\fcs1 \ab\af40\afs19\alang1025 \ltrch\fcs0
-\b\fs19\lang1033\langfe1033\loch\af40\hich\af40\dbch\af11\cgrid\langnp1033\langfenp1033 {\rtlch\fcs1 \ab0\af40\afs20 \ltrch\fcs0 \b0\fs20\dbch\af13\insrsid15686224 \hich\af40\dbch\af13\loch\f40
-for this software, unless other terms accompany those items. If so, those terms apply.
-\par }{\rtlch\fcs1 \af40\afs20 \ltrch\fcs0 \fs20\dbch\af13\insrsid15686224 \hich\af40\dbch\af13\loch\f40 BY USING THE SOFTWARE, YOU ACCEPT THESE TERMS. IF YOU DO NOT ACCEPT THEM, DO NOT USE THE SOFTWARE.
-\par }\pard\plain \ltrpar\s35\ql \li0\ri0\sb120\sa120\nowidctlpar\brdrt\brdrs\brdrw10\brsp20 \wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0\pararsid15686224 \rtlch\fcs1 \ab\af40\afs19\alang1025 \ltrch\fcs0
-\b\fs19\lang1033\langfe1033\loch\af40\hich\af40\dbch\af11\cgrid\langnp1033\langfenp1033 {\rtlch\fcs1 \af40\afs20 \ltrch\fcs0 \fs20\insrsid15686224 \hich\af40\dbch\af11\loch\f40 IF YOU COMPLY WITH THESE LICENSE TERMS, YOU HAVE THE PERPETUAL RIGHTS BELOW.}{
-\rtlch\fcs1 \af40\afs20 \ltrch\fcs0 \fs20\dbch\af13\insrsid15686224
-\par {\listtext\pard\plain\ltrpar \s1 \rtlch\fcs1 \ab\af40\afs20 \ltrch\fcs0 \b\fs20\loch\af40\hich\af40\dbch\af13\insrsid15686224 \hich\af40\dbch\af13\loch\f40 1.\tab}}\pard\plain \ltrpar\s1\ql \fi-357\li357\ri0\sb120\sa120\nowidctlpar
-\jclisttab\tx360\wrapdefault\aspalpha\aspnum\faauto\ls5\outlinelevel0\adjustright\rin0\lin357\itap0\pararsid14566738 \rtlch\fcs1 \ab\af40\afs19\alang1025 \ltrch\fcs0 \b\fs19\lang1033\langfe1033\loch\af40\hich\af40\dbch\af11\cgrid\langnp1033\langfenp1033 {
-\rtlch\fcs1 \af40\afs20 \ltrch\fcs0 \fs20\dbch\af13\insrsid15686224 \hich\af40\dbch\af13\loch\f40 INSTALLATION AND USE RIGHTS. }{\rtlch\fcs1 \af40\afs20 \ltrch\fcs0 \fs20\dbch\af13\insrsid14566738 \hich\af40\dbch\af13\loch\f40 You}{\rtlch\fcs1
-\ab0\af40\afs20 \ltrch\fcs0 \b0\fs20\dbch\af13\insrsid14566738\charrsid15934954 \hich\af40\dbch\af13\loch\f40 may install and use any number of copies o\hich\af40\dbch\af13\loch\f40 f the software on your devices to design, develop and test your programs
-}{\rtlch\fcs1 \ab0\af40\afs20 \ltrch\fcs0 \b0\fs20\dbch\af13\insrsid14566738 .}{\rtlch\fcs1 \ab0\af40\afs20 \ltrch\fcs0 \b0\fs20\dbch\af13\insrsid15686224
-\par {\listtext\pard\plain\ltrpar \s1 \rtlch\fcs1 \ab\af40\afs20 \ltrch\fcs0 \b\fs20\loch\af40\hich\af40\dbch\af13\insrsid15686224\charrsid14566738 \hich\af40\dbch\af13\loch\f40 2.\tab}}{\rtlch\fcs1 \af40\afs20 \ltrch\fcs0
-\fs20\dbch\af13\insrsid15686224\charrsid14566738 \hich\af40\dbch\af13\loch\f40 DISTRIBUTABLE CODE. }{\rtlch\fcs1 \af40\afs20 \ltrch\fcs0 \fs20\dbch\af13\insrsid14566738 \hich\af40\dbch\af13\loch\f40 }{\rtlch\fcs1 \ab0\af40\afs20 \ltrch\fcs0
-\b0\fs20\dbch\af13\insrsid15686224\charrsid14566738 \hich\af40\dbch\af13\loch\f40 \hich\f40 The software is comprised of Distributable Code. \'93\loch\f40 \hich\f40 Distributable Code\'94\loch\f40
- is code that you are permitted to distribute in programs you develop if you comply with \hich\af40\dbch\af13\loch\f40 the terms below.
-\par {\listtext\pard\plain\ltrpar \s2 \rtlch\fcs1 \ab\af39\afs20 \ltrch\fcs0 \b\fs20\loch\af39\hich\af39\dbch\af13\insrsid15686224 \hich\af39\dbch\af13\loch\f39 a.\tab}}\pard\plain \ltrpar\s2\ql \fi-363\li720\ri0\sb120\sa120\nowidctlpar
-\jclisttab\tx720\wrapdefault\aspalpha\aspnum\faauto\ls6\ilvl1\outlinelevel1\adjustright\rin0\lin720\itap0\pararsid15686224 \rtlch\fcs1 \ab\af40\afs19\alang1025 \ltrch\fcs0
-\b\fs19\lang1033\langfe1033\loch\af40\hich\af40\dbch\af11\cgrid\langnp1033\langfenp1033 {\rtlch\fcs1 \af40 \ltrch\fcs0 \dbch\af13\insrsid15686224 \hich\af40\dbch\af13\loch\f40 Right to Use and Distribute.
-\par {\listtext\pard\plain\ltrpar \s42 \rtlch\fcs1 \af40\afs20 \ltrch\fcs0 \fs20\loch\af3\hich\af3\dbch\af13\insrsid15686224 \loch\af3\dbch\af13\hich\f3 \'b7\tab}}\pard\plain \ltrpar\s42\ql \fi-357\li1077\ri0\sb120\sa120\nowidctlpar
-\jclisttab\tx1080\wrapdefault\aspalpha\aspnum\faauto\ls9\adjustright\rin0\lin1077\itap0\pararsid15686224 \rtlch\fcs1 \af40\afs20\alang1025 \ltrch\fcs0 \f40\fs20\ul\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\rtlch\fcs1 \af40 \ltrch\fcs0
-\ulnone\dbch\af13\insrsid15686224 \hich\af40\dbch\af13\loch\f40 You may copy and distribute the object code form of the software.
-\par {\listtext\pard\plain\ltrpar \s42 \rtlch\fcs1 \af40\afs20 \ltrch\fcs0 \fs20\loch\af3\hich\af3\dbch\af13\insrsid15686224 \loch\af3\dbch\af13\hich\f3 \'b7\tab}}{\rtlch\fcs1 \af40 \ltrch\fcs0 \dbch\af13\insrsid15686224 \hich\af40\dbch\af13\loch\f40
-Third Party Distribution}{\rtlch\fcs1 \af40 \ltrch\fcs0 \ulnone\dbch\af13\insrsid15686224 \hich\af40\dbch\af13\loch\f40 . You may permit distributors of your programs to copy and distribute the Distributable Code as part of those pr
-\hich\af40\dbch\af13\loch\f40 ograms.
-\par {\listtext\pard\plain\ltrpar \s2 \rtlch\fcs1 \ab\af39\afs20 \ltrch\fcs0 \b\fs20\loch\af39\hich\af39\dbch\af13\insrsid15686224 \hich\af39\dbch\af13\loch\f39 b.\tab}}\pard\plain \ltrpar\s2\ql \fi-363\li720\ri0\sb120\sa120\nowidctlpar
-\jclisttab\tx720\wrapdefault\aspalpha\aspnum\faauto\ls6\ilvl1\outlinelevel1\adjustright\rin0\lin720\itap0\pararsid15686224 \rtlch\fcs1 \ab\af40\afs19\alang1025 \ltrch\fcs0
-\b\fs19\lang1033\langfe1033\loch\af40\hich\af40\dbch\af11\cgrid\langnp1033\langfenp1033 {\rtlch\fcs1 \af40 \ltrch\fcs0 \dbch\af13\insrsid15686224 \hich\af40\dbch\af13\loch\f40 Distribution Requirements. For any Distributable Code you distribute, you must
-
-\par {\listtext\pard\plain\ltrpar \s41 \rtlch\fcs1 \af40\afs20 \ltrch\fcs0 \fs20\loch\af3\hich\af3\dbch\af13\insrsid15686224 \loch\af3\dbch\af13\hich\f3 \'b7\tab}}\pard\plain \ltrpar\s41\ql \fi-357\li1077\ri0\sb120\sa120\nowidctlpar
-\jclisttab\tx1080\wrapdefault\aspalpha\aspnum\faauto\ls7\adjustright\rin0\lin1077\itap0\pararsid15686224 \rtlch\fcs1 \af40\afs20\alang1025 \ltrch\fcs0 \f40\fs20\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\rtlch\fcs1 \af40 \ltrch\fcs0
-\dbch\af13\insrsid15686224 \hich\af40\dbch\af13\loch\f40 add significant primary functionality to it in your programs;
-\par {\listtext\pard\plain\ltrpar \s41 \rtlch\fcs1 \af40\afs20 \ltrch\fcs0 \fs20\loch\af3\hich\af3\dbch\af13\insrsid15686224 \loch\af3\dbch\af13\hich\f3 \'b7\tab}\hich\af40\dbch\af13\loch\f40
-for any Distributable Code having a filename extension of .lib, distribute only the results of runni\hich\af40\dbch\af13\loch\f40 ng such Distributable Code through a linker with your program;
-\par {\listtext\pard\plain\ltrpar \s41 \rtlch\fcs1 \af40\afs20 \ltrch\fcs0 \fs20\loch\af3\hich\af3\dbch\af13\insrsid15686224 \loch\af3\dbch\af13\hich\f3 \'b7\tab}\hich\af40\dbch\af13\loch\f40
-distribute Distributable Code included in a setup program only as part of that setup program without modification;
-\par {\listtext\pard\plain\ltrpar \s41 \rtlch\fcs1 \af40\afs20 \ltrch\fcs0 \fs20\loch\af3\hich\af3\dbch\af13\insrsid15686224 \loch\af3\dbch\af13\hich\f3 \'b7\tab}\hich\af40\dbch\af13\loch\f40 require distributors and external end users to agree to terms that
-\hich\af40\dbch\af13\loch\f40 protect it at least as much as this agreement;
-\par {\listtext\pard\plain\ltrpar \s41 \rtlch\fcs1 \af40\afs20 \ltrch\fcs0 \fs20\loch\af3\hich\af3\dbch\af13\insrsid15686224 \loch\af3\dbch\af13\hich\f3 \'b7\tab}\hich\af40\dbch\af13\loch\f40 display your valid copyright notice on your programs; and
-\par {\listtext\pard\plain\ltrpar \s41 \rtlch\fcs1 \af40\afs20 \ltrch\fcs0 \fs20\loch\af3\hich\af3\dbch\af13\insrsid15686224 \loch\af3\dbch\af13\hich\f3 \'b7\tab}\hich\af40\dbch\af13\loch\f40
-indemnify, defend, and hold harmless Microsoft from any claims, including attorneys\hich\f40 \rquote \loch\f40 fees, related to the distribution or use of your programs.
-\par {\listtext\pard\plain\ltrpar \s2 \rtlch\fcs1 \ab\af39\afs20 \ltrch\fcs0 \b\fs20\loch\af39\hich\af39\dbch\af13\insrsid15686224 \hich\af39\dbch\af13\loch\f39 c.\tab}}\pard\plain \ltrpar\s2\ql \fi-363\li720\ri0\sb120\sa120\nowidctlpar
-\jclisttab\tx720\wrapdefault\aspalpha\aspnum\faauto\ls6\ilvl1\outlinelevel1\adjustright\rin0\lin720\itap0\pararsid15686224 \rtlch\fcs1 \ab\af40\afs19\alang1025 \ltrch\fcs0
-\b\fs19\lang1033\langfe1033\loch\af40\hich\af40\dbch\af11\cgrid\langnp1033\langfenp1033 {\rtlch\fcs1 \af40 \ltrch\fcs0 \dbch\af13\insrsid15686224 \hich\af40\dbch\af13\loch\f40 Distribution Restrictions. You may not
-\par {\listtext\pard\plain\ltrpar \s41 \rtlch\fcs1 \af40\afs20 \ltrch\fcs0 \fs20\loch\af3\hich\af3\dbch\af13\insrsid15686224 \loch\af3\dbch\af13\hich\f3 \'b7\tab}}\pard\plain \ltrpar\s41\ql \fi-357\li1077\ri0\sb120\sa120\nowidctlpar
-\jclisttab\tx1080\wrapdefault\aspalpha\aspnum\faauto\ls7\adjustright\rin0\lin1077\itap0\pararsid15686224 \rtlch\fcs1 \af40\afs20\alang1025 \ltrch\fcs0 \f40\fs20\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\rtlch\fcs1 \af40 \ltrch\fcs0
-\dbch\af13\insrsid15686224 \hich\af40\dbch\af13\loch\f40 alter any copyright, trademark or patent notice in the Distributable Code;
-\par {\listtext\pard\plain\ltrpar \s41 \rtlch\fcs1 \af40\afs20 \ltrch\fcs0 \fs20\loch\af3\hich\af3\dbch\af13\insrsid15686224 \loch\af3\dbch\af13\hich\f3 \'b7\tab}\hich\af40\dbch\af13\loch\f40 use Microsoft\hich\f40 \rquote \loch\f40
-s trademarks in your programs\hich\f40 \rquote \loch\f40 names or in a way that suggests your programs come from or are endorsed by Microsoft;
-\par {\listtext\pard\plain\ltrpar \s41 \rtlch\fcs1 \af40\afs20 \ltrch\fcs0 \fs20\loch\af3\hich\af3\dbch\af13\insrsid15686224 \loch\af3\dbch\af13\hich\f3 \'b7\tab}\hich\af40\dbch\af13\loch\f40 distr\hich\af40\dbch\af13\loch\f40
-ibute Distributable Code to run on a platform other than the Windows platform;
-\par {\listtext\pard\plain\ltrpar \s41 \rtlch\fcs1 \af40\afs20 \ltrch\fcs0 \fs20\loch\af3\hich\af3\dbch\af13\insrsid15686224 \loch\af3\dbch\af13\hich\f3 \'b7\tab}\hich\af40\dbch\af13\loch\f40
-include Distributable Code in malicious, deceptive or unlawful programs; or
-\par {\listtext\pard\plain\ltrpar \s41 \rtlch\fcs1 \af40\afs20 \ltrch\fcs0 \fs20\loch\af3\hich\af3\dbch\af13\insrsid15686224 \loch\af3\dbch\af13\hich\f3 \'b7\tab}\hich\af40\dbch\af13\loch\f40
-modify or distribute the source code of any Distributable Code so that any part of it become\hich\af40\dbch\af13\loch\f40 s subject to an Excluded License. An Excluded License is one that requires, as a condition of use, modification or distribution, that
-
-\par {\listtext\pard\plain\ltrpar \s26 \rtlch\fcs1 \af40\afs19 \ltrch\fcs0 \fs19\cf17\loch\af3\hich\af3\dbch\af13\insrsid15686224 \loch\af3\dbch\af13\hich\f3 \'b7\tab}}\pard\plain \ltrpar\s26\ql \fi-358\li1435\ri0\sb120\sa120\nowidctlpar
-\jclisttab\tx1437\wrapdefault\aspalpha\aspnum\faauto\ls8\adjustright\rin0\lin1435\itap0\pararsid15686224 \rtlch\fcs1 \af40\afs19\alang1025 \ltrch\fcs0 \fs19\lang1033\langfe1033\loch\af40\hich\af40\dbch\af11\cgrid\langnp1033\langfenp1033 {\rtlch\fcs1
-\af40 \ltrch\fcs0 \dbch\af13\insrsid15686224 \hich\af40\dbch\af13\loch\f40 the code be disclosed or distributed in source code form; or
-\par {\listtext\pard\plain\ltrpar \s27 \rtlch\fcs1 \af40\afs20 \ltrch\fcs0 \fs20\loch\af3\hich\af3\dbch\af13\insrsid15686224 \loch\af3\dbch\af13\hich\f3 \'b7\tab}}\pard\plain \ltrpar\s27\ql \fi-357\li1792\ri0\sb120\sa120\nowidctlpar
-\jclisttab\tx1795\wrapdefault\aspalpha\aspnum\faauto\ls3\adjustright\rin0\lin1792\itap0\pararsid15686224 \rtlch\fcs1 \af40\afs19\alang1025 \ltrch\fcs0 \fs19\lang1033\langfe1033\loch\af40\hich\af40\dbch\af11\cgrid\langnp1033\langfenp1033 {\rtlch\fcs1
-\af40\afs20 \ltrch\fcs0 \fs20\dbch\af13\insrsid15686224 \hich\af40\dbch\af13\loch\f40 others have the right to modify it.
-\par {\listtext\pard\plain\ltrpar \s1 \rtlch\fcs1 \ab\af40\afs20 \ltrch\fcs0 \b\fs20\loch\af40\hich\af40\dbch\af13\insrsid15686224 \hich\af40\dbch\af13\loch\f40 3.\tab}}\pard\plain \ltrpar\s1\ql \fi-357\li357\ri0\sb120\sa120\nowidctlpar
-\jclisttab\tx360\wrapdefault\aspalpha\aspnum\faauto\ls5\outlinelevel0\adjustright\rin0\lin357\itap0\pararsid15686224 \rtlch\fcs1 \ab\af40\afs19\alang1025 \ltrch\fcs0 \b\fs19\lang1033\langfe1033\loch\af40\hich\af40\dbch\af11\cgrid\langnp1033\langfenp1033 {
-\rtlch\fcs1 \af40\afs20 \ltrch\fcs0 \fs20\dbch\af13\insrsid15686224 \hich\af40\dbch\af13\loch\f40 SCOPE OF LICENSE.}{\rtlch\fcs1 \ab0\af40\afs20 \ltrch\fcs0 \b0\fs20\dbch\af13\insrsid15686224 \hich\af40\dbch\af13\loch\f40 \hich\af40\dbch\af13\loch\f40
-The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other rights. Unless applicable law gives you more rights despite this limitation, you may use the software only as expressly permitt
-\hich\af40\dbch\af13\loch\f40 e\hich\af40\dbch\af13\loch\f40 d in this agreement. In doing so, you must comply with any technical limitations in the software that only allow you to use it in certain ways. You may not
-\par {\listtext\pard\plain\ltrpar \s25 \rtlch\fcs1 \af40\afs20 \ltrch\fcs0 \fs20\loch\af3\hich\af3\dbch\af13\insrsid15686224 \loch\af3\dbch\af13\hich\f3 \'b7\tab}}\pard\plain \ltrpar\s25\ql \fi-363\li720\ri0\sb120\sa120\nowidctlpar
-\jclisttab\tx720\wrapdefault\aspalpha\aspnum\faauto\ls1\adjustright\rin0\lin720\itap0\pararsid15686224 \rtlch\fcs1 \af40\afs19\alang1025 \ltrch\fcs0 \fs19\lang1033\langfe1033\loch\af40\hich\af40\dbch\af11\cgrid\langnp1033\langfenp1033 {\rtlch\fcs1
-\af40\afs20 \ltrch\fcs0 \fs20\dbch\af13\insrsid15686224 \hich\af40\dbch\af13\loch\f40 work around any technical limitations in the software;
-\par {\listtext\pard\plain\ltrpar \s25 \rtlch\fcs1 \af40\afs20 \ltrch\fcs0 \fs20\loch\af3\hich\af3\dbch\af13\insrsid15686224 \loch\af3\dbch\af13\hich\f3 \'b7\tab}\hich\af40\dbch\af13\loch\f40 reverse engineer, decompile or disassembl
-\hich\af40\dbch\af13\loch\f40 e the software, except and only to the extent that applicable law expressly permits, despite this limitation;
-\par {\listtext\pard\plain\ltrpar \s25 \rtlch\fcs1 \af40\afs20 \ltrch\fcs0 \fs20\loch\af3\hich\af3\dbch\af13\insrsid15686224 \loch\af3\dbch\af13\hich\f3 \'b7\tab}\hich\af40\dbch\af13\loch\f40
-make more copies of the software than specified in this agreement or allowed by applicable law, despite this limitation;
-\par {\listtext\pard\plain\ltrpar \s25 \rtlch\fcs1 \af40\afs20 \ltrch\fcs0 \fs20\loch\af3\hich\af3\dbch\af13\insrsid15686224 \loch\af3\dbch\af13\hich\f3 \'b7\tab}\hich\af40\dbch\af13\loch\f40 publish the software \hich\af40\dbch\af13\loch\f40
-for others to copy;
-\par {\listtext\pard\plain\ltrpar \s25 \rtlch\fcs1 \af40\afs20 \ltrch\fcs0 \fs20\loch\af3\hich\af3\dbch\af13\insrsid15686224 \loch\af3\dbch\af13\hich\f3 \'b7\tab}\hich\af40\dbch\af13\loch\f40 rent, lease or lend the software;
-\par {\listtext\pard\plain\ltrpar \s25 \rtlch\fcs1 \af40\afs20 \ltrch\fcs0 \fs20\loch\af3\hich\af3\dbch\af13\insrsid15686224 \loch\af3\dbch\af13\hich\f3 \'b7\tab}\hich\af40\dbch\af13\loch\f40 transfer the software or this agreement to any third party; or
-
-\par {\listtext\pard\plain\ltrpar \s25 \rtlch\fcs1 \af40\afs20 \ltrch\fcs0 \fs20\loch\af3\hich\af3\dbch\af13\insrsid15686224 \loch\af3\dbch\af13\hich\f3 \'b7\tab}\hich\af40\dbch\af13\loch\f40 use the software for commercial software hosting services.
-\par {\listtext\pard\plain\ltrpar \s1 \rtlch\fcs1 \ab\af40\afs20 \ltrch\fcs0 \b\fs20\loch\af40\hich\af40\dbch\af13\insrsid15686224 \hich\af40\dbch\af13\loch\f40 4.\tab}}\pard\plain \ltrpar\s1\ql \fi-357\li357\ri0\sb120\sa120\nowidctlpar
-\jclisttab\tx360\wrapdefault\aspalpha\aspnum\faauto\ls5\outlinelevel0\adjustright\rin0\lin357\itap0\pararsid15686224 \rtlch\fcs1 \ab\af40\afs19\alang1025 \ltrch\fcs0 \b\fs19\lang1033\langfe1033\loch\af40\hich\af40\dbch\af11\cgrid\langnp1033\langfenp1033 {
-\rtlch\fcs1 \af40\afs20 \ltrch\fcs0 \fs20\dbch\af13\insrsid15686224 \hich\af40\dbch\af13\loch\f40 BACKUP COPY.}{\rtlch\fcs1 \ab0\af40\afs20 \ltrch\fcs0 \b0\fs20\dbch\af13\insrsid15686224 \hich\af40\dbch\af13\loch\f40
- You may make one backup copy of the software. You may use it only to reinstall the software.
-\par {\listtext\pard\plain\ltrpar \s1 \rtlch\fcs1 \ab\af40\afs20 \ltrch\fcs0 \b\fs20\loch\af40\hich\af40\dbch\af13\insrsid15686224 \hich\af40\dbch\af13\loch\f40 5.\tab}}{\rtlch\fcs1 \af40\afs20 \ltrch\fcs0 \fs20\dbch\af13\insrsid15686224
-\hich\af40\dbch\af13\loch\f40 DOCUMENTATION.}{\rtlch\fcs1 \ab0\af40\afs20 \ltrch\fcs0 \b0\fs20\dbch\af13\insrsid15686224 \hich\af40\dbch\af13\loch\f40
- Any person that has valid access to your computer or internal network may copy and use the documentation for your internal, reference purposes.
-\par {\listtext\pard\plain\ltrpar \s1 \rtlch\fcs1 \ab\af40\afs20 \ltrch\fcs0 \b\fs20\loch\af40\hich\af40\dbch\af13\insrsid15686224 \hich\af40\dbch\af13\loch\f40 6.\tab}}{\rtlch\fcs1 \af40\afs20 \ltrch\fcs0 \fs20\dbch\af13\insrsid15686224
-\hich\af40\dbch\af13\loch\f40 EXPORT RESTRICTIONS.}{\rtlch\fcs1 \ab0\af40\afs20 \ltrch\fcs0 \b0\fs20\dbch\af13\insrsid15686224 \hich\af40\dbch\af13\loch\f40
- The software is subject to United States export laws and regulations. You must comply with all domestic and international export laws and regulations that apply to the software. These laws include restrictions on destinations, end u
-\hich\af40\dbch\af13\loch\f40 sers and end use. For additional information, see }{\rtlch\fcs1 \ab0\af0\afs20 \ltrch\fcs0 \cs36\b0\fs20\ul\cf2\dbch\af13\insrsid15686224 \hich\af40\dbch\af13\loch\f40 www.microsoft.com/exporting}{\rtlch\fcs1 \ab0\af40\afs20
-\ltrch\fcs0 \b0\fs20\dbch\af13\insrsid15686224 .}{\rtlch\fcs1 \ab0\af0\afs20 \ltrch\fcs0 \cs36\b0\fs20\ul\cf2\dbch\af13\insrsid15686224
-\par {\listtext\pard\plain\ltrpar \s1 \rtlch\fcs1 \ab\af40\afs20 \ltrch\fcs0 \b\fs20\loch\af40\hich\af40\dbch\af13\insrsid15686224 \hich\af40\dbch\af13\loch\f40 7.\tab}}{\rtlch\fcs1 \af40\afs20 \ltrch\fcs0 \fs20\dbch\af13\insrsid15686224
-\hich\af40\dbch\af13\loch\f40 SUPPORT SERVICES. }{\rtlch\fcs1 \ab0\af40\afs20 \ltrch\fcs0 \b0\fs20\dbch\af13\insrsid15686224 \hich\af40\dbch\af13\loch\f40 \hich\f40 Because this software is \'93\loch\f40 \hich\f40 as is,\'94\loch\f40
- we may not provide support services for it.
-\par {\listtext\pard\plain\ltrpar \s1 \rtlch\fcs1 \ab\af40\afs20 \ltrch\fcs0 \b\fs20\loch\af40\hich\af40\dbch\af13\insrsid15686224 \hich\af40\dbch\af13\loch\f40 8.\tab}}{\rtlch\fcs1 \af40\afs20 \ltrch\fcs0 \fs20\dbch\af13\insrsid15686224
-\hich\af40\dbch\af13\loch\f40 ENTIRE AGREEMENT.}{\rtlch\fcs1 \ab0\af40\afs20 \ltrch\fcs0 \b0\fs20\dbch\af13\insrsid15686224 \hich\af40\dbch\af13\loch\f40 This agreement, and the terms for supplements, updates, I\hich\af40\dbch\af13\loch\f40
-nternet-based services and support services that you use, are the entire agreement for the software and support services.
-\par {\listtext\pard\plain\ltrpar \s1 \rtlch\fcs1 \ab\af40\afs20 \ltrch\fcs0 \b\fs20\loch\af40\hich\af40\dbch\af13\insrsid15686224 \hich\af40\dbch\af13\loch\f40 9.\tab}}\pard \ltrpar\s1\ql \fi-360\li360\ri0\sb120\sa120\nowidctlpar
-\jclisttab\tx360\wrapdefault\aspalpha\aspnum\faauto\ls5\outlinelevel0\adjustright\rin0\lin360\itap0\pararsid15686224 {\rtlch\fcs1 \af40\afs20 \ltrch\fcs0 \fs20\dbch\af13\insrsid15686224 \hich\af40\dbch\af13\loch\f40 APPLICABLE LAW.
-\par {\listtext\pard\plain\ltrpar \s2 \rtlch\fcs1 \ab\af40\afs20 \ltrch\fcs0 \b\fs20\loch\af40\hich\af40\dbch\af13\insrsid15686224 \hich\af40\dbch\af13\loch\f40 a.\tab}}\pard\plain \ltrpar\s2\ql \fi-363\li720\ri0\sb120\sa120\nowidctlpar
-\jclisttab\tx720\wrapdefault\aspalpha\aspnum\faauto\ls5\ilvl1\outlinelevel1\adjustright\rin0\lin720\itap0\pararsid15686224 \rtlch\fcs1 \ab\af40\afs19\alang1025 \ltrch\fcs0
-\b\fs19\lang1033\langfe1033\loch\af40\hich\af40\dbch\af11\cgrid\langnp1033\langfenp1033 {\rtlch\fcs1 \af40\afs20 \ltrch\fcs0 \fs20\dbch\af13\insrsid15686224 \hich\af40\dbch\af13\loch\f40 United States.}{\rtlch\fcs1 \ab0\af40\afs20 \ltrch\fcs0
-\b0\fs20\dbch\af13\insrsid15686224 \hich\af40\dbch\af13\loch\f40 If you acquired the software in the United States, Washington state law governs the interpretatio\hich\af40\dbch\af13\loch\f40
-n of this agreement and applies to claims for breach of it, regardless of conflict of laws principles. The laws of the state where you live govern all other claims, including claims under state consumer protection laws, unfair competition laws, and in tor
-\hich\af40\dbch\af13\loch\f40 t.
-\par {\listtext\pard\plain\ltrpar \s2 \rtlch\fcs1 \ab\af40\afs20 \ltrch\fcs0 \b\fs20\loch\af40\hich\af40\dbch\af13\insrsid15686224 \hich\af40\dbch\af13\loch\f40 b.\tab}}{\rtlch\fcs1 \af40\afs20 \ltrch\fcs0 \fs20\dbch\af13\insrsid15686224
-\hich\af40\dbch\af13\loch\f40 Outside the United States.}{\rtlch\fcs1 \ab0\af40\afs20 \ltrch\fcs0 \b0\fs20\dbch\af13\insrsid15686224 \hich\af40\dbch\af13\loch\f40 If you acquired the software in any other country, the laws of that country apply.
-\par {\listtext\pard\plain\ltrpar \s1 \rtlch\fcs1 \ab\af40\afs20 \ltrch\fcs0 \b\fs20\loch\af40\hich\af40\dbch\af13\insrsid15686224 \hich\af40\dbch\af13\loch\f40 10.\tab}}\pard\plain \ltrpar\s1\ql \fi-357\li357\ri0\sb120\sa120\nowidctlpar
-\jclisttab\tx360\wrapdefault\aspalpha\aspnum\faauto\ls5\outlinelevel0\adjustright\rin0\lin357\itap0\pararsid15686224 \rtlch\fcs1 \ab\af40\afs19\alang1025 \ltrch\fcs0 \b\fs19\lang1033\langfe1033\loch\af40\hich\af40\dbch\af11\cgrid\langnp1033\langfenp1033 {
-\rtlch\fcs1 \af40\afs20 \ltrch\fcs0 \fs20\dbch\af13\insrsid15686224 \hich\af40\dbch\af13\loch\f40 LEGAL EFFECT.}{\rtlch\fcs1 \ab0\af40\afs20 \ltrch\fcs0 \b0\fs20\dbch\af13\insrsid15686224 \hich\af40\dbch\af13\loch\f40
- This agreement describes certain legal rights. You may have other rights under the laws of your country. You may also have \hich\af40\dbch\af13\loch\f40
-rights with respect to the party from whom you acquired the software. This agreement does not change your rights under the laws of your country if the laws of your country do not permit it to do so.
-\par {\listtext\pard\plain\ltrpar \s1 \rtlch\fcs1 \ab\af40\afs20 \ltrch\fcs0 \b\fs20\loch\af40\hich\af40\dbch\af13\insrsid15686224 \hich\af40\dbch\af13\loch\f40 11.\tab}}\pard \ltrpar\s1\ql \fi-357\li357\ri0\sb120\sa120\widctlpar
-\jclisttab\tx360\wrapdefault\aspalpha\aspnum\faauto\ls5\outlinelevel0\adjustright\rin0\lin357\itap0\pararsid15686224 {\rtlch\fcs1 \af40\afs20 \ltrch\fcs0 \fs20\dbch\af13\insrsid15686224 \hich\af40\dbch\af13\loch\f40 \hich\f40
-DISCLAIMER OF WARRANTY. THE SOFTWARE IS LICENSED \'93\loch\f40 AS-\hich\af40\dbch\af13\loch\f40 \hich\f40 IS.\'94\loch\f40
- YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. YOU MAY HAVE ADDITIONAL CONSUMER RIGHTS OR STATUTORY GUARANTEES UNDER YOUR LOCAL LAWS WHICH THIS AGREEMENT CANNOT CHANGE. TO THE EXTENT PERMITTED UNDER YO
-\hich\af40\dbch\af13\loch\f40 U\hich\af40\dbch\af13\loch\f40 R LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
-\par }\pard\plain \ltrpar\s24\ql \li357\ri0\sb120\sa120\nowidctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin357\itap0\pararsid15686224 \rtlch\fcs1 \af40\afs19\alang1025 \ltrch\fcs0
-\fs19\lang1033\langfe1033\loch\af40\hich\af40\dbch\af11\cgrid\langnp1033\langfenp1033 {\rtlch\fcs1 \af40\afs20 \ltrch\fcs0 \b\fs20\dbch\af13\insrsid15686224 \hich\af40\dbch\af13\loch\f40 FOR AUSTRALIA \hich\f40 \endash \hich\af40\dbch\af13\loch\f40
- YOU HAVE STATUTORY GUARANTEES UNDER THE AUSTRALIAN CONSUMER LAW AND NOTHING IN THESE TERMS IS INTENDED TO AFFECT THOSE RIGHTS.
-\par {\listtext\pard\plain\ltrpar \s1 \rtlch\fcs1 \ab\af40\afs20 \ltrch\fcs0 \b\fs20\loch\af40\hich\af40\dbch\af13\insrsid15686224 \hich\af40\dbch\af13\loch\f40 12.\tab}}\pard\plain \ltrpar\s1\ql \fi-357\li357\ri0\sb120\sa120\widctlpar
-\jclisttab\tx360\wrapdefault\aspalpha\aspnum\faauto\ls5\outlinelevel0\adjustright\rin0\lin357\itap0\pararsid15686224 \rtlch\fcs1 \ab\af40\afs19\alang1025 \ltrch\fcs0 \b\fs19\lang1033\langfe1033\loch\af40\hich\af40\dbch\af11\cgrid\langnp1033\langfenp1033 {
-\rtlch\fcs1 \af40\afs20 \ltrch\fcs0 \fs20\dbch\af13\insrsid15686224 \hich\af40\dbch\af13\loch\f40 LIMITATION ON AND EXCLUSION OF REMEDIES AND DAMAGES}{\rtlch\fcs1 \af40\afs20 \ltrch\fcs0 \fs20\insrsid15686224 \hich\af40\dbch\af11\loch\f40
-. YOU CAN RECOVER FROM MICROSOFT AND ITS SUPPLIERS ONLY DIRECT DAMAGES UP\hich\af40\dbch\af11\loch\f40 TO U.S. $5.00. YOU CANNOT RECOVER ANY OTHER DAMAGES, INCLUDING CONSEQUENTIAL, LOST PROFITS, SPECIAL, INDIRECT OR INCIDENTAL DAMAGES.
-\par }\pard\plain \ltrpar\s24\ql \li357\ri0\sb120\sa120\nowidctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin357\itap0\pararsid15686224 \rtlch\fcs1 \af40\afs19\alang1025 \ltrch\fcs0
-\fs19\lang1033\langfe1033\loch\af40\hich\af40\dbch\af11\cgrid\langnp1033\langfenp1033 {\rtlch\fcs1 \af40\afs20 \ltrch\fcs0 \fs20\dbch\af13\insrsid15686224 \hich\af40\dbch\af13\loch\f40 This limitation applies to
-\par {\listtext\pard\plain\ltrpar \s25 \rtlch\fcs1 \af40\afs20 \ltrch\fcs0 \fs20\loch\af3\hich\af3\dbch\af13\insrsid15686224 \loch\af3\dbch\af13\hich\f3 \'b7\tab}}\pard\plain \ltrpar\s25\ql \fi-363\li720\ri0\sb120\sa120\nowidctlpar
-\jclisttab\tx720\wrapdefault\aspalpha\aspnum\faauto\ls1\adjustright\rin0\lin720\itap0\pararsid15686224 \rtlch\fcs1 \af40\afs19\alang1025 \ltrch\fcs0 \fs19\lang1033\langfe1033\loch\af40\hich\af40\dbch\af11\cgrid\langnp1033\langfenp1033 {\rtlch\fcs1
-\af40\afs20 \ltrch\fcs0 \fs20\dbch\af13\insrsid15686224 \hich\af40\dbch\af13\loch\f40 anything related to the software, services, content (including code) on third party Internet \hich\af40\dbch\af13\loch\f40 sites, or third party programs; and
-\par {\listtext\pard\plain\ltrpar \s25 \rtlch\fcs1 \af40\afs20 \ltrch\fcs0 \fs20\loch\af3\hich\af3\dbch\af13\insrsid15686224 \loch\af3\dbch\af13\hich\f3 \'b7\tab}\hich\af40\dbch\af13\loch\f40
-claims for breach of contract, breach of warranty, guarantee or condition, strict liability, negligence, or other tort to the extent permitted by applicable law.
-\par }\pard\plain \ltrpar\ql \li360\ri0\sb120\sa120\nowidctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin360\itap0\pararsid15686224 \rtlch\fcs1 \af40\afs19\alang1025 \ltrch\fcs0
-\fs19\lang1033\langfe1033\loch\af40\hich\af40\dbch\af11\cgrid\langnp1033\langfenp1033 {\rtlch\fcs1 \af40\afs20 \ltrch\fcs0 \fs20\dbch\af13\insrsid15686224 \hich\af40\dbch\af13\loch\f40 It also applies even if Microsoft knew or should have kn
-\hich\af40\dbch\af13\loch\f40 own about the possibility of the damages. The above limitation or exclusion may not apply to you because your country may not allow the exclusion or limitation of incidental, consequential or other damages.
-\par }\pard \ltrpar\ql \li0\ri0\sb120\sa120\nowidctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0\pararsid15014299 {\rtlch\fcs1 \ab\af40\afs20 \ltrch\fcs0 \b\fs20\dbch\af13\insrsid15014299\charrsid15014299 \hich\af40\dbch\af13\loch\f40
-Please note: As this software is distributed in Q\hich\af40\dbch\af13\loch\f40 uebec, Canada, some of the clauses in this agreement are provided below in French.
-\par }{\rtlch\fcs1 \ab\af40\afs20 \ltrch\fcs0 \b\fs20\lang1036\langfe1033\dbch\af13\langnp1036\insrsid15014299
-\par
-\par }{\rtlch\fcs1 \ab\af40\afs20 \ltrch\fcs0 \b\fs20\lang1036\langfe1033\dbch\af13\langnp1036\insrsid15014299\charrsid15014299 \hich\af40\dbch\af13\loch\f40 \hich\f40 Remarque : Ce logiciel \'e9\loch\f40 \hich\f40 tant distribu\'e9\loch\f40 \hich\f40 au Qu
-\'e9\loch\f40 \hich\f40 bec, Canada, certaines des clauses dans ce contrat sont fournies ci-dessous en fran\'e7\loch\f40 ais.
-\par \hich\af40\dbch\af13\loch\f40 \hich\f40 EXON\'c9\loch\f40 RATION DE GARANTIE.}{\rtlch\fcs1 \af40\afs20 \ltrch\fcs0 \fs20\lang1036\langfe1033\dbch\af13\langnp1036\insrsid15014299\charrsid15014299 \hich\af40\dbch\af13\loch\f40 Le logiciel
-\hich\af40\dbch\af13\loch\f40 \hich\f40 vis\'e9\loch\f40 \hich\f40 par une licence est offert \'ab\loch\f40 \hich\f40 tel quel \'bb\loch\f40 \hich\f40 . Toute utilisation de ce logiciel est \'e0\loch\f40 \hich\f40 votre seule risque et p\'e9\loch\f40
-ril. Microsoft n\hich\f40 \rquote \loch\f40 \hich\f40 accorde aucune autre garantie expresse. Vous pouvez b\'e9\loch\f40 \hich\f40 n\'e9\loch\f40 ficier de droits additionnels en vertu du droit local sur la protection d\hich\af40\dbch\af13\loch\f40 e
-\hich\af40\dbch\af13\loch\f40 \hich\f40 s consommateurs, que ce contrat ne peut modifier. La ou elles sont permises par le droit locale, les garanties implicites de qualit\'e9\loch\f40 marchande, d\hich\f40 \rquote \loch\f40 \hich\f40 ad\'e9\loch\f40
-\hich\f40 quation \'e0\loch\f40 un usage particulier et d\hich\f40 \rquote \loch\f40 \hich\f40 absence de contrefa\'e7\loch\f40 on sont exclues.
-\par }{\rtlch\fcs1 \ab\af40\afs20 \ltrch\fcs0 \b\fs20\lang1036\langfe1033\dbch\af13\langnp1036\insrsid15014299\charrsid15014299 \hich\af40\dbch\af13\loch\f40 \hich\f40 LIMITATION DES DOMMAGES-INT\'c9\loch\f40 \hich\f40 R\'ca\loch\f40 TS E
-\hich\af40\dbch\af13\loch\f40 \hich\f40 T EXCLUSION DE RESPONSABILIT\'c9\loch\f40 POUR LES DOMMAGES.}{\rtlch\fcs1 \af40\afs20 \ltrch\fcs0 \fs20\lang1036\langfe1033\dbch\af13\langnp1036\insrsid15014299\charrsid15014299 \hich\af40\dbch\af13\loch\f40
-\hich\f40 Vous pouvez obtenir de Microsoft et de ses fournisseurs une indemnisation en cas de dommages directs uniquement \'e0\loch\f40 \hich\f40 hauteur de 5,00 $ US. Vous ne pouvez pr\'e9\loch\f40 \hich\f40 tendre \'e0\loch\f40
- aucune indemnisation pour les autres dommage\hich\af40\dbch\af13\loch\f40 \hich\f40 s, y compris les dommages sp\'e9\loch\f40 \hich\f40 ciaux, indirects ou accessoires et pertes de b\'e9\loch\f40 \hich\f40 n\'e9\loch\f40 fices.
-\par }{\rtlch\fcs1 \af40\afs20 \ltrch\fcs0 \fs20\dbch\af13\insrsid15014299\charrsid15014299 \hich\af40\dbch\af13\loch\f40 Cette limitation concerne :
-\par {\listtext\pard\plain\ltrpar \rtlch\fcs1 \af40\afs20 \ltrch\fcs0 \fs20\lang1036\langfe1033\loch\af3\hich\af3\dbch\af13\langnp1036\insrsid15014299\charrsid15014299 \loch\af3\dbch\af13\hich\f3 \'b7\tab}}\pard \ltrpar
-\ql \fi-360\li360\ri0\sb120\sa120\nowidctlpar\jclisttab\tx360\wrapdefault\aspalpha\aspnum\faauto\ls1\adjustright\rin0\lin360\itap0\pararsid15014299 {\rtlch\fcs1 \af40\afs20 \ltrch\fcs0
-\fs20\lang1036\langfe1033\dbch\af13\langnp1036\insrsid15014299\charrsid15014299 \hich\af40\dbch\af13\loch\f40 \hich\f40 tout ce qui est reli\'e9\loch\f40
- au logiciel, aux services ou au contenu (y compris le code) figurant sur des sites Internet tiers ou dans des program\hich\af40\dbch\af13\loch\f40 mes tiers ; et
-\par {\listtext\pard\plain\ltrpar \rtlch\fcs1 \af40\afs20 \ltrch\fcs0 \fs20\lang1036\langfe1033\loch\af3\hich\af3\dbch\af13\langnp1036\insrsid15014299\charrsid15014299 \loch\af3\dbch\af13\hich\f3 \'b7\tab}\hich\af40\dbch\af13\loch\f40 \hich\f40 les r\'e9
-\loch\f40 \hich\f40 clamations au titre de violation de contrat ou de garantie, ou au titre de responsabilit\'e9\loch\f40 \hich\f40 stricte, de n\'e9\loch\f40 gligence ou d\hich\f40 \rquote \loch\f40 \hich\f40 une autre faute dans la limite autoris\'e9
-\loch\f40 e par la loi en vigueur.
-\par }\pard \ltrpar\ql \li0\ri0\sb120\sa120\nowidctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0\pararsid15014299 {\rtlch\fcs1 \af40\afs20 \ltrch\fcs0 \fs20\lang1036\langfe1033\dbch\af13\langnp1036\insrsid15014299\charrsid15014299
-\hich\af40\dbch\af13\loch\f40 Elle s\hich\f40 \rquote \loch\f40 \hich\f40 applique \'e9\loch\f40 \hich\f40 galement, m\'ea\loch\f40 me si Microsoft connai\hich\af40\dbch\af13\loch\f40 \hich\f40 ssait ou devrait conna\'ee\loch\f40 tre l\hich\f40 \rquote
-\'e9\loch\f40 \hich\f40 ventualit\'e9\loch\f40 d\hich\f40 \rquote \loch\f40 un tel dommage. Si votre pays n\hich\f40 \rquote \loch\f40 autorise pas l\hich\f40 \rquote \loch\f40 \hich\f40 exclusion ou la limitation de responsabilit\'e9\loch\f40
- pour les dommages indirects, accessoires ou de quelque nature que ce soit, il se peut que la limitation ou l\hich\f40 \rquote \loch\f40 exclusion c\hich\af40\dbch\af13\loch\f40 i\hich\af40\dbch\af13\loch\f40 -dessus ne s\hich\f40 \rquote \loch\f40
-\hich\f40 appliquera pas \'e0\loch\f40 \hich\f40 votre \'e9\loch\f40 gard.
-\par }\pard\plain \ltrpar\s37\ql \li0\ri0\sb120\sa120\nowidctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0\pararsid15014299 \rtlch\fcs1 \ab\af40\afs19\alang1025 \ltrch\fcs0
-\b\fs19\lang1033\langfe1033\loch\af40\hich\af40\dbch\af11\cgrid\langnp1033\langfenp1033 {\rtlch\fcs1 \af40\afs20 \ltrch\fcs0 \fs20\lang1036\langfe1033\dbch\af13\langnp1036\insrsid15014299\charrsid15014299 \hich\af40\dbch\af13\loch\f40 EFFET JURIDIQUE.}{
-\rtlch\fcs1 \ab0\af40\afs20 \ltrch\fcs0 \b0\fs20\lang1036\langfe1033\dbch\af13\langnp1036\insrsid15014299\charrsid15014299 \hich\af40\dbch\af13\loch\f40 \hich\f40 Le pr\'e9\loch\f40 \hich\f40 sent contrat d\'e9\loch\f40
-crit certains droits juridiques. Vous pourriez avoir d\hich\f40 \rquote \loch\f40 \hich\f40 autres droits pr\'e9\loch\f40 \hich\f40 vus par les lois de votre pays. Le pr\'e9\loch\f40 \hich\f40 sent contrat ne modifie pas les droits que vous conf\'e8
-\loch\f40 rent les loi\hich\af40\dbch\af13\loch\f40 s de votre pays si celles-ci ne le permettent pas}{\rtlch\fcs1 \ab0\af40\afs20 \ltrch\fcs0 \b0\fs20\lang1036\langfe1033\dbch\af13\langnp1036\insrsid15014299 .}{\rtlch\fcs1 \af40 \ltrch\fcs0
-\insrsid4000782
-\par }{\*\themedata 504b030414000600080000002100e9de0fbfff0000001c020000130000005b436f6e74656e745f54797065735d2e786d6cac91cb4ec3301045f748fc83e52d4a
-9cb2400825e982c78ec7a27cc0c8992416c9d8b2a755fbf74cd25442a820166c2cd933f79e3be372bd1f07b5c3989ca74aaff2422b24eb1b475da5df374fd9ad
-5689811a183c61a50f98f4babebc2837878049899a52a57be670674cb23d8e90721f90a4d2fa3802cb35762680fd800ecd7551dc18eb899138e3c943d7e503b6
-b01d583deee5f99824e290b4ba3f364eac4a430883b3c092d4eca8f946c916422ecab927f52ea42b89a1cd59c254f919b0e85e6535d135a8de20f20b8c12c3b0
-0c895fcf6720192de6bf3b9e89ecdbd6596cbcdd8eb28e7c365ecc4ec1ff1460f53fe813d3cc7f5b7f020000ffff0300504b030414000600080000002100a5d6
-a7e7c0000000360100000b0000005f72656c732f2e72656c73848fcf6ac3300c87ef85bd83d17d51d2c31825762fa590432fa37d00e1287f68221bdb1bebdb4f
-c7060abb0884a4eff7a93dfeae8bf9e194e720169aaa06c3e2433fcb68e1763dbf7f82c985a4a725085b787086a37bdbb55fbc50d1a33ccd311ba548b6309512
-0f88d94fbc52ae4264d1c910d24a45db3462247fa791715fd71f989e19e0364cd3f51652d73760ae8fa8c9ffb3c330cc9e4fc17faf2ce545046e37944c69e462
-a1a82fe353bd90a865aad41ed0b5b8f9d6fd010000ffff0300504b0304140006000800000021006b799616830000008a0000001c0000007468656d652f746865
-6d652f7468656d654d616e616765722e786d6c0ccc4d0ac3201040e17da17790d93763bb284562b2cbaebbf600439c1a41c7a0d29fdbd7e5e38337cedf14d59b
-4b0d592c9c070d8a65cd2e88b7f07c2ca71ba8da481cc52c6ce1c715e6e97818c9b48d13df49c873517d23d59085adb5dd20d6b52bd521ef2cdd5eb9246a3d8b
-4757e8d3f729e245eb2b260a0238fd010000ffff0300504b03041400060008000000210030dd4329a8060000a41b0000160000007468656d652f7468656d652f
-7468656d65312e786d6cec594f6fdb3614bf0fd87720746f6327761a07758ad8b19b2d4d1bc46e871e698996d850a240d2497d1bdae38001c3ba618715d86d87
-615b8116d8a5fb34d93a6c1dd0afb0475292c5585e9236d88aad3e2412f9e3fbff1e1fa9abd7eec70c1d1221294fda5efd72cd4324f1794093b0eddd1ef62fad
-79482a9c0498f184b4bd2991deb58df7dfbb8ad755446282607d22d771db8b944ad79796a40fc3585ee62949606ecc458c15bc8a702910f808e8c66c69b9565b
-5d8a314d3c94e018c8de1a8fa94fd05093f43672e23d06af89927ac06762a049136785c10607758d9053d965021d62d6f6804fc08f86e4bef210c352c144dbab
-999fb7b4717509af678b985ab0b6b4ae6f7ed9ba6c4170b06c788a705430adf71bad2b5b057d03606a1ed7ebf5babd7a41cf00b0ef83a6569632cd467faddec9
-699640f6719e76b7d6ac355c7c89feca9cccad4ea7d36c65b258a206641f1b73f8b5da6a6373d9c11b90c537e7f08dce66b7bbeae00dc8e257e7f0fd2badd586
-8b37a088d1e4600ead1ddaef67d40bc898b3ed4af81ac0d76a197c86826828a24bb318f3442d8ab518dfe3a20f000d6458d104a9694ac6d88728eee2782428d6
-0cf03ac1a5193be4cbb921cd0b495fd054b5bd0f530c1931a3f7eaf9f7af9e3f45c70f9e1d3ff8e9f8e1c3e3073f5a42ceaa6d9c84e5552fbffdeccfc71fa33f
-9e7ef3f2d117d57859c6fffac327bffcfc793510d26726ce8b2f9ffcf6ecc98baf3efdfdbb4715f04d814765f890c644a29be408edf3181433567125272371be
-15c308d3f28acd249438c19a4b05fd9e8a1cf4cd296699771c393ac4b5e01d01e5a30a787d72cf1178108989a2159c77a2d801ee72ce3a5c545a6147f32a9979
-3849c26ae66252c6ed637c58c5bb8b13c7bfbd490a75330f4b47f16e441c31f7184e140e494214d273fc80900aedee52ead87597fa824b3e56e82e451d4c2b4d
-32a423279a668bb6690c7e9956e90cfe766cb37b077538abd27a8b1cba48c80acc2a841f12e698f13a9e281c57911ce298950d7e03aba84ac8c154f8655c4f2a
-f074481847bd804859b5e696007d4b4edfc150b12addbecba6b18b148a1e54d1bc81392f23b7f84137c2715a851dd0242a633f900710a218ed715505dfe56e86
-e877f0034e16bafb0e258ebb4faf06b769e888340b103d331115bebc4eb813bf83291b63624a0d1475a756c734f9bbc2cd28546ecbe1e20a3794ca175f3fae90
-fb6d2dd99bb07b55e5ccf68942bd0877b23c77b908e8db5f9db7f024d9239010f35bd4bbe2fcae387bfff9e2bc289f2fbe24cfaa301468dd8bd846dbb4ddf1c2
-ae7b4c191ba8292337a469bc25ec3d411f06f53a73e224c5292c8de0516732307070a1c0660d125c7d44553488700a4d7bddd3444299910e254ab984c3a219ae
-a4adf1d0f82b7bd46cea4388ad1c12ab5d1ed8e1153d9c9f350a3246aad01c6873462b9ac05999ad5cc988826eafc3acae853a33b7ba11cd1445875ba1b236b1
-399483c90bd560b0b0263435085a21b0f22a9cf9356b38ec6046026d77eba3dc2dc60b17e92219e180643ed27acffba86e9c94c7ca9c225a0f1b0cfae0788ad5
-4adc5a9aec1b703b8b93caec1a0bd8e5de7b132fe5113cf312503b998e2c2927274bd051db6b35979b1ef271daf6c6704e86c73805af4bdd476216c26593af84
-0dfb5393d964f9cc9bad5c313709ea70f561ed3ea7b053075221d51696910d0d339585004b34272bff7213cc7a510a5454a3b349b1b206c1f0af490176745d4b
-c663e2abb2b34b23da76f6352ba57ca2881844c1111ab189d8c7e07e1daaa04f40255c77988aa05fe06e4e5bdb4cb9c5394bbaf28d98c1d971ccd20867e556a7
-689ec9166e0a522183792b8907ba55ca6e943bbf2a26e52f48957218ffcf54d1fb09dc3eac04da033e5c0d0b8c74a6b43d2e54c4a10aa511f5fb021a07533b20
-5ae07e17a621a8e082dafc17e450ffb739676998b48643a4daa7211214f623150942f6a02c99e83b85583ddbbb2c4996113211551257a656ec1139246ca86be0
-aadedb3d1441a89b6a929501833b197fee7b9641a3503739e57c732a59b1f7da1cf8a73b1f9bcca0945b874d4393dbbf10b1680f66bbaa5d6f96e77b6f59113d
-316bb31a795600b3d256d0cad2fe354538e7566b2bd69cc6cbcd5c38f0e2bcc63058344429dc2121fd07f63f2a7c66bf76e80d75c8f7a1b622f878a18941d840
-545fb28d07d205d20e8ea071b283369834296bdaac75d256cb37eb0bee740bbe278cad253b8bbfcf69eca23973d939b97891c6ce2cecd8da8e2d343578f6648a
-c2d0383fc818c798cf64e52f597c740f1cbd05df0c264c49134cf09d4a60e8a107260f20f92d47b374e32f000000ffff0300504b030414000600080000002100
-0dd1909fb60000001b010000270000007468656d652f7468656d652f5f72656c732f7468656d654d616e616765722e786d6c2e72656c73848f4d0ac2301484f7
-8277086f6fd3ba109126dd88d0add40384e4350d363f2451eced0dae2c082e8761be9969bb979dc9136332de3168aa1a083ae995719ac16db8ec8e4052164e89
-d93b64b060828e6f37ed1567914b284d262452282e3198720e274a939cd08a54f980ae38a38f56e422a3a641c8bbd048f7757da0f19b017cc524bd62107bd500
-1996509affb3fd381a89672f1f165dfe514173d9850528a2c6cce0239baa4c04ca5bbabac4df000000ffff0300504b01022d0014000600080000002100e9de0f
-bfff0000001c0200001300000000000000000000000000000000005b436f6e74656e745f54797065735d2e786d6c504b01022d0014000600080000002100a5d6
-a7e7c0000000360100000b00000000000000000000000000300100005f72656c732f2e72656c73504b01022d00140006000800000021006b799616830000008a
-0000001c00000000000000000000000000190200007468656d652f7468656d652f7468656d654d616e616765722e786d6c504b01022d00140006000800000021
-0030dd4329a8060000a41b00001600000000000000000000000000d60200007468656d652f7468656d652f7468656d65312e786d6c504b01022d001400060008
-00000021000dd1909fb60000001b0100002700000000000000000000000000b20900007468656d652f7468656d652f5f72656c732f7468656d654d616e616765722e786d6c2e72656c73504b050600000000050005005d010000ad0a00000000}
-{\*\colorschememapping 3c3f786d6c2076657273696f6e3d22312e302220656e636f64696e673d225554462d3822207374616e64616c6f6e653d22796573223f3e0d0a3c613a636c724d
-617020786d6c6e733a613d22687474703a2f2f736368656d61732e6f70656e786d6c666f726d6174732e6f72672f64726177696e676d6c2f323030362f6d6169
-6e22206267313d226c743122207478313d22646b3122206267323d226c743222207478323d22646b322220616363656e74313d22616363656e74312220616363
-656e74323d22616363656e74322220616363656e74333d22616363656e74332220616363656e74343d22616363656e74342220616363656e74353d22616363656e74352220616363656e74363d22616363656e74362220686c696e6b3d22686c696e6b2220666f6c486c696e6b3d22666f6c486c696e6b222f3e}
-{\*\latentstyles\lsdstimax371\lsdlockeddef0\lsdsemihiddendef0\lsdunhideuseddef0\lsdqformatdef0\lsdprioritydef99{\lsdlockedexcept \lsdqformat1 \lsdpriority0 \lsdlocked0 Normal;\lsdqformat1 \lsdlocked0 heading 1;
-\lsdsemihidden1 \lsdunhideused1 \lsdqformat1 \lsdlocked0 heading 2;\lsdsemihidden1 \lsdunhideused1 \lsdqformat1 \lsdlocked0 heading 3;\lsdsemihidden1 \lsdunhideused1 \lsdqformat1 \lsdlocked0 heading 4;
-\lsdsemihidden1 \lsdunhideused1 \lsdqformat1 \lsdlocked0 heading 5;\lsdsemihidden1 \lsdunhideused1 \lsdqformat1 \lsdlocked0 heading 6;\lsdsemihidden1 \lsdunhideused1 \lsdqformat1 \lsdlocked0 heading 7;
-\lsdsemihidden1 \lsdunhideused1 \lsdqformat1 \lsdlocked0 heading 8;\lsdsemihidden1 \lsdunhideused1 \lsdqformat1 \lsdlocked0 heading 9;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 index 1;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 index 2;
-\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 index 3;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 index 4;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 index 5;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 index 6;
-\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 index 7;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 index 8;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 index 9;\lsdsemihidden1 \lsdunhideused1 \lsdpriority39 \lsdlocked0 toc 1;
-\lsdsemihidden1 \lsdunhideused1 \lsdpriority39 \lsdlocked0 toc 2;\lsdsemihidden1 \lsdunhideused1 \lsdpriority39 \lsdlocked0 toc 3;\lsdsemihidden1 \lsdunhideused1 \lsdpriority39 \lsdlocked0 toc 4;
-\lsdsemihidden1 \lsdunhideused1 \lsdpriority39 \lsdlocked0 toc 5;\lsdsemihidden1 \lsdunhideused1 \lsdpriority39 \lsdlocked0 toc 6;\lsdsemihidden1 \lsdunhideused1 \lsdpriority39 \lsdlocked0 toc 7;
-\lsdsemihidden1 \lsdunhideused1 \lsdpriority39 \lsdlocked0 toc 8;\lsdsemihidden1 \lsdunhideused1 \lsdpriority39 \lsdlocked0 toc 9;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Normal Indent;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 footnote text;
-\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 annotation text;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 header;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 footer;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 index heading;
-\lsdsemihidden1 \lsdunhideused1 \lsdqformat1 \lsdpriority35 \lsdlocked0 caption;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 table of figures;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 envelope address;
-\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 envelope return;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 footnote reference;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 annotation reference;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 line number;
-\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 page number;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 endnote reference;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 endnote text;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 table of authorities;
-\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 macro;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 toa heading;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 List;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 List Bullet;
-\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 List Number;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 List 2;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 List 3;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 List 4;
-\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 List 5;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 List Bullet 2;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 List Bullet 3;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 List Bullet 4;
-\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 List Bullet 5;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 List Number 2;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 List Number 3;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 List Number 4;
-\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 List Number 5;\lsdqformat1 \lsdpriority10 \lsdlocked0 Title;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Closing;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Signature;
-\lsdsemihidden1 \lsdunhideused1 \lsdpriority1 \lsdlocked0 Default Paragraph Font;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Body Text;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Body Text Indent;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 List Continue;
-\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 List Continue 2;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 List Continue 3;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 List Continue 4;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 List Continue 5;
-\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Message Header;\lsdqformat1 \lsdpriority11 \lsdlocked0 Subtitle;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Salutation;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Date;
-\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Body Text First Indent;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Body Text First Indent 2;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Note Heading;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Body Text 2;
-\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Body Text 3;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Body Text Indent 2;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Body Text Indent 3;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Block Text;
-\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Hyperlink;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 FollowedHyperlink;\lsdqformat1 \lsdpriority22 \lsdlocked0 Strong;\lsdqformat1 \lsdpriority20 \lsdlocked0 Emphasis;
-\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Document Map;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Plain Text;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 E-mail Signature;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 HTML Top of Form;
-\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 HTML Bottom of Form;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Normal (Web);\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 HTML Acronym;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 HTML Address;
-\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 HTML Cite;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 HTML Code;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 HTML Definition;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 HTML Keyboard;
-\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 HTML Preformatted;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 HTML Sample;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 HTML Typewriter;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 HTML Variable;
-\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 annotation subject;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 No List;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Outline List 1;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Outline List 2;
-\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Outline List 3;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Balloon Text;\lsdpriority59 \lsdlocked0 Table Grid;\lsdsemihidden1 \lsdlocked0 Placeholder Text;\lsdqformat1 \lsdpriority1 \lsdlocked0 No Spacing;
-\lsdpriority60 \lsdlocked0 Light Shading;\lsdpriority61 \lsdlocked0 Light List;\lsdpriority62 \lsdlocked0 Light Grid;\lsdpriority63 \lsdlocked0 Medium Shading 1;\lsdpriority64 \lsdlocked0 Medium Shading 2;\lsdpriority65 \lsdlocked0 Medium List 1;
-\lsdpriority66 \lsdlocked0 Medium List 2;\lsdpriority67 \lsdlocked0 Medium Grid 1;\lsdpriority68 \lsdlocked0 Medium Grid 2;\lsdpriority69 \lsdlocked0 Medium Grid 3;\lsdpriority70 \lsdlocked0 Dark List;\lsdpriority71 \lsdlocked0 Colorful Shading;
-\lsdpriority72 \lsdlocked0 Colorful List;\lsdpriority73 \lsdlocked0 Colorful Grid;\lsdpriority60 \lsdlocked0 Light Shading Accent 1;\lsdpriority61 \lsdlocked0 Light List Accent 1;\lsdpriority62 \lsdlocked0 Light Grid Accent 1;
-\lsdpriority63 \lsdlocked0 Medium Shading 1 Accent 1;\lsdpriority64 \lsdlocked0 Medium Shading 2 Accent 1;\lsdpriority65 \lsdlocked0 Medium List 1 Accent 1;\lsdsemihidden1 \lsdlocked0 Revision;\lsdqformat1 \lsdpriority34 \lsdlocked0 List Paragraph;
-\lsdqformat1 \lsdpriority29 \lsdlocked0 Quote;\lsdqformat1 \lsdpriority30 \lsdlocked0 Intense Quote;\lsdpriority66 \lsdlocked0 Medium List 2 Accent 1;\lsdpriority67 \lsdlocked0 Medium Grid 1 Accent 1;\lsdpriority68 \lsdlocked0 Medium Grid 2 Accent 1;
-\lsdpriority69 \lsdlocked0 Medium Grid 3 Accent 1;\lsdpriority70 \lsdlocked0 Dark List Accent 1;\lsdpriority71 \lsdlocked0 Colorful Shading Accent 1;\lsdpriority72 \lsdlocked0 Colorful List Accent 1;\lsdpriority73 \lsdlocked0 Colorful Grid Accent 1;
-\lsdpriority60 \lsdlocked0 Light Shading Accent 2;\lsdpriority61 \lsdlocked0 Light List Accent 2;\lsdpriority62 \lsdlocked0 Light Grid Accent 2;\lsdpriority63 \lsdlocked0 Medium Shading 1 Accent 2;\lsdpriority64 \lsdlocked0 Medium Shading 2 Accent 2;
-\lsdpriority65 \lsdlocked0 Medium List 1 Accent 2;\lsdpriority66 \lsdlocked0 Medium List 2 Accent 2;\lsdpriority67 \lsdlocked0 Medium Grid 1 Accent 2;\lsdpriority68 \lsdlocked0 Medium Grid 2 Accent 2;\lsdpriority69 \lsdlocked0 Medium Grid 3 Accent 2;
-\lsdpriority70 \lsdlocked0 Dark List Accent 2;\lsdpriority71 \lsdlocked0 Colorful Shading Accent 2;\lsdpriority72 \lsdlocked0 Colorful List Accent 2;\lsdpriority73 \lsdlocked0 Colorful Grid Accent 2;\lsdpriority60 \lsdlocked0 Light Shading Accent 3;
-\lsdpriority61 \lsdlocked0 Light List Accent 3;\lsdpriority62 \lsdlocked0 Light Grid Accent 3;\lsdpriority63 \lsdlocked0 Medium Shading 1 Accent 3;\lsdpriority64 \lsdlocked0 Medium Shading 2 Accent 3;\lsdpriority65 \lsdlocked0 Medium List 1 Accent 3;
-\lsdpriority66 \lsdlocked0 Medium List 2 Accent 3;\lsdpriority67 \lsdlocked0 Medium Grid 1 Accent 3;\lsdpriority68 \lsdlocked0 Medium Grid 2 Accent 3;\lsdpriority69 \lsdlocked0 Medium Grid 3 Accent 3;\lsdpriority70 \lsdlocked0 Dark List Accent 3;
-\lsdpriority71 \lsdlocked0 Colorful Shading Accent 3;\lsdpriority72 \lsdlocked0 Colorful List Accent 3;\lsdpriority73 \lsdlocked0 Colorful Grid Accent 3;\lsdpriority60 \lsdlocked0 Light Shading Accent 4;\lsdpriority61 \lsdlocked0 Light List Accent 4;
-\lsdpriority62 \lsdlocked0 Light Grid Accent 4;\lsdpriority63 \lsdlocked0 Medium Shading 1 Accent 4;\lsdpriority64 \lsdlocked0 Medium Shading 2 Accent 4;\lsdpriority65 \lsdlocked0 Medium List 1 Accent 4;\lsdpriority66 \lsdlocked0 Medium List 2 Accent 4;
-\lsdpriority67 \lsdlocked0 Medium Grid 1 Accent 4;\lsdpriority68 \lsdlocked0 Medium Grid 2 Accent 4;\lsdpriority69 \lsdlocked0 Medium Grid 3 Accent 4;\lsdpriority70 \lsdlocked0 Dark List Accent 4;\lsdpriority71 \lsdlocked0 Colorful Shading Accent 4;
-\lsdpriority72 \lsdlocked0 Colorful List Accent 4;\lsdpriority73 \lsdlocked0 Colorful Grid Accent 4;\lsdpriority60 \lsdlocked0 Light Shading Accent 5;\lsdpriority61 \lsdlocked0 Light List Accent 5;\lsdpriority62 \lsdlocked0 Light Grid Accent 5;
-\lsdpriority63 \lsdlocked0 Medium Shading 1 Accent 5;\lsdpriority64 \lsdlocked0 Medium Shading 2 Accent 5;\lsdpriority65 \lsdlocked0 Medium List 1 Accent 5;\lsdpriority66 \lsdlocked0 Medium List 2 Accent 5;
-\lsdpriority67 \lsdlocked0 Medium Grid 1 Accent 5;\lsdpriority68 \lsdlocked0 Medium Grid 2 Accent 5;\lsdpriority69 \lsdlocked0 Medium Grid 3 Accent 5;\lsdpriority70 \lsdlocked0 Dark List Accent 5;\lsdpriority71 \lsdlocked0 Colorful Shading Accent 5;
-\lsdpriority72 \lsdlocked0 Colorful List Accent 5;\lsdpriority73 \lsdlocked0 Colorful Grid Accent 5;\lsdpriority60 \lsdlocked0 Light Shading Accent 6;\lsdpriority61 \lsdlocked0 Light List Accent 6;\lsdpriority62 \lsdlocked0 Light Grid Accent 6;
-\lsdpriority63 \lsdlocked0 Medium Shading 1 Accent 6;\lsdpriority64 \lsdlocked0 Medium Shading 2 Accent 6;\lsdpriority65 \lsdlocked0 Medium List 1 Accent 6;\lsdpriority66 \lsdlocked0 Medium List 2 Accent 6;
-\lsdpriority67 \lsdlocked0 Medium Grid 1 Accent 6;\lsdpriority68 \lsdlocked0 Medium Grid 2 Accent 6;\lsdpriority69 \lsdlocked0 Medium Grid 3 Accent 6;\lsdpriority70 \lsdlocked0 Dark List Accent 6;\lsdpriority71 \lsdlocked0 Colorful Shading Accent 6;
-\lsdpriority72 \lsdlocked0 Colorful List Accent 6;\lsdpriority73 \lsdlocked0 Colorful Grid Accent 6;\lsdqformat1 \lsdpriority19 \lsdlocked0 Subtle Emphasis;\lsdqformat1 \lsdpriority21 \lsdlocked0 Intense Emphasis;
-\lsdqformat1 \lsdpriority31 \lsdlocked0 Subtle Reference;\lsdqformat1 \lsdpriority32 \lsdlocked0 Intense Reference;\lsdqformat1 \lsdpriority33 \lsdlocked0 Book Title;\lsdsemihidden1 \lsdunhideused1 \lsdpriority37 \lsdlocked0 Bibliography;
-\lsdsemihidden1 \lsdunhideused1 \lsdqformat1 \lsdpriority39 \lsdlocked0 TOC Heading;\lsdpriority41 \lsdlocked0 Plain Table 1;\lsdpriority42 \lsdlocked0 Plain Table 2;\lsdpriority43 \lsdlocked0 Plain Table 3;\lsdpriority44 \lsdlocked0 Plain Table 4;
-\lsdpriority45 \lsdlocked0 Plain Table 5;\lsdpriority40 \lsdlocked0 Grid Table Light;\lsdpriority46 \lsdlocked0 Grid Table 1 Light;\lsdpriority47 \lsdlocked0 Grid Table 2;\lsdpriority48 \lsdlocked0 Grid Table 3;\lsdpriority49 \lsdlocked0 Grid Table 4;
-\lsdpriority50 \lsdlocked0 Grid Table 5 Dark;\lsdpriority51 \lsdlocked0 Grid Table 6 Colorful;\lsdpriority52 \lsdlocked0 Grid Table 7 Colorful;\lsdpriority46 \lsdlocked0 Grid Table 1 Light Accent 1;\lsdpriority47 \lsdlocked0 Grid Table 2 Accent 1;
-\lsdpriority48 \lsdlocked0 Grid Table 3 Accent 1;\lsdpriority49 \lsdlocked0 Grid Table 4 Accent 1;\lsdpriority50 \lsdlocked0 Grid Table 5 Dark Accent 1;\lsdpriority51 \lsdlocked0 Grid Table 6 Colorful Accent 1;
-\lsdpriority52 \lsdlocked0 Grid Table 7 Colorful Accent 1;\lsdpriority46 \lsdlocked0 Grid Table 1 Light Accent 2;\lsdpriority47 \lsdlocked0 Grid Table 2 Accent 2;\lsdpriority48 \lsdlocked0 Grid Table 3 Accent 2;
-\lsdpriority49 \lsdlocked0 Grid Table 4 Accent 2;\lsdpriority50 \lsdlocked0 Grid Table 5 Dark Accent 2;\lsdpriority51 \lsdlocked0 Grid Table 6 Colorful Accent 2;\lsdpriority52 \lsdlocked0 Grid Table 7 Colorful Accent 2;
-\lsdpriority46 \lsdlocked0 Grid Table 1 Light Accent 3;\lsdpriority47 \lsdlocked0 Grid Table 2 Accent 3;\lsdpriority48 \lsdlocked0 Grid Table 3 Accent 3;\lsdpriority49 \lsdlocked0 Grid Table 4 Accent 3;
-\lsdpriority50 \lsdlocked0 Grid Table 5 Dark Accent 3;\lsdpriority51 \lsdlocked0 Grid Table 6 Colorful Accent 3;\lsdpriority52 \lsdlocked0 Grid Table 7 Colorful Accent 3;\lsdpriority46 \lsdlocked0 Grid Table 1 Light Accent 4;
-\lsdpriority47 \lsdlocked0 Grid Table 2 Accent 4;\lsdpriority48 \lsdlocked0 Grid Table 3 Accent 4;\lsdpriority49 \lsdlocked0 Grid Table 4 Accent 4;\lsdpriority50 \lsdlocked0 Grid Table 5 Dark Accent 4;
-\lsdpriority51 \lsdlocked0 Grid Table 6 Colorful Accent 4;\lsdpriority52 \lsdlocked0 Grid Table 7 Colorful Accent 4;\lsdpriority46 \lsdlocked0 Grid Table 1 Light Accent 5;\lsdpriority47 \lsdlocked0 Grid Table 2 Accent 5;
-\lsdpriority48 \lsdlocked0 Grid Table 3 Accent 5;\lsdpriority49 \lsdlocked0 Grid Table 4 Accent 5;\lsdpriority50 \lsdlocked0 Grid Table 5 Dark Accent 5;\lsdpriority51 \lsdlocked0 Grid Table 6 Colorful Accent 5;
-\lsdpriority52 \lsdlocked0 Grid Table 7 Colorful Accent 5;\lsdpriority46 \lsdlocked0 Grid Table 1 Light Accent 6;\lsdpriority47 \lsdlocked0 Grid Table 2 Accent 6;\lsdpriority48 \lsdlocked0 Grid Table 3 Accent 6;
-\lsdpriority49 \lsdlocked0 Grid Table 4 Accent 6;\lsdpriority50 \lsdlocked0 Grid Table 5 Dark Accent 6;\lsdpriority51 \lsdlocked0 Grid Table 6 Colorful Accent 6;\lsdpriority52 \lsdlocked0 Grid Table 7 Colorful Accent 6;
-\lsdpriority46 \lsdlocked0 List Table 1 Light;\lsdpriority47 \lsdlocked0 List Table 2;\lsdpriority48 \lsdlocked0 List Table 3;\lsdpriority49 \lsdlocked0 List Table 4;\lsdpriority50 \lsdlocked0 List Table 5 Dark;
-\lsdpriority51 \lsdlocked0 List Table 6 Colorful;\lsdpriority52 \lsdlocked0 List Table 7 Colorful;\lsdpriority46 \lsdlocked0 List Table 1 Light Accent 1;\lsdpriority47 \lsdlocked0 List Table 2 Accent 1;\lsdpriority48 \lsdlocked0 List Table 3 Accent 1;
-\lsdpriority49 \lsdlocked0 List Table 4 Accent 1;\lsdpriority50 \lsdlocked0 List Table 5 Dark Accent 1;\lsdpriority51 \lsdlocked0 List Table 6 Colorful Accent 1;\lsdpriority52 \lsdlocked0 List Table 7 Colorful Accent 1;
-\lsdpriority46 \lsdlocked0 List Table 1 Light Accent 2;\lsdpriority47 \lsdlocked0 List Table 2 Accent 2;\lsdpriority48 \lsdlocked0 List Table 3 Accent 2;\lsdpriority49 \lsdlocked0 List Table 4 Accent 2;
-\lsdpriority50 \lsdlocked0 List Table 5 Dark Accent 2;\lsdpriority51 \lsdlocked0 List Table 6 Colorful Accent 2;\lsdpriority52 \lsdlocked0 List Table 7 Colorful Accent 2;\lsdpriority46 \lsdlocked0 List Table 1 Light Accent 3;
-\lsdpriority47 \lsdlocked0 List Table 2 Accent 3;\lsdpriority48 \lsdlocked0 List Table 3 Accent 3;\lsdpriority49 \lsdlocked0 List Table 4 Accent 3;\lsdpriority50 \lsdlocked0 List Table 5 Dark Accent 3;
-\lsdpriority51 \lsdlocked0 List Table 6 Colorful Accent 3;\lsdpriority52 \lsdlocked0 List Table 7 Colorful Accent 3;\lsdpriority46 \lsdlocked0 List Table 1 Light Accent 4;\lsdpriority47 \lsdlocked0 List Table 2 Accent 4;
-\lsdpriority48 \lsdlocked0 List Table 3 Accent 4;\lsdpriority49 \lsdlocked0 List Table 4 Accent 4;\lsdpriority50 \lsdlocked0 List Table 5 Dark Accent 4;\lsdpriority51 \lsdlocked0 List Table 6 Colorful Accent 4;
-\lsdpriority52 \lsdlocked0 List Table 7 Colorful Accent 4;\lsdpriority46 \lsdlocked0 List Table 1 Light Accent 5;\lsdpriority47 \lsdlocked0 List Table 2 Accent 5;\lsdpriority48 \lsdlocked0 List Table 3 Accent 5;
-\lsdpriority49 \lsdlocked0 List Table 4 Accent 5;\lsdpriority50 \lsdlocked0 List Table 5 Dark Accent 5;\lsdpriority51 \lsdlocked0 List Table 6 Colorful Accent 5;\lsdpriority52 \lsdlocked0 List Table 7 Colorful Accent 5;
-\lsdpriority46 \lsdlocked0 List Table 1 Light Accent 6;\lsdpriority47 \lsdlocked0 List Table 2 Accent 6;\lsdpriority48 \lsdlocked0 List Table 3 Accent 6;\lsdpriority49 \lsdlocked0 List Table 4 Accent 6;
-\lsdpriority50 \lsdlocked0 List Table 5 Dark Accent 6;\lsdpriority51 \lsdlocked0 List Table 6 Colorful Accent 6;\lsdpriority52 \lsdlocked0 List Table 7 Colorful Accent 6;}}{\*\datastore 010500000200000018000000
-4d73786d6c322e534158584d4c5265616465722e362e3000000000000000000000060000
-d0cf11e0a1b11ae1000000000000000000000000000000003e000300feff090006000000000000000000000001000000010000000000000000100000feffffff00000000feffffff0000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
-ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
-ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
-ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
-fffffffffffffffffdfffffffeffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
-ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
-ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
-ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
-ffffffffffffffffffffffffffffffff52006f006f007400200045006e00740072007900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000016000500ffffffffffffffffffffffff0c6ad98892f1d411a65f0040963251e500000000000000000000000030b3
-eb9bfa5bce01feffffff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffff00000000000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffff0000000000000000000000000000000000000000000000000000
-000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffff000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000105000000000000}}
\ No newline at end of file
diff --git a/packages/Microsoft.Net.Http.2.1.10/Microsoft.Net.Http.2.1.10.nupkg b/packages/Microsoft.Net.Http.2.1.10/Microsoft.Net.Http.2.1.10.nupkg
deleted file mode 100644
index dc98d0c..0000000
Binary files a/packages/Microsoft.Net.Http.2.1.10/Microsoft.Net.Http.2.1.10.nupkg and /dev/null differ
diff --git a/packages/Microsoft.Net.Http.2.1.10/ReleaseNotes.txt b/packages/Microsoft.Net.Http.2.1.10/ReleaseNotes.txt
deleted file mode 100644
index e69de29..0000000
diff --git a/packages/Microsoft.Net.Http.2.1.10/lib/net40/System.Net.Http.Extensions.XML b/packages/Microsoft.Net.Http.2.1.10/lib/net40/System.Net.Http.Extensions.XML
deleted file mode 100644
index 1190940..0000000
--- a/packages/Microsoft.Net.Http.2.1.10/lib/net40/System.Net.Http.Extensions.XML
+++ /dev/null
@@ -1,50 +0,0 @@
-
-
-
- System.Net.Http.Extensions
-
-
-
-
- Extension methods for which expose differences in platform specific capabilities.
-
-
-
-
- Gets a value that indicates if HttpClientHandler.AllowAutoRedirect is supported by the handler.
- When this property is true and HttpClientHandler.SupportsRedirectConfiguration is false, setting HttpClientHandler.AllowAutoRedirect to true will cause the system default to be used for HttpClientHandler.MaximumAutomaticRedirections.
-
- The to check.
- Returns .true if the if the handler supports configuration settings for the property; otherwise false.
-
-
-
- Gets a value that indicates if is supported by the handler.
-
- The to check.
- Returns .true if the if the handler supports configuration settings for the property; otherwise false.
-
-
-
- Gets a value that indicates if , HttpRequestMessage.ProtocolVersion, and HttpResponseMessage.ProtocolVersion are supported by the handler.
-
- The to check.
- Returns .true if the if the handler supports configuration settings for the , HttpRequestMessage.ProtocolVersion, and HttpResponseMessage.ProtocolVersion properties; otherwise false.
-
-
-
- Gets a value that indicates if HttpRequestMessage.Headers with or header value of 'chunked' is supported by the handler.
-
- The to check.
- Returns .true if the if the handler supports setting HttpRequestMessage.Headers with or header value of 'chunked'; otherwise false.
-
-
-
- Gets a value that indicates if is supported by the handler.
- When this property is true and HttpClientHandler.SupportsProxy is false, setting HttpClientHandler.UseProxy to true will cause the system default to be used for HttpClientHandler.Proxy.
-
- The to check.
- Returns .true if the if the handler supports configuration settings for the property; otherwise false.
-
-
-
diff --git a/packages/Microsoft.Net.Http.2.1.10/lib/net40/System.Net.Http.Extensions.dll b/packages/Microsoft.Net.Http.2.1.10/lib/net40/System.Net.Http.Extensions.dll
deleted file mode 100644
index acc41c1..0000000
Binary files a/packages/Microsoft.Net.Http.2.1.10/lib/net40/System.Net.Http.Extensions.dll and /dev/null differ
diff --git a/packages/Microsoft.Net.Http.2.1.10/lib/net40/System.Net.Http.Primitives.dll b/packages/Microsoft.Net.Http.2.1.10/lib/net40/System.Net.Http.Primitives.dll
deleted file mode 100644
index bf6fde1..0000000
Binary files a/packages/Microsoft.Net.Http.2.1.10/lib/net40/System.Net.Http.Primitives.dll and /dev/null differ
diff --git a/packages/Microsoft.Net.Http.2.1.10/lib/net40/System.Net.Http.Primitives.xml b/packages/Microsoft.Net.Http.2.1.10/lib/net40/System.Net.Http.Primitives.xml
deleted file mode 100644
index 53640c6..0000000
--- a/packages/Microsoft.Net.Http.2.1.10/lib/net40/System.Net.Http.Primitives.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
- System.Net.Http.Primitives
-
-
-
-
diff --git a/packages/Microsoft.Net.Http.2.1.10/lib/net40/System.Net.Http.WebRequest.dll b/packages/Microsoft.Net.Http.2.1.10/lib/net40/System.Net.Http.WebRequest.dll
deleted file mode 100644
index 14180d9..0000000
Binary files a/packages/Microsoft.Net.Http.2.1.10/lib/net40/System.Net.Http.WebRequest.dll and /dev/null differ
diff --git a/packages/Microsoft.Net.Http.2.1.10/lib/net40/System.Net.Http.WebRequest.xml b/packages/Microsoft.Net.Http.2.1.10/lib/net40/System.Net.Http.WebRequest.xml
deleted file mode 100644
index c87a734..0000000
--- a/packages/Microsoft.Net.Http.2.1.10/lib/net40/System.Net.Http.WebRequest.xml
+++ /dev/null
@@ -1,52 +0,0 @@
-
-
-
- System.Net.Http.WebRequest
-
-
-
-
-
- Implements a transport handler using instances to send HTTP requests to servers.
-
-
- Initializes a new instance of the class.
-
-
- Gets or sets a value that indicates whether to pipeline the request to the Internet resource.
- Returns .true if the request should be pipelined; otherwise, false. The default is true.
-
-
- Gets or sets a value indicating the level of authentication and impersonation used for this request.
- Returns .A bitwise combination of the values. The default value is .
-
-
- Gets or sets the cache policy for this request.
- Returns .A object that defines a cache policy. The default is .
-
-
- Gets or sets the collection of security certificates that are associated with this request.
- Returns .The collection of security certificates associated with this request.
-
-
- Gets or sets the amount of time, in milliseconds, the application will wait for 100-continue from the server before uploading data.
- Returns .The amount of time, in milliseconds, the application will wait for 100-continue from the server before uploading data. The default value is 350 milliseconds.
-
-
- Gets or sets the impersonation level for the current request.
- Returns .The impersonation level for the request. The default is .
-
-
- Gets or sets the maximum allowed length of the response headers.
- Returns .The length, in kilobytes (1024 bytes), of the response headers.
-
-
- Gets or sets a time-out in milliseconds when writing a request to or reading a response from a server.
- Returns .The number of milliseconds before the writing or reading times out. The default value is 300,000 milliseconds (5 minutes).
-
-
- Gets or sets a value that indicates whether to allow high-speed NTLM-authenticated connection sharing.
- Returns .true to keep the authenticated connection open; otherwise, false.
-
-
-
\ No newline at end of file
diff --git a/packages/Microsoft.Net.Http.2.1.10/lib/net40/System.Net.Http.dll b/packages/Microsoft.Net.Http.2.1.10/lib/net40/System.Net.Http.dll
deleted file mode 100644
index 9034dd6..0000000
Binary files a/packages/Microsoft.Net.Http.2.1.10/lib/net40/System.Net.Http.dll and /dev/null differ
diff --git a/packages/Microsoft.Net.Http.2.1.10/lib/net40/System.Net.Http.xml b/packages/Microsoft.Net.Http.2.1.10/lib/net40/System.Net.Http.xml
deleted file mode 100644
index 940e260..0000000
--- a/packages/Microsoft.Net.Http.2.1.10/lib/net40/System.Net.Http.xml
+++ /dev/null
@@ -1,1581 +0,0 @@
-
-
-
- System.Net.Http
-
-
-
- Provides HTTP content based on a byte array.
-
-
- Initializes a new instance of the class.
- The content used to initialize the .
- The parameter is null.
-
-
- Initializes a new instance of the class.
- The content used to initialize the .
- The offset, in bytes, in the parameter used to initialize the .
- The number of bytes in the starting from the parameter used to initialize the .
- The parameter is null.
- The parameter is less than zero.-or-The parameter is greater than the length of content specified by the parameter.-or-The parameter is less than zero.-or-The parameter is greater than the length of content specified by the parameter - minus the parameter.
-
-
- Creates an HTTP content stream for reading whose backing store is memory from the .
- Returns .The HTTP content stream.
-
-
- Serialize and write the byte array provided in the constructor to an HTTP content stream.
- The target stream.
- Information about the transport(channel binding token, for example). This parameter may be null.
-
-
- Serialize and write the byte array provided in the constructor to an HTTP content stream as an asynchronous operation.
- Returns . The task object representing the asynchronous operation.
- The target stream.
- Information about the transport, like channel binding token. This parameter may be null.
-
-
- Determines whether a byte array has a valid length in bytes.
- Returns .true if is a valid length; otherwise, false.
- The length in bytes of the byte array.
-
-
- A base type for HTTP handlers that delegate the processing of HTTP response messages to another handler, called the inner handler.
-
-
- Initializes a new instance of the class with a specific inner handler.
- The inner handler which is responsible for processing the HTTP response messages.
-
-
- Releases the unmanaged resources used by the , and optionally disposes of the managed resources.
- true to release both managed and unmanaged resources; false to releases only unmanaged resources.
-
-
- Sends an HTTP request to the inner handler to send to the server synchronously.
- Returns . The HTTP response message from the inner handler.
- The HTTP request message to send to the server.
- A cancellation token to cancel operation.
-
-
- Sends an HTTP request to the inner handler to send to the server as an asynchronous operation.
- Returns . The task object representing the asynchronous operation.
- The HTTP request message to send to the server.
- A cancellation token to cancel operation.
-
-
- A container for name/value tuples encoded using application/x-www-form-urlencoded MIME type.
-
-
- Initializes a new instance of the class with a specific collection of name/value pairs.
- A collection of name/value pairs.
-
-
- Creates an HTTP content stream for reading whose backing store is memory from the .
- Returns . The HTTP content stream.
-
-
- Serialize and write the provided name/value pairs in the constructor to an HTTP content stream.
- The target stream.
- Information about the transport (the channel binding token, for example). This parameter may be a null reference.
-
-
- Serialize and write the provided name/value pairs in the constructor to an HTTP content stream as an asynchronous operation.
- Returns . The task object representing the asynchronous operation.
- The target stream.
- Information about the transport (the channel binding token, for example). This parameter may be a null reference.
-
-
- Determines whether the encoded name/value data has a valid length in bytes.
- Returns .true if is a valid length; otherwise, false.
- The length in bytes of the encoded name/value data.
-
-
- Provides a base class for sending HTTP requests and receiving HTTP responses from a resource identified by a URI.
-
-
- Initializes a new instance of the class.
-
-
- Initializes a new instance of the class with a specific handler.
- The HTTP handler stack to use for sending requests.
-
-
- Gets or sets the base address of Uniform Resource Identifier (URI) of the Internet resource used when sending requests.
- Returns .The base address of Uniform Resource Identifier (URI) of the Internet resource used when sending requests.
-
-
- Cancel all pending requests on this instance.
-
-
- Gets the headers which should be sent with each request.
- Returns .The headers which should be sent with each request.
-
-
- Send a DELETE request to the specified Uri.
- Returns .The HTTP response message.
- The Uri the request is sent to.
- The request message was already sent by the instance.
-
-
- Send a DELETE request to the specified Uri.
- Returns .The HTTP response message.
- The request message was already sent by the instance.
-
-
- Send a DELETE request to the specified Uri as an asynchronous operation.
- Returns .The task object representing the asynchronous operation.
- The Uri the request is sent to.
-
-
- Send a DELETE request to the specified Uri as an asynchronous operation.
- Returns .The task object representing the asynchronous operation.
- The Uri the request is sent to.
-
-
- Releases the unmanaged resources and disposes of the managed resources used by the .
-
-
- Releases the unmanaged resources used by the and optionally disposes of the managed resources.
- true to release both managed and unmanaged resources; false to releases only unmanaged resources.
-
-
- Send a GET request to the specified Uri.
- Returns .The HTTP response message.
- The Uri the request is sent to.
- The request message was already sent by the instance.
-
-
- Send a GET request to the specified Uri.
- Returns .The HTTP response message.
- The Uri the request is sent to.
- The request message was already sent by the instance.
-
-
- Send a GET request to the specified Uri as an asynchronous operation.
- Returns .The task object representing the asynchronous operation.
- The Uri the request is sent to.
- The request message was already sent by the instance.
-
-
- Send a GET request to the specified Uri as an asynchronous operation.
- Returns .The task object representing the asynchronous operation.
- The Uri the request is sent to.
- The request message was already sent by the instance.
-
-
- Gets or sets the maximum number of bytes to buffer when reading the response content.
- Returns .The maximum number of bytes to buffer when reading the response content.
- The size specified is less than or equal to zero.
- An operation has already been started on the current instance.
- The current instance has been disposed.
-
-
- Send a POST request to the specified Uri.
- Returns .The HTTP response message.
- The Uri the request is sent to.
- The HTTP request content sent to the server.
- The request message was already sent by the instance.
-
-
- Send a POST request to the specified Uri.
- Returns .The HTTP response message.
- The Uri the request is sent to.
- The HTTP request content sent to the server.
- The request message was already sent by the instance.
-
-
- Send a POST request to the specified Uri as an asynchronous operation.
- Returns .The task object representing the asynchronous operation.
- The Uri the request is sent to.
- The HTTP request content sent to the server.
- The request message was already sent by the instance.
-
-
- Send a POST request to the specified Uri as an asynchronous operation.
- Returns .The task object representing the asynchronous operation.
- The Uri the request is sent to.
- The HTTP request content sent to the server.
- The request message was already sent by the instance.
-
-
- Send a PUT request to the specified Uri.
- Returns .The HTTP response message.
- The Uri the request is sent to.
- The HTTP request content sent to the server.
- The request message was already sent by the instance.
-
-
- Send a PUT request to the specified Uri.
- Returns .The HTTP response message.
- The Uri the request is sent to.
- The HTTP request content sent to the server.
- The request message was already sent by the instance.
-
-
- Send a PUT request to the specified Uri as an asynchronous operation.
- Returns .The task object representing the asynchronous operation.
- The Uri the request is sent to.
- The HTTP request content sent to the server.
- The request message was already sent by the instance.
-
-
- Send a PUT request to the specified Uri as an asynchronous operation.
- Returns .The task object representing the asynchronous operation.
- The Uri the request is sent to.
- The HTTP request content sent to the server.
- The request message was already sent by the instance.
-
-
- Send an HTTP request synchronously.
- Returns .The HTTP response message.
- The HTTP request message to send.
- The request message was already sent by the instance.
-
-
- Send an HTTP request synchronously.
- Returns .The HTTP response message.
- The HTTP request message to send.
- When the operation should complete (as soon as a response is available or after reading the whole response content).
- The request message was already sent by the instance.
-
-
- Send an HTTP request synchronously.
- Returns .The HTTP response message.
- The HTTP request message to send.
- When the operation should complete (as soon as a response is available or after reading the whole response content).
- The cancellation token to cancel operation.
- The request message was already sent by the instance.
-
-
- Send an HTTP request synchronously.
- Returns .The HTTP response message.
- The HTTP request message to send.
- The cancellation token to cancel operation.
- The request message was already sent by the instance.
-
-
- Send an HTTP request as an asynchronous operation.
- Returns .The task object representing the asynchronous operation.
- The HTTP request message to send.
- The request message was already sent by the instance.
-
-
- Send an HTTP request as an asynchronous operation.
- Returns .The task object representing the asynchronous operation.
- The HTTP request message to send.
- When the operation should complete (as soon as a response is available or after reading the whole response content).
- This operation will not block. The request message was already sent by the instance.
-
-
- Send an HTTP request as an asynchronous operation.
- Returns .The task object representing the asynchronous operation.
- The HTTP request message to send.
- When the operation should complete (as soon as a response is available or after reading the whole response content).
- The cancellation token to cancel operation.
- The request message was already sent by the instance.
-
-
- Send an HTTP request as an asynchronous operation.
- Returns .The task object representing the asynchronous operation.
- The HTTP request message to send.
- The cancellation token to cancel operation.
- The request message was already sent by the instance.
-
-
- Gets or sets the number of milliseconds to wait before the request times out.
- Returns .The number of milliseconds to wait before the request times out.
- The timeout specified is less than or equal to zero and is not .
- An operation has already been started on the current instance.
- The current instance has been disposed.
-
-
- A base class for HTTP handler implementations.
-
-
- Creates an instance of a class.
-
-
- Gets or sets a value that indicates whether the handler should follow redirection responses.
- Returns .true if the if the handler should follow redirection responses; otherwise false. The default value is true.
-
-
- Gets or sets the type of decompression method used by the handler for automatic decompression of the HTTP content response.
- Returns .The automatic decompression method used by the handler. The default value is .
-
-
- Gets or sets the cookie container used to store server cookies by the handler.
- Returns .The cookie container used to store server cookies by the handler.
-
-
- Gets or sets authentication information used by this handler.
- Returns .The authentication credentials associated with the handler. The default is null.
-
-
- Releases the unmanaged resources used by the and optionally disposes of the managed resources.
- true to release both managed and unmanaged resources; false to releases only unmanaged resources.
-
-
- Gets or sets the maximum number of redirects that the handler follows.
- Returns .The maximum number of redirection responses that the handler follows. The default value is 50.
-
-
- Gets or sets the maximum request content buffer size used by the handler.
- Returns .The maximum request content buffer size in bytes. The default value is 65,536 bytes.
-
-
- Gets or sets a value that indicates whether the handler sends an Authorization header with the request.
- Returns .true for the handler to send an HTTP Authorization header with requests after authentication has taken place; otherwise, false. The default is false.
-
-
- Gets or sets proxy information used by the handler.
- Returns .The proxy information used by the handler. The default value is null.
-
-
- Creates an instance of based on the information provided in the .
- Returns .The HTTP response message.
- The HTTP request message.
- A cancellation token to cancel the operation.
-
-
- Creates an instance of based on the information provided in the as an operation that will not block.
- Returns .The task object representing the asynchronous operation.
- The HTTP request message.
- A cancellation token to cancel the operation.
-
-
- Gets a value that indicates whether the handler supports automatic response content decompression.
- Returns .true if the if the handler supports automatic response content decompression; otherwise false. The default value is true.
-
-
- Gets a value that indicates whether the handler supports proxy settings.
- Returns .true if the if the handler supports proxy settings; otherwise false. The default value is true.
-
-
- Gets a value that indicates whether the handler supports configuration settings for the and properties.
- Returns .true if the if the handler supports configuration settings for the and properties; otherwise false. The default value is true.
-
-
- Gets or sets a value that indicates whether the handler uses the property to store server cookies and uses these cookies when sending requests.
- Returns .true if the if the handler supports uses the property to store server cookies and uses these cookies when sending requests; otherwise false. The default value is true.
-
-
- Gets or sets a value that controls whether default credentials are sent with requests by the handler.
- Returns .true if the default credentials are used; otherwise false. The default value is false.
-
-
- Gets or sets a value that indicates whether the handler uses a proxy for requests.
- Returns .true if the handler should use a proxy for requests; otherwise false. The default value is true.
-
-
- Indicates if operations should be considered completed either as soon as a response is available, or after reading the entire response message including the content.
-
-
- The operation should complete after reading the entire response including the content.
-
-
- The operation should complete as soon as a response is available and headers are read. The content is not read yet.
-
-
- A base class representing an HTTP entity body and content headers.
-
-
- Initializes a new instance of the class.
-
-
- Gets a stream representing the serialized HTTP content.
- Returns .A stream representing the serialized HTTP content.
-
-
- Write the HTTP content to a stream.
- The target stream.
-
-
- Write the HTTP content to a stream.
- The target stream.
- Information about the transport (channel binding token, for example). This parameter may be null.
-
-
- Write the HTTP content to a stream as an asynchronous operation.
- Returns .The task object representing the asynchronous operation.
- The target stream.
-
-
- Write the HTTP content to a stream as an asynchronous operation.
- Returns .The task object representing the asynchronous operation.
- The target stream.
- Information about the transport (channel binding token, for example). This parameter may be null.
-
-
- Buffer the te HTTP content to a memory stream.
- Returns .
-
-
- Releases the unmanaged resources and disposes of the managed resources used by the .
-
-
- Releases the unmanaged resources used by the and optionally disposes of the managed resources.
- true to release both managed and unmanaged resources; false to releases only unmanaged resources.
-
-
- Gets the HTTP content headers as defined in RFC 2616.
- Returns .The content headers as defined in RFC 2616.
-
-
- Serialize the HTTP content to a memory buffer.
-
-
- Serialize the HTTP content to a memory buffer.
- The maximum size, in bytes, of the buffer to use.
-
-
- Serialize the HTTP content to a memory buffer as an asynchronous operation.
- Returns .The task object representing the asynchronous operation.
-
-
- Serialize the HTTP content to a memory buffer as an asynchronous operation.
- Returns .The task object representing the asynchronous operation.
- The maximum size, in bytes, of the buffer to use.
-
-
- Return the HTTP content as byte array.
- Returns .The HTTP content as byte array.
-
-
- Return the HTTP content as string.
- Returns .The HTTP content as a string.
-
-
- Serialize the HTTP content to a stream.
- The target stream.
- Information about the transport (channel binding token, for example). This parameter may be null.
-
-
- Serialize the HTTP content to a stream as an asynchronous operation.
- Returns .The task object representing the asynchronous operation.
- The target stream.
- Information about the transport (channel binding token, for example). This parameter may be null.
-
-
- Determines whether the HTTP content has a valid length in bytes.
- Returns .true if is a valid length; otherwise, false.
- The length in bytes of the HHTP content.
-
-
- A base type for HTTP message handlers.
-
-
- Initializes a new instance of the class.
-
-
- Releases the unmanaged resources and disposes of the managed resources used by the .
-
-
- Releases the unmanaged resources used by the and optionally disposes of the managed resources.
- true to release both managed and unmanaged resources; false to releases only unmanaged resources.
-
-
- Send an HTTP message synchronously.
- Returns .The HTTP response message.
- The HTTP message to send.
- The cancellation token to cancel operation.
-
-
- Send an HTTP request as an asynchronous operation.
- Returns .The task object representing the asynchronous operation.
- The HTTP request message to send.
- The cancellation token to cancel operation.
-
-
- A helper class for retrieving and comparing standard HTTP methods.
-
-
- Initializes a new instance of the class with a specific HTTP method.
- The HTTP method.
-
-
- Represents an HTTP DELETE protocol method.
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents an HTTP GET protocol method.
- Returns .
-
-
- Returns .
-
-
- Represents an HTTP HEAD protocol method. The HEAD method is identical to GET except that the server only returns message-headers in the response, without a message-body.
- Returns .
-
-
- An HTTP method.
- Returns .An HTTP method represented as a .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents an HTTP OPTIONS protocol method.
- Returns .
-
-
- Represents an HTTP POST protocol method that is used to post a new entity as an addition to a URI.
- Returns .
-
-
- Represents an HTTP PUT protocol method that is used to replace an entity identified by a URI.
- Returns .
-
-
- Returns a string that represents the current object.
- Returns .A string representing the current object.
-
-
- Represents an HTTP TRACE protocol method.
- Returns .
-
-
- A base class for exceptions thrown by the and classes.
-
-
- Initializes a new instance of the class.
-
-
- Initializes a new instance of the class with a specific message that describes the current exception.
- A message that describes the current exception.
-
-
- Initializes a new instance of the class with a specific message that describes the current exception and an inner exception.
- A message that describes the current exception.
- The inner exception.
-
-
- Represents a HTTP request message.
-
-
- Initializes a new instance of the class.
-
-
- Initializes a new instance of the class with an HTTP method and a request .
- The HTTP method.
- A string that represents the request .
-
-
- Initializes a new instance of the class with an HTTP method and a request .
- The HTTP method.
- The to request.
-
-
- Gets or sets the contents of the HTTP message.
- Returns .The content of a message
-
-
- Releases the unmanaged resources and disposes of the managed resources used by the .
-
-
- Releases the unmanaged resources used by the and optionally disposes of the managed resources.
- true to release both managed and unmanaged resources; false to releases only unmanaged resources.
-
-
- Gets the collection of HTTP request headers.
- Returns .The collection of HTTP request headers.
-
-
- Gets or sets the HTTP method used by the HTTP request message.
- Returns .The HTTP method used by the request message. The default is the GET method.
-
-
- Gets a set of properties for the HTTP request.
- Returns .
-
-
- Gets or sets the used for the HTTP request.
- Returns .The used for the HTTP request.
-
-
- Returns a string that represents the current object.
- Returns .A string representation of the current object.
-
-
- Gets or sets the HTTP message version.
- Returns .The HTTP message version. The default is 1.1.
-
-
- Represents a HTTP response message.
-
-
- Initializes a new instance of the class.
-
-
- Initializes a new instance of the class with a specific .
- The status code of the HTTP response.
-
-
- Gets or sets the content of a HTTP response message.
- Returns .The content of the HTTP response message.
-
-
- Releases the unmanaged resources and disposes of unmanaged resources used by the .
-
-
- Releases the unmanaged resources used by the and optionally disposes of the managed resources.
- true to release both managed and unmanaged resources; false to releases only unmanaged resources.
-
-
- Throws an exception if the property for the HTTP response is false.
- Returns .The HTTP response message if the call is successful.
-
-
- Gets the collection of HTTP response headers.
- Returns .The collection of HTTP response headers.
-
-
- Gets a value that indicates if the HTTP response was successful.
- Returns .A value that indicates if the HTTP response was successful. true if was in the range 200-299; otherwise false.
-
-
- Gets or sets the reason phrase which typically is sent by servers together with the status code.
- Returns .The reason phrase sent by the server.
-
-
- Gets or sets the request message which led to this response message.
- Returns .The request message which led to this response message.
-
-
- Gets or sets the status code of the HTTP response.
- Returns .The status code of the HTTP response.
-
-
- Returns a string that represents the current object.
- Returns .A string representation of the current object.
-
-
- Gets or sets the HTTP message version.
- Returns .The HTTP message version. The default is 1.1.
-
-
- A base type for handlers which only do some small processing of request and/or response messages.
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Provides a collection of objects that get serialized using the multipart/* content type specification.
-
-
-
-
-
-
- Returns .
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Provides a container for content encoded using multipart/form-data MIME type.
-
-
-
-
-
-
-
- Provides HTTP content based on a stream.
-
-
-
-
- Returns .
-
-
-
-
- Returns .
-
-
- Returns .
-
-
- Provides HTTP content based on a string.
-
-
-
-
-
- Represents authentication information in Authorization, ProxyAuthorization, WWW-Authneticate, and Proxy-Authenticate header values.
-
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents the value of the Cache-Control header.
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents the value of the Content-Range header.
-
-
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents an entity-tag header value.
-
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents the collection of Content Headers as defined in RFC 2616.
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- A collection of headers and their values as defined in RFC 2616.
-
-
-
-
-
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents a collection of header values.
-
-
-
-
-
- Returns .
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents the collection of Request Headers as defined in RFC 2616.
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents the collection of Response Headers as defined in RFC 2616.
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents a media-type as defined in the RFC 2616.
-
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents a content-type header value with an additional quality.
-
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents a name/value pair.
-
-
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents a name/value pair with parameters.
-
-
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents a product header value.
-
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents a value which can either be a product or a comment.
-
-
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents a header value which can either be a date/time or an entity-tag value.
-
-
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents the value of the Range header.
-
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents a byte-range header value.
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents a header value which can either be a date/time or a timespan value.
-
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents a string header value with an optional quality.
-
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents a transfer-coding header value.
-
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents a transfer-coding header value with optional quality.
-
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents the value of a Via header.
-
-
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents a warning value used by the Warning header.
-
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
-
\ No newline at end of file
diff --git a/packages/Microsoft.Net.Http.2.1.10/lib/net40/ensureRedirect.xml b/packages/Microsoft.Net.Http.2.1.10/lib/net40/ensureRedirect.xml
deleted file mode 100644
index e69de29..0000000
diff --git a/packages/Microsoft.Net.Http.2.1.10/lib/net45/System.Net.Http.Extensions.XML b/packages/Microsoft.Net.Http.2.1.10/lib/net45/System.Net.Http.Extensions.XML
deleted file mode 100644
index 1190940..0000000
--- a/packages/Microsoft.Net.Http.2.1.10/lib/net45/System.Net.Http.Extensions.XML
+++ /dev/null
@@ -1,50 +0,0 @@
-
-
-
- System.Net.Http.Extensions
-
-
-
-
- Extension methods for which expose differences in platform specific capabilities.
-
-
-
-
- Gets a value that indicates if HttpClientHandler.AllowAutoRedirect is supported by the handler.
- When this property is true and HttpClientHandler.SupportsRedirectConfiguration is false, setting HttpClientHandler.AllowAutoRedirect to true will cause the system default to be used for HttpClientHandler.MaximumAutomaticRedirections.
-
- The to check.
- Returns .true if the if the handler supports configuration settings for the property; otherwise false.
-
-
-
- Gets a value that indicates if is supported by the handler.
-
- The to check.
- Returns .true if the if the handler supports configuration settings for the property; otherwise false.
-
-
-
- Gets a value that indicates if , HttpRequestMessage.ProtocolVersion, and HttpResponseMessage.ProtocolVersion are supported by the handler.
-
- The to check.
- Returns .true if the if the handler supports configuration settings for the , HttpRequestMessage.ProtocolVersion, and HttpResponseMessage.ProtocolVersion properties; otherwise false.
-
-
-
- Gets a value that indicates if HttpRequestMessage.Headers with or header value of 'chunked' is supported by the handler.
-
- The to check.
- Returns .true if the if the handler supports setting HttpRequestMessage.Headers with or header value of 'chunked'; otherwise false.
-
-
-
- Gets a value that indicates if is supported by the handler.
- When this property is true and HttpClientHandler.SupportsProxy is false, setting HttpClientHandler.UseProxy to true will cause the system default to be used for HttpClientHandler.Proxy.
-
- The to check.
- Returns .true if the if the handler supports configuration settings for the property; otherwise false.
-
-
-
diff --git a/packages/Microsoft.Net.Http.2.1.10/lib/net45/System.Net.Http.Extensions.dll b/packages/Microsoft.Net.Http.2.1.10/lib/net45/System.Net.Http.Extensions.dll
deleted file mode 100644
index acc41c1..0000000
Binary files a/packages/Microsoft.Net.Http.2.1.10/lib/net45/System.Net.Http.Extensions.dll and /dev/null differ
diff --git a/packages/Microsoft.Net.Http.2.1.10/lib/net45/System.Net.Http.Primitives.dll b/packages/Microsoft.Net.Http.2.1.10/lib/net45/System.Net.Http.Primitives.dll
deleted file mode 100644
index 7b733cf..0000000
Binary files a/packages/Microsoft.Net.Http.2.1.10/lib/net45/System.Net.Http.Primitives.dll and /dev/null differ
diff --git a/packages/Microsoft.Net.Http.2.1.10/lib/net45/System.Net.Http.Primitives.xml b/packages/Microsoft.Net.Http.2.1.10/lib/net45/System.Net.Http.Primitives.xml
deleted file mode 100644
index 53640c6..0000000
--- a/packages/Microsoft.Net.Http.2.1.10/lib/net45/System.Net.Http.Primitives.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
- System.Net.Http.Primitives
-
-
-
-
diff --git a/packages/Microsoft.Net.Http.2.1.10/lib/net45/ensureRedirect.xml b/packages/Microsoft.Net.Http.2.1.10/lib/net45/ensureRedirect.xml
deleted file mode 100644
index e69de29..0000000
diff --git a/packages/Microsoft.Net.Http.2.1.10/lib/portable-net40+sl4+win8+wp71/System.Net.Http.Extensions.XML b/packages/Microsoft.Net.Http.2.1.10/lib/portable-net40+sl4+win8+wp71/System.Net.Http.Extensions.XML
deleted file mode 100644
index 1190940..0000000
--- a/packages/Microsoft.Net.Http.2.1.10/lib/portable-net40+sl4+win8+wp71/System.Net.Http.Extensions.XML
+++ /dev/null
@@ -1,50 +0,0 @@
-
-
-
- System.Net.Http.Extensions
-
-
-
-
- Extension methods for which expose differences in platform specific capabilities.
-
-
-
-
- Gets a value that indicates if HttpClientHandler.AllowAutoRedirect is supported by the handler.
- When this property is true and HttpClientHandler.SupportsRedirectConfiguration is false, setting HttpClientHandler.AllowAutoRedirect to true will cause the system default to be used for HttpClientHandler.MaximumAutomaticRedirections.
-
- The to check.
- Returns .true if the if the handler supports configuration settings for the property; otherwise false.
-
-
-
- Gets a value that indicates if is supported by the handler.
-
- The to check.
- Returns .true if the if the handler supports configuration settings for the property; otherwise false.
-
-
-
- Gets a value that indicates if , HttpRequestMessage.ProtocolVersion, and HttpResponseMessage.ProtocolVersion are supported by the handler.
-
- The to check.
- Returns .true if the if the handler supports configuration settings for the , HttpRequestMessage.ProtocolVersion, and HttpResponseMessage.ProtocolVersion properties; otherwise false.
-
-
-
- Gets a value that indicates if HttpRequestMessage.Headers with or header value of 'chunked' is supported by the handler.
-
- The to check.
- Returns .true if the if the handler supports setting HttpRequestMessage.Headers with or header value of 'chunked'; otherwise false.
-
-
-
- Gets a value that indicates if is supported by the handler.
- When this property is true and HttpClientHandler.SupportsProxy is false, setting HttpClientHandler.UseProxy to true will cause the system default to be used for HttpClientHandler.Proxy.
-
- The to check.
- Returns .true if the if the handler supports configuration settings for the property; otherwise false.
-
-
-
diff --git a/packages/Microsoft.Net.Http.2.1.10/lib/portable-net40+sl4+win8+wp71/System.Net.Http.Extensions.dll b/packages/Microsoft.Net.Http.2.1.10/lib/portable-net40+sl4+win8+wp71/System.Net.Http.Extensions.dll
deleted file mode 100644
index b8e59c8..0000000
Binary files a/packages/Microsoft.Net.Http.2.1.10/lib/portable-net40+sl4+win8+wp71/System.Net.Http.Extensions.dll and /dev/null differ
diff --git a/packages/Microsoft.Net.Http.2.1.10/lib/portable-net40+sl4+win8+wp71/System.Net.Http.Primitives.XML b/packages/Microsoft.Net.Http.2.1.10/lib/portable-net40+sl4+win8+wp71/System.Net.Http.Primitives.XML
deleted file mode 100644
index fb77470..0000000
--- a/packages/Microsoft.Net.Http.2.1.10/lib/portable-net40+sl4+win8+wp71/System.Net.Http.Primitives.XML
+++ /dev/null
@@ -1,58 +0,0 @@
-
-
-
- System.Net.Http.Primitives
-
-
-
-
- Represents the file compression and decompression encoding format to be used to compress the data received in response to an .
-
-
-
-
- Do not use compression.
-
-
-
-
- Use the gZip compression-decompression algorithm.
-
-
-
-
- Use the deflate compression-decompression algorithm.
-
-
-
-
- Provides the base interface for implementation of proxy access for the class.
-
-
-
-
- Returns the URI of a proxy.
-
- A that specifies the requested Internet resource.
- A instance that contains the URI of the proxy used to contact .
-
-
-
- Indicates that the proxy should not be used for the specified host.
-
- The of the host to check for proxy use.
- true if the proxy server should not be used for ; otherwise, false.
-
-
-
- The credentials to submit to the proxy server for authentication.
-
- An instance that contains the credentials that are needed to authenticate a request to the proxy server.
-
-
-
- The System.Net.TransportContext class provides additional context about the underlying transport layer.
-
-
-
-
diff --git a/packages/Microsoft.Net.Http.2.1.10/lib/portable-net40+sl4+win8+wp71/System.Net.Http.Primitives.dll b/packages/Microsoft.Net.Http.2.1.10/lib/portable-net40+sl4+win8+wp71/System.Net.Http.Primitives.dll
deleted file mode 100644
index e602e33..0000000
Binary files a/packages/Microsoft.Net.Http.2.1.10/lib/portable-net40+sl4+win8+wp71/System.Net.Http.Primitives.dll and /dev/null differ
diff --git a/packages/Microsoft.Net.Http.2.1.10/lib/portable-net40+sl4+win8+wp71/System.Net.Http.dll b/packages/Microsoft.Net.Http.2.1.10/lib/portable-net40+sl4+win8+wp71/System.Net.Http.dll
deleted file mode 100644
index fb7c490..0000000
Binary files a/packages/Microsoft.Net.Http.2.1.10/lib/portable-net40+sl4+win8+wp71/System.Net.Http.dll and /dev/null differ
diff --git a/packages/Microsoft.Net.Http.2.1.10/lib/portable-net40+sl4+win8+wp71/System.Net.Http.xml b/packages/Microsoft.Net.Http.2.1.10/lib/portable-net40+sl4+win8+wp71/System.Net.Http.xml
deleted file mode 100644
index 940e260..0000000
--- a/packages/Microsoft.Net.Http.2.1.10/lib/portable-net40+sl4+win8+wp71/System.Net.Http.xml
+++ /dev/null
@@ -1,1581 +0,0 @@
-
-
-
- System.Net.Http
-
-
-
- Provides HTTP content based on a byte array.
-
-
- Initializes a new instance of the class.
- The content used to initialize the .
- The parameter is null.
-
-
- Initializes a new instance of the class.
- The content used to initialize the .
- The offset, in bytes, in the parameter used to initialize the .
- The number of bytes in the starting from the parameter used to initialize the .
- The parameter is null.
- The parameter is less than zero.-or-The parameter is greater than the length of content specified by the parameter.-or-The parameter is less than zero.-or-The parameter is greater than the length of content specified by the parameter - minus the parameter.
-
-
- Creates an HTTP content stream for reading whose backing store is memory from the .
- Returns .The HTTP content stream.
-
-
- Serialize and write the byte array provided in the constructor to an HTTP content stream.
- The target stream.
- Information about the transport(channel binding token, for example). This parameter may be null.
-
-
- Serialize and write the byte array provided in the constructor to an HTTP content stream as an asynchronous operation.
- Returns . The task object representing the asynchronous operation.
- The target stream.
- Information about the transport, like channel binding token. This parameter may be null.
-
-
- Determines whether a byte array has a valid length in bytes.
- Returns .true if is a valid length; otherwise, false.
- The length in bytes of the byte array.
-
-
- A base type for HTTP handlers that delegate the processing of HTTP response messages to another handler, called the inner handler.
-
-
- Initializes a new instance of the class with a specific inner handler.
- The inner handler which is responsible for processing the HTTP response messages.
-
-
- Releases the unmanaged resources used by the , and optionally disposes of the managed resources.
- true to release both managed and unmanaged resources; false to releases only unmanaged resources.
-
-
- Sends an HTTP request to the inner handler to send to the server synchronously.
- Returns . The HTTP response message from the inner handler.
- The HTTP request message to send to the server.
- A cancellation token to cancel operation.
-
-
- Sends an HTTP request to the inner handler to send to the server as an asynchronous operation.
- Returns . The task object representing the asynchronous operation.
- The HTTP request message to send to the server.
- A cancellation token to cancel operation.
-
-
- A container for name/value tuples encoded using application/x-www-form-urlencoded MIME type.
-
-
- Initializes a new instance of the class with a specific collection of name/value pairs.
- A collection of name/value pairs.
-
-
- Creates an HTTP content stream for reading whose backing store is memory from the .
- Returns . The HTTP content stream.
-
-
- Serialize and write the provided name/value pairs in the constructor to an HTTP content stream.
- The target stream.
- Information about the transport (the channel binding token, for example). This parameter may be a null reference.
-
-
- Serialize and write the provided name/value pairs in the constructor to an HTTP content stream as an asynchronous operation.
- Returns . The task object representing the asynchronous operation.
- The target stream.
- Information about the transport (the channel binding token, for example). This parameter may be a null reference.
-
-
- Determines whether the encoded name/value data has a valid length in bytes.
- Returns .true if is a valid length; otherwise, false.
- The length in bytes of the encoded name/value data.
-
-
- Provides a base class for sending HTTP requests and receiving HTTP responses from a resource identified by a URI.
-
-
- Initializes a new instance of the class.
-
-
- Initializes a new instance of the class with a specific handler.
- The HTTP handler stack to use for sending requests.
-
-
- Gets or sets the base address of Uniform Resource Identifier (URI) of the Internet resource used when sending requests.
- Returns .The base address of Uniform Resource Identifier (URI) of the Internet resource used when sending requests.
-
-
- Cancel all pending requests on this instance.
-
-
- Gets the headers which should be sent with each request.
- Returns .The headers which should be sent with each request.
-
-
- Send a DELETE request to the specified Uri.
- Returns .The HTTP response message.
- The Uri the request is sent to.
- The request message was already sent by the instance.
-
-
- Send a DELETE request to the specified Uri.
- Returns .The HTTP response message.
- The request message was already sent by the instance.
-
-
- Send a DELETE request to the specified Uri as an asynchronous operation.
- Returns .The task object representing the asynchronous operation.
- The Uri the request is sent to.
-
-
- Send a DELETE request to the specified Uri as an asynchronous operation.
- Returns .The task object representing the asynchronous operation.
- The Uri the request is sent to.
-
-
- Releases the unmanaged resources and disposes of the managed resources used by the .
-
-
- Releases the unmanaged resources used by the and optionally disposes of the managed resources.
- true to release both managed and unmanaged resources; false to releases only unmanaged resources.
-
-
- Send a GET request to the specified Uri.
- Returns .The HTTP response message.
- The Uri the request is sent to.
- The request message was already sent by the instance.
-
-
- Send a GET request to the specified Uri.
- Returns .The HTTP response message.
- The Uri the request is sent to.
- The request message was already sent by the instance.
-
-
- Send a GET request to the specified Uri as an asynchronous operation.
- Returns .The task object representing the asynchronous operation.
- The Uri the request is sent to.
- The request message was already sent by the instance.
-
-
- Send a GET request to the specified Uri as an asynchronous operation.
- Returns .The task object representing the asynchronous operation.
- The Uri the request is sent to.
- The request message was already sent by the instance.
-
-
- Gets or sets the maximum number of bytes to buffer when reading the response content.
- Returns .The maximum number of bytes to buffer when reading the response content.
- The size specified is less than or equal to zero.
- An operation has already been started on the current instance.
- The current instance has been disposed.
-
-
- Send a POST request to the specified Uri.
- Returns .The HTTP response message.
- The Uri the request is sent to.
- The HTTP request content sent to the server.
- The request message was already sent by the instance.
-
-
- Send a POST request to the specified Uri.
- Returns .The HTTP response message.
- The Uri the request is sent to.
- The HTTP request content sent to the server.
- The request message was already sent by the instance.
-
-
- Send a POST request to the specified Uri as an asynchronous operation.
- Returns .The task object representing the asynchronous operation.
- The Uri the request is sent to.
- The HTTP request content sent to the server.
- The request message was already sent by the instance.
-
-
- Send a POST request to the specified Uri as an asynchronous operation.
- Returns .The task object representing the asynchronous operation.
- The Uri the request is sent to.
- The HTTP request content sent to the server.
- The request message was already sent by the instance.
-
-
- Send a PUT request to the specified Uri.
- Returns .The HTTP response message.
- The Uri the request is sent to.
- The HTTP request content sent to the server.
- The request message was already sent by the instance.
-
-
- Send a PUT request to the specified Uri.
- Returns .The HTTP response message.
- The Uri the request is sent to.
- The HTTP request content sent to the server.
- The request message was already sent by the instance.
-
-
- Send a PUT request to the specified Uri as an asynchronous operation.
- Returns .The task object representing the asynchronous operation.
- The Uri the request is sent to.
- The HTTP request content sent to the server.
- The request message was already sent by the instance.
-
-
- Send a PUT request to the specified Uri as an asynchronous operation.
- Returns .The task object representing the asynchronous operation.
- The Uri the request is sent to.
- The HTTP request content sent to the server.
- The request message was already sent by the instance.
-
-
- Send an HTTP request synchronously.
- Returns .The HTTP response message.
- The HTTP request message to send.
- The request message was already sent by the instance.
-
-
- Send an HTTP request synchronously.
- Returns .The HTTP response message.
- The HTTP request message to send.
- When the operation should complete (as soon as a response is available or after reading the whole response content).
- The request message was already sent by the instance.
-
-
- Send an HTTP request synchronously.
- Returns .The HTTP response message.
- The HTTP request message to send.
- When the operation should complete (as soon as a response is available or after reading the whole response content).
- The cancellation token to cancel operation.
- The request message was already sent by the instance.
-
-
- Send an HTTP request synchronously.
- Returns .The HTTP response message.
- The HTTP request message to send.
- The cancellation token to cancel operation.
- The request message was already sent by the instance.
-
-
- Send an HTTP request as an asynchronous operation.
- Returns .The task object representing the asynchronous operation.
- The HTTP request message to send.
- The request message was already sent by the instance.
-
-
- Send an HTTP request as an asynchronous operation.
- Returns .The task object representing the asynchronous operation.
- The HTTP request message to send.
- When the operation should complete (as soon as a response is available or after reading the whole response content).
- This operation will not block. The request message was already sent by the instance.
-
-
- Send an HTTP request as an asynchronous operation.
- Returns .The task object representing the asynchronous operation.
- The HTTP request message to send.
- When the operation should complete (as soon as a response is available or after reading the whole response content).
- The cancellation token to cancel operation.
- The request message was already sent by the instance.
-
-
- Send an HTTP request as an asynchronous operation.
- Returns .The task object representing the asynchronous operation.
- The HTTP request message to send.
- The cancellation token to cancel operation.
- The request message was already sent by the instance.
-
-
- Gets or sets the number of milliseconds to wait before the request times out.
- Returns .The number of milliseconds to wait before the request times out.
- The timeout specified is less than or equal to zero and is not .
- An operation has already been started on the current instance.
- The current instance has been disposed.
-
-
- A base class for HTTP handler implementations.
-
-
- Creates an instance of a class.
-
-
- Gets or sets a value that indicates whether the handler should follow redirection responses.
- Returns .true if the if the handler should follow redirection responses; otherwise false. The default value is true.
-
-
- Gets or sets the type of decompression method used by the handler for automatic decompression of the HTTP content response.
- Returns .The automatic decompression method used by the handler. The default value is .
-
-
- Gets or sets the cookie container used to store server cookies by the handler.
- Returns .The cookie container used to store server cookies by the handler.
-
-
- Gets or sets authentication information used by this handler.
- Returns .The authentication credentials associated with the handler. The default is null.
-
-
- Releases the unmanaged resources used by the and optionally disposes of the managed resources.
- true to release both managed and unmanaged resources; false to releases only unmanaged resources.
-
-
- Gets or sets the maximum number of redirects that the handler follows.
- Returns .The maximum number of redirection responses that the handler follows. The default value is 50.
-
-
- Gets or sets the maximum request content buffer size used by the handler.
- Returns .The maximum request content buffer size in bytes. The default value is 65,536 bytes.
-
-
- Gets or sets a value that indicates whether the handler sends an Authorization header with the request.
- Returns .true for the handler to send an HTTP Authorization header with requests after authentication has taken place; otherwise, false. The default is false.
-
-
- Gets or sets proxy information used by the handler.
- Returns .The proxy information used by the handler. The default value is null.
-
-
- Creates an instance of based on the information provided in the .
- Returns .The HTTP response message.
- The HTTP request message.
- A cancellation token to cancel the operation.
-
-
- Creates an instance of based on the information provided in the as an operation that will not block.
- Returns .The task object representing the asynchronous operation.
- The HTTP request message.
- A cancellation token to cancel the operation.
-
-
- Gets a value that indicates whether the handler supports automatic response content decompression.
- Returns .true if the if the handler supports automatic response content decompression; otherwise false. The default value is true.
-
-
- Gets a value that indicates whether the handler supports proxy settings.
- Returns .true if the if the handler supports proxy settings; otherwise false. The default value is true.
-
-
- Gets a value that indicates whether the handler supports configuration settings for the and properties.
- Returns .true if the if the handler supports configuration settings for the and properties; otherwise false. The default value is true.
-
-
- Gets or sets a value that indicates whether the handler uses the property to store server cookies and uses these cookies when sending requests.
- Returns .true if the if the handler supports uses the property to store server cookies and uses these cookies when sending requests; otherwise false. The default value is true.
-
-
- Gets or sets a value that controls whether default credentials are sent with requests by the handler.
- Returns .true if the default credentials are used; otherwise false. The default value is false.
-
-
- Gets or sets a value that indicates whether the handler uses a proxy for requests.
- Returns .true if the handler should use a proxy for requests; otherwise false. The default value is true.
-
-
- Indicates if operations should be considered completed either as soon as a response is available, or after reading the entire response message including the content.
-
-
- The operation should complete after reading the entire response including the content.
-
-
- The operation should complete as soon as a response is available and headers are read. The content is not read yet.
-
-
- A base class representing an HTTP entity body and content headers.
-
-
- Initializes a new instance of the class.
-
-
- Gets a stream representing the serialized HTTP content.
- Returns .A stream representing the serialized HTTP content.
-
-
- Write the HTTP content to a stream.
- The target stream.
-
-
- Write the HTTP content to a stream.
- The target stream.
- Information about the transport (channel binding token, for example). This parameter may be null.
-
-
- Write the HTTP content to a stream as an asynchronous operation.
- Returns .The task object representing the asynchronous operation.
- The target stream.
-
-
- Write the HTTP content to a stream as an asynchronous operation.
- Returns .The task object representing the asynchronous operation.
- The target stream.
- Information about the transport (channel binding token, for example). This parameter may be null.
-
-
- Buffer the te HTTP content to a memory stream.
- Returns .
-
-
- Releases the unmanaged resources and disposes of the managed resources used by the .
-
-
- Releases the unmanaged resources used by the and optionally disposes of the managed resources.
- true to release both managed and unmanaged resources; false to releases only unmanaged resources.
-
-
- Gets the HTTP content headers as defined in RFC 2616.
- Returns .The content headers as defined in RFC 2616.
-
-
- Serialize the HTTP content to a memory buffer.
-
-
- Serialize the HTTP content to a memory buffer.
- The maximum size, in bytes, of the buffer to use.
-
-
- Serialize the HTTP content to a memory buffer as an asynchronous operation.
- Returns .The task object representing the asynchronous operation.
-
-
- Serialize the HTTP content to a memory buffer as an asynchronous operation.
- Returns .The task object representing the asynchronous operation.
- The maximum size, in bytes, of the buffer to use.
-
-
- Return the HTTP content as byte array.
- Returns .The HTTP content as byte array.
-
-
- Return the HTTP content as string.
- Returns .The HTTP content as a string.
-
-
- Serialize the HTTP content to a stream.
- The target stream.
- Information about the transport (channel binding token, for example). This parameter may be null.
-
-
- Serialize the HTTP content to a stream as an asynchronous operation.
- Returns .The task object representing the asynchronous operation.
- The target stream.
- Information about the transport (channel binding token, for example). This parameter may be null.
-
-
- Determines whether the HTTP content has a valid length in bytes.
- Returns .true if is a valid length; otherwise, false.
- The length in bytes of the HHTP content.
-
-
- A base type for HTTP message handlers.
-
-
- Initializes a new instance of the class.
-
-
- Releases the unmanaged resources and disposes of the managed resources used by the .
-
-
- Releases the unmanaged resources used by the and optionally disposes of the managed resources.
- true to release both managed and unmanaged resources; false to releases only unmanaged resources.
-
-
- Send an HTTP message synchronously.
- Returns .The HTTP response message.
- The HTTP message to send.
- The cancellation token to cancel operation.
-
-
- Send an HTTP request as an asynchronous operation.
- Returns .The task object representing the asynchronous operation.
- The HTTP request message to send.
- The cancellation token to cancel operation.
-
-
- A helper class for retrieving and comparing standard HTTP methods.
-
-
- Initializes a new instance of the class with a specific HTTP method.
- The HTTP method.
-
-
- Represents an HTTP DELETE protocol method.
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents an HTTP GET protocol method.
- Returns .
-
-
- Returns .
-
-
- Represents an HTTP HEAD protocol method. The HEAD method is identical to GET except that the server only returns message-headers in the response, without a message-body.
- Returns .
-
-
- An HTTP method.
- Returns .An HTTP method represented as a .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents an HTTP OPTIONS protocol method.
- Returns .
-
-
- Represents an HTTP POST protocol method that is used to post a new entity as an addition to a URI.
- Returns .
-
-
- Represents an HTTP PUT protocol method that is used to replace an entity identified by a URI.
- Returns .
-
-
- Returns a string that represents the current object.
- Returns .A string representing the current object.
-
-
- Represents an HTTP TRACE protocol method.
- Returns .
-
-
- A base class for exceptions thrown by the and classes.
-
-
- Initializes a new instance of the class.
-
-
- Initializes a new instance of the class with a specific message that describes the current exception.
- A message that describes the current exception.
-
-
- Initializes a new instance of the class with a specific message that describes the current exception and an inner exception.
- A message that describes the current exception.
- The inner exception.
-
-
- Represents a HTTP request message.
-
-
- Initializes a new instance of the class.
-
-
- Initializes a new instance of the class with an HTTP method and a request .
- The HTTP method.
- A string that represents the request .
-
-
- Initializes a new instance of the class with an HTTP method and a request .
- The HTTP method.
- The to request.
-
-
- Gets or sets the contents of the HTTP message.
- Returns .The content of a message
-
-
- Releases the unmanaged resources and disposes of the managed resources used by the .
-
-
- Releases the unmanaged resources used by the and optionally disposes of the managed resources.
- true to release both managed and unmanaged resources; false to releases only unmanaged resources.
-
-
- Gets the collection of HTTP request headers.
- Returns .The collection of HTTP request headers.
-
-
- Gets or sets the HTTP method used by the HTTP request message.
- Returns .The HTTP method used by the request message. The default is the GET method.
-
-
- Gets a set of properties for the HTTP request.
- Returns .
-
-
- Gets or sets the used for the HTTP request.
- Returns .The used for the HTTP request.
-
-
- Returns a string that represents the current object.
- Returns .A string representation of the current object.
-
-
- Gets or sets the HTTP message version.
- Returns .The HTTP message version. The default is 1.1.
-
-
- Represents a HTTP response message.
-
-
- Initializes a new instance of the class.
-
-
- Initializes a new instance of the class with a specific .
- The status code of the HTTP response.
-
-
- Gets or sets the content of a HTTP response message.
- Returns .The content of the HTTP response message.
-
-
- Releases the unmanaged resources and disposes of unmanaged resources used by the .
-
-
- Releases the unmanaged resources used by the and optionally disposes of the managed resources.
- true to release both managed and unmanaged resources; false to releases only unmanaged resources.
-
-
- Throws an exception if the property for the HTTP response is false.
- Returns .The HTTP response message if the call is successful.
-
-
- Gets the collection of HTTP response headers.
- Returns .The collection of HTTP response headers.
-
-
- Gets a value that indicates if the HTTP response was successful.
- Returns .A value that indicates if the HTTP response was successful. true if was in the range 200-299; otherwise false.
-
-
- Gets or sets the reason phrase which typically is sent by servers together with the status code.
- Returns .The reason phrase sent by the server.
-
-
- Gets or sets the request message which led to this response message.
- Returns .The request message which led to this response message.
-
-
- Gets or sets the status code of the HTTP response.
- Returns .The status code of the HTTP response.
-
-
- Returns a string that represents the current object.
- Returns .A string representation of the current object.
-
-
- Gets or sets the HTTP message version.
- Returns .The HTTP message version. The default is 1.1.
-
-
- A base type for handlers which only do some small processing of request and/or response messages.
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Provides a collection of objects that get serialized using the multipart/* content type specification.
-
-
-
-
-
-
- Returns .
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Provides a container for content encoded using multipart/form-data MIME type.
-
-
-
-
-
-
-
- Provides HTTP content based on a stream.
-
-
-
-
- Returns .
-
-
-
-
- Returns .
-
-
- Returns .
-
-
- Provides HTTP content based on a string.
-
-
-
-
-
- Represents authentication information in Authorization, ProxyAuthorization, WWW-Authneticate, and Proxy-Authenticate header values.
-
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents the value of the Cache-Control header.
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents the value of the Content-Range header.
-
-
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents an entity-tag header value.
-
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents the collection of Content Headers as defined in RFC 2616.
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- A collection of headers and their values as defined in RFC 2616.
-
-
-
-
-
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents a collection of header values.
-
-
-
-
-
- Returns .
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents the collection of Request Headers as defined in RFC 2616.
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents the collection of Response Headers as defined in RFC 2616.
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents a media-type as defined in the RFC 2616.
-
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents a content-type header value with an additional quality.
-
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents a name/value pair.
-
-
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents a name/value pair with parameters.
-
-
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents a product header value.
-
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents a value which can either be a product or a comment.
-
-
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents a header value which can either be a date/time or an entity-tag value.
-
-
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents the value of the Range header.
-
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents a byte-range header value.
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents a header value which can either be a date/time or a timespan value.
-
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents a string header value with an optional quality.
-
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents a transfer-coding header value.
-
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents a transfer-coding header value with optional quality.
-
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents the value of a Via header.
-
-
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents a warning value used by the Warning header.
-
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
-
\ No newline at end of file
diff --git a/packages/Microsoft.Net.Http.2.1.10/lib/portable-net40+sl4+win8+wp71/ensureRedirect.xml b/packages/Microsoft.Net.Http.2.1.10/lib/portable-net40+sl4+win8+wp71/ensureRedirect.xml
deleted file mode 100644
index e69de29..0000000
diff --git a/packages/Microsoft.Net.Http.2.1.10/lib/portable-net45+win8/System.Net.Http.Extensions.XML b/packages/Microsoft.Net.Http.2.1.10/lib/portable-net45+win8/System.Net.Http.Extensions.XML
deleted file mode 100644
index 1190940..0000000
--- a/packages/Microsoft.Net.Http.2.1.10/lib/portable-net45+win8/System.Net.Http.Extensions.XML
+++ /dev/null
@@ -1,50 +0,0 @@
-
-
-
- System.Net.Http.Extensions
-
-
-
-
- Extension methods for which expose differences in platform specific capabilities.
-
-
-
-
- Gets a value that indicates if HttpClientHandler.AllowAutoRedirect is supported by the handler.
- When this property is true and HttpClientHandler.SupportsRedirectConfiguration is false, setting HttpClientHandler.AllowAutoRedirect to true will cause the system default to be used for HttpClientHandler.MaximumAutomaticRedirections.
-
- The to check.
- Returns .true if the if the handler supports configuration settings for the property; otherwise false.
-
-
-
- Gets a value that indicates if is supported by the handler.
-
- The to check.
- Returns .true if the if the handler supports configuration settings for the property; otherwise false.
-
-
-
- Gets a value that indicates if , HttpRequestMessage.ProtocolVersion, and HttpResponseMessage.ProtocolVersion are supported by the handler.
-
- The to check.
- Returns .true if the if the handler supports configuration settings for the , HttpRequestMessage.ProtocolVersion, and HttpResponseMessage.ProtocolVersion properties; otherwise false.
-
-
-
- Gets a value that indicates if HttpRequestMessage.Headers with or header value of 'chunked' is supported by the handler.
-
- The to check.
- Returns .true if the if the handler supports setting HttpRequestMessage.Headers with or header value of 'chunked'; otherwise false.
-
-
-
- Gets a value that indicates if is supported by the handler.
- When this property is true and HttpClientHandler.SupportsProxy is false, setting HttpClientHandler.UseProxy to true will cause the system default to be used for HttpClientHandler.Proxy.
-
- The to check.
- Returns .true if the if the handler supports configuration settings for the property; otherwise false.
-
-
-
diff --git a/packages/Microsoft.Net.Http.2.1.10/lib/portable-net45+win8/System.Net.Http.Extensions.dll b/packages/Microsoft.Net.Http.2.1.10/lib/portable-net45+win8/System.Net.Http.Extensions.dll
deleted file mode 100644
index acc41c1..0000000
Binary files a/packages/Microsoft.Net.Http.2.1.10/lib/portable-net45+win8/System.Net.Http.Extensions.dll and /dev/null differ
diff --git a/packages/Microsoft.Net.Http.2.1.10/lib/portable-net45+win8/System.Net.Http.Primitives.dll b/packages/Microsoft.Net.Http.2.1.10/lib/portable-net45+win8/System.Net.Http.Primitives.dll
deleted file mode 100644
index 7b733cf..0000000
Binary files a/packages/Microsoft.Net.Http.2.1.10/lib/portable-net45+win8/System.Net.Http.Primitives.dll and /dev/null differ
diff --git a/packages/Microsoft.Net.Http.2.1.10/lib/portable-net45+win8/System.Net.Http.Primitives.xml b/packages/Microsoft.Net.Http.2.1.10/lib/portable-net45+win8/System.Net.Http.Primitives.xml
deleted file mode 100644
index 53640c6..0000000
--- a/packages/Microsoft.Net.Http.2.1.10/lib/portable-net45+win8/System.Net.Http.Primitives.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
- System.Net.Http.Primitives
-
-
-
-
diff --git a/packages/Microsoft.Net.Http.2.1.10/lib/sl4-windowsphone71/System.Net.Http.Extensions.XML b/packages/Microsoft.Net.Http.2.1.10/lib/sl4-windowsphone71/System.Net.Http.Extensions.XML
deleted file mode 100644
index 1190940..0000000
--- a/packages/Microsoft.Net.Http.2.1.10/lib/sl4-windowsphone71/System.Net.Http.Extensions.XML
+++ /dev/null
@@ -1,50 +0,0 @@
-
-
-
- System.Net.Http.Extensions
-
-
-
-
- Extension methods for which expose differences in platform specific capabilities.
-
-
-
-
- Gets a value that indicates if HttpClientHandler.AllowAutoRedirect is supported by the handler.
- When this property is true and HttpClientHandler.SupportsRedirectConfiguration is false, setting HttpClientHandler.AllowAutoRedirect to true will cause the system default to be used for HttpClientHandler.MaximumAutomaticRedirections.
-
- The to check.
- Returns .true if the if the handler supports configuration settings for the property; otherwise false.
-
-
-
- Gets a value that indicates if is supported by the handler.
-
- The to check.
- Returns .true if the if the handler supports configuration settings for the property; otherwise false.
-
-
-
- Gets a value that indicates if , HttpRequestMessage.ProtocolVersion, and HttpResponseMessage.ProtocolVersion are supported by the handler.
-
- The to check.
- Returns .true if the if the handler supports configuration settings for the , HttpRequestMessage.ProtocolVersion, and HttpResponseMessage.ProtocolVersion properties; otherwise false.
-
-
-
- Gets a value that indicates if HttpRequestMessage.Headers with or header value of 'chunked' is supported by the handler.
-
- The to check.
- Returns .true if the if the handler supports setting HttpRequestMessage.Headers with or header value of 'chunked'; otherwise false.
-
-
-
- Gets a value that indicates if is supported by the handler.
- When this property is true and HttpClientHandler.SupportsProxy is false, setting HttpClientHandler.UseProxy to true will cause the system default to be used for HttpClientHandler.Proxy.
-
- The to check.
- Returns .true if the if the handler supports configuration settings for the property; otherwise false.
-
-
-
diff --git a/packages/Microsoft.Net.Http.2.1.10/lib/sl4-windowsphone71/System.Net.Http.Extensions.dll b/packages/Microsoft.Net.Http.2.1.10/lib/sl4-windowsphone71/System.Net.Http.Extensions.dll
deleted file mode 100644
index b8e59c8..0000000
Binary files a/packages/Microsoft.Net.Http.2.1.10/lib/sl4-windowsphone71/System.Net.Http.Extensions.dll and /dev/null differ
diff --git a/packages/Microsoft.Net.Http.2.1.10/lib/sl4-windowsphone71/System.Net.Http.Primitives.XML b/packages/Microsoft.Net.Http.2.1.10/lib/sl4-windowsphone71/System.Net.Http.Primitives.XML
deleted file mode 100644
index fb77470..0000000
--- a/packages/Microsoft.Net.Http.2.1.10/lib/sl4-windowsphone71/System.Net.Http.Primitives.XML
+++ /dev/null
@@ -1,58 +0,0 @@
-
-
-
- System.Net.Http.Primitives
-
-
-
-
- Represents the file compression and decompression encoding format to be used to compress the data received in response to an .
-
-
-
-
- Do not use compression.
-
-
-
-
- Use the gZip compression-decompression algorithm.
-
-
-
-
- Use the deflate compression-decompression algorithm.
-
-
-
-
- Provides the base interface for implementation of proxy access for the class.
-
-
-
-
- Returns the URI of a proxy.
-
- A that specifies the requested Internet resource.
- A instance that contains the URI of the proxy used to contact .
-
-
-
- Indicates that the proxy should not be used for the specified host.
-
- The of the host to check for proxy use.
- true if the proxy server should not be used for ; otherwise, false.
-
-
-
- The credentials to submit to the proxy server for authentication.
-
- An instance that contains the credentials that are needed to authenticate a request to the proxy server.
-
-
-
- The System.Net.TransportContext class provides additional context about the underlying transport layer.
-
-
-
-
diff --git a/packages/Microsoft.Net.Http.2.1.10/lib/sl4-windowsphone71/System.Net.Http.Primitives.dll b/packages/Microsoft.Net.Http.2.1.10/lib/sl4-windowsphone71/System.Net.Http.Primitives.dll
deleted file mode 100644
index e602e33..0000000
Binary files a/packages/Microsoft.Net.Http.2.1.10/lib/sl4-windowsphone71/System.Net.Http.Primitives.dll and /dev/null differ
diff --git a/packages/Microsoft.Net.Http.2.1.10/lib/sl4-windowsphone71/System.Net.Http.dll b/packages/Microsoft.Net.Http.2.1.10/lib/sl4-windowsphone71/System.Net.Http.dll
deleted file mode 100644
index fb7c490..0000000
Binary files a/packages/Microsoft.Net.Http.2.1.10/lib/sl4-windowsphone71/System.Net.Http.dll and /dev/null differ
diff --git a/packages/Microsoft.Net.Http.2.1.10/lib/sl4-windowsphone71/System.Net.Http.xml b/packages/Microsoft.Net.Http.2.1.10/lib/sl4-windowsphone71/System.Net.Http.xml
deleted file mode 100644
index 940e260..0000000
--- a/packages/Microsoft.Net.Http.2.1.10/lib/sl4-windowsphone71/System.Net.Http.xml
+++ /dev/null
@@ -1,1581 +0,0 @@
-
-
-
- System.Net.Http
-
-
-
- Provides HTTP content based on a byte array.
-
-
- Initializes a new instance of the class.
- The content used to initialize the .
- The parameter is null.
-
-
- Initializes a new instance of the class.
- The content used to initialize the .
- The offset, in bytes, in the parameter used to initialize the .
- The number of bytes in the starting from the parameter used to initialize the .
- The parameter is null.
- The parameter is less than zero.-or-The parameter is greater than the length of content specified by the parameter.-or-The parameter is less than zero.-or-The parameter is greater than the length of content specified by the parameter - minus the parameter.
-
-
- Creates an HTTP content stream for reading whose backing store is memory from the .
- Returns .The HTTP content stream.
-
-
- Serialize and write the byte array provided in the constructor to an HTTP content stream.
- The target stream.
- Information about the transport(channel binding token, for example). This parameter may be null.
-
-
- Serialize and write the byte array provided in the constructor to an HTTP content stream as an asynchronous operation.
- Returns . The task object representing the asynchronous operation.
- The target stream.
- Information about the transport, like channel binding token. This parameter may be null.
-
-
- Determines whether a byte array has a valid length in bytes.
- Returns .true if is a valid length; otherwise, false.
- The length in bytes of the byte array.
-
-
- A base type for HTTP handlers that delegate the processing of HTTP response messages to another handler, called the inner handler.
-
-
- Initializes a new instance of the class with a specific inner handler.
- The inner handler which is responsible for processing the HTTP response messages.
-
-
- Releases the unmanaged resources used by the , and optionally disposes of the managed resources.
- true to release both managed and unmanaged resources; false to releases only unmanaged resources.
-
-
- Sends an HTTP request to the inner handler to send to the server synchronously.
- Returns . The HTTP response message from the inner handler.
- The HTTP request message to send to the server.
- A cancellation token to cancel operation.
-
-
- Sends an HTTP request to the inner handler to send to the server as an asynchronous operation.
- Returns . The task object representing the asynchronous operation.
- The HTTP request message to send to the server.
- A cancellation token to cancel operation.
-
-
- A container for name/value tuples encoded using application/x-www-form-urlencoded MIME type.
-
-
- Initializes a new instance of the class with a specific collection of name/value pairs.
- A collection of name/value pairs.
-
-
- Creates an HTTP content stream for reading whose backing store is memory from the .
- Returns . The HTTP content stream.
-
-
- Serialize and write the provided name/value pairs in the constructor to an HTTP content stream.
- The target stream.
- Information about the transport (the channel binding token, for example). This parameter may be a null reference.
-
-
- Serialize and write the provided name/value pairs in the constructor to an HTTP content stream as an asynchronous operation.
- Returns . The task object representing the asynchronous operation.
- The target stream.
- Information about the transport (the channel binding token, for example). This parameter may be a null reference.
-
-
- Determines whether the encoded name/value data has a valid length in bytes.
- Returns .true if is a valid length; otherwise, false.
- The length in bytes of the encoded name/value data.
-
-
- Provides a base class for sending HTTP requests and receiving HTTP responses from a resource identified by a URI.
-
-
- Initializes a new instance of the class.
-
-
- Initializes a new instance of the class with a specific handler.
- The HTTP handler stack to use for sending requests.
-
-
- Gets or sets the base address of Uniform Resource Identifier (URI) of the Internet resource used when sending requests.
- Returns .The base address of Uniform Resource Identifier (URI) of the Internet resource used when sending requests.
-
-
- Cancel all pending requests on this instance.
-
-
- Gets the headers which should be sent with each request.
- Returns .The headers which should be sent with each request.
-
-
- Send a DELETE request to the specified Uri.
- Returns .The HTTP response message.
- The Uri the request is sent to.
- The request message was already sent by the instance.
-
-
- Send a DELETE request to the specified Uri.
- Returns .The HTTP response message.
- The request message was already sent by the instance.
-
-
- Send a DELETE request to the specified Uri as an asynchronous operation.
- Returns .The task object representing the asynchronous operation.
- The Uri the request is sent to.
-
-
- Send a DELETE request to the specified Uri as an asynchronous operation.
- Returns .The task object representing the asynchronous operation.
- The Uri the request is sent to.
-
-
- Releases the unmanaged resources and disposes of the managed resources used by the .
-
-
- Releases the unmanaged resources used by the and optionally disposes of the managed resources.
- true to release both managed and unmanaged resources; false to releases only unmanaged resources.
-
-
- Send a GET request to the specified Uri.
- Returns .The HTTP response message.
- The Uri the request is sent to.
- The request message was already sent by the instance.
-
-
- Send a GET request to the specified Uri.
- Returns .The HTTP response message.
- The Uri the request is sent to.
- The request message was already sent by the instance.
-
-
- Send a GET request to the specified Uri as an asynchronous operation.
- Returns .The task object representing the asynchronous operation.
- The Uri the request is sent to.
- The request message was already sent by the instance.
-
-
- Send a GET request to the specified Uri as an asynchronous operation.
- Returns .The task object representing the asynchronous operation.
- The Uri the request is sent to.
- The request message was already sent by the instance.
-
-
- Gets or sets the maximum number of bytes to buffer when reading the response content.
- Returns .The maximum number of bytes to buffer when reading the response content.
- The size specified is less than or equal to zero.
- An operation has already been started on the current instance.
- The current instance has been disposed.
-
-
- Send a POST request to the specified Uri.
- Returns .The HTTP response message.
- The Uri the request is sent to.
- The HTTP request content sent to the server.
- The request message was already sent by the instance.
-
-
- Send a POST request to the specified Uri.
- Returns .The HTTP response message.
- The Uri the request is sent to.
- The HTTP request content sent to the server.
- The request message was already sent by the instance.
-
-
- Send a POST request to the specified Uri as an asynchronous operation.
- Returns .The task object representing the asynchronous operation.
- The Uri the request is sent to.
- The HTTP request content sent to the server.
- The request message was already sent by the instance.
-
-
- Send a POST request to the specified Uri as an asynchronous operation.
- Returns .The task object representing the asynchronous operation.
- The Uri the request is sent to.
- The HTTP request content sent to the server.
- The request message was already sent by the instance.
-
-
- Send a PUT request to the specified Uri.
- Returns .The HTTP response message.
- The Uri the request is sent to.
- The HTTP request content sent to the server.
- The request message was already sent by the instance.
-
-
- Send a PUT request to the specified Uri.
- Returns .The HTTP response message.
- The Uri the request is sent to.
- The HTTP request content sent to the server.
- The request message was already sent by the instance.
-
-
- Send a PUT request to the specified Uri as an asynchronous operation.
- Returns .The task object representing the asynchronous operation.
- The Uri the request is sent to.
- The HTTP request content sent to the server.
- The request message was already sent by the instance.
-
-
- Send a PUT request to the specified Uri as an asynchronous operation.
- Returns .The task object representing the asynchronous operation.
- The Uri the request is sent to.
- The HTTP request content sent to the server.
- The request message was already sent by the instance.
-
-
- Send an HTTP request synchronously.
- Returns .The HTTP response message.
- The HTTP request message to send.
- The request message was already sent by the instance.
-
-
- Send an HTTP request synchronously.
- Returns .The HTTP response message.
- The HTTP request message to send.
- When the operation should complete (as soon as a response is available or after reading the whole response content).
- The request message was already sent by the instance.
-
-
- Send an HTTP request synchronously.
- Returns .The HTTP response message.
- The HTTP request message to send.
- When the operation should complete (as soon as a response is available or after reading the whole response content).
- The cancellation token to cancel operation.
- The request message was already sent by the instance.
-
-
- Send an HTTP request synchronously.
- Returns .The HTTP response message.
- The HTTP request message to send.
- The cancellation token to cancel operation.
- The request message was already sent by the instance.
-
-
- Send an HTTP request as an asynchronous operation.
- Returns .The task object representing the asynchronous operation.
- The HTTP request message to send.
- The request message was already sent by the instance.
-
-
- Send an HTTP request as an asynchronous operation.
- Returns .The task object representing the asynchronous operation.
- The HTTP request message to send.
- When the operation should complete (as soon as a response is available or after reading the whole response content).
- This operation will not block. The request message was already sent by the instance.
-
-
- Send an HTTP request as an asynchronous operation.
- Returns .The task object representing the asynchronous operation.
- The HTTP request message to send.
- When the operation should complete (as soon as a response is available or after reading the whole response content).
- The cancellation token to cancel operation.
- The request message was already sent by the instance.
-
-
- Send an HTTP request as an asynchronous operation.
- Returns .The task object representing the asynchronous operation.
- The HTTP request message to send.
- The cancellation token to cancel operation.
- The request message was already sent by the instance.
-
-
- Gets or sets the number of milliseconds to wait before the request times out.
- Returns .The number of milliseconds to wait before the request times out.
- The timeout specified is less than or equal to zero and is not .
- An operation has already been started on the current instance.
- The current instance has been disposed.
-
-
- A base class for HTTP handler implementations.
-
-
- Creates an instance of a class.
-
-
- Gets or sets a value that indicates whether the handler should follow redirection responses.
- Returns .true if the if the handler should follow redirection responses; otherwise false. The default value is true.
-
-
- Gets or sets the type of decompression method used by the handler for automatic decompression of the HTTP content response.
- Returns .The automatic decompression method used by the handler. The default value is .
-
-
- Gets or sets the cookie container used to store server cookies by the handler.
- Returns .The cookie container used to store server cookies by the handler.
-
-
- Gets or sets authentication information used by this handler.
- Returns .The authentication credentials associated with the handler. The default is null.
-
-
- Releases the unmanaged resources used by the and optionally disposes of the managed resources.
- true to release both managed and unmanaged resources; false to releases only unmanaged resources.
-
-
- Gets or sets the maximum number of redirects that the handler follows.
- Returns .The maximum number of redirection responses that the handler follows. The default value is 50.
-
-
- Gets or sets the maximum request content buffer size used by the handler.
- Returns .The maximum request content buffer size in bytes. The default value is 65,536 bytes.
-
-
- Gets or sets a value that indicates whether the handler sends an Authorization header with the request.
- Returns .true for the handler to send an HTTP Authorization header with requests after authentication has taken place; otherwise, false. The default is false.
-
-
- Gets or sets proxy information used by the handler.
- Returns .The proxy information used by the handler. The default value is null.
-
-
- Creates an instance of based on the information provided in the .
- Returns .The HTTP response message.
- The HTTP request message.
- A cancellation token to cancel the operation.
-
-
- Creates an instance of based on the information provided in the as an operation that will not block.
- Returns .The task object representing the asynchronous operation.
- The HTTP request message.
- A cancellation token to cancel the operation.
-
-
- Gets a value that indicates whether the handler supports automatic response content decompression.
- Returns .true if the if the handler supports automatic response content decompression; otherwise false. The default value is true.
-
-
- Gets a value that indicates whether the handler supports proxy settings.
- Returns .true if the if the handler supports proxy settings; otherwise false. The default value is true.
-
-
- Gets a value that indicates whether the handler supports configuration settings for the and properties.
- Returns .true if the if the handler supports configuration settings for the and properties; otherwise false. The default value is true.
-
-
- Gets or sets a value that indicates whether the handler uses the property to store server cookies and uses these cookies when sending requests.
- Returns .true if the if the handler supports uses the property to store server cookies and uses these cookies when sending requests; otherwise false. The default value is true.
-
-
- Gets or sets a value that controls whether default credentials are sent with requests by the handler.
- Returns .true if the default credentials are used; otherwise false. The default value is false.
-
-
- Gets or sets a value that indicates whether the handler uses a proxy for requests.
- Returns .true if the handler should use a proxy for requests; otherwise false. The default value is true.
-
-
- Indicates if operations should be considered completed either as soon as a response is available, or after reading the entire response message including the content.
-
-
- The operation should complete after reading the entire response including the content.
-
-
- The operation should complete as soon as a response is available and headers are read. The content is not read yet.
-
-
- A base class representing an HTTP entity body and content headers.
-
-
- Initializes a new instance of the class.
-
-
- Gets a stream representing the serialized HTTP content.
- Returns .A stream representing the serialized HTTP content.
-
-
- Write the HTTP content to a stream.
- The target stream.
-
-
- Write the HTTP content to a stream.
- The target stream.
- Information about the transport (channel binding token, for example). This parameter may be null.
-
-
- Write the HTTP content to a stream as an asynchronous operation.
- Returns .The task object representing the asynchronous operation.
- The target stream.
-
-
- Write the HTTP content to a stream as an asynchronous operation.
- Returns .The task object representing the asynchronous operation.
- The target stream.
- Information about the transport (channel binding token, for example). This parameter may be null.
-
-
- Buffer the te HTTP content to a memory stream.
- Returns .
-
-
- Releases the unmanaged resources and disposes of the managed resources used by the .
-
-
- Releases the unmanaged resources used by the and optionally disposes of the managed resources.
- true to release both managed and unmanaged resources; false to releases only unmanaged resources.
-
-
- Gets the HTTP content headers as defined in RFC 2616.
- Returns .The content headers as defined in RFC 2616.
-
-
- Serialize the HTTP content to a memory buffer.
-
-
- Serialize the HTTP content to a memory buffer.
- The maximum size, in bytes, of the buffer to use.
-
-
- Serialize the HTTP content to a memory buffer as an asynchronous operation.
- Returns .The task object representing the asynchronous operation.
-
-
- Serialize the HTTP content to a memory buffer as an asynchronous operation.
- Returns .The task object representing the asynchronous operation.
- The maximum size, in bytes, of the buffer to use.
-
-
- Return the HTTP content as byte array.
- Returns .The HTTP content as byte array.
-
-
- Return the HTTP content as string.
- Returns .The HTTP content as a string.
-
-
- Serialize the HTTP content to a stream.
- The target stream.
- Information about the transport (channel binding token, for example). This parameter may be null.
-
-
- Serialize the HTTP content to a stream as an asynchronous operation.
- Returns .The task object representing the asynchronous operation.
- The target stream.
- Information about the transport (channel binding token, for example). This parameter may be null.
-
-
- Determines whether the HTTP content has a valid length in bytes.
- Returns .true if is a valid length; otherwise, false.
- The length in bytes of the HHTP content.
-
-
- A base type for HTTP message handlers.
-
-
- Initializes a new instance of the class.
-
-
- Releases the unmanaged resources and disposes of the managed resources used by the .
-
-
- Releases the unmanaged resources used by the and optionally disposes of the managed resources.
- true to release both managed and unmanaged resources; false to releases only unmanaged resources.
-
-
- Send an HTTP message synchronously.
- Returns .The HTTP response message.
- The HTTP message to send.
- The cancellation token to cancel operation.
-
-
- Send an HTTP request as an asynchronous operation.
- Returns .The task object representing the asynchronous operation.
- The HTTP request message to send.
- The cancellation token to cancel operation.
-
-
- A helper class for retrieving and comparing standard HTTP methods.
-
-
- Initializes a new instance of the class with a specific HTTP method.
- The HTTP method.
-
-
- Represents an HTTP DELETE protocol method.
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents an HTTP GET protocol method.
- Returns .
-
-
- Returns .
-
-
- Represents an HTTP HEAD protocol method. The HEAD method is identical to GET except that the server only returns message-headers in the response, without a message-body.
- Returns .
-
-
- An HTTP method.
- Returns .An HTTP method represented as a .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents an HTTP OPTIONS protocol method.
- Returns .
-
-
- Represents an HTTP POST protocol method that is used to post a new entity as an addition to a URI.
- Returns .
-
-
- Represents an HTTP PUT protocol method that is used to replace an entity identified by a URI.
- Returns .
-
-
- Returns a string that represents the current object.
- Returns .A string representing the current object.
-
-
- Represents an HTTP TRACE protocol method.
- Returns .
-
-
- A base class for exceptions thrown by the and classes.
-
-
- Initializes a new instance of the class.
-
-
- Initializes a new instance of the class with a specific message that describes the current exception.
- A message that describes the current exception.
-
-
- Initializes a new instance of the class with a specific message that describes the current exception and an inner exception.
- A message that describes the current exception.
- The inner exception.
-
-
- Represents a HTTP request message.
-
-
- Initializes a new instance of the class.
-
-
- Initializes a new instance of the class with an HTTP method and a request .
- The HTTP method.
- A string that represents the request .
-
-
- Initializes a new instance of the class with an HTTP method and a request .
- The HTTP method.
- The to request.
-
-
- Gets or sets the contents of the HTTP message.
- Returns .The content of a message
-
-
- Releases the unmanaged resources and disposes of the managed resources used by the .
-
-
- Releases the unmanaged resources used by the and optionally disposes of the managed resources.
- true to release both managed and unmanaged resources; false to releases only unmanaged resources.
-
-
- Gets the collection of HTTP request headers.
- Returns .The collection of HTTP request headers.
-
-
- Gets or sets the HTTP method used by the HTTP request message.
- Returns .The HTTP method used by the request message. The default is the GET method.
-
-
- Gets a set of properties for the HTTP request.
- Returns .
-
-
- Gets or sets the used for the HTTP request.
- Returns .The used for the HTTP request.
-
-
- Returns a string that represents the current object.
- Returns .A string representation of the current object.
-
-
- Gets or sets the HTTP message version.
- Returns .The HTTP message version. The default is 1.1.
-
-
- Represents a HTTP response message.
-
-
- Initializes a new instance of the class.
-
-
- Initializes a new instance of the class with a specific .
- The status code of the HTTP response.
-
-
- Gets or sets the content of a HTTP response message.
- Returns .The content of the HTTP response message.
-
-
- Releases the unmanaged resources and disposes of unmanaged resources used by the .
-
-
- Releases the unmanaged resources used by the and optionally disposes of the managed resources.
- true to release both managed and unmanaged resources; false to releases only unmanaged resources.
-
-
- Throws an exception if the property for the HTTP response is false.
- Returns .The HTTP response message if the call is successful.
-
-
- Gets the collection of HTTP response headers.
- Returns .The collection of HTTP response headers.
-
-
- Gets a value that indicates if the HTTP response was successful.
- Returns .A value that indicates if the HTTP response was successful. true if was in the range 200-299; otherwise false.
-
-
- Gets or sets the reason phrase which typically is sent by servers together with the status code.
- Returns .The reason phrase sent by the server.
-
-
- Gets or sets the request message which led to this response message.
- Returns .The request message which led to this response message.
-
-
- Gets or sets the status code of the HTTP response.
- Returns .The status code of the HTTP response.
-
-
- Returns a string that represents the current object.
- Returns .A string representation of the current object.
-
-
- Gets or sets the HTTP message version.
- Returns .The HTTP message version. The default is 1.1.
-
-
- A base type for handlers which only do some small processing of request and/or response messages.
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Provides a collection of objects that get serialized using the multipart/* content type specification.
-
-
-
-
-
-
- Returns .
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Provides a container for content encoded using multipart/form-data MIME type.
-
-
-
-
-
-
-
- Provides HTTP content based on a stream.
-
-
-
-
- Returns .
-
-
-
-
- Returns .
-
-
- Returns .
-
-
- Provides HTTP content based on a string.
-
-
-
-
-
- Represents authentication information in Authorization, ProxyAuthorization, WWW-Authneticate, and Proxy-Authenticate header values.
-
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents the value of the Cache-Control header.
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents the value of the Content-Range header.
-
-
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents an entity-tag header value.
-
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents the collection of Content Headers as defined in RFC 2616.
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- A collection of headers and their values as defined in RFC 2616.
-
-
-
-
-
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents a collection of header values.
-
-
-
-
-
- Returns .
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents the collection of Request Headers as defined in RFC 2616.
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents the collection of Response Headers as defined in RFC 2616.
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents a media-type as defined in the RFC 2616.
-
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents a content-type header value with an additional quality.
-
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents a name/value pair.
-
-
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents a name/value pair with parameters.
-
-
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents a product header value.
-
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents a value which can either be a product or a comment.
-
-
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents a header value which can either be a date/time or an entity-tag value.
-
-
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents the value of the Range header.
-
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents a byte-range header value.
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents a header value which can either be a date/time or a timespan value.
-
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents a string header value with an optional quality.
-
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents a transfer-coding header value.
-
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents a transfer-coding header value with optional quality.
-
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents the value of a Via header.
-
-
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Represents a warning value used by the Warning header.
-
-
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
- Returns .
-
-
-
\ No newline at end of file
diff --git a/packages/Microsoft.Net.Http.2.1.10/lib/win8/System.Net.Http.Extensions.XML b/packages/Microsoft.Net.Http.2.1.10/lib/win8/System.Net.Http.Extensions.XML
deleted file mode 100644
index 1190940..0000000
--- a/packages/Microsoft.Net.Http.2.1.10/lib/win8/System.Net.Http.Extensions.XML
+++ /dev/null
@@ -1,50 +0,0 @@
-
-
-
- System.Net.Http.Extensions
-
-
-
-
- Extension methods for which expose differences in platform specific capabilities.
-
-
-
-
- Gets a value that indicates if HttpClientHandler.AllowAutoRedirect is supported by the handler.
- When this property is true and HttpClientHandler.SupportsRedirectConfiguration is false, setting HttpClientHandler.AllowAutoRedirect to true will cause the system default to be used for HttpClientHandler.MaximumAutomaticRedirections.
-
- The to check.
- Returns .true if the if the handler supports configuration settings for the property; otherwise false.
-
-
-
- Gets a value that indicates if is supported by the handler.
-
- The to check.
- Returns .true if the if the handler supports configuration settings for the property; otherwise false.
-
-
-
- Gets a value that indicates if , HttpRequestMessage.ProtocolVersion, and HttpResponseMessage.ProtocolVersion are supported by the handler.
-
- The to check.
- Returns .true if the if the handler supports configuration settings for the , HttpRequestMessage.ProtocolVersion, and HttpResponseMessage.ProtocolVersion properties; otherwise false.
-
-
-
- Gets a value that indicates if HttpRequestMessage.Headers with or header value of 'chunked' is supported by the handler.
-
- The to check.
- Returns .true if the if the handler supports setting HttpRequestMessage.Headers with or header value of 'chunked'; otherwise false.
-
-
-
- Gets a value that indicates if is supported by the handler.
- When this property is true and HttpClientHandler.SupportsProxy is false, setting HttpClientHandler.UseProxy to true will cause the system default to be used for HttpClientHandler.Proxy.
-
- The to check.
- Returns .true if the if the handler supports configuration settings for the property; otherwise false.
-
-
-
diff --git a/packages/Microsoft.Net.Http.2.1.10/lib/win8/System.Net.Http.Extensions.dll b/packages/Microsoft.Net.Http.2.1.10/lib/win8/System.Net.Http.Extensions.dll
deleted file mode 100644
index acc41c1..0000000
Binary files a/packages/Microsoft.Net.Http.2.1.10/lib/win8/System.Net.Http.Extensions.dll and /dev/null differ
diff --git a/packages/Microsoft.Net.Http.2.1.10/lib/win8/System.Net.Http.Primitives.dll b/packages/Microsoft.Net.Http.2.1.10/lib/win8/System.Net.Http.Primitives.dll
deleted file mode 100644
index 7b733cf..0000000
Binary files a/packages/Microsoft.Net.Http.2.1.10/lib/win8/System.Net.Http.Primitives.dll and /dev/null differ
diff --git a/packages/Microsoft.Net.Http.2.1.10/lib/win8/System.Net.Http.Primitives.xml b/packages/Microsoft.Net.Http.2.1.10/lib/win8/System.Net.Http.Primitives.xml
deleted file mode 100644
index 53640c6..0000000
--- a/packages/Microsoft.Net.Http.2.1.10/lib/win8/System.Net.Http.Primitives.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
- System.Net.Http.Primitives
-
-
-
-
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 3b40c36..0000000
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 1010c8c..0000000
--- 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 d706512..0000000
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 0d91d40..0000000
--- 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 6a04e4d..0000000
Binary files a/packages/Microsoft.Owin.2.1.0/lib/net45/Microsoft.Owin.dll and /dev/null differ
diff --git a/packages/Microsoft.Owin.Cors.2.1.0/Microsoft.Owin.Cors.2.1.0.nupkg b/packages/Microsoft.Owin.Cors.2.1.0/Microsoft.Owin.Cors.2.1.0.nupkg
deleted file mode 100644
index c8ac4be..0000000
Binary files a/packages/Microsoft.Owin.Cors.2.1.0/Microsoft.Owin.Cors.2.1.0.nupkg and /dev/null differ
diff --git a/packages/Microsoft.Owin.Cors.2.1.0/lib/net45/Microsoft.Owin.Cors.XML b/packages/Microsoft.Owin.Cors.2.1.0/lib/net45/Microsoft.Owin.Cors.XML
deleted file mode 100644
index 292c8f5..0000000
--- a/packages/Microsoft.Owin.Cors.2.1.0/lib/net45/Microsoft.Owin.Cors.XML
+++ /dev/null
@@ -1,96 +0,0 @@
-
-
-
- Microsoft.Owin.Cors
-
-
-
-
- Extension methods for adding CorsMiddleware to an application pipeline.
-
-
-
-
- Adds a CORS middleware to your web application pipeline to allow cross domain requests.
-
- The IAppBuilder passed to your configuration method
- An options class that controls the middleware behavior
- The original app parameter
-
-
-
- Processes requests according to the provided cross domain policy.
-
-
-
-
- Creates a new instance of CorsMiddleware.
-
-
-
-
-
-
- Evaluates and applies the CORS policy. Responses will be generated for preflight requests.
- Requests that are permitted by the CORS policy will be passed onto the next middleware.
-
-
-
-
-
-
- Contains the options used by the CorsMiddleware
-
-
-
-
- A policy that allows all headers, all methods, any origin and supports credentials
-
-
-
-
- The cors policy to apply
-
-
-
-
- The cors engine
-
-
-
-
- A pluggable CORS policy provider that always returns null by default.
-
-
-
-
- Defines how to select a CORS policy for a given request.
-
-
-
-
- Selects a CORS policy to apply for the given request.
-
-
- The CORS policy to apply to the request, or null if no policy applies and
- the request should be passed through to the next middleware.
-
-
-
- Creates a new CorsPolicyProvider instance.
-
-
-
-
- Executes the PolicyResolver unless overridden by a subclass.
-
-
-
-
-
-
- A pluggable callback that will be used to select the CORS policy for the given requests.
-
-
-
-
diff --git a/packages/Microsoft.Owin.Cors.2.1.0/lib/net45/Microsoft.Owin.Cors.dll b/packages/Microsoft.Owin.Cors.2.1.0/lib/net45/Microsoft.Owin.Cors.dll
deleted file mode 100644
index 9c027b0..0000000
Binary files a/packages/Microsoft.Owin.Cors.2.1.0/lib/net45/Microsoft.Owin.Cors.dll and /dev/null differ
diff --git a/packages/Microsoft.Owin.Host.HttpListener.2.1.0/Microsoft.Owin.Host.HttpListener.2.1.0.nupkg b/packages/Microsoft.Owin.Host.HttpListener.2.1.0/Microsoft.Owin.Host.HttpListener.2.1.0.nupkg
deleted file mode 100644
index 35c9ae4..0000000
Binary files a/packages/Microsoft.Owin.Host.HttpListener.2.1.0/Microsoft.Owin.Host.HttpListener.2.1.0.nupkg and /dev/null differ
diff --git a/packages/Microsoft.Owin.Host.HttpListener.2.1.0/lib/net40/Microsoft.Owin.Host.HttpListener.dll b/packages/Microsoft.Owin.Host.HttpListener.2.1.0/lib/net40/Microsoft.Owin.Host.HttpListener.dll
deleted file mode 100644
index f3dface..0000000
Binary files a/packages/Microsoft.Owin.Host.HttpListener.2.1.0/lib/net40/Microsoft.Owin.Host.HttpListener.dll and /dev/null differ
diff --git a/packages/Microsoft.Owin.Host.HttpListener.2.1.0/lib/net40/Microsoft.Owin.Host.HttpListener.xml b/packages/Microsoft.Owin.Host.HttpListener.2.1.0/lib/net40/Microsoft.Owin.Host.HttpListener.xml
deleted file mode 100644
index b9c5c2c..0000000
--- a/packages/Microsoft.Owin.Host.HttpListener.2.1.0/lib/net40/Microsoft.Owin.Host.HttpListener.xml
+++ /dev/null
@@ -1,141 +0,0 @@
-
-
-
- Microsoft.Owin.Host.HttpListener
-
-
-
-
- Provided as a down-level stub for the 4.5 AssemblyMetaDataAttribute class.
- All released assemblies should define [AssemblyMetadata("Serviceable", "True")].
-
-
-
-
- This class is used to wrap other streams and convert some exception types.
-
-
-
-
- This wraps HttpListenerRequest's WebHeaderCollection (NameValueCollection) and adapts it to
- the OWIN required IDictionary surface area. It remains fully mutable, but you will be subject
- to the header validations performed by the underlying collection.
-
-
-
-
- This wraps HttpListener and exposes it as an OWIN compatible server.
-
-
-
-
- Creates a listener wrapper that can be configured by the user before starting.
-
-
-
-
- These are merged as one call because they should be swapped out atomically.
- This controls how many requests the server attempts to process concurrently.
-
- The maximum number of pending request receives.
- The maximum number of active requests being processed.
-
-
-
-
-
-
-
-
-
-
- Sets the maximum number of requests that will be queued up in Http.Sys.
-
-
-
-
-
- Starts the listener and request processing threads.
-
-
-
-
- Shuts down the listener and disposes it.
-
-
-
-
- The HttpListener instance wrapped by this wrapper.
-
-
-
-
- This wraps an HttpListenerRequest and exposes it as an OWIN environment IDictionary.
-
-
-
-
- Initializes a new instance of the class.
- Uses the given request object to populate the OWIN standard keys in the environment IDictionary.
- Most values are copied so that they can be mutable, but the headers collection is only wrapped.
-
-
-
-
- This wraps an HttpListenerResponse, populates it with the given response fields, and relays
- the response body to the underlying stream.
-
-
-
-
- Initializes a new instance of the class.
- Sets up the Environment with the necessary request state items.
-
-
-
-
- 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 key '{0}' is already present in the dictionary..
-
-
-
-
- Looks up a localized string similar to The response headers have already been sent..
-
-
-
-
- Implements the Katana setup pattern for the OwinHttpListener server.
-
-
-
-
- Advertise the capabilities of the server.
-
-
-
-
-
- Creates an OwinHttpListener and starts listening on the given URL.
-
- The application entry point.
- The addresses to listen on.
- The OwinHttpListener. Invoke Dispose to shut down.
-
-
-
diff --git a/packages/Microsoft.Owin.Host.HttpListener.2.1.0/lib/net45/Microsoft.Owin.Host.HttpListener.dll b/packages/Microsoft.Owin.Host.HttpListener.2.1.0/lib/net45/Microsoft.Owin.Host.HttpListener.dll
deleted file mode 100644
index 21dfaa2..0000000
Binary files a/packages/Microsoft.Owin.Host.HttpListener.2.1.0/lib/net45/Microsoft.Owin.Host.HttpListener.dll and /dev/null differ
diff --git a/packages/Microsoft.Owin.Host.HttpListener.2.1.0/lib/net45/Microsoft.Owin.Host.HttpListener.xml b/packages/Microsoft.Owin.Host.HttpListener.2.1.0/lib/net45/Microsoft.Owin.Host.HttpListener.xml
deleted file mode 100644
index fe00947..0000000
--- a/packages/Microsoft.Owin.Host.HttpListener.2.1.0/lib/net45/Microsoft.Owin.Host.HttpListener.xml
+++ /dev/null
@@ -1,140 +0,0 @@
-
-
-
- Microsoft.Owin.Host.HttpListener
-
-
-
-
- This class is used to wrap other streams and convert some exception types.
-
-
-
-
- This wraps HttpListenerRequest's WebHeaderCollection (NameValueCollection) and adapts it to
- the OWIN required IDictionary surface area. It remains fully mutable, but you will be subject
- to the header validations performed by the underlying collection.
-
-
-
-
- This wraps HttpListener and exposes it as an OWIN compatible server.
-
-
-
-
- Creates a listener wrapper that can be configured by the user before starting.
-
-
-
-
- These are merged as one call because they should be swapped out atomically.
- This controls how many requests the server attempts to process concurrently.
-
- The maximum number of pending request receives.
- The maximum number of active requests being processed.
-
-
-
-
-
-
-
-
-
-
- Sets the maximum number of requests that will be queued up in Http.Sys.
-
-
-
-
-
- Starts the listener and request processing threads.
-
-
-
-
- Shuts down the listener and disposes it.
-
-
-
-
- The HttpListener instance wrapped by this wrapper.
-
-
-
-
- This wraps an HttpListenerRequest and exposes it as an OWIN environment IDictionary.
-
-
-
-
- Initializes a new instance of the class.
- Uses the given request object to populate the OWIN standard keys in the environment IDictionary.
- Most values are copied so that they can be mutable, but the headers collection is only wrapped.
-
-
-
-
- This wraps an HttpListenerResponse, populates it with the given response fields, and relays
- the response body to the underlying stream.
-
-
-
-
- Initializes a new instance of the class.
- Sets up the Environment with the necessary request state items.
-
-
-
-
- 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 key '{0}' is already present in the dictionary..
-
-
-
-
- Looks up a localized string similar to The response headers have already been sent..
-
-
-
-
- Implements the Katana setup pattern for the OwinHttpListener server.
-
-
-
-
- Advertise the capabilities of the server.
-
-
-
-
-
- Creates an OwinHttpListener and starts listening on the given URL.
-
- The application entry point.
- The addresses to listen on.
- The OwinHttpListener. Invoke Dispose to shut down.
-
-
-
- Standard keys and values for use within the OWIN interfaces
-
-
-
-
diff --git a/packages/Microsoft.Owin.Hosting.2.1.0/Microsoft.Owin.Hosting.2.1.0.nupkg b/packages/Microsoft.Owin.Hosting.2.1.0/Microsoft.Owin.Hosting.2.1.0.nupkg
deleted file mode 100644
index 696fad5..0000000
Binary files a/packages/Microsoft.Owin.Hosting.2.1.0/Microsoft.Owin.Hosting.2.1.0.nupkg and /dev/null differ
diff --git a/packages/Microsoft.Owin.Hosting.2.1.0/lib/net40/Microsoft.Owin.Hosting.XML b/packages/Microsoft.Owin.Hosting.2.1.0/lib/net40/Microsoft.Owin.Hosting.XML
deleted file mode 100644
index 9318a07..0000000
--- a/packages/Microsoft.Owin.Hosting.2.1.0/lib/net40/Microsoft.Owin.Hosting.XML
+++ /dev/null
@@ -1,1015 +0,0 @@
-
-
-
- Microsoft.Owin.Hosting
-
-
-
-
- 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 instantiate the server factory.
-
-
-
-
- Used to instantiate the server factory.
-
-
-
-
- Instantiate an instance of the given type.
-
-
-
-
-
-
-
-
-
-
-
-
- Instantiate an instance of the given type.
-
-
-
-
-
-
- Located and loads the server factory.
-
-
-
-
- Used to locate and load the named server factory.
-
-
-
-
- Used to locate and load the named server factory.
-
-
-
-
-
-
- Allows for a Dependency Injection activator to be specified.
-
-
-
-
-
- Executes the loader, searching for the server factory by name.
- Acceptable inputs:
- - Assembly.Name. Look for type Assembly.Name.ServerFactory in the assembly Assembly.Name.
- - Assembly.Name.FactoryName. Look for type Assembly.Name.FactoryName in the assembly Assembly.Name.
-
- The name of the assembly and type of the server factory
-
-
-
-
- The basic ServerFactory contract.
-
-
-
-
- An optional method that allows the server factory to specify its capabilities.
-
-
-
-
-
- Starts a server with the given app instance.
-
-
-
-
-
-
- Attempts to find the entry point for an app.
-
-
-
-
- Attempts to find the entry point for an app.
-
-
-
-
- Attempts to find the entry point for a given configuration string.
-
-
-
-
-
-
-
-
-
-
-
-
-
- Attempts to find the entry point for a given configuration string.
-
-
-
-
-
-
-
- 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 Failed to resolve an instance of {0} from the IServiceProvider..
-
-
-
-
- Looks up a localized string similar to The settings file is improperly formatted. It should consist of one name=value pair per line. Empty lines or lines beginning with '#' are ignored..
-
-
-
-
- Looks up a localized string similar to The '{0}' Create method must take two parameters..
-
-
-
-
- Looks up a localized string similar to The '{0}' Create method must have a second parameter of type IDictionary<string,object>..
-
-
-
-
- Looks up a localized string similar to The server factory could not be located for the given input: {0}.
-
-
-
-
- The basic ServerFactory contract.
-
-
-
-
- Creates a wrapper around the given server factory instance.
-
-
-
-
-
- Creates a wrapper around the given server factory type.
-
-
-
-
-
-
- Calls the optional Initialize method on the server factory.
- The method may be static or instance, and may accept either
- an IAppBuilder or the IAppBuilder.Properties IDictionary<string, object>.
-
-
-
-
-
- Calls the Create method on the server factory.
- The method may be static or instance, and may accept the AppFunc and the
- IAppBuilder.Properties IDictionary<string, object>.
-
-
-
-
-
-
- Helper code for the various activator services.
-
-
-
-
- Retrieve an instance of the given type from the service provider. If one is not found then instantiate it directly.
-
-
-
-
-
-
-
- Instantiate an object of the given type, using constructor service injection if possible.
-
-
-
-
-
-
-
- Creates a factory to instantiate a type using constructor service injection if possible.
-
-
-
-
-
-
- Used to instantiate the application entry point. e.g. the Startup class.
-
-
-
-
- Used to instantiate the application entry point. e.g. the Startup class.
-
-
-
-
- Instantiate an instance of the given type.
-
-
-
-
-
-
- Creates a new AppActivator.
-
-
-
-
-
- Instantiate an instance of the given type, injecting any available services.
-
-
-
-
-
-
- Provides an IAppBuilder instance based on Microsoft.Owin.Builder.AppBuilder.
-
-
-
-
- Provides an IAppBuilder instance.
-
-
-
-
- Create a new IAppBuilder instance.
-
-
-
-
-
- Create a new IAppBuilder instance based on Microsoft.Owin.Builder.AppBuilder.
-
-
-
-
-
- Initializes a new app loader.
-
-
-
-
- Initializes a new app loader.
-
-
-
-
- Create a new chained app loader.
-
-
-
-
-
-
- Not currently used.
-
-
-
-
-
-
-
-
-
-
- Create a new chained app loader.
-
-
-
-
-
-
- Not currently used.
-
-
-
-
- Create a default ServiceProvider with input from a variety or sources.
-
-
-
-
- Create a default ServiceProvider with the given settings.
-
-
-
-
-
-
-
- Create a default ServiceProvider with the given settings file.
-
-
-
-
-
-
-
- Create a default ServiceProvider.
-
-
-
-
-
-
- Create a default ServiceProvider with the given settings.
-
-
-
-
-
-
- Create a default ServiceProvider with the given settings file.
-
-
-
-
-
-
- Create a default ServiceProvider.
-
-
-
-
-
- Enumerate the default service types with the given settings overrides.
-
-
-
-
-
-
- Enumerate the default service types with the given settings file overrides.
-
-
-
-
-
-
- Enumerate the default service types.
-
-
-
-
-
- Loads settings from various locations.
-
-
-
-
- Load settings from the AppSettings section of the config file.
-
-
-
-
-
- Load settings from the AppSettings section of the config file.
-
-
-
-
-
- Load settings from a flat text file.
-
-
-
-
-
-
- Load settings from a flat text file.
-
-
-
-
-
-
- Extension methods for IServiceProvider.
-
-
-
-
- Retrieve a service of type T from the IServiceProvider.
-
-
-
-
-
-
-
- The default IServiceProvider.
-
-
-
-
-
-
-
-
-
- Gets the service object of the specified type.
-
-
-
-
-
-
- Remove all occurrences of the given type from the provider.
-
-
-
-
-
-
- Remove all occurrences of the given type from the provider.
-
-
-
-
-
-
- Add an instance of type TService to the list of providers.
-
-
-
-
-
-
-
- Add an instance of the given type to the list of providers.
-
-
-
-
-
-
-
- Specify that services of the type TService should be fulfilled by the type TImplementation.
-
-
-
-
-
-
-
- Specify that services of the type serviceType should be fulfilled by the type implementationType.
-
-
-
-
-
-
-
- Specify that services of the given type should be created with the given serviceFactory.
-
-
-
-
-
-
-
- Opens a stream writer for the given file.
-
-
-
-
- Used to create the trace output.
-
-
-
-
- Used to create the trace output.
-
-
-
-
-
-
- Opens a stream writer for the given file.
-
-
-
-
-
-
- Instantiates instances of the IHostingStarter.
-
-
-
-
- Instantiates instances of the IHostingStarter.
-
-
-
-
- Instantiates instances of the IHostingStarter.
-
-
-
-
-
-
-
-
-
-
-
-
- Instantiates instances of the IHostingStarter.
-
-
-
-
-
-
- Executes the IHostingEngine without making any changes to the current execution environment.
-
-
-
-
- Performs any necessary environment setup prior to executing the IHostingEngine.
-
-
-
-
- Performs any necessary environment setup prior to executing the IHostingEngine.
-
-
-
-
-
-
-
-
-
-
-
-
- Executes the IHostingEngine without making any changes to the current execution environment.
-
-
-
-
-
-
- Used for executing the IHostingEngine in a new AppDomain.
-
-
-
-
- Registers a fallback assembly resolver that looks in the given directory.
-
-
-
-
-
- Executes the IHostingEngine in a new AppDomain.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Renews the given lease for 5 minutes.
-
-
-
-
-
-
- Creates a new AppDomain to run the IHostingEngine in.
-
-
-
-
- Creates a new AppDomain to run the IHostingEngine in.
-
-
-
-
-
-
- This attribute is used to identify custom hosting starters that may be loaded at runtime.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Creates a IHostingStarter for the given identifier.
-
-
-
-
- Creates a IHostingStarter for the given identifier.
-
-
-
-
-
-
- Selects from known hosting starters, or detects additional providers via convention.
-
-
-
-
-
-
-
-
-
-
- Selects from known hosting starters, or detects additional providers via convention.
-
-
-
-
-
-
- These methods are used to load, assemble, and start a web app.
-
-
-
-
- Start a web app using default settings and the given url and entry point.
- e.g. Discover the ServerFactory and run at the given url.
-
- An IDisposible instance that can be called to shut down the web app.
-
-
-
- Start a web app using the given settings and entry point, using defaults for items not specified.
-
- An IDisposible instance that can be called to shut down the web app.
-
-
-
- Start a web app using default settings and the given url and entry point type.
- e.g. Discover the ServerFactory and run at the given url.
-
- An IDisposible instance that can be called to shut down the web app.
-
-
-
- Start a web app using the given settings and entry point type, using defaults for items not specified.
-
- An IDisposible instance that can be called to shut down the web app.
-
-
-
- Start a web app using the given settings and entry point type, using defaults for items not specified.
-
- An IDisposible instance that can be called to shut down the web app.
-
-
-
- Start a web app using the given settings and entry point type, using defaults for items not specified.
-
- An IDisposible instance that can be called to shut down the web app.
-
-
-
- Settings to control the startup behavior of an OWIN application
-
-
-
-
- Initializes a new instance of the class
-
-
-
-
- Initializes a new instance of the class
-
-
-
-
- A list of url prefixes to listen on. Overrides port.
-
-
-
-
- A port to listen on.
-
-
-
-
- Parameter to locate and load web application startup routine
-
-
-
-
- Name of the assembly containing the http server implementation
-
-
-
-
- Optional settings used to override service types and other defaults
-
-
-
-
- Initializes and starts a web application.
-
-
-
-
- Initializes and starts a web application.
-
-
-
-
-
-
- Determines the which IHostingStarter instance to use via the IHostingSterterFactory.
-
-
-
-
-
-
-
-
-
-
- Determines the which IHostingStarter instance to use via the IHostingSterterFactory.
-
-
-
-
-
-
- Used to initialize and start a web application.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Initialize and start a web application.
- Major Steps:
- - Find and initialize the ServerFactory
- - Find and initialize the application
- - Start the server
-
-
-
-
-
-
- This class contains the relevant application and server state during startup.
-
-
-
-
- Create a new StartContext with the given options.
- If the given options do not define any settings, then settings will be loaded from the config.
-
-
-
-
-
- The initial options provided to the constructor.
-
-
-
-
- The factory used to instantiate the server.
-
-
-
-
- The IAppBuilder used to construct the OWIN application pipeline.
-
-
-
-
- The constructed OWIN application pipeline.
-
-
-
-
- The application entry point where the pipeline is defined.
-
-
-
-
- A TextWriter for writing diagnostic data to.
-
-
-
-
- A list of keys and their associated values that will be injected by the host into each OWIN request environment.
-
-
-
-
diff --git a/packages/Microsoft.Owin.Hosting.2.1.0/lib/net40/Microsoft.Owin.Hosting.dll b/packages/Microsoft.Owin.Hosting.2.1.0/lib/net40/Microsoft.Owin.Hosting.dll
deleted file mode 100644
index 64916c6..0000000
Binary files a/packages/Microsoft.Owin.Hosting.2.1.0/lib/net40/Microsoft.Owin.Hosting.dll and /dev/null differ
diff --git a/packages/Microsoft.Owin.Hosting.2.1.0/lib/net45/Microsoft.Owin.Hosting.XML b/packages/Microsoft.Owin.Hosting.2.1.0/lib/net45/Microsoft.Owin.Hosting.XML
deleted file mode 100644
index 994ef78..0000000
--- a/packages/Microsoft.Owin.Hosting.2.1.0/lib/net45/Microsoft.Owin.Hosting.XML
+++ /dev/null
@@ -1,1009 +0,0 @@
-
-
-
- Microsoft.Owin.Hosting
-
-
-
-
- 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 instantiate the server factory.
-
-
-
-
- Used to instantiate the server factory.
-
-
-
-
- Instantiate an instance of the given type.
-
-
-
-
-
-
-
-
-
-
-
-
- Instantiate an instance of the given type.
-
-
-
-
-
-
- Located and loads the server factory.
-
-
-
-
- Used to locate and load the named server factory.
-
-
-
-
- Used to locate and load the named server factory.
-
-
-
-
-
-
- Allows for a Dependency Injection activator to be specified.
-
-
-
-
-
- Executes the loader, searching for the server factory by name.
- Acceptable inputs:
- - Assembly.Name. Look for type Assembly.Name.ServerFactory in the assembly Assembly.Name.
- - Assembly.Name.FactoryName. Look for type Assembly.Name.FactoryName in the assembly Assembly.Name.
-
- The name of the assembly and type of the server factory
-
-
-
-
- The basic ServerFactory contract.
-
-
-
-
- An optional method that allows the server factory to specify its capabilities.
-
-
-
-
-
- Starts a server with the given app instance.
-
-
-
-
-
-
- Attempts to find the entry point for an app.
-
-
-
-
- Attempts to find the entry point for an app.
-
-
-
-
- Attempts to find the entry point for a given configuration string.
-
-
-
-
-
-
-
-
-
-
-
-
-
- Attempts to find the entry point for a given configuration string.
-
-
-
-
-
-
-
- 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 Failed to resolve an instance of {0} from the IServiceProvider..
-
-
-
-
- Looks up a localized string similar to The settings file is improperly formatted. It should consist of one name=value pair per line. Empty lines or lines beginning with '#' are ignored..
-
-
-
-
- Looks up a localized string similar to The '{0}' Create method must take two parameters..
-
-
-
-
- Looks up a localized string similar to The '{0}' Create method must have a second parameter of type IDictionary<string,object>..
-
-
-
-
- Looks up a localized string similar to The server factory could not be located for the given input: {0}.
-
-
-
-
- The basic ServerFactory contract.
-
-
-
-
- Creates a wrapper around the given server factory instance.
-
-
-
-
-
- Creates a wrapper around the given server factory type.
-
-
-
-
-
-
- Calls the optional Initialize method on the server factory.
- The method may be static or instance, and may accept either
- an IAppBuilder or the IAppBuilder.Properties IDictionary<string, object>.
-
-
-
-
-
- Calls the Create method on the server factory.
- The method may be static or instance, and may accept the AppFunc and the
- IAppBuilder.Properties IDictionary<string, object>.
-
-
-
-
-
-
- Helper code for the various activator services.
-
-
-
-
- Retrieve an instance of the given type from the service provider. If one is not found then instantiate it directly.
-
-
-
-
-
-
-
- Instantiate an object of the given type, using constructor service injection if possible.
-
-
-
-
-
-
-
- Creates a factory to instantiate a type using constructor service injection if possible.
-
-
-
-
-
-
- Used to instantiate the application entry point. e.g. the Startup class.
-
-
-
-
- Used to instantiate the application entry point. e.g. the Startup class.
-
-
-
-
- Instantiate an instance of the given type.
-
-
-
-
-
-
- Creates a new AppActivator.
-
-
-
-
-
- Instantiate an instance of the given type, injecting any available services.
-
-
-
-
-
-
- Provides an IAppBuilder instance based on Microsoft.Owin.Builder.AppBuilder.
-
-
-
-
- Provides an IAppBuilder instance.
-
-
-
-
- Create a new IAppBuilder instance.
-
-
-
-
-
- Create a new IAppBuilder instance based on Microsoft.Owin.Builder.AppBuilder.
-
-
-
-
-
- Initializes a new app loader.
-
-
-
-
- Initializes a new app loader.
-
-
-
-
- Create a new chained app loader.
-
-
-
-
-
-
- Not currently used.
-
-
-
-
-
-
-
-
-
-
- Create a new chained app loader.
-
-
-
-
-
-
- Not currently used.
-
-
-
-
- Create a default ServiceProvider with input from a variety or sources.
-
-
-
-
- Create a default ServiceProvider with the given settings.
-
-
-
-
-
-
-
- Create a default ServiceProvider with the given settings file.
-
-
-
-
-
-
-
- Create a default ServiceProvider.
-
-
-
-
-
-
- Create a default ServiceProvider with the given settings.
-
-
-
-
-
-
- Create a default ServiceProvider with the given settings file.
-
-
-
-
-
-
- Create a default ServiceProvider.
-
-
-
-
-
- Enumerate the default service types with the given settings overrides.
-
-
-
-
-
-
- Enumerate the default service types with the given settings file overrides.
-
-
-
-
-
-
- Enumerate the default service types.
-
-
-
-
-
- Loads settings from various locations.
-
-
-
-
- Load settings from the AppSettings section of the config file.
-
-
-
-
-
- Load settings from the AppSettings section of the config file.
-
-
-
-
-
- Load settings from a flat text file.
-
-
-
-
-
-
- Load settings from a flat text file.
-
-
-
-
-
-
- Extension methods for IServiceProvider.
-
-
-
-
- Retrieve a service of type T from the IServiceProvider.
-
-
-
-
-
-
-
- The default IServiceProvider.
-
-
-
-
-
-
-
-
-
- Gets the service object of the specified type.
-
-
-
-
-
-
- Remove all occurrences of the given type from the provider.
-
-
-
-
-
-
- Remove all occurrences of the given type from the provider.
-
-
-
-
-
-
- Add an instance of type TService to the list of providers.
-
-
-
-
-
-
-
- Add an instance of the given type to the list of providers.
-
-
-
-
-
-
-
- Specify that services of the type TService should be fulfilled by the type TImplementation.
-
-
-
-
-
-
-
- Specify that services of the type serviceType should be fulfilled by the type implementationType.
-
-
-
-
-
-
-
- Specify that services of the given type should be created with the given serviceFactory.
-
-
-
-
-
-
-
- Opens a stream writer for the given file.
-
-
-
-
- Used to create the trace output.
-
-
-
-
- Used to create the trace output.
-
-
-
-
-
-
- Opens a stream writer for the given file.
-
-
-
-
-
-
- Instantiates instances of the IHostingStarter.
-
-
-
-
- Instantiates instances of the IHostingStarter.
-
-
-
-
- Instantiates instances of the IHostingStarter.
-
-
-
-
-
-
-
-
-
-
-
-
- Instantiates instances of the IHostingStarter.
-
-
-
-
-
-
- Executes the IHostingEngine without making any changes to the current execution environment.
-
-
-
-
- Performs any necessary environment setup prior to executing the IHostingEngine.
-
-
-
-
- Performs any necessary environment setup prior to executing the IHostingEngine.
-
-
-
-
-
-
-
-
-
-
-
-
- Executes the IHostingEngine without making any changes to the current execution environment.
-
-
-
-
-
-
- Used for executing the IHostingEngine in a new AppDomain.
-
-
-
-
- Registers a fallback assembly resolver that looks in the given directory.
-
-
-
-
-
- Executes the IHostingEngine in a new AppDomain.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Renews the given lease for 5 minutes.
-
-
-
-
-
-
- Creates a new AppDomain to run the IHostingEngine in.
-
-
-
-
- Creates a new AppDomain to run the IHostingEngine in.
-
-
-
-
-
-
- This attribute is used to identify custom hosting starters that may be loaded at runtime.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Creates a IHostingStarter for the given identifier.
-
-
-
-
- Creates a IHostingStarter for the given identifier.
-
-
-
-
-
-
- Selects from known hosting starters, or detects additional providers via convention.
-
-
-
-
-
-
-
-
-
-
- Selects from known hosting starters, or detects additional providers via convention.
-
-
-
-
-
-
- These methods are used to load, assemble, and start a web app.
-
-
-
-
- Start a web app using default settings and the given url and entry point.
- e.g. Discover the ServerFactory and run at the given url.
-
- An IDisposible instance that can be called to shut down the web app.
-
-
-
- Start a web app using the given settings and entry point, using defaults for items not specified.
-
- An IDisposible instance that can be called to shut down the web app.
-
-
-
- Start a web app using default settings and the given url and entry point type.
- e.g. Discover the ServerFactory and run at the given url.
-
- An IDisposible instance that can be called to shut down the web app.
-
-
-
- Start a web app using the given settings and entry point type, using defaults for items not specified.
-
- An IDisposible instance that can be called to shut down the web app.
-
-
-
- Start a web app using the given settings and entry point type, using defaults for items not specified.
-
- An IDisposible instance that can be called to shut down the web app.
-
-
-
- Start a web app using the given settings and entry point type, using defaults for items not specified.
-
- An IDisposible instance that can be called to shut down the web app.
-
-
-
- Settings to control the startup behavior of an OWIN application
-
-
-
-
- Initializes a new instance of the class
-
-
-
-
- Initializes a new instance of the class
-
-
-
-
- A list of url prefixes to listen on. Overrides port.
-
-
-
-
- A port to listen on.
-
-
-
-
- Parameter to locate and load web application startup routine
-
-
-
-
- Name of the assembly containing the http server implementation
-
-
-
-
- Optional settings used to override service types and other defaults
-
-
-
-
- Initializes and starts a web application.
-
-
-
-
- Initializes and starts a web application.
-
-
-
-
-
-
- Determines the which IHostingStarter instance to use via the IHostingSterterFactory.
-
-
-
-
-
-
-
-
-
-
- Determines the which IHostingStarter instance to use via the IHostingSterterFactory.
-
-
-
-
-
-
- Used to initialize and start a web application.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Initialize and start a web application.
- Major Steps:
- - Find and initialize the ServerFactory
- - Find and initialize the application
- - Start the server
-
-
-
-
-
-
- This class contains the relevant application and server state during startup.
-
-
-
-
- Create a new StartContext with the given options.
- If the given options do not define any settings, then settings will be loaded from the config.
-
-
-
-
-
- The initial options provided to the constructor.
-
-
-
-
- The factory used to instantiate the server.
-
-
-
-
- The IAppBuilder used to construct the OWIN application pipeline.
-
-
-
-
- The constructed OWIN application pipeline.
-
-
-
-
- The application entry point where the pipeline is defined.
-
-
-
-
- A TextWriter for writing diagnostic data to.
-
-
-
-
- A list of keys and their associated values that will be injected by the host into each OWIN request environment.
-
-
-
-
diff --git a/packages/Microsoft.Owin.Hosting.2.1.0/lib/net45/Microsoft.Owin.Hosting.dll b/packages/Microsoft.Owin.Hosting.2.1.0/lib/net45/Microsoft.Owin.Hosting.dll
deleted file mode 100644
index b7ec851..0000000
Binary files a/packages/Microsoft.Owin.Hosting.2.1.0/lib/net45/Microsoft.Owin.Hosting.dll and /dev/null differ
diff --git a/packages/Microsoft.Owin.Security.2.0.1/Microsoft.Owin.Security.2.0.1.nupkg b/packages/Microsoft.Owin.Security.2.0.1/Microsoft.Owin.Security.2.0.1.nupkg
deleted file mode 100644
index 1700550..0000000
Binary files a/packages/Microsoft.Owin.Security.2.0.1/Microsoft.Owin.Security.2.0.1.nupkg and /dev/null differ
diff --git a/packages/Microsoft.Owin.Security.2.0.1/lib/net45/Microsoft.Owin.Security.XML b/packages/Microsoft.Owin.Security.2.0.1/lib/net45/Microsoft.Owin.Security.XML
deleted file mode 100644
index c8a426b..0000000
--- a/packages/Microsoft.Owin.Security.2.0.1/lib/net45/Microsoft.Owin.Security.XML
+++ /dev/null
@@ -1,435 +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
-
-
-
- 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..
-
-
-
-
- Looks up a localized string similar to {0} cookie not found..
-
-
-
-
- Looks up a localized string similar to {0} correlation cookie and state property mismatch..
-
-
-
-
- Looks up a localized string similar to {0} state property not found..
-
-
-
-
- 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.
-
-
-
- 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.0.1/lib/net45/Microsoft.Owin.Security.dll b/packages/Microsoft.Owin.Security.2.0.1/lib/net45/Microsoft.Owin.Security.dll
deleted file mode 100644
index 73e2f02..0000000
Binary files a/packages/Microsoft.Owin.Security.2.0.1/lib/net45/Microsoft.Owin.Security.dll and /dev/null differ
diff --git a/packages/Newtonsoft.Json.6.0.3/Newtonsoft.Json.6.0.3.nupkg b/packages/Newtonsoft.Json.6.0.3/Newtonsoft.Json.6.0.3.nupkg
deleted file mode 100644
index c4e39ed..0000000
Binary files a/packages/Newtonsoft.Json.6.0.3/Newtonsoft.Json.6.0.3.nupkg and /dev/null differ
diff --git a/packages/Newtonsoft.Json.6.0.3/lib/net20/Newtonsoft.Json.dll b/packages/Newtonsoft.Json.6.0.3/lib/net20/Newtonsoft.Json.dll
deleted file mode 100644
index 21d9507..0000000
Binary files a/packages/Newtonsoft.Json.6.0.3/lib/net20/Newtonsoft.Json.dll and /dev/null differ
diff --git a/packages/Newtonsoft.Json.6.0.3/lib/net20/Newtonsoft.Json.xml b/packages/Newtonsoft.Json.6.0.3/lib/net20/Newtonsoft.Json.xml
deleted file mode 100644
index d53ade9..0000000
--- a/packages/Newtonsoft.Json.6.0.3/lib/net20/Newtonsoft.Json.xml
+++ /dev/null
@@ -1,9038 +0,0 @@
-
-
-
- Newtonsoft.Json
-
-
-
-
- Represents a BSON Oid (object id).
-
-
-
-
- Initializes a new instance of the class.
-
- The Oid value.
-
-
-
- Gets or sets the value of the Oid.
-
- The value of the Oid.
-
-
-
- Represents a reader that provides fast, non-cached, forward-only access to serialized Json data.
-
-
-
-
- Represents a reader that provides fast, non-cached, forward-only access to serialized Json data.
-
-
-
-
- Initializes a new instance of the class with the specified .
-
-
-
-
- Reads the next JSON token from the stream.
-
- true if the next token was read successfully; false if there are no more tokens to read.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A or a null reference if the next JSON token is null. This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Skips the children of the current token.
-
-
-
-
- Sets the current token.
-
- The new token.
-
-
-
- Sets the current token and value.
-
- The new token.
- The value.
-
-
-
- Sets the state based on current token type.
-
-
-
-
- Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
-
-
-
-
- Releases unmanaged and - optionally - managed resources
-
- true to release both managed and unmanaged resources; false to release only unmanaged resources.
-
-
-
- Changes the to Closed.
-
-
-
-
- Gets the current reader state.
-
- The current reader state.
-
-
-
- Gets or sets a value indicating whether the underlying stream or
- should be closed when the reader is closed.
-
-
- true to close the underlying stream or when
- the reader is closed; otherwise false. The default is true.
-
-
-
-
- Gets or sets a value indicating whether multiple pieces of JSON content can
- be read from a continuous stream without erroring.
-
-
- true to support reading multiple pieces of JSON content; otherwise false. The default is false.
-
-
-
-
- Gets the quotation mark character used to enclose the value of a string.
-
-
-
-
- Get or set how time zones are handling when reading JSON.
-
-
-
-
- Get or set how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON.
-
-
-
-
- Get or set how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
-
-
-
-
- Get or set how custom date formatted strings are parsed when reading JSON.
-
-
-
-
- Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a .
-
-
-
-
- Gets the type of the current JSON token.
-
-
-
-
- Gets the text value of the current JSON token.
-
-
-
-
- Gets The Common Language Runtime (CLR) type for the current JSON token.
-
-
-
-
- Gets the depth of the current token in the JSON document.
-
- The depth of the current token in the JSON document.
-
-
-
- Gets the path of the current JSON token.
-
-
-
-
- Gets or sets the culture used when reading JSON. Defaults to .
-
-
-
-
- Specifies the state of the reader.
-
-
-
-
- The Read method has not been called.
-
-
-
-
- The end of the file has been reached successfully.
-
-
-
-
- Reader is at a property.
-
-
-
-
- Reader is at the start of an object.
-
-
-
-
- Reader is in an object.
-
-
-
-
- Reader is at the start of an array.
-
-
-
-
- Reader is in an array.
-
-
-
-
- The Close method has been called.
-
-
-
-
- Reader has just read a value.
-
-
-
-
- Reader is at the start of a constructor.
-
-
-
-
- Reader in a constructor.
-
-
-
-
- An error occurred that prevents the read operation from continuing.
-
-
-
-
- The end of the file has been reached successfully.
-
-
-
-
- Initializes a new instance of the class.
-
- The stream.
-
-
-
- Initializes a new instance of the class.
-
- The reader.
-
-
-
- Initializes a new instance of the class.
-
- The stream.
- if set to true the root object will be read as a JSON array.
- The used when reading values from BSON.
-
-
-
- Initializes a new instance of the class.
-
- The reader.
- if set to true the root object will be read as a JSON array.
- The used when reading values from BSON.
-
-
-
- Reads the next JSON token from the stream as a .
-
-
- A or a null reference if the next JSON token is null. This method will return null at the end of an array.
-
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream.
-
-
- true if the next token was read successfully; false if there are no more tokens to read.
-
-
-
-
- Changes the to Closed.
-
-
-
-
- Gets or sets a value indicating whether binary data reading should compatible with incorrect Json.NET 3.5 written binary.
-
-
- true if binary data reading will be compatible with incorrect Json.NET 3.5 written binary; otherwise, false.
-
-
-
-
- Gets or sets a value indicating whether the root object will be read as a JSON array.
-
-
- true if the root object will be read as a JSON array; otherwise, false.
-
-
-
-
- Gets or sets the used when reading values from BSON.
-
- The used when reading values from BSON.
-
-
-
- Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data.
-
-
-
-
- Represents a writer that provides a fast, non-cached, forward-only way of generating Json data.
-
-
-
-
- Creates an instance of the JsonWriter class.
-
-
-
-
- Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
-
-
-
-
- Closes this stream and the underlying stream.
-
-
-
-
- Writes the beginning of a Json object.
-
-
-
-
- Writes the end of a Json object.
-
-
-
-
- Writes the beginning of a Json array.
-
-
-
-
- Writes the end of an array.
-
-
-
-
- Writes the start of a constructor with the given name.
-
- The name of the constructor.
-
-
-
- Writes the end constructor.
-
-
-
-
- Writes the property name of a name/value pair on a JSON object.
-
- The name of the property.
-
-
-
- Writes the property name of a name/value pair on a JSON object.
-
- The name of the property.
- A flag to indicate whether the text should be escaped when it is written as a JSON property name.
-
-
-
- Writes the end of the current Json object or array.
-
-
-
-
- Writes the current token and its children.
-
- The to read the token from.
-
-
-
- Writes the current token.
-
- The to read the token from.
- A flag indicating whether the current token's children should be written.
-
-
-
- Writes the specified end token.
-
- The end token to write.
-
-
-
- Writes indent characters.
-
-
-
-
- Writes the JSON value delimiter.
-
-
-
-
- Writes an indent space.
-
-
-
-
- Writes a null value.
-
-
-
-
- Writes an undefined value.
-
-
-
-
- Writes raw JSON without changing the writer's state.
-
- The raw JSON to write.
-
-
-
- Writes raw JSON where a value is expected and updates the writer's state.
-
- The raw JSON to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
- An error will raised if the value cannot be written as a single JSON token.
-
- The value to write.
-
-
-
- Writes out a comment /*...*/ containing the specified text.
-
- Text to place inside the comment.
-
-
-
- Writes out the given white space.
-
- The string of white space characters.
-
-
-
- Sets the state of the JsonWriter,
-
- The JsonToken being written.
- The value being written.
-
-
-
- Gets or sets a value indicating whether the underlying stream or
- should be closed when the writer is closed.
-
-
- true to close the underlying stream or when
- the writer is closed; otherwise false. The default is true.
-
-
-
-
- Gets the top.
-
- The top.
-
-
-
- Gets the state of the writer.
-
-
-
-
- Gets the path of the writer.
-
-
-
-
- Indicates how JSON text output is formatted.
-
-
-
-
- Get or set how dates are written to JSON text.
-
-
-
-
- Get or set how time zones are handling when writing JSON text.
-
-
-
-
- Get or set how strings are escaped when writing JSON text.
-
-
-
-
- Get or set how special floating point numbers, e.g. ,
- and ,
- are written to JSON text.
-
-
-
-
- Get or set how and values are formatting when writing JSON text.
-
-
-
-
- Gets or sets the culture used when writing JSON. Defaults to .
-
-
-
-
- Initializes a new instance of the class.
-
- The stream.
-
-
-
- Initializes a new instance of the class.
-
- The writer.
-
-
-
- Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
-
-
-
-
- Writes the end.
-
- The token.
-
-
-
- Writes out a comment /*...*/ containing the specified text.
-
- Text to place inside the comment.
-
-
-
- Writes the start of a constructor with the given name.
-
- The name of the constructor.
-
-
-
- Writes raw JSON.
-
- The raw JSON to write.
-
-
-
- Writes raw JSON where a value is expected and updates the writer's state.
-
- The raw JSON to write.
-
-
-
- Writes the beginning of a Json array.
-
-
-
-
- Writes the beginning of a Json object.
-
-
-
-
- Writes the property name of a name/value pair on a Json object.
-
- The name of the property.
-
-
-
- Closes this stream and the underlying stream.
-
-
-
-
- Writes a value.
- An error will raised if the value cannot be written as a single JSON token.
-
- The value to write.
-
-
-
- Writes a null value.
-
-
-
-
- Writes an undefined value.
-
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value that represents a BSON object id.
-
- The Object ID value to write.
-
-
-
- Writes a BSON regex.
-
- The regex pattern.
- The regex options.
-
-
-
- Gets or sets the used when writing values to BSON.
- When set to no conversion will occur.
-
- The used when writing values to BSON.
-
-
-
- Specifies how constructors are used when initializing objects during deserialization by the .
-
-
-
-
- First attempt to use the public default constructor, then fall back to single paramatized constructor, then the non-public default constructor.
-
-
-
-
- Json.NET will use a non-public default constructor before falling back to a paramatized constructor.
-
-
-
-
- Converts a binary value to and from a base 64 string value.
-
-
-
-
- Converts an object to and from JSON.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Gets the of the JSON produced by the JsonConverter.
-
- The of the JSON produced by the JsonConverter.
-
-
-
- Gets a value indicating whether this can read JSON.
-
- true if this can read JSON; otherwise, false.
-
-
-
- Gets a value indicating whether this can write JSON.
-
- true if this can write JSON; otherwise, false.
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Converts a to and from JSON and BSON.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Create a custom object
-
- The object type to convert.
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Creates an object which will then be populated by the serializer.
-
- Type of the object.
- The created object.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Gets a value indicating whether this can write JSON.
-
-
- true if this can write JSON; otherwise, false.
-
-
-
-
- Converts a to and from JSON.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified value type.
-
- Type of the value.
-
- true if this instance can convert the specified value type; otherwise, false.
-
-
-
-
- Converts a to and from JSON.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified value type.
-
- Type of the value.
-
- true if this instance can convert the specified value type; otherwise, false.
-
-
-
-
- Provides a base class for converting a to and from JSON.
-
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Converts a to and from JSON.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Converts a to and from JSON and BSON.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Converts an to and from its name string value.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Gets or sets a value indicating whether the written enum text should be camel case.
-
- true if the written enum text will be camel case; otherwise, false.
-
-
-
- Gets or sets a value indicating whether integer values are allowed.
-
- true if integers are allowed; otherwise, false.
-
-
-
- Converts a to and from a string (e.g. "1.2.3.4").
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing property value of the JSON that is being converted.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Specifies how dates are formatted when writing JSON text.
-
-
-
-
- Dates are written in the ISO 8601 format, e.g. "2012-03-21T05:40Z".
-
-
-
-
- Dates are written in the Microsoft JSON format, e.g. "\/Date(1198908717056)\/".
-
-
-
-
- Specifies how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON text.
-
-
-
-
- Date formatted strings are not parsed to a date type and are read as strings.
-
-
-
-
- Date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed to .
-
-
-
-
- Specifies how to treat the time value when converting between string and .
-
-
-
-
- Treat as local time. If the object represents a Coordinated Universal Time (UTC), it is converted to the local time.
-
-
-
-
- Treat as a UTC. If the object represents a local time, it is converted to a UTC.
-
-
-
-
- Treat as a local time if a is being converted to a string.
- If a string is being converted to , convert to a local time if a time zone is specified.
-
-
-
-
- Time zone information should be preserved when converting.
-
-
-
-
- Specifies float format handling options when writing special floating point numbers, e.g. ,
- and with .
-
-
-
-
- Write special floating point values as strings in JSON, e.g. "NaN", "Infinity", "-Infinity".
-
-
-
-
- Write special floating point values as symbols in JSON, e.g. NaN, Infinity, -Infinity.
- Note that this will produce non-valid JSON.
-
-
-
-
- Write special floating point values as the property's default value in JSON, e.g. 0.0 for a property, null for a property.
-
-
-
-
- Specifies how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
-
-
-
-
- Floating point numbers are parsed to .
-
-
-
-
- Floating point numbers are parsed to .
-
-
-
-
- Specifies formatting options for the .
-
-
-
-
- No special formatting is applied. This is the default.
-
-
-
-
- Causes child objects to be indented according to the and settings.
-
-
-
-
- Instructs the to use the specified constructor when deserializing that object.
-
-
-
-
- Instructs the how to serialize the collection.
-
-
-
-
- Instructs the how to serialize the object.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class with the specified container Id.
-
- The container Id.
-
-
-
- Gets or sets the id.
-
- The id.
-
-
-
- Gets or sets the title.
-
- The title.
-
-
-
- Gets or sets the description.
-
- The description.
-
-
-
- Gets the collection's items converter.
-
- The collection's items converter.
-
-
-
- Gets or sets a value that indicates whether to preserve object references.
-
-
- true to keep object reference; otherwise, false. The default is false.
-
-
-
-
- Gets or sets a value that indicates whether to preserve collection's items references.
-
-
- true to keep collection's items object references; otherwise, false. The default is false.
-
-
-
-
- Gets or sets the reference loop handling used when serializing the collection's items.
-
- The reference loop handling.
-
-
-
- Gets or sets the type name handling used when serializing the collection's items.
-
- The type name handling.
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class with the specified container Id.
-
- The container Id.
-
-
-
- The exception thrown when an error occurs during Json serialization or deserialization.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class
- with a specified error message.
-
- The error message that explains the reason for the exception.
-
-
-
- Initializes a new instance of the class
- with a specified error message and a reference to the inner exception that is the cause of this exception.
-
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
-
-
-
- Initializes a new instance of the class.
-
- The that holds the serialized object data about the exception being thrown.
- The that contains contextual information about the source or destination.
- The parameter is null.
- The class name is null or is zero (0).
-
-
-
- Instructs the to deserialize properties with no matching class member into the specified collection
- and write values during serialization.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Gets or sets a value that indicates whether to write extension data when serializing the object.
-
-
- true to write extension data when serializing the object; otherwise, false. The default is true.
-
-
-
-
- Gets or sets a value that indicates whether to read extension data when deserializing the object.
-
-
- true to read extension data when deserializing the object; otherwise, false. The default is true.
-
-
-
-
- Specifies metadata property handling options for the .
-
-
-
-
- Read metadata properties located at the start of a JSON object.
-
-
-
-
- Read metadata properties located anywhere in a JSON object. Note that this setting will impact performance.
-
-
-
-
- Represents a trace writer that writes to the application's instances.
-
-
-
-
- Represents a trace writer.
-
-
-
-
- Writes the specified trace level, message and optional exception.
-
- The at which to write this trace.
- The trace message.
- The trace exception. This parameter is optional.
-
-
-
- Gets the that will be used to filter the trace messages passed to the writer.
- For example a filter level of Info will exclude Verbose messages and include Info,
- Warning and Error messages.
-
- The that will be used to filter the trace messages passed to the writer.
-
-
-
- Writes the specified trace level, message and optional exception.
-
- The at which to write this trace.
- The trace message.
- The trace exception. This parameter is optional.
-
-
-
- Gets the that will be used to filter the trace messages passed to the writer.
- For example a filter level of Info will exclude Verbose messages and include Info,
- Warning and Error messages.
-
-
- The that will be used to filter the trace messages passed to the writer.
-
-
-
-
- Contract details for a used by the .
-
-
-
-
- Contract details for a used by the .
-
-
-
-
- Gets the underlying type for the contract.
-
- The underlying type for the contract.
-
-
-
- Gets or sets the type created during deserialization.
-
- The type created during deserialization.
-
-
-
- Gets or sets whether this type contract is serialized as a reference.
-
- Whether this type contract is serialized as a reference.
-
-
-
- Gets or sets the default for this contract.
-
- The converter.
-
-
-
- Gets or sets all methods called immediately after deserialization of the object.
-
- The methods called immediately after deserialization of the object.
-
-
-
- Gets or sets all methods called during deserialization of the object.
-
- The methods called during deserialization of the object.
-
-
-
- Gets or sets all methods called after serialization of the object graph.
-
- The methods called after serialization of the object graph.
-
-
-
- Gets or sets all methods called before serialization of the object.
-
- The methods called before serialization of the object.
-
-
-
- Gets or sets all method called when an error is thrown during the serialization of the object.
-
- The methods called when an error is thrown during the serialization of the object.
-
-
-
- Gets or sets the method called immediately after deserialization of the object.
-
- The method called immediately after deserialization of the object.
-
-
-
- Gets or sets the method called during deserialization of the object.
-
- The method called during deserialization of the object.
-
-
-
- Gets or sets the method called after serialization of the object graph.
-
- The method called after serialization of the object graph.
-
-
-
- Gets or sets the method called before serialization of the object.
-
- The method called before serialization of the object.
-
-
-
- Gets or sets the method called when an error is thrown during the serialization of the object.
-
- The method called when an error is thrown during the serialization of the object.
-
-
-
- Gets or sets the default creator method used to create the object.
-
- The default creator method used to create the object.
-
-
-
- Gets or sets a value indicating whether the default creator is non public.
-
- true if the default object creator is non-public; otherwise, false.
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Gets or sets the default collection items .
-
- The converter.
-
-
-
- Gets or sets a value indicating whether the collection items preserve object references.
-
- true if collection items preserve object references; otherwise, false.
-
-
-
- Gets or sets the collection item reference loop handling.
-
- The reference loop handling.
-
-
-
- Gets or sets the collection item type name handling.
-
- The type name handling.
-
-
-
- Represents a trace writer that writes to memory. When the trace message limit is
- reached then old trace messages will be removed as new messages are added.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Writes the specified trace level, message and optional exception.
-
- The at which to write this trace.
- The trace message.
- The trace exception. This parameter is optional.
-
-
-
- Returns an enumeration of the most recent trace messages.
-
- An enumeration of the most recent trace messages.
-
-
-
- Returns a of the most recent trace messages.
-
-
- A of the most recent trace messages.
-
-
-
-
- Gets the that will be used to filter the trace messages passed to the writer.
- For example a filter level of Info will exclude Verbose messages and include Info,
- Warning and Error messages.
-
-
- The that will be used to filter the trace messages passed to the writer.
-
-
-
-
- Provides an interface to enable a class to return line and position information.
-
-
-
-
- Gets a value indicating whether the class can return line information.
-
-
- true if LineNumber and LinePosition can be provided; otherwise, false.
-
-
-
-
- Gets the current line number.
-
- The current line number or 0 if no line information is available (for example, HasLineInfo returns false).
-
-
-
- Gets the current line position.
-
- The current line position or 0 if no line information is available (for example, HasLineInfo returns false).
-
-
-
- Specifies how strings are escaped when writing JSON text.
-
-
-
-
- Only control characters (e.g. newline) are escaped.
-
-
-
-
- All non-ASCII and control characters (e.g. newline) are escaped.
-
-
-
-
- HTML (<, >, &, ', ") and control characters (e.g. newline) are escaped.
-
-
-
-
- Provides a set of static (Shared in Visual Basic) methods for
- querying objects that implement .
-
-
-
-
- Returns the input typed as .
-
-
-
-
- Returns an empty that has the
- specified type argument.
-
-
-
-
- Converts the elements of an to the
- specified type.
-
-
-
-
- Filters the elements of an based on a specified type.
-
-
-
-
- Generates a sequence of integral numbers within a specified range.
-
- The value of the first integer in the sequence.
- The number of sequential integers to generate.
-
-
-
- Generates a sequence that contains one repeated value.
-
-
-
-
- Filters a sequence of values based on a predicate.
-
-
-
-
- Filters a sequence of values based on a predicate.
- Each element's index is used in the logic of the predicate function.
-
-
-
-
- Projects each element of a sequence into a new form.
-
-
-
-
- Projects each element of a sequence into a new form by
- incorporating the element's index.
-
-
-
-
- Projects each element of a sequence to an
- and flattens the resulting sequences into one sequence.
-
-
-
-
- Projects each element of a sequence to an ,
- and flattens the resulting sequences into one sequence. The
- index of each source element is used in the projected form of
- that element.
-
-
-
-
- Projects each element of a sequence to an ,
- flattens the resulting sequences into one sequence, and invokes
- a result selector function on each element therein.
-
-
-
-
- Projects each element of a sequence to an ,
- flattens the resulting sequences into one sequence, and invokes
- a result selector function on each element therein. The index of
- each source element is used in the intermediate projected form
- of that element.
-
-
-
-
- Returns elements from a sequence as long as a specified condition is true.
-
-
-
-
- Returns elements from a sequence as long as a specified condition is true.
- The element's index is used in the logic of the predicate function.
-
-
-
-
- Base implementation of First operator.
-
-
-
-
- Returns the first element of a sequence.
-
-
-
-
- Returns the first element in a sequence that satisfies a specified condition.
-
-
-
-
- Returns the first element of a sequence, or a default value if
- the sequence contains no elements.
-
-
-
-
- Returns the first element of the sequence that satisfies a
- condition or a default value if no such element is found.
-
-
-
-
- Base implementation of Last operator.
-
-
-
-
- Returns the last element of a sequence.
-
-
-
-
- Returns the last element of a sequence that satisfies a
- specified condition.
-
-
-
-
- Returns the last element of a sequence, or a default value if
- the sequence contains no elements.
-
-
-
-
- Returns the last element of a sequence that satisfies a
- condition or a default value if no such element is found.
-
-
-
-
- Base implementation of Single operator.
-
-
-
-
- Returns the only element of a sequence, and throws an exception
- if there is not exactly one element in the sequence.
-
-
-
-
- Returns the only element of a sequence that satisfies a
- specified condition, and throws an exception if more than one
- such element exists.
-
-
-
-
- Returns the only element of a sequence, or a default value if
- the sequence is empty; this method throws an exception if there
- is more than one element in the sequence.
-
-
-
-
- Returns the only element of a sequence that satisfies a
- specified condition or a default value if no such element
- exists; this method throws an exception if more than one element
- satisfies the condition.
-
-
-
-
- Returns the element at a specified index in a sequence.
-
-
-
-
- Returns the element at a specified index in a sequence or a
- default value if the index is out of range.
-
-
-
-
- Inverts the order of the elements in a sequence.
-
-
-
-
- Returns a specified number of contiguous elements from the start
- of a sequence.
-
-
-
-
- Bypasses a specified number of elements in a sequence and then
- returns the remaining elements.
-
-
-
-
- Bypasses elements in a sequence as long as a specified condition
- is true and then returns the remaining elements.
-
-
-
-
- Bypasses elements in a sequence as long as a specified condition
- is true and then returns the remaining elements. The element's
- index is used in the logic of the predicate function.
-
-
-
-
- Returns the number of elements in a sequence.
-
-
-
-
- Returns a number that represents how many elements in the
- specified sequence satisfy a condition.
-
-
-
-
- Returns an that represents the total number
- of elements in a sequence.
-
-
-
-
- Returns an that represents how many elements
- in a sequence satisfy a condition.
-
-
-
-
- Concatenates two sequences.
-
-
-
-
- Creates a from an .
-
-
-
-
- Creates an array from an .
-
-
-
-
- Returns distinct elements from a sequence by using the default
- equality comparer to compare values.
-
-
-
-
- Returns distinct elements from a sequence by using a specified
- to compare values.
-
-
-
-
- Creates a from an
- according to a specified key
- selector function.
-
-
-
-
- Creates a from an
- according to a specified key
- selector function and a key comparer.
-
-
-
-
- Creates a from an
- according to specified key
- and element selector functions.
-
-
-
-
- Creates a from an
- according to a specified key
- selector function, a comparer and an element selector function.
-
-
-
-
- Groups the elements of a sequence according to a specified key
- selector function.
-
-
-
-
- Groups the elements of a sequence according to a specified key
- selector function and compares the keys by using a specified
- comparer.
-
-
-
-
- Groups the elements of a sequence according to a specified key
- selector function and projects the elements for each group by
- using a specified function.
-
-
-
-
- Groups the elements of a sequence according to a specified key
- selector function and creates a result value from each group and
- its key.
-
-
-
-
- Groups the elements of a sequence according to a key selector
- function. The keys are compared by using a comparer and each
- group's elements are projected by using a specified function.
-
-
-
-
- Groups the elements of a sequence according to a specified key
- selector function and creates a result value from each group and
- its key. The elements of each group are projected by using a
- specified function.
-
-
-
-
- Groups the elements of a sequence according to a specified key
- selector function and creates a result value from each group and
- its key. The keys are compared by using a specified comparer.
-
-
-
-
- Groups the elements of a sequence according to a specified key
- selector function and creates a result value from each group and
- its key. Key values are compared by using a specified comparer,
- and the elements of each group are projected by using a
- specified function.
-
-
-
-
- Applies an accumulator function over a sequence.
-
-
-
-
- Applies an accumulator function over a sequence. The specified
- seed value is used as the initial accumulator value.
-
-
-
-
- Applies an accumulator function over a sequence. The specified
- seed value is used as the initial accumulator value, and the
- specified function is used to select the result value.
-
-
-
-
- Produces the set union of two sequences by using the default
- equality comparer.
-
-
-
-
- Produces the set union of two sequences by using a specified
- .
-
-
-
-
- Returns the elements of the specified sequence or the type
- parameter's default value in a singleton collection if the
- sequence is empty.
-
-
-
-
- Returns the elements of the specified sequence or the specified
- value in a singleton collection if the sequence is empty.
-
-
-
-
- Determines whether all elements of a sequence satisfy a condition.
-
-
-
-
- Determines whether a sequence contains any elements.
-
-
-
-
- Determines whether any element of a sequence satisfies a
- condition.
-
-
-
-
- Determines whether a sequence contains a specified element by
- using the default equality comparer.
-
-
-
-
- Determines whether a sequence contains a specified element by
- using a specified .
-
-
-
-
- Determines whether two sequences are equal by comparing the
- elements by using the default equality comparer for their type.
-
-
-
-
- Determines whether two sequences are equal by comparing their
- elements by using a specified .
-
-
-
-
- Base implementation for Min/Max operator.
-
-
-
-
- Base implementation for Min/Max operator for nullable types.
-
-
-
-
- Returns the minimum value in a generic sequence.
-
-
-
-
- Invokes a transform function on each element of a generic
- sequence and returns the minimum resulting value.
-
-
-
-
- Returns the maximum value in a generic sequence.
-
-
-
-
- Invokes a transform function on each element of a generic
- sequence and returns the maximum resulting value.
-
-
-
-
- Makes an enumerator seen as enumerable once more.
-
-
- The supplied enumerator must have been started. The first element
- returned is the element the enumerator was on when passed in.
- DO NOT use this method if the caller must be a generator. It is
- mostly safe among aggregate operations.
-
-
-
-
- Sorts the elements of a sequence in ascending order according to a key.
-
-
-
-
- Sorts the elements of a sequence in ascending order by using a
- specified comparer.
-
-
-
-
- Sorts the elements of a sequence in descending order according to a key.
-
-
-
-
- Sorts the elements of a sequence in descending order by using a
- specified comparer.
-
-
-
-
- Performs a subsequent ordering of the elements in a sequence in
- ascending order according to a key.
-
-
-
-
- Performs a subsequent ordering of the elements in a sequence in
- ascending order by using a specified comparer.
-
-
-
-
- Performs a subsequent ordering of the elements in a sequence in
- descending order, according to a key.
-
-
-
-
- Performs a subsequent ordering of the elements in a sequence in
- descending order by using a specified comparer.
-
-
-
-
- Base implementation for Intersect and Except operators.
-
-
-
-
- Produces the set intersection of two sequences by using the
- default equality comparer to compare values.
-
-
-
-
- Produces the set intersection of two sequences by using the
- specified to compare values.
-
-
-
-
- Produces the set difference of two sequences by using the
- default equality comparer to compare values.
-
-
-
-
- Produces the set difference of two sequences by using the
- specified to compare values.
-
-
-
-
- Creates a from an
- according to a specified key
- selector function.
-
-
-
-
- Creates a from an
- according to a specified key
- selector function and key comparer.
-
-
-
-
- Creates a from an
- according to specified key
- selector and element selector functions.
-
-
-
-
- Creates a from an
- according to a specified key
- selector function, a comparer, and an element selector function.
-
-
-
-
- Correlates the elements of two sequences based on matching keys.
- The default equality comparer is used to compare keys.
-
-
-
-
- Correlates the elements of two sequences based on matching keys.
- The default equality comparer is used to compare keys. A
- specified is used to compare keys.
-
-
-
-
- Correlates the elements of two sequences based on equality of
- keys and groups the results. The default equality comparer is
- used to compare keys.
-
-
-
-
- Correlates the elements of two sequences based on equality of
- keys and groups the results. The default equality comparer is
- used to compare keys. A specified
- is used to compare keys.
-
-
-
-
- Computes the sum of a sequence of nullable values.
-
-
-
-
- Computes the sum of a sequence of nullable
- values that are obtained by invoking a transform function on
- each element of the input sequence.
-
-
-
-
- Computes the average of a sequence of nullable values.
-
-
-
-
- Computes the average of a sequence of nullable values
- that are obtained by invoking a transform function on each
- element of the input sequence.
-
-
-
-
- Computes the sum of a sequence of values.
-
-
-
-
- Computes the sum of a sequence of
- values that are obtained by invoking a transform function on
- each element of the input sequence.
-
-
-
-
- Computes the average of a sequence of values.
-
-
-
-
- Computes the average of a sequence of values
- that are obtained by invoking a transform function on each
- element of the input sequence.
-
-
-
-
- Returns the minimum value in a sequence of nullable
- values.
-
-
-
-
- Invokes a transform function on each element of a sequence and
- returns the minimum nullable value.
-
-
-
-
- Returns the maximum value in a sequence of nullable
- values.
-
-
-
-
- Invokes a transform function on each element of a sequence and
- returns the maximum nullable value.
-
-
-
-
- Computes the sum of a sequence of nullable values.
-
-
-
-
- Computes the sum of a sequence of nullable
- values that are obtained by invoking a transform function on
- each element of the input sequence.
-
-
-
-
- Computes the average of a sequence of nullable values.
-
-
-
-
- Computes the average of a sequence of nullable values
- that are obtained by invoking a transform function on each
- element of the input sequence.
-
-
-
-
- Computes the sum of a sequence of values.
-
-
-
-
- Computes the sum of a sequence of
- values that are obtained by invoking a transform function on
- each element of the input sequence.
-
-
-
-
- Computes the average of a sequence of values.
-
-
-
-
- Computes the average of a sequence of values
- that are obtained by invoking a transform function on each
- element of the input sequence.
-
-
-
-
- Returns the minimum value in a sequence of nullable
- values.
-
-
-
-
- Invokes a transform function on each element of a sequence and
- returns the minimum nullable value.
-
-
-
-
- Returns the maximum value in a sequence of nullable
- values.
-
-
-
-
- Invokes a transform function on each element of a sequence and
- returns the maximum nullable value.
-
-
-
-
- Computes the sum of a sequence of nullable values.
-
-
-
-
- Computes the sum of a sequence of nullable
- values that are obtained by invoking a transform function on
- each element of the input sequence.
-
-
-
-
- Computes the average of a sequence of nullable values.
-
-
-
-
- Computes the average of a sequence of nullable values
- that are obtained by invoking a transform function on each
- element of the input sequence.
-
-
-
-
- Computes the sum of a sequence of values.
-
-
-
-
- Computes the sum of a sequence of
- values that are obtained by invoking a transform function on
- each element of the input sequence.
-
-
-
-
- Computes the average of a sequence of values.
-
-
-
-
- Computes the average of a sequence of values
- that are obtained by invoking a transform function on each
- element of the input sequence.
-
-
-
-
- Returns the minimum value in a sequence of nullable
- values.
-
-
-
-
- Invokes a transform function on each element of a sequence and
- returns the minimum nullable value.
-
-
-
-
- Returns the maximum value in a sequence of nullable
- values.
-
-
-
-
- Invokes a transform function on each element of a sequence and
- returns the maximum nullable value.
-
-
-
-
- Computes the sum of a sequence of nullable values.
-
-
-
-
- Computes the sum of a sequence of nullable
- values that are obtained by invoking a transform function on
- each element of the input sequence.
-
-
-
-
- Computes the average of a sequence of nullable values.
-
-
-
-
- Computes the average of a sequence of nullable values
- that are obtained by invoking a transform function on each
- element of the input sequence.
-
-
-
-
- Computes the sum of a sequence of values.
-
-
-
-
- Computes the sum of a sequence of
- values that are obtained by invoking a transform function on
- each element of the input sequence.
-
-
-
-
- Computes the average of a sequence of values.
-
-
-
-
- Computes the average of a sequence of values
- that are obtained by invoking a transform function on each
- element of the input sequence.
-
-
-
-
- Returns the minimum value in a sequence of nullable
- values.
-
-
-
-
- Invokes a transform function on each element of a sequence and
- returns the minimum nullable value.
-
-
-
-
- Returns the maximum value in a sequence of nullable
- values.
-
-
-
-
- Invokes a transform function on each element of a sequence and
- returns the maximum nullable value.
-
-
-
-
- Computes the sum of a sequence of nullable values.
-
-
-
-
- Computes the sum of a sequence of nullable
- values that are obtained by invoking a transform function on
- each element of the input sequence.
-
-
-
-
- Computes the average of a sequence of nullable values.
-
-
-
-
- Computes the average of a sequence of nullable values
- that are obtained by invoking a transform function on each
- element of the input sequence.
-
-
-
-
- Computes the sum of a sequence of values.
-
-
-
-
- Computes the sum of a sequence of
- values that are obtained by invoking a transform function on
- each element of the input sequence.
-
-
-
-
- Computes the average of a sequence of values.
-
-
-
-
- Computes the average of a sequence of values
- that are obtained by invoking a transform function on each
- element of the input sequence.
-
-
-
-
- Returns the minimum value in a sequence of nullable
- values.
-
-
-
-
- Invokes a transform function on each element of a sequence and
- returns the minimum nullable value.
-
-
-
-
- Returns the maximum value in a sequence of nullable
- values.
-
-
-
-
- Invokes a transform function on each element of a sequence and
- returns the maximum nullable value.
-
-
-
-
- Represents a collection of objects that have a common key.
-
-
-
-
- Gets the key of the .
-
-
-
-
- Defines an indexer, size property, and Boolean search method for
- data structures that map keys to
- sequences of values.
-
-
-
-
- Represents a sorted sequence.
-
-
-
-
- Performs a subsequent ordering on the elements of an
- according to a key.
-
-
-
-
- Represents a collection of keys each mapped to one or more values.
-
-
-
-
- Determines whether a specified key is in the .
-
-
-
-
- Applies a transform function to each key and its associated
- values and returns the results.
-
-
-
-
- Returns a generic enumerator that iterates through the .
-
-
-
-
- Gets the number of key/value collection pairs in the .
-
-
-
-
- Gets the collection of values indexed by the specified key.
-
-
-
-
- See issue #11
- for why this method is needed and cannot be expressed as a
- lambda at the call site.
-
-
-
-
- See issue #11
- for why this method is needed and cannot be expressed as a
- lambda at the call site.
-
-
-
-
- This attribute allows us to define extension methods without
- requiring .NET Framework 3.5. For more information, see the section,
- Extension Methods in .NET Framework 2.0 Apps,
- of Basic Instincts: Extension Methods
- column in MSDN Magazine,
- issue Nov 2007.
-
-
-
-
- Represents a view of a .
-
-
-
-
- Initializes a new instance of the class.
-
- The name.
-
-
-
- When overridden in a derived class, returns whether resetting an object changes its value.
-
-
- true if resetting the component changes its value; otherwise, false.
-
- The component to test for reset capability.
-
-
-
-
- When overridden in a derived class, gets the current value of the property on a component.
-
-
- The value of a property for a given component.
-
- The component with the property for which to retrieve the value.
-
-
-
-
- When overridden in a derived class, resets the value for this property of the component to the default value.
-
- The component with the property value that is to be reset to the default value.
-
-
-
-
- When overridden in a derived class, sets the value of the component to a different value.
-
- The component with the property value that is to be set.
- The new value.
-
-
-
-
- When overridden in a derived class, determines a value indicating whether the value of this property needs to be persisted.
-
-
- true if the property should be persisted; otherwise, false.
-
- The component with the property to be examined for persistence.
-
-
-
-
- When overridden in a derived class, gets the type of the component this property is bound to.
-
-
- A that represents the type of component this property is bound to. When the or methods are invoked, the object specified might be an instance of this type.
-
-
-
-
- When overridden in a derived class, gets a value indicating whether this property is read-only.
-
-
- true if the property is read-only; otherwise, false.
-
-
-
-
- When overridden in a derived class, gets the type of the property.
-
-
- A that represents the type of the property.
-
-
-
-
- Gets the hash code for the name of the member.
-
-
-
- The hash code for the name of the member.
-
-
-
-
- Represents a raw JSON string.
-
-
-
-
- Represents a value in JSON (string, integer, date, etc).
-
-
-
-
- Represents an abstract JSON token.
-
-
-
-
- Represents a collection of objects.
-
- The type of token
-
-
-
- Gets the with the specified key.
-
-
-
-
-
- Compares the values of two tokens, including the values of all descendant tokens.
-
- The first to compare.
- The second to compare.
- true if the tokens are equal; otherwise false.
-
-
-
- Adds the specified content immediately after this token.
-
- A content object that contains simple content or a collection of content objects to be added after this token.
-
-
-
- Adds the specified content immediately before this token.
-
- A content object that contains simple content or a collection of content objects to be added before this token.
-
-
-
- Returns a collection of the ancestor tokens of this token.
-
- A collection of the ancestor tokens of this token.
-
-
-
- Returns a collection of the sibling tokens after this token, in document order.
-
- A collection of the sibling tokens after this tokens, in document order.
-
-
-
- Returns a collection of the sibling tokens before this token, in document order.
-
- A collection of the sibling tokens before this token, in document order.
-
-
-
- Gets the with the specified key converted to the specified type.
-
- The type to convert the token to.
- The token key.
- The converted token value.
-
-
-
- Returns a collection of the child tokens of this token, in document order.
-
- An of containing the child tokens of this , in document order.
-
-
-
- Returns a collection of the child tokens of this token, in document order, filtered by the specified type.
-
- The type to filter the child tokens on.
- A containing the child tokens of this , in document order.
-
-
-
- Returns a collection of the child values of this token, in document order.
-
- The type to convert the values to.
- A containing the child values of this , in document order.
-
-
-
- Removes this token from its parent.
-
-
-
-
- Replaces this token with the specified token.
-
- The value.
-
-
-
- Writes this token to a .
-
- A into which this method will write.
- A collection of which will be used when writing the token.
-
-
-
- Returns the indented JSON for this token.
-
-
- The indented JSON for this token.
-
-
-
-
- Returns the JSON for this token using the given formatting and converters.
-
- Indicates how the output is formatted.
- A collection of which will be used when writing the token.
- The JSON for this token using the given formatting and converters.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Creates an for this token.
-
- An that can be used to read this token and its descendants.
-
-
-
- Creates a from an object.
-
- The object that will be used to create .
- A with the value of the specified object
-
-
-
- Creates a from an object using the specified .
-
- The object that will be used to create .
- The that will be used when reading the object.
- A with the value of the specified object
-
-
-
- Creates the specified .NET type from the .
-
- The object type that the token will be deserialized to.
- The new object created from the JSON value.
-
-
-
- Creates the specified .NET type from the .
-
- The object type that the token will be deserialized to.
- The new object created from the JSON value.
-
-
-
- Creates the specified .NET type from the using the specified .
-
- The object type that the token will be deserialized to.
- The that will be used when creating the object.
- The new object created from the JSON value.
-
-
-
- Creates the specified .NET type from the using the specified .
-
- The object type that the token will be deserialized to.
- The that will be used when creating the object.
- The new object created from the JSON value.
-
-
-
- Creates a from a .
-
- An positioned at the token to read into this .
-
- An that contains the token and its descendant tokens
- that were read from the reader. The runtime type of the token is determined
- by the token type of the first token encountered in the reader.
-
-
-
-
- Load a from a string that contains JSON.
-
- A that contains JSON.
- A populated from the string that contains JSON.
-
-
-
- Creates a from a .
-
- An positioned at the token to read into this .
-
- An that contains the token and its descendant tokens
- that were read from the reader. The runtime type of the token is determined
- by the token type of the first token encountered in the reader.
-
-
-
-
- Selects a using a JPath expression. Selects the token that matches the object path.
-
-
- A that contains a JPath expression.
-
- A , or null.
-
-
-
- Selects a using a JPath expression. Selects the token that matches the object path.
-
-
- A that contains a JPath expression.
-
- A flag to indicate whether an error should be thrown if no tokens are found when evaluating part of the expression.
- A .
-
-
-
- Selects a collection of elements using a JPath expression.
-
-
- A that contains a JPath expression.
-
- An that contains the selected elements.
-
-
-
- Selects a collection of elements using a JPath expression.
-
-
- A that contains a JPath expression.
-
- A flag to indicate whether an error should be thrown if no tokens are found when evaluating part of the expression.
- An that contains the selected elements.
-
-
-
- Creates a new instance of the . All child tokens are recursively cloned.
-
- A new instance of the .
-
-
-
- Gets a comparer that can compare two tokens for value equality.
-
- A that can compare two nodes for value equality.
-
-
-
- Gets or sets the parent.
-
- The parent.
-
-
-
- Gets the root of this .
-
- The root of this .
-
-
-
- Gets the node type for this .
-
- The type.
-
-
-
- Gets a value indicating whether this token has child tokens.
-
-
- true if this token has child values; otherwise, false.
-
-
-
-
- Gets the next sibling token of this node.
-
- The that contains the next sibling token.
-
-
-
- Gets the previous sibling token of this node.
-
- The that contains the previous sibling token.
-
-
-
- Gets the path of the JSON token.
-
-
-
-
- Gets the with the specified key.
-
- The with the specified key.
-
-
-
- Get the first child token of this token.
-
- A containing the first child token of the .
-
-
-
- Get the last child token of this token.
-
- A containing the last child token of the .
-
-
-
- Initializes a new instance of the class from another object.
-
- A object to copy from.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Creates a comment with the given value.
-
- The value.
- A comment with the given value.
-
-
-
- Creates a string with the given value.
-
- The value.
- A string with the given value.
-
-
-
- Writes this token to a .
-
- A into which this method will write.
- A collection of which will be used when writing the token.
-
-
-
- Indicates whether the current object is equal to another object of the same type.
-
-
- true if the current object is equal to the parameter; otherwise, false.
-
- An object to compare with this object.
-
-
-
- Determines whether the specified is equal to the current .
-
- The to compare with the current .
-
- true if the specified is equal to the current ; otherwise, false.
-
-
- The parameter is null.
-
-
-
-
- Serves as a hash function for a particular type.
-
-
- A hash code for the current .
-
-
-
-
- Returns a that represents this instance.
-
-
- A that represents this instance.
-
-
-
-
- Returns a that represents this instance.
-
- The format.
-
- A that represents this instance.
-
-
-
-
- Returns a that represents this instance.
-
- The format provider.
-
- A that represents this instance.
-
-
-
-
- Returns a that represents this instance.
-
- The format.
- The format provider.
-
- A that represents this instance.
-
-
-
-
- Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
-
- An object to compare with this instance.
-
- A 32-bit signed integer that indicates the relative order of the objects being compared. The return value has these meanings:
- Value
- Meaning
- Less than zero
- This instance is less than .
- Zero
- This instance is equal to .
- Greater than zero
- This instance is greater than .
-
-
- is not the same type as this instance.
-
-
-
-
- Gets a value indicating whether this token has child tokens.
-
-
- true if this token has child values; otherwise, false.
-
-
-
-
- Gets the node type for this .
-
- The type.
-
-
-
- Gets or sets the underlying token value.
-
- The underlying token value.
-
-
-
- Initializes a new instance of the class from another object.
-
- A object to copy from.
-
-
-
- Initializes a new instance of the class.
-
- The raw json.
-
-
-
- Creates an instance of with the content of the reader's current token.
-
- The reader.
- An instance of with the content of the reader's current token.
-
-
-
- Indicating whether a property is required.
-
-
-
-
- The property is not required. The default state.
-
-
-
-
- The property must be defined in JSON but can be a null value.
-
-
-
-
- The property must be defined in JSON and cannot be a null value.
-
-
-
-
- Used to resolve references when serializing and deserializing JSON by the .
-
-
-
-
- Resolves a reference to its object.
-
- The serialization context.
- The reference to resolve.
- The object that
-
-
-
- Gets the reference for the sepecified object.
-
- The serialization context.
- The object to get a reference for.
- The reference to the object.
-
-
-
- Determines whether the specified object is referenced.
-
- The serialization context.
- The object to test for a reference.
-
- true if the specified object is referenced; otherwise, false.
-
-
-
-
- Adds a reference to the specified object.
-
- The serialization context.
- The reference.
- The object to reference.
-
-
-
- Specifies reference handling options for the .
- Note that references cannot be preserved when a value is set via a non-default constructor such as types that implement ISerializable.
-
-
-
-
-
-
-
- Do not preserve references when serializing types.
-
-
-
-
- Preserve references when serializing into a JSON object structure.
-
-
-
-
- Preserve references when serializing into a JSON array structure.
-
-
-
-
- Preserve references when serializing.
-
-
-
-
- Instructs the how to serialize the collection.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class with a flag indicating whether the array can contain null items
-
- A flag indicating whether the array can contain null items.
-
-
-
- Initializes a new instance of the class with the specified container Id.
-
- The container Id.
-
-
-
- Gets or sets a value indicating whether null items are allowed in the collection.
-
- true if null items are allowed in the collection; otherwise, false.
-
-
-
- Specifies default value handling options for the .
-
-
-
-
-
-
-
-
- Include members where the member value is the same as the member's default value when serializing objects.
- Included members are written to JSON. Has no effect when deserializing.
-
-
-
-
- Ignore members where the member value is the same as the member's default value when serializing objects
- so that is is not written to JSON.
- This option will ignore all default values (e.g. null for objects and nullable types; 0 for integers,
- decimals and floating point numbers; and false for booleans). The default value ignored can be changed by
- placing the on the property.
-
-
-
-
- Members with a default value but no JSON will be set to their default value when deserializing.
-
-
-
-
- Ignore members where the member value is the same as the member's default value when serializing objects
- and sets members to their default value when deserializing.
-
-
-
-
- Instructs the to use the specified when serializing the member or class.
-
-
-
-
- Initializes a new instance of the class.
-
- Type of the converter.
-
-
-
- Gets the type of the converter.
-
- The type of the converter.
-
-
-
- Instructs the how to serialize the object.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class with the specified member serialization.
-
- The member serialization.
-
-
-
- Initializes a new instance of the class with the specified container Id.
-
- The container Id.
-
-
-
- Gets or sets the member serialization.
-
- The member serialization.
-
-
-
- Gets or sets a value that indicates whether the object's properties are required.
-
-
- A value indicating whether the object's properties are required.
-
-
-
-
- Specifies the settings on a object.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Gets or sets how reference loops (e.g. a class referencing itself) is handled.
-
- Reference loop handling.
-
-
-
- Gets or sets how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization.
-
- Missing member handling.
-
-
-
- Gets or sets how objects are created during deserialization.
-
- The object creation handling.
-
-
-
- Gets or sets how null values are handled during serialization and deserialization.
-
- Null value handling.
-
-
-
- Gets or sets how null default are handled during serialization and deserialization.
-
- The default value handling.
-
-
-
- Gets or sets a collection that will be used during serialization.
-
- The converters.
-
-
-
- Gets or sets how object references are preserved by the serializer.
-
- The preserve references handling.
-
-
-
- Gets or sets how type name writing and reading is handled by the serializer.
-
- The type name handling.
-
-
-
- Gets or sets how metadata properties are used during deserialization.
-
- The metadata properties handling.
-
-
-
- Gets or sets how a type name assembly is written and resolved by the serializer.
-
- The type name assembly format.
-
-
-
- Gets or sets how constructors are used during deserialization.
-
- The constructor handling.
-
-
-
- Gets or sets the contract resolver used by the serializer when
- serializing .NET objects to JSON and vice versa.
-
- The contract resolver.
-
-
-
- Gets or sets the used by the serializer when resolving references.
-
- The reference resolver.
-
-
-
- Gets or sets the used by the serializer when writing trace messages.
-
- The trace writer.
-
-
-
- Gets or sets the used by the serializer when resolving type names.
-
- The binder.
-
-
-
- Gets or sets the error handler called during serialization and deserialization.
-
- The error handler called during serialization and deserialization.
-
-
-
- Gets or sets the used by the serializer when invoking serialization callback methods.
-
- The context.
-
-
-
- Get or set how and values are formatting when writing JSON text.
-
-
-
-
- Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a .
-
-
-
-
- Indicates how JSON text output is formatted.
-
-
-
-
- Get or set how dates are written to JSON text.
-
-
-
-
- Get or set how time zones are handling during serialization and deserialization.
-
-
-
-
- Get or set how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON.
-
-
-
-
- Get or set how special floating point numbers, e.g. ,
- and ,
- are written as JSON.
-
-
-
-
- Get or set how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
-
-
-
-
- Get or set how strings are escaped when writing JSON text.
-
-
-
-
- Gets or sets the culture used when reading JSON. Defaults to .
-
-
-
-
- Gets a value indicating whether there will be a check for additional content after deserializing an object.
-
-
- true if there will be a check for additional content after deserializing an object; otherwise, false.
-
-
-
-
- Represents a reader that provides validation.
-
-
-
-
- Initializes a new instance of the class that
- validates the content returned from the given .
-
- The to read from while validating.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A .
-
-
-
- Reads the next JSON token from the stream as a .
-
-
- A or a null reference if the next JSON token is null.
-
-
-
-
- Reads the next JSON token from the stream as a .
-
- A .
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream.
-
-
- true if the next token was read successfully; false if there are no more tokens to read.
-
-
-
-
- Sets an event handler for receiving schema validation errors.
-
-
-
-
- Gets the text value of the current JSON token.
-
-
-
-
-
- Gets the depth of the current token in the JSON document.
-
- The depth of the current token in the JSON document.
-
-
-
- Gets the path of the current JSON token.
-
-
-
-
- Gets the quotation mark character used to enclose the value of a string.
-
-
-
-
-
- Gets the type of the current JSON token.
-
-
-
-
-
- Gets the Common Language Runtime (CLR) type for the current JSON token.
-
-
-
-
-
- Gets or sets the schema.
-
- The schema.
-
-
-
- Gets the used to construct this .
-
- The specified in the constructor.
-
-
-
- Compares tokens to determine whether they are equal.
-
-
-
-
- Determines whether the specified objects are equal.
-
- The first object of type to compare.
- The second object of type to compare.
-
- true if the specified objects are equal; otherwise, false.
-
-
-
-
- Returns a hash code for the specified object.
-
- The for which a hash code is to be returned.
- A hash code for the specified object.
- The type of is a reference type and is null.
-
-
-
- Specifies the member serialization options for the .
-
-
-
-
- All public members are serialized by default. Members can be excluded using or .
- This is the default member serialization mode.
-
-
-
-
- Only members must be marked with or are serialized.
- This member serialization mode can also be set by marking the class with .
-
-
-
-
- All public and private fields are serialized. Members can be excluded using or .
- This member serialization mode can also be set by marking the class with
- and setting IgnoreSerializableAttribute on to false.
-
-
-
-
- Specifies how object creation is handled by the .
-
-
-
-
- Reuse existing objects, create new objects when needed.
-
-
-
-
- Only reuse existing objects.
-
-
-
-
- Always create new objects.
-
-
-
-
- Converts a to and from the ISO 8601 date format (e.g. 2008-04-12T12:53Z).
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Gets or sets the date time styles used when converting a date to and from JSON.
-
- The date time styles used when converting a date to and from JSON.
-
-
-
- Gets or sets the date time format used when converting a date to and from JSON.
-
- The date time format used when converting a date to and from JSON.
-
-
-
- Gets or sets the culture used when converting a date to and from JSON.
-
- The culture used when converting a date to and from JSON.
-
-
-
- Converts a to and from a JavaScript date constructor (e.g. new Date(52231943)).
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing property value of the JSON that is being converted.
- The calling serializer.
- The object value.
-
-
-
- Converts XML to and from JSON.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The calling serializer.
- The value.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Checks if the attributeName is a namespace attribute.
-
- Attribute name to test.
- The attribute name prefix if it has one, otherwise an empty string.
- True if attribute name is for a namespace attribute, otherwise false.
-
-
-
- Determines whether this instance can convert the specified value type.
-
- Type of the value.
-
- true if this instance can convert the specified value type; otherwise, false.
-
-
-
-
- Gets or sets the name of the root element to insert when deserializing to XML if the JSON structure has produces multiple root elements.
-
- The name of the deserialize root element.
-
-
-
- Gets or sets a flag to indicate whether to write the Json.NET array attribute.
- This attribute helps preserve arrays when converting the written XML back to JSON.
-
- true if the array attibute is written to the XML; otherwise, false.
-
-
-
- Gets or sets a value indicating whether to write the root JSON object.
-
- true if the JSON root object is omitted; otherwise, false.
-
-
-
- Represents a reader that provides fast, non-cached, forward-only access to JSON text data.
-
-
-
-
- Initializes a new instance of the class with the specified .
-
- The TextReader containing the XML data to read.
-
-
-
- Reads the next JSON token from the stream.
-
-
- true if the next token was read successfully; false if there are no more tokens to read.
-
-
-
-
- Reads the next JSON token from the stream as a .
-
-
- A or a null reference if the next JSON token is null. This method will return null at the end of an array.
-
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Changes the state to closed.
-
-
-
-
- Gets a value indicating whether the class can return line information.
-
-
- true if LineNumber and LinePosition can be provided; otherwise, false.
-
-
-
-
- Gets the current line number.
-
-
- The current line number or 0 if no line information is available (for example, HasLineInfo returns false).
-
-
-
-
- Gets the current line position.
-
-
- The current line position or 0 if no line information is available (for example, HasLineInfo returns false).
-
-
-
-
- Instructs the to always serialize the member with the specified name.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class with the specified name.
-
- Name of the property.
-
-
-
- Gets or sets the converter used when serializing the property's collection items.
-
- The collection's items converter.
-
-
-
- Gets or sets the null value handling used when serializing this property.
-
- The null value handling.
-
-
-
- Gets or sets the default value handling used when serializing this property.
-
- The default value handling.
-
-
-
- Gets or sets the reference loop handling used when serializing this property.
-
- The reference loop handling.
-
-
-
- Gets or sets the object creation handling used when deserializing this property.
-
- The object creation handling.
-
-
-
- Gets or sets the type name handling used when serializing this property.
-
- The type name handling.
-
-
-
- Gets or sets whether this property's value is serialized as a reference.
-
- Whether this property's value is serialized as a reference.
-
-
-
- Gets or sets the order of serialization and deserialization of a member.
-
- The numeric order of serialization or deserialization.
-
-
-
- Gets or sets a value indicating whether this property is required.
-
-
- A value indicating whether this property is required.
-
-
-
-
- Gets or sets the name of the property.
-
- The name of the property.
-
-
-
- Gets or sets the the reference loop handling used when serializing the property's collection items.
-
- The collection's items reference loop handling.
-
-
-
- Gets or sets the the type name handling used when serializing the property's collection items.
-
- The collection's items type name handling.
-
-
-
- Gets or sets whether this property's collection items are serialized as a reference.
-
- Whether this property's collection items are serialized as a reference.
-
-
-
- Instructs the not to serialize the public field or public read/write property value.
-
-
-
-
- Represents a writer that provides a fast, non-cached, forward-only way of generating Json data.
-
-
-
-
- Creates an instance of the JsonWriter class using the specified .
-
- The TextWriter to write to.
-
-
-
- Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
-
-
-
-
- Closes this stream and the underlying stream.
-
-
-
-
- Writes the beginning of a Json object.
-
-
-
-
- Writes the beginning of a Json array.
-
-
-
-
- Writes the start of a constructor with the given name.
-
- The name of the constructor.
-
-
-
- Writes the specified end token.
-
- The end token to write.
-
-
-
- Writes the property name of a name/value pair on a Json object.
-
- The name of the property.
-
-
-
- Writes the property name of a name/value pair on a JSON object.
-
- The name of the property.
- A flag to indicate whether the text should be escaped when it is written as a JSON property name.
-
-
-
- Writes indent characters.
-
-
-
-
- Writes the JSON value delimiter.
-
-
-
-
- Writes an indent space.
-
-
-
-
- Writes a value.
- An error will raised if the value cannot be written as a single JSON token.
-
- The value to write.
-
-
-
- Writes a null value.
-
-
-
-
- Writes an undefined value.
-
-
-
-
- Writes raw JSON.
-
- The raw JSON to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes out a comment /*...*/ containing the specified text.
-
- Text to place inside the comment.
-
-
-
- Writes out the given white space.
-
- The string of white space characters.
-
-
-
- Gets or sets how many IndentChars to write for each level in the hierarchy when is set to Formatting.Indented.
-
-
-
-
- Gets or sets which character to use to quote attribute values.
-
-
-
-
- Gets or sets which character to use for indenting when is set to Formatting.Indented.
-
-
-
-
- Gets or sets a value indicating whether object names will be surrounded with quotes.
-
-
-
-
- The exception thrown when an error occurs while reading Json text.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class
- with a specified error message.
-
- The error message that explains the reason for the exception.
-
-
-
- Initializes a new instance of the class
- with a specified error message and a reference to the inner exception that is the cause of this exception.
-
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
-
-
-
- Initializes a new instance of the class.
-
- The that holds the serialized object data about the exception being thrown.
- The that contains contextual information about the source or destination.
- The parameter is null.
- The class name is null or is zero (0).
-
-
-
- Gets the path to the JSON where the error occurred.
-
- The path to the JSON where the error occurred.
-
-
-
- The exception thrown when an error occurs while reading Json text.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class
- with a specified error message.
-
- The error message that explains the reason for the exception.
-
-
-
- Initializes a new instance of the class
- with a specified error message and a reference to the inner exception that is the cause of this exception.
-
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
-
-
-
- Initializes a new instance of the class.
-
- The that holds the serialized object data about the exception being thrown.
- The that contains contextual information about the source or destination.
- The parameter is null.
- The class name is null or is zero (0).
-
-
-
- Gets the line number indicating where the error occurred.
-
- The line number indicating where the error occurred.
-
-
-
- Gets the line position indicating where the error occurred.
-
- The line position indicating where the error occurred.
-
-
-
- Gets the path to the JSON where the error occurred.
-
- The path to the JSON where the error occurred.
-
-
-
- Represents a collection of .
-
-
-
-
- Provides methods for converting between common language runtime types and JSON types.
-
-
-
-
-
-
-
- Represents JavaScript's boolean value true as a string. This field is read-only.
-
-
-
-
- Represents JavaScript's boolean value false as a string. This field is read-only.
-
-
-
-
- Represents JavaScript's null as a string. This field is read-only.
-
-
-
-
- Represents JavaScript's undefined as a string. This field is read-only.
-
-
-
-
- Represents JavaScript's positive infinity as a string. This field is read-only.
-
-
-
-
- Represents JavaScript's negative infinity as a string. This field is read-only.
-
-
-
-
- Represents JavaScript's NaN as a string. This field is read-only.
-
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation using the specified.
-
- The value to convert.
- The format the date will be converted to.
- The time zone handling when the date is converted to a string.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- The string delimiter character.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Serializes the specified object to a JSON string.
-
- The object to serialize.
- A JSON string representation of the object.
-
-
-
- Serializes the specified object to a JSON string using formatting.
-
- The object to serialize.
- Indicates how the output is formatted.
-
- A JSON string representation of the object.
-
-
-
-
- Serializes the specified object to a JSON string using a collection of .
-
- The object to serialize.
- A collection converters used while serializing.
- A JSON string representation of the object.
-
-
-
- Serializes the specified object to a JSON string using formatting and a collection of .
-
- The object to serialize.
- Indicates how the output is formatted.
- A collection converters used while serializing.
- A JSON string representation of the object.
-
-
-
- Serializes the specified object to a JSON string using .
-
- The object to serialize.
- The used to serialize the object.
- If this is null, default serialization settings will be is used.
-
- A JSON string representation of the object.
-
-
-
-
- Serializes the specified object to a JSON string using a type, formatting and .
-
- The object to serialize.
- The used to serialize the object.
- If this is null, default serialization settings will be is used.
-
- The type of the value being serialized.
- This parameter is used when is Auto to write out the type name if the type of the value does not match.
- Specifing the type is optional.
-
-
- A JSON string representation of the object.
-
-
-
-
- Serializes the specified object to a JSON string using formatting and .
-
- The object to serialize.
- Indicates how the output is formatted.
- The used to serialize the object.
- If this is null, default serialization settings will be is used.
-
- A JSON string representation of the object.
-
-
-
-
- Serializes the specified object to a JSON string using a type, formatting and .
-
- The object to serialize.
- Indicates how the output is formatted.
- The used to serialize the object.
- If this is null, default serialization settings will be is used.
-
- The type of the value being serialized.
- This parameter is used when is Auto to write out the type name if the type of the value does not match.
- Specifing the type is optional.
-
-
- A JSON string representation of the object.
-
-
-
-
- Deserializes the JSON to a .NET object.
-
- The JSON to deserialize.
- The deserialized object from the Json string.
-
-
-
- Deserializes the JSON to a .NET object using .
-
- The JSON to deserialize.
-
- The used to deserialize the object.
- If this is null, default serialization settings will be is used.
-
- The deserialized object from the JSON string.
-
-
-
- Deserializes the JSON to the specified .NET type.
-
- The JSON to deserialize.
- The of object being deserialized.
- The deserialized object from the Json string.
-
-
-
- Deserializes the JSON to the specified .NET type.
-
- The type of the object to deserialize to.
- The JSON to deserialize.
- The deserialized object from the Json string.
-
-
-
- Deserializes the JSON to the given anonymous type.
-
-
- The anonymous type to deserialize to. This can't be specified
- traditionally and must be infered from the anonymous type passed
- as a parameter.
-
- The JSON to deserialize.
- The anonymous type object.
- The deserialized anonymous type from the JSON string.
-
-
-
- Deserializes the JSON to the given anonymous type using .
-
-
- The anonymous type to deserialize to. This can't be specified
- traditionally and must be infered from the anonymous type passed
- as a parameter.
-
- The JSON to deserialize.
- The anonymous type object.
-
- The used to deserialize the object.
- If this is null, default serialization settings will be is used.
-
- The deserialized anonymous type from the JSON string.
-
-
-
- Deserializes the JSON to the specified .NET type using a collection of .
-
- The type of the object to deserialize to.
- The JSON to deserialize.
- Converters to use while deserializing.
- The deserialized object from the JSON string.
-
-
-
- Deserializes the JSON to the specified .NET type using .
-
- The type of the object to deserialize to.
- The object to deserialize.
-
- The used to deserialize the object.
- If this is null, default serialization settings will be is used.
-
- The deserialized object from the JSON string.
-
-
-
- Deserializes the JSON to the specified .NET type using a collection of .
-
- The JSON to deserialize.
- The type of the object to deserialize.
- Converters to use while deserializing.
- The deserialized object from the JSON string.
-
-
-
- Deserializes the JSON to the specified .NET type using .
-
- The JSON to deserialize.
- The type of the object to deserialize to.
-
- The used to deserialize the object.
- If this is null, default serialization settings will be is used.
-
- The deserialized object from the JSON string.
-
-
-
- Populates the object with values from the JSON string.
-
- The JSON to populate values from.
- The target object to populate values onto.
-
-
-
- Populates the object with values from the JSON string using .
-
- The JSON to populate values from.
- The target object to populate values onto.
-
- The used to deserialize the object.
- If this is null, default serialization settings will be is used.
-
-
-
-
- Serializes the XML node to a JSON string.
-
- The node to serialize.
- A JSON string of the XmlNode.
-
-
-
- Serializes the XML node to a JSON string using formatting.
-
- The node to serialize.
- Indicates how the output is formatted.
- A JSON string of the XmlNode.
-
-
-
- Serializes the XML node to a JSON string using formatting and omits the root object if is true.
-
- The node to serialize.
- Indicates how the output is formatted.
- Omits writing the root object.
- A JSON string of the XmlNode.
-
-
-
- Deserializes the XmlNode from a JSON string.
-
- The JSON string.
- The deserialized XmlNode
-
-
-
- Deserializes the XmlNode from a JSON string nested in a root elment specified by .
-
- The JSON string.
- The name of the root element to append when deserializing.
- The deserialized XmlNode
-
-
-
- Deserializes the XmlNode from a JSON string nested in a root elment specified by
- and writes a .NET array attribute for collections.
-
- The JSON string.
- The name of the root element to append when deserializing.
-
- A flag to indicate whether to write the Json.NET array attribute.
- This attribute helps preserve arrays when converting the written XML back to JSON.
-
- The deserialized XmlNode
-
-
-
- Gets or sets a function that creates default .
- Default settings are automatically used by serialization methods on ,
- and and on .
- To serialize without using any default settings create a with
- .
-
-
-
-
- The exception thrown when an error occurs during Json serialization or deserialization.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class
- with a specified error message.
-
- The error message that explains the reason for the exception.
-
-
-
- Initializes a new instance of the class
- with a specified error message and a reference to the inner exception that is the cause of this exception.
-
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
-
-
-
- Initializes a new instance of the class.
-
- The that holds the serialized object data about the exception being thrown.
- The that contains contextual information about the source or destination.
- The parameter is null.
- The class name is null or is zero (0).
-
-
-
- Serializes and deserializes objects into and from the JSON format.
- The enables you to control how objects are encoded into JSON.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Creates a new instance.
- The will not use default settings.
-
-
- A new instance.
- The will not use default settings.
-
-
-
-
- Creates a new instance using the specified .
- The will not use default settings.
-
- The settings to be applied to the .
-
- A new instance using the specified .
- The will not use default settings.
-
-
-
-
- Creates a new instance.
- The will use default settings.
-
-
- A new instance.
- The will use default settings.
-
-
-
-
- Creates a new instance using the specified .
- The will use default settings.
-
- The settings to be applied to the .
-
- A new instance using the specified .
- The will use default settings.
-
-
-
-
- Populates the JSON values onto the target object.
-
- The that contains the JSON structure to reader values from.
- The target object to populate values onto.
-
-
-
- Populates the JSON values onto the target object.
-
- The that contains the JSON structure to reader values from.
- The target object to populate values onto.
-
-
-
- Deserializes the Json structure contained by the specified .
-
- The that contains the JSON structure to deserialize.
- The being deserialized.
-
-
-
- Deserializes the Json structure contained by the specified
- into an instance of the specified type.
-
- The containing the object.
- The of object being deserialized.
- The instance of being deserialized.
-
-
-
- Deserializes the Json structure contained by the specified
- into an instance of the specified type.
-
- The containing the object.
- The type of the object to deserialize.
- The instance of being deserialized.
-
-
-
- Deserializes the Json structure contained by the specified
- into an instance of the specified type.
-
- The containing the object.
- The of object being deserialized.
- The instance of being deserialized.
-
-
-
- Serializes the specified and writes the Json structure
- to a Stream using the specified .
-
- The used to write the Json structure.
- The to serialize.
-
-
-
- Serializes the specified and writes the Json structure
- to a Stream using the specified .
-
- The used to write the Json structure.
- The to serialize.
-
- The type of the value being serialized.
- This parameter is used when is Auto to write out the type name if the type of the value does not match.
- Specifing the type is optional.
-
-
-
-
- Serializes the specified and writes the Json structure
- to a Stream using the specified .
-
- The used to write the Json structure.
- The to serialize.
-
- The type of the value being serialized.
- This parameter is used when is Auto to write out the type name if the type of the value does not match.
- Specifing the type is optional.
-
-
-
-
- Serializes the specified and writes the Json structure
- to a Stream using the specified .
-
- The used to write the Json structure.
- The to serialize.
-
-
-
- Occurs when the errors during serialization and deserialization.
-
-
-
-
- Gets or sets the used by the serializer when resolving references.
-
-
-
-
- Gets or sets the used by the serializer when resolving type names.
-
-
-
-
- Gets or sets the used by the serializer when writing trace messages.
-
- The trace writer.
-
-
-
- Gets or sets how type name writing and reading is handled by the serializer.
-
-
-
-
- Gets or sets how a type name assembly is written and resolved by the serializer.
-
- The type name assembly format.
-
-
-
- Gets or sets how object references are preserved by the serializer.
-
-
-
-
- Get or set how reference loops (e.g. a class referencing itself) is handled.
-
-
-
-
- Get or set how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization.
-
-
-
-
- Get or set how null values are handled during serialization and deserialization.
-
-
-
-
- Get or set how null default are handled during serialization and deserialization.
-
-
-
-
- Gets or sets how objects are created during deserialization.
-
- The object creation handling.
-
-
-
- Gets or sets how constructors are used during deserialization.
-
- The constructor handling.
-
-
-
- Gets or sets how metadata properties are used during deserialization.
-
- The metadata properties handling.
-
-
-
- Gets a collection that will be used during serialization.
-
- Collection that will be used during serialization.
-
-
-
- Gets or sets the contract resolver used by the serializer when
- serializing .NET objects to JSON and vice versa.
-
-
-
-
- Gets or sets the used by the serializer when invoking serialization callback methods.
-
- The context.
-
-
-
- Indicates how JSON text output is formatted.
-
-
-
-
- Get or set how dates are written to JSON text.
-
-
-
-
- Get or set how time zones are handling during serialization and deserialization.
-
-
-
-
- Get or set how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON.
-
-
-
-
- Get or set how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
-
-
-
-
- Get or set how special floating point numbers, e.g. ,
- and ,
- are written as JSON text.
-
-
-
-
- Get or set how strings are escaped when writing JSON text.
-
-
-
-
- Get or set how and values are formatting when writing JSON text.
-
-
-
-
- Gets or sets the culture used when reading JSON. Defaults to .
-
-
-
-
- Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a .
-
-
-
-
- Gets a value indicating whether there will be a check for additional JSON content after deserializing an object.
-
-
- true if there will be a check for additional JSON content after deserializing an object; otherwise, false.
-
-
-
-
- Contains the LINQ to JSON extension methods.
-
-
-
-
- Returns a collection of tokens that contains the ancestors of every token in the source collection.
-
- The type of the objects in source, constrained to .
- An of that contains the source collection.
- An of that contains the ancestors of every node in the source collection.
-
-
-
- Returns a collection of tokens that contains the descendants of every token in the source collection.
-
- The type of the objects in source, constrained to .
- An of that contains the source collection.
- An of that contains the descendants of every node in the source collection.
-
-
-
- Returns a collection of child properties of every object in the source collection.
-
- An of that contains the source collection.
- An of that contains the properties of every object in the source collection.
-
-
-
- Returns a collection of child values of every object in the source collection with the given key.
-
- An of that contains the source collection.
- The token key.
- An of that contains the values of every node in the source collection with the given key.
-
-
-
- Returns a collection of child values of every object in the source collection.
-
- An of that contains the source collection.
- An of that contains the values of every node in the source collection.
-
-
-
- Returns a collection of converted child values of every object in the source collection with the given key.
-
- The type to convert the values to.
- An of that contains the source collection.
- The token key.
- An that contains the converted values of every node in the source collection with the given key.
-
-
-
- Returns a collection of converted child values of every object in the source collection.
-
- The type to convert the values to.
- An of that contains the source collection.
- An that contains the converted values of every node in the source collection.
-
-
-
- Converts the value.
-
- The type to convert the value to.
- A cast as a of .
- A converted value.
-
-
-
- Converts the value.
-
- The source collection type.
- The type to convert the value to.
- A cast as a of .
- A converted value.
-
-
-
- Returns a collection of child tokens of every array in the source collection.
-
- The source collection type.
- An of that contains the source collection.
- An of that contains the values of every node in the source collection.
-
-
-
- Returns a collection of converted child tokens of every array in the source collection.
-
- An of that contains the source collection.
- The type to convert the values to.
- The source collection type.
- An that contains the converted values of every node in the source collection.
-
-
-
- Returns the input typed as .
-
- An of that contains the source collection.
- The input typed as .
-
-
-
- Returns the input typed as .
-
- The source collection type.
- An of that contains the source collection.
- The input typed as .
-
-
-
- Represents a JSON constructor.
-
-
-
-
- Represents a token that can contain other tokens.
-
-
-
-
- Raises the event.
-
- The instance containing the event data.
-
-
-
- Raises the event.
-
- The instance containing the event data.
-
-
-
- Returns a collection of the child tokens of this token, in document order.
-
-
- An of containing the child tokens of this , in document order.
-
-
-
-
- Returns a collection of the child values of this token, in document order.
-
- The type to convert the values to.
-
- A containing the child values of this , in document order.
-
-
-
-
- Returns a collection of the descendant tokens for this token in document order.
-
- An containing the descendant tokens of the .
-
-
-
- Adds the specified content as children of this .
-
- The content to be added.
-
-
-
- Adds the specified content as the first children of this .
-
- The content to be added.
-
-
-
- Creates an that can be used to add tokens to the .
-
- An that is ready to have content written to it.
-
-
-
- Replaces the children nodes of this token with the specified content.
-
- The content.
-
-
-
- Removes the child nodes from this token.
-
-
-
-
- Occurs when the list changes or an item in the list changes.
-
-
-
-
- Occurs before an item is added to the collection.
-
-
-
-
- Gets the container's children tokens.
-
- The container's children tokens.
-
-
-
- Gets a value indicating whether this token has child tokens.
-
-
- true if this token has child values; otherwise, false.
-
-
-
-
- Get the first child token of this token.
-
-
- A containing the first child token of the .
-
-
-
-
- Get the last child token of this token.
-
-
- A containing the last child token of the .
-
-
-
-
- Gets the count of child JSON tokens.
-
- The count of child JSON tokens
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class from another object.
-
- A object to copy from.
-
-
-
- Initializes a new instance of the class with the specified name and content.
-
- The constructor name.
- The contents of the constructor.
-
-
-
- Initializes a new instance of the class with the specified name and content.
-
- The constructor name.
- The contents of the constructor.
-
-
-
- Initializes a new instance of the class with the specified name.
-
- The constructor name.
-
-
-
- Writes this token to a .
-
- A into which this method will write.
- A collection of which will be used when writing the token.
-
-
-
- Loads an from a .
-
- A that will be read for the content of the .
- A that contains the JSON that was read from the specified .
-
-
-
- Gets the container's children tokens.
-
- The container's children tokens.
-
-
-
- Gets or sets the name of this constructor.
-
- The constructor name.
-
-
-
- Gets the node type for this .
-
- The type.
-
-
-
- Gets the with the specified key.
-
- The with the specified key.
-
-
-
- Represents a collection of objects.
-
- The type of token
-
-
-
- An empty collection of objects.
-
-
-
-
- Initializes a new instance of the struct.
-
- The enumerable.
-
-
-
- Returns an enumerator that iterates through the collection.
-
-
- A 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.
-
-
-
-
- Determines whether the specified is equal to this instance.
-
- The to compare with this instance.
-
- true if the specified is equal to this instance; otherwise, false.
-
-
-
-
- Returns a hash code for this instance.
-
-
- A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
-
-
-
-
- Gets the with the specified key.
-
-
-
-
-
- Represents a JSON object.
-
-
-
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class from another object.
-
- A object to copy from.
-
-
-
- Initializes a new instance of the class with the specified content.
-
- The contents of the object.
-
-
-
- Initializes a new instance of the class with the specified content.
-
- The contents of the object.
-
-
-
- Gets an of this object's properties.
-
- An of this object's properties.
-
-
-
- Gets a the specified name.
-
- The property name.
- A with the specified name or null.
-
-
-
- Gets an of this object's property values.
-
- An of this object's property values.
-
-
-
- Loads an from a .
-
- A that will be read for the content of the .
- A that contains the JSON that was read from the specified .
-
-
-
- Load a from a string that contains JSON.
-
- A that contains JSON.
- A populated from the string that contains JSON.
-
-
-
-
-
-
- Creates a from an object.
-
- The object that will be used to create .
- A with the values of the specified object
-
-
-
- Creates a from an object.
-
- The object that will be used to create .
- The that will be used to read the object.
- A with the values of the specified object
-
-
-
- Writes this token to a .
-
- A into which this method will write.
- A collection of which will be used when writing the token.
-
-
-
- Gets the with the specified property name.
-
- Name of the property.
- The with the specified property name.
-
-
-
- Gets the with the specified property name.
- The exact property name will be searched for first and if no matching property is found then
- the will be used to match a property.
-
- Name of the property.
- One of the enumeration values that specifies how the strings will be compared.
- The with the specified property name.
-
-
-
- Tries to get the with the specified property name.
- The exact property name will be searched for first and if no matching property is found then
- the will be used to match a property.
-
- Name of the property.
- The value.
- One of the enumeration values that specifies how the strings will be compared.
- true if a value was successfully retrieved; otherwise, false.
-
-
-
- Adds the specified property name.
-
- Name of the property.
- The value.
-
-
-
- Removes the property with the specified name.
-
- Name of the property.
- true if item was successfully removed; otherwise, false.
-
-
-
- Tries the get value.
-
- Name of the property.
- The value.
- true if a value was successfully retrieved; otherwise, false.
-
-
-
- Returns an enumerator that iterates through the collection.
-
-
- A that can be used to iterate through the collection.
-
-
-
-
- Raises the event with the provided arguments.
-
- Name of the property.
-
-
-
- Returns the properties for this instance of a component.
-
-
- A that represents the properties for this component instance.
-
-
-
-
- Returns the properties for this instance of a component using the attribute array as a filter.
-
- An array of type that is used as a filter.
-
- A that represents the filtered properties for this component instance.
-
-
-
-
- Returns a collection of custom attributes for this instance of a component.
-
-
- An containing the attributes for this object.
-
-
-
-
- Returns the class name of this instance of a component.
-
-
- The class name of the object, or null if the class does not have a name.
-
-
-
-
- Returns the name of this instance of a component.
-
-
- The name of the object, or null if the object does not have a name.
-
-
-
-
- Returns a type converter for this instance of a component.
-
-
- A that is the converter for this object, or null if there is no for this object.
-
-
-
-
- Returns the default event for this instance of a component.
-
-
- An that represents the default event for this object, or null if this object does not have events.
-
-
-
-
- Returns the default property for this instance of a component.
-
-
- A that represents the default property for this object, or null if this object does not have properties.
-
-
-
-
- Returns an editor of the specified type for this instance of a component.
-
- A that represents the editor for this object.
-
- An of the specified type that is the editor for this object, or null if the editor cannot be found.
-
-
-
-
- Returns the events for this instance of a component using the specified attribute array as a filter.
-
- An array of type that is used as a filter.
-
- An that represents the filtered events for this component instance.
-
-
-
-
- Returns the events for this instance of a component.
-
-
- An that represents the events for this component instance.
-
-
-
-
- Returns an object that contains the property described by the specified property descriptor.
-
- A that represents the property whose owner is to be found.
-
- An that represents the owner of the specified property.
-
-
-
-
- Gets the container's children tokens.
-
- The container's children tokens.
-
-
-
- Occurs when a property value changes.
-
-
-
-
- Gets the node type for this .
-
- The type.
-
-
-
- Gets the with the specified key.
-
- The with the specified key.
-
-
-
- Gets or sets the with the specified property name.
-
-
-
-
-
- Represents a JSON array.
-
-
-
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class from another object.
-
- A object to copy from.
-
-
-
- Initializes a new instance of the class with the specified content.
-
- The contents of the array.
-
-
-
- Initializes a new instance of the class with the specified content.
-
- The contents of the array.
-
-
-
- Loads an from a .
-
- A that will be read for the content of the .
- A that contains the JSON that was read from the specified .
-
-
-
- Load a from a string that contains JSON.
-
- A that contains JSON.
- A populated from the string that contains JSON.
-
-
-
-
-
-
- Creates a from an object.
-
- The object that will be used to create .
- A with the values of the specified object
-
-
-
- Creates a from an object.
-
- The object that will be used to create .
- The that will be used to read the object.
- A with the values of the specified object
-
-
-
- Writes this token to a .
-
- A into which this method will write.
- A collection of which will be used when writing the token.
-
-
-
- Determines the index of a specific item in the .
-
- The object to locate in the .
-
- The index of if found in the list; otherwise, -1.
-
-
-
-
- Inserts an item to the at the specified index.
-
- The zero-based index at which should be inserted.
- The object to insert into the .
-
- is not a valid index in the .
- The is read-only.
-
-
-
- Removes the item at the specified index.
-
- The zero-based index of the item to remove.
-
- is not a valid index in the .
- The is read-only.
-
-
-
- Returns an enumerator that iterates through the collection.
-
-
- A that can be used to iterate through the collection.
-
-
-
-
- Adds an item to the .
-
- The object to add to the .
- The is read-only.
-
-
-
- Removes all items from the .
-
- The is read-only.
-
-
-
- Determines whether the contains a specific value.
-
- The object to locate in the .
-
- true if is found in the ; otherwise, false.
-
-
-
-
- Copies to.
-
- The array.
- Index of the array.
-
-
-
- Removes the first occurrence of a specific object from the .
-
- The object to remove from the .
-
- true if was successfully removed from the ; otherwise, false. This method also returns false if is not found in the original .
-
- The is read-only.
-
-
-
- Gets the container's children tokens.
-
- The container's children tokens.
-
-
-
- Gets the node type for this .
-
- The type.
-
-
-
- Gets the with the specified key.
-
- The with the specified key.
-
-
-
- Gets or sets the at the specified index.
-
-
-
-
-
- Gets a value indicating whether the is read-only.
-
- true if the is read-only; otherwise, false.
-
-
-
- Represents a reader that provides fast, non-cached, forward-only access to serialized Json data.
-
-
-
-
- Initializes a new instance of the class.
-
- The token to read from.
-
-
-
- Reads the next JSON token from the stream as a .
-
-
- A or a null reference if the next JSON token is null. This method will return null at the end of an array.
-
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream.
-
-
- true if the next token was read successfully; false if there are no more tokens to read.
-
-
-
-
- Gets the path of the current JSON token.
-
-
-
-
- Represents a writer that provides a fast, non-cached, forward-only way of generating Json data.
-
-
-
-
- Initializes a new instance of the class writing to the given .
-
- The container being written to.
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
-
-
-
-
- Closes this stream and the underlying stream.
-
-
-
-
- Writes the beginning of a Json object.
-
-
-
-
- Writes the beginning of a Json array.
-
-
-
-
- Writes the start of a constructor with the given name.
-
- The name of the constructor.
-
-
-
- Writes the end.
-
- The token.
-
-
-
- Writes the property name of a name/value pair on a Json object.
-
- The name of the property.
-
-
-
- Writes a value.
- An error will raised if the value cannot be written as a single JSON token.
-
- The value to write.
-
-
-
- Writes a null value.
-
-
-
-
- Writes an undefined value.
-
-
-
-
- Writes raw JSON.
-
- The raw JSON to write.
-
-
-
- Writes out a comment /*...*/ containing the specified text.
-
- Text to place inside the comment.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Gets the token being writen.
-
- The token being writen.
-
-
-
- Represents a JSON property.
-
-
-
-
- Initializes a new instance of the class from another object.
-
- A object to copy from.
-
-
-
- Initializes a new instance of the class.
-
- The property name.
- The property content.
-
-
-
- Initializes a new instance of the class.
-
- The property name.
- The property content.
-
-
-
- Writes this token to a .
-
- A into which this method will write.
- A collection of which will be used when writing the token.
-
-
-
- Loads an from a .
-
- A that will be read for the content of the .
- A that contains the JSON that was read from the specified .
-
-
-
- Gets the container's children tokens.
-
- The container's children tokens.
-
-
-
- Gets the property name.
-
- The property name.
-
-
-
- Gets or sets the property value.
-
- The property value.
-
-
-
- Gets the node type for this .
-
- The type.
-
-
-
- Specifies the type of token.
-
-
-
-
- No token type has been set.
-
-
-
-
- A JSON object.
-
-
-
-
- A JSON array.
-
-
-
-
- A JSON constructor.
-
-
-
-
- A JSON object property.
-
-
-
-
- A comment.
-
-
-
-
- An integer value.
-
-
-
-
- A float value.
-
-
-
-
- A string value.
-
-
-
-
- A boolean value.
-
-
-
-
- A null value.
-
-
-
-
- An undefined value.
-
-
-
-
- A date value.
-
-
-
-
- A raw JSON value.
-
-
-
-
- A collection of bytes value.
-
-
-
-
- A Guid value.
-
-
-
-
- A Uri value.
-
-
-
-
- A TimeSpan value.
-
-
-
-
- Contains the JSON schema extension methods.
-
-
-
-
- Determines whether the is valid.
-
- The source to test.
- The schema to test with.
-
- true if the specified is valid; otherwise, false.
-
-
-
-
- Determines whether the is valid.
-
- The source to test.
- The schema to test with.
- When this method returns, contains any error messages generated while validating.
-
- true if the specified is valid; otherwise, false.
-
-
-
-
- Validates the specified .
-
- The source to test.
- The schema to test with.
-
-
-
- Validates the specified .
-
- The source to test.
- The schema to test with.
- The validation event handler.
-
-
-
- Returns detailed information about the schema exception.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class
- with a specified error message.
-
- The error message that explains the reason for the exception.
-
-
-
- Initializes a new instance of the class
- with a specified error message and a reference to the inner exception that is the cause of this exception.
-
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
-
-
-
- Initializes a new instance of the class.
-
- The that holds the serialized object data about the exception being thrown.
- The that contains contextual information about the source or destination.
- The parameter is null.
- The class name is null or is zero (0).
-
-
-
- Gets the line number indicating where the error occurred.
-
- The line number indicating where the error occurred.
-
-
-
- Gets the line position indicating where the error occurred.
-
- The line position indicating where the error occurred.
-
-
-
- Gets the path to the JSON where the error occurred.
-
- The path to the JSON where the error occurred.
-
-
-
- Resolves from an id.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Gets a for the specified reference.
-
- The id.
- A for the specified reference.
-
-
-
- Gets or sets the loaded schemas.
-
- The loaded schemas.
-
-
-
- Specifies undefined schema Id handling options for the .
-
-
-
-
- Do not infer a schema Id.
-
-
-
-
- Use the .NET type name as the schema Id.
-
-
-
-
- Use the assembly qualified .NET type name as the schema Id.
-
-
-
-
- Returns detailed information related to the .
-
-
-
-
- Gets the associated with the validation error.
-
- The JsonSchemaException associated with the validation error.
-
-
-
- Gets the path of the JSON location where the validation error occurred.
-
- The path of the JSON location where the validation error occurred.
-
-
-
- Gets the text description corresponding to the validation error.
-
- The text description.
-
-
-
- Represents the callback method that will handle JSON schema validation events and the .
-
-
-
-
- Resolves member mappings for a type, camel casing property names.
-
-
-
-
- Used by to resolves a for a given .
-
-
-
-
- Used by to resolves a for a given .
-
-
-
-
-
-
-
-
- Resolves the contract for a given type.
-
- The type to resolve a contract for.
- The contract for a given type.
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
-
- If set to true the will use a cached shared with other resolvers of the same type.
- Sharing the cache will significantly performance because expensive reflection will only happen once but could cause unexpected
- behavior if different instances of the resolver are suppose to produce different results. When set to false it is highly
- recommended to reuse instances with the .
-
-
-
-
- Resolves the contract for a given type.
-
- The type to resolve a contract for.
- The contract for a given type.
-
-
-
- Gets the serializable members for the type.
-
- The type to get serializable members for.
- The serializable members for the type.
-
-
-
- Creates a for the given type.
-
- Type of the object.
- A for the given type.
-
-
-
- Creates the constructor parameters.
-
- The constructor to create properties for.
- The type's member properties.
- Properties for the given .
-
-
-
- Creates a for the given .
-
- The matching member property.
- The constructor parameter.
- A created for the given .
-
-
-
- Resolves the default for the contract.
-
- Type of the object.
- The contract's default .
-
-
-
- Creates a for the given type.
-
- Type of the object.
- A for the given type.
-
-
-
- Creates a for the given type.
-
- Type of the object.
- A for the given type.
-
-
-
- Creates a for the given type.
-
- Type of the object.
- A for the given type.
-
-
-
- Creates a for the given type.
-
- Type of the object.
- A for the given type.
-
-
-
- Creates a for the given type.
-
- Type of the object.
- A for the given type.
-
-
-
- Creates a for the given type.
-
- Type of the object.
- A for the given type.
-
-
-
- Determines which contract type is created for the given type.
-
- Type of the object.
- A for the given type.
-
-
-
- Creates properties for the given .
-
- The type to create properties for.
- /// The member serialization mode for the type.
- Properties for the given .
-
-
-
- Creates the used by the serializer to get and set values from a member.
-
- The member.
- The used by the serializer to get and set values from a member.
-
-
-
- Creates a for the given .
-
- The member's parent .
- The member to create a for.
- A created for the given .
-
-
-
- Resolves the name of the property.
-
- Name of the property.
- Name of the property.
-
-
-
- Gets the resolved name of the property.
-
- Name of the property.
- Name of the property.
-
-
-
- Gets a value indicating whether members are being get and set using dynamic code generation.
- This value is determined by the runtime permissions available.
-
-
- true if using dynamic code generation; otherwise, false.
-
-
-
-
- Gets or sets the default members search flags.
-
- The default members search flags.
-
-
-
- Gets or sets a value indicating whether compiler generated members should be serialized.
-
-
- true if serialized compiler generated members; otherwise, false.
-
-
-
-
- Gets or sets a value indicating whether to ignore the interface when serializing and deserializing types.
-
-
- true if the interface will be ignored when serializing and deserializing types; otherwise, false.
-
-
-
-
- Gets or sets a value indicating whether to ignore the attribute when serializing and deserializing types.
-
-
- true if the attribute will be ignored when serializing and deserializing types; otherwise, false.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Resolves the name of the property.
-
- Name of the property.
- The property name camel cased.
-
-
-
- The default serialization binder used when resolving and loading classes from type names.
-
-
-
-
- When overridden in a derived class, controls the binding of a serialized object to a type.
-
- Specifies the name of the serialized object.
- Specifies the name of the serialized object.
-
- The type of the object the formatter creates a new instance of.
-
-
-
-
- Get and set values for a using dynamic methods.
-
-
-
-
- Provides methods to get and set values.
-
-
-
-
- Sets the value.
-
- The target to set the value on.
- The value to set on the target.
-
-
-
- Gets the value.
-
- The target to get the value from.
- The value.
-
-
-
- Initializes a new instance of the class.
-
- The member info.
-
-
-
- Sets the value.
-
- The target to set the value on.
- The value to set on the target.
-
-
-
- Gets the value.
-
- The target to get the value from.
- The value.
-
-
-
- Provides information surrounding an error.
-
-
-
-
- Gets the error.
-
- The error.
-
-
-
- Gets the original object that caused the error.
-
- The original object that caused the error.
-
-
-
- Gets the member that caused the error.
-
- The member that caused the error.
-
-
-
- Gets the path of the JSON location where the error occurred.
-
- The path of the JSON location where the error occurred.
-
-
-
- Gets or sets a value indicating whether this is handled.
-
- true if handled; otherwise, false.
-
-
-
- Provides data for the Error event.
-
-
-
-
- Initializes a new instance of the class.
-
- The current object.
- The error context.
-
-
-
- Gets the current object the error event is being raised against.
-
- The current object the error event is being raised against.
-
-
-
- Gets the error context.
-
- The error context.
-
-
-
- Contract details for a used by the .
-
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Gets the of the collection items.
-
- The of the collection items.
-
-
-
- Gets a value indicating whether the collection type is a multidimensional array.
-
- true if the collection type is a multidimensional array; otherwise, false.
-
-
-
- Handles serialization callback events.
-
- The object that raised the callback event.
- The streaming context.
-
-
-
- Handles serialization error callback events.
-
- The object that raised the callback event.
- The streaming context.
- The error context.
-
-
-
- Sets extension data for an object during deserialization.
-
- The object to set extension data on.
- The extension data key.
- The extension data value.
-
-
-
- Gets extension data for an object during serialization.
-
- The object to set extension data on.
-
-
-
- Contract details for a used by the .
-
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Gets or sets the property name resolver.
-
- The property name resolver.
-
-
-
- Gets the of the dictionary keys.
-
- The of the dictionary keys.
-
-
-
- Gets the of the dictionary values.
-
- The of the dictionary values.
-
-
-
- Contract details for a used by the .
-
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Gets or sets the ISerializable object constructor.
-
- The ISerializable object constructor.
-
-
-
- Contract details for a used by the .
-
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Contract details for a used by the .
-
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Maps a JSON property to a .NET member or constructor parameter.
-
-
-
-
- Returns a that represents this instance.
-
-
- A that represents this instance.
-
-
-
-
- Gets or sets the name of the property.
-
- The name of the property.
-
-
-
- Gets or sets the type that declared this property.
-
- The type that declared this property.
-
-
-
- Gets or sets the order of serialization and deserialization of a member.
-
- The numeric order of serialization or deserialization.
-
-
-
- Gets or sets the name of the underlying member or parameter.
-
- The name of the underlying member or parameter.
-
-
-
- Gets the that will get and set the during serialization.
-
- The that will get and set the during serialization.
-
-
-
- Gets or sets the type of the property.
-
- The type of the property.
-
-
-
- Gets or sets the for the property.
- If set this converter takes presidence over the contract converter for the property type.
-
- The converter.
-
-
-
- Gets or sets the member converter.
-
- The member converter.
-
-
-
- Gets or sets a value indicating whether this is ignored.
-
- true if ignored; otherwise, false.
-
-
-
- Gets or sets a value indicating whether this is readable.
-
- true if readable; otherwise, false.
-
-
-
- Gets or sets a value indicating whether this is writable.
-
- true if writable; otherwise, false.
-
-
-
- Gets or sets a value indicating whether this has a member attribute.
-
- true if has a member attribute; otherwise, false.
-
-
-
- Gets the default value.
-
- The default value.
-
-
-
- Gets or sets a value indicating whether this is required.
-
- A value indicating whether this is required.
-
-
-
- Gets or sets a value indicating whether this property preserves object references.
-
-
- true if this instance is reference; otherwise, false.
-
-
-
-
- Gets or sets the property null value handling.
-
- The null value handling.
-
-
-
- Gets or sets the property default value handling.
-
- The default value handling.
-
-
-
- Gets or sets the property reference loop handling.
-
- The reference loop handling.
-
-
-
- Gets or sets the property object creation handling.
-
- The object creation handling.
-
-
-
- Gets or sets or sets the type name handling.
-
- The type name handling.
-
-
-
- Gets or sets a predicate used to determine whether the property should be serialize.
-
- A predicate used to determine whether the property should be serialize.
-
-
-
- Gets or sets a predicate used to determine whether the property should be serialized.
-
- A predicate used to determine whether the property should be serialized.
-
-
-
- Gets or sets an action used to set whether the property has been deserialized.
-
- An action used to set whether the property has been deserialized.
-
-
-
- Gets or sets the converter used when serializing the property's collection items.
-
- The collection's items converter.
-
-
-
- Gets or sets whether this property's collection items are serialized as a reference.
-
- Whether this property's collection items are serialized as a reference.
-
-
-
- Gets or sets the the type name handling used when serializing the property's collection items.
-
- The collection's items type name handling.
-
-
-
- Gets or sets the the reference loop handling used when serializing the property's collection items.
-
- The collection's items reference loop handling.
-
-
-
- A collection of objects.
-
-
-
-
- Initializes a new instance of the class.
-
- The type.
-
-
-
- When implemented in a derived class, extracts the key from the specified element.
-
- The element from which to extract the key.
- The key for the specified element.
-
-
-
- Adds a object.
-
- The property to add to the collection.
-
-
-
- Gets the closest matching object.
- First attempts to get an exact case match of propertyName and then
- a case insensitive match.
-
- Name of the property.
- A matching property if found.
-
-
-
- Gets a property by property name.
-
- The name of the property to get.
- Type property name string comparison.
- A matching property if found.
-
-
-
- Specifies missing member handling options for the .
-
-
-
-
- Ignore a missing member and do not attempt to deserialize it.
-
-
-
-
- Throw a when a missing member is encountered during deserialization.
-
-
-
-
- Specifies null value handling options for the .
-
-
-
-
-
-
-
-
- Include null values when serializing and deserializing objects.
-
-
-
-
- Ignore null values when serializing and deserializing objects.
-
-
-
-
- Specifies reference loop handling options for the .
-
-
-
-
- Throw a when a loop is encountered.
-
-
-
-
- Ignore loop references and do not serialize.
-
-
-
-
- Serialize loop references.
-
-
-
-
- An in-memory representation of a JSON Schema.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Reads a from the specified .
-
- The containing the JSON Schema to read.
- The object representing the JSON Schema.
-
-
-
- Reads a from the specified .
-
- The containing the JSON Schema to read.
- The to use when resolving schema references.
- The object representing the JSON Schema.
-
-
-
- Load a from a string that contains schema JSON.
-
- A that contains JSON.
- A populated from the string that contains JSON.
-
-
-
- Parses the specified json.
-
- The json.
- The resolver.
- A populated from the string that contains JSON.
-
-
-
- Writes this schema to a .
-
- A into which this method will write.
-
-
-
- Writes this schema to a using the specified .
-
- A into which this method will write.
- The resolver used.
-
-
-
- Returns a that represents the current .
-
-
- A that represents the current .
-
-
-
-
- Gets or sets the id.
-
-
-
-
- Gets or sets the title.
-
-
-
-
- Gets or sets whether the object is required.
-
-
-
-
- Gets or sets whether the object is read only.
-
-
-
-
- Gets or sets whether the object is visible to users.
-
-
-
-
- Gets or sets whether the object is transient.
-
-
-
-
- Gets or sets the description of the object.
-
-
-
-
- Gets or sets the types of values allowed by the object.
-
- The type.
-
-
-
- Gets or sets the pattern.
-
- The pattern.
-
-
-
- Gets or sets the minimum length.
-
- The minimum length.
-
-
-
- Gets or sets the maximum length.
-
- The maximum length.
-
-
-
- Gets or sets a number that the value should be divisble by.
-
- A number that the value should be divisble by.
-
-
-
- Gets or sets the minimum.
-
- The minimum.
-
-
-
- Gets or sets the maximum.
-
- The maximum.
-
-
-
- Gets or sets a flag indicating whether the value can not equal the number defined by the "minimum" attribute.
-
- A flag indicating whether the value can not equal the number defined by the "minimum" attribute.
-
-
-
- Gets or sets a flag indicating whether the value can not equal the number defined by the "maximum" attribute.
-
- A flag indicating whether the value can not equal the number defined by the "maximum" attribute.
-
-
-
- Gets or sets the minimum number of items.
-
- The minimum number of items.
-
-
-
- Gets or sets the maximum number of items.
-
- The maximum number of items.
-
-
-
- Gets or sets the of items.
-
- The of items.
-
-
-
- Gets or sets a value indicating whether items in an array are validated using the instance at their array position from .
-
-
- true if items are validated using their array position; otherwise, false.
-
-
-
-
- Gets or sets the of additional items.
-
- The of additional items.
-
-
-
- Gets or sets a value indicating whether additional items are allowed.
-
-
- true if additional items are allowed; otherwise, false.
-
-
-
-
- Gets or sets whether the array items must be unique.
-
-
-
-
- Gets or sets the of properties.
-
- The of properties.
-
-
-
- Gets or sets the of additional properties.
-
- The of additional properties.
-
-
-
- Gets or sets the pattern properties.
-
- The pattern properties.
-
-
-
- Gets or sets a value indicating whether additional properties are allowed.
-
-
- true if additional properties are allowed; otherwise, false.
-
-
-
-
- Gets or sets the required property if this property is present.
-
- The required property if this property is present.
-
-
-
- Gets or sets the a collection of valid enum values allowed.
-
- A collection of valid enum values allowed.
-
-
-
- Gets or sets disallowed types.
-
- The disallow types.
-
-
-
- Gets or sets the default value.
-
- The default value.
-
-
-
- Gets or sets the collection of that this schema extends.
-
- The collection of that this schema extends.
-
-
-
- Gets or sets the format.
-
- The format.
-
-
-
- Generates a from a specified .
-
-
-
-
- Generate a from the specified type.
-
- The type to generate a from.
- A generated from the specified type.
-
-
-
- Generate a from the specified type.
-
- The type to generate a from.
- The used to resolve schema references.
- A generated from the specified type.
-
-
-
- Generate a from the specified type.
-
- The type to generate a from.
- Specify whether the generated root will be nullable.
- A generated from the specified type.
-
-
-
- Generate a from the specified type.
-
- The type to generate a from.
- The used to resolve schema references.
- Specify whether the generated root will be nullable.
- A generated from the specified type.
-
-
-
- Gets or sets how undefined schemas are handled by the serializer.
-
-
-
-
- Gets or sets the contract resolver.
-
- The contract resolver.
-
-
-
- The value types allowed by the .
-
-
-
-
- No type specified.
-
-
-
-
- String type.
-
-
-
-
- Float type.
-
-
-
-
- Integer type.
-
-
-
-
- Boolean type.
-
-
-
-
- Object type.
-
-
-
-
- Array type.
-
-
-
-
- Null type.
-
-
-
-
- Any type.
-
-
-
-
- Contract details for a used by the .
-
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Gets or sets the object member serialization.
-
- The member object serialization.
-
-
-
- Gets or sets a value that indicates whether the object's properties are required.
-
-
- A value indicating whether the object's properties are required.
-
-
-
-
- Gets the object's properties.
-
- The object's properties.
-
-
-
- Gets the constructor parameters required for any non-default constructor
-
-
-
-
- Gets or sets the override constructor used to create the object.
- This is set when a constructor is marked up using the
- JsonConstructor attribute.
-
- The override constructor.
-
-
-
- Gets or sets the parametrized constructor used to create the object.
-
- The parametrized constructor.
-
-
-
- Gets or sets the extension data setter.
-
-
-
-
- Gets or sets the extension data getter.
-
-
-
-
- Contract details for a used by the .
-
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Represents a method that constructs an object.
-
- The object type to create.
-
-
-
- When applied to a method, specifies that the method is called when an error occurs serializing an object.
-
-
-
-
- Get and set values for a using reflection.
-
-
-
-
- Initializes a new instance of the class.
-
- The member info.
-
-
-
- Sets the value.
-
- The target to set the value on.
- The value to set on the target.
-
-
-
- Gets the value.
-
- The target to get the value from.
- The value.
-
-
-
- Specifies type name handling options for the .
-
-
-
-
- Do not include the .NET type name when serializing types.
-
-
-
-
- Include the .NET type name when serializing into a JSON object structure.
-
-
-
-
- Include the .NET type name when serializing into a JSON array structure.
-
-
-
-
- Always include the .NET type name when serializing.
-
-
-
-
- Include the .NET type name when the type of the object being serialized is not the same as its declared type.
-
-
-
-
- Converts the value to the specified type. If the value is unable to be converted, the
- value is checked whether it assignable to the specified type.
-
- The value to convert.
- The culture to use when converting.
- The type to convert or cast the value to.
-
- The converted type. If conversion was unsuccessful, the initial value
- is returned if assignable to the target type.
-
-
-
-
- Gets a dictionary of the names and values of an Enum type.
-
-
-
-
-
- Gets a dictionary of the names and values of an Enum type.
-
- The enum type to get names and values for.
-
-
-
-
- Specifies the type of Json token.
-
-
-
-
- This is returned by the if a method has not been called.
-
-
-
-
- An object start token.
-
-
-
-
- An array start token.
-
-
-
-
- A constructor start token.
-
-
-
-
- An object property name.
-
-
-
-
- A comment.
-
-
-
-
- Raw JSON.
-
-
-
-
- An integer.
-
-
-
-
- A float.
-
-
-
-
- A string.
-
-
-
-
- A boolean.
-
-
-
-
- A null token.
-
-
-
-
- An undefined token.
-
-
-
-
- An object end token.
-
-
-
-
- An array end token.
-
-
-
-
- A constructor end token.
-
-
-
-
- A Date.
-
-
-
-
- Byte data.
-
-
-
-
- Builds a string. Unlike StringBuilder this class lets you reuse it's internal buffer.
-
-
-
-
- Determines whether the collection is null or empty.
-
- The collection.
-
- true if the collection is null or empty; otherwise, false.
-
-
-
-
- Adds the elements of the specified collection to the specified generic IList.
-
- The list to add to.
- The collection of elements to add.
-
-
-
- Returns the index of the first occurrence in a sequence by using a specified IEqualityComparer.
-
- The type of the elements of source.
- A sequence in which to locate a value.
- The object to locate in the sequence
- An equality comparer to compare values.
- The zero-based index of the first occurrence of value within the entire sequence, if found; otherwise, –1.
-
-
-
- Gets the type of the typed collection's items.
-
- The type.
- The type of the typed collection's items.
-
-
-
- Gets the member's underlying type.
-
- The member.
- The underlying type of the member.
-
-
-
- Determines whether the member is an indexed property.
-
- The member.
-
- true if the member is an indexed property; otherwise, false.
-
-
-
-
- Determines whether the property is an indexed property.
-
- The property.
-
- true if the property is an indexed property; otherwise, false.
-
-
-
-
- Gets the member's value on the object.
-
- The member.
- The target object.
- The member's value on the object.
-
-
-
- Sets the member's value on the target object.
-
- The member.
- The target.
- The value.
-
-
-
- Determines whether the specified MemberInfo can be read.
-
- The MemberInfo to determine whether can be read.
- /// if set to true then allow the member to be gotten non-publicly.
-
- true if the specified MemberInfo can be read; otherwise, false.
-
-
-
-
- Determines whether the specified MemberInfo can be set.
-
- The MemberInfo to determine whether can be set.
- if set to true then allow the member to be set non-publicly.
- if set to true then allow the member to be set if read-only.
-
- true if the specified MemberInfo can be set; otherwise, false.
-
-
-
-
- Determines whether the string is all white space. Empty string will return false.
-
- The string to test whether it is all white space.
-
- true if the string is all white space; otherwise, false.
-
-
-
-
- Nulls an empty string.
-
- The string.
- Null if the string was null, otherwise the string unchanged.
-
-
-
- Specifies the state of the .
-
-
-
-
- An exception has been thrown, which has left the in an invalid state.
- You may call the method to put the in the Closed state.
- Any other method calls results in an being thrown.
-
-
-
-
- The method has been called.
-
-
-
-
- An object is being written.
-
-
-
-
- A array is being written.
-
-
-
-
- A constructor is being written.
-
-
-
-
- A property is being written.
-
-
-
-
- A write method has not been called.
-
-
-
-
diff --git a/packages/Newtonsoft.Json.6.0.3/lib/net35/Newtonsoft.Json.dll b/packages/Newtonsoft.Json.6.0.3/lib/net35/Newtonsoft.Json.dll
deleted file mode 100644
index e7ae07b..0000000
Binary files a/packages/Newtonsoft.Json.6.0.3/lib/net35/Newtonsoft.Json.dll and /dev/null differ
diff --git a/packages/Newtonsoft.Json.6.0.3/lib/net35/Newtonsoft.Json.xml b/packages/Newtonsoft.Json.6.0.3/lib/net35/Newtonsoft.Json.xml
deleted file mode 100644
index 80ba840..0000000
--- a/packages/Newtonsoft.Json.6.0.3/lib/net35/Newtonsoft.Json.xml
+++ /dev/null
@@ -1,8181 +0,0 @@
-
-
-
- Newtonsoft.Json
-
-
-
-
- Represents a reader that provides fast, non-cached, forward-only access to serialized Json data.
-
-
-
-
- Represents a reader that provides fast, non-cached, forward-only access to serialized Json data.
-
-
-
-
- Initializes a new instance of the class with the specified .
-
-
-
-
- Reads the next JSON token from the stream.
-
- true if the next token was read successfully; false if there are no more tokens to read.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A or a null reference if the next JSON token is null. This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Skips the children of the current token.
-
-
-
-
- Sets the current token.
-
- The new token.
-
-
-
- Sets the current token and value.
-
- The new token.
- The value.
-
-
-
- Sets the state based on current token type.
-
-
-
-
- Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
-
-
-
-
- Releases unmanaged and - optionally - managed resources
-
- true to release both managed and unmanaged resources; false to release only unmanaged resources.
-
-
-
- Changes the to Closed.
-
-
-
-
- Gets the current reader state.
-
- The current reader state.
-
-
-
- Gets or sets a value indicating whether the underlying stream or
- should be closed when the reader is closed.
-
-
- true to close the underlying stream or when
- the reader is closed; otherwise false. The default is true.
-
-
-
-
- Gets or sets a value indicating whether multiple pieces of JSON content can
- be read from a continuous stream without erroring.
-
-
- true to support reading multiple pieces of JSON content; otherwise false. The default is false.
-
-
-
-
- Gets the quotation mark character used to enclose the value of a string.
-
-
-
-
- Get or set how time zones are handling when reading JSON.
-
-
-
-
- Get or set how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON.
-
-
-
-
- Get or set how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
-
-
-
-
- Get or set how custom date formatted strings are parsed when reading JSON.
-
-
-
-
- Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a .
-
-
-
-
- Gets the type of the current JSON token.
-
-
-
-
- Gets the text value of the current JSON token.
-
-
-
-
- Gets The Common Language Runtime (CLR) type for the current JSON token.
-
-
-
-
- Gets the depth of the current token in the JSON document.
-
- The depth of the current token in the JSON document.
-
-
-
- Gets the path of the current JSON token.
-
-
-
-
- Gets or sets the culture used when reading JSON. Defaults to .
-
-
-
-
- Specifies the state of the reader.
-
-
-
-
- The Read method has not been called.
-
-
-
-
- The end of the file has been reached successfully.
-
-
-
-
- Reader is at a property.
-
-
-
-
- Reader is at the start of an object.
-
-
-
-
- Reader is in an object.
-
-
-
-
- Reader is at the start of an array.
-
-
-
-
- Reader is in an array.
-
-
-
-
- The Close method has been called.
-
-
-
-
- Reader has just read a value.
-
-
-
-
- Reader is at the start of a constructor.
-
-
-
-
- Reader in a constructor.
-
-
-
-
- An error occurred that prevents the read operation from continuing.
-
-
-
-
- The end of the file has been reached successfully.
-
-
-
-
- Initializes a new instance of the class.
-
- The stream.
-
-
-
- Initializes a new instance of the class.
-
- The reader.
-
-
-
- Initializes a new instance of the class.
-
- The stream.
- if set to true the root object will be read as a JSON array.
- The used when reading values from BSON.
-
-
-
- Initializes a new instance of the class.
-
- The reader.
- if set to true the root object will be read as a JSON array.
- The used when reading values from BSON.
-
-
-
- Reads the next JSON token from the stream as a .
-
-
- A or a null reference if the next JSON token is null. This method will return null at the end of an array.
-
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
-
- A . This method will return null at the end of an array.
-
-
-
-
- Reads the next JSON token from the stream.
-
-
- true if the next token was read successfully; false if there are no more tokens to read.
-
-
-
-
- Changes the to Closed.
-
-
-
-
- Gets or sets a value indicating whether binary data reading should compatible with incorrect Json.NET 3.5 written binary.
-
-
- true if binary data reading will be compatible with incorrect Json.NET 3.5 written binary; otherwise, false.
-
-
-
-
- Gets or sets a value indicating whether the root object will be read as a JSON array.
-
-
- true if the root object will be read as a JSON array; otherwise, false.
-
-
-
-
- Gets or sets the used when reading values from BSON.
-
- The used when reading values from BSON.
-
-
-
- Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data.
-
-
-
-
- Represents a writer that provides a fast, non-cached, forward-only way of generating Json data.
-
-
-
-
- Creates an instance of the JsonWriter class.
-
-
-
-
- Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
-
-
-
-
- Closes this stream and the underlying stream.
-
-
-
-
- Writes the beginning of a Json object.
-
-
-
-
- Writes the end of a Json object.
-
-
-
-
- Writes the beginning of a Json array.
-
-
-
-
- Writes the end of an array.
-
-
-
-
- Writes the start of a constructor with the given name.
-
- The name of the constructor.
-
-
-
- Writes the end constructor.
-
-
-
-
- Writes the property name of a name/value pair on a JSON object.
-
- The name of the property.
-
-
-
- Writes the property name of a name/value pair on a JSON object.
-
- The name of the property.
- A flag to indicate whether the text should be escaped when it is written as a JSON property name.
-
-
-
- Writes the end of the current Json object or array.
-
-
-
-
- Writes the current token and its children.
-
- The to read the token from.
-
-
-
- Writes the current token.
-
- The to read the token from.
- A flag indicating whether the current token's children should be written.
-
-
-
- Writes the specified end token.
-
- The end token to write.
-
-
-
- Writes indent characters.
-
-
-
-
- Writes the JSON value delimiter.
-
-
-
-
- Writes an indent space.
-
-
-
-
- Writes a null value.
-
-
-
-
- Writes an undefined value.
-
-
-
-
- Writes raw JSON without changing the writer's state.
-
- The raw JSON to write.
-
-
-
- Writes raw JSON where a value is expected and updates the writer's state.
-
- The raw JSON to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
- An error will raised if the value cannot be written as a single JSON token.
-
- The value to write.
-
-
-
- Writes out a comment /*...*/ containing the specified text.
-
- Text to place inside the comment.
-
-
-
- Writes out the given white space.
-
- The string of white space characters.
-
-
-
- Sets the state of the JsonWriter,
-
- The JsonToken being written.
- The value being written.
-
-
-
- Gets or sets a value indicating whether the underlying stream or
- should be closed when the writer is closed.
-
-
- true to close the underlying stream or when
- the writer is closed; otherwise false. The default is true.
-
-
-
-
- Gets the top.
-
- The top.
-
-
-
- Gets the state of the writer.
-
-
-
-
- Gets the path of the writer.
-
-
-
-
- Indicates how JSON text output is formatted.
-
-
-
-
- Get or set how dates are written to JSON text.
-
-
-
-
- Get or set how time zones are handling when writing JSON text.
-
-
-
-
- Get or set how strings are escaped when writing JSON text.
-
-
-
-
- Get or set how special floating point numbers, e.g. ,
- and ,
- are written to JSON text.
-
-
-
-
- Get or set how and values are formatting when writing JSON text.
-
-
-
-
- Gets or sets the culture used when writing JSON. Defaults to .
-
-
-
-
- Initializes a new instance of the class.
-
- The stream.
-
-
-
- Initializes a new instance of the class.
-
- The writer.
-
-
-
- Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
-
-
-
-
- Writes the end.
-
- The token.
-
-
-
- Writes out a comment /*...*/ containing the specified text.
-
- Text to place inside the comment.
-
-
-
- Writes the start of a constructor with the given name.
-
- The name of the constructor.
-
-
-
- Writes raw JSON.
-
- The raw JSON to write.
-
-
-
- Writes raw JSON where a value is expected and updates the writer's state.
-
- The raw JSON to write.
-
-
-
- Writes the beginning of a Json array.
-
-
-
-
- Writes the beginning of a Json object.
-
-
-
-
- Writes the property name of a name/value pair on a Json object.
-
- The name of the property.
-
-
-
- Closes this stream and the underlying stream.
-
-
-
-
- Writes a value.
- An error will raised if the value cannot be written as a single JSON token.
-
- The value to write.
-
-
-
- Writes a null value.
-
-
-
-
- Writes an undefined value.
-
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value that represents a BSON object id.
-
- The Object ID value to write.
-
-
-
- Writes a BSON regex.
-
- The regex pattern.
- The regex options.
-
-
-
- Gets or sets the used when writing values to BSON.
- When set to no conversion will occur.
-
- The used when writing values to BSON.
-
-
-
- Represents a BSON Oid (object id).
-
-
-
-
- Initializes a new instance of the class.
-
- The Oid value.
-
-
-
- Gets or sets the value of the Oid.
-
- The value of the Oid.
-
-
-
- Converts a binary value to and from a base 64 string value.
-
-
-
-
- Converts an object to and from JSON.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Gets the of the JSON produced by the JsonConverter.
-
- The of the JSON produced by the JsonConverter.
-
-
-
- Gets a value indicating whether this can read JSON.
-
- true if this can read JSON; otherwise, false.
-
-
-
- Gets a value indicating whether this can write JSON.
-
- true if this can write JSON; otherwise, false.
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Converts a to and from JSON.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified value type.
-
- Type of the value.
-
- true if this instance can convert the specified value type; otherwise, false.
-
-
-
-
- Converts a to and from JSON.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified value type.
-
- Type of the value.
-
- true if this instance can convert the specified value type; otherwise, false.
-
-
-
-
- Create a custom object
-
- The object type to convert.
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Creates an object which will then be populated by the serializer.
-
- Type of the object.
- The created object.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Gets a value indicating whether this can write JSON.
-
-
- true if this can write JSON; otherwise, false.
-
-
-
-
- Provides a base class for converting a to and from JSON.
-
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Converts an Entity Framework EntityKey to and from JSON.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Converts a to and from JSON.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Converts a to and from JSON and BSON.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Converts a to and from JSON and BSON.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Converts an to and from its name string value.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Gets or sets a value indicating whether the written enum text should be camel case.
-
- true if the written enum text will be camel case; otherwise, false.
-
-
-
- Gets or sets a value indicating whether integer values are allowed.
-
- true if integers are allowed; otherwise, false.
-
-
-
- Specifies how constructors are used when initializing objects during deserialization by the .
-
-
-
-
- First attempt to use the public default constructor, then fall back to single paramatized constructor, then the non-public default constructor.
-
-
-
-
- Json.NET will use a non-public default constructor before falling back to a paramatized constructor.
-
-
-
-
- Converts a to and from a string (e.g. "1.2.3.4").
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing property value of the JSON that is being converted.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Specifies how dates are formatted when writing JSON text.
-
-
-
-
- Dates are written in the ISO 8601 format, e.g. "2012-03-21T05:40Z".
-
-
-
-
- Dates are written in the Microsoft JSON format, e.g. "\/Date(1198908717056)\/".
-
-
-
-
- Specifies how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON text.
-
-
-
-
- Date formatted strings are not parsed to a date type and are read as strings.
-
-
-
-
- Date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed to .
-
-
-
-
- Date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed to .
-
-
-
-
- Specifies how to treat the time value when converting between string and .
-
-
-
-
- Treat as local time. If the object represents a Coordinated Universal Time (UTC), it is converted to the local time.
-
-
-
-
- Treat as a UTC. If the object represents a local time, it is converted to a UTC.
-
-
-
-
- Treat as a local time if a is being converted to a string.
- If a string is being converted to , convert to a local time if a time zone is specified.
-
-
-
-
- Time zone information should be preserved when converting.
-
-
-
-
- Specifies float format handling options when writing special floating point numbers, e.g. ,
- and with .
-
-
-
-
- Write special floating point values as strings in JSON, e.g. "NaN", "Infinity", "-Infinity".
-
-
-
-
- Write special floating point values as symbols in JSON, e.g. NaN, Infinity, -Infinity.
- Note that this will produce non-valid JSON.
-
-
-
-
- Write special floating point values as the property's default value in JSON, e.g. 0.0 for a property, null for a property.
-
-
-
-
- Specifies how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
-
-
-
-
- Floating point numbers are parsed to .
-
-
-
-
- Floating point numbers are parsed to .
-
-
-
-
- Specifies formatting options for the .
-
-
-
-
- No special formatting is applied. This is the default.
-
-
-
-
- Causes child objects to be indented according to the and settings.
-
-
-
-
- Instructs the to use the specified constructor when deserializing that object.
-
-
-
-
- Instructs the how to serialize the collection.
-
-
-
-
- Instructs the how to serialize the object.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class with the specified container Id.
-
- The container Id.
-
-
-
- Gets or sets the id.
-
- The id.
-
-
-
- Gets or sets the title.
-
- The title.
-
-
-
- Gets or sets the description.
-
- The description.
-
-
-
- Gets the collection's items converter.
-
- The collection's items converter.
-
-
-
- Gets or sets a value that indicates whether to preserve object references.
-
-
- true to keep object reference; otherwise, false. The default is false.
-
-
-
-
- Gets or sets a value that indicates whether to preserve collection's items references.
-
-
- true to keep collection's items object references; otherwise, false. The default is false.
-
-
-
-
- Gets or sets the reference loop handling used when serializing the collection's items.
-
- The reference loop handling.
-
-
-
- Gets or sets the type name handling used when serializing the collection's items.
-
- The type name handling.
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class with the specified container Id.
-
- The container Id.
-
-
-
- The exception thrown when an error occurs during Json serialization or deserialization.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class
- with a specified error message.
-
- The error message that explains the reason for the exception.
-
-
-
- Initializes a new instance of the class
- with a specified error message and a reference to the inner exception that is the cause of this exception.
-
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
-
-
-
- Initializes a new instance of the class.
-
- The that holds the serialized object data about the exception being thrown.
- The that contains contextual information about the source or destination.
- The parameter is null.
- The class name is null or is zero (0).
-
-
-
- Instructs the to deserialize properties with no matching class member into the specified collection
- and write values during serialization.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Gets or sets a value that indicates whether to write extension data when serializing the object.
-
-
- true to write extension data when serializing the object; otherwise, false. The default is true.
-
-
-
-
- Gets or sets a value that indicates whether to read extension data when deserializing the object.
-
-
- true to read extension data when deserializing the object; otherwise, false. The default is true.
-
-
-
-
- Represents a view of a .
-
-
-
-
- Initializes a new instance of the class.
-
- The name.
-
-
-
- When overridden in a derived class, returns whether resetting an object changes its value.
-
-
- true if resetting the component changes its value; otherwise, false.
-
- The component to test for reset capability.
-
-
-
-
- When overridden in a derived class, gets the current value of the property on a component.
-
-
- The value of a property for a given component.
-
- The component with the property for which to retrieve the value.
-
-
-
-
- When overridden in a derived class, resets the value for this property of the component to the default value.
-
- The component with the property value that is to be reset to the default value.
-
-
-
-
- When overridden in a derived class, sets the value of the component to a different value.
-
- The component with the property value that is to be set.
- The new value.
-
-
-
-
- When overridden in a derived class, determines a value indicating whether the value of this property needs to be persisted.
-
-
- true if the property should be persisted; otherwise, false.
-
- The component with the property to be examined for persistence.
-
-
-
-
- When overridden in a derived class, gets the type of the component this property is bound to.
-
-
- A that represents the type of component this property is bound to. When the or methods are invoked, the object specified might be an instance of this type.
-
-
-
-
- When overridden in a derived class, gets a value indicating whether this property is read-only.
-
-
- true if the property is read-only; otherwise, false.
-
-
-
-
- When overridden in a derived class, gets the type of the property.
-
-
- A that represents the type of the property.
-
-
-
-
- Gets the hash code for the name of the member.
-
-
-
- The hash code for the name of the member.
-
-
-
-
- Specifies metadata property handling options for the .
-
-
-
-
- Read metadata properties located at the start of a JSON object.
-
-
-
-
- Read metadata properties located anywhere in a JSON object. Note that this setting will impact performance.
-
-
-
-
- Represents a trace writer that writes to the application's instances.
-
-
-
-
- Represents a trace writer.
-
-
-
-
- Writes the specified trace level, message and optional exception.
-
- The at which to write this trace.
- The trace message.
- The trace exception. This parameter is optional.
-
-
-
- Gets the that will be used to filter the trace messages passed to the writer.
- For example a filter level of Info will exclude Verbose messages and include Info,
- Warning and Error messages.
-
- The that will be used to filter the trace messages passed to the writer.
-
-
-
- Writes the specified trace level, message and optional exception.
-
- The at which to write this trace.
- The trace message.
- The trace exception. This parameter is optional.
-
-
-
- Gets the that will be used to filter the trace messages passed to the writer.
- For example a filter level of Info will exclude Verbose messages and include Info,
- Warning and Error messages.
-
-
- The that will be used to filter the trace messages passed to the writer.
-
-
-
-
- Contract details for a used by the .
-
-
-
-
- Contract details for a used by the .
-
-
-
-
- Gets the underlying type for the contract.
-
- The underlying type for the contract.
-
-
-
- Gets or sets the type created during deserialization.
-
- The type created during deserialization.
-
-
-
- Gets or sets whether this type contract is serialized as a reference.
-
- Whether this type contract is serialized as a reference.
-
-
-
- Gets or sets the default for this contract.
-
- The converter.
-
-
-
- Gets or sets all methods called immediately after deserialization of the object.
-
- The methods called immediately after deserialization of the object.
-
-
-
- Gets or sets all methods called during deserialization of the object.
-
- The methods called during deserialization of the object.
-
-
-
- Gets or sets all methods called after serialization of the object graph.
-
- The methods called after serialization of the object graph.
-
-
-
- Gets or sets all methods called before serialization of the object.
-
- The methods called before serialization of the object.
-
-
-
- Gets or sets all method called when an error is thrown during the serialization of the object.
-
- The methods called when an error is thrown during the serialization of the object.
-
-
-
- Gets or sets the method called immediately after deserialization of the object.
-
- The method called immediately after deserialization of the object.
-
-
-
- Gets or sets the method called during deserialization of the object.
-
- The method called during deserialization of the object.
-
-
-
- Gets or sets the method called after serialization of the object graph.
-
- The method called after serialization of the object graph.
-
-
-
- Gets or sets the method called before serialization of the object.
-
- The method called before serialization of the object.
-
-
-
- Gets or sets the method called when an error is thrown during the serialization of the object.
-
- The method called when an error is thrown during the serialization of the object.
-
-
-
- Gets or sets the default creator method used to create the object.
-
- The default creator method used to create the object.
-
-
-
- Gets or sets a value indicating whether the default creator is non public.
-
- true if the default object creator is non-public; otherwise, false.
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Gets or sets the default collection items .
-
- The converter.
-
-
-
- Gets or sets a value indicating whether the collection items preserve object references.
-
- true if collection items preserve object references; otherwise, false.
-
-
-
- Gets or sets the collection item reference loop handling.
-
- The reference loop handling.
-
-
-
- Gets or sets the collection item type name handling.
-
- The type name handling.
-
-
-
- Represents a trace writer that writes to memory. When the trace message limit is
- reached then old trace messages will be removed as new messages are added.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Writes the specified trace level, message and optional exception.
-
- The at which to write this trace.
- The trace message.
- The trace exception. This parameter is optional.
-
-
-
- Returns an enumeration of the most recent trace messages.
-
- An enumeration of the most recent trace messages.
-
-
-
- Returns a of the most recent trace messages.
-
-
- A of the most recent trace messages.
-
-
-
-
- Gets the that will be used to filter the trace messages passed to the writer.
- For example a filter level of Info will exclude Verbose messages and include Info,
- Warning and Error messages.
-
-
- The that will be used to filter the trace messages passed to the writer.
-
-
-
-
- Provides an interface to enable a class to return line and position information.
-
-
-
-
- Gets a value indicating whether the class can return line information.
-
-
- true if LineNumber and LinePosition can be provided; otherwise, false.
-
-
-
-
- Gets the current line number.
-
- The current line number or 0 if no line information is available (for example, HasLineInfo returns false).
-
-
-
- Gets the current line position.
-
- The current line position or 0 if no line information is available (for example, HasLineInfo returns false).
-
-
-
- Specifies how strings are escaped when writing JSON text.
-
-
-
-
- Only control characters (e.g. newline) are escaped.
-
-
-
-
- All non-ASCII and control characters (e.g. newline) are escaped.
-
-
-
-
- HTML (<, >, &, ', ") and control characters (e.g. newline) are escaped.
-
-
-
-
- Represents a raw JSON string.
-
-
-
-
- Represents a value in JSON (string, integer, date, etc).
-
-
-
-
- Represents an abstract JSON token.
-
-
-
-
- Represents a collection of objects.
-
- The type of token
-
-
-
- Gets the with the specified key.
-
-
-
-
-
- Compares the values of two tokens, including the values of all descendant tokens.
-
- The first to compare.
- The second to compare.
- true if the tokens are equal; otherwise false.
-
-
-
- Adds the specified content immediately after this token.
-
- A content object that contains simple content or a collection of content objects to be added after this token.
-
-
-
- Adds the specified content immediately before this token.
-
- A content object that contains simple content or a collection of content objects to be added before this token.
-
-
-
- Returns a collection of the ancestor tokens of this token.
-
- A collection of the ancestor tokens of this token.
-
-
-
- Returns a collection of the sibling tokens after this token, in document order.
-
- A collection of the sibling tokens after this tokens, in document order.
-
-
-
- Returns a collection of the sibling tokens before this token, in document order.
-
- A collection of the sibling tokens before this token, in document order.
-
-
-
- Gets the with the specified key converted to the specified type.
-
- The type to convert the token to.
- The token key.
- The converted token value.
-
-
-
- Returns a collection of the child tokens of this token, in document order.
-
- An of containing the child tokens of this , in document order.
-
-
-
- Returns a collection of the child tokens of this token, in document order, filtered by the specified type.
-
- The type to filter the child tokens on.
- A containing the child tokens of this , in document order.
-
-
-
- Returns a collection of the child values of this token, in document order.
-
- The type to convert the values to.
- A containing the child values of this , in document order.
-
-
-
- Removes this token from its parent.
-
-
-
-
- Replaces this token with the specified token.
-
- The value.
-
-
-
- Writes this token to a .
-
- A into which this method will write.
- A collection of which will be used when writing the token.
-
-
-
- Returns the indented JSON for this token.
-
-
- The indented JSON for this token.
-
-
-
-
- Returns the JSON for this token using the given formatting and converters.
-
- Indicates how the output is formatted.
- A collection of which will be used when writing the token.
- The JSON for this token using the given formatting and converters.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Creates an for this token.
-
- An that can be used to read this token and its descendants.
-
-
-
- Creates a from an object.
-
- The object that will be used to create .
- A with the value of the specified object
-
-
-
- Creates a from an object using the specified .
-
- The object that will be used to create .
- The that will be used when reading the object.
- A with the value of the specified object
-
-
-
- Creates the specified .NET type from the .
-
- The object type that the token will be deserialized to.
- The new object created from the JSON value.
-
-
-
- Creates the specified .NET type from the .
-
- The object type that the token will be deserialized to.
- The new object created from the JSON value.
-
-
-
- Creates the specified .NET type from the using the specified .
-
- The object type that the token will be deserialized to.
- The that will be used when creating the object.
- The new object created from the JSON value.
-
-
-
- Creates the specified .NET type from the using the specified .
-
- The object type that the token will be deserialized to.
- The that will be used when creating the object.
- The new object created from the JSON value.
-
-
-
- Creates a from a .
-
- An positioned at the token to read into this .
-
- An that contains the token and its descendant tokens
- that were read from the reader. The runtime type of the token is determined
- by the token type of the first token encountered in the reader.
-
-
-
-
- Load a from a string that contains JSON.
-
- A that contains JSON.
- A populated from the string that contains JSON.
-
-
-
- Creates a from a .
-
- An positioned at the token to read into this .
-
- An that contains the token and its descendant tokens
- that were read from the reader. The runtime type of the token is determined
- by the token type of the first token encountered in the reader.
-
-
-
-
- Selects a using a JPath expression. Selects the token that matches the object path.
-
-
- A that contains a JPath expression.
-
- A , or null.
-
-
-
- Selects a using a JPath expression. Selects the token that matches the object path.
-
-
- A that contains a JPath expression.
-
- A flag to indicate whether an error should be thrown if no tokens are found when evaluating part of the expression.
- A .
-
-
-
- Selects a collection of elements using a JPath expression.
-
-
- A that contains a JPath expression.
-
- An that contains the selected elements.
-
-
-
- Selects a collection of elements using a JPath expression.
-
-
- A that contains a JPath expression.
-
- A flag to indicate whether an error should be thrown if no tokens are found when evaluating part of the expression.
- An that contains the selected elements.
-
-
-
- Creates a new instance of the . All child tokens are recursively cloned.
-
- A new instance of the .
-
-
-
- Gets a comparer that can compare two tokens for value equality.
-
- A that can compare two nodes for value equality.
-
-
-
- Gets or sets the parent.
-
- The parent.
-
-
-
- Gets the root of this .
-
- The root of this .
-
-
-
- Gets the node type for this .
-
- The type.
-
-
-
- Gets a value indicating whether this token has child tokens.
-
-
- true if this token has child values; otherwise, false.
-
-
-
-
- Gets the next sibling token of this node.
-
- The that contains the next sibling token.
-
-
-
- Gets the previous sibling token of this node.
-
- The that contains the previous sibling token.
-
-
-
- Gets the path of the JSON token.
-
-
-
-
- Gets the with the specified key.
-
- The with the specified key.
-
-
-
- Get the first child token of this token.
-
- A containing the first child token of the .
-
-
-
- Get the last child token of this token.
-
- A containing the last child token of the .
-
-
-
- Initializes a new instance of the class from another object.
-
- A object to copy from.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Creates a comment with the given value.
-
- The value.
- A comment with the given value.
-
-
-
- Creates a string with the given value.
-
- The value.
- A string with the given value.
-
-
-
- Writes this token to a .
-
- A into which this method will write.
- A collection of which will be used when writing the token.
-
-
-
- Indicates whether the current object is equal to another object of the same type.
-
-
- true if the current object is equal to the parameter; otherwise, false.
-
- An object to compare with this object.
-
-
-
- Determines whether the specified is equal to the current .
-
- The to compare with the current .
-
- true if the specified is equal to the current ; otherwise, false.
-
-
- The parameter is null.
-
-
-
-
- Serves as a hash function for a particular type.
-
-
- A hash code for the current .
-
-
-
-
- Returns a that represents this instance.
-
-
- A that represents this instance.
-
-
-
-
- Returns a that represents this instance.
-
- The format.
-
- A that represents this instance.
-
-
-
-
- Returns a that represents this instance.
-
- The format provider.
-
- A that represents this instance.
-
-
-
-
- Returns a that represents this instance.
-
- The format.
- The format provider.
-
- A that represents this instance.
-
-
-
-
- Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
-
- An object to compare with this instance.
-
- A 32-bit signed integer that indicates the relative order of the objects being compared. The return value has these meanings:
- Value
- Meaning
- Less than zero
- This instance is less than .
- Zero
- This instance is equal to .
- Greater than zero
- This instance is greater than .
-
-
- is not the same type as this instance.
-
-
-
-
- Gets a value indicating whether this token has child tokens.
-
-
- true if this token has child values; otherwise, false.
-
-
-
-
- Gets the node type for this .
-
- The type.
-
-
-
- Gets or sets the underlying token value.
-
- The underlying token value.
-
-
-
- Initializes a new instance of the class from another object.
-
- A object to copy from.
-
-
-
- Initializes a new instance of the class.
-
- The raw json.
-
-
-
- Creates an instance of with the content of the reader's current token.
-
- The reader.
- An instance of with the content of the reader's current token.
-
-
-
- Indicating whether a property is required.
-
-
-
-
- The property is not required. The default state.
-
-
-
-
- The property must be defined in JSON but can be a null value.
-
-
-
-
- The property must be defined in JSON and cannot be a null value.
-
-
-
-
- Contract details for a used by the .
-
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Gets or sets the ISerializable object constructor.
-
- The ISerializable object constructor.
-
-
-
- Contract details for a used by the .
-
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Contract details for a used by the .
-
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Get and set values for a using dynamic methods.
-
-
-
-
- Provides methods to get and set values.
-
-
-
-
- Sets the value.
-
- The target to set the value on.
- The value to set on the target.
-
-
-
- Gets the value.
-
- The target to get the value from.
- The value.
-
-
-
- Initializes a new instance of the class.
-
- The member info.
-
-
-
- Sets the value.
-
- The target to set the value on.
- The value to set on the target.
-
-
-
- Gets the value.
-
- The target to get the value from.
- The value.
-
-
-
- Provides data for the Error event.
-
-
-
-
- Initializes a new instance of the class.
-
- The current object.
- The error context.
-
-
-
- Gets the current object the error event is being raised against.
-
- The current object the error event is being raised against.
-
-
-
- Gets the error context.
-
- The error context.
-
-
-
- Used to resolve references when serializing and deserializing JSON by the .
-
-
-
-
- Resolves a reference to its object.
-
- The serialization context.
- The reference to resolve.
- The object that
-
-
-
- Gets the reference for the sepecified object.
-
- The serialization context.
- The object to get a reference for.
- The reference to the object.
-
-
-
- Determines whether the specified object is referenced.
-
- The serialization context.
- The object to test for a reference.
-
- true if the specified object is referenced; otherwise, false.
-
-
-
-
- Adds a reference to the specified object.
-
- The serialization context.
- The reference.
- The object to reference.
-
-
-
- Specifies reference handling options for the .
- Note that references cannot be preserved when a value is set via a non-default constructor such as types that implement ISerializable.
-
-
-
-
-
-
-
- Do not preserve references when serializing types.
-
-
-
-
- Preserve references when serializing into a JSON object structure.
-
-
-
-
- Preserve references when serializing into a JSON array structure.
-
-
-
-
- Preserve references when serializing.
-
-
-
-
- Instructs the how to serialize the collection.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class with a flag indicating whether the array can contain null items
-
- A flag indicating whether the array can contain null items.
-
-
-
- Initializes a new instance of the class with the specified container Id.
-
- The container Id.
-
-
-
- Gets or sets a value indicating whether null items are allowed in the collection.
-
- true if null items are allowed in the collection; otherwise, false.
-
-
-
- Specifies default value handling options for the .
-
-
-
-
-
-
-
-
- Include members where the member value is the same as the member's default value when serializing objects.
- Included members are written to JSON. Has no effect when deserializing.
-
-
-
-
- Ignore members where the member value is the same as the member's default value when serializing objects
- so that is is not written to JSON.
- This option will ignore all default values (e.g. null for objects and nullable types; 0 for integers,
- decimals and floating point numbers; and false for booleans). The default value ignored can be changed by
- placing the on the property.
-
-
-
-
- Members with a default value but no JSON will be set to their default value when deserializing.
-
-
-
-
- Ignore members where the member value is the same as the member's default value when serializing objects
- and sets members to their default value when deserializing.
-
-
-
-
- Instructs the to use the specified when serializing the member or class.
-
-
-
-
- Initializes a new instance of the class.
-
- Type of the converter.
-
-
-
- Gets the type of the converter.
-
- The type of the converter.
-
-
-
- Instructs the how to serialize the object.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class with the specified member serialization.
-
- The member serialization.
-
-
-
- Initializes a new instance of the class with the specified container Id.
-
- The container Id.
-
-
-
- Gets or sets the member serialization.
-
- The member serialization.
-
-
-
- Gets or sets a value that indicates whether the object's properties are required.
-
-
- A value indicating whether the object's properties are required.
-
-
-
-
- Specifies the settings on a object.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Gets or sets how reference loops (e.g. a class referencing itself) is handled.
-
- Reference loop handling.
-
-
-
- Gets or sets how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization.
-
- Missing member handling.
-
-
-
- Gets or sets how objects are created during deserialization.
-
- The object creation handling.
-
-
-
- Gets or sets how null values are handled during serialization and deserialization.
-
- Null value handling.
-
-
-
- Gets or sets how null default are handled during serialization and deserialization.
-
- The default value handling.
-
-
-
- Gets or sets a collection that will be used during serialization.
-
- The converters.
-
-
-
- Gets or sets how object references are preserved by the serializer.
-
- The preserve references handling.
-
-
-
- Gets or sets how type name writing and reading is handled by the serializer.
-
- The type name handling.
-
-
-
- Gets or sets how metadata properties are used during deserialization.
-
- The metadata properties handling.
-
-
-
- Gets or sets how a type name assembly is written and resolved by the serializer.
-
- The type name assembly format.
-
-
-
- Gets or sets how constructors are used during deserialization.
-
- The constructor handling.
-
-
-
- Gets or sets the contract resolver used by the serializer when
- serializing .NET objects to JSON and vice versa.
-
- The contract resolver.
-
-
-
- Gets or sets the used by the serializer when resolving references.
-
- The reference resolver.
-
-
-
- Gets or sets the used by the serializer when writing trace messages.
-
- The trace writer.
-
-
-
- Gets or sets the used by the serializer when resolving type names.
-
- The binder.
-
-
-
- Gets or sets the error handler called during serialization and deserialization.
-
- The error handler called during serialization and deserialization.
-
-
-
- Gets or sets the used by the serializer when invoking serialization callback methods.
-
- The context.
-
-
-
- Get or set how and values are formatting when writing JSON text.
-
-
-
-
- Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a .
-
-
-
-
- Indicates how JSON text output is formatted.
-
-
-
-
- Get or set how dates are written to JSON text.
-
-
-
-
- Get or set how time zones are handling during serialization and deserialization.
-
-
-
-
- Get or set how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON.
-
-
-
-
- Get or set how special floating point numbers, e.g. ,
- and ,
- are written as JSON.
-
-
-
-
- Get or set how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
-
-
-
-
- Get or set how strings are escaped when writing JSON text.
-
-
-
-
- Gets or sets the culture used when reading JSON. Defaults to .
-
-
-
-
- Gets a value indicating whether there will be a check for additional content after deserializing an object.
-
-
- true if there will be a check for additional content after deserializing an object; otherwise, false.
-
-
-
-
- Represents a reader that provides validation.
-
-
-
-
- Initializes a new instance of the class that
- validates the content returned from the given .
-
- The to read from while validating.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A .
-
-
-
- Reads the next JSON token from the stream as a .
-
-
- A or a null reference if the next JSON token is null.
-
-
-
-
- Reads the next JSON token from the stream as a .
-
- A .
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A .
-
-
-
- Reads the next JSON token from the stream.
-
-
- true if the next token was read successfully; false if there are no more tokens to read.
-
-
-
-
- Sets an event handler for receiving schema validation errors.
-
-
-
-
- Gets the text value of the current JSON token.
-
-
-
-
-
- Gets the depth of the current token in the JSON document.
-
- The depth of the current token in the JSON document.
-
-
-
- Gets the path of the current JSON token.
-
-
-
-
- Gets the quotation mark character used to enclose the value of a string.
-
-
-
-
-
- Gets the type of the current JSON token.
-
-
-
-
-
- Gets the Common Language Runtime (CLR) type for the current JSON token.
-
-
-
-
-
- Gets or sets the schema.
-
- The schema.
-
-
-
- Gets the used to construct this .
-
- The specified in the constructor.
-
-
-
- Compares tokens to determine whether they are equal.
-
-
-
-
- Determines whether the specified objects are equal.
-
- The first object of type to compare.
- The second object of type to compare.
-
- true if the specified objects are equal; otherwise, false.
-
-
-
-
- Returns a hash code for the specified object.
-
- The for which a hash code is to be returned.
- A hash code for the specified object.
- The type of is a reference type and is null.
-
-
-
- Specifies the member serialization options for the .
-
-
-
-
- All public members are serialized by default. Members can be excluded using or .
- This is the default member serialization mode.
-
-
-
-
- Only members must be marked with or are serialized.
- This member serialization mode can also be set by marking the class with .
-
-
-
-
- All public and private fields are serialized. Members can be excluded using or .
- This member serialization mode can also be set by marking the class with
- and setting IgnoreSerializableAttribute on to false.
-
-
-
-
- Specifies how object creation is handled by the .
-
-
-
-
- Reuse existing objects, create new objects when needed.
-
-
-
-
- Only reuse existing objects.
-
-
-
-
- Always create new objects.
-
-
-
-
- Converts a to and from the ISO 8601 date format (e.g. 2008-04-12T12:53Z).
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Gets or sets the date time styles used when converting a date to and from JSON.
-
- The date time styles used when converting a date to and from JSON.
-
-
-
- Gets or sets the date time format used when converting a date to and from JSON.
-
- The date time format used when converting a date to and from JSON.
-
-
-
- Gets or sets the culture used when converting a date to and from JSON.
-
- The culture used when converting a date to and from JSON.
-
-
-
- Converts a to and from a JavaScript date constructor (e.g. new Date(52231943)).
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing property value of the JSON that is being converted.
- The calling serializer.
- The object value.
-
-
-
- Converts XML to and from JSON.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The calling serializer.
- The value.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Checks if the attributeName is a namespace attribute.
-
- Attribute name to test.
- The attribute name prefix if it has one, otherwise an empty string.
- True if attribute name is for a namespace attribute, otherwise false.
-
-
-
- Determines whether this instance can convert the specified value type.
-
- Type of the value.
-
- true if this instance can convert the specified value type; otherwise, false.
-
-
-
-
- Gets or sets the name of the root element to insert when deserializing to XML if the JSON structure has produces multiple root elements.
-
- The name of the deserialize root element.
-
-
-
- Gets or sets a flag to indicate whether to write the Json.NET array attribute.
- This attribute helps preserve arrays when converting the written XML back to JSON.
-
- true if the array attibute is written to the XML; otherwise, false.
-
-
-
- Gets or sets a value indicating whether to write the root JSON object.
-
- true if the JSON root object is omitted; otherwise, false.
-
-
-
- Represents a reader that provides fast, non-cached, forward-only access to JSON text data.
-
-
-
-
- Initializes a new instance of the class with the specified .
-
- The TextReader containing the XML data to read.
-
-
-
- Reads the next JSON token from the stream.
-
-
- true if the next token was read successfully; false if there are no more tokens to read.
-
-
-
-
- Reads the next JSON token from the stream as a .
-
-
- A or a null reference if the next JSON token is null. This method will return null at the end of an array.
-
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Changes the state to closed.
-
-
-
-
- Gets a value indicating whether the class can return line information.
-
-
- true if LineNumber and LinePosition can be provided; otherwise, false.
-
-
-
-
- Gets the current line number.
-
-
- The current line number or 0 if no line information is available (for example, HasLineInfo returns false).
-
-
-
-
- Gets the current line position.
-
-
- The current line position or 0 if no line information is available (for example, HasLineInfo returns false).
-
-
-
-
- Instructs the to always serialize the member with the specified name.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class with the specified name.
-
- Name of the property.
-
-
-
- Gets or sets the converter used when serializing the property's collection items.
-
- The collection's items converter.
-
-
-
- Gets or sets the null value handling used when serializing this property.
-
- The null value handling.
-
-
-
- Gets or sets the default value handling used when serializing this property.
-
- The default value handling.
-
-
-
- Gets or sets the reference loop handling used when serializing this property.
-
- The reference loop handling.
-
-
-
- Gets or sets the object creation handling used when deserializing this property.
-
- The object creation handling.
-
-
-
- Gets or sets the type name handling used when serializing this property.
-
- The type name handling.
-
-
-
- Gets or sets whether this property's value is serialized as a reference.
-
- Whether this property's value is serialized as a reference.
-
-
-
- Gets or sets the order of serialization and deserialization of a member.
-
- The numeric order of serialization or deserialization.
-
-
-
- Gets or sets a value indicating whether this property is required.
-
-
- A value indicating whether this property is required.
-
-
-
-
- Gets or sets the name of the property.
-
- The name of the property.
-
-
-
- Gets or sets the the reference loop handling used when serializing the property's collection items.
-
- The collection's items reference loop handling.
-
-
-
- Gets or sets the the type name handling used when serializing the property's collection items.
-
- The collection's items type name handling.
-
-
-
- Gets or sets whether this property's collection items are serialized as a reference.
-
- Whether this property's collection items are serialized as a reference.
-
-
-
- Instructs the not to serialize the public field or public read/write property value.
-
-
-
-
- Represents a writer that provides a fast, non-cached, forward-only way of generating Json data.
-
-
-
-
- Creates an instance of the JsonWriter class using the specified .
-
- The TextWriter to write to.
-
-
-
- Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
-
-
-
-
- Closes this stream and the underlying stream.
-
-
-
-
- Writes the beginning of a Json object.
-
-
-
-
- Writes the beginning of a Json array.
-
-
-
-
- Writes the start of a constructor with the given name.
-
- The name of the constructor.
-
-
-
- Writes the specified end token.
-
- The end token to write.
-
-
-
- Writes the property name of a name/value pair on a Json object.
-
- The name of the property.
-
-
-
- Writes the property name of a name/value pair on a JSON object.
-
- The name of the property.
- A flag to indicate whether the text should be escaped when it is written as a JSON property name.
-
-
-
- Writes indent characters.
-
-
-
-
- Writes the JSON value delimiter.
-
-
-
-
- Writes an indent space.
-
-
-
-
- Writes a value.
- An error will raised if the value cannot be written as a single JSON token.
-
- The value to write.
-
-
-
- Writes a null value.
-
-
-
-
- Writes an undefined value.
-
-
-
-
- Writes raw JSON.
-
- The raw JSON to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes out a comment /*...*/ containing the specified text.
-
- Text to place inside the comment.
-
-
-
- Writes out the given white space.
-
- The string of white space characters.
-
-
-
- Gets or sets how many IndentChars to write for each level in the hierarchy when is set to Formatting.Indented.
-
-
-
-
- Gets or sets which character to use to quote attribute values.
-
-
-
-
- Gets or sets which character to use for indenting when is set to Formatting.Indented.
-
-
-
-
- Gets or sets a value indicating whether object names will be surrounded with quotes.
-
-
-
-
- The exception thrown when an error occurs while reading Json text.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class
- with a specified error message.
-
- The error message that explains the reason for the exception.
-
-
-
- Initializes a new instance of the class
- with a specified error message and a reference to the inner exception that is the cause of this exception.
-
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
-
-
-
- Initializes a new instance of the class.
-
- The that holds the serialized object data about the exception being thrown.
- The that contains contextual information about the source or destination.
- The parameter is null.
- The class name is null or is zero (0).
-
-
-
- Gets the path to the JSON where the error occurred.
-
- The path to the JSON where the error occurred.
-
-
-
- The exception thrown when an error occurs while reading Json text.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class
- with a specified error message.
-
- The error message that explains the reason for the exception.
-
-
-
- Initializes a new instance of the class
- with a specified error message and a reference to the inner exception that is the cause of this exception.
-
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
-
-
-
- Initializes a new instance of the class.
-
- The that holds the serialized object data about the exception being thrown.
- The that contains contextual information about the source or destination.
- The parameter is null.
- The class name is null or is zero (0).
-
-
-
- Gets the line number indicating where the error occurred.
-
- The line number indicating where the error occurred.
-
-
-
- Gets the line position indicating where the error occurred.
-
- The line position indicating where the error occurred.
-
-
-
- Gets the path to the JSON where the error occurred.
-
- The path to the JSON where the error occurred.
-
-
-
- Represents a collection of .
-
-
-
-
- Provides methods for converting between common language runtime types and JSON types.
-
-
-
-
-
-
-
- Represents JavaScript's boolean value true as a string. This field is read-only.
-
-
-
-
- Represents JavaScript's boolean value false as a string. This field is read-only.
-
-
-
-
- Represents JavaScript's null as a string. This field is read-only.
-
-
-
-
- Represents JavaScript's undefined as a string. This field is read-only.
-
-
-
-
- Represents JavaScript's positive infinity as a string. This field is read-only.
-
-
-
-
- Represents JavaScript's negative infinity as a string. This field is read-only.
-
-
-
-
- Represents JavaScript's NaN as a string. This field is read-only.
-
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation using the specified.
-
- The value to convert.
- The format the date will be converted to.
- The time zone handling when the date is converted to a string.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation using the specified.
-
- The value to convert.
- The format the date will be converted to.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- The string delimiter character.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Serializes the specified object to a JSON string.
-
- The object to serialize.
- A JSON string representation of the object.
-
-
-
- Serializes the specified object to a JSON string using formatting.
-
- The object to serialize.
- Indicates how the output is formatted.
-
- A JSON string representation of the object.
-
-
-
-
- Serializes the specified object to a JSON string using a collection of .
-
- The object to serialize.
- A collection converters used while serializing.
- A JSON string representation of the object.
-
-
-
- Serializes the specified object to a JSON string using formatting and a collection of .
-
- The object to serialize.
- Indicates how the output is formatted.
- A collection converters used while serializing.
- A JSON string representation of the object.
-
-
-
- Serializes the specified object to a JSON string using .
-
- The object to serialize.
- The used to serialize the object.
- If this is null, default serialization settings will be is used.
-
- A JSON string representation of the object.
-
-
-
-
- Serializes the specified object to a JSON string using a type, formatting and .
-
- The object to serialize.
- The used to serialize the object.
- If this is null, default serialization settings will be is used.
-
- The type of the value being serialized.
- This parameter is used when is Auto to write out the type name if the type of the value does not match.
- Specifing the type is optional.
-
-
- A JSON string representation of the object.
-
-
-
-
- Serializes the specified object to a JSON string using formatting and .
-
- The object to serialize.
- Indicates how the output is formatted.
- The used to serialize the object.
- If this is null, default serialization settings will be is used.
-
- A JSON string representation of the object.
-
-
-
-
- Serializes the specified object to a JSON string using a type, formatting and .
-
- The object to serialize.
- Indicates how the output is formatted.
- The used to serialize the object.
- If this is null, default serialization settings will be is used.
-
- The type of the value being serialized.
- This parameter is used when is Auto to write out the type name if the type of the value does not match.
- Specifing the type is optional.
-
-
- A JSON string representation of the object.
-
-
-
-
- Deserializes the JSON to a .NET object.
-
- The JSON to deserialize.
- The deserialized object from the Json string.
-
-
-
- Deserializes the JSON to a .NET object using .
-
- The JSON to deserialize.
-
- The used to deserialize the object.
- If this is null, default serialization settings will be is used.
-
- The deserialized object from the JSON string.
-
-
-
- Deserializes the JSON to the specified .NET type.
-
- The JSON to deserialize.
- The of object being deserialized.
- The deserialized object from the Json string.
-
-
-
- Deserializes the JSON to the specified .NET type.
-
- The type of the object to deserialize to.
- The JSON to deserialize.
- The deserialized object from the Json string.
-
-
-
- Deserializes the JSON to the given anonymous type.
-
-
- The anonymous type to deserialize to. This can't be specified
- traditionally and must be infered from the anonymous type passed
- as a parameter.
-
- The JSON to deserialize.
- The anonymous type object.
- The deserialized anonymous type from the JSON string.
-
-
-
- Deserializes the JSON to the given anonymous type using .
-
-
- The anonymous type to deserialize to. This can't be specified
- traditionally and must be infered from the anonymous type passed
- as a parameter.
-
- The JSON to deserialize.
- The anonymous type object.
-
- The used to deserialize the object.
- If this is null, default serialization settings will be is used.
-
- The deserialized anonymous type from the JSON string.
-
-
-
- Deserializes the JSON to the specified .NET type using a collection of .
-
- The type of the object to deserialize to.
- The JSON to deserialize.
- Converters to use while deserializing.
- The deserialized object from the JSON string.
-
-
-
- Deserializes the JSON to the specified .NET type using .
-
- The type of the object to deserialize to.
- The object to deserialize.
-
- The used to deserialize the object.
- If this is null, default serialization settings will be is used.
-
- The deserialized object from the JSON string.
-
-
-
- Deserializes the JSON to the specified .NET type using a collection of .
-
- The JSON to deserialize.
- The type of the object to deserialize.
- Converters to use while deserializing.
- The deserialized object from the JSON string.
-
-
-
- Deserializes the JSON to the specified .NET type using .
-
- The JSON to deserialize.
- The type of the object to deserialize to.
-
- The used to deserialize the object.
- If this is null, default serialization settings will be is used.
-
- The deserialized object from the JSON string.
-
-
-
- Populates the object with values from the JSON string.
-
- The JSON to populate values from.
- The target object to populate values onto.
-
-
-
- Populates the object with values from the JSON string using .
-
- The JSON to populate values from.
- The target object to populate values onto.
-
- The used to deserialize the object.
- If this is null, default serialization settings will be is used.
-
-
-
-
- Serializes the XML node to a JSON string.
-
- The node to serialize.
- A JSON string of the XmlNode.
-
-
-
- Serializes the XML node to a JSON string using formatting.
-
- The node to serialize.
- Indicates how the output is formatted.
- A JSON string of the XmlNode.
-
-
-
- Serializes the XML node to a JSON string using formatting and omits the root object if is true.
-
- The node to serialize.
- Indicates how the output is formatted.
- Omits writing the root object.
- A JSON string of the XmlNode.
-
-
-
- Deserializes the XmlNode from a JSON string.
-
- The JSON string.
- The deserialized XmlNode
-
-
-
- Deserializes the XmlNode from a JSON string nested in a root elment specified by .
-
- The JSON string.
- The name of the root element to append when deserializing.
- The deserialized XmlNode
-
-
-
- Deserializes the XmlNode from a JSON string nested in a root elment specified by
- and writes a .NET array attribute for collections.
-
- The JSON string.
- The name of the root element to append when deserializing.
-
- A flag to indicate whether to write the Json.NET array attribute.
- This attribute helps preserve arrays when converting the written XML back to JSON.
-
- The deserialized XmlNode
-
-
-
- Serializes the to a JSON string.
-
- The node to convert to JSON.
- A JSON string of the XNode.
-
-
-
- Serializes the to a JSON string using formatting.
-
- The node to convert to JSON.
- Indicates how the output is formatted.
- A JSON string of the XNode.
-
-
-
- Serializes the to a JSON string using formatting and omits the root object if is true.
-
- The node to serialize.
- Indicates how the output is formatted.
- Omits writing the root object.
- A JSON string of the XNode.
-
-
-
- Deserializes the from a JSON string.
-
- The JSON string.
- The deserialized XNode
-
-
-
- Deserializes the from a JSON string nested in a root elment specified by .
-
- The JSON string.
- The name of the root element to append when deserializing.
- The deserialized XNode
-
-
-
- Deserializes the from a JSON string nested in a root elment specified by
- and writes a .NET array attribute for collections.
-
- The JSON string.
- The name of the root element to append when deserializing.
-
- A flag to indicate whether to write the Json.NET array attribute.
- This attribute helps preserve arrays when converting the written XML back to JSON.
-
- The deserialized XNode
-
-
-
- Gets or sets a function that creates default .
- Default settings are automatically used by serialization methods on ,
- and and on .
- To serialize without using any default settings create a with
- .
-
-
-
-
- The exception thrown when an error occurs during Json serialization or deserialization.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class
- with a specified error message.
-
- The error message that explains the reason for the exception.
-
-
-
- Initializes a new instance of the class
- with a specified error message and a reference to the inner exception that is the cause of this exception.
-
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
-
-
-
- Initializes a new instance of the class.
-
- The that holds the serialized object data about the exception being thrown.
- The that contains contextual information about the source or destination.
- The parameter is null.
- The class name is null or is zero (0).
-
-
-
- Serializes and deserializes objects into and from the JSON format.
- The enables you to control how objects are encoded into JSON.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Creates a new instance.
- The will not use default settings.
-
-
- A new instance.
- The will not use default settings.
-
-
-
-
- Creates a new instance using the specified .
- The will not use default settings.
-
- The settings to be applied to the .
-
- A new instance using the specified .
- The will not use default settings.
-
-
-
-
- Creates a new instance.
- The will use default settings.
-
-
- A new instance.
- The will use default settings.
-
-
-
-
- Creates a new instance using the specified .
- The will use default settings.
-
- The settings to be applied to the .
-
- A new instance using the specified .
- The will use default settings.
-
-
-
-
- Populates the JSON values onto the target object.
-
- The that contains the JSON structure to reader values from.
- The target object to populate values onto.
-
-
-
- Populates the JSON values onto the target object.
-
- The that contains the JSON structure to reader values from.
- The target object to populate values onto.
-
-
-
- Deserializes the Json structure contained by the specified .
-
- The that contains the JSON structure to deserialize.
- The being deserialized.
-
-
-
- Deserializes the Json structure contained by the specified
- into an instance of the specified type.
-
- The containing the object.
- The of object being deserialized.
- The instance of being deserialized.
-
-
-
- Deserializes the Json structure contained by the specified
- into an instance of the specified type.
-
- The containing the object.
- The type of the object to deserialize.
- The instance of being deserialized.
-
-
-
- Deserializes the Json structure contained by the specified
- into an instance of the specified type.
-
- The containing the object.
- The of object being deserialized.
- The instance of being deserialized.
-
-
-
- Serializes the specified and writes the Json structure
- to a Stream using the specified .
-
- The used to write the Json structure.
- The to serialize.
-
-
-
- Serializes the specified and writes the Json structure
- to a Stream using the specified .
-
- The used to write the Json structure.
- The to serialize.
-
- The type of the value being serialized.
- This parameter is used when is Auto to write out the type name if the type of the value does not match.
- Specifing the type is optional.
-
-
-
-
- Serializes the specified and writes the Json structure
- to a Stream using the specified .
-
- The used to write the Json structure.
- The to serialize.
-
- The type of the value being serialized.
- This parameter is used when is Auto to write out the type name if the type of the value does not match.
- Specifing the type is optional.
-
-
-
-
- Serializes the specified and writes the Json structure
- to a Stream using the specified .
-
- The used to write the Json structure.
- The to serialize.
-
-
-
- Occurs when the errors during serialization and deserialization.
-
-
-
-
- Gets or sets the used by the serializer when resolving references.
-
-
-
-
- Gets or sets the used by the serializer when resolving type names.
-
-
-
-
- Gets or sets the used by the serializer when writing trace messages.
-
- The trace writer.
-
-
-
- Gets or sets how type name writing and reading is handled by the serializer.
-
-
-
-
- Gets or sets how a type name assembly is written and resolved by the serializer.
-
- The type name assembly format.
-
-
-
- Gets or sets how object references are preserved by the serializer.
-
-
-
-
- Get or set how reference loops (e.g. a class referencing itself) is handled.
-
-
-
-
- Get or set how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization.
-
-
-
-
- Get or set how null values are handled during serialization and deserialization.
-
-
-
-
- Get or set how null default are handled during serialization and deserialization.
-
-
-
-
- Gets or sets how objects are created during deserialization.
-
- The object creation handling.
-
-
-
- Gets or sets how constructors are used during deserialization.
-
- The constructor handling.
-
-
-
- Gets or sets how metadata properties are used during deserialization.
-
- The metadata properties handling.
-
-
-
- Gets a collection that will be used during serialization.
-
- Collection that will be used during serialization.
-
-
-
- Gets or sets the contract resolver used by the serializer when
- serializing .NET objects to JSON and vice versa.
-
-
-
-
- Gets or sets the used by the serializer when invoking serialization callback methods.
-
- The context.
-
-
-
- Indicates how JSON text output is formatted.
-
-
-
-
- Get or set how dates are written to JSON text.
-
-
-
-
- Get or set how time zones are handling during serialization and deserialization.
-
-
-
-
- Get or set how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON.
-
-
-
-
- Get or set how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
-
-
-
-
- Get or set how special floating point numbers, e.g. ,
- and ,
- are written as JSON text.
-
-
-
-
- Get or set how strings are escaped when writing JSON text.
-
-
-
-
- Get or set how and values are formatting when writing JSON text.
-
-
-
-
- Gets or sets the culture used when reading JSON. Defaults to .
-
-
-
-
- Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a .
-
-
-
-
- Gets a value indicating whether there will be a check for additional JSON content after deserializing an object.
-
-
- true if there will be a check for additional JSON content after deserializing an object; otherwise, false.
-
-
-
-
- Contains the LINQ to JSON extension methods.
-
-
-
-
- Returns a collection of tokens that contains the ancestors of every token in the source collection.
-
- The type of the objects in source, constrained to .
- An of that contains the source collection.
- An of that contains the ancestors of every node in the source collection.
-
-
-
- Returns a collection of tokens that contains the descendants of every token in the source collection.
-
- The type of the objects in source, constrained to .
- An of that contains the source collection.
- An of that contains the descendants of every node in the source collection.
-
-
-
- Returns a collection of child properties of every object in the source collection.
-
- An of that contains the source collection.
- An of that contains the properties of every object in the source collection.
-
-
-
- Returns a collection of child values of every object in the source collection with the given key.
-
- An of that contains the source collection.
- The token key.
- An of that contains the values of every node in the source collection with the given key.
-
-
-
- Returns a collection of child values of every object in the source collection.
-
- An of that contains the source collection.
- An of that contains the values of every node in the source collection.
-
-
-
- Returns a collection of converted child values of every object in the source collection with the given key.
-
- The type to convert the values to.
- An of that contains the source collection.
- The token key.
- An that contains the converted values of every node in the source collection with the given key.
-
-
-
- Returns a collection of converted child values of every object in the source collection.
-
- The type to convert the values to.
- An of that contains the source collection.
- An that contains the converted values of every node in the source collection.
-
-
-
- Converts the value.
-
- The type to convert the value to.
- A cast as a of .
- A converted value.
-
-
-
- Converts the value.
-
- The source collection type.
- The type to convert the value to.
- A cast as a of .
- A converted value.
-
-
-
- Returns a collection of child tokens of every array in the source collection.
-
- The source collection type.
- An of that contains the source collection.
- An of that contains the values of every node in the source collection.
-
-
-
- Returns a collection of converted child tokens of every array in the source collection.
-
- An of that contains the source collection.
- The type to convert the values to.
- The source collection type.
- An that contains the converted values of every node in the source collection.
-
-
-
- Returns the input typed as .
-
- An of that contains the source collection.
- The input typed as .
-
-
-
- Returns the input typed as .
-
- The source collection type.
- An of that contains the source collection.
- The input typed as .
-
-
-
- Represents a JSON constructor.
-
-
-
-
- Represents a token that can contain other tokens.
-
-
-
-
- Raises the event.
-
- The instance containing the event data.
-
-
-
- Raises the event.
-
- The instance containing the event data.
-
-
-
- Returns a collection of the child tokens of this token, in document order.
-
-
- An of containing the child tokens of this , in document order.
-
-
-
-
- Returns a collection of the child values of this token, in document order.
-
- The type to convert the values to.
-
- A containing the child values of this , in document order.
-
-
-
-
- Returns a collection of the descendant tokens for this token in document order.
-
- An containing the descendant tokens of the .
-
-
-
- Adds the specified content as children of this .
-
- The content to be added.
-
-
-
- Adds the specified content as the first children of this .
-
- The content to be added.
-
-
-
- Creates an that can be used to add tokens to the .
-
- An that is ready to have content written to it.
-
-
-
- Replaces the children nodes of this token with the specified content.
-
- The content.
-
-
-
- Removes the child nodes from this token.
-
-
-
-
- Occurs when the list changes or an item in the list changes.
-
-
-
-
- Occurs before an item is added to the collection.
-
-
-
-
- Gets the container's children tokens.
-
- The container's children tokens.
-
-
-
- Gets a value indicating whether this token has child tokens.
-
-
- true if this token has child values; otherwise, false.
-
-
-
-
- Get the first child token of this token.
-
-
- A containing the first child token of the .
-
-
-
-
- Get the last child token of this token.
-
-
- A containing the last child token of the .
-
-
-
-
- Gets the count of child JSON tokens.
-
- The count of child JSON tokens
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class from another object.
-
- A object to copy from.
-
-
-
- Initializes a new instance of the class with the specified name and content.
-
- The constructor name.
- The contents of the constructor.
-
-
-
- Initializes a new instance of the class with the specified name and content.
-
- The constructor name.
- The contents of the constructor.
-
-
-
- Initializes a new instance of the class with the specified name.
-
- The constructor name.
-
-
-
- Writes this token to a .
-
- A into which this method will write.
- A collection of which will be used when writing the token.
-
-
-
- Loads an from a .
-
- A that will be read for the content of the .
- A that contains the JSON that was read from the specified .
-
-
-
- Gets the container's children tokens.
-
- The container's children tokens.
-
-
-
- Gets or sets the name of this constructor.
-
- The constructor name.
-
-
-
- Gets the node type for this .
-
- The type.
-
-
-
- Gets the with the specified key.
-
- The with the specified key.
-
-
-
- Represents a collection of objects.
-
- The type of token
-
-
-
- An empty collection of objects.
-
-
-
-
- Initializes a new instance of the struct.
-
- The enumerable.
-
-
-
- Returns an enumerator that iterates through the collection.
-
-
- A 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.
-
-
-
-
- Determines whether the specified is equal to this instance.
-
- The to compare with this instance.
-
- true if the specified is equal to this instance; otherwise, false.
-
-
-
-
- Returns a hash code for this instance.
-
-
- A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
-
-
-
-
- Gets the with the specified key.
-
-
-
-
-
- Represents a JSON object.
-
-
-
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class from another object.
-
- A object to copy from.
-
-
-
- Initializes a new instance of the class with the specified content.
-
- The contents of the object.
-
-
-
- Initializes a new instance of the class with the specified content.
-
- The contents of the object.
-
-
-
- Gets an of this object's properties.
-
- An of this object's properties.
-
-
-
- Gets a the specified name.
-
- The property name.
- A with the specified name or null.
-
-
-
- Gets an of this object's property values.
-
- An of this object's property values.
-
-
-
- Loads an from a .
-
- A that will be read for the content of the .
- A that contains the JSON that was read from the specified .
-
-
-
- Load a from a string that contains JSON.
-
- A that contains JSON.
- A populated from the string that contains JSON.
-
-
-
-
-
-
- Creates a from an object.
-
- The object that will be used to create .
- A with the values of the specified object
-
-
-
- Creates a from an object.
-
- The object that will be used to create .
- The that will be used to read the object.
- A with the values of the specified object
-
-
-
- Writes this token to a .
-
- A into which this method will write.
- A collection of which will be used when writing the token.
-
-
-
- Gets the with the specified property name.
-
- Name of the property.
- The with the specified property name.
-
-
-
- Gets the with the specified property name.
- The exact property name will be searched for first and if no matching property is found then
- the will be used to match a property.
-
- Name of the property.
- One of the enumeration values that specifies how the strings will be compared.
- The with the specified property name.
-
-
-
- Tries to get the with the specified property name.
- The exact property name will be searched for first and if no matching property is found then
- the will be used to match a property.
-
- Name of the property.
- The value.
- One of the enumeration values that specifies how the strings will be compared.
- true if a value was successfully retrieved; otherwise, false.
-
-
-
- Adds the specified property name.
-
- Name of the property.
- The value.
-
-
-
- Removes the property with the specified name.
-
- Name of the property.
- true if item was successfully removed; otherwise, false.
-
-
-
- Tries the get value.
-
- Name of the property.
- The value.
- true if a value was successfully retrieved; otherwise, false.
-
-
-
- Returns an enumerator that iterates through the collection.
-
-
- A that can be used to iterate through the collection.
-
-
-
-
- Raises the event with the provided arguments.
-
- Name of the property.
-
-
-
- Raises the event with the provided arguments.
-
- Name of the property.
-
-
-
- Returns the properties for this instance of a component.
-
-
- A that represents the properties for this component instance.
-
-
-
-
- Returns the properties for this instance of a component using the attribute array as a filter.
-
- An array of type that is used as a filter.
-
- A that represents the filtered properties for this component instance.
-
-
-
-
- Returns a collection of custom attributes for this instance of a component.
-
-
- An containing the attributes for this object.
-
-
-
-
- Returns the class name of this instance of a component.
-
-
- The class name of the object, or null if the class does not have a name.
-
-
-
-
- Returns the name of this instance of a component.
-
-
- The name of the object, or null if the object does not have a name.
-
-
-
-
- Returns a type converter for this instance of a component.
-
-
- A that is the converter for this object, or null if there is no for this object.
-
-
-
-
- Returns the default event for this instance of a component.
-
-
- An that represents the default event for this object, or null if this object does not have events.
-
-
-
-
- Returns the default property for this instance of a component.
-
-
- A that represents the default property for this object, or null if this object does not have properties.
-
-
-
-
- Returns an editor of the specified type for this instance of a component.
-
- A that represents the editor for this object.
-
- An of the specified type that is the editor for this object, or null if the editor cannot be found.
-
-
-
-
- Returns the events for this instance of a component using the specified attribute array as a filter.
-
- An array of type that is used as a filter.
-
- An that represents the filtered events for this component instance.
-
-
-
-
- Returns the events for this instance of a component.
-
-
- An that represents the events for this component instance.
-
-
-
-
- Returns an object that contains the property described by the specified property descriptor.
-
- A that represents the property whose owner is to be found.
-
- An that represents the owner of the specified property.
-
-
-
-
- Gets the container's children tokens.
-
- The container's children tokens.
-
-
-
- Occurs when a property value changes.
-
-
-
-
- Occurs when a property value is changing.
-
-
-
-
- Gets the node type for this .
-
- The type.
-
-
-
- Gets the with the specified key.
-
- The with the specified key.
-
-
-
- Gets or sets the with the specified property name.
-
-
-
-
-
- Represents a JSON array.
-
-
-
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class from another object.
-
- A object to copy from.
-
-
-
- Initializes a new instance of the class with the specified content.
-
- The contents of the array.
-
-
-
- Initializes a new instance of the class with the specified content.
-
- The contents of the array.
-
-
-
- Loads an from a .
-
- A that will be read for the content of the .
- A that contains the JSON that was read from the specified .
-
-
-
- Load a from a string that contains JSON.
-
- A that contains JSON.
- A populated from the string that contains JSON.
-
-
-
-
-
-
- Creates a from an object.
-
- The object that will be used to create .
- A with the values of the specified object
-
-
-
- Creates a from an object.
-
- The object that will be used to create .
- The that will be used to read the object.
- A with the values of the specified object
-
-
-
- Writes this token to a .
-
- A into which this method will write.
- A collection of which will be used when writing the token.
-
-
-
- Determines the index of a specific item in the .
-
- The object to locate in the .
-
- The index of if found in the list; otherwise, -1.
-
-
-
-
- Inserts an item to the at the specified index.
-
- The zero-based index at which should be inserted.
- The object to insert into the .
-
- is not a valid index in the .
- The is read-only.
-
-
-
- Removes the item at the specified index.
-
- The zero-based index of the item to remove.
-
- is not a valid index in the .
- The is read-only.
-
-
-
- Returns an enumerator that iterates through the collection.
-
-
- A that can be used to iterate through the collection.
-
-
-
-
- Adds an item to the .
-
- The object to add to the .
- The is read-only.
-
-
-
- Removes all items from the .
-
- The is read-only.
-
-
-
- Determines whether the contains a specific value.
-
- The object to locate in the .
-
- true if is found in the ; otherwise, false.
-
-
-
-
- Copies to.
-
- The array.
- Index of the array.
-
-
-
- Removes the first occurrence of a specific object from the .
-
- The object to remove from the .
-
- true if was successfully removed from the ; otherwise, false. This method also returns false if is not found in the original .
-
- The is read-only.
-
-
-
- Gets the container's children tokens.
-
- The container's children tokens.
-
-
-
- Gets the node type for this .
-
- The type.
-
-
-
- Gets the with the specified key.
-
- The with the specified key.
-
-
-
- Gets or sets the at the specified index.
-
-
-
-
-
- Gets a value indicating whether the is read-only.
-
- true if the is read-only; otherwise, false.
-
-
-
- Represents a reader that provides fast, non-cached, forward-only access to serialized Json data.
-
-
-
-
- Initializes a new instance of the class.
-
- The token to read from.
-
-
-
- Reads the next JSON token from the stream as a .
-
-
- A or a null reference if the next JSON token is null. This method will return null at the end of an array.
-
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream.
-
-
- true if the next token was read successfully; false if there are no more tokens to read.
-
-
-
-
- Gets the path of the current JSON token.
-
-
-
-
- Represents a writer that provides a fast, non-cached, forward-only way of generating Json data.
-
-
-
-
- Initializes a new instance of the class writing to the given .
-
- The container being written to.
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
-
-
-
-
- Closes this stream and the underlying stream.
-
-
-
-
- Writes the beginning of a Json object.
-
-
-
-
- Writes the beginning of a Json array.
-
-
-
-
- Writes the start of a constructor with the given name.
-
- The name of the constructor.
-
-
-
- Writes the end.
-
- The token.
-
-
-
- Writes the property name of a name/value pair on a Json object.
-
- The name of the property.
-
-
-
- Writes a value.
- An error will raised if the value cannot be written as a single JSON token.
-
- The value to write.
-
-
-
- Writes a null value.
-
-
-
-
- Writes an undefined value.
-
-
-
-
- Writes raw JSON.
-
- The raw JSON to write.
-
-
-
- Writes out a comment /*...*/ containing the specified text.
-
- Text to place inside the comment.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Gets the token being writen.
-
- The token being writen.
-
-
-
- Represents a JSON property.
-
-
-
-
- Initializes a new instance of the class from another object.
-
- A object to copy from.
-
-
-
- Initializes a new instance of the class.
-
- The property name.
- The property content.
-
-
-
- Initializes a new instance of the class.
-
- The property name.
- The property content.
-
-
-
- Writes this token to a .
-
- A into which this method will write.
- A collection of which will be used when writing the token.
-
-
-
- Loads an from a .
-
- A that will be read for the content of the .
- A that contains the JSON that was read from the specified .
-
-
-
- Gets the container's children tokens.
-
- The container's children tokens.
-
-
-
- Gets the property name.
-
- The property name.
-
-
-
- Gets or sets the property value.
-
- The property value.
-
-
-
- Gets the node type for this .
-
- The type.
-
-
-
- Specifies the type of token.
-
-
-
-
- No token type has been set.
-
-
-
-
- A JSON object.
-
-
-
-
- A JSON array.
-
-
-
-
- A JSON constructor.
-
-
-
-
- A JSON object property.
-
-
-
-
- A comment.
-
-
-
-
- An integer value.
-
-
-
-
- A float value.
-
-
-
-
- A string value.
-
-
-
-
- A boolean value.
-
-
-
-
- A null value.
-
-
-
-
- An undefined value.
-
-
-
-
- A date value.
-
-
-
-
- A raw JSON value.
-
-
-
-
- A collection of bytes value.
-
-
-
-
- A Guid value.
-
-
-
-
- A Uri value.
-
-
-
-
- A TimeSpan value.
-
-
-
-
- Contains the JSON schema extension methods.
-
-
-
-
- Determines whether the is valid.
-
- The source to test.
- The schema to test with.
-
- true if the specified is valid; otherwise, false.
-
-
-
-
- Determines whether the is valid.
-
- The source to test.
- The schema to test with.
- When this method returns, contains any error messages generated while validating.
-
- true if the specified is valid; otherwise, false.
-
-
-
-
- Validates the specified .
-
- The source to test.
- The schema to test with.
-
-
-
- Validates the specified .
-
- The source to test.
- The schema to test with.
- The validation event handler.
-
-
-
- Returns detailed information about the schema exception.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class
- with a specified error message.
-
- The error message that explains the reason for the exception.
-
-
-
- Initializes a new instance of the class
- with a specified error message and a reference to the inner exception that is the cause of this exception.
-
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
-
-
-
- Initializes a new instance of the class.
-
- The that holds the serialized object data about the exception being thrown.
- The that contains contextual information about the source or destination.
- The parameter is null.
- The class name is null or is zero (0).
-
-
-
- Gets the line number indicating where the error occurred.
-
- The line number indicating where the error occurred.
-
-
-
- Gets the line position indicating where the error occurred.
-
- The line position indicating where the error occurred.
-
-
-
- Gets the path to the JSON where the error occurred.
-
- The path to the JSON where the error occurred.
-
-
-
- Resolves from an id.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Gets a for the specified reference.
-
- The id.
- A for the specified reference.
-
-
-
- Gets or sets the loaded schemas.
-
- The loaded schemas.
-
-
-
- Specifies undefined schema Id handling options for the .
-
-
-
-
- Do not infer a schema Id.
-
-
-
-
- Use the .NET type name as the schema Id.
-
-
-
-
- Use the assembly qualified .NET type name as the schema Id.
-
-
-
-
- Returns detailed information related to the .
-
-
-
-
- Gets the associated with the validation error.
-
- The JsonSchemaException associated with the validation error.
-
-
-
- Gets the path of the JSON location where the validation error occurred.
-
- The path of the JSON location where the validation error occurred.
-
-
-
- Gets the text description corresponding to the validation error.
-
- The text description.
-
-
-
- Represents the callback method that will handle JSON schema validation events and the .
-
-
-
-
- Resolves member mappings for a type, camel casing property names.
-
-
-
-
- Used by to resolves a for a given .
-
-
-
-
- Used by to resolves a for a given .
-
-
-
-
-
-
-
-
- Resolves the contract for a given type.
-
- The type to resolve a contract for.
- The contract for a given type.
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
-
- If set to true the will use a cached shared with other resolvers of the same type.
- Sharing the cache will significantly performance because expensive reflection will only happen once but could cause unexpected
- behavior if different instances of the resolver are suppose to produce different results. When set to false it is highly
- recommended to reuse instances with the .
-
-
-
-
- Resolves the contract for a given type.
-
- The type to resolve a contract for.
- The contract for a given type.
-
-
-
- Gets the serializable members for the type.
-
- The type to get serializable members for.
- The serializable members for the type.
-
-
-
- Creates a for the given type.
-
- Type of the object.
- A for the given type.
-
-
-
- Creates the constructor parameters.
-
- The constructor to create properties for.
- The type's member properties.
- Properties for the given .
-
-
-
- Creates a for the given .
-
- The matching member property.
- The constructor parameter.
- A created for the given .
-
-
-
- Resolves the default for the contract.
-
- Type of the object.
- The contract's default .
-
-
-
- Creates a for the given type.
-
- Type of the object.
- A for the given type.
-
-
-
- Creates a for the given type.
-
- Type of the object.
- A for the given type.
-
-
-
- Creates a for the given type.
-
- Type of the object.
- A for the given type.
-
-
-
- Creates a for the given type.
-
- Type of the object.
- A for the given type.
-
-
-
- Creates a for the given type.
-
- Type of the object.
- A for the given type.
-
-
-
- Creates a for the given type.
-
- Type of the object.
- A for the given type.
-
-
-
- Determines which contract type is created for the given type.
-
- Type of the object.
- A for the given type.
-
-
-
- Creates properties for the given .
-
- The type to create properties for.
- /// The member serialization mode for the type.
- Properties for the given .
-
-
-
- Creates the used by the serializer to get and set values from a member.
-
- The member.
- The used by the serializer to get and set values from a member.
-
-
-
- Creates a for the given .
-
- The member's parent .
- The member to create a for.
- A created for the given .
-
-
-
- Resolves the name of the property.
-
- Name of the property.
- Name of the property.
-
-
-
- Gets the resolved name of the property.
-
- Name of the property.
- Name of the property.
-
-
-
- Gets a value indicating whether members are being get and set using dynamic code generation.
- This value is determined by the runtime permissions available.
-
-
- true if using dynamic code generation; otherwise, false.
-
-
-
-
- Gets or sets the default members search flags.
-
- The default members search flags.
-
-
-
- Gets or sets a value indicating whether compiler generated members should be serialized.
-
-
- true if serialized compiler generated members; otherwise, false.
-
-
-
-
- Gets or sets a value indicating whether to ignore the interface when serializing and deserializing types.
-
-
- true if the interface will be ignored when serializing and deserializing types; otherwise, false.
-
-
-
-
- Gets or sets a value indicating whether to ignore the attribute when serializing and deserializing types.
-
-
- true if the attribute will be ignored when serializing and deserializing types; otherwise, false.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Resolves the name of the property.
-
- Name of the property.
- The property name camel cased.
-
-
-
- The default serialization binder used when resolving and loading classes from type names.
-
-
-
-
- When overridden in a derived class, controls the binding of a serialized object to a type.
-
- Specifies the name of the serialized object.
- Specifies the name of the serialized object.
-
- The type of the object the formatter creates a new instance of.
-
-
-
-
- Provides information surrounding an error.
-
-
-
-
- Gets the error.
-
- The error.
-
-
-
- Gets the original object that caused the error.
-
- The original object that caused the error.
-
-
-
- Gets the member that caused the error.
-
- The member that caused the error.
-
-
-
- Gets the path of the JSON location where the error occurred.
-
- The path of the JSON location where the error occurred.
-
-
-
- Gets or sets a value indicating whether this is handled.
-
- true if handled; otherwise, false.
-
-
-
- Contract details for a used by the .
-
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Gets the of the collection items.
-
- The of the collection items.
-
-
-
- Gets a value indicating whether the collection type is a multidimensional array.
-
- true if the collection type is a multidimensional array; otherwise, false.
-
-
-
- Handles serialization callback events.
-
- The object that raised the callback event.
- The streaming context.
-
-
-
- Handles serialization error callback events.
-
- The object that raised the callback event.
- The streaming context.
- The error context.
-
-
-
- Sets extension data for an object during deserialization.
-
- The object to set extension data on.
- The extension data key.
- The extension data value.
-
-
-
- Gets extension data for an object during serialization.
-
- The object to set extension data on.
-
-
-
- Contract details for a used by the .
-
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Gets or sets the property name resolver.
-
- The property name resolver.
-
-
-
- Gets the of the dictionary keys.
-
- The of the dictionary keys.
-
-
-
- Gets the of the dictionary values.
-
- The of the dictionary values.
-
-
-
- Maps a JSON property to a .NET member or constructor parameter.
-
-
-
-
- Returns a that represents this instance.
-
-
- A that represents this instance.
-
-
-
-
- Gets or sets the name of the property.
-
- The name of the property.
-
-
-
- Gets or sets the type that declared this property.
-
- The type that declared this property.
-
-
-
- Gets or sets the order of serialization and deserialization of a member.
-
- The numeric order of serialization or deserialization.
-
-
-
- Gets or sets the name of the underlying member or parameter.
-
- The name of the underlying member or parameter.
-
-
-
- Gets the that will get and set the during serialization.
-
- The that will get and set the during serialization.
-
-
-
- Gets or sets the type of the property.
-
- The type of the property.
-
-
-
- Gets or sets the for the property.
- If set this converter takes presidence over the contract converter for the property type.
-
- The converter.
-
-
-
- Gets or sets the member converter.
-
- The member converter.
-
-
-
- Gets or sets a value indicating whether this is ignored.
-
- true if ignored; otherwise, false.
-
-
-
- Gets or sets a value indicating whether this is readable.
-
- true if readable; otherwise, false.
-
-
-
- Gets or sets a value indicating whether this is writable.
-
- true if writable; otherwise, false.
-
-
-
- Gets or sets a value indicating whether this has a member attribute.
-
- true if has a member attribute; otherwise, false.
-
-
-
- Gets the default value.
-
- The default value.
-
-
-
- Gets or sets a value indicating whether this is required.
-
- A value indicating whether this is required.
-
-
-
- Gets or sets a value indicating whether this property preserves object references.
-
-
- true if this instance is reference; otherwise, false.
-
-
-
-
- Gets or sets the property null value handling.
-
- The null value handling.
-
-
-
- Gets or sets the property default value handling.
-
- The default value handling.
-
-
-
- Gets or sets the property reference loop handling.
-
- The reference loop handling.
-
-
-
- Gets or sets the property object creation handling.
-
- The object creation handling.
-
-
-
- Gets or sets or sets the type name handling.
-
- The type name handling.
-
-
-
- Gets or sets a predicate used to determine whether the property should be serialize.
-
- A predicate used to determine whether the property should be serialize.
-
-
-
- Gets or sets a predicate used to determine whether the property should be serialized.
-
- A predicate used to determine whether the property should be serialized.
-
-
-
- Gets or sets an action used to set whether the property has been deserialized.
-
- An action used to set whether the property has been deserialized.
-
-
-
- Gets or sets the converter used when serializing the property's collection items.
-
- The collection's items converter.
-
-
-
- Gets or sets whether this property's collection items are serialized as a reference.
-
- Whether this property's collection items are serialized as a reference.
-
-
-
- Gets or sets the the type name handling used when serializing the property's collection items.
-
- The collection's items type name handling.
-
-
-
- Gets or sets the the reference loop handling used when serializing the property's collection items.
-
- The collection's items reference loop handling.
-
-
-
- A collection of objects.
-
-
-
-
- Initializes a new instance of the class.
-
- The type.
-
-
-
- When implemented in a derived class, extracts the key from the specified element.
-
- The element from which to extract the key.
- The key for the specified element.
-
-
-
- Adds a object.
-
- The property to add to the collection.
-
-
-
- Gets the closest matching object.
- First attempts to get an exact case match of propertyName and then
- a case insensitive match.
-
- Name of the property.
- A matching property if found.
-
-
-
- Gets a property by property name.
-
- The name of the property to get.
- Type property name string comparison.
- A matching property if found.
-
-
-
- Specifies missing member handling options for the .
-
-
-
-
- Ignore a missing member and do not attempt to deserialize it.
-
-
-
-
- Throw a when a missing member is encountered during deserialization.
-
-
-
-
- Specifies null value handling options for the .
-
-
-
-
-
-
-
-
- Include null values when serializing and deserializing objects.
-
-
-
-
- Ignore null values when serializing and deserializing objects.
-
-
-
-
- Specifies reference loop handling options for the .
-
-
-
-
- Throw a when a loop is encountered.
-
-
-
-
- Ignore loop references and do not serialize.
-
-
-
-
- Serialize loop references.
-
-
-
-
- An in-memory representation of a JSON Schema.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Reads a from the specified .
-
- The containing the JSON Schema to read.
- The object representing the JSON Schema.
-
-
-
- Reads a from the specified .
-
- The containing the JSON Schema to read.
- The to use when resolving schema references.
- The object representing the JSON Schema.
-
-
-
- Load a from a string that contains schema JSON.
-
- A that contains JSON.
- A populated from the string that contains JSON.
-
-
-
- Parses the specified json.
-
- The json.
- The resolver.
- A populated from the string that contains JSON.
-
-
-
- Writes this schema to a .
-
- A into which this method will write.
-
-
-
- Writes this schema to a using the specified .
-
- A into which this method will write.
- The resolver used.
-
-
-
- Returns a that represents the current .
-
-
- A that represents the current .
-
-
-
-
- Gets or sets the id.
-
-
-
-
- Gets or sets the title.
-
-
-
-
- Gets or sets whether the object is required.
-
-
-
-
- Gets or sets whether the object is read only.
-
-
-
-
- Gets or sets whether the object is visible to users.
-
-
-
-
- Gets or sets whether the object is transient.
-
-
-
-
- Gets or sets the description of the object.
-
-
-
-
- Gets or sets the types of values allowed by the object.
-
- The type.
-
-
-
- Gets or sets the pattern.
-
- The pattern.
-
-
-
- Gets or sets the minimum length.
-
- The minimum length.
-
-
-
- Gets or sets the maximum length.
-
- The maximum length.
-
-
-
- Gets or sets a number that the value should be divisble by.
-
- A number that the value should be divisble by.
-
-
-
- Gets or sets the minimum.
-
- The minimum.
-
-
-
- Gets or sets the maximum.
-
- The maximum.
-
-
-
- Gets or sets a flag indicating whether the value can not equal the number defined by the "minimum" attribute.
-
- A flag indicating whether the value can not equal the number defined by the "minimum" attribute.
-
-
-
- Gets or sets a flag indicating whether the value can not equal the number defined by the "maximum" attribute.
-
- A flag indicating whether the value can not equal the number defined by the "maximum" attribute.
-
-
-
- Gets or sets the minimum number of items.
-
- The minimum number of items.
-
-
-
- Gets or sets the maximum number of items.
-
- The maximum number of items.
-
-
-
- Gets or sets the of items.
-
- The of items.
-
-
-
- Gets or sets a value indicating whether items in an array are validated using the instance at their array position from .
-
-
- true if items are validated using their array position; otherwise, false.
-
-
-
-
- Gets or sets the of additional items.
-
- The of additional items.
-
-
-
- Gets or sets a value indicating whether additional items are allowed.
-
-
- true if additional items are allowed; otherwise, false.
-
-
-
-
- Gets or sets whether the array items must be unique.
-
-
-
-
- Gets or sets the of properties.
-
- The of properties.
-
-
-
- Gets or sets the of additional properties.
-
- The of additional properties.
-
-
-
- Gets or sets the pattern properties.
-
- The pattern properties.
-
-
-
- Gets or sets a value indicating whether additional properties are allowed.
-
-
- true if additional properties are allowed; otherwise, false.
-
-
-
-
- Gets or sets the required property if this property is present.
-
- The required property if this property is present.
-
-
-
- Gets or sets the a collection of valid enum values allowed.
-
- A collection of valid enum values allowed.
-
-
-
- Gets or sets disallowed types.
-
- The disallow types.
-
-
-
- Gets or sets the default value.
-
- The default value.
-
-
-
- Gets or sets the collection of that this schema extends.
-
- The collection of that this schema extends.
-
-
-
- Gets or sets the format.
-
- The format.
-
-
-
- Generates a from a specified .
-
-
-
-
- Generate a from the specified type.
-
- The type to generate a from.
- A generated from the specified type.
-
-
-
- Generate a from the specified type.
-
- The type to generate a from.
- The used to resolve schema references.
- A generated from the specified type.
-
-
-
- Generate a from the specified type.
-
- The type to generate a from.
- Specify whether the generated root will be nullable.
- A generated from the specified type.
-
-
-
- Generate a from the specified type.
-
- The type to generate a from.
- The used to resolve schema references.
- Specify whether the generated root will be nullable.
- A generated from the specified type.
-
-
-
- Gets or sets how undefined schemas are handled by the serializer.
-
-
-
-
- Gets or sets the contract resolver.
-
- The contract resolver.
-
-
-
- The value types allowed by the .
-
-
-
-
- No type specified.
-
-
-
-
- String type.
-
-
-
-
- Float type.
-
-
-
-
- Integer type.
-
-
-
-
- Boolean type.
-
-
-
-
- Object type.
-
-
-
-
- Array type.
-
-
-
-
- Null type.
-
-
-
-
- Any type.
-
-
-
-
- Contract details for a used by the .
-
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Gets or sets the object member serialization.
-
- The member object serialization.
-
-
-
- Gets or sets a value that indicates whether the object's properties are required.
-
-
- A value indicating whether the object's properties are required.
-
-
-
-
- Gets the object's properties.
-
- The object's properties.
-
-
-
- Gets the constructor parameters required for any non-default constructor
-
-
-
-
- Gets or sets the override constructor used to create the object.
- This is set when a constructor is marked up using the
- JsonConstructor attribute.
-
- The override constructor.
-
-
-
- Gets or sets the parametrized constructor used to create the object.
-
- The parametrized constructor.
-
-
-
- Gets or sets the extension data setter.
-
-
-
-
- Gets or sets the extension data getter.
-
-
-
-
- Contract details for a used by the .
-
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Get and set values for a using reflection.
-
-
-
-
- Initializes a new instance of the class.
-
- The member info.
-
-
-
- Sets the value.
-
- The target to set the value on.
- The value to set on the target.
-
-
-
- Gets the value.
-
- The target to get the value from.
- The value.
-
-
-
- When applied to a method, specifies that the method is called when an error occurs serializing an object.
-
-
-
-
- Represents a method that constructs an object.
-
- The object type to create.
-
-
-
- Specifies type name handling options for the .
-
-
-
-
- Do not include the .NET type name when serializing types.
-
-
-
-
- Include the .NET type name when serializing into a JSON object structure.
-
-
-
-
- Include the .NET type name when serializing into a JSON array structure.
-
-
-
-
- Always include the .NET type name when serializing.
-
-
-
-
- Include the .NET type name when the type of the object being serialized is not the same as its declared type.
-
-
-
-
- Converts the value to the specified type. If the value is unable to be converted, the
- value is checked whether it assignable to the specified type.
-
- The value to convert.
- The culture to use when converting.
- The type to convert or cast the value to.
-
- The converted type. If conversion was unsuccessful, the initial value
- is returned if assignable to the target type.
-
-
-
-
- Gets a dictionary of the names and values of an Enum type.
-
-
-
-
-
- Gets a dictionary of the names and values of an Enum type.
-
- The enum type to get names and values for.
-
-
-
-
- Specifies the type of Json token.
-
-
-
-
- This is returned by the if a method has not been called.
-
-
-
-
- An object start token.
-
-
-
-
- An array start token.
-
-
-
-
- A constructor start token.
-
-
-
-
- An object property name.
-
-
-
-
- A comment.
-
-
-
-
- Raw JSON.
-
-
-
-
- An integer.
-
-
-
-
- A float.
-
-
-
-
- A string.
-
-
-
-
- A boolean.
-
-
-
-
- A null token.
-
-
-
-
- An undefined token.
-
-
-
-
- An object end token.
-
-
-
-
- An array end token.
-
-
-
-
- A constructor end token.
-
-
-
-
- A Date.
-
-
-
-
- Byte data.
-
-
-
-
- Builds a string. Unlike StringBuilder this class lets you reuse it's internal buffer.
-
-
-
-
- Determines whether the collection is null or empty.
-
- The collection.
-
- true if the collection is null or empty; otherwise, false.
-
-
-
-
- Adds the elements of the specified collection to the specified generic IList.
-
- The list to add to.
- The collection of elements to add.
-
-
-
- Returns the index of the first occurrence in a sequence by using a specified IEqualityComparer.
-
- The type of the elements of source.
- A sequence in which to locate a value.
- The object to locate in the sequence
- An equality comparer to compare values.
- The zero-based index of the first occurrence of value within the entire sequence, if found; otherwise, –1.
-
-
-
- Gets the type of the typed collection's items.
-
- The type.
- The type of the typed collection's items.
-
-
-
- Gets the member's underlying type.
-
- The member.
- The underlying type of the member.
-
-
-
- Determines whether the member is an indexed property.
-
- The member.
-
- true if the member is an indexed property; otherwise, false.
-
-
-
-
- Determines whether the property is an indexed property.
-
- The property.
-
- true if the property is an indexed property; otherwise, false.
-
-
-
-
- Gets the member's value on the object.
-
- The member.
- The target object.
- The member's value on the object.
-
-
-
- Sets the member's value on the target object.
-
- The member.
- The target.
- The value.
-
-
-
- Determines whether the specified MemberInfo can be read.
-
- The MemberInfo to determine whether can be read.
- /// if set to true then allow the member to be gotten non-publicly.
-
- true if the specified MemberInfo can be read; otherwise, false.
-
-
-
-
- Determines whether the specified MemberInfo can be set.
-
- The MemberInfo to determine whether can be set.
- if set to true then allow the member to be set non-publicly.
- if set to true then allow the member to be set if read-only.
-
- true if the specified MemberInfo can be set; otherwise, false.
-
-
-
-
- Determines whether the string is all white space. Empty string will return false.
-
- The string to test whether it is all white space.
-
- true if the string is all white space; otherwise, false.
-
-
-
-
- Nulls an empty string.
-
- The string.
- Null if the string was null, otherwise the string unchanged.
-
-
-
- Specifies the state of the .
-
-
-
-
- An exception has been thrown, which has left the in an invalid state.
- You may call the method to put the in the Closed state.
- Any other method calls results in an being thrown.
-
-
-
-
- The method has been called.
-
-
-
-
- An object is being written.
-
-
-
-
- A array is being written.
-
-
-
-
- A constructor is being written.
-
-
-
-
- A property is being written.
-
-
-
-
- A write method has not been called.
-
-
-
-
diff --git a/packages/Newtonsoft.Json.6.0.3/lib/net40/Newtonsoft.Json.dll b/packages/Newtonsoft.Json.6.0.3/lib/net40/Newtonsoft.Json.dll
deleted file mode 100644
index 054c933..0000000
Binary files a/packages/Newtonsoft.Json.6.0.3/lib/net40/Newtonsoft.Json.dll and /dev/null differ
diff --git a/packages/Newtonsoft.Json.6.0.3/lib/net40/Newtonsoft.Json.xml b/packages/Newtonsoft.Json.6.0.3/lib/net40/Newtonsoft.Json.xml
deleted file mode 100644
index eed2aee..0000000
--- a/packages/Newtonsoft.Json.6.0.3/lib/net40/Newtonsoft.Json.xml
+++ /dev/null
@@ -1,8488 +0,0 @@
-
-
-
- Newtonsoft.Json
-
-
-
-
- Represents a reader that provides fast, non-cached, forward-only access to serialized Json data.
-
-
-
-
- Represents a reader that provides fast, non-cached, forward-only access to serialized Json data.
-
-
-
-
- Initializes a new instance of the class with the specified .
-
-
-
-
- Reads the next JSON token from the stream.
-
- true if the next token was read successfully; false if there are no more tokens to read.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A or a null reference if the next JSON token is null. This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Skips the children of the current token.
-
-
-
-
- Sets the current token.
-
- The new token.
-
-
-
- Sets the current token and value.
-
- The new token.
- The value.
-
-
-
- Sets the state based on current token type.
-
-
-
-
- Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
-
-
-
-
- Releases unmanaged and - optionally - managed resources
-
- true to release both managed and unmanaged resources; false to release only unmanaged resources.
-
-
-
- Changes the to Closed.
-
-
-
-
- Gets the current reader state.
-
- The current reader state.
-
-
-
- Gets or sets a value indicating whether the underlying stream or
- should be closed when the reader is closed.
-
-
- true to close the underlying stream or when
- the reader is closed; otherwise false. The default is true.
-
-
-
-
- Gets or sets a value indicating whether multiple pieces of JSON content can
- be read from a continuous stream without erroring.
-
-
- true to support reading multiple pieces of JSON content; otherwise false. The default is false.
-
-
-
-
- Gets the quotation mark character used to enclose the value of a string.
-
-
-
-
- Get or set how time zones are handling when reading JSON.
-
-
-
-
- Get or set how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON.
-
-
-
-
- Get or set how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
-
-
-
-
- Get or set how custom date formatted strings are parsed when reading JSON.
-
-
-
-
- Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a .
-
-
-
-
- Gets the type of the current JSON token.
-
-
-
-
- Gets the text value of the current JSON token.
-
-
-
-
- Gets The Common Language Runtime (CLR) type for the current JSON token.
-
-
-
-
- Gets the depth of the current token in the JSON document.
-
- The depth of the current token in the JSON document.
-
-
-
- Gets the path of the current JSON token.
-
-
-
-
- Gets or sets the culture used when reading JSON. Defaults to .
-
-
-
-
- Specifies the state of the reader.
-
-
-
-
- The Read method has not been called.
-
-
-
-
- The end of the file has been reached successfully.
-
-
-
-
- Reader is at a property.
-
-
-
-
- Reader is at the start of an object.
-
-
-
-
- Reader is in an object.
-
-
-
-
- Reader is at the start of an array.
-
-
-
-
- Reader is in an array.
-
-
-
-
- The Close method has been called.
-
-
-
-
- Reader has just read a value.
-
-
-
-
- Reader is at the start of a constructor.
-
-
-
-
- Reader in a constructor.
-
-
-
-
- An error occurred that prevents the read operation from continuing.
-
-
-
-
- The end of the file has been reached successfully.
-
-
-
-
- Initializes a new instance of the class.
-
- The stream.
-
-
-
- Initializes a new instance of the class.
-
- The reader.
-
-
-
- Initializes a new instance of the class.
-
- The stream.
- if set to true the root object will be read as a JSON array.
- The used when reading values from BSON.
-
-
-
- Initializes a new instance of the class.
-
- The reader.
- if set to true the root object will be read as a JSON array.
- The used when reading values from BSON.
-
-
-
- Reads the next JSON token from the stream as a .
-
-
- A or a null reference if the next JSON token is null. This method will return null at the end of an array.
-
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
-
- A . This method will return null at the end of an array.
-
-
-
-
- Reads the next JSON token from the stream.
-
-
- true if the next token was read successfully; false if there are no more tokens to read.
-
-
-
-
- Changes the to Closed.
-
-
-
-
- Gets or sets a value indicating whether binary data reading should compatible with incorrect Json.NET 3.5 written binary.
-
-
- true if binary data reading will be compatible with incorrect Json.NET 3.5 written binary; otherwise, false.
-
-
-
-
- Gets or sets a value indicating whether the root object will be read as a JSON array.
-
-
- true if the root object will be read as a JSON array; otherwise, false.
-
-
-
-
- Gets or sets the used when reading values from BSON.
-
- The used when reading values from BSON.
-
-
-
- Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data.
-
-
-
-
- Represents a writer that provides a fast, non-cached, forward-only way of generating Json data.
-
-
-
-
- Creates an instance of the JsonWriter class.
-
-
-
-
- Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
-
-
-
-
- Closes this stream and the underlying stream.
-
-
-
-
- Writes the beginning of a Json object.
-
-
-
-
- Writes the end of a Json object.
-
-
-
-
- Writes the beginning of a Json array.
-
-
-
-
- Writes the end of an array.
-
-
-
-
- Writes the start of a constructor with the given name.
-
- The name of the constructor.
-
-
-
- Writes the end constructor.
-
-
-
-
- Writes the property name of a name/value pair on a JSON object.
-
- The name of the property.
-
-
-
- Writes the property name of a name/value pair on a JSON object.
-
- The name of the property.
- A flag to indicate whether the text should be escaped when it is written as a JSON property name.
-
-
-
- Writes the end of the current Json object or array.
-
-
-
-
- Writes the current token and its children.
-
- The to read the token from.
-
-
-
- Writes the current token.
-
- The to read the token from.
- A flag indicating whether the current token's children should be written.
-
-
-
- Writes the specified end token.
-
- The end token to write.
-
-
-
- Writes indent characters.
-
-
-
-
- Writes the JSON value delimiter.
-
-
-
-
- Writes an indent space.
-
-
-
-
- Writes a null value.
-
-
-
-
- Writes an undefined value.
-
-
-
-
- Writes raw JSON without changing the writer's state.
-
- The raw JSON to write.
-
-
-
- Writes raw JSON where a value is expected and updates the writer's state.
-
- The raw JSON to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
- An error will raised if the value cannot be written as a single JSON token.
-
- The value to write.
-
-
-
- Writes out a comment /*...*/ containing the specified text.
-
- Text to place inside the comment.
-
-
-
- Writes out the given white space.
-
- The string of white space characters.
-
-
-
- Sets the state of the JsonWriter,
-
- The JsonToken being written.
- The value being written.
-
-
-
- Gets or sets a value indicating whether the underlying stream or
- should be closed when the writer is closed.
-
-
- true to close the underlying stream or when
- the writer is closed; otherwise false. The default is true.
-
-
-
-
- Gets the top.
-
- The top.
-
-
-
- Gets the state of the writer.
-
-
-
-
- Gets the path of the writer.
-
-
-
-
- Indicates how JSON text output is formatted.
-
-
-
-
- Get or set how dates are written to JSON text.
-
-
-
-
- Get or set how time zones are handling when writing JSON text.
-
-
-
-
- Get or set how strings are escaped when writing JSON text.
-
-
-
-
- Get or set how special floating point numbers, e.g. ,
- and ,
- are written to JSON text.
-
-
-
-
- Get or set how and values are formatting when writing JSON text.
-
-
-
-
- Gets or sets the culture used when writing JSON. Defaults to .
-
-
-
-
- Initializes a new instance of the class.
-
- The stream.
-
-
-
- Initializes a new instance of the class.
-
- The writer.
-
-
-
- Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
-
-
-
-
- Writes the end.
-
- The token.
-
-
-
- Writes out a comment /*...*/ containing the specified text.
-
- Text to place inside the comment.
-
-
-
- Writes the start of a constructor with the given name.
-
- The name of the constructor.
-
-
-
- Writes raw JSON.
-
- The raw JSON to write.
-
-
-
- Writes raw JSON where a value is expected and updates the writer's state.
-
- The raw JSON to write.
-
-
-
- Writes the beginning of a Json array.
-
-
-
-
- Writes the beginning of a Json object.
-
-
-
-
- Writes the property name of a name/value pair on a Json object.
-
- The name of the property.
-
-
-
- Closes this stream and the underlying stream.
-
-
-
-
- Writes a value.
- An error will raised if the value cannot be written as a single JSON token.
-
- The value to write.
-
-
-
- Writes a null value.
-
-
-
-
- Writes an undefined value.
-
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value that represents a BSON object id.
-
- The Object ID value to write.
-
-
-
- Writes a BSON regex.
-
- The regex pattern.
- The regex options.
-
-
-
- Gets or sets the used when writing values to BSON.
- When set to no conversion will occur.
-
- The used when writing values to BSON.
-
-
-
- Represents a BSON Oid (object id).
-
-
-
-
- Initializes a new instance of the class.
-
- The Oid value.
-
-
-
- Gets or sets the value of the Oid.
-
- The value of the Oid.
-
-
-
- Converts a binary value to and from a base 64 string value.
-
-
-
-
- Converts an object to and from JSON.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Gets the of the JSON produced by the JsonConverter.
-
- The of the JSON produced by the JsonConverter.
-
-
-
- Gets a value indicating whether this can read JSON.
-
- true if this can read JSON; otherwise, false.
-
-
-
- Gets a value indicating whether this can write JSON.
-
- true if this can write JSON; otherwise, false.
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Converts a to and from JSON.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified value type.
-
- Type of the value.
-
- true if this instance can convert the specified value type; otherwise, false.
-
-
-
-
- Converts a to and from JSON.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified value type.
-
- Type of the value.
-
- true if this instance can convert the specified value type; otherwise, false.
-
-
-
-
- Create a custom object
-
- The object type to convert.
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Creates an object which will then be populated by the serializer.
-
- Type of the object.
- The created object.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Gets a value indicating whether this can write JSON.
-
-
- true if this can write JSON; otherwise, false.
-
-
-
-
- Provides a base class for converting a to and from JSON.
-
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Converts a F# discriminated union type to and from JSON.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Converts an Entity Framework EntityKey to and from JSON.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Converts an ExpandoObject to and from JSON.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Gets a value indicating whether this can write JSON.
-
-
- true if this can write JSON; otherwise, false.
-
-
-
-
- Converts a to and from JSON.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Converts a to and from JSON and BSON.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Converts a to and from JSON and BSON.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Converts an to and from its name string value.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Gets or sets a value indicating whether the written enum text should be camel case.
-
- true if the written enum text will be camel case; otherwise, false.
-
-
-
- Gets or sets a value indicating whether integer values are allowed.
-
- true if integers are allowed; otherwise, false.
-
-
-
- Specifies how constructors are used when initializing objects during deserialization by the .
-
-
-
-
- First attempt to use the public default constructor, then fall back to single paramatized constructor, then the non-public default constructor.
-
-
-
-
- Json.NET will use a non-public default constructor before falling back to a paramatized constructor.
-
-
-
-
- Converts a to and from a string (e.g. "1.2.3.4").
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing property value of the JSON that is being converted.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Specifies float format handling options when writing special floating point numbers, e.g. ,
- and with .
-
-
-
-
- Write special floating point values as strings in JSON, e.g. "NaN", "Infinity", "-Infinity".
-
-
-
-
- Write special floating point values as symbols in JSON, e.g. NaN, Infinity, -Infinity.
- Note that this will produce non-valid JSON.
-
-
-
-
- Write special floating point values as the property's default value in JSON, e.g. 0.0 for a property, null for a property.
-
-
-
-
- Specifies how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
-
-
-
-
- Floating point numbers are parsed to .
-
-
-
-
- Floating point numbers are parsed to .
-
-
-
-
- Instructs the how to serialize the collection.
-
-
-
-
- Instructs the how to serialize the object.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class with the specified container Id.
-
- The container Id.
-
-
-
- Gets or sets the id.
-
- The id.
-
-
-
- Gets or sets the title.
-
- The title.
-
-
-
- Gets or sets the description.
-
- The description.
-
-
-
- Gets the collection's items converter.
-
- The collection's items converter.
-
-
-
- Gets or sets a value that indicates whether to preserve object references.
-
-
- true to keep object reference; otherwise, false. The default is false.
-
-
-
-
- Gets or sets a value that indicates whether to preserve collection's items references.
-
-
- true to keep collection's items object references; otherwise, false. The default is false.
-
-
-
-
- Gets or sets the reference loop handling used when serializing the collection's items.
-
- The reference loop handling.
-
-
-
- Gets or sets the type name handling used when serializing the collection's items.
-
- The type name handling.
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class with the specified container Id.
-
- The container Id.
-
-
-
- The exception thrown when an error occurs during Json serialization or deserialization.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class
- with a specified error message.
-
- The error message that explains the reason for the exception.
-
-
-
- Initializes a new instance of the class
- with a specified error message and a reference to the inner exception that is the cause of this exception.
-
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
-
-
-
- Initializes a new instance of the class.
-
- The that holds the serialized object data about the exception being thrown.
- The that contains contextual information about the source or destination.
- The parameter is null.
- The class name is null or is zero (0).
-
-
-
- Specifies how dates are formatted when writing JSON text.
-
-
-
-
- Dates are written in the ISO 8601 format, e.g. "2012-03-21T05:40Z".
-
-
-
-
- Dates are written in the Microsoft JSON format, e.g. "\/Date(1198908717056)\/".
-
-
-
-
- Specifies how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON text.
-
-
-
-
- Date formatted strings are not parsed to a date type and are read as strings.
-
-
-
-
- Date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed to .
-
-
-
-
- Date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed to .
-
-
-
-
- Specifies how to treat the time value when converting between string and .
-
-
-
-
- Treat as local time. If the object represents a Coordinated Universal Time (UTC), it is converted to the local time.
-
-
-
-
- Treat as a UTC. If the object represents a local time, it is converted to a UTC.
-
-
-
-
- Treat as a local time if a is being converted to a string.
- If a string is being converted to , convert to a local time if a time zone is specified.
-
-
-
-
- Time zone information should be preserved when converting.
-
-
-
-
- Specifies formatting options for the .
-
-
-
-
- No special formatting is applied. This is the default.
-
-
-
-
- Causes child objects to be indented according to the and settings.
-
-
-
-
- Instructs the to use the specified constructor when deserializing that object.
-
-
-
-
- Instructs the to deserialize properties with no matching class member into the specified collection
- and write values during serialization.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Gets or sets a value that indicates whether to write extension data when serializing the object.
-
-
- true to write extension data when serializing the object; otherwise, false. The default is true.
-
-
-
-
- Gets or sets a value that indicates whether to read extension data when deserializing the object.
-
-
- true to read extension data when deserializing the object; otherwise, false. The default is true.
-
-
-
-
- Specifies metadata property handling options for the .
-
-
-
-
- Read metadata properties located at the start of a JSON object.
-
-
-
-
- Read metadata properties located anywhere in a JSON object. Note that this setting will impact performance.
-
-
-
-
- Represents a trace writer that writes to the application's instances.
-
-
-
-
- Represents a trace writer.
-
-
-
-
- Writes the specified trace level, message and optional exception.
-
- The at which to write this trace.
- The trace message.
- The trace exception. This parameter is optional.
-
-
-
- Gets the that will be used to filter the trace messages passed to the writer.
- For example a filter level of Info will exclude Verbose messages and include Info,
- Warning and Error messages.
-
- The that will be used to filter the trace messages passed to the writer.
-
-
-
- Writes the specified trace level, message and optional exception.
-
- The at which to write this trace.
- The trace message.
- The trace exception. This parameter is optional.
-
-
-
- Gets the that will be used to filter the trace messages passed to the writer.
- For example a filter level of Info will exclude Verbose messages and include Info,
- Warning and Error messages.
-
-
- The that will be used to filter the trace messages passed to the writer.
-
-
-
-
- Get and set values for a using dynamic methods.
-
-
-
-
- Provides methods to get and set values.
-
-
-
-
- Sets the value.
-
- The target to set the value on.
- The value to set on the target.
-
-
-
- Gets the value.
-
- The target to get the value from.
- The value.
-
-
-
- Initializes a new instance of the class.
-
- The member info.
-
-
-
- Sets the value.
-
- The target to set the value on.
- The value to set on the target.
-
-
-
- Gets the value.
-
- The target to get the value from.
- The value.
-
-
-
- Contract details for a used by the .
-
-
-
-
- Contract details for a used by the .
-
-
-
-
- Gets the underlying type for the contract.
-
- The underlying type for the contract.
-
-
-
- Gets or sets the type created during deserialization.
-
- The type created during deserialization.
-
-
-
- Gets or sets whether this type contract is serialized as a reference.
-
- Whether this type contract is serialized as a reference.
-
-
-
- Gets or sets the default for this contract.
-
- The converter.
-
-
-
- Gets or sets all methods called immediately after deserialization of the object.
-
- The methods called immediately after deserialization of the object.
-
-
-
- Gets or sets all methods called during deserialization of the object.
-
- The methods called during deserialization of the object.
-
-
-
- Gets or sets all methods called after serialization of the object graph.
-
- The methods called after serialization of the object graph.
-
-
-
- Gets or sets all methods called before serialization of the object.
-
- The methods called before serialization of the object.
-
-
-
- Gets or sets all method called when an error is thrown during the serialization of the object.
-
- The methods called when an error is thrown during the serialization of the object.
-
-
-
- Gets or sets the method called immediately after deserialization of the object.
-
- The method called immediately after deserialization of the object.
-
-
-
- Gets or sets the method called during deserialization of the object.
-
- The method called during deserialization of the object.
-
-
-
- Gets or sets the method called after serialization of the object graph.
-
- The method called after serialization of the object graph.
-
-
-
- Gets or sets the method called before serialization of the object.
-
- The method called before serialization of the object.
-
-
-
- Gets or sets the method called when an error is thrown during the serialization of the object.
-
- The method called when an error is thrown during the serialization of the object.
-
-
-
- Gets or sets the default creator method used to create the object.
-
- The default creator method used to create the object.
-
-
-
- Gets or sets a value indicating whether the default creator is non public.
-
- true if the default object creator is non-public; otherwise, false.
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Gets or sets the default collection items .
-
- The converter.
-
-
-
- Gets or sets a value indicating whether the collection items preserve object references.
-
- true if collection items preserve object references; otherwise, false.
-
-
-
- Gets or sets the collection item reference loop handling.
-
- The reference loop handling.
-
-
-
- Gets or sets the collection item type name handling.
-
- The type name handling.
-
-
-
- Represents a trace writer that writes to memory. When the trace message limit is
- reached then old trace messages will be removed as new messages are added.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Writes the specified trace level, message and optional exception.
-
- The at which to write this trace.
- The trace message.
- The trace exception. This parameter is optional.
-
-
-
- Returns an enumeration of the most recent trace messages.
-
- An enumeration of the most recent trace messages.
-
-
-
- Returns a of the most recent trace messages.
-
-
- A of the most recent trace messages.
-
-
-
-
- Gets the that will be used to filter the trace messages passed to the writer.
- For example a filter level of Info will exclude Verbose messages and include Info,
- Warning and Error messages.
-
-
- The that will be used to filter the trace messages passed to the writer.
-
-
-
-
- Provides an interface to enable a class to return line and position information.
-
-
-
-
- Gets a value indicating whether the class can return line information.
-
-
- true if LineNumber and LinePosition can be provided; otherwise, false.
-
-
-
-
- Gets the current line number.
-
- The current line number or 0 if no line information is available (for example, HasLineInfo returns false).
-
-
-
- Gets the current line position.
-
- The current line position or 0 if no line information is available (for example, HasLineInfo returns false).
-
-
-
- Specifies how strings are escaped when writing JSON text.
-
-
-
-
- Only control characters (e.g. newline) are escaped.
-
-
-
-
- All non-ASCII and control characters (e.g. newline) are escaped.
-
-
-
-
- HTML (<, >, &, ', ") and control characters (e.g. newline) are escaped.
-
-
-
-
- Represents a raw JSON string.
-
-
-
-
- Represents a value in JSON (string, integer, date, etc).
-
-
-
-
- Represents an abstract JSON token.
-
-
-
-
- Represents a collection of objects.
-
- The type of token
-
-
-
- Gets the with the specified key.
-
-
-
-
-
- Compares the values of two tokens, including the values of all descendant tokens.
-
- The first to compare.
- The second to compare.
- true if the tokens are equal; otherwise false.
-
-
-
- Adds the specified content immediately after this token.
-
- A content object that contains simple content or a collection of content objects to be added after this token.
-
-
-
- Adds the specified content immediately before this token.
-
- A content object that contains simple content or a collection of content objects to be added before this token.
-
-
-
- Returns a collection of the ancestor tokens of this token.
-
- A collection of the ancestor tokens of this token.
-
-
-
- Returns a collection of the sibling tokens after this token, in document order.
-
- A collection of the sibling tokens after this tokens, in document order.
-
-
-
- Returns a collection of the sibling tokens before this token, in document order.
-
- A collection of the sibling tokens before this token, in document order.
-
-
-
- Gets the with the specified key converted to the specified type.
-
- The type to convert the token to.
- The token key.
- The converted token value.
-
-
-
- Returns a collection of the child tokens of this token, in document order.
-
- An of containing the child tokens of this , in document order.
-
-
-
- Returns a collection of the child tokens of this token, in document order, filtered by the specified type.
-
- The type to filter the child tokens on.
- A containing the child tokens of this , in document order.
-
-
-
- Returns a collection of the child values of this token, in document order.
-
- The type to convert the values to.
- A containing the child values of this , in document order.
-
-
-
- Removes this token from its parent.
-
-
-
-
- Replaces this token with the specified token.
-
- The value.
-
-
-
- Writes this token to a .
-
- A into which this method will write.
- A collection of which will be used when writing the token.
-
-
-
- Returns the indented JSON for this token.
-
-
- The indented JSON for this token.
-
-
-
-
- Returns the JSON for this token using the given formatting and converters.
-
- Indicates how the output is formatted.
- A collection of which will be used when writing the token.
- The JSON for this token using the given formatting and converters.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Creates an for this token.
-
- An that can be used to read this token and its descendants.
-
-
-
- Creates a from an object.
-
- The object that will be used to create .
- A with the value of the specified object
-
-
-
- Creates a from an object using the specified .
-
- The object that will be used to create .
- The that will be used when reading the object.
- A with the value of the specified object
-
-
-
- Creates the specified .NET type from the .
-
- The object type that the token will be deserialized to.
- The new object created from the JSON value.
-
-
-
- Creates the specified .NET type from the .
-
- The object type that the token will be deserialized to.
- The new object created from the JSON value.
-
-
-
- Creates the specified .NET type from the using the specified .
-
- The object type that the token will be deserialized to.
- The that will be used when creating the object.
- The new object created from the JSON value.
-
-
-
- Creates the specified .NET type from the using the specified .
-
- The object type that the token will be deserialized to.
- The that will be used when creating the object.
- The new object created from the JSON value.
-
-
-
- Creates a from a .
-
- An positioned at the token to read into this .
-
- An that contains the token and its descendant tokens
- that were read from the reader. The runtime type of the token is determined
- by the token type of the first token encountered in the reader.
-
-
-
-
- Load a from a string that contains JSON.
-
- A that contains JSON.
- A populated from the string that contains JSON.
-
-
-
- Creates a from a .
-
- An positioned at the token to read into this .
-
- An that contains the token and its descendant tokens
- that were read from the reader. The runtime type of the token is determined
- by the token type of the first token encountered in the reader.
-
-
-
-
- Selects a using a JPath expression. Selects the token that matches the object path.
-
-
- A that contains a JPath expression.
-
- A , or null.
-
-
-
- Selects a using a JPath expression. Selects the token that matches the object path.
-
-
- A that contains a JPath expression.
-
- A flag to indicate whether an error should be thrown if no tokens are found when evaluating part of the expression.
- A .
-
-
-
- Selects a collection of elements using a JPath expression.
-
-
- A that contains a JPath expression.
-
- An that contains the selected elements.
-
-
-
- Selects a collection of elements using a JPath expression.
-
-
- A that contains a JPath expression.
-
- A flag to indicate whether an error should be thrown if no tokens are found when evaluating part of the expression.
- An that contains the selected elements.
-
-
-
- Returns the responsible for binding operations performed on this object.
-
- The expression tree representation of the runtime value.
-
- The to bind this object.
-
-
-
-
- Returns the responsible for binding operations performed on this object.
-
- The expression tree representation of the runtime value.
-
- The to bind this object.
-
-
-
-
- Creates a new instance of the . All child tokens are recursively cloned.
-
- A new instance of the .
-
-
-
- Gets a comparer that can compare two tokens for value equality.
-
- A that can compare two nodes for value equality.
-
-
-
- Gets or sets the parent.
-
- The parent.
-
-
-
- Gets the root of this .
-
- The root of this .
-
-
-
- Gets the node type for this .
-
- The type.
-
-
-
- Gets a value indicating whether this token has child tokens.
-
-
- true if this token has child values; otherwise, false.
-
-
-
-
- Gets the next sibling token of this node.
-
- The that contains the next sibling token.
-
-
-
- Gets the previous sibling token of this node.
-
- The that contains the previous sibling token.
-
-
-
- Gets the path of the JSON token.
-
-
-
-
- Gets the with the specified key.
-
- The with the specified key.
-
-
-
- Get the first child token of this token.
-
- A containing the first child token of the .
-
-
-
- Get the last child token of this token.
-
- A containing the last child token of the .
-
-
-
- Initializes a new instance of the class from another object.
-
- A object to copy from.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Creates a comment with the given value.
-
- The value.
- A comment with the given value.
-
-
-
- Creates a string with the given value.
-
- The value.
- A string with the given value.
-
-
-
- Writes this token to a .
-
- A into which this method will write.
- A collection of which will be used when writing the token.
-
-
-
- Indicates whether the current object is equal to another object of the same type.
-
-
- true if the current object is equal to the parameter; otherwise, false.
-
- An object to compare with this object.
-
-
-
- Determines whether the specified is equal to the current .
-
- The to compare with the current .
-
- true if the specified is equal to the current ; otherwise, false.
-
-
- The parameter is null.
-
-
-
-
- Serves as a hash function for a particular type.
-
-
- A hash code for the current .
-
-
-
-
- Returns a that represents this instance.
-
-
- A that represents this instance.
-
-
-
-
- Returns a that represents this instance.
-
- The format.
-
- A that represents this instance.
-
-
-
-
- Returns a that represents this instance.
-
- The format provider.
-
- A that represents this instance.
-
-
-
-
- Returns a that represents this instance.
-
- The format.
- The format provider.
-
- A that represents this instance.
-
-
-
-
- Returns the responsible for binding operations performed on this object.
-
- The expression tree representation of the runtime value.
-
- The to bind this object.
-
-
-
-
- Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
-
- An object to compare with this instance.
-
- A 32-bit signed integer that indicates the relative order of the objects being compared. The return value has these meanings:
- Value
- Meaning
- Less than zero
- This instance is less than .
- Zero
- This instance is equal to .
- Greater than zero
- This instance is greater than .
-
-
- is not the same type as this instance.
-
-
-
-
- Gets a value indicating whether this token has child tokens.
-
-
- true if this token has child values; otherwise, false.
-
-
-
-
- Gets the node type for this .
-
- The type.
-
-
-
- Gets or sets the underlying token value.
-
- The underlying token value.
-
-
-
- Initializes a new instance of the class from another object.
-
- A object to copy from.
-
-
-
- Initializes a new instance of the class.
-
- The raw json.
-
-
-
- Creates an instance of with the content of the reader's current token.
-
- The reader.
- An instance of with the content of the reader's current token.
-
-
-
- Indicating whether a property is required.
-
-
-
-
- The property is not required. The default state.
-
-
-
-
- The property must be defined in JSON but can be a null value.
-
-
-
-
- The property must be defined in JSON and cannot be a null value.
-
-
-
-
- Contract details for a used by the .
-
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Gets the object's properties.
-
- The object's properties.
-
-
-
- Gets or sets the property name resolver.
-
- The property name resolver.
-
-
-
- Contract details for a used by the .
-
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Gets or sets the ISerializable object constructor.
-
- The ISerializable object constructor.
-
-
-
- Contract details for a used by the .
-
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Contract details for a used by the .
-
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Get and set values for a using dynamic methods.
-
-
-
-
- Initializes a new instance of the class.
-
- The member info.
-
-
-
- Sets the value.
-
- The target to set the value on.
- The value to set on the target.
-
-
-
- Gets the value.
-
- The target to get the value from.
- The value.
-
-
-
- Provides data for the Error event.
-
-
-
-
- Initializes a new instance of the class.
-
- The current object.
- The error context.
-
-
-
- Gets the current object the error event is being raised against.
-
- The current object the error event is being raised against.
-
-
-
- Gets the error context.
-
- The error context.
-
-
-
- Represents a view of a .
-
-
-
-
- Initializes a new instance of the class.
-
- The name.
-
-
-
- When overridden in a derived class, returns whether resetting an object changes its value.
-
-
- true if resetting the component changes its value; otherwise, false.
-
- The component to test for reset capability.
-
-
-
-
- When overridden in a derived class, gets the current value of the property on a component.
-
-
- The value of a property for a given component.
-
- The component with the property for which to retrieve the value.
-
-
-
-
- When overridden in a derived class, resets the value for this property of the component to the default value.
-
- The component with the property value that is to be reset to the default value.
-
-
-
-
- When overridden in a derived class, sets the value of the component to a different value.
-
- The component with the property value that is to be set.
- The new value.
-
-
-
-
- When overridden in a derived class, determines a value indicating whether the value of this property needs to be persisted.
-
-
- true if the property should be persisted; otherwise, false.
-
- The component with the property to be examined for persistence.
-
-
-
-
- When overridden in a derived class, gets the type of the component this property is bound to.
-
-
- A that represents the type of component this property is bound to. When the or methods are invoked, the object specified might be an instance of this type.
-
-
-
-
- When overridden in a derived class, gets a value indicating whether this property is read-only.
-
-
- true if the property is read-only; otherwise, false.
-
-
-
-
- When overridden in a derived class, gets the type of the property.
-
-
- A that represents the type of the property.
-
-
-
-
- Gets the hash code for the name of the member.
-
-
-
- The hash code for the name of the member.
-
-
-
-
- Used to resolve references when serializing and deserializing JSON by the .
-
-
-
-
- Resolves a reference to its object.
-
- The serialization context.
- The reference to resolve.
- The object that
-
-
-
- Gets the reference for the sepecified object.
-
- The serialization context.
- The object to get a reference for.
- The reference to the object.
-
-
-
- Determines whether the specified object is referenced.
-
- The serialization context.
- The object to test for a reference.
-
- true if the specified object is referenced; otherwise, false.
-
-
-
-
- Adds a reference to the specified object.
-
- The serialization context.
- The reference.
- The object to reference.
-
-
-
- Specifies reference handling options for the .
- Note that references cannot be preserved when a value is set via a non-default constructor such as types that implement ISerializable.
-
-
-
-
-
-
-
- Do not preserve references when serializing types.
-
-
-
-
- Preserve references when serializing into a JSON object structure.
-
-
-
-
- Preserve references when serializing into a JSON array structure.
-
-
-
-
- Preserve references when serializing.
-
-
-
-
- Instructs the how to serialize the collection.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class with a flag indicating whether the array can contain null items
-
- A flag indicating whether the array can contain null items.
-
-
-
- Initializes a new instance of the class with the specified container Id.
-
- The container Id.
-
-
-
- Gets or sets a value indicating whether null items are allowed in the collection.
-
- true if null items are allowed in the collection; otherwise, false.
-
-
-
- Specifies default value handling options for the .
-
-
-
-
-
-
-
-
- Include members where the member value is the same as the member's default value when serializing objects.
- Included members are written to JSON. Has no effect when deserializing.
-
-
-
-
- Ignore members where the member value is the same as the member's default value when serializing objects
- so that is is not written to JSON.
- This option will ignore all default values (e.g. null for objects and nullable types; 0 for integers,
- decimals and floating point numbers; and false for booleans). The default value ignored can be changed by
- placing the on the property.
-
-
-
-
- Members with a default value but no JSON will be set to their default value when deserializing.
-
-
-
-
- Ignore members where the member value is the same as the member's default value when serializing objects
- and sets members to their default value when deserializing.
-
-
-
-
- Instructs the to use the specified when serializing the member or class.
-
-
-
-
- Initializes a new instance of the class.
-
- Type of the converter.
-
-
-
- Gets the type of the converter.
-
- The type of the converter.
-
-
-
- Instructs the how to serialize the object.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class with the specified member serialization.
-
- The member serialization.
-
-
-
- Initializes a new instance of the class with the specified container Id.
-
- The container Id.
-
-
-
- Gets or sets the member serialization.
-
- The member serialization.
-
-
-
- Gets or sets a value that indicates whether the object's properties are required.
-
-
- A value indicating whether the object's properties are required.
-
-
-
-
- Specifies the settings on a object.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Gets or sets how reference loops (e.g. a class referencing itself) is handled.
-
- Reference loop handling.
-
-
-
- Gets or sets how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization.
-
- Missing member handling.
-
-
-
- Gets or sets how objects are created during deserialization.
-
- The object creation handling.
-
-
-
- Gets or sets how null values are handled during serialization and deserialization.
-
- Null value handling.
-
-
-
- Gets or sets how null default are handled during serialization and deserialization.
-
- The default value handling.
-
-
-
- Gets or sets a collection that will be used during serialization.
-
- The converters.
-
-
-
- Gets or sets how object references are preserved by the serializer.
-
- The preserve references handling.
-
-
-
- Gets or sets how type name writing and reading is handled by the serializer.
-
- The type name handling.
-
-
-
- Gets or sets how metadata properties are used during deserialization.
-
- The metadata properties handling.
-
-
-
- Gets or sets how a type name assembly is written and resolved by the serializer.
-
- The type name assembly format.
-
-
-
- Gets or sets how constructors are used during deserialization.
-
- The constructor handling.
-
-
-
- Gets or sets the contract resolver used by the serializer when
- serializing .NET objects to JSON and vice versa.
-
- The contract resolver.
-
-
-
- Gets or sets the used by the serializer when resolving references.
-
- The reference resolver.
-
-
-
- Gets or sets the used by the serializer when writing trace messages.
-
- The trace writer.
-
-
-
- Gets or sets the used by the serializer when resolving type names.
-
- The binder.
-
-
-
- Gets or sets the error handler called during serialization and deserialization.
-
- The error handler called during serialization and deserialization.
-
-
-
- Gets or sets the used by the serializer when invoking serialization callback methods.
-
- The context.
-
-
-
- Get or set how and values are formatting when writing JSON text.
-
-
-
-
- Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a .
-
-
-
-
- Indicates how JSON text output is formatted.
-
-
-
-
- Get or set how dates are written to JSON text.
-
-
-
-
- Get or set how time zones are handling during serialization and deserialization.
-
-
-
-
- Get or set how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON.
-
-
-
-
- Get or set how special floating point numbers, e.g. ,
- and ,
- are written as JSON.
-
-
-
-
- Get or set how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
-
-
-
-
- Get or set how strings are escaped when writing JSON text.
-
-
-
-
- Gets or sets the culture used when reading JSON. Defaults to .
-
-
-
-
- Gets a value indicating whether there will be a check for additional content after deserializing an object.
-
-
- true if there will be a check for additional content after deserializing an object; otherwise, false.
-
-
-
-
- Represents a reader that provides validation.
-
-
-
-
- Initializes a new instance of the class that
- validates the content returned from the given .
-
- The to read from while validating.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A .
-
-
-
- Reads the next JSON token from the stream as a .
-
-
- A or a null reference if the next JSON token is null.
-
-
-
-
- Reads the next JSON token from the stream as a .
-
- A .
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A .
-
-
-
- Reads the next JSON token from the stream.
-
-
- true if the next token was read successfully; false if there are no more tokens to read.
-
-
-
-
- Sets an event handler for receiving schema validation errors.
-
-
-
-
- Gets the text value of the current JSON token.
-
-
-
-
-
- Gets the depth of the current token in the JSON document.
-
- The depth of the current token in the JSON document.
-
-
-
- Gets the path of the current JSON token.
-
-
-
-
- Gets the quotation mark character used to enclose the value of a string.
-
-
-
-
-
- Gets the type of the current JSON token.
-
-
-
-
-
- Gets the Common Language Runtime (CLR) type for the current JSON token.
-
-
-
-
-
- Gets or sets the schema.
-
- The schema.
-
-
-
- Gets the used to construct this .
-
- The specified in the constructor.
-
-
-
- Compares tokens to determine whether they are equal.
-
-
-
-
- Determines whether the specified objects are equal.
-
- The first object of type to compare.
- The second object of type to compare.
-
- true if the specified objects are equal; otherwise, false.
-
-
-
-
- Returns a hash code for the specified object.
-
- The for which a hash code is to be returned.
- A hash code for the specified object.
- The type of is a reference type and is null.
-
-
-
- Specifies the member serialization options for the .
-
-
-
-
- All public members are serialized by default. Members can be excluded using or .
- This is the default member serialization mode.
-
-
-
-
- Only members must be marked with or are serialized.
- This member serialization mode can also be set by marking the class with .
-
-
-
-
- All public and private fields are serialized. Members can be excluded using or .
- This member serialization mode can also be set by marking the class with
- and setting IgnoreSerializableAttribute on to false.
-
-
-
-
- Specifies how object creation is handled by the .
-
-
-
-
- Reuse existing objects, create new objects when needed.
-
-
-
-
- Only reuse existing objects.
-
-
-
-
- Always create new objects.
-
-
-
-
- Converts a to and from the ISO 8601 date format (e.g. 2008-04-12T12:53Z).
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Gets or sets the date time styles used when converting a date to and from JSON.
-
- The date time styles used when converting a date to and from JSON.
-
-
-
- Gets or sets the date time format used when converting a date to and from JSON.
-
- The date time format used when converting a date to and from JSON.
-
-
-
- Gets or sets the culture used when converting a date to and from JSON.
-
- The culture used when converting a date to and from JSON.
-
-
-
- Converts a to and from a JavaScript date constructor (e.g. new Date(52231943)).
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing property value of the JSON that is being converted.
- The calling serializer.
- The object value.
-
-
-
- Converts XML to and from JSON.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The calling serializer.
- The value.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Checks if the attributeName is a namespace attribute.
-
- Attribute name to test.
- The attribute name prefix if it has one, otherwise an empty string.
- True if attribute name is for a namespace attribute, otherwise false.
-
-
-
- Determines whether this instance can convert the specified value type.
-
- Type of the value.
-
- true if this instance can convert the specified value type; otherwise, false.
-
-
-
-
- Gets or sets the name of the root element to insert when deserializing to XML if the JSON structure has produces multiple root elements.
-
- The name of the deserialize root element.
-
-
-
- Gets or sets a flag to indicate whether to write the Json.NET array attribute.
- This attribute helps preserve arrays when converting the written XML back to JSON.
-
- true if the array attibute is written to the XML; otherwise, false.
-
-
-
- Gets or sets a value indicating whether to write the root JSON object.
-
- true if the JSON root object is omitted; otherwise, false.
-
-
-
- Represents a reader that provides fast, non-cached, forward-only access to JSON text data.
-
-
-
-
- Initializes a new instance of the class with the specified .
-
- The TextReader containing the XML data to read.
-
-
-
- Reads the next JSON token from the stream.
-
-
- true if the next token was read successfully; false if there are no more tokens to read.
-
-
-
-
- Reads the next JSON token from the stream as a .
-
-
- A or a null reference if the next JSON token is null. This method will return null at the end of an array.
-
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Changes the state to closed.
-
-
-
-
- Gets a value indicating whether the class can return line information.
-
-
- true if LineNumber and LinePosition can be provided; otherwise, false.
-
-
-
-
- Gets the current line number.
-
-
- The current line number or 0 if no line information is available (for example, HasLineInfo returns false).
-
-
-
-
- Gets the current line position.
-
-
- The current line position or 0 if no line information is available (for example, HasLineInfo returns false).
-
-
-
-
- Instructs the to always serialize the member with the specified name.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class with the specified name.
-
- Name of the property.
-
-
-
- Gets or sets the converter used when serializing the property's collection items.
-
- The collection's items converter.
-
-
-
- Gets or sets the null value handling used when serializing this property.
-
- The null value handling.
-
-
-
- Gets or sets the default value handling used when serializing this property.
-
- The default value handling.
-
-
-
- Gets or sets the reference loop handling used when serializing this property.
-
- The reference loop handling.
-
-
-
- Gets or sets the object creation handling used when deserializing this property.
-
- The object creation handling.
-
-
-
- Gets or sets the type name handling used when serializing this property.
-
- The type name handling.
-
-
-
- Gets or sets whether this property's value is serialized as a reference.
-
- Whether this property's value is serialized as a reference.
-
-
-
- Gets or sets the order of serialization and deserialization of a member.
-
- The numeric order of serialization or deserialization.
-
-
-
- Gets or sets a value indicating whether this property is required.
-
-
- A value indicating whether this property is required.
-
-
-
-
- Gets or sets the name of the property.
-
- The name of the property.
-
-
-
- Gets or sets the the reference loop handling used when serializing the property's collection items.
-
- The collection's items reference loop handling.
-
-
-
- Gets or sets the the type name handling used when serializing the property's collection items.
-
- The collection's items type name handling.
-
-
-
- Gets or sets whether this property's collection items are serialized as a reference.
-
- Whether this property's collection items are serialized as a reference.
-
-
-
- Instructs the not to serialize the public field or public read/write property value.
-
-
-
-
- Represents a writer that provides a fast, non-cached, forward-only way of generating Json data.
-
-
-
-
- Creates an instance of the JsonWriter class using the specified .
-
- The TextWriter to write to.
-
-
-
- Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
-
-
-
-
- Closes this stream and the underlying stream.
-
-
-
-
- Writes the beginning of a Json object.
-
-
-
-
- Writes the beginning of a Json array.
-
-
-
-
- Writes the start of a constructor with the given name.
-
- The name of the constructor.
-
-
-
- Writes the specified end token.
-
- The end token to write.
-
-
-
- Writes the property name of a name/value pair on a Json object.
-
- The name of the property.
-
-
-
- Writes the property name of a name/value pair on a JSON object.
-
- The name of the property.
- A flag to indicate whether the text should be escaped when it is written as a JSON property name.
-
-
-
- Writes indent characters.
-
-
-
-
- Writes the JSON value delimiter.
-
-
-
-
- Writes an indent space.
-
-
-
-
- Writes a value.
- An error will raised if the value cannot be written as a single JSON token.
-
- The value to write.
-
-
-
- Writes a null value.
-
-
-
-
- Writes an undefined value.
-
-
-
-
- Writes raw JSON.
-
- The raw JSON to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes out a comment /*...*/ containing the specified text.
-
- Text to place inside the comment.
-
-
-
- Writes out the given white space.
-
- The string of white space characters.
-
-
-
- Gets or sets how many IndentChars to write for each level in the hierarchy when is set to Formatting.Indented.
-
-
-
-
- Gets or sets which character to use to quote attribute values.
-
-
-
-
- Gets or sets which character to use for indenting when is set to Formatting.Indented.
-
-
-
-
- Gets or sets a value indicating whether object names will be surrounded with quotes.
-
-
-
-
- The exception thrown when an error occurs while reading Json text.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class
- with a specified error message.
-
- The error message that explains the reason for the exception.
-
-
-
- Initializes a new instance of the class
- with a specified error message and a reference to the inner exception that is the cause of this exception.
-
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
-
-
-
- Initializes a new instance of the class.
-
- The that holds the serialized object data about the exception being thrown.
- The that contains contextual information about the source or destination.
- The parameter is null.
- The class name is null or is zero (0).
-
-
-
- Gets the path to the JSON where the error occurred.
-
- The path to the JSON where the error occurred.
-
-
-
- The exception thrown when an error occurs while reading Json text.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class
- with a specified error message.
-
- The error message that explains the reason for the exception.
-
-
-
- Initializes a new instance of the class
- with a specified error message and a reference to the inner exception that is the cause of this exception.
-
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
-
-
-
- Initializes a new instance of the class.
-
- The that holds the serialized object data about the exception being thrown.
- The that contains contextual information about the source or destination.
- The parameter is null.
- The class name is null or is zero (0).
-
-
-
- Gets the line number indicating where the error occurred.
-
- The line number indicating where the error occurred.
-
-
-
- Gets the line position indicating where the error occurred.
-
- The line position indicating where the error occurred.
-
-
-
- Gets the path to the JSON where the error occurred.
-
- The path to the JSON where the error occurred.
-
-
-
- Represents a collection of .
-
-
-
-
- Provides methods for converting between common language runtime types and JSON types.
-
-
-
-
-
-
-
- Represents JavaScript's boolean value true as a string. This field is read-only.
-
-
-
-
- Represents JavaScript's boolean value false as a string. This field is read-only.
-
-
-
-
- Represents JavaScript's null as a string. This field is read-only.
-
-
-
-
- Represents JavaScript's undefined as a string. This field is read-only.
-
-
-
-
- Represents JavaScript's positive infinity as a string. This field is read-only.
-
-
-
-
- Represents JavaScript's negative infinity as a string. This field is read-only.
-
-
-
-
- Represents JavaScript's NaN as a string. This field is read-only.
-
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation using the specified.
-
- The value to convert.
- The format the date will be converted to.
- The time zone handling when the date is converted to a string.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation using the specified.
-
- The value to convert.
- The format the date will be converted to.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- The string delimiter character.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Serializes the specified object to a JSON string.
-
- The object to serialize.
- A JSON string representation of the object.
-
-
-
- Serializes the specified object to a JSON string using formatting.
-
- The object to serialize.
- Indicates how the output is formatted.
-
- A JSON string representation of the object.
-
-
-
-
- Serializes the specified object to a JSON string using a collection of .
-
- The object to serialize.
- A collection converters used while serializing.
- A JSON string representation of the object.
-
-
-
- Serializes the specified object to a JSON string using formatting and a collection of .
-
- The object to serialize.
- Indicates how the output is formatted.
- A collection converters used while serializing.
- A JSON string representation of the object.
-
-
-
- Serializes the specified object to a JSON string using .
-
- The object to serialize.
- The used to serialize the object.
- If this is null, default serialization settings will be is used.
-
- A JSON string representation of the object.
-
-
-
-
- Serializes the specified object to a JSON string using a type, formatting and .
-
- The object to serialize.
- The used to serialize the object.
- If this is null, default serialization settings will be is used.
-
- The type of the value being serialized.
- This parameter is used when is Auto to write out the type name if the type of the value does not match.
- Specifing the type is optional.
-
-
- A JSON string representation of the object.
-
-
-
-
- Serializes the specified object to a JSON string using formatting and .
-
- The object to serialize.
- Indicates how the output is formatted.
- The used to serialize the object.
- If this is null, default serialization settings will be is used.
-
- A JSON string representation of the object.
-
-
-
-
- Serializes the specified object to a JSON string using a type, formatting and .
-
- The object to serialize.
- Indicates how the output is formatted.
- The used to serialize the object.
- If this is null, default serialization settings will be is used.
-
- The type of the value being serialized.
- This parameter is used when is Auto to write out the type name if the type of the value does not match.
- Specifing the type is optional.
-
-
- A JSON string representation of the object.
-
-
-
-
- Asynchronously serializes the specified object to a JSON string.
- Serialization will happen on a new thread.
-
- The object to serialize.
-
- A task that represents the asynchronous serialize operation. The value of the TResult parameter contains a JSON string representation of the object.
-
-
-
-
- Asynchronously serializes the specified object to a JSON string using formatting.
- Serialization will happen on a new thread.
-
- The object to serialize.
- Indicates how the output is formatted.
-
- A task that represents the asynchronous serialize operation. The value of the TResult parameter contains a JSON string representation of the object.
-
-
-
-
- Asynchronously serializes the specified object to a JSON string using formatting and a collection of .
- Serialization will happen on a new thread.
-
- The object to serialize.
- Indicates how the output is formatted.
- The used to serialize the object.
- If this is null, default serialization settings will be is used.
-
- A task that represents the asynchronous serialize operation. The value of the TResult parameter contains a JSON string representation of the object.
-
-
-
-
- Deserializes the JSON to a .NET object.
-
- The JSON to deserialize.
- The deserialized object from the Json string.
-
-
-
- Deserializes the JSON to a .NET object using .
-
- The JSON to deserialize.
-
- The used to deserialize the object.
- If this is null, default serialization settings will be is used.
-
- The deserialized object from the JSON string.
-
-
-
- Deserializes the JSON to the specified .NET type.
-
- The JSON to deserialize.
- The of object being deserialized.
- The deserialized object from the Json string.
-
-
-
- Deserializes the JSON to the specified .NET type.
-
- The type of the object to deserialize to.
- The JSON to deserialize.
- The deserialized object from the Json string.
-
-
-
- Deserializes the JSON to the given anonymous type.
-
-
- The anonymous type to deserialize to. This can't be specified
- traditionally and must be infered from the anonymous type passed
- as a parameter.
-
- The JSON to deserialize.
- The anonymous type object.
- The deserialized anonymous type from the JSON string.
-
-
-
- Deserializes the JSON to the given anonymous type using .
-
-
- The anonymous type to deserialize to. This can't be specified
- traditionally and must be infered from the anonymous type passed
- as a parameter.
-
- The JSON to deserialize.
- The anonymous type object.
-
- The used to deserialize the object.
- If this is null, default serialization settings will be is used.
-
- The deserialized anonymous type from the JSON string.
-
-
-
- Deserializes the JSON to the specified .NET type using a collection of .
-
- The type of the object to deserialize to.
- The JSON to deserialize.
- Converters to use while deserializing.
- The deserialized object from the JSON string.
-
-
-
- Deserializes the JSON to the specified .NET type using .
-
- The type of the object to deserialize to.
- The object to deserialize.
-
- The used to deserialize the object.
- If this is null, default serialization settings will be is used.
-
- The deserialized object from the JSON string.
-
-
-
- Deserializes the JSON to the specified .NET type using a collection of .
-
- The JSON to deserialize.
- The type of the object to deserialize.
- Converters to use while deserializing.
- The deserialized object from the JSON string.
-
-
-
- Deserializes the JSON to the specified .NET type using .
-
- The JSON to deserialize.
- The type of the object to deserialize to.
-
- The used to deserialize the object.
- If this is null, default serialization settings will be is used.
-
- The deserialized object from the JSON string.
-
-
-
- Asynchronously deserializes the JSON to the specified .NET type.
- Deserialization will happen on a new thread.
-
- The type of the object to deserialize to.
- The JSON to deserialize.
-
- A task that represents the asynchronous deserialize operation. The value of the TResult parameter contains the deserialized object from the JSON string.
-
-
-
-
- Asynchronously deserializes the JSON to the specified .NET type using .
- Deserialization will happen on a new thread.
-
- The type of the object to deserialize to.
- The JSON to deserialize.
-
- The used to deserialize the object.
- If this is null, default serialization settings will be is used.
-
-
- A task that represents the asynchronous deserialize operation. The value of the TResult parameter contains the deserialized object from the JSON string.
-
-
-
-
- Asynchronously deserializes the JSON to the specified .NET type.
- Deserialization will happen on a new thread.
-
- The JSON to deserialize.
-
- A task that represents the asynchronous deserialize operation. The value of the TResult parameter contains the deserialized object from the JSON string.
-
-
-
-
- Asynchronously deserializes the JSON to the specified .NET type using .
- Deserialization will happen on a new thread.
-
- The JSON to deserialize.
- The type of the object to deserialize to.
-
- The used to deserialize the object.
- If this is null, default serialization settings will be is used.
-
-
- A task that represents the asynchronous deserialize operation. The value of the TResult parameter contains the deserialized object from the JSON string.
-
-
-
-
- Populates the object with values from the JSON string.
-
- The JSON to populate values from.
- The target object to populate values onto.
-
-
-
- Populates the object with values from the JSON string using .
-
- The JSON to populate values from.
- The target object to populate values onto.
-
- The used to deserialize the object.
- If this is null, default serialization settings will be is used.
-
-
-
-
- Asynchronously populates the object with values from the JSON string using .
-
- The JSON to populate values from.
- The target object to populate values onto.
-
- The used to deserialize the object.
- If this is null, default serialization settings will be is used.
-
-
- A task that represents the asynchronous populate operation.
-
-
-
-
- Serializes the XML node to a JSON string.
-
- The node to serialize.
- A JSON string of the XmlNode.
-
-
-
- Serializes the XML node to a JSON string using formatting.
-
- The node to serialize.
- Indicates how the output is formatted.
- A JSON string of the XmlNode.
-
-
-
- Serializes the XML node to a JSON string using formatting and omits the root object if is true.
-
- The node to serialize.
- Indicates how the output is formatted.
- Omits writing the root object.
- A JSON string of the XmlNode.
-
-
-
- Deserializes the XmlNode from a JSON string.
-
- The JSON string.
- The deserialized XmlNode
-
-
-
- Deserializes the XmlNode from a JSON string nested in a root elment specified by .
-
- The JSON string.
- The name of the root element to append when deserializing.
- The deserialized XmlNode
-
-
-
- Deserializes the XmlNode from a JSON string nested in a root elment specified by
- and writes a .NET array attribute for collections.
-
- The JSON string.
- The name of the root element to append when deserializing.
-
- A flag to indicate whether to write the Json.NET array attribute.
- This attribute helps preserve arrays when converting the written XML back to JSON.
-
- The deserialized XmlNode
-
-
-
- Serializes the to a JSON string.
-
- The node to convert to JSON.
- A JSON string of the XNode.
-
-
-
- Serializes the to a JSON string using formatting.
-
- The node to convert to JSON.
- Indicates how the output is formatted.
- A JSON string of the XNode.
-
-
-
- Serializes the to a JSON string using formatting and omits the root object if is true.
-
- The node to serialize.
- Indicates how the output is formatted.
- Omits writing the root object.
- A JSON string of the XNode.
-
-
-
- Deserializes the from a JSON string.
-
- The JSON string.
- The deserialized XNode
-
-
-
- Deserializes the from a JSON string nested in a root elment specified by .
-
- The JSON string.
- The name of the root element to append when deserializing.
- The deserialized XNode
-
-
-
- Deserializes the from a JSON string nested in a root elment specified by
- and writes a .NET array attribute for collections.
-
- The JSON string.
- The name of the root element to append when deserializing.
-
- A flag to indicate whether to write the Json.NET array attribute.
- This attribute helps preserve arrays when converting the written XML back to JSON.
-
- The deserialized XNode
-
-
-
- Gets or sets a function that creates default .
- Default settings are automatically used by serialization methods on ,
- and and on .
- To serialize without using any default settings create a with
- .
-
-
-
-
- The exception thrown when an error occurs during Json serialization or deserialization.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class
- with a specified error message.
-
- The error message that explains the reason for the exception.
-
-
-
- Initializes a new instance of the class
- with a specified error message and a reference to the inner exception that is the cause of this exception.
-
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
-
-
-
- Initializes a new instance of the class.
-
- The that holds the serialized object data about the exception being thrown.
- The that contains contextual information about the source or destination.
- The parameter is null.
- The class name is null or is zero (0).
-
-
-
- Serializes and deserializes objects into and from the JSON format.
- The enables you to control how objects are encoded into JSON.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Creates a new instance.
- The will not use default settings.
-
-
- A new instance.
- The will not use default settings.
-
-
-
-
- Creates a new instance using the specified .
- The will not use default settings.
-
- The settings to be applied to the .
-
- A new instance using the specified .
- The will not use default settings.
-
-
-
-
- Creates a new instance.
- The will use default settings.
-
-
- A new instance.
- The will use default settings.
-
-
-
-
- Creates a new instance using the specified .
- The will use default settings.
-
- The settings to be applied to the .
-
- A new instance using the specified .
- The will use default settings.
-
-
-
-
- Populates the JSON values onto the target object.
-
- The that contains the JSON structure to reader values from.
- The target object to populate values onto.
-
-
-
- Populates the JSON values onto the target object.
-
- The that contains the JSON structure to reader values from.
- The target object to populate values onto.
-
-
-
- Deserializes the Json structure contained by the specified .
-
- The that contains the JSON structure to deserialize.
- The being deserialized.
-
-
-
- Deserializes the Json structure contained by the specified
- into an instance of the specified type.
-
- The containing the object.
- The of object being deserialized.
- The instance of being deserialized.
-
-
-
- Deserializes the Json structure contained by the specified
- into an instance of the specified type.
-
- The containing the object.
- The type of the object to deserialize.
- The instance of being deserialized.
-
-
-
- Deserializes the Json structure contained by the specified
- into an instance of the specified type.
-
- The containing the object.
- The of object being deserialized.
- The instance of being deserialized.
-
-
-
- Serializes the specified and writes the Json structure
- to a Stream using the specified .
-
- The used to write the Json structure.
- The to serialize.
-
-
-
- Serializes the specified and writes the Json structure
- to a Stream using the specified .
-
- The used to write the Json structure.
- The to serialize.
-
- The type of the value being serialized.
- This parameter is used when is Auto to write out the type name if the type of the value does not match.
- Specifing the type is optional.
-
-
-
-
- Serializes the specified and writes the Json structure
- to a Stream using the specified .
-
- The used to write the Json structure.
- The to serialize.
-
- The type of the value being serialized.
- This parameter is used when is Auto to write out the type name if the type of the value does not match.
- Specifing the type is optional.
-
-
-
-
- Serializes the specified and writes the Json structure
- to a Stream using the specified .
-
- The used to write the Json structure.
- The to serialize.
-
-
-
- Occurs when the errors during serialization and deserialization.
-
-
-
-
- Gets or sets the used by the serializer when resolving references.
-
-
-
-
- Gets or sets the used by the serializer when resolving type names.
-
-
-
-
- Gets or sets the used by the serializer when writing trace messages.
-
- The trace writer.
-
-
-
- Gets or sets how type name writing and reading is handled by the serializer.
-
-
-
-
- Gets or sets how a type name assembly is written and resolved by the serializer.
-
- The type name assembly format.
-
-
-
- Gets or sets how object references are preserved by the serializer.
-
-
-
-
- Get or set how reference loops (e.g. a class referencing itself) is handled.
-
-
-
-
- Get or set how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization.
-
-
-
-
- Get or set how null values are handled during serialization and deserialization.
-
-
-
-
- Get or set how null default are handled during serialization and deserialization.
-
-
-
-
- Gets or sets how objects are created during deserialization.
-
- The object creation handling.
-
-
-
- Gets or sets how constructors are used during deserialization.
-
- The constructor handling.
-
-
-
- Gets or sets how metadata properties are used during deserialization.
-
- The metadata properties handling.
-
-
-
- Gets a collection that will be used during serialization.
-
- Collection that will be used during serialization.
-
-
-
- Gets or sets the contract resolver used by the serializer when
- serializing .NET objects to JSON and vice versa.
-
-
-
-
- Gets or sets the used by the serializer when invoking serialization callback methods.
-
- The context.
-
-
-
- Indicates how JSON text output is formatted.
-
-
-
-
- Get or set how dates are written to JSON text.
-
-
-
-
- Get or set how time zones are handling during serialization and deserialization.
-
-
-
-
- Get or set how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON.
-
-
-
-
- Get or set how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
-
-
-
-
- Get or set how special floating point numbers, e.g. ,
- and ,
- are written as JSON text.
-
-
-
-
- Get or set how strings are escaped when writing JSON text.
-
-
-
-
- Get or set how and values are formatting when writing JSON text.
-
-
-
-
- Gets or sets the culture used when reading JSON. Defaults to .
-
-
-
-
- Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a .
-
-
-
-
- Gets a value indicating whether there will be a check for additional JSON content after deserializing an object.
-
-
- true if there will be a check for additional JSON content after deserializing an object; otherwise, false.
-
-
-
-
- Contains the LINQ to JSON extension methods.
-
-
-
-
- Returns a collection of tokens that contains the ancestors of every token in the source collection.
-
- The type of the objects in source, constrained to .
- An of that contains the source collection.
- An of that contains the ancestors of every node in the source collection.
-
-
-
- Returns a collection of tokens that contains the descendants of every token in the source collection.
-
- The type of the objects in source, constrained to .
- An of that contains the source collection.
- An of that contains the descendants of every node in the source collection.
-
-
-
- Returns a collection of child properties of every object in the source collection.
-
- An of that contains the source collection.
- An of that contains the properties of every object in the source collection.
-
-
-
- Returns a collection of child values of every object in the source collection with the given key.
-
- An of that contains the source collection.
- The token key.
- An of that contains the values of every node in the source collection with the given key.
-
-
-
- Returns a collection of child values of every object in the source collection.
-
- An of that contains the source collection.
- An of that contains the values of every node in the source collection.
-
-
-
- Returns a collection of converted child values of every object in the source collection with the given key.
-
- The type to convert the values to.
- An of that contains the source collection.
- The token key.
- An that contains the converted values of every node in the source collection with the given key.
-
-
-
- Returns a collection of converted child values of every object in the source collection.
-
- The type to convert the values to.
- An of that contains the source collection.
- An that contains the converted values of every node in the source collection.
-
-
-
- Converts the value.
-
- The type to convert the value to.
- A cast as a of .
- A converted value.
-
-
-
- Converts the value.
-
- The source collection type.
- The type to convert the value to.
- A cast as a of .
- A converted value.
-
-
-
- Returns a collection of child tokens of every array in the source collection.
-
- The source collection type.
- An of that contains the source collection.
- An of that contains the values of every node in the source collection.
-
-
-
- Returns a collection of converted child tokens of every array in the source collection.
-
- An of that contains the source collection.
- The type to convert the values to.
- The source collection type.
- An that contains the converted values of every node in the source collection.
-
-
-
- Returns the input typed as .
-
- An of that contains the source collection.
- The input typed as .
-
-
-
- Returns the input typed as .
-
- The source collection type.
- An of that contains the source collection.
- The input typed as .
-
-
-
- Represents a JSON constructor.
-
-
-
-
- Represents a token that can contain other tokens.
-
-
-
-
- Raises the event.
-
- The instance containing the event data.
-
-
-
- Raises the event.
-
- The instance containing the event data.
-
-
-
- Raises the event.
-
- The instance containing the event data.
-
-
-
- Returns a collection of the child tokens of this token, in document order.
-
-
- An of containing the child tokens of this , in document order.
-
-
-
-
- Returns a collection of the child values of this token, in document order.
-
- The type to convert the values to.
-
- A containing the child values of this , in document order.
-
-
-
-
- Returns a collection of the descendant tokens for this token in document order.
-
- An containing the descendant tokens of the .
-
-
-
- Adds the specified content as children of this .
-
- The content to be added.
-
-
-
- Adds the specified content as the first children of this .
-
- The content to be added.
-
-
-
- Creates an that can be used to add tokens to the .
-
- An that is ready to have content written to it.
-
-
-
- Replaces the children nodes of this token with the specified content.
-
- The content.
-
-
-
- Removes the child nodes from this token.
-
-
-
-
- Occurs when the list changes or an item in the list changes.
-
-
-
-
- Occurs before an item is added to the collection.
-
-
-
-
- Occurs when the items list of the collection has changed, or the collection is reset.
-
-
-
-
- Gets the container's children tokens.
-
- The container's children tokens.
-
-
-
- Gets a value indicating whether this token has child tokens.
-
-
- true if this token has child values; otherwise, false.
-
-
-
-
- Get the first child token of this token.
-
-
- A containing the first child token of the .
-
-
-
-
- Get the last child token of this token.
-
-
- A containing the last child token of the .
-
-
-
-
- Gets the count of child JSON tokens.
-
- The count of child JSON tokens
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class from another object.
-
- A object to copy from.
-
-
-
- Initializes a new instance of the class with the specified name and content.
-
- The constructor name.
- The contents of the constructor.
-
-
-
- Initializes a new instance of the class with the specified name and content.
-
- The constructor name.
- The contents of the constructor.
-
-
-
- Initializes a new instance of the class with the specified name.
-
- The constructor name.
-
-
-
- Writes this token to a .
-
- A into which this method will write.
- A collection of which will be used when writing the token.
-
-
-
- Loads an from a .
-
- A that will be read for the content of the .
- A that contains the JSON that was read from the specified .
-
-
-
- Gets the container's children tokens.
-
- The container's children tokens.
-
-
-
- Gets or sets the name of this constructor.
-
- The constructor name.
-
-
-
- Gets the node type for this .
-
- The type.
-
-
-
- Gets the with the specified key.
-
- The with the specified key.
-
-
-
- Represents a collection of objects.
-
- The type of token
-
-
-
- An empty collection of objects.
-
-
-
-
- Initializes a new instance of the struct.
-
- The enumerable.
-
-
-
- Returns an enumerator that iterates through the collection.
-
-
- A 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.
-
-
-
-
- Determines whether the specified is equal to this instance.
-
- The to compare with this instance.
-
- true if the specified is equal to this instance; otherwise, false.
-
-
-
-
- Returns a hash code for this instance.
-
-
- A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
-
-
-
-
- Gets the with the specified key.
-
-
-
-
-
- Represents a JSON object.
-
-
-
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class from another object.
-
- A object to copy from.
-
-
-
- Initializes a new instance of the class with the specified content.
-
- The contents of the object.
-
-
-
- Initializes a new instance of the class with the specified content.
-
- The contents of the object.
-
-
-
- Gets an of this object's properties.
-
- An of this object's properties.
-
-
-
- Gets a the specified name.
-
- The property name.
- A with the specified name or null.
-
-
-
- Gets an of this object's property values.
-
- An of this object's property values.
-
-
-
- Loads an from a .
-
- A that will be read for the content of the .
- A that contains the JSON that was read from the specified .
-
-
-
- Load a from a string that contains JSON.
-
- A that contains JSON.
- A populated from the string that contains JSON.
-
-
-
-
-
-
- Creates a from an object.
-
- The object that will be used to create .
- A with the values of the specified object
-
-
-
- Creates a from an object.
-
- The object that will be used to create .
- The that will be used to read the object.
- A with the values of the specified object
-
-
-
- Writes this token to a .
-
- A into which this method will write.
- A collection of which will be used when writing the token.
-
-
-
- Gets the with the specified property name.
-
- Name of the property.
- The with the specified property name.
-
-
-
- Gets the with the specified property name.
- The exact property name will be searched for first and if no matching property is found then
- the will be used to match a property.
-
- Name of the property.
- One of the enumeration values that specifies how the strings will be compared.
- The with the specified property name.
-
-
-
- Tries to get the with the specified property name.
- The exact property name will be searched for first and if no matching property is found then
- the will be used to match a property.
-
- Name of the property.
- The value.
- One of the enumeration values that specifies how the strings will be compared.
- true if a value was successfully retrieved; otherwise, false.
-
-
-
- Adds the specified property name.
-
- Name of the property.
- The value.
-
-
-
- Removes the property with the specified name.
-
- Name of the property.
- true if item was successfully removed; otherwise, false.
-
-
-
- Tries the get value.
-
- Name of the property.
- The value.
- true if a value was successfully retrieved; otherwise, false.
-
-
-
- Returns an enumerator that iterates through the collection.
-
-
- A that can be used to iterate through the collection.
-
-
-
-
- Raises the event with the provided arguments.
-
- Name of the property.
-
-
-
- Raises the event with the provided arguments.
-
- Name of the property.
-
-
-
- Returns the properties for this instance of a component.
-
-
- A that represents the properties for this component instance.
-
-
-
-
- Returns the properties for this instance of a component using the attribute array as a filter.
-
- An array of type that is used as a filter.
-
- A that represents the filtered properties for this component instance.
-
-
-
-
- Returns a collection of custom attributes for this instance of a component.
-
-
- An containing the attributes for this object.
-
-
-
-
- Returns the class name of this instance of a component.
-
-
- The class name of the object, or null if the class does not have a name.
-
-
-
-
- Returns the name of this instance of a component.
-
-
- The name of the object, or null if the object does not have a name.
-
-
-
-
- Returns a type converter for this instance of a component.
-
-
- A that is the converter for this object, or null if there is no for this object.
-
-
-
-
- Returns the default event for this instance of a component.
-
-
- An that represents the default event for this object, or null if this object does not have events.
-
-
-
-
- Returns the default property for this instance of a component.
-
-
- A that represents the default property for this object, or null if this object does not have properties.
-
-
-
-
- Returns an editor of the specified type for this instance of a component.
-
- A that represents the editor for this object.
-
- An of the specified type that is the editor for this object, or null if the editor cannot be found.
-
-
-
-
- Returns the events for this instance of a component using the specified attribute array as a filter.
-
- An array of type that is used as a filter.
-
- An that represents the filtered events for this component instance.
-
-
-
-
- Returns the events for this instance of a component.
-
-
- An that represents the events for this component instance.
-
-
-
-
- Returns an object that contains the property described by the specified property descriptor.
-
- A that represents the property whose owner is to be found.
-
- An that represents the owner of the specified property.
-
-
-
-
- Returns the responsible for binding operations performed on this object.
-
- The expression tree representation of the runtime value.
-
- The to bind this object.
-
-
-
-
- Gets the container's children tokens.
-
- The container's children tokens.
-
-
-
- Occurs when a property value changes.
-
-
-
-
- Occurs when a property value is changing.
-
-
-
-
- Gets the node type for this .
-
- The type.
-
-
-
- Gets the with the specified key.
-
- The with the specified key.
-
-
-
- Gets or sets the with the specified property name.
-
-
-
-
-
- Represents a JSON array.
-
-
-
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class from another object.
-
- A object to copy from.
-
-
-
- Initializes a new instance of the class with the specified content.
-
- The contents of the array.
-
-
-
- Initializes a new instance of the class with the specified content.
-
- The contents of the array.
-
-
-
- Loads an from a .
-
- A that will be read for the content of the .
- A that contains the JSON that was read from the specified .
-
-
-
- Load a from a string that contains JSON.
-
- A that contains JSON.
- A populated from the string that contains JSON.
-
-
-
-
-
-
- Creates a from an object.
-
- The object that will be used to create .
- A with the values of the specified object
-
-
-
- Creates a from an object.
-
- The object that will be used to create .
- The that will be used to read the object.
- A with the values of the specified object
-
-
-
- Writes this token to a .
-
- A into which this method will write.
- A collection of which will be used when writing the token.
-
-
-
- Determines the index of a specific item in the .
-
- The object to locate in the .
-
- The index of if found in the list; otherwise, -1.
-
-
-
-
- Inserts an item to the at the specified index.
-
- The zero-based index at which should be inserted.
- The object to insert into the .
-
- is not a valid index in the .
- The is read-only.
-
-
-
- Removes the item at the specified index.
-
- The zero-based index of the item to remove.
-
- is not a valid index in the .
- The is read-only.
-
-
-
- Returns an enumerator that iterates through the collection.
-
-
- A that can be used to iterate through the collection.
-
-
-
-
- Adds an item to the .
-
- The object to add to the .
- The is read-only.
-
-
-
- Removes all items from the .
-
- The is read-only.
-
-
-
- Determines whether the contains a specific value.
-
- The object to locate in the .
-
- true if is found in the ; otherwise, false.
-
-
-
-
- Copies to.
-
- The array.
- Index of the array.
-
-
-
- Removes the first occurrence of a specific object from the .
-
- The object to remove from the .
-
- true if was successfully removed from the ; otherwise, false. This method also returns false if is not found in the original .
-
- The is read-only.
-
-
-
- Gets the container's children tokens.
-
- The container's children tokens.
-
-
-
- Gets the node type for this .
-
- The type.
-
-
-
- Gets the with the specified key.
-
- The with the specified key.
-
-
-
- Gets or sets the at the specified index.
-
-
-
-
-
- Gets a value indicating whether the is read-only.
-
- true if the is read-only; otherwise, false.
-
-
-
- Represents a reader that provides fast, non-cached, forward-only access to serialized Json data.
-
-
-
-
- Initializes a new instance of the class.
-
- The token to read from.
-
-
-
- Reads the next JSON token from the stream as a .
-
-
- A or a null reference if the next JSON token is null. This method will return null at the end of an array.
-
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream.
-
-
- true if the next token was read successfully; false if there are no more tokens to read.
-
-
-
-
- Gets the path of the current JSON token.
-
-
-
-
- Represents a writer that provides a fast, non-cached, forward-only way of generating Json data.
-
-
-
-
- Initializes a new instance of the class writing to the given .
-
- The container being written to.
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
-
-
-
-
- Closes this stream and the underlying stream.
-
-
-
-
- Writes the beginning of a Json object.
-
-
-
-
- Writes the beginning of a Json array.
-
-
-
-
- Writes the start of a constructor with the given name.
-
- The name of the constructor.
-
-
-
- Writes the end.
-
- The token.
-
-
-
- Writes the property name of a name/value pair on a Json object.
-
- The name of the property.
-
-
-
- Writes a value.
- An error will raised if the value cannot be written as a single JSON token.
-
- The value to write.
-
-
-
- Writes a null value.
-
-
-
-
- Writes an undefined value.
-
-
-
-
- Writes raw JSON.
-
- The raw JSON to write.
-
-
-
- Writes out a comment /*...*/ containing the specified text.
-
- Text to place inside the comment.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Gets the token being writen.
-
- The token being writen.
-
-
-
- Represents a JSON property.
-
-
-
-
- Initializes a new instance of the class from another object.
-
- A object to copy from.
-
-
-
- Initializes a new instance of the class.
-
- The property name.
- The property content.
-
-
-
- Initializes a new instance of the class.
-
- The property name.
- The property content.
-
-
-
- Writes this token to a .
-
- A into which this method will write.
- A collection of which will be used when writing the token.
-
-
-
- Loads an from a .
-
- A that will be read for the content of the .
- A that contains the JSON that was read from the specified .
-
-
-
- Gets the container's children tokens.
-
- The container's children tokens.
-
-
-
- Gets the property name.
-
- The property name.
-
-
-
- Gets or sets the property value.
-
- The property value.
-
-
-
- Gets the node type for this .
-
- The type.
-
-
-
- Specifies the type of token.
-
-
-
-
- No token type has been set.
-
-
-
-
- A JSON object.
-
-
-
-
- A JSON array.
-
-
-
-
- A JSON constructor.
-
-
-
-
- A JSON object property.
-
-
-
-
- A comment.
-
-
-
-
- An integer value.
-
-
-
-
- A float value.
-
-
-
-
- A string value.
-
-
-
-
- A boolean value.
-
-
-
-
- A null value.
-
-
-
-
- An undefined value.
-
-
-
-
- A date value.
-
-
-
-
- A raw JSON value.
-
-
-
-
- A collection of bytes value.
-
-
-
-
- A Guid value.
-
-
-
-
- A Uri value.
-
-
-
-
- A TimeSpan value.
-
-
-
-
- Contains the JSON schema extension methods.
-
-
-
-
- Determines whether the is valid.
-
- The source to test.
- The schema to test with.
-
- true if the specified is valid; otherwise, false.
-
-
-
-
- Determines whether the is valid.
-
- The source to test.
- The schema to test with.
- When this method returns, contains any error messages generated while validating.
-
- true if the specified is valid; otherwise, false.
-
-
-
-
- Validates the specified .
-
- The source to test.
- The schema to test with.
-
-
-
- Validates the specified .
-
- The source to test.
- The schema to test with.
- The validation event handler.
-
-
-
- Returns detailed information about the schema exception.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class
- with a specified error message.
-
- The error message that explains the reason for the exception.
-
-
-
- Initializes a new instance of the class
- with a specified error message and a reference to the inner exception that is the cause of this exception.
-
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
-
-
-
- Initializes a new instance of the class.
-
- The that holds the serialized object data about the exception being thrown.
- The that contains contextual information about the source or destination.
- The parameter is null.
- The class name is null or is zero (0).
-
-
-
- Gets the line number indicating where the error occurred.
-
- The line number indicating where the error occurred.
-
-
-
- Gets the line position indicating where the error occurred.
-
- The line position indicating where the error occurred.
-
-
-
- Gets the path to the JSON where the error occurred.
-
- The path to the JSON where the error occurred.
-
-
-
- Resolves from an id.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Gets a for the specified reference.
-
- The id.
- A for the specified reference.
-
-
-
- Gets or sets the loaded schemas.
-
- The loaded schemas.
-
-
-
- Specifies undefined schema Id handling options for the .
-
-
-
-
- Do not infer a schema Id.
-
-
-
-
- Use the .NET type name as the schema Id.
-
-
-
-
- Use the assembly qualified .NET type name as the schema Id.
-
-
-
-
- Returns detailed information related to the .
-
-
-
-
- Gets the associated with the validation error.
-
- The JsonSchemaException associated with the validation error.
-
-
-
- Gets the path of the JSON location where the validation error occurred.
-
- The path of the JSON location where the validation error occurred.
-
-
-
- Gets the text description corresponding to the validation error.
-
- The text description.
-
-
-
- Represents the callback method that will handle JSON schema validation events and the .
-
-
-
-
- Resolves member mappings for a type, camel casing property names.
-
-
-
-
- Used by to resolves a for a given .
-
-
-
-
- Used by to resolves a for a given .
-
-
-
-
-
-
-
-
- Resolves the contract for a given type.
-
- The type to resolve a contract for.
- The contract for a given type.
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
-
- If set to true the will use a cached shared with other resolvers of the same type.
- Sharing the cache will significantly performance because expensive reflection will only happen once but could cause unexpected
- behavior if different instances of the resolver are suppose to produce different results. When set to false it is highly
- recommended to reuse instances with the .
-
-
-
-
- Resolves the contract for a given type.
-
- The type to resolve a contract for.
- The contract for a given type.
-
-
-
- Gets the serializable members for the type.
-
- The type to get serializable members for.
- The serializable members for the type.
-
-
-
- Creates a for the given type.
-
- Type of the object.
- A for the given type.
-
-
-
- Creates the constructor parameters.
-
- The constructor to create properties for.
- The type's member properties.
- Properties for the given .
-
-
-
- Creates a for the given .
-
- The matching member property.
- The constructor parameter.
- A created for the given .
-
-
-
- Resolves the default for the contract.
-
- Type of the object.
- The contract's default .
-
-
-
- Creates a for the given type.
-
- Type of the object.
- A for the given type.
-
-
-
- Creates a for the given type.
-
- Type of the object.
- A for the given type.
-
-
-
- Creates a for the given type.
-
- Type of the object.
- A for the given type.
-
-
-
- Creates a for the given type.
-
- Type of the object.
- A for the given type.
-
-
-
- Creates a for the given type.
-
- Type of the object.
- A for the given type.
-
-
-
- Creates a for the given type.
-
- Type of the object.
- A for the given type.
-
-
-
- Creates a for the given type.
-
- Type of the object.
- A for the given type.
-
-
-
- Determines which contract type is created for the given type.
-
- Type of the object.
- A for the given type.
-
-
-
- Creates properties for the given .
-
- The type to create properties for.
- /// The member serialization mode for the type.
- Properties for the given .
-
-
-
- Creates the used by the serializer to get and set values from a member.
-
- The member.
- The used by the serializer to get and set values from a member.
-
-
-
- Creates a for the given .
-
- The member's parent .
- The member to create a for.
- A created for the given .
-
-
-
- Resolves the name of the property.
-
- Name of the property.
- Name of the property.
-
-
-
- Gets the resolved name of the property.
-
- Name of the property.
- Name of the property.
-
-
-
- Gets a value indicating whether members are being get and set using dynamic code generation.
- This value is determined by the runtime permissions available.
-
-
- true if using dynamic code generation; otherwise, false.
-
-
-
-
- Gets or sets the default members search flags.
-
- The default members search flags.
-
-
-
- Gets or sets a value indicating whether compiler generated members should be serialized.
-
-
- true if serialized compiler generated members; otherwise, false.
-
-
-
-
- Gets or sets a value indicating whether to ignore the interface when serializing and deserializing types.
-
-
- true if the interface will be ignored when serializing and deserializing types; otherwise, false.
-
-
-
-
- Gets or sets a value indicating whether to ignore the attribute when serializing and deserializing types.
-
-
- true if the attribute will be ignored when serializing and deserializing types; otherwise, false.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Resolves the name of the property.
-
- Name of the property.
- The property name camel cased.
-
-
-
- The default serialization binder used when resolving and loading classes from type names.
-
-
-
-
- When overridden in a derived class, controls the binding of a serialized object to a type.
-
- Specifies the name of the serialized object.
- Specifies the name of the serialized object.
-
- The type of the object the formatter creates a new instance of.
-
-
-
-
- When overridden in a derived class, controls the binding of a serialized object to a type.
-
- The type of the object the formatter creates a new instance of.
- Specifies the name of the serialized object.
- Specifies the name of the serialized object.
-
-
-
- Provides information surrounding an error.
-
-
-
-
- Gets the error.
-
- The error.
-
-
-
- Gets the original object that caused the error.
-
- The original object that caused the error.
-
-
-
- Gets the member that caused the error.
-
- The member that caused the error.
-
-
-
- Gets the path of the JSON location where the error occurred.
-
- The path of the JSON location where the error occurred.
-
-
-
- Gets or sets a value indicating whether this is handled.
-
- true if handled; otherwise, false.
-
-
-
- Contract details for a used by the .
-
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Gets the of the collection items.
-
- The of the collection items.
-
-
-
- Gets a value indicating whether the collection type is a multidimensional array.
-
- true if the collection type is a multidimensional array; otherwise, false.
-
-
-
- Handles serialization callback events.
-
- The object that raised the callback event.
- The streaming context.
-
-
-
- Handles serialization error callback events.
-
- The object that raised the callback event.
- The streaming context.
- The error context.
-
-
-
- Sets extension data for an object during deserialization.
-
- The object to set extension data on.
- The extension data key.
- The extension data value.
-
-
-
- Gets extension data for an object during serialization.
-
- The object to set extension data on.
-
-
-
- Contract details for a used by the .
-
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Gets or sets the property name resolver.
-
- The property name resolver.
-
-
-
- Gets the of the dictionary keys.
-
- The of the dictionary keys.
-
-
-
- Gets the of the dictionary values.
-
- The of the dictionary values.
-
-
-
- Maps a JSON property to a .NET member or constructor parameter.
-
-
-
-
- Returns a that represents this instance.
-
-
- A that represents this instance.
-
-
-
-
- Gets or sets the name of the property.
-
- The name of the property.
-
-
-
- Gets or sets the type that declared this property.
-
- The type that declared this property.
-
-
-
- Gets or sets the order of serialization and deserialization of a member.
-
- The numeric order of serialization or deserialization.
-
-
-
- Gets or sets the name of the underlying member or parameter.
-
- The name of the underlying member or parameter.
-
-
-
- Gets the that will get and set the during serialization.
-
- The that will get and set the during serialization.
-
-
-
- Gets or sets the type of the property.
-
- The type of the property.
-
-
-
- Gets or sets the for the property.
- If set this converter takes presidence over the contract converter for the property type.
-
- The converter.
-
-
-
- Gets or sets the member converter.
-
- The member converter.
-
-
-
- Gets or sets a value indicating whether this is ignored.
-
- true if ignored; otherwise, false.
-
-
-
- Gets or sets a value indicating whether this is readable.
-
- true if readable; otherwise, false.
-
-
-
- Gets or sets a value indicating whether this is writable.
-
- true if writable; otherwise, false.
-
-
-
- Gets or sets a value indicating whether this has a member attribute.
-
- true if has a member attribute; otherwise, false.
-
-
-
- Gets the default value.
-
- The default value.
-
-
-
- Gets or sets a value indicating whether this is required.
-
- A value indicating whether this is required.
-
-
-
- Gets or sets a value indicating whether this property preserves object references.
-
-
- true if this instance is reference; otherwise, false.
-
-
-
-
- Gets or sets the property null value handling.
-
- The null value handling.
-
-
-
- Gets or sets the property default value handling.
-
- The default value handling.
-
-
-
- Gets or sets the property reference loop handling.
-
- The reference loop handling.
-
-
-
- Gets or sets the property object creation handling.
-
- The object creation handling.
-
-
-
- Gets or sets or sets the type name handling.
-
- The type name handling.
-
-
-
- Gets or sets a predicate used to determine whether the property should be serialize.
-
- A predicate used to determine whether the property should be serialize.
-
-
-
- Gets or sets a predicate used to determine whether the property should be serialized.
-
- A predicate used to determine whether the property should be serialized.
-
-
-
- Gets or sets an action used to set whether the property has been deserialized.
-
- An action used to set whether the property has been deserialized.
-
-
-
- Gets or sets the converter used when serializing the property's collection items.
-
- The collection's items converter.
-
-
-
- Gets or sets whether this property's collection items are serialized as a reference.
-
- Whether this property's collection items are serialized as a reference.
-
-
-
- Gets or sets the the type name handling used when serializing the property's collection items.
-
- The collection's items type name handling.
-
-
-
- Gets or sets the the reference loop handling used when serializing the property's collection items.
-
- The collection's items reference loop handling.
-
-
-
- A collection of objects.
-
-
-
-
- Initializes a new instance of the class.
-
- The type.
-
-
-
- When implemented in a derived class, extracts the key from the specified element.
-
- The element from which to extract the key.
- The key for the specified element.
-
-
-
- Adds a object.
-
- The property to add to the collection.
-
-
-
- Gets the closest matching object.
- First attempts to get an exact case match of propertyName and then
- a case insensitive match.
-
- Name of the property.
- A matching property if found.
-
-
-
- Gets a property by property name.
-
- The name of the property to get.
- Type property name string comparison.
- A matching property if found.
-
-
-
- Specifies missing member handling options for the .
-
-
-
-
- Ignore a missing member and do not attempt to deserialize it.
-
-
-
-
- Throw a when a missing member is encountered during deserialization.
-
-
-
-
- Specifies null value handling options for the .
-
-
-
-
-
-
-
-
- Include null values when serializing and deserializing objects.
-
-
-
-
- Ignore null values when serializing and deserializing objects.
-
-
-
-
- Specifies reference loop handling options for the .
-
-
-
-
- Throw a when a loop is encountered.
-
-
-
-
- Ignore loop references and do not serialize.
-
-
-
-
- Serialize loop references.
-
-
-
-
- An in-memory representation of a JSON Schema.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Reads a from the specified .
-
- The containing the JSON Schema to read.
- The object representing the JSON Schema.
-
-
-
- Reads a from the specified .
-
- The containing the JSON Schema to read.
- The to use when resolving schema references.
- The object representing the JSON Schema.
-
-
-
- Load a from a string that contains schema JSON.
-
- A that contains JSON.
- A populated from the string that contains JSON.
-
-
-
- Parses the specified json.
-
- The json.
- The resolver.
- A populated from the string that contains JSON.
-
-
-
- Writes this schema to a .
-
- A into which this method will write.
-
-
-
- Writes this schema to a using the specified .
-
- A into which this method will write.
- The resolver used.
-
-
-
- Returns a that represents the current .
-
-
- A that represents the current .
-
-
-
-
- Gets or sets the id.
-
-
-
-
- Gets or sets the title.
-
-
-
-
- Gets or sets whether the object is required.
-
-
-
-
- Gets or sets whether the object is read only.
-
-
-
-
- Gets or sets whether the object is visible to users.
-
-
-
-
- Gets or sets whether the object is transient.
-
-
-
-
- Gets or sets the description of the object.
-
-
-
-
- Gets or sets the types of values allowed by the object.
-
- The type.
-
-
-
- Gets or sets the pattern.
-
- The pattern.
-
-
-
- Gets or sets the minimum length.
-
- The minimum length.
-
-
-
- Gets or sets the maximum length.
-
- The maximum length.
-
-
-
- Gets or sets a number that the value should be divisble by.
-
- A number that the value should be divisble by.
-
-
-
- Gets or sets the minimum.
-
- The minimum.
-
-
-
- Gets or sets the maximum.
-
- The maximum.
-
-
-
- Gets or sets a flag indicating whether the value can not equal the number defined by the "minimum" attribute.
-
- A flag indicating whether the value can not equal the number defined by the "minimum" attribute.
-
-
-
- Gets or sets a flag indicating whether the value can not equal the number defined by the "maximum" attribute.
-
- A flag indicating whether the value can not equal the number defined by the "maximum" attribute.
-
-
-
- Gets or sets the minimum number of items.
-
- The minimum number of items.
-
-
-
- Gets or sets the maximum number of items.
-
- The maximum number of items.
-
-
-
- Gets or sets the of items.
-
- The of items.
-
-
-
- Gets or sets a value indicating whether items in an array are validated using the instance at their array position from .
-
-
- true if items are validated using their array position; otherwise, false.
-
-
-
-
- Gets or sets the of additional items.
-
- The of additional items.
-
-
-
- Gets or sets a value indicating whether additional items are allowed.
-
-
- true if additional items are allowed; otherwise, false.
-
-
-
-
- Gets or sets whether the array items must be unique.
-
-
-
-
- Gets or sets the of properties.
-
- The of properties.
-
-
-
- Gets or sets the of additional properties.
-
- The of additional properties.
-
-
-
- Gets or sets the pattern properties.
-
- The pattern properties.
-
-
-
- Gets or sets a value indicating whether additional properties are allowed.
-
-
- true if additional properties are allowed; otherwise, false.
-
-
-
-
- Gets or sets the required property if this property is present.
-
- The required property if this property is present.
-
-
-
- Gets or sets the a collection of valid enum values allowed.
-
- A collection of valid enum values allowed.
-
-
-
- Gets or sets disallowed types.
-
- The disallow types.
-
-
-
- Gets or sets the default value.
-
- The default value.
-
-
-
- Gets or sets the collection of that this schema extends.
-
- The collection of that this schema extends.
-
-
-
- Gets or sets the format.
-
- The format.
-
-
-
- Generates a from a specified .
-
-
-
-
- Generate a from the specified type.
-
- The type to generate a from.
- A generated from the specified type.
-
-
-
- Generate a from the specified type.
-
- The type to generate a from.
- The used to resolve schema references.
- A generated from the specified type.
-
-
-
- Generate a from the specified type.
-
- The type to generate a from.
- Specify whether the generated root will be nullable.
- A generated from the specified type.
-
-
-
- Generate a from the specified type.
-
- The type to generate a from.
- The used to resolve schema references.
- Specify whether the generated root will be nullable.
- A generated from the specified type.
-
-
-
- Gets or sets how undefined schemas are handled by the serializer.
-
-
-
-
- Gets or sets the contract resolver.
-
- The contract resolver.
-
-
-
- The value types allowed by the .
-
-
-
-
- No type specified.
-
-
-
-
- String type.
-
-
-
-
- Float type.
-
-
-
-
- Integer type.
-
-
-
-
- Boolean type.
-
-
-
-
- Object type.
-
-
-
-
- Array type.
-
-
-
-
- Null type.
-
-
-
-
- Any type.
-
-
-
-
- Contract details for a used by the .
-
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Gets or sets the object member serialization.
-
- The member object serialization.
-
-
-
- Gets or sets a value that indicates whether the object's properties are required.
-
-
- A value indicating whether the object's properties are required.
-
-
-
-
- Gets the object's properties.
-
- The object's properties.
-
-
-
- Gets the constructor parameters required for any non-default constructor
-
-
-
-
- Gets or sets the override constructor used to create the object.
- This is set when a constructor is marked up using the
- JsonConstructor attribute.
-
- The override constructor.
-
-
-
- Gets or sets the parametrized constructor used to create the object.
-
- The parametrized constructor.
-
-
-
- Gets or sets the extension data setter.
-
-
-
-
- Gets or sets the extension data getter.
-
-
-
-
- Contract details for a used by the .
-
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Get and set values for a using reflection.
-
-
-
-
- Initializes a new instance of the class.
-
- The member info.
-
-
-
- Sets the value.
-
- The target to set the value on.
- The value to set on the target.
-
-
-
- Gets the value.
-
- The target to get the value from.
- The value.
-
-
-
- When applied to a method, specifies that the method is called when an error occurs serializing an object.
-
-
-
-
- Helper method for generating a MetaObject which calls a
- specific method on Dynamic that returns a result
-
-
-
-
- Helper method for generating a MetaObject which calls a
- specific method on Dynamic, but uses one of the arguments for
- the result.
-
-
-
-
- Helper method for generating a MetaObject which calls a
- specific method on Dynamic, but uses one of the arguments for
- the result.
-
-
-
-
- Returns a Restrictions object which includes our current restrictions merged
- with a restriction limiting our type
-
-
-
-
- Represents a method that constructs an object.
-
- The object type to create.
-
-
-
- Specifies type name handling options for the .
-
-
-
-
- Do not include the .NET type name when serializing types.
-
-
-
-
- Include the .NET type name when serializing into a JSON object structure.
-
-
-
-
- Include the .NET type name when serializing into a JSON array structure.
-
-
-
-
- Always include the .NET type name when serializing.
-
-
-
-
- Include the .NET type name when the type of the object being serialized is not the same as its declared type.
-
-
-
-
- Converts the value to the specified type. If the value is unable to be converted, the
- value is checked whether it assignable to the specified type.
-
- The value to convert.
- The culture to use when converting.
- The type to convert or cast the value to.
-
- The converted type. If conversion was unsuccessful, the initial value
- is returned if assignable to the target type.
-
-
-
-
- Gets a dictionary of the names and values of an Enum type.
-
-
-
-
-
- Gets a dictionary of the names and values of an Enum type.
-
- The enum type to get names and values for.
-
-
-
-
- Specifies the type of Json token.
-
-
-
-
- This is returned by the if a method has not been called.
-
-
-
-
- An object start token.
-
-
-
-
- An array start token.
-
-
-
-
- A constructor start token.
-
-
-
-
- An object property name.
-
-
-
-
- A comment.
-
-
-
-
- Raw JSON.
-
-
-
-
- An integer.
-
-
-
-
- A float.
-
-
-
-
- A string.
-
-
-
-
- A boolean.
-
-
-
-
- A null token.
-
-
-
-
- An undefined token.
-
-
-
-
- An object end token.
-
-
-
-
- An array end token.
-
-
-
-
- A constructor end token.
-
-
-
-
- A Date.
-
-
-
-
- Byte data.
-
-
-
-
- Builds a string. Unlike StringBuilder this class lets you reuse it's internal buffer.
-
-
-
-
- Determines whether the collection is null or empty.
-
- The collection.
-
- true if the collection is null or empty; otherwise, false.
-
-
-
-
- Adds the elements of the specified collection to the specified generic IList.
-
- The list to add to.
- The collection of elements to add.
-
-
-
- Returns the index of the first occurrence in a sequence by using a specified IEqualityComparer.
-
- The type of the elements of source.
- A sequence in which to locate a value.
- The object to locate in the sequence
- An equality comparer to compare values.
- The zero-based index of the first occurrence of value within the entire sequence, if found; otherwise, –1.
-
-
-
- Gets the type of the typed collection's items.
-
- The type.
- The type of the typed collection's items.
-
-
-
- Gets the member's underlying type.
-
- The member.
- The underlying type of the member.
-
-
-
- Determines whether the member is an indexed property.
-
- The member.
-
- true if the member is an indexed property; otherwise, false.
-
-
-
-
- Determines whether the property is an indexed property.
-
- The property.
-
- true if the property is an indexed property; otherwise, false.
-
-
-
-
- Gets the member's value on the object.
-
- The member.
- The target object.
- The member's value on the object.
-
-
-
- Sets the member's value on the target object.
-
- The member.
- The target.
- The value.
-
-
-
- Determines whether the specified MemberInfo can be read.
-
- The MemberInfo to determine whether can be read.
- /// if set to true then allow the member to be gotten non-publicly.
-
- true if the specified MemberInfo can be read; otherwise, false.
-
-
-
-
- Determines whether the specified MemberInfo can be set.
-
- The MemberInfo to determine whether can be set.
- if set to true then allow the member to be set non-publicly.
- if set to true then allow the member to be set if read-only.
-
- true if the specified MemberInfo can be set; otherwise, false.
-
-
-
-
- Determines whether the string is all white space. Empty string will return false.
-
- The string to test whether it is all white space.
-
- true if the string is all white space; otherwise, false.
-
-
-
-
- Nulls an empty string.
-
- The string.
- Null if the string was null, otherwise the string unchanged.
-
-
-
- Specifies the state of the .
-
-
-
-
- An exception has been thrown, which has left the in an invalid state.
- You may call the method to put the in the Closed state.
- Any other method calls results in an being thrown.
-
-
-
-
- The method has been called.
-
-
-
-
- An object is being written.
-
-
-
-
- A array is being written.
-
-
-
-
- A constructor is being written.
-
-
-
-
- A property is being written.
-
-
-
-
- A write method has not been called.
-
-
-
-
diff --git a/packages/Newtonsoft.Json.6.0.3/lib/net45/Newtonsoft.Json.dll b/packages/Newtonsoft.Json.6.0.3/lib/net45/Newtonsoft.Json.dll
deleted file mode 100644
index 570e74d..0000000
Binary files a/packages/Newtonsoft.Json.6.0.3/lib/net45/Newtonsoft.Json.dll and /dev/null differ
diff --git a/packages/Newtonsoft.Json.6.0.3/lib/net45/Newtonsoft.Json.xml b/packages/Newtonsoft.Json.6.0.3/lib/net45/Newtonsoft.Json.xml
deleted file mode 100644
index 06eb5c8..0000000
--- a/packages/Newtonsoft.Json.6.0.3/lib/net45/Newtonsoft.Json.xml
+++ /dev/null
@@ -1,8488 +0,0 @@
-
-
-
- Newtonsoft.Json
-
-
-
-
- Represents a BSON Oid (object id).
-
-
-
-
- Initializes a new instance of the class.
-
- The Oid value.
-
-
-
- Gets or sets the value of the Oid.
-
- The value of the Oid.
-
-
-
- Represents a reader that provides fast, non-cached, forward-only access to serialized Json data.
-
-
-
-
- Represents a reader that provides fast, non-cached, forward-only access to serialized Json data.
-
-
-
-
- Initializes a new instance of the class with the specified .
-
-
-
-
- Reads the next JSON token from the stream.
-
- true if the next token was read successfully; false if there are no more tokens to read.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A or a null reference if the next JSON token is null. This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Skips the children of the current token.
-
-
-
-
- Sets the current token.
-
- The new token.
-
-
-
- Sets the current token and value.
-
- The new token.
- The value.
-
-
-
- Sets the state based on current token type.
-
-
-
-
- Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
-
-
-
-
- Releases unmanaged and - optionally - managed resources
-
- true to release both managed and unmanaged resources; false to release only unmanaged resources.
-
-
-
- Changes the to Closed.
-
-
-
-
- Gets the current reader state.
-
- The current reader state.
-
-
-
- Gets or sets a value indicating whether the underlying stream or
- should be closed when the reader is closed.
-
-
- true to close the underlying stream or when
- the reader is closed; otherwise false. The default is true.
-
-
-
-
- Gets or sets a value indicating whether multiple pieces of JSON content can
- be read from a continuous stream without erroring.
-
-
- true to support reading multiple pieces of JSON content; otherwise false. The default is false.
-
-
-
-
- Gets the quotation mark character used to enclose the value of a string.
-
-
-
-
- Get or set how time zones are handling when reading JSON.
-
-
-
-
- Get or set how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON.
-
-
-
-
- Get or set how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
-
-
-
-
- Get or set how custom date formatted strings are parsed when reading JSON.
-
-
-
-
- Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a .
-
-
-
-
- Gets the type of the current JSON token.
-
-
-
-
- Gets the text value of the current JSON token.
-
-
-
-
- Gets The Common Language Runtime (CLR) type for the current JSON token.
-
-
-
-
- Gets the depth of the current token in the JSON document.
-
- The depth of the current token in the JSON document.
-
-
-
- Gets the path of the current JSON token.
-
-
-
-
- Gets or sets the culture used when reading JSON. Defaults to .
-
-
-
-
- Specifies the state of the reader.
-
-
-
-
- The Read method has not been called.
-
-
-
-
- The end of the file has been reached successfully.
-
-
-
-
- Reader is at a property.
-
-
-
-
- Reader is at the start of an object.
-
-
-
-
- Reader is in an object.
-
-
-
-
- Reader is at the start of an array.
-
-
-
-
- Reader is in an array.
-
-
-
-
- The Close method has been called.
-
-
-
-
- Reader has just read a value.
-
-
-
-
- Reader is at the start of a constructor.
-
-
-
-
- Reader in a constructor.
-
-
-
-
- An error occurred that prevents the read operation from continuing.
-
-
-
-
- The end of the file has been reached successfully.
-
-
-
-
- Initializes a new instance of the class.
-
- The stream.
-
-
-
- Initializes a new instance of the class.
-
- The reader.
-
-
-
- Initializes a new instance of the class.
-
- The stream.
- if set to true the root object will be read as a JSON array.
- The used when reading values from BSON.
-
-
-
- Initializes a new instance of the class.
-
- The reader.
- if set to true the root object will be read as a JSON array.
- The used when reading values from BSON.
-
-
-
- Reads the next JSON token from the stream as a .
-
-
- A or a null reference if the next JSON token is null. This method will return null at the end of an array.
-
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
-
- A . This method will return null at the end of an array.
-
-
-
-
- Reads the next JSON token from the stream.
-
-
- true if the next token was read successfully; false if there are no more tokens to read.
-
-
-
-
- Changes the to Closed.
-
-
-
-
- Gets or sets a value indicating whether binary data reading should compatible with incorrect Json.NET 3.5 written binary.
-
-
- true if binary data reading will be compatible with incorrect Json.NET 3.5 written binary; otherwise, false.
-
-
-
-
- Gets or sets a value indicating whether the root object will be read as a JSON array.
-
-
- true if the root object will be read as a JSON array; otherwise, false.
-
-
-
-
- Gets or sets the used when reading values from BSON.
-
- The used when reading values from BSON.
-
-
-
- Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data.
-
-
-
-
- Represents a writer that provides a fast, non-cached, forward-only way of generating Json data.
-
-
-
-
- Creates an instance of the JsonWriter class.
-
-
-
-
- Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
-
-
-
-
- Closes this stream and the underlying stream.
-
-
-
-
- Writes the beginning of a Json object.
-
-
-
-
- Writes the end of a Json object.
-
-
-
-
- Writes the beginning of a Json array.
-
-
-
-
- Writes the end of an array.
-
-
-
-
- Writes the start of a constructor with the given name.
-
- The name of the constructor.
-
-
-
- Writes the end constructor.
-
-
-
-
- Writes the property name of a name/value pair on a JSON object.
-
- The name of the property.
-
-
-
- Writes the property name of a name/value pair on a JSON object.
-
- The name of the property.
- A flag to indicate whether the text should be escaped when it is written as a JSON property name.
-
-
-
- Writes the end of the current Json object or array.
-
-
-
-
- Writes the current token and its children.
-
- The to read the token from.
-
-
-
- Writes the current token.
-
- The to read the token from.
- A flag indicating whether the current token's children should be written.
-
-
-
- Writes the specified end token.
-
- The end token to write.
-
-
-
- Writes indent characters.
-
-
-
-
- Writes the JSON value delimiter.
-
-
-
-
- Writes an indent space.
-
-
-
-
- Writes a null value.
-
-
-
-
- Writes an undefined value.
-
-
-
-
- Writes raw JSON without changing the writer's state.
-
- The raw JSON to write.
-
-
-
- Writes raw JSON where a value is expected and updates the writer's state.
-
- The raw JSON to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
- An error will raised if the value cannot be written as a single JSON token.
-
- The value to write.
-
-
-
- Writes out a comment /*...*/ containing the specified text.
-
- Text to place inside the comment.
-
-
-
- Writes out the given white space.
-
- The string of white space characters.
-
-
-
- Sets the state of the JsonWriter,
-
- The JsonToken being written.
- The value being written.
-
-
-
- Gets or sets a value indicating whether the underlying stream or
- should be closed when the writer is closed.
-
-
- true to close the underlying stream or when
- the writer is closed; otherwise false. The default is true.
-
-
-
-
- Gets the top.
-
- The top.
-
-
-
- Gets the state of the writer.
-
-
-
-
- Gets the path of the writer.
-
-
-
-
- Indicates how JSON text output is formatted.
-
-
-
-
- Get or set how dates are written to JSON text.
-
-
-
-
- Get or set how time zones are handling when writing JSON text.
-
-
-
-
- Get or set how strings are escaped when writing JSON text.
-
-
-
-
- Get or set how special floating point numbers, e.g. ,
- and ,
- are written to JSON text.
-
-
-
-
- Get or set how and values are formatting when writing JSON text.
-
-
-
-
- Gets or sets the culture used when writing JSON. Defaults to .
-
-
-
-
- Initializes a new instance of the class.
-
- The stream.
-
-
-
- Initializes a new instance of the class.
-
- The writer.
-
-
-
- Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
-
-
-
-
- Writes the end.
-
- The token.
-
-
-
- Writes out a comment /*...*/ containing the specified text.
-
- Text to place inside the comment.
-
-
-
- Writes the start of a constructor with the given name.
-
- The name of the constructor.
-
-
-
- Writes raw JSON.
-
- The raw JSON to write.
-
-
-
- Writes raw JSON where a value is expected and updates the writer's state.
-
- The raw JSON to write.
-
-
-
- Writes the beginning of a Json array.
-
-
-
-
- Writes the beginning of a Json object.
-
-
-
-
- Writes the property name of a name/value pair on a Json object.
-
- The name of the property.
-
-
-
- Closes this stream and the underlying stream.
-
-
-
-
- Writes a value.
- An error will raised if the value cannot be written as a single JSON token.
-
- The value to write.
-
-
-
- Writes a null value.
-
-
-
-
- Writes an undefined value.
-
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value that represents a BSON object id.
-
- The Object ID value to write.
-
-
-
- Writes a BSON regex.
-
- The regex pattern.
- The regex options.
-
-
-
- Gets or sets the used when writing values to BSON.
- When set to no conversion will occur.
-
- The used when writing values to BSON.
-
-
-
- Specifies how constructors are used when initializing objects during deserialization by the .
-
-
-
-
- First attempt to use the public default constructor, then fall back to single paramatized constructor, then the non-public default constructor.
-
-
-
-
- Json.NET will use a non-public default constructor before falling back to a paramatized constructor.
-
-
-
-
- Converts a binary value to and from a base 64 string value.
-
-
-
-
- Converts an object to and from JSON.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Gets the of the JSON produced by the JsonConverter.
-
- The of the JSON produced by the JsonConverter.
-
-
-
- Gets a value indicating whether this can read JSON.
-
- true if this can read JSON; otherwise, false.
-
-
-
- Gets a value indicating whether this can write JSON.
-
- true if this can write JSON; otherwise, false.
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Converts a to and from JSON and BSON.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Create a custom object
-
- The object type to convert.
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Creates an object which will then be populated by the serializer.
-
- Type of the object.
- The created object.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Gets a value indicating whether this can write JSON.
-
-
- true if this can write JSON; otherwise, false.
-
-
-
-
- Converts a to and from JSON.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified value type.
-
- Type of the value.
-
- true if this instance can convert the specified value type; otherwise, false.
-
-
-
-
- Converts a to and from JSON.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified value type.
-
- Type of the value.
-
- true if this instance can convert the specified value type; otherwise, false.
-
-
-
-
- Provides a base class for converting a to and from JSON.
-
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Converts a F# discriminated union type to and from JSON.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Converts an Entity Framework EntityKey to and from JSON.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Converts an ExpandoObject to and from JSON.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Gets a value indicating whether this can write JSON.
-
-
- true if this can write JSON; otherwise, false.
-
-
-
-
- Converts a to and from the ISO 8601 date format (e.g. 2008-04-12T12:53Z).
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Gets or sets the date time styles used when converting a date to and from JSON.
-
- The date time styles used when converting a date to and from JSON.
-
-
-
- Gets or sets the date time format used when converting a date to and from JSON.
-
- The date time format used when converting a date to and from JSON.
-
-
-
- Gets or sets the culture used when converting a date to and from JSON.
-
- The culture used when converting a date to and from JSON.
-
-
-
- Converts a to and from a JavaScript date constructor (e.g. new Date(52231943)).
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing property value of the JSON that is being converted.
- The calling serializer.
- The object value.
-
-
-
- Converts a to and from JSON.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Converts a to and from JSON and BSON.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Converts an to and from its name string value.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Gets or sets a value indicating whether the written enum text should be camel case.
-
- true if the written enum text will be camel case; otherwise, false.
-
-
-
- Gets or sets a value indicating whether integer values are allowed.
-
- true if integers are allowed; otherwise, false.
-
-
-
- Converts a to and from a string (e.g. "1.2.3.4").
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing property value of the JSON that is being converted.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Converts XML to and from JSON.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The calling serializer.
- The value.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Checks if the attributeName is a namespace attribute.
-
- Attribute name to test.
- The attribute name prefix if it has one, otherwise an empty string.
- True if attribute name is for a namespace attribute, otherwise false.
-
-
-
- Determines whether this instance can convert the specified value type.
-
- Type of the value.
-
- true if this instance can convert the specified value type; otherwise, false.
-
-
-
-
- Gets or sets the name of the root element to insert when deserializing to XML if the JSON structure has produces multiple root elements.
-
- The name of the deserialize root element.
-
-
-
- Gets or sets a flag to indicate whether to write the Json.NET array attribute.
- This attribute helps preserve arrays when converting the written XML back to JSON.
-
- true if the array attibute is written to the XML; otherwise, false.
-
-
-
- Gets or sets a value indicating whether to write the root JSON object.
-
- true if the JSON root object is omitted; otherwise, false.
-
-
-
- Specifies how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
-
-
-
-
- Floating point numbers are parsed to .
-
-
-
-
- Floating point numbers are parsed to .
-
-
-
-
- Specifies how dates are formatted when writing JSON text.
-
-
-
-
- Dates are written in the ISO 8601 format, e.g. "2012-03-21T05:40Z".
-
-
-
-
- Dates are written in the Microsoft JSON format, e.g. "\/Date(1198908717056)\/".
-
-
-
-
- Specifies how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON text.
-
-
-
-
- Date formatted strings are not parsed to a date type and are read as strings.
-
-
-
-
- Date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed to .
-
-
-
-
- Date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed to .
-
-
-
-
- Specifies how to treat the time value when converting between string and .
-
-
-
-
- Treat as local time. If the object represents a Coordinated Universal Time (UTC), it is converted to the local time.
-
-
-
-
- Treat as a UTC. If the object represents a local time, it is converted to a UTC.
-
-
-
-
- Treat as a local time if a is being converted to a string.
- If a string is being converted to , convert to a local time if a time zone is specified.
-
-
-
-
- Time zone information should be preserved when converting.
-
-
-
-
- Specifies default value handling options for the .
-
-
-
-
-
-
-
-
- Include members where the member value is the same as the member's default value when serializing objects.
- Included members are written to JSON. Has no effect when deserializing.
-
-
-
-
- Ignore members where the member value is the same as the member's default value when serializing objects
- so that is is not written to JSON.
- This option will ignore all default values (e.g. null for objects and nullable types; 0 for integers,
- decimals and floating point numbers; and false for booleans). The default value ignored can be changed by
- placing the on the property.
-
-
-
-
- Members with a default value but no JSON will be set to their default value when deserializing.
-
-
-
-
- Ignore members where the member value is the same as the member's default value when serializing objects
- and sets members to their default value when deserializing.
-
-
-
-
- Specifies float format handling options when writing special floating point numbers, e.g. ,
- and with .
-
-
-
-
- Write special floating point values as strings in JSON, e.g. "NaN", "Infinity", "-Infinity".
-
-
-
-
- Write special floating point values as symbols in JSON, e.g. NaN, Infinity, -Infinity.
- Note that this will produce non-valid JSON.
-
-
-
-
- Write special floating point values as the property's default value in JSON, e.g. 0.0 for a property, null for a property.
-
-
-
-
- Specifies formatting options for the .
-
-
-
-
- No special formatting is applied. This is the default.
-
-
-
-
- Causes child objects to be indented according to the and settings.
-
-
-
-
- Provides an interface to enable a class to return line and position information.
-
-
-
-
- Gets a value indicating whether the class can return line information.
-
-
- true if LineNumber and LinePosition can be provided; otherwise, false.
-
-
-
-
- Gets the current line number.
-
- The current line number or 0 if no line information is available (for example, HasLineInfo returns false).
-
-
-
- Gets the current line position.
-
- The current line position or 0 if no line information is available (for example, HasLineInfo returns false).
-
-
-
- Instructs the how to serialize the collection.
-
-
-
-
- Instructs the how to serialize the object.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class with the specified container Id.
-
- The container Id.
-
-
-
- Gets or sets the id.
-
- The id.
-
-
-
- Gets or sets the title.
-
- The title.
-
-
-
- Gets or sets the description.
-
- The description.
-
-
-
- Gets the collection's items converter.
-
- The collection's items converter.
-
-
-
- Gets or sets a value that indicates whether to preserve object references.
-
-
- true to keep object reference; otherwise, false. The default is false.
-
-
-
-
- Gets or sets a value that indicates whether to preserve collection's items references.
-
-
- true to keep collection's items object references; otherwise, false. The default is false.
-
-
-
-
- Gets or sets the reference loop handling used when serializing the collection's items.
-
- The reference loop handling.
-
-
-
- Gets or sets the type name handling used when serializing the collection's items.
-
- The type name handling.
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class with a flag indicating whether the array can contain null items
-
- A flag indicating whether the array can contain null items.
-
-
-
- Initializes a new instance of the class with the specified container Id.
-
- The container Id.
-
-
-
- Gets or sets a value indicating whether null items are allowed in the collection.
-
- true if null items are allowed in the collection; otherwise, false.
-
-
-
- Instructs the to use the specified constructor when deserializing that object.
-
-
-
-
- Provides methods for converting between common language runtime types and JSON types.
-
-
-
-
-
-
-
- Represents JavaScript's boolean value true as a string. This field is read-only.
-
-
-
-
- Represents JavaScript's boolean value false as a string. This field is read-only.
-
-
-
-
- Represents JavaScript's null as a string. This field is read-only.
-
-
-
-
- Represents JavaScript's undefined as a string. This field is read-only.
-
-
-
-
- Represents JavaScript's positive infinity as a string. This field is read-only.
-
-
-
-
- Represents JavaScript's negative infinity as a string. This field is read-only.
-
-
-
-
- Represents JavaScript's NaN as a string. This field is read-only.
-
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation using the specified.
-
- The value to convert.
- The format the date will be converted to.
- The time zone handling when the date is converted to a string.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation using the specified.
-
- The value to convert.
- The format the date will be converted to.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- The string delimiter character.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Serializes the specified object to a JSON string.
-
- The object to serialize.
- A JSON string representation of the object.
-
-
-
- Serializes the specified object to a JSON string using formatting.
-
- The object to serialize.
- Indicates how the output is formatted.
-
- A JSON string representation of the object.
-
-
-
-
- Serializes the specified object to a JSON string using a collection of .
-
- The object to serialize.
- A collection converters used while serializing.
- A JSON string representation of the object.
-
-
-
- Serializes the specified object to a JSON string using formatting and a collection of .
-
- The object to serialize.
- Indicates how the output is formatted.
- A collection converters used while serializing.
- A JSON string representation of the object.
-
-
-
- Serializes the specified object to a JSON string using .
-
- The object to serialize.
- The used to serialize the object.
- If this is null, default serialization settings will be is used.
-
- A JSON string representation of the object.
-
-
-
-
- Serializes the specified object to a JSON string using a type, formatting and .
-
- The object to serialize.
- The used to serialize the object.
- If this is null, default serialization settings will be is used.
-
- The type of the value being serialized.
- This parameter is used when is Auto to write out the type name if the type of the value does not match.
- Specifing the type is optional.
-
-
- A JSON string representation of the object.
-
-
-
-
- Serializes the specified object to a JSON string using formatting and .
-
- The object to serialize.
- Indicates how the output is formatted.
- The used to serialize the object.
- If this is null, default serialization settings will be is used.
-
- A JSON string representation of the object.
-
-
-
-
- Serializes the specified object to a JSON string using a type, formatting and .
-
- The object to serialize.
- Indicates how the output is formatted.
- The used to serialize the object.
- If this is null, default serialization settings will be is used.
-
- The type of the value being serialized.
- This parameter is used when is Auto to write out the type name if the type of the value does not match.
- Specifing the type is optional.
-
-
- A JSON string representation of the object.
-
-
-
-
- Asynchronously serializes the specified object to a JSON string.
- Serialization will happen on a new thread.
-
- The object to serialize.
-
- A task that represents the asynchronous serialize operation. The value of the TResult parameter contains a JSON string representation of the object.
-
-
-
-
- Asynchronously serializes the specified object to a JSON string using formatting.
- Serialization will happen on a new thread.
-
- The object to serialize.
- Indicates how the output is formatted.
-
- A task that represents the asynchronous serialize operation. The value of the TResult parameter contains a JSON string representation of the object.
-
-
-
-
- Asynchronously serializes the specified object to a JSON string using formatting and a collection of .
- Serialization will happen on a new thread.
-
- The object to serialize.
- Indicates how the output is formatted.
- The used to serialize the object.
- If this is null, default serialization settings will be is used.
-
- A task that represents the asynchronous serialize operation. The value of the TResult parameter contains a JSON string representation of the object.
-
-
-
-
- Deserializes the JSON to a .NET object.
-
- The JSON to deserialize.
- The deserialized object from the Json string.
-
-
-
- Deserializes the JSON to a .NET object using .
-
- The JSON to deserialize.
-
- The used to deserialize the object.
- If this is null, default serialization settings will be is used.
-
- The deserialized object from the JSON string.
-
-
-
- Deserializes the JSON to the specified .NET type.
-
- The JSON to deserialize.
- The of object being deserialized.
- The deserialized object from the Json string.
-
-
-
- Deserializes the JSON to the specified .NET type.
-
- The type of the object to deserialize to.
- The JSON to deserialize.
- The deserialized object from the Json string.
-
-
-
- Deserializes the JSON to the given anonymous type.
-
-
- The anonymous type to deserialize to. This can't be specified
- traditionally and must be infered from the anonymous type passed
- as a parameter.
-
- The JSON to deserialize.
- The anonymous type object.
- The deserialized anonymous type from the JSON string.
-
-
-
- Deserializes the JSON to the given anonymous type using .
-
-
- The anonymous type to deserialize to. This can't be specified
- traditionally and must be infered from the anonymous type passed
- as a parameter.
-
- The JSON to deserialize.
- The anonymous type object.
-
- The used to deserialize the object.
- If this is null, default serialization settings will be is used.
-
- The deserialized anonymous type from the JSON string.
-
-
-
- Deserializes the JSON to the specified .NET type using a collection of .
-
- The type of the object to deserialize to.
- The JSON to deserialize.
- Converters to use while deserializing.
- The deserialized object from the JSON string.
-
-
-
- Deserializes the JSON to the specified .NET type using .
-
- The type of the object to deserialize to.
- The object to deserialize.
-
- The used to deserialize the object.
- If this is null, default serialization settings will be is used.
-
- The deserialized object from the JSON string.
-
-
-
- Deserializes the JSON to the specified .NET type using a collection of .
-
- The JSON to deserialize.
- The type of the object to deserialize.
- Converters to use while deserializing.
- The deserialized object from the JSON string.
-
-
-
- Deserializes the JSON to the specified .NET type using .
-
- The JSON to deserialize.
- The type of the object to deserialize to.
-
- The used to deserialize the object.
- If this is null, default serialization settings will be is used.
-
- The deserialized object from the JSON string.
-
-
-
- Asynchronously deserializes the JSON to the specified .NET type.
- Deserialization will happen on a new thread.
-
- The type of the object to deserialize to.
- The JSON to deserialize.
-
- A task that represents the asynchronous deserialize operation. The value of the TResult parameter contains the deserialized object from the JSON string.
-
-
-
-
- Asynchronously deserializes the JSON to the specified .NET type using .
- Deserialization will happen on a new thread.
-
- The type of the object to deserialize to.
- The JSON to deserialize.
-
- The used to deserialize the object.
- If this is null, default serialization settings will be is used.
-
-
- A task that represents the asynchronous deserialize operation. The value of the TResult parameter contains the deserialized object from the JSON string.
-
-
-
-
- Asynchronously deserializes the JSON to the specified .NET type.
- Deserialization will happen on a new thread.
-
- The JSON to deserialize.
-
- A task that represents the asynchronous deserialize operation. The value of the TResult parameter contains the deserialized object from the JSON string.
-
-
-
-
- Asynchronously deserializes the JSON to the specified .NET type using .
- Deserialization will happen on a new thread.
-
- The JSON to deserialize.
- The type of the object to deserialize to.
-
- The used to deserialize the object.
- If this is null, default serialization settings will be is used.
-
-
- A task that represents the asynchronous deserialize operation. The value of the TResult parameter contains the deserialized object from the JSON string.
-
-
-
-
- Populates the object with values from the JSON string.
-
- The JSON to populate values from.
- The target object to populate values onto.
-
-
-
- Populates the object with values from the JSON string using .
-
- The JSON to populate values from.
- The target object to populate values onto.
-
- The used to deserialize the object.
- If this is null, default serialization settings will be is used.
-
-
-
-
- Asynchronously populates the object with values from the JSON string using .
-
- The JSON to populate values from.
- The target object to populate values onto.
-
- The used to deserialize the object.
- If this is null, default serialization settings will be is used.
-
-
- A task that represents the asynchronous populate operation.
-
-
-
-
- Serializes the XML node to a JSON string.
-
- The node to serialize.
- A JSON string of the XmlNode.
-
-
-
- Serializes the XML node to a JSON string using formatting.
-
- The node to serialize.
- Indicates how the output is formatted.
- A JSON string of the XmlNode.
-
-
-
- Serializes the XML node to a JSON string using formatting and omits the root object if is true.
-
- The node to serialize.
- Indicates how the output is formatted.
- Omits writing the root object.
- A JSON string of the XmlNode.
-
-
-
- Deserializes the XmlNode from a JSON string.
-
- The JSON string.
- The deserialized XmlNode
-
-
-
- Deserializes the XmlNode from a JSON string nested in a root elment specified by .
-
- The JSON string.
- The name of the root element to append when deserializing.
- The deserialized XmlNode
-
-
-
- Deserializes the XmlNode from a JSON string nested in a root elment specified by
- and writes a .NET array attribute for collections.
-
- The JSON string.
- The name of the root element to append when deserializing.
-
- A flag to indicate whether to write the Json.NET array attribute.
- This attribute helps preserve arrays when converting the written XML back to JSON.
-
- The deserialized XmlNode
-
-
-
- Serializes the to a JSON string.
-
- The node to convert to JSON.
- A JSON string of the XNode.
-
-
-
- Serializes the to a JSON string using formatting.
-
- The node to convert to JSON.
- Indicates how the output is formatted.
- A JSON string of the XNode.
-
-
-
- Serializes the to a JSON string using formatting and omits the root object if is true.
-
- The node to serialize.
- Indicates how the output is formatted.
- Omits writing the root object.
- A JSON string of the XNode.
-
-
-
- Deserializes the from a JSON string.
-
- The JSON string.
- The deserialized XNode
-
-
-
- Deserializes the from a JSON string nested in a root elment specified by .
-
- The JSON string.
- The name of the root element to append when deserializing.
- The deserialized XNode
-
-
-
- Deserializes the from a JSON string nested in a root elment specified by
- and writes a .NET array attribute for collections.
-
- The JSON string.
- The name of the root element to append when deserializing.
-
- A flag to indicate whether to write the Json.NET array attribute.
- This attribute helps preserve arrays when converting the written XML back to JSON.
-
- The deserialized XNode
-
-
-
- Gets or sets a function that creates default .
- Default settings are automatically used by serialization methods on ,
- and and on .
- To serialize without using any default settings create a with
- .
-
-
-
-
- Instructs the to use the specified when serializing the member or class.
-
-
-
-
- Initializes a new instance of the class.
-
- Type of the converter.
-
-
-
- Gets the type of the converter.
-
- The type of the converter.
-
-
-
- Represents a collection of .
-
-
-
-
- Instructs the how to serialize the collection.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class with the specified container Id.
-
- The container Id.
-
-
-
- The exception thrown when an error occurs during Json serialization or deserialization.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class
- with a specified error message.
-
- The error message that explains the reason for the exception.
-
-
-
- Initializes a new instance of the class
- with a specified error message and a reference to the inner exception that is the cause of this exception.
-
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
-
-
-
- Initializes a new instance of the class.
-
- The that holds the serialized object data about the exception being thrown.
- The that contains contextual information about the source or destination.
- The parameter is null.
- The class name is null or is zero (0).
-
-
-
- Instructs the to deserialize properties with no matching class member into the specified collection
- and write values during serialization.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Gets or sets a value that indicates whether to write extension data when serializing the object.
-
-
- true to write extension data when serializing the object; otherwise, false. The default is true.
-
-
-
-
- Gets or sets a value that indicates whether to read extension data when deserializing the object.
-
-
- true to read extension data when deserializing the object; otherwise, false. The default is true.
-
-
-
-
- Instructs the not to serialize the public field or public read/write property value.
-
-
-
-
- Instructs the how to serialize the object.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class with the specified member serialization.
-
- The member serialization.
-
-
-
- Initializes a new instance of the class with the specified container Id.
-
- The container Id.
-
-
-
- Gets or sets the member serialization.
-
- The member serialization.
-
-
-
- Gets or sets a value that indicates whether the object's properties are required.
-
-
- A value indicating whether the object's properties are required.
-
-
-
-
- Instructs the to always serialize the member with the specified name.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class with the specified name.
-
- Name of the property.
-
-
-
- Gets or sets the converter used when serializing the property's collection items.
-
- The collection's items converter.
-
-
-
- Gets or sets the null value handling used when serializing this property.
-
- The null value handling.
-
-
-
- Gets or sets the default value handling used when serializing this property.
-
- The default value handling.
-
-
-
- Gets or sets the reference loop handling used when serializing this property.
-
- The reference loop handling.
-
-
-
- Gets or sets the object creation handling used when deserializing this property.
-
- The object creation handling.
-
-
-
- Gets or sets the type name handling used when serializing this property.
-
- The type name handling.
-
-
-
- Gets or sets whether this property's value is serialized as a reference.
-
- Whether this property's value is serialized as a reference.
-
-
-
- Gets or sets the order of serialization and deserialization of a member.
-
- The numeric order of serialization or deserialization.
-
-
-
- Gets or sets a value indicating whether this property is required.
-
-
- A value indicating whether this property is required.
-
-
-
-
- Gets or sets the name of the property.
-
- The name of the property.
-
-
-
- Gets or sets the the reference loop handling used when serializing the property's collection items.
-
- The collection's items reference loop handling.
-
-
-
- Gets or sets the the type name handling used when serializing the property's collection items.
-
- The collection's items type name handling.
-
-
-
- Gets or sets whether this property's collection items are serialized as a reference.
-
- Whether this property's collection items are serialized as a reference.
-
-
-
- The exception thrown when an error occurs while reading Json text.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class
- with a specified error message.
-
- The error message that explains the reason for the exception.
-
-
-
- Initializes a new instance of the class
- with a specified error message and a reference to the inner exception that is the cause of this exception.
-
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
-
-
-
- Initializes a new instance of the class.
-
- The that holds the serialized object data about the exception being thrown.
- The that contains contextual information about the source or destination.
- The parameter is null.
- The class name is null or is zero (0).
-
-
-
- Gets the line number indicating where the error occurred.
-
- The line number indicating where the error occurred.
-
-
-
- Gets the line position indicating where the error occurred.
-
- The line position indicating where the error occurred.
-
-
-
- Gets the path to the JSON where the error occurred.
-
- The path to the JSON where the error occurred.
-
-
-
- The exception thrown when an error occurs during Json serialization or deserialization.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class
- with a specified error message.
-
- The error message that explains the reason for the exception.
-
-
-
- Initializes a new instance of the class
- with a specified error message and a reference to the inner exception that is the cause of this exception.
-
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
-
-
-
- Initializes a new instance of the class.
-
- The that holds the serialized object data about the exception being thrown.
- The that contains contextual information about the source or destination.
- The parameter is null.
- The class name is null or is zero (0).
-
-
-
- Serializes and deserializes objects into and from the JSON format.
- The enables you to control how objects are encoded into JSON.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Creates a new instance.
- The will not use default settings.
-
-
- A new instance.
- The will not use default settings.
-
-
-
-
- Creates a new instance using the specified .
- The will not use default settings.
-
- The settings to be applied to the .
-
- A new instance using the specified .
- The will not use default settings.
-
-
-
-
- Creates a new instance.
- The will use default settings.
-
-
- A new instance.
- The will use default settings.
-
-
-
-
- Creates a new instance using the specified .
- The will use default settings.
-
- The settings to be applied to the .
-
- A new instance using the specified .
- The will use default settings.
-
-
-
-
- Populates the JSON values onto the target object.
-
- The that contains the JSON structure to reader values from.
- The target object to populate values onto.
-
-
-
- Populates the JSON values onto the target object.
-
- The that contains the JSON structure to reader values from.
- The target object to populate values onto.
-
-
-
- Deserializes the Json structure contained by the specified .
-
- The that contains the JSON structure to deserialize.
- The being deserialized.
-
-
-
- Deserializes the Json structure contained by the specified
- into an instance of the specified type.
-
- The containing the object.
- The of object being deserialized.
- The instance of being deserialized.
-
-
-
- Deserializes the Json structure contained by the specified
- into an instance of the specified type.
-
- The containing the object.
- The type of the object to deserialize.
- The instance of being deserialized.
-
-
-
- Deserializes the Json structure contained by the specified
- into an instance of the specified type.
-
- The containing the object.
- The of object being deserialized.
- The instance of being deserialized.
-
-
-
- Serializes the specified and writes the Json structure
- to a Stream using the specified .
-
- The used to write the Json structure.
- The to serialize.
-
-
-
- Serializes the specified and writes the Json structure
- to a Stream using the specified .
-
- The used to write the Json structure.
- The to serialize.
-
- The type of the value being serialized.
- This parameter is used when is Auto to write out the type name if the type of the value does not match.
- Specifing the type is optional.
-
-
-
-
- Serializes the specified and writes the Json structure
- to a Stream using the specified .
-
- The used to write the Json structure.
- The to serialize.
-
- The type of the value being serialized.
- This parameter is used when is Auto to write out the type name if the type of the value does not match.
- Specifing the type is optional.
-
-
-
-
- Serializes the specified and writes the Json structure
- to a Stream using the specified .
-
- The used to write the Json structure.
- The to serialize.
-
-
-
- Occurs when the errors during serialization and deserialization.
-
-
-
-
- Gets or sets the used by the serializer when resolving references.
-
-
-
-
- Gets or sets the used by the serializer when resolving type names.
-
-
-
-
- Gets or sets the used by the serializer when writing trace messages.
-
- The trace writer.
-
-
-
- Gets or sets how type name writing and reading is handled by the serializer.
-
-
-
-
- Gets or sets how a type name assembly is written and resolved by the serializer.
-
- The type name assembly format.
-
-
-
- Gets or sets how object references are preserved by the serializer.
-
-
-
-
- Get or set how reference loops (e.g. a class referencing itself) is handled.
-
-
-
-
- Get or set how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization.
-
-
-
-
- Get or set how null values are handled during serialization and deserialization.
-
-
-
-
- Get or set how null default are handled during serialization and deserialization.
-
-
-
-
- Gets or sets how objects are created during deserialization.
-
- The object creation handling.
-
-
-
- Gets or sets how constructors are used during deserialization.
-
- The constructor handling.
-
-
-
- Gets or sets how metadata properties are used during deserialization.
-
- The metadata properties handling.
-
-
-
- Gets a collection that will be used during serialization.
-
- Collection that will be used during serialization.
-
-
-
- Gets or sets the contract resolver used by the serializer when
- serializing .NET objects to JSON and vice versa.
-
-
-
-
- Gets or sets the used by the serializer when invoking serialization callback methods.
-
- The context.
-
-
-
- Indicates how JSON text output is formatted.
-
-
-
-
- Get or set how dates are written to JSON text.
-
-
-
-
- Get or set how time zones are handling during serialization and deserialization.
-
-
-
-
- Get or set how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON.
-
-
-
-
- Get or set how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
-
-
-
-
- Get or set how special floating point numbers, e.g. ,
- and ,
- are written as JSON text.
-
-
-
-
- Get or set how strings are escaped when writing JSON text.
-
-
-
-
- Get or set how and values are formatting when writing JSON text.
-
-
-
-
- Gets or sets the culture used when reading JSON. Defaults to .
-
-
-
-
- Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a .
-
-
-
-
- Gets a value indicating whether there will be a check for additional JSON content after deserializing an object.
-
-
- true if there will be a check for additional JSON content after deserializing an object; otherwise, false.
-
-
-
-
- Specifies the settings on a object.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Gets or sets how reference loops (e.g. a class referencing itself) is handled.
-
- Reference loop handling.
-
-
-
- Gets or sets how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization.
-
- Missing member handling.
-
-
-
- Gets or sets how objects are created during deserialization.
-
- The object creation handling.
-
-
-
- Gets or sets how null values are handled during serialization and deserialization.
-
- Null value handling.
-
-
-
- Gets or sets how null default are handled during serialization and deserialization.
-
- The default value handling.
-
-
-
- Gets or sets a collection that will be used during serialization.
-
- The converters.
-
-
-
- Gets or sets how object references are preserved by the serializer.
-
- The preserve references handling.
-
-
-
- Gets or sets how type name writing and reading is handled by the serializer.
-
- The type name handling.
-
-
-
- Gets or sets how metadata properties are used during deserialization.
-
- The metadata properties handling.
-
-
-
- Gets or sets how a type name assembly is written and resolved by the serializer.
-
- The type name assembly format.
-
-
-
- Gets or sets how constructors are used during deserialization.
-
- The constructor handling.
-
-
-
- Gets or sets the contract resolver used by the serializer when
- serializing .NET objects to JSON and vice versa.
-
- The contract resolver.
-
-
-
- Gets or sets the used by the serializer when resolving references.
-
- The reference resolver.
-
-
-
- Gets or sets the used by the serializer when writing trace messages.
-
- The trace writer.
-
-
-
- Gets or sets the used by the serializer when resolving type names.
-
- The binder.
-
-
-
- Gets or sets the error handler called during serialization and deserialization.
-
- The error handler called during serialization and deserialization.
-
-
-
- Gets or sets the used by the serializer when invoking serialization callback methods.
-
- The context.
-
-
-
- Get or set how and values are formatting when writing JSON text.
-
-
-
-
- Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a .
-
-
-
-
- Indicates how JSON text output is formatted.
-
-
-
-
- Get or set how dates are written to JSON text.
-
-
-
-
- Get or set how time zones are handling during serialization and deserialization.
-
-
-
-
- Get or set how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON.
-
-
-
-
- Get or set how special floating point numbers, e.g. ,
- and ,
- are written as JSON.
-
-
-
-
- Get or set how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
-
-
-
-
- Get or set how strings are escaped when writing JSON text.
-
-
-
-
- Gets or sets the culture used when reading JSON. Defaults to .
-
-
-
-
- Gets a value indicating whether there will be a check for additional content after deserializing an object.
-
-
- true if there will be a check for additional content after deserializing an object; otherwise, false.
-
-
-
-
- Represents a reader that provides fast, non-cached, forward-only access to JSON text data.
-
-
-
-
- Initializes a new instance of the class with the specified .
-
- The TextReader containing the XML data to read.
-
-
-
- Reads the next JSON token from the stream.
-
-
- true if the next token was read successfully; false if there are no more tokens to read.
-
-
-
-
- Reads the next JSON token from the stream as a .
-
-
- A or a null reference if the next JSON token is null. This method will return null at the end of an array.
-
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Changes the state to closed.
-
-
-
-
- Gets a value indicating whether the class can return line information.
-
-
- true if LineNumber and LinePosition can be provided; otherwise, false.
-
-
-
-
- Gets the current line number.
-
-
- The current line number or 0 if no line information is available (for example, HasLineInfo returns false).
-
-
-
-
- Gets the current line position.
-
-
- The current line position or 0 if no line information is available (for example, HasLineInfo returns false).
-
-
-
-
- Represents a writer that provides a fast, non-cached, forward-only way of generating Json data.
-
-
-
-
- Creates an instance of the JsonWriter class using the specified .
-
- The TextWriter to write to.
-
-
-
- Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
-
-
-
-
- Closes this stream and the underlying stream.
-
-
-
-
- Writes the beginning of a Json object.
-
-
-
-
- Writes the beginning of a Json array.
-
-
-
-
- Writes the start of a constructor with the given name.
-
- The name of the constructor.
-
-
-
- Writes the specified end token.
-
- The end token to write.
-
-
-
- Writes the property name of a name/value pair on a Json object.
-
- The name of the property.
-
-
-
- Writes the property name of a name/value pair on a JSON object.
-
- The name of the property.
- A flag to indicate whether the text should be escaped when it is written as a JSON property name.
-
-
-
- Writes indent characters.
-
-
-
-
- Writes the JSON value delimiter.
-
-
-
-
- Writes an indent space.
-
-
-
-
- Writes a value.
- An error will raised if the value cannot be written as a single JSON token.
-
- The value to write.
-
-
-
- Writes a null value.
-
-
-
-
- Writes an undefined value.
-
-
-
-
- Writes raw JSON.
-
- The raw JSON to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes out a comment /*...*/ containing the specified text.
-
- Text to place inside the comment.
-
-
-
- Writes out the given white space.
-
- The string of white space characters.
-
-
-
- Gets or sets how many IndentChars to write for each level in the hierarchy when is set to Formatting.Indented.
-
-
-
-
- Gets or sets which character to use to quote attribute values.
-
-
-
-
- Gets or sets which character to use for indenting when is set to Formatting.Indented.
-
-
-
-
- Gets or sets a value indicating whether object names will be surrounded with quotes.
-
-
-
-
- Specifies the type of Json token.
-
-
-
-
- This is returned by the if a method has not been called.
-
-
-
-
- An object start token.
-
-
-
-
- An array start token.
-
-
-
-
- A constructor start token.
-
-
-
-
- An object property name.
-
-
-
-
- A comment.
-
-
-
-
- Raw JSON.
-
-
-
-
- An integer.
-
-
-
-
- A float.
-
-
-
-
- A string.
-
-
-
-
- A boolean.
-
-
-
-
- A null token.
-
-
-
-
- An undefined token.
-
-
-
-
- An object end token.
-
-
-
-
- An array end token.
-
-
-
-
- A constructor end token.
-
-
-
-
- A Date.
-
-
-
-
- Byte data.
-
-
-
-
- Represents a reader that provides validation.
-
-
-
-
- Initializes a new instance of the class that
- validates the content returned from the given .
-
- The to read from while validating.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A .
-
-
-
- Reads the next JSON token from the stream as a .
-
-
- A or a null reference if the next JSON token is null.
-
-
-
-
- Reads the next JSON token from the stream as a .
-
- A .
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A .
-
-
-
- Reads the next JSON token from the stream.
-
-
- true if the next token was read successfully; false if there are no more tokens to read.
-
-
-
-
- Sets an event handler for receiving schema validation errors.
-
-
-
-
- Gets the text value of the current JSON token.
-
-
-
-
-
- Gets the depth of the current token in the JSON document.
-
- The depth of the current token in the JSON document.
-
-
-
- Gets the path of the current JSON token.
-
-
-
-
- Gets the quotation mark character used to enclose the value of a string.
-
-
-
-
-
- Gets the type of the current JSON token.
-
-
-
-
-
- Gets the Common Language Runtime (CLR) type for the current JSON token.
-
-
-
-
-
- Gets or sets the schema.
-
- The schema.
-
-
-
- Gets the used to construct this .
-
- The specified in the constructor.
-
-
-
- The exception thrown when an error occurs while reading Json text.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class
- with a specified error message.
-
- The error message that explains the reason for the exception.
-
-
-
- Initializes a new instance of the class
- with a specified error message and a reference to the inner exception that is the cause of this exception.
-
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
-
-
-
- Initializes a new instance of the class.
-
- The that holds the serialized object data about the exception being thrown.
- The that contains contextual information about the source or destination.
- The parameter is null.
- The class name is null or is zero (0).
-
-
-
- Gets the path to the JSON where the error occurred.
-
- The path to the JSON where the error occurred.
-
-
-
- Contains the LINQ to JSON extension methods.
-
-
-
-
- Returns a collection of tokens that contains the ancestors of every token in the source collection.
-
- The type of the objects in source, constrained to .
- An of that contains the source collection.
- An of that contains the ancestors of every node in the source collection.
-
-
-
- Returns a collection of tokens that contains the descendants of every token in the source collection.
-
- The type of the objects in source, constrained to .
- An of that contains the source collection.
- An of that contains the descendants of every node in the source collection.
-
-
-
- Returns a collection of child properties of every object in the source collection.
-
- An of that contains the source collection.
- An of that contains the properties of every object in the source collection.
-
-
-
- Returns a collection of child values of every object in the source collection with the given key.
-
- An of that contains the source collection.
- The token key.
- An of that contains the values of every node in the source collection with the given key.
-
-
-
- Returns a collection of child values of every object in the source collection.
-
- An of that contains the source collection.
- An of that contains the values of every node in the source collection.
-
-
-
- Returns a collection of converted child values of every object in the source collection with the given key.
-
- The type to convert the values to.
- An of that contains the source collection.
- The token key.
- An that contains the converted values of every node in the source collection with the given key.
-
-
-
- Returns a collection of converted child values of every object in the source collection.
-
- The type to convert the values to.
- An of that contains the source collection.
- An that contains the converted values of every node in the source collection.
-
-
-
- Converts the value.
-
- The type to convert the value to.
- A cast as a of .
- A converted value.
-
-
-
- Converts the value.
-
- The source collection type.
- The type to convert the value to.
- A cast as a of .
- A converted value.
-
-
-
- Returns a collection of child tokens of every array in the source collection.
-
- The source collection type.
- An of that contains the source collection.
- An of that contains the values of every node in the source collection.
-
-
-
- Returns a collection of converted child tokens of every array in the source collection.
-
- An of that contains the source collection.
- The type to convert the values to.
- The source collection type.
- An that contains the converted values of every node in the source collection.
-
-
-
- Returns the input typed as .
-
- An of that contains the source collection.
- The input typed as .
-
-
-
- Returns the input typed as .
-
- The source collection type.
- An of that contains the source collection.
- The input typed as .
-
-
-
- Represents a collection of objects.
-
- The type of token
-
-
-
- Gets the with the specified key.
-
-
-
-
-
- Represents a JSON array.
-
-
-
-
-
-
-
- Represents a token that can contain other tokens.
-
-
-
-
- Represents an abstract JSON token.
-
-
-
-
- Compares the values of two tokens, including the values of all descendant tokens.
-
- The first to compare.
- The second to compare.
- true if the tokens are equal; otherwise false.
-
-
-
- Adds the specified content immediately after this token.
-
- A content object that contains simple content or a collection of content objects to be added after this token.
-
-
-
- Adds the specified content immediately before this token.
-
- A content object that contains simple content or a collection of content objects to be added before this token.
-
-
-
- Returns a collection of the ancestor tokens of this token.
-
- A collection of the ancestor tokens of this token.
-
-
-
- Returns a collection of the sibling tokens after this token, in document order.
-
- A collection of the sibling tokens after this tokens, in document order.
-
-
-
- Returns a collection of the sibling tokens before this token, in document order.
-
- A collection of the sibling tokens before this token, in document order.
-
-
-
- Gets the with the specified key converted to the specified type.
-
- The type to convert the token to.
- The token key.
- The converted token value.
-
-
-
- Returns a collection of the child tokens of this token, in document order.
-
- An of containing the child tokens of this , in document order.
-
-
-
- Returns a collection of the child tokens of this token, in document order, filtered by the specified type.
-
- The type to filter the child tokens on.
- A containing the child tokens of this , in document order.
-
-
-
- Returns a collection of the child values of this token, in document order.
-
- The type to convert the values to.
- A containing the child values of this , in document order.
-
-
-
- Removes this token from its parent.
-
-
-
-
- Replaces this token with the specified token.
-
- The value.
-
-
-
- Writes this token to a .
-
- A into which this method will write.
- A collection of which will be used when writing the token.
-
-
-
- Returns the indented JSON for this token.
-
-
- The indented JSON for this token.
-
-
-
-
- Returns the JSON for this token using the given formatting and converters.
-
- Indicates how the output is formatted.
- A collection of which will be used when writing the token.
- The JSON for this token using the given formatting and converters.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Creates an for this token.
-
- An that can be used to read this token and its descendants.
-
-
-
- Creates a from an object.
-
- The object that will be used to create .
- A with the value of the specified object
-
-
-
- Creates a from an object using the specified .
-
- The object that will be used to create .
- The that will be used when reading the object.
- A with the value of the specified object
-
-
-
- Creates the specified .NET type from the .
-
- The object type that the token will be deserialized to.
- The new object created from the JSON value.
-
-
-
- Creates the specified .NET type from the .
-
- The object type that the token will be deserialized to.
- The new object created from the JSON value.
-
-
-
- Creates the specified .NET type from the using the specified .
-
- The object type that the token will be deserialized to.
- The that will be used when creating the object.
- The new object created from the JSON value.
-
-
-
- Creates the specified .NET type from the using the specified .
-
- The object type that the token will be deserialized to.
- The that will be used when creating the object.
- The new object created from the JSON value.
-
-
-
- Creates a from a .
-
- An positioned at the token to read into this .
-
- An that contains the token and its descendant tokens
- that were read from the reader. The runtime type of the token is determined
- by the token type of the first token encountered in the reader.
-
-
-
-
- Load a from a string that contains JSON.
-
- A that contains JSON.
- A populated from the string that contains JSON.
-
-
-
- Creates a from a .
-
- An positioned at the token to read into this .
-
- An that contains the token and its descendant tokens
- that were read from the reader. The runtime type of the token is determined
- by the token type of the first token encountered in the reader.
-
-
-
-
- Selects a using a JPath expression. Selects the token that matches the object path.
-
-
- A that contains a JPath expression.
-
- A , or null.
-
-
-
- Selects a using a JPath expression. Selects the token that matches the object path.
-
-
- A that contains a JPath expression.
-
- A flag to indicate whether an error should be thrown if no tokens are found when evaluating part of the expression.
- A .
-
-
-
- Selects a collection of elements using a JPath expression.
-
-
- A that contains a JPath expression.
-
- An that contains the selected elements.
-
-
-
- Selects a collection of elements using a JPath expression.
-
-
- A that contains a JPath expression.
-
- A flag to indicate whether an error should be thrown if no tokens are found when evaluating part of the expression.
- An that contains the selected elements.
-
-
-
- Returns the responsible for binding operations performed on this object.
-
- The expression tree representation of the runtime value.
-
- The to bind this object.
-
-
-
-
- Returns the responsible for binding operations performed on this object.
-
- The expression tree representation of the runtime value.
-
- The to bind this object.
-
-
-
-
- Creates a new instance of the . All child tokens are recursively cloned.
-
- A new instance of the .
-
-
-
- Gets a comparer that can compare two tokens for value equality.
-
- A that can compare two nodes for value equality.
-
-
-
- Gets or sets the parent.
-
- The parent.
-
-
-
- Gets the root of this .
-
- The root of this .
-
-
-
- Gets the node type for this .
-
- The type.
-
-
-
- Gets a value indicating whether this token has child tokens.
-
-
- true if this token has child values; otherwise, false.
-
-
-
-
- Gets the next sibling token of this node.
-
- The that contains the next sibling token.
-
-
-
- Gets the previous sibling token of this node.
-
- The that contains the previous sibling token.
-
-
-
- Gets the path of the JSON token.
-
-
-
-
- Gets the with the specified key.
-
- The with the specified key.
-
-
-
- Get the first child token of this token.
-
- A containing the first child token of the .
-
-
-
- Get the last child token of this token.
-
- A containing the last child token of the .
-
-
-
- Raises the event.
-
- The instance containing the event data.
-
-
-
- Raises the event.
-
- The instance containing the event data.
-
-
-
- Raises the event.
-
- The instance containing the event data.
-
-
-
- Returns a collection of the child tokens of this token, in document order.
-
-
- An of containing the child tokens of this , in document order.
-
-
-
-
- Returns a collection of the child values of this token, in document order.
-
- The type to convert the values to.
-
- A containing the child values of this , in document order.
-
-
-
-
- Returns a collection of the descendant tokens for this token in document order.
-
- An containing the descendant tokens of the .
-
-
-
- Adds the specified content as children of this .
-
- The content to be added.
-
-
-
- Adds the specified content as the first children of this .
-
- The content to be added.
-
-
-
- Creates an that can be used to add tokens to the .
-
- An that is ready to have content written to it.
-
-
-
- Replaces the children nodes of this token with the specified content.
-
- The content.
-
-
-
- Removes the child nodes from this token.
-
-
-
-
- Occurs when the list changes or an item in the list changes.
-
-
-
-
- Occurs before an item is added to the collection.
-
-
-
-
- Occurs when the items list of the collection has changed, or the collection is reset.
-
-
-
-
- Gets the container's children tokens.
-
- The container's children tokens.
-
-
-
- Gets a value indicating whether this token has child tokens.
-
-
- true if this token has child values; otherwise, false.
-
-
-
-
- Get the first child token of this token.
-
-
- A containing the first child token of the .
-
-
-
-
- Get the last child token of this token.
-
-
- A containing the last child token of the .
-
-
-
-
- Gets the count of child JSON tokens.
-
- The count of child JSON tokens
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class from another object.
-
- A object to copy from.
-
-
-
- Initializes a new instance of the class with the specified content.
-
- The contents of the array.
-
-
-
- Initializes a new instance of the class with the specified content.
-
- The contents of the array.
-
-
-
- Loads an from a .
-
- A that will be read for the content of the .
- A that contains the JSON that was read from the specified .
-
-
-
- Load a from a string that contains JSON.
-
- A that contains JSON.
- A populated from the string that contains JSON.
-
-
-
-
-
-
- Creates a from an object.
-
- The object that will be used to create .
- A with the values of the specified object
-
-
-
- Creates a from an object.
-
- The object that will be used to create .
- The that will be used to read the object.
- A with the values of the specified object
-
-
-
- Writes this token to a .
-
- A into which this method will write.
- A collection of which will be used when writing the token.
-
-
-
- Determines the index of a specific item in the .
-
- The object to locate in the .
-
- The index of if found in the list; otherwise, -1.
-
-
-
-
- Inserts an item to the at the specified index.
-
- The zero-based index at which should be inserted.
- The object to insert into the .
-
- is not a valid index in the .
- The is read-only.
-
-
-
- Removes the item at the specified index.
-
- The zero-based index of the item to remove.
-
- is not a valid index in the .
- The is read-only.
-
-
-
- Returns an enumerator that iterates through the collection.
-
-
- A that can be used to iterate through the collection.
-
-
-
-
- Adds an item to the .
-
- The object to add to the .
- The is read-only.
-
-
-
- Removes all items from the .
-
- The is read-only.
-
-
-
- Determines whether the contains a specific value.
-
- The object to locate in the .
-
- true if is found in the ; otherwise, false.
-
-
-
-
- Copies to.
-
- The array.
- Index of the array.
-
-
-
- Removes the first occurrence of a specific object from the .
-
- The object to remove from the .
-
- true if was successfully removed from the ; otherwise, false. This method also returns false if is not found in the original .
-
- The is read-only.
-
-
-
- Gets the container's children tokens.
-
- The container's children tokens.
-
-
-
- Gets the node type for this .
-
- The type.
-
-
-
- Gets the with the specified key.
-
- The with the specified key.
-
-
-
- Gets or sets the at the specified index.
-
-
-
-
-
- Gets a value indicating whether the is read-only.
-
- true if the is read-only; otherwise, false.
-
-
-
- Represents a JSON constructor.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class from another object.
-
- A object to copy from.
-
-
-
- Initializes a new instance of the class with the specified name and content.
-
- The constructor name.
- The contents of the constructor.
-
-
-
- Initializes a new instance of the class with the specified name and content.
-
- The constructor name.
- The contents of the constructor.
-
-
-
- Initializes a new instance of the class with the specified name.
-
- The constructor name.
-
-
-
- Writes this token to a .
-
- A into which this method will write.
- A collection of which will be used when writing the token.
-
-
-
- Loads an from a .
-
- A that will be read for the content of the .
- A that contains the JSON that was read from the specified .
-
-
-
- Gets the container's children tokens.
-
- The container's children tokens.
-
-
-
- Gets or sets the name of this constructor.
-
- The constructor name.
-
-
-
- Gets the node type for this .
-
- The type.
-
-
-
- Gets the with the specified key.
-
- The with the specified key.
-
-
-
- Represents a collection of objects.
-
- The type of token
-
-
-
- An empty collection of objects.
-
-
-
-
- Initializes a new instance of the struct.
-
- The enumerable.
-
-
-
- Returns an enumerator that iterates through the collection.
-
-
- A 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.
-
-
-
-
- Determines whether the specified is equal to this instance.
-
- The to compare with this instance.
-
- true if the specified is equal to this instance; otherwise, false.
-
-
-
-
- Returns a hash code for this instance.
-
-
- A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
-
-
-
-
- Gets the with the specified key.
-
-
-
-
-
- Represents a JSON object.
-
-
-
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class from another object.
-
- A object to copy from.
-
-
-
- Initializes a new instance of the class with the specified content.
-
- The contents of the object.
-
-
-
- Initializes a new instance of the class with the specified content.
-
- The contents of the object.
-
-
-
- Gets an of this object's properties.
-
- An of this object's properties.
-
-
-
- Gets a the specified name.
-
- The property name.
- A with the specified name or null.
-
-
-
- Gets an of this object's property values.
-
- An of this object's property values.
-
-
-
- Loads an from a .
-
- A that will be read for the content of the .
- A that contains the JSON that was read from the specified .
-
-
-
- Load a from a string that contains JSON.
-
- A that contains JSON.
- A populated from the string that contains JSON.
-
-
-
-
-
-
- Creates a from an object.
-
- The object that will be used to create .
- A with the values of the specified object
-
-
-
- Creates a from an object.
-
- The object that will be used to create .
- The that will be used to read the object.
- A with the values of the specified object
-
-
-
- Writes this token to a .
-
- A into which this method will write.
- A collection of which will be used when writing the token.
-
-
-
- Gets the with the specified property name.
-
- Name of the property.
- The with the specified property name.
-
-
-
- Gets the with the specified property name.
- The exact property name will be searched for first and if no matching property is found then
- the will be used to match a property.
-
- Name of the property.
- One of the enumeration values that specifies how the strings will be compared.
- The with the specified property name.
-
-
-
- Tries to get the with the specified property name.
- The exact property name will be searched for first and if no matching property is found then
- the will be used to match a property.
-
- Name of the property.
- The value.
- One of the enumeration values that specifies how the strings will be compared.
- true if a value was successfully retrieved; otherwise, false.
-
-
-
- Adds the specified property name.
-
- Name of the property.
- The value.
-
-
-
- Removes the property with the specified name.
-
- Name of the property.
- true if item was successfully removed; otherwise, false.
-
-
-
- Tries the get value.
-
- Name of the property.
- The value.
- true if a value was successfully retrieved; otherwise, false.
-
-
-
- Returns an enumerator that iterates through the collection.
-
-
- A that can be used to iterate through the collection.
-
-
-
-
- Raises the event with the provided arguments.
-
- Name of the property.
-
-
-
- Raises the event with the provided arguments.
-
- Name of the property.
-
-
-
- Returns the properties for this instance of a component.
-
-
- A that represents the properties for this component instance.
-
-
-
-
- Returns the properties for this instance of a component using the attribute array as a filter.
-
- An array of type that is used as a filter.
-
- A that represents the filtered properties for this component instance.
-
-
-
-
- Returns a collection of custom attributes for this instance of a component.
-
-
- An containing the attributes for this object.
-
-
-
-
- Returns the class name of this instance of a component.
-
-
- The class name of the object, or null if the class does not have a name.
-
-
-
-
- Returns the name of this instance of a component.
-
-
- The name of the object, or null if the object does not have a name.
-
-
-
-
- Returns a type converter for this instance of a component.
-
-
- A that is the converter for this object, or null if there is no for this object.
-
-
-
-
- Returns the default event for this instance of a component.
-
-
- An that represents the default event for this object, or null if this object does not have events.
-
-
-
-
- Returns the default property for this instance of a component.
-
-
- A that represents the default property for this object, or null if this object does not have properties.
-
-
-
-
- Returns an editor of the specified type for this instance of a component.
-
- A that represents the editor for this object.
-
- An of the specified type that is the editor for this object, or null if the editor cannot be found.
-
-
-
-
- Returns the events for this instance of a component using the specified attribute array as a filter.
-
- An array of type that is used as a filter.
-
- An that represents the filtered events for this component instance.
-
-
-
-
- Returns the events for this instance of a component.
-
-
- An that represents the events for this component instance.
-
-
-
-
- Returns an object that contains the property described by the specified property descriptor.
-
- A that represents the property whose owner is to be found.
-
- An that represents the owner of the specified property.
-
-
-
-
- Returns the responsible for binding operations performed on this object.
-
- The expression tree representation of the runtime value.
-
- The to bind this object.
-
-
-
-
- Gets the container's children tokens.
-
- The container's children tokens.
-
-
-
- Occurs when a property value changes.
-
-
-
-
- Occurs when a property value is changing.
-
-
-
-
- Gets the node type for this .
-
- The type.
-
-
-
- Gets the with the specified key.
-
- The with the specified key.
-
-
-
- Gets or sets the with the specified property name.
-
-
-
-
-
- Represents a JSON property.
-
-
-
-
- Initializes a new instance of the class from another object.
-
- A object to copy from.
-
-
-
- Initializes a new instance of the class.
-
- The property name.
- The property content.
-
-
-
- Initializes a new instance of the class.
-
- The property name.
- The property content.
-
-
-
- Writes this token to a .
-
- A into which this method will write.
- A collection of which will be used when writing the token.
-
-
-
- Loads an from a .
-
- A that will be read for the content of the .
- A that contains the JSON that was read from the specified .
-
-
-
- Gets the container's children tokens.
-
- The container's children tokens.
-
-
-
- Gets the property name.
-
- The property name.
-
-
-
- Gets or sets the property value.
-
- The property value.
-
-
-
- Gets the node type for this .
-
- The type.
-
-
-
- Represents a view of a .
-
-
-
-
- Initializes a new instance of the class.
-
- The name.
-
-
-
- When overridden in a derived class, returns whether resetting an object changes its value.
-
-
- true if resetting the component changes its value; otherwise, false.
-
- The component to test for reset capability.
-
-
-
-
- When overridden in a derived class, gets the current value of the property on a component.
-
-
- The value of a property for a given component.
-
- The component with the property for which to retrieve the value.
-
-
-
-
- When overridden in a derived class, resets the value for this property of the component to the default value.
-
- The component with the property value that is to be reset to the default value.
-
-
-
-
- When overridden in a derived class, sets the value of the component to a different value.
-
- The component with the property value that is to be set.
- The new value.
-
-
-
-
- When overridden in a derived class, determines a value indicating whether the value of this property needs to be persisted.
-
-
- true if the property should be persisted; otherwise, false.
-
- The component with the property to be examined for persistence.
-
-
-
-
- When overridden in a derived class, gets the type of the component this property is bound to.
-
-
- A that represents the type of component this property is bound to. When the or methods are invoked, the object specified might be an instance of this type.
-
-
-
-
- When overridden in a derived class, gets a value indicating whether this property is read-only.
-
-
- true if the property is read-only; otherwise, false.
-
-
-
-
- When overridden in a derived class, gets the type of the property.
-
-
- A that represents the type of the property.
-
-
-
-
- Gets the hash code for the name of the member.
-
-
-
- The hash code for the name of the member.
-
-
-
-
- Represents a raw JSON string.
-
-
-
-
- Represents a value in JSON (string, integer, date, etc).
-
-
-
-
- Initializes a new instance of the class from another object.
-
- A object to copy from.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Creates a comment with the given value.
-
- The value.
- A comment with the given value.
-
-
-
- Creates a string with the given value.
-
- The value.
- A string with the given value.
-
-
-
- Writes this token to a .
-
- A into which this method will write.
- A collection of which will be used when writing the token.
-
-
-
- Indicates whether the current object is equal to another object of the same type.
-
-
- true if the current object is equal to the parameter; otherwise, false.
-
- An object to compare with this object.
-
-
-
- Determines whether the specified is equal to the current .
-
- The to compare with the current .
-
- true if the specified is equal to the current ; otherwise, false.
-
-
- The parameter is null.
-
-
-
-
- Serves as a hash function for a particular type.
-
-
- A hash code for the current .
-
-
-
-
- Returns a that represents this instance.
-
-
- A that represents this instance.
-
-
-
-
- Returns a that represents this instance.
-
- The format.
-
- A that represents this instance.
-
-
-
-
- Returns a that represents this instance.
-
- The format provider.
-
- A that represents this instance.
-
-
-
-
- Returns a that represents this instance.
-
- The format.
- The format provider.
-
- A that represents this instance.
-
-
-
-
- Returns the responsible for binding operations performed on this object.
-
- The expression tree representation of the runtime value.
-
- The to bind this object.
-
-
-
-
- Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
-
- An object to compare with this instance.
-
- A 32-bit signed integer that indicates the relative order of the objects being compared. The return value has these meanings:
- Value
- Meaning
- Less than zero
- This instance is less than .
- Zero
- This instance is equal to .
- Greater than zero
- This instance is greater than .
-
-
- is not the same type as this instance.
-
-
-
-
- Gets a value indicating whether this token has child tokens.
-
-
- true if this token has child values; otherwise, false.
-
-
-
-
- Gets the node type for this .
-
- The type.
-
-
-
- Gets or sets the underlying token value.
-
- The underlying token value.
-
-
-
- Initializes a new instance of the class from another object.
-
- A object to copy from.
-
-
-
- Initializes a new instance of the class.
-
- The raw json.
-
-
-
- Creates an instance of with the content of the reader's current token.
-
- The reader.
- An instance of with the content of the reader's current token.
-
-
-
- Compares tokens to determine whether they are equal.
-
-
-
-
- Determines whether the specified objects are equal.
-
- The first object of type to compare.
- The second object of type to compare.
-
- true if the specified objects are equal; otherwise, false.
-
-
-
-
- Returns a hash code for the specified object.
-
- The for which a hash code is to be returned.
- A hash code for the specified object.
- The type of is a reference type and is null.
-
-
-
- Represents a reader that provides fast, non-cached, forward-only access to serialized Json data.
-
-
-
-
- Initializes a new instance of the class.
-
- The token to read from.
-
-
-
- Reads the next JSON token from the stream as a .
-
-
- A or a null reference if the next JSON token is null. This method will return null at the end of an array.
-
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream.
-
-
- true if the next token was read successfully; false if there are no more tokens to read.
-
-
-
-
- Gets the path of the current JSON token.
-
-
-
-
- Specifies the type of token.
-
-
-
-
- No token type has been set.
-
-
-
-
- A JSON object.
-
-
-
-
- A JSON array.
-
-
-
-
- A JSON constructor.
-
-
-
-
- A JSON object property.
-
-
-
-
- A comment.
-
-
-
-
- An integer value.
-
-
-
-
- A float value.
-
-
-
-
- A string value.
-
-
-
-
- A boolean value.
-
-
-
-
- A null value.
-
-
-
-
- An undefined value.
-
-
-
-
- A date value.
-
-
-
-
- A raw JSON value.
-
-
-
-
- A collection of bytes value.
-
-
-
-
- A Guid value.
-
-
-
-
- A Uri value.
-
-
-
-
- A TimeSpan value.
-
-
-
-
- Represents a writer that provides a fast, non-cached, forward-only way of generating Json data.
-
-
-
-
- Initializes a new instance of the class writing to the given .
-
- The container being written to.
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
-
-
-
-
- Closes this stream and the underlying stream.
-
-
-
-
- Writes the beginning of a Json object.
-
-
-
-
- Writes the beginning of a Json array.
-
-
-
-
- Writes the start of a constructor with the given name.
-
- The name of the constructor.
-
-
-
- Writes the end.
-
- The token.
-
-
-
- Writes the property name of a name/value pair on a Json object.
-
- The name of the property.
-
-
-
- Writes a value.
- An error will raised if the value cannot be written as a single JSON token.
-
- The value to write.
-
-
-
- Writes a null value.
-
-
-
-
- Writes an undefined value.
-
-
-
-
- Writes raw JSON.
-
- The raw JSON to write.
-
-
-
- Writes out a comment /*...*/ containing the specified text.
-
- Text to place inside the comment.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Gets the token being writen.
-
- The token being writen.
-
-
-
- Specifies the member serialization options for the .
-
-
-
-
- All public members are serialized by default. Members can be excluded using or .
- This is the default member serialization mode.
-
-
-
-
- Only members must be marked with or are serialized.
- This member serialization mode can also be set by marking the class with .
-
-
-
-
- All public and private fields are serialized. Members can be excluded using or .
- This member serialization mode can also be set by marking the class with
- and setting IgnoreSerializableAttribute on to false.
-
-
-
-
- Specifies metadata property handling options for the .
-
-
-
-
- Read metadata properties located at the start of a JSON object.
-
-
-
-
- Read metadata properties located anywhere in a JSON object. Note that this setting will impact performance.
-
-
-
-
- Specifies missing member handling options for the .
-
-
-
-
- Ignore a missing member and do not attempt to deserialize it.
-
-
-
-
- Throw a when a missing member is encountered during deserialization.
-
-
-
-
- Specifies null value handling options for the .
-
-
-
-
-
-
-
-
- Include null values when serializing and deserializing objects.
-
-
-
-
- Ignore null values when serializing and deserializing objects.
-
-
-
-
- Specifies how object creation is handled by the .
-
-
-
-
- Reuse existing objects, create new objects when needed.
-
-
-
-
- Only reuse existing objects.
-
-
-
-
- Always create new objects.
-
-
-
-
- Specifies reference handling options for the .
- Note that references cannot be preserved when a value is set via a non-default constructor such as types that implement ISerializable.
-
-
-
-
-
-
-
- Do not preserve references when serializing types.
-
-
-
-
- Preserve references when serializing into a JSON object structure.
-
-
-
-
- Preserve references when serializing into a JSON array structure.
-
-
-
-
- Preserve references when serializing.
-
-
-
-
- Specifies reference loop handling options for the .
-
-
-
-
- Throw a when a loop is encountered.
-
-
-
-
- Ignore loop references and do not serialize.
-
-
-
-
- Serialize loop references.
-
-
-
-
- Indicating whether a property is required.
-
-
-
-
- The property is not required. The default state.
-
-
-
-
- The property must be defined in JSON but can be a null value.
-
-
-
-
- The property must be defined in JSON and cannot be a null value.
-
-
-
-
- Contains the JSON schema extension methods.
-
-
-
-
- Determines whether the is valid.
-
- The source to test.
- The schema to test with.
-
- true if the specified is valid; otherwise, false.
-
-
-
-
- Determines whether the is valid.
-
- The source to test.
- The schema to test with.
- When this method returns, contains any error messages generated while validating.
-
- true if the specified is valid; otherwise, false.
-
-
-
-
- Validates the specified .
-
- The source to test.
- The schema to test with.
-
-
-
- Validates the specified .
-
- The source to test.
- The schema to test with.
- The validation event handler.
-
-
-
- An in-memory representation of a JSON Schema.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Reads a from the specified .
-
- The containing the JSON Schema to read.
- The object representing the JSON Schema.
-
-
-
- Reads a from the specified .
-
- The containing the JSON Schema to read.
- The to use when resolving schema references.
- The object representing the JSON Schema.
-
-
-
- Load a from a string that contains schema JSON.
-
- A that contains JSON.
- A populated from the string that contains JSON.
-
-
-
- Parses the specified json.
-
- The json.
- The resolver.
- A populated from the string that contains JSON.
-
-
-
- Writes this schema to a .
-
- A into which this method will write.
-
-
-
- Writes this schema to a using the specified .
-
- A into which this method will write.
- The resolver used.
-
-
-
- Returns a that represents the current .
-
-
- A that represents the current .
-
-
-
-
- Gets or sets the id.
-
-
-
-
- Gets or sets the title.
-
-
-
-
- Gets or sets whether the object is required.
-
-
-
-
- Gets or sets whether the object is read only.
-
-
-
-
- Gets or sets whether the object is visible to users.
-
-
-
-
- Gets or sets whether the object is transient.
-
-
-
-
- Gets or sets the description of the object.
-
-
-
-
- Gets or sets the types of values allowed by the object.
-
- The type.
-
-
-
- Gets or sets the pattern.
-
- The pattern.
-
-
-
- Gets or sets the minimum length.
-
- The minimum length.
-
-
-
- Gets or sets the maximum length.
-
- The maximum length.
-
-
-
- Gets or sets a number that the value should be divisble by.
-
- A number that the value should be divisble by.
-
-
-
- Gets or sets the minimum.
-
- The minimum.
-
-
-
- Gets or sets the maximum.
-
- The maximum.
-
-
-
- Gets or sets a flag indicating whether the value can not equal the number defined by the "minimum" attribute.
-
- A flag indicating whether the value can not equal the number defined by the "minimum" attribute.
-
-
-
- Gets or sets a flag indicating whether the value can not equal the number defined by the "maximum" attribute.
-
- A flag indicating whether the value can not equal the number defined by the "maximum" attribute.
-
-
-
- Gets or sets the minimum number of items.
-
- The minimum number of items.
-
-
-
- Gets or sets the maximum number of items.
-
- The maximum number of items.
-
-
-
- Gets or sets the of items.
-
- The of items.
-
-
-
- Gets or sets a value indicating whether items in an array are validated using the instance at their array position from .
-
-
- true if items are validated using their array position; otherwise, false.
-
-
-
-
- Gets or sets the of additional items.
-
- The of additional items.
-
-
-
- Gets or sets a value indicating whether additional items are allowed.
-
-
- true if additional items are allowed; otherwise, false.
-
-
-
-
- Gets or sets whether the array items must be unique.
-
-
-
-
- Gets or sets the of properties.
-
- The of properties.
-
-
-
- Gets or sets the of additional properties.
-
- The of additional properties.
-
-
-
- Gets or sets the pattern properties.
-
- The pattern properties.
-
-
-
- Gets or sets a value indicating whether additional properties are allowed.
-
-
- true if additional properties are allowed; otherwise, false.
-
-
-
-
- Gets or sets the required property if this property is present.
-
- The required property if this property is present.
-
-
-
- Gets or sets the a collection of valid enum values allowed.
-
- A collection of valid enum values allowed.
-
-
-
- Gets or sets disallowed types.
-
- The disallow types.
-
-
-
- Gets or sets the default value.
-
- The default value.
-
-
-
- Gets or sets the collection of that this schema extends.
-
- The collection of that this schema extends.
-
-
-
- Gets or sets the format.
-
- The format.
-
-
-
- Returns detailed information about the schema exception.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class
- with a specified error message.
-
- The error message that explains the reason for the exception.
-
-
-
- Initializes a new instance of the class
- with a specified error message and a reference to the inner exception that is the cause of this exception.
-
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
-
-
-
- Initializes a new instance of the class.
-
- The that holds the serialized object data about the exception being thrown.
- The that contains contextual information about the source or destination.
- The parameter is null.
- The class name is null or is zero (0).
-
-
-
- Gets the line number indicating where the error occurred.
-
- The line number indicating where the error occurred.
-
-
-
- Gets the line position indicating where the error occurred.
-
- The line position indicating where the error occurred.
-
-
-
- Gets the path to the JSON where the error occurred.
-
- The path to the JSON where the error occurred.
-
-
-
- Generates a from a specified .
-
-
-
-
- Generate a from the specified type.
-
- The type to generate a from.
- A generated from the specified type.
-
-
-
- Generate a from the specified type.
-
- The type to generate a from.
- The used to resolve schema references.
- A generated from the specified type.
-
-
-
- Generate a from the specified type.
-
- The type to generate a from.
- Specify whether the generated root will be nullable.
- A generated from the specified type.
-
-
-
- Generate a from the specified type.
-
- The type to generate a from.
- The used to resolve schema references.
- Specify whether the generated root will be nullable.
- A generated from the specified type.
-
-
-
- Gets or sets how undefined schemas are handled by the serializer.
-
-
-
-
- Gets or sets the contract resolver.
-
- The contract resolver.
-
-
-
- Resolves from an id.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Gets a for the specified reference.
-
- The id.
- A for the specified reference.
-
-
-
- Gets or sets the loaded schemas.
-
- The loaded schemas.
-
-
-
- The value types allowed by the .
-
-
-
-
- No type specified.
-
-
-
-
- String type.
-
-
-
-
- Float type.
-
-
-
-
- Integer type.
-
-
-
-
- Boolean type.
-
-
-
-
- Object type.
-
-
-
-
- Array type.
-
-
-
-
- Null type.
-
-
-
-
- Any type.
-
-
-
-
- Specifies undefined schema Id handling options for the .
-
-
-
-
- Do not infer a schema Id.
-
-
-
-
- Use the .NET type name as the schema Id.
-
-
-
-
- Use the assembly qualified .NET type name as the schema Id.
-
-
-
-
- Returns detailed information related to the .
-
-
-
-
- Gets the associated with the validation error.
-
- The JsonSchemaException associated with the validation error.
-
-
-
- Gets the path of the JSON location where the validation error occurred.
-
- The path of the JSON location where the validation error occurred.
-
-
-
- Gets the text description corresponding to the validation error.
-
- The text description.
-
-
-
- Represents the callback method that will handle JSON schema validation events and the .
-
-
-
-
- Resolves member mappings for a type, camel casing property names.
-
-
-
-
- Used by to resolves a for a given .
-
-
-
-
- Used by to resolves a for a given .
-
-
-
-
-
-
-
-
- Resolves the contract for a given type.
-
- The type to resolve a contract for.
- The contract for a given type.
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
-
- If set to true the will use a cached shared with other resolvers of the same type.
- Sharing the cache will significantly performance because expensive reflection will only happen once but could cause unexpected
- behavior if different instances of the resolver are suppose to produce different results. When set to false it is highly
- recommended to reuse instances with the .
-
-
-
-
- Resolves the contract for a given type.
-
- The type to resolve a contract for.
- The contract for a given type.
-
-
-
- Gets the serializable members for the type.
-
- The type to get serializable members for.
- The serializable members for the type.
-
-
-
- Creates a for the given type.
-
- Type of the object.
- A for the given type.
-
-
-
- Creates the constructor parameters.
-
- The constructor to create properties for.
- The type's member properties.
- Properties for the given .
-
-
-
- Creates a for the given .
-
- The matching member property.
- The constructor parameter.
- A created for the given .
-
-
-
- Resolves the default for the contract.
-
- Type of the object.
- The contract's default .
-
-
-
- Creates a for the given type.
-
- Type of the object.
- A for the given type.
-
-
-
- Creates a for the given type.
-
- Type of the object.
- A for the given type.
-
-
-
- Creates a for the given type.
-
- Type of the object.
- A for the given type.
-
-
-
- Creates a for the given type.
-
- Type of the object.
- A for the given type.
-
-
-
- Creates a for the given type.
-
- Type of the object.
- A for the given type.
-
-
-
- Creates a for the given type.
-
- Type of the object.
- A for the given type.
-
-
-
- Creates a for the given type.
-
- Type of the object.
- A for the given type.
-
-
-
- Determines which contract type is created for the given type.
-
- Type of the object.
- A for the given type.
-
-
-
- Creates properties for the given .
-
- The type to create properties for.
- /// The member serialization mode for the type.
- Properties for the given .
-
-
-
- Creates the used by the serializer to get and set values from a member.
-
- The member.
- The used by the serializer to get and set values from a member.
-
-
-
- Creates a for the given .
-
- The member's parent .
- The member to create a for.
- A created for the given .
-
-
-
- Resolves the name of the property.
-
- Name of the property.
- Name of the property.
-
-
-
- Gets the resolved name of the property.
-
- Name of the property.
- Name of the property.
-
-
-
- Gets a value indicating whether members are being get and set using dynamic code generation.
- This value is determined by the runtime permissions available.
-
-
- true if using dynamic code generation; otherwise, false.
-
-
-
-
- Gets or sets the default members search flags.
-
- The default members search flags.
-
-
-
- Gets or sets a value indicating whether compiler generated members should be serialized.
-
-
- true if serialized compiler generated members; otherwise, false.
-
-
-
-
- Gets or sets a value indicating whether to ignore the interface when serializing and deserializing types.
-
-
- true if the interface will be ignored when serializing and deserializing types; otherwise, false.
-
-
-
-
- Gets or sets a value indicating whether to ignore the attribute when serializing and deserializing types.
-
-
- true if the attribute will be ignored when serializing and deserializing types; otherwise, false.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Resolves the name of the property.
-
- Name of the property.
- The property name camel cased.
-
-
-
- Used to resolve references when serializing and deserializing JSON by the .
-
-
-
-
- Resolves a reference to its object.
-
- The serialization context.
- The reference to resolve.
- The object that
-
-
-
- Gets the reference for the sepecified object.
-
- The serialization context.
- The object to get a reference for.
- The reference to the object.
-
-
-
- Determines whether the specified object is referenced.
-
- The serialization context.
- The object to test for a reference.
-
- true if the specified object is referenced; otherwise, false.
-
-
-
-
- Adds a reference to the specified object.
-
- The serialization context.
- The reference.
- The object to reference.
-
-
-
- The default serialization binder used when resolving and loading classes from type names.
-
-
-
-
- When overridden in a derived class, controls the binding of a serialized object to a type.
-
- Specifies the name of the serialized object.
- Specifies the name of the serialized object.
-
- The type of the object the formatter creates a new instance of.
-
-
-
-
- When overridden in a derived class, controls the binding of a serialized object to a type.
-
- The type of the object the formatter creates a new instance of.
- Specifies the name of the serialized object.
- Specifies the name of the serialized object.
-
-
-
- Represents a trace writer that writes to the application's instances.
-
-
-
-
- Represents a trace writer.
-
-
-
-
- Writes the specified trace level, message and optional exception.
-
- The at which to write this trace.
- The trace message.
- The trace exception. This parameter is optional.
-
-
-
- Gets the that will be used to filter the trace messages passed to the writer.
- For example a filter level of Info will exclude Verbose messages and include Info,
- Warning and Error messages.
-
- The that will be used to filter the trace messages passed to the writer.
-
-
-
- Writes the specified trace level, message and optional exception.
-
- The at which to write this trace.
- The trace message.
- The trace exception. This parameter is optional.
-
-
-
- Gets the that will be used to filter the trace messages passed to the writer.
- For example a filter level of Info will exclude Verbose messages and include Info,
- Warning and Error messages.
-
-
- The that will be used to filter the trace messages passed to the writer.
-
-
-
-
- Get and set values for a using dynamic methods.
-
-
-
-
- Provides methods to get and set values.
-
-
-
-
- Sets the value.
-
- The target to set the value on.
- The value to set on the target.
-
-
-
- Gets the value.
-
- The target to get the value from.
- The value.
-
-
-
- Initializes a new instance of the class.
-
- The member info.
-
-
-
- Sets the value.
-
- The target to set the value on.
- The value to set on the target.
-
-
-
- Gets the value.
-
- The target to get the value from.
- The value.
-
-
-
- Provides information surrounding an error.
-
-
-
-
- Gets the error.
-
- The error.
-
-
-
- Gets the original object that caused the error.
-
- The original object that caused the error.
-
-
-
- Gets the member that caused the error.
-
- The member that caused the error.
-
-
-
- Gets the path of the JSON location where the error occurred.
-
- The path of the JSON location where the error occurred.
-
-
-
- Gets or sets a value indicating whether this is handled.
-
- true if handled; otherwise, false.
-
-
-
- Provides data for the Error event.
-
-
-
-
- Initializes a new instance of the class.
-
- The current object.
- The error context.
-
-
-
- Gets the current object the error event is being raised against.
-
- The current object the error event is being raised against.
-
-
-
- Gets the error context.
-
- The error context.
-
-
-
- Get and set values for a using dynamic methods.
-
-
-
-
- Initializes a new instance of the class.
-
- The member info.
-
-
-
- Sets the value.
-
- The target to set the value on.
- The value to set on the target.
-
-
-
- Gets the value.
-
- The target to get the value from.
- The value.
-
-
-
- Contract details for a used by the .
-
-
-
-
- Contract details for a used by the .
-
-
-
-
- Contract details for a used by the .
-
-
-
-
- Gets the underlying type for the contract.
-
- The underlying type for the contract.
-
-
-
- Gets or sets the type created during deserialization.
-
- The type created during deserialization.
-
-
-
- Gets or sets whether this type contract is serialized as a reference.
-
- Whether this type contract is serialized as a reference.
-
-
-
- Gets or sets the default for this contract.
-
- The converter.
-
-
-
- Gets or sets all methods called immediately after deserialization of the object.
-
- The methods called immediately after deserialization of the object.
-
-
-
- Gets or sets all methods called during deserialization of the object.
-
- The methods called during deserialization of the object.
-
-
-
- Gets or sets all methods called after serialization of the object graph.
-
- The methods called after serialization of the object graph.
-
-
-
- Gets or sets all methods called before serialization of the object.
-
- The methods called before serialization of the object.
-
-
-
- Gets or sets all method called when an error is thrown during the serialization of the object.
-
- The methods called when an error is thrown during the serialization of the object.
-
-
-
- Gets or sets the method called immediately after deserialization of the object.
-
- The method called immediately after deserialization of the object.
-
-
-
- Gets or sets the method called during deserialization of the object.
-
- The method called during deserialization of the object.
-
-
-
- Gets or sets the method called after serialization of the object graph.
-
- The method called after serialization of the object graph.
-
-
-
- Gets or sets the method called before serialization of the object.
-
- The method called before serialization of the object.
-
-
-
- Gets or sets the method called when an error is thrown during the serialization of the object.
-
- The method called when an error is thrown during the serialization of the object.
-
-
-
- Gets or sets the default creator method used to create the object.
-
- The default creator method used to create the object.
-
-
-
- Gets or sets a value indicating whether the default creator is non public.
-
- true if the default object creator is non-public; otherwise, false.
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Gets or sets the default collection items .
-
- The converter.
-
-
-
- Gets or sets a value indicating whether the collection items preserve object references.
-
- true if collection items preserve object references; otherwise, false.
-
-
-
- Gets or sets the collection item reference loop handling.
-
- The reference loop handling.
-
-
-
- Gets or sets the collection item type name handling.
-
- The type name handling.
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Gets the of the collection items.
-
- The of the collection items.
-
-
-
- Gets a value indicating whether the collection type is a multidimensional array.
-
- true if the collection type is a multidimensional array; otherwise, false.
-
-
-
- Handles serialization callback events.
-
- The object that raised the callback event.
- The streaming context.
-
-
-
- Handles serialization error callback events.
-
- The object that raised the callback event.
- The streaming context.
- The error context.
-
-
-
- Sets extension data for an object during deserialization.
-
- The object to set extension data on.
- The extension data key.
- The extension data value.
-
-
-
- Gets extension data for an object during serialization.
-
- The object to set extension data on.
-
-
-
- Contract details for a used by the .
-
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Gets or sets the property name resolver.
-
- The property name resolver.
-
-
-
- Gets the of the dictionary keys.
-
- The of the dictionary keys.
-
-
-
- Gets the of the dictionary values.
-
- The of the dictionary values.
-
-
-
- Contract details for a used by the .
-
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Gets the object's properties.
-
- The object's properties.
-
-
-
- Gets or sets the property name resolver.
-
- The property name resolver.
-
-
-
- Contract details for a used by the .
-
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Gets or sets the ISerializable object constructor.
-
- The ISerializable object constructor.
-
-
-
- Contract details for a used by the .
-
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Contract details for a used by the .
-
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Gets or sets the object member serialization.
-
- The member object serialization.
-
-
-
- Gets or sets a value that indicates whether the object's properties are required.
-
-
- A value indicating whether the object's properties are required.
-
-
-
-
- Gets the object's properties.
-
- The object's properties.
-
-
-
- Gets the constructor parameters required for any non-default constructor
-
-
-
-
- Gets or sets the override constructor used to create the object.
- This is set when a constructor is marked up using the
- JsonConstructor attribute.
-
- The override constructor.
-
-
-
- Gets or sets the parametrized constructor used to create the object.
-
- The parametrized constructor.
-
-
-
- Gets or sets the extension data setter.
-
-
-
-
- Gets or sets the extension data getter.
-
-
-
-
- Contract details for a used by the .
-
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Maps a JSON property to a .NET member or constructor parameter.
-
-
-
-
- Returns a that represents this instance.
-
-
- A that represents this instance.
-
-
-
-
- Gets or sets the name of the property.
-
- The name of the property.
-
-
-
- Gets or sets the type that declared this property.
-
- The type that declared this property.
-
-
-
- Gets or sets the order of serialization and deserialization of a member.
-
- The numeric order of serialization or deserialization.
-
-
-
- Gets or sets the name of the underlying member or parameter.
-
- The name of the underlying member or parameter.
-
-
-
- Gets the that will get and set the during serialization.
-
- The that will get and set the during serialization.
-
-
-
- Gets or sets the type of the property.
-
- The type of the property.
-
-
-
- Gets or sets the for the property.
- If set this converter takes presidence over the contract converter for the property type.
-
- The converter.
-
-
-
- Gets or sets the member converter.
-
- The member converter.
-
-
-
- Gets or sets a value indicating whether this is ignored.
-
- true if ignored; otherwise, false.
-
-
-
- Gets or sets a value indicating whether this is readable.
-
- true if readable; otherwise, false.
-
-
-
- Gets or sets a value indicating whether this is writable.
-
- true if writable; otherwise, false.
-
-
-
- Gets or sets a value indicating whether this has a member attribute.
-
- true if has a member attribute; otherwise, false.
-
-
-
- Gets the default value.
-
- The default value.
-
-
-
- Gets or sets a value indicating whether this is required.
-
- A value indicating whether this is required.
-
-
-
- Gets or sets a value indicating whether this property preserves object references.
-
-
- true if this instance is reference; otherwise, false.
-
-
-
-
- Gets or sets the property null value handling.
-
- The null value handling.
-
-
-
- Gets or sets the property default value handling.
-
- The default value handling.
-
-
-
- Gets or sets the property reference loop handling.
-
- The reference loop handling.
-
-
-
- Gets or sets the property object creation handling.
-
- The object creation handling.
-
-
-
- Gets or sets or sets the type name handling.
-
- The type name handling.
-
-
-
- Gets or sets a predicate used to determine whether the property should be serialize.
-
- A predicate used to determine whether the property should be serialize.
-
-
-
- Gets or sets a predicate used to determine whether the property should be serialized.
-
- A predicate used to determine whether the property should be serialized.
-
-
-
- Gets or sets an action used to set whether the property has been deserialized.
-
- An action used to set whether the property has been deserialized.
-
-
-
- Gets or sets the converter used when serializing the property's collection items.
-
- The collection's items converter.
-
-
-
- Gets or sets whether this property's collection items are serialized as a reference.
-
- Whether this property's collection items are serialized as a reference.
-
-
-
- Gets or sets the the type name handling used when serializing the property's collection items.
-
- The collection's items type name handling.
-
-
-
- Gets or sets the the reference loop handling used when serializing the property's collection items.
-
- The collection's items reference loop handling.
-
-
-
- A collection of objects.
-
-
-
-
- Initializes a new instance of the class.
-
- The type.
-
-
-
- When implemented in a derived class, extracts the key from the specified element.
-
- The element from which to extract the key.
- The key for the specified element.
-
-
-
- Adds a object.
-
- The property to add to the collection.
-
-
-
- Gets the closest matching object.
- First attempts to get an exact case match of propertyName and then
- a case insensitive match.
-
- Name of the property.
- A matching property if found.
-
-
-
- Gets a property by property name.
-
- The name of the property to get.
- Type property name string comparison.
- A matching property if found.
-
-
-
- Contract details for a used by the .
-
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Represents a trace writer that writes to memory. When the trace message limit is
- reached then old trace messages will be removed as new messages are added.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Writes the specified trace level, message and optional exception.
-
- The at which to write this trace.
- The trace message.
- The trace exception. This parameter is optional.
-
-
-
- Returns an enumeration of the most recent trace messages.
-
- An enumeration of the most recent trace messages.
-
-
-
- Returns a of the most recent trace messages.
-
-
- A of the most recent trace messages.
-
-
-
-
- Gets the that will be used to filter the trace messages passed to the writer.
- For example a filter level of Info will exclude Verbose messages and include Info,
- Warning and Error messages.
-
-
- The that will be used to filter the trace messages passed to the writer.
-
-
-
-
- Represents a method that constructs an object.
-
- The object type to create.
-
-
-
- When applied to a method, specifies that the method is called when an error occurs serializing an object.
-
-
-
-
- Get and set values for a using reflection.
-
-
-
-
- Initializes a new instance of the class.
-
- The member info.
-
-
-
- Sets the value.
-
- The target to set the value on.
- The value to set on the target.
-
-
-
- Gets the value.
-
- The target to get the value from.
- The value.
-
-
-
- Specifies how strings are escaped when writing JSON text.
-
-
-
-
- Only control characters (e.g. newline) are escaped.
-
-
-
-
- All non-ASCII and control characters (e.g. newline) are escaped.
-
-
-
-
- HTML (<, >, &, ', ") and control characters (e.g. newline) are escaped.
-
-
-
-
- Specifies type name handling options for the .
-
-
-
-
- Do not include the .NET type name when serializing types.
-
-
-
-
- Include the .NET type name when serializing into a JSON object structure.
-
-
-
-
- Include the .NET type name when serializing into a JSON array structure.
-
-
-
-
- Always include the .NET type name when serializing.
-
-
-
-
- Include the .NET type name when the type of the object being serialized is not the same as its declared type.
-
-
-
-
- Determines whether the collection is null or empty.
-
- The collection.
-
- true if the collection is null or empty; otherwise, false.
-
-
-
-
- Adds the elements of the specified collection to the specified generic IList.
-
- The list to add to.
- The collection of elements to add.
-
-
-
- Returns the index of the first occurrence in a sequence by using a specified IEqualityComparer.
-
- The type of the elements of source.
- A sequence in which to locate a value.
- The object to locate in the sequence
- An equality comparer to compare values.
- The zero-based index of the first occurrence of value within the entire sequence, if found; otherwise, –1.
-
-
-
- Converts the value to the specified type. If the value is unable to be converted, the
- value is checked whether it assignable to the specified type.
-
- The value to convert.
- The culture to use when converting.
- The type to convert or cast the value to.
-
- The converted type. If conversion was unsuccessful, the initial value
- is returned if assignable to the target type.
-
-
-
-
- Helper method for generating a MetaObject which calls a
- specific method on Dynamic that returns a result
-
-
-
-
- Helper method for generating a MetaObject which calls a
- specific method on Dynamic, but uses one of the arguments for
- the result.
-
-
-
-
- Helper method for generating a MetaObject which calls a
- specific method on Dynamic, but uses one of the arguments for
- the result.
-
-
-
-
- Returns a Restrictions object which includes our current restrictions merged
- with a restriction limiting our type
-
-
-
-
- Gets a dictionary of the names and values of an Enum type.
-
-
-
-
-
- Gets a dictionary of the names and values of an Enum type.
-
- The enum type to get names and values for.
-
-
-
-
- Gets the type of the typed collection's items.
-
- The type.
- The type of the typed collection's items.
-
-
-
- Gets the member's underlying type.
-
- The member.
- The underlying type of the member.
-
-
-
- Determines whether the member is an indexed property.
-
- The member.
-
- true if the member is an indexed property; otherwise, false.
-
-
-
-
- Determines whether the property is an indexed property.
-
- The property.
-
- true if the property is an indexed property; otherwise, false.
-
-
-
-
- Gets the member's value on the object.
-
- The member.
- The target object.
- The member's value on the object.
-
-
-
- Sets the member's value on the target object.
-
- The member.
- The target.
- The value.
-
-
-
- Determines whether the specified MemberInfo can be read.
-
- The MemberInfo to determine whether can be read.
- /// if set to true then allow the member to be gotten non-publicly.
-
- true if the specified MemberInfo can be read; otherwise, false.
-
-
-
-
- Determines whether the specified MemberInfo can be set.
-
- The MemberInfo to determine whether can be set.
- if set to true then allow the member to be set non-publicly.
- if set to true then allow the member to be set if read-only.
-
- true if the specified MemberInfo can be set; otherwise, false.
-
-
-
-
- Builds a string. Unlike StringBuilder this class lets you reuse it's internal buffer.
-
-
-
-
- Determines whether the string is all white space. Empty string will return false.
-
- The string to test whether it is all white space.
-
- true if the string is all white space; otherwise, false.
-
-
-
-
- Nulls an empty string.
-
- The string.
- Null if the string was null, otherwise the string unchanged.
-
-
-
- Specifies the state of the .
-
-
-
-
- An exception has been thrown, which has left the in an invalid state.
- You may call the method to put the in the Closed state.
- Any other method calls results in an being thrown.
-
-
-
-
- The method has been called.
-
-
-
-
- An object is being written.
-
-
-
-
- A array is being written.
-
-
-
-
- A constructor is being written.
-
-
-
-
- A property is being written.
-
-
-
-
- A write method has not been called.
-
-
-
-
diff --git a/packages/Newtonsoft.Json.6.0.3/lib/netcore45/Newtonsoft.Json.dll b/packages/Newtonsoft.Json.6.0.3/lib/netcore45/Newtonsoft.Json.dll
deleted file mode 100644
index 1270107..0000000
Binary files a/packages/Newtonsoft.Json.6.0.3/lib/netcore45/Newtonsoft.Json.dll and /dev/null differ
diff --git a/packages/Newtonsoft.Json.6.0.3/lib/netcore45/Newtonsoft.Json.xml b/packages/Newtonsoft.Json.6.0.3/lib/netcore45/Newtonsoft.Json.xml
deleted file mode 100644
index 6c10ebc..0000000
--- a/packages/Newtonsoft.Json.6.0.3/lib/netcore45/Newtonsoft.Json.xml
+++ /dev/null
@@ -1,8013 +0,0 @@
-
-
-
- Newtonsoft.Json
-
-
-
-
- Represents a BSON Oid (object id).
-
-
-
-
- Initializes a new instance of the class.
-
- The Oid value.
-
-
-
- Gets or sets the value of the Oid.
-
- The value of the Oid.
-
-
-
- Represents a reader that provides fast, non-cached, forward-only access to serialized Json data.
-
-
-
-
- Represents a reader that provides fast, non-cached, forward-only access to serialized Json data.
-
-
-
-
- Initializes a new instance of the class with the specified .
-
-
-
-
- Reads the next JSON token from the stream.
-
- true if the next token was read successfully; false if there are no more tokens to read.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A or a null reference if the next JSON token is null. This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Skips the children of the current token.
-
-
-
-
- Sets the current token.
-
- The new token.
-
-
-
- Sets the current token and value.
-
- The new token.
- The value.
-
-
-
- Sets the state based on current token type.
-
-
-
-
- Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
-
-
-
-
- Releases unmanaged and - optionally - managed resources
-
- true to release both managed and unmanaged resources; false to release only unmanaged resources.
-
-
-
- Changes the to Closed.
-
-
-
-
- Gets the current reader state.
-
- The current reader state.
-
-
-
- Gets or sets a value indicating whether the underlying stream or
- should be closed when the reader is closed.
-
-
- true to close the underlying stream or when
- the reader is closed; otherwise false. The default is true.
-
-
-
-
- Gets or sets a value indicating whether multiple pieces of JSON content can
- be read from a continuous stream without erroring.
-
-
- true to support reading multiple pieces of JSON content; otherwise false. The default is false.
-
-
-
-
- Gets the quotation mark character used to enclose the value of a string.
-
-
-
-
- Get or set how time zones are handling when reading JSON.
-
-
-
-
- Get or set how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON.
-
-
-
-
- Get or set how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
-
-
-
-
- Get or set how custom date formatted strings are parsed when reading JSON.
-
-
-
-
- Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a .
-
-
-
-
- Gets the type of the current JSON token.
-
-
-
-
- Gets the text value of the current JSON token.
-
-
-
-
- Gets The Common Language Runtime (CLR) type for the current JSON token.
-
-
-
-
- Gets the depth of the current token in the JSON document.
-
- The depth of the current token in the JSON document.
-
-
-
- Gets the path of the current JSON token.
-
-
-
-
- Gets or sets the culture used when reading JSON. Defaults to .
-
-
-
-
- Specifies the state of the reader.
-
-
-
-
- The Read method has not been called.
-
-
-
-
- The end of the file has been reached successfully.
-
-
-
-
- Reader is at a property.
-
-
-
-
- Reader is at the start of an object.
-
-
-
-
- Reader is in an object.
-
-
-
-
- Reader is at the start of an array.
-
-
-
-
- Reader is in an array.
-
-
-
-
- The Close method has been called.
-
-
-
-
- Reader has just read a value.
-
-
-
-
- Reader is at the start of a constructor.
-
-
-
-
- Reader in a constructor.
-
-
-
-
- An error occurred that prevents the read operation from continuing.
-
-
-
-
- The end of the file has been reached successfully.
-
-
-
-
- Initializes a new instance of the class.
-
- The stream.
-
-
-
- Initializes a new instance of the class.
-
- The reader.
-
-
-
- Initializes a new instance of the class.
-
- The stream.
- if set to true the root object will be read as a JSON array.
- The used when reading values from BSON.
-
-
-
- Initializes a new instance of the class.
-
- The reader.
- if set to true the root object will be read as a JSON array.
- The used when reading values from BSON.
-
-
-
- Reads the next JSON token from the stream as a .
-
-
- A or a null reference if the next JSON token is null. This method will return null at the end of an array.
-
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
-
- A . This method will return null at the end of an array.
-
-
-
-
- Reads the next JSON token from the stream.
-
-
- true if the next token was read successfully; false if there are no more tokens to read.
-
-
-
-
- Changes the to Closed.
-
-
-
-
- Gets or sets a value indicating whether binary data reading should compatible with incorrect Json.NET 3.5 written binary.
-
-
- true if binary data reading will be compatible with incorrect Json.NET 3.5 written binary; otherwise, false.
-
-
-
-
- Gets or sets a value indicating whether the root object will be read as a JSON array.
-
-
- true if the root object will be read as a JSON array; otherwise, false.
-
-
-
-
- Gets or sets the used when reading values from BSON.
-
- The used when reading values from BSON.
-
-
-
- Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data.
-
-
-
-
- Represents a writer that provides a fast, non-cached, forward-only way of generating Json data.
-
-
-
-
- Creates an instance of the JsonWriter class.
-
-
-
-
- Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
-
-
-
-
- Closes this stream and the underlying stream.
-
-
-
-
- Writes the beginning of a Json object.
-
-
-
-
- Writes the end of a Json object.
-
-
-
-
- Writes the beginning of a Json array.
-
-
-
-
- Writes the end of an array.
-
-
-
-
- Writes the start of a constructor with the given name.
-
- The name of the constructor.
-
-
-
- Writes the end constructor.
-
-
-
-
- Writes the property name of a name/value pair on a JSON object.
-
- The name of the property.
-
-
-
- Writes the property name of a name/value pair on a JSON object.
-
- The name of the property.
- A flag to indicate whether the text should be escaped when it is written as a JSON property name.
-
-
-
- Writes the end of the current Json object or array.
-
-
-
-
- Writes the current token and its children.
-
- The to read the token from.
-
-
-
- Writes the current token.
-
- The to read the token from.
- A flag indicating whether the current token's children should be written.
-
-
-
- Writes the specified end token.
-
- The end token to write.
-
-
-
- Writes indent characters.
-
-
-
-
- Writes the JSON value delimiter.
-
-
-
-
- Writes an indent space.
-
-
-
-
- Writes a null value.
-
-
-
-
- Writes an undefined value.
-
-
-
-
- Writes raw JSON without changing the writer's state.
-
- The raw JSON to write.
-
-
-
- Writes raw JSON where a value is expected and updates the writer's state.
-
- The raw JSON to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
- An error will raised if the value cannot be written as a single JSON token.
-
- The value to write.
-
-
-
- Writes out a comment /*...*/ containing the specified text.
-
- Text to place inside the comment.
-
-
-
- Writes out the given white space.
-
- The string of white space characters.
-
-
-
- Sets the state of the JsonWriter,
-
- The JsonToken being written.
- The value being written.
-
-
-
- Gets or sets a value indicating whether the underlying stream or
- should be closed when the writer is closed.
-
-
- true to close the underlying stream or when
- the writer is closed; otherwise false. The default is true.
-
-
-
-
- Gets the top.
-
- The top.
-
-
-
- Gets the state of the writer.
-
-
-
-
- Gets the path of the writer.
-
-
-
-
- Indicates how JSON text output is formatted.
-
-
-
-
- Get or set how dates are written to JSON text.
-
-
-
-
- Get or set how time zones are handling when writing JSON text.
-
-
-
-
- Get or set how strings are escaped when writing JSON text.
-
-
-
-
- Get or set how special floating point numbers, e.g. ,
- and ,
- are written to JSON text.
-
-
-
-
- Get or set how and values are formatting when writing JSON text.
-
-
-
-
- Gets or sets the culture used when writing JSON. Defaults to .
-
-
-
-
- Initializes a new instance of the class.
-
- The stream.
-
-
-
- Initializes a new instance of the class.
-
- The writer.
-
-
-
- Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
-
-
-
-
- Writes the end.
-
- The token.
-
-
-
- Writes out a comment /*...*/ containing the specified text.
-
- Text to place inside the comment.
-
-
-
- Writes the start of a constructor with the given name.
-
- The name of the constructor.
-
-
-
- Writes raw JSON.
-
- The raw JSON to write.
-
-
-
- Writes raw JSON where a value is expected and updates the writer's state.
-
- The raw JSON to write.
-
-
-
- Writes the beginning of a Json array.
-
-
-
-
- Writes the beginning of a Json object.
-
-
-
-
- Writes the property name of a name/value pair on a Json object.
-
- The name of the property.
-
-
-
- Closes this stream and the underlying stream.
-
-
-
-
- Writes a value.
- An error will raised if the value cannot be written as a single JSON token.
-
- The value to write.
-
-
-
- Writes a null value.
-
-
-
-
- Writes an undefined value.
-
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value that represents a BSON object id.
-
- The Object ID value to write.
-
-
-
- Writes a BSON regex.
-
- The regex pattern.
- The regex options.
-
-
-
- Gets or sets the used when writing values to BSON.
- When set to no conversion will occur.
-
- The used when writing values to BSON.
-
-
-
- Specifies how constructors are used when initializing objects during deserialization by the .
-
-
-
-
- First attempt to use the public default constructor, then fall back to single paramatized constructor, then the non-public default constructor.
-
-
-
-
- Json.NET will use a non-public default constructor before falling back to a paramatized constructor.
-
-
-
-
- Converts a to and from JSON and BSON.
-
-
-
-
- Converts an object to and from JSON.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Gets the of the JSON produced by the JsonConverter.
-
- The of the JSON produced by the JsonConverter.
-
-
-
- Gets a value indicating whether this can read JSON.
-
- true if this can read JSON; otherwise, false.
-
-
-
- Gets a value indicating whether this can write JSON.
-
- true if this can write JSON; otherwise, false.
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Create a custom object
-
- The object type to convert.
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Creates an object which will then be populated by the serializer.
-
- Type of the object.
- The created object.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Gets a value indicating whether this can write JSON.
-
-
- true if this can write JSON; otherwise, false.
-
-
-
-
- Provides a base class for converting a to and from JSON.
-
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Converts an ExpandoObject to and from JSON.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Gets a value indicating whether this can write JSON.
-
-
- true if this can write JSON; otherwise, false.
-
-
-
-
- Converts a to and from the ISO 8601 date format (e.g. 2008-04-12T12:53Z).
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Gets or sets the date time styles used when converting a date to and from JSON.
-
- The date time styles used when converting a date to and from JSON.
-
-
-
- Gets or sets the date time format used when converting a date to and from JSON.
-
- The date time format used when converting a date to and from JSON.
-
-
-
- Gets or sets the culture used when converting a date to and from JSON.
-
- The culture used when converting a date to and from JSON.
-
-
-
- Converts a to and from a JavaScript date constructor (e.g. new Date(52231943)).
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing property value of the JSON that is being converted.
- The calling serializer.
- The object value.
-
-
-
- Converts a to and from JSON.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Converts a to and from JSON.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Converts a to and from JSON and BSON.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Converts an to and from its name string value.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Gets or sets a value indicating whether the written enum text should be camel case.
-
- true if the written enum text will be camel case; otherwise, false.
-
-
-
- Gets or sets a value indicating whether integer values are allowed.
-
- true if integers are allowed; otherwise, false.
-
-
-
- Converts a to and from a string (e.g. "1.2.3.4").
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing property value of the JSON that is being converted.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Converts XML to and from JSON.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The calling serializer.
- The value.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Checks if the attributeName is a namespace attribute.
-
- Attribute name to test.
- The attribute name prefix if it has one, otherwise an empty string.
- True if attribute name is for a namespace attribute, otherwise false.
-
-
-
- Determines whether this instance can convert the specified value type.
-
- Type of the value.
-
- true if this instance can convert the specified value type; otherwise, false.
-
-
-
-
- Gets or sets the name of the root element to insert when deserializing to XML if the JSON structure has produces multiple root elements.
-
- The name of the deserialize root element.
-
-
-
- Gets or sets a flag to indicate whether to write the Json.NET array attribute.
- This attribute helps preserve arrays when converting the written XML back to JSON.
-
- true if the array attibute is written to the XML; otherwise, false.
-
-
-
- Gets or sets a value indicating whether to write the root JSON object.
-
- true if the JSON root object is omitted; otherwise, false.
-
-
-
- Specifies how dates are formatted when writing JSON text.
-
-
-
-
- Dates are written in the ISO 8601 format, e.g. "2012-03-21T05:40Z".
-
-
-
-
- Dates are written in the Microsoft JSON format, e.g. "\/Date(1198908717056)\/".
-
-
-
-
- Specifies how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON text.
-
-
-
-
- Date formatted strings are not parsed to a date type and are read as strings.
-
-
-
-
- Date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed to .
-
-
-
-
- Date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed to .
-
-
-
-
- Specifies how to treat the time value when converting between string and .
-
-
-
-
- Treat as local time. If the object represents a Coordinated Universal Time (UTC), it is converted to the local time.
-
-
-
-
- Treat as a UTC. If the object represents a local time, it is converted to a UTC.
-
-
-
-
- Treat as a local time if a is being converted to a string.
- If a string is being converted to , convert to a local time if a time zone is specified.
-
-
-
-
- Time zone information should be preserved when converting.
-
-
-
-
- Specifies float format handling options when writing special floating point numbers, e.g. ,
- and with .
-
-
-
-
- Write special floating point values as strings in JSON, e.g. "NaN", "Infinity", "-Infinity".
-
-
-
-
- Write special floating point values as symbols in JSON, e.g. NaN, Infinity, -Infinity.
- Note that this will produce non-valid JSON.
-
-
-
-
- Write special floating point values as the property's default value in JSON, e.g. 0.0 for a property, null for a property.
-
-
-
-
- Specifies default value handling options for the .
-
-
-
-
-
-
-
-
- Include members where the member value is the same as the member's default value when serializing objects.
- Included members are written to JSON. Has no effect when deserializing.
-
-
-
-
- Ignore members where the member value is the same as the member's default value when serializing objects
- so that is is not written to JSON.
- This option will ignore all default values (e.g. null for objects and nullable types; 0 for integers,
- decimals and floating point numbers; and false for booleans). The default value ignored can be changed by
- placing the on the property.
-
-
-
-
- Members with a default value but no JSON will be set to their default value when deserializing.
-
-
-
-
- Ignore members where the member value is the same as the member's default value when serializing objects
- and sets members to their default value when deserializing.
-
-
-
-
- Specifies how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
-
-
-
-
- Floating point numbers are parsed to .
-
-
-
-
- Floating point numbers are parsed to .
-
-
-
-
- Indicates the method that will be used during deserialization for locating and loading assemblies.
-
-
-
-
- In simple mode, the assembly used during deserialization need not match exactly the assembly used during serialization. Specifically, the version numbers need not match as the LoadWithPartialName method is used to load the assembly.
-
-
-
-
- In full mode, the assembly used during deserialization must match exactly the assembly used during serialization. The Load method of the Assembly class is used to load the assembly.
-
-
-
-
- Specifies formatting options for the .
-
-
-
-
- No special formatting is applied. This is the default.
-
-
-
-
- Causes child objects to be indented according to the and settings.
-
-
-
-
- Provides an interface to enable a class to return line and position information.
-
-
-
-
- Gets a value indicating whether the class can return line information.
-
-
- true if LineNumber and LinePosition can be provided; otherwise, false.
-
-
-
-
- Gets the current line number.
-
- The current line number or 0 if no line information is available (for example, HasLineInfo returns false).
-
-
-
- Gets the current line position.
-
- The current line position or 0 if no line information is available (for example, HasLineInfo returns false).
-
-
-
- Instructs the how to serialize the collection.
-
-
-
-
- Instructs the how to serialize the object.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class with the specified container Id.
-
- The container Id.
-
-
-
- Gets or sets the id.
-
- The id.
-
-
-
- Gets or sets the title.
-
- The title.
-
-
-
- Gets or sets the description.
-
- The description.
-
-
-
- Gets the collection's items converter.
-
- The collection's items converter.
-
-
-
- Gets or sets a value that indicates whether to preserve object references.
-
-
- true to keep object reference; otherwise, false. The default is false.
-
-
-
-
- Gets or sets a value that indicates whether to preserve collection's items references.
-
-
- true to keep collection's items object references; otherwise, false. The default is false.
-
-
-
-
- Gets or sets the reference loop handling used when serializing the collection's items.
-
- The reference loop handling.
-
-
-
- Gets or sets the type name handling used when serializing the collection's items.
-
- The type name handling.
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class with a flag indicating whether the array can contain null items
-
- A flag indicating whether the array can contain null items.
-
-
-
- Initializes a new instance of the class with the specified container Id.
-
- The container Id.
-
-
-
- Gets or sets a value indicating whether null items are allowed in the collection.
-
- true if null items are allowed in the collection; otherwise, false.
-
-
-
- Instructs the to use the specified constructor when deserializing that object.
-
-
-
-
- Provides methods for converting between common language runtime types and JSON types.
-
-
-
-
-
-
-
- Represents JavaScript's boolean value true as a string. This field is read-only.
-
-
-
-
- Represents JavaScript's boolean value false as a string. This field is read-only.
-
-
-
-
- Represents JavaScript's null as a string. This field is read-only.
-
-
-
-
- Represents JavaScript's undefined as a string. This field is read-only.
-
-
-
-
- Represents JavaScript's positive infinity as a string. This field is read-only.
-
-
-
-
- Represents JavaScript's negative infinity as a string. This field is read-only.
-
-
-
-
- Represents JavaScript's NaN as a string. This field is read-only.
-
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation using the specified.
-
- The value to convert.
- The format the date will be converted to.
- The time zone handling when the date is converted to a string.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation using the specified.
-
- The value to convert.
- The format the date will be converted to.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- The string delimiter character.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Serializes the specified object to a JSON string.
-
- The object to serialize.
- A JSON string representation of the object.
-
-
-
- Serializes the specified object to a JSON string using formatting.
-
- The object to serialize.
- Indicates how the output is formatted.
-
- A JSON string representation of the object.
-
-
-
-
- Serializes the specified object to a JSON string using a collection of .
-
- The object to serialize.
- A collection converters used while serializing.
- A JSON string representation of the object.
-
-
-
- Serializes the specified object to a JSON string using formatting and a collection of .
-
- The object to serialize.
- Indicates how the output is formatted.
- A collection converters used while serializing.
- A JSON string representation of the object.
-
-
-
- Serializes the specified object to a JSON string using .
-
- The object to serialize.
- The used to serialize the object.
- If this is null, default serialization settings will be is used.
-
- A JSON string representation of the object.
-
-
-
-
- Serializes the specified object to a JSON string using a type, formatting and .
-
- The object to serialize.
- The used to serialize the object.
- If this is null, default serialization settings will be is used.
-
- The type of the value being serialized.
- This parameter is used when is Auto to write out the type name if the type of the value does not match.
- Specifing the type is optional.
-
-
- A JSON string representation of the object.
-
-
-
-
- Serializes the specified object to a JSON string using formatting and .
-
- The object to serialize.
- Indicates how the output is formatted.
- The used to serialize the object.
- If this is null, default serialization settings will be is used.
-
- A JSON string representation of the object.
-
-
-
-
- Serializes the specified object to a JSON string using a type, formatting and .
-
- The object to serialize.
- Indicates how the output is formatted.
- The used to serialize the object.
- If this is null, default serialization settings will be is used.
-
- The type of the value being serialized.
- This parameter is used when is Auto to write out the type name if the type of the value does not match.
- Specifing the type is optional.
-
-
- A JSON string representation of the object.
-
-
-
-
- Asynchronously serializes the specified object to a JSON string.
- Serialization will happen on a new thread.
-
- The object to serialize.
-
- A task that represents the asynchronous serialize operation. The value of the TResult parameter contains a JSON string representation of the object.
-
-
-
-
- Asynchronously serializes the specified object to a JSON string using formatting.
- Serialization will happen on a new thread.
-
- The object to serialize.
- Indicates how the output is formatted.
-
- A task that represents the asynchronous serialize operation. The value of the TResult parameter contains a JSON string representation of the object.
-
-
-
-
- Asynchronously serializes the specified object to a JSON string using formatting and a collection of .
- Serialization will happen on a new thread.
-
- The object to serialize.
- Indicates how the output is formatted.
- The used to serialize the object.
- If this is null, default serialization settings will be is used.
-
- A task that represents the asynchronous serialize operation. The value of the TResult parameter contains a JSON string representation of the object.
-
-
-
-
- Deserializes the JSON to a .NET object.
-
- The JSON to deserialize.
- The deserialized object from the Json string.
-
-
-
- Deserializes the JSON to a .NET object using .
-
- The JSON to deserialize.
-
- The used to deserialize the object.
- If this is null, default serialization settings will be is used.
-
- The deserialized object from the JSON string.
-
-
-
- Deserializes the JSON to the specified .NET type.
-
- The JSON to deserialize.
- The of object being deserialized.
- The deserialized object from the Json string.
-
-
-
- Deserializes the JSON to the specified .NET type.
-
- The type of the object to deserialize to.
- The JSON to deserialize.
- The deserialized object from the Json string.
-
-
-
- Deserializes the JSON to the given anonymous type.
-
-
- The anonymous type to deserialize to. This can't be specified
- traditionally and must be infered from the anonymous type passed
- as a parameter.
-
- The JSON to deserialize.
- The anonymous type object.
- The deserialized anonymous type from the JSON string.
-
-
-
- Deserializes the JSON to the given anonymous type using .
-
-
- The anonymous type to deserialize to. This can't be specified
- traditionally and must be infered from the anonymous type passed
- as a parameter.
-
- The JSON to deserialize.
- The anonymous type object.
-
- The used to deserialize the object.
- If this is null, default serialization settings will be is used.
-
- The deserialized anonymous type from the JSON string.
-
-
-
- Deserializes the JSON to the specified .NET type using a collection of .
-
- The type of the object to deserialize to.
- The JSON to deserialize.
- Converters to use while deserializing.
- The deserialized object from the JSON string.
-
-
-
- Deserializes the JSON to the specified .NET type using .
-
- The type of the object to deserialize to.
- The object to deserialize.
-
- The used to deserialize the object.
- If this is null, default serialization settings will be is used.
-
- The deserialized object from the JSON string.
-
-
-
- Deserializes the JSON to the specified .NET type using a collection of .
-
- The JSON to deserialize.
- The type of the object to deserialize.
- Converters to use while deserializing.
- The deserialized object from the JSON string.
-
-
-
- Deserializes the JSON to the specified .NET type using .
-
- The JSON to deserialize.
- The type of the object to deserialize to.
-
- The used to deserialize the object.
- If this is null, default serialization settings will be is used.
-
- The deserialized object from the JSON string.
-
-
-
- Asynchronously deserializes the JSON to the specified .NET type.
- Deserialization will happen on a new thread.
-
- The type of the object to deserialize to.
- The JSON to deserialize.
-
- A task that represents the asynchronous deserialize operation. The value of the TResult parameter contains the deserialized object from the JSON string.
-
-
-
-
- Asynchronously deserializes the JSON to the specified .NET type using .
- Deserialization will happen on a new thread.
-
- The type of the object to deserialize to.
- The JSON to deserialize.
-
- The used to deserialize the object.
- If this is null, default serialization settings will be is used.
-
-
- A task that represents the asynchronous deserialize operation. The value of the TResult parameter contains the deserialized object from the JSON string.
-
-
-
-
- Asynchronously deserializes the JSON to the specified .NET type.
- Deserialization will happen on a new thread.
-
- The JSON to deserialize.
-
- A task that represents the asynchronous deserialize operation. The value of the TResult parameter contains the deserialized object from the JSON string.
-
-
-
-
- Asynchronously deserializes the JSON to the specified .NET type using .
- Deserialization will happen on a new thread.
-
- The JSON to deserialize.
- The type of the object to deserialize to.
-
- The used to deserialize the object.
- If this is null, default serialization settings will be is used.
-
-
- A task that represents the asynchronous deserialize operation. The value of the TResult parameter contains the deserialized object from the JSON string.
-
-
-
-
- Populates the object with values from the JSON string.
-
- The JSON to populate values from.
- The target object to populate values onto.
-
-
-
- Populates the object with values from the JSON string using .
-
- The JSON to populate values from.
- The target object to populate values onto.
-
- The used to deserialize the object.
- If this is null, default serialization settings will be is used.
-
-
-
-
- Asynchronously populates the object with values from the JSON string using .
-
- The JSON to populate values from.
- The target object to populate values onto.
-
- The used to deserialize the object.
- If this is null, default serialization settings will be is used.
-
-
- A task that represents the asynchronous populate operation.
-
-
-
-
- Serializes the to a JSON string.
-
- The node to convert to JSON.
- A JSON string of the XNode.
-
-
-
- Serializes the to a JSON string using formatting.
-
- The node to convert to JSON.
- Indicates how the output is formatted.
- A JSON string of the XNode.
-
-
-
- Serializes the to a JSON string using formatting and omits the root object if is true.
-
- The node to serialize.
- Indicates how the output is formatted.
- Omits writing the root object.
- A JSON string of the XNode.
-
-
-
- Deserializes the from a JSON string.
-
- The JSON string.
- The deserialized XNode
-
-
-
- Deserializes the from a JSON string nested in a root elment specified by .
-
- The JSON string.
- The name of the root element to append when deserializing.
- The deserialized XNode
-
-
-
- Deserializes the from a JSON string nested in a root elment specified by
- and writes a .NET array attribute for collections.
-
- The JSON string.
- The name of the root element to append when deserializing.
-
- A flag to indicate whether to write the Json.NET array attribute.
- This attribute helps preserve arrays when converting the written XML back to JSON.
-
- The deserialized XNode
-
-
-
- Gets or sets a function that creates default .
- Default settings are automatically used by serialization methods on ,
- and and on .
- To serialize without using any default settings create a with
- .
-
-
-
-
- Instructs the to use the specified when serializing the member or class.
-
-
-
-
- Initializes a new instance of the class.
-
- Type of the converter.
-
-
-
- Gets the type of the converter.
-
- The type of the converter.
-
-
-
- Represents a collection of .
-
-
-
-
- Instructs the how to serialize the collection.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class with the specified container Id.
-
- The container Id.
-
-
-
- The exception thrown when an error occurs during Json serialization or deserialization.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class
- with a specified error message.
-
- The error message that explains the reason for the exception.
-
-
-
- Initializes a new instance of the class
- with a specified error message and a reference to the inner exception that is the cause of this exception.
-
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
-
-
-
- Instructs the to deserialize properties with no matching class member into the specified collection
- and write values during serialization.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Gets or sets a value that indicates whether to write extension data when serializing the object.
-
-
- true to write extension data when serializing the object; otherwise, false. The default is true.
-
-
-
-
- Gets or sets a value that indicates whether to read extension data when deserializing the object.
-
-
- true to read extension data when deserializing the object; otherwise, false. The default is true.
-
-
-
-
- Instructs the not to serialize the public field or public read/write property value.
-
-
-
-
- Instructs the how to serialize the object.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class with the specified member serialization.
-
- The member serialization.
-
-
-
- Initializes a new instance of the class with the specified container Id.
-
- The container Id.
-
-
-
- Gets or sets the member serialization.
-
- The member serialization.
-
-
-
- Gets or sets a value that indicates whether the object's properties are required.
-
-
- A value indicating whether the object's properties are required.
-
-
-
-
- Instructs the to always serialize the member with the specified name.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class with the specified name.
-
- Name of the property.
-
-
-
- Gets or sets the converter used when serializing the property's collection items.
-
- The collection's items converter.
-
-
-
- Gets or sets the null value handling used when serializing this property.
-
- The null value handling.
-
-
-
- Gets or sets the default value handling used when serializing this property.
-
- The default value handling.
-
-
-
- Gets or sets the reference loop handling used when serializing this property.
-
- The reference loop handling.
-
-
-
- Gets or sets the object creation handling used when deserializing this property.
-
- The object creation handling.
-
-
-
- Gets or sets the type name handling used when serializing this property.
-
- The type name handling.
-
-
-
- Gets or sets whether this property's value is serialized as a reference.
-
- Whether this property's value is serialized as a reference.
-
-
-
- Gets or sets the order of serialization and deserialization of a member.
-
- The numeric order of serialization or deserialization.
-
-
-
- Gets or sets a value indicating whether this property is required.
-
-
- A value indicating whether this property is required.
-
-
-
-
- Gets or sets the name of the property.
-
- The name of the property.
-
-
-
- Gets or sets the the reference loop handling used when serializing the property's collection items.
-
- The collection's items reference loop handling.
-
-
-
- Gets or sets the the type name handling used when serializing the property's collection items.
-
- The collection's items type name handling.
-
-
-
- Gets or sets whether this property's collection items are serialized as a reference.
-
- Whether this property's collection items are serialized as a reference.
-
-
-
- The exception thrown when an error occurs while reading Json text.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class
- with a specified error message.
-
- The error message that explains the reason for the exception.
-
-
-
- Initializes a new instance of the class
- with a specified error message and a reference to the inner exception that is the cause of this exception.
-
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
-
-
-
- Gets the line number indicating where the error occurred.
-
- The line number indicating where the error occurred.
-
-
-
- Gets the line position indicating where the error occurred.
-
- The line position indicating where the error occurred.
-
-
-
- Gets the path to the JSON where the error occurred.
-
- The path to the JSON where the error occurred.
-
-
-
- The exception thrown when an error occurs during Json serialization or deserialization.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class
- with a specified error message.
-
- The error message that explains the reason for the exception.
-
-
-
- Initializes a new instance of the class
- with a specified error message and a reference to the inner exception that is the cause of this exception.
-
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
-
-
-
- Serializes and deserializes objects into and from the JSON format.
- The enables you to control how objects are encoded into JSON.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Creates a new instance.
- The will not use default settings.
-
-
- A new instance.
- The will not use default settings.
-
-
-
-
- Creates a new instance using the specified .
- The will not use default settings.
-
- The settings to be applied to the .
-
- A new instance using the specified .
- The will not use default settings.
-
-
-
-
- Creates a new instance.
- The will use default settings.
-
-
- A new instance.
- The will use default settings.
-
-
-
-
- Creates a new instance using the specified .
- The will use default settings.
-
- The settings to be applied to the .
-
- A new instance using the specified .
- The will use default settings.
-
-
-
-
- Populates the JSON values onto the target object.
-
- The that contains the JSON structure to reader values from.
- The target object to populate values onto.
-
-
-
- Populates the JSON values onto the target object.
-
- The that contains the JSON structure to reader values from.
- The target object to populate values onto.
-
-
-
- Deserializes the Json structure contained by the specified .
-
- The that contains the JSON structure to deserialize.
- The being deserialized.
-
-
-
- Deserializes the Json structure contained by the specified
- into an instance of the specified type.
-
- The containing the object.
- The of object being deserialized.
- The instance of being deserialized.
-
-
-
- Deserializes the Json structure contained by the specified
- into an instance of the specified type.
-
- The containing the object.
- The type of the object to deserialize.
- The instance of being deserialized.
-
-
-
- Deserializes the Json structure contained by the specified
- into an instance of the specified type.
-
- The containing the object.
- The of object being deserialized.
- The instance of being deserialized.
-
-
-
- Serializes the specified and writes the Json structure
- to a Stream using the specified .
-
- The used to write the Json structure.
- The to serialize.
-
-
-
- Serializes the specified and writes the Json structure
- to a Stream using the specified .
-
- The used to write the Json structure.
- The to serialize.
-
- The type of the value being serialized.
- This parameter is used when is Auto to write out the type name if the type of the value does not match.
- Specifing the type is optional.
-
-
-
-
- Serializes the specified and writes the Json structure
- to a Stream using the specified .
-
- The used to write the Json structure.
- The to serialize.
-
- The type of the value being serialized.
- This parameter is used when is Auto to write out the type name if the type of the value does not match.
- Specifing the type is optional.
-
-
-
-
- Serializes the specified and writes the Json structure
- to a Stream using the specified .
-
- The used to write the Json structure.
- The to serialize.
-
-
-
- Occurs when the errors during serialization and deserialization.
-
-
-
-
- Gets or sets the used by the serializer when resolving references.
-
-
-
-
- Gets or sets the used by the serializer when resolving type names.
-
-
-
-
- Gets or sets the used by the serializer when writing trace messages.
-
- The trace writer.
-
-
-
- Gets or sets how type name writing and reading is handled by the serializer.
-
-
-
-
- Gets or sets how a type name assembly is written and resolved by the serializer.
-
- The type name assembly format.
-
-
-
- Gets or sets how object references are preserved by the serializer.
-
-
-
-
- Get or set how reference loops (e.g. a class referencing itself) is handled.
-
-
-
-
- Get or set how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization.
-
-
-
-
- Get or set how null values are handled during serialization and deserialization.
-
-
-
-
- Get or set how null default are handled during serialization and deserialization.
-
-
-
-
- Gets or sets how objects are created during deserialization.
-
- The object creation handling.
-
-
-
- Gets or sets how constructors are used during deserialization.
-
- The constructor handling.
-
-
-
- Gets or sets how metadata properties are used during deserialization.
-
- The metadata properties handling.
-
-
-
- Gets a collection that will be used during serialization.
-
- Collection that will be used during serialization.
-
-
-
- Gets or sets the contract resolver used by the serializer when
- serializing .NET objects to JSON and vice versa.
-
-
-
-
- Gets or sets the used by the serializer when invoking serialization callback methods.
-
- The context.
-
-
-
- Indicates how JSON text output is formatted.
-
-
-
-
- Get or set how dates are written to JSON text.
-
-
-
-
- Get or set how time zones are handling during serialization and deserialization.
-
-
-
-
- Get or set how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON.
-
-
-
-
- Get or set how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
-
-
-
-
- Get or set how special floating point numbers, e.g. ,
- and ,
- are written as JSON text.
-
-
-
-
- Get or set how strings are escaped when writing JSON text.
-
-
-
-
- Get or set how and values are formatting when writing JSON text.
-
-
-
-
- Gets or sets the culture used when reading JSON. Defaults to .
-
-
-
-
- Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a .
-
-
-
-
- Gets a value indicating whether there will be a check for additional JSON content after deserializing an object.
-
-
- true if there will be a check for additional JSON content after deserializing an object; otherwise, false.
-
-
-
-
- Specifies the settings on a object.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Gets or sets how reference loops (e.g. a class referencing itself) is handled.
-
- Reference loop handling.
-
-
-
- Gets or sets how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization.
-
- Missing member handling.
-
-
-
- Gets or sets how objects are created during deserialization.
-
- The object creation handling.
-
-
-
- Gets or sets how null values are handled during serialization and deserialization.
-
- Null value handling.
-
-
-
- Gets or sets how null default are handled during serialization and deserialization.
-
- The default value handling.
-
-
-
- Gets or sets a collection that will be used during serialization.
-
- The converters.
-
-
-
- Gets or sets how object references are preserved by the serializer.
-
- The preserve references handling.
-
-
-
- Gets or sets how type name writing and reading is handled by the serializer.
-
- The type name handling.
-
-
-
- Gets or sets how metadata properties are used during deserialization.
-
- The metadata properties handling.
-
-
-
- Gets or sets how a type name assembly is written and resolved by the serializer.
-
- The type name assembly format.
-
-
-
- Gets or sets how constructors are used during deserialization.
-
- The constructor handling.
-
-
-
- Gets or sets the contract resolver used by the serializer when
- serializing .NET objects to JSON and vice versa.
-
- The contract resolver.
-
-
-
- Gets or sets the used by the serializer when resolving references.
-
- The reference resolver.
-
-
-
- Gets or sets the used by the serializer when writing trace messages.
-
- The trace writer.
-
-
-
- Gets or sets the used by the serializer when resolving type names.
-
- The binder.
-
-
-
- Gets or sets the error handler called during serialization and deserialization.
-
- The error handler called during serialization and deserialization.
-
-
-
- Gets or sets the used by the serializer when invoking serialization callback methods.
-
- The context.
-
-
-
- Get or set how and values are formatting when writing JSON text.
-
-
-
-
- Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a .
-
-
-
-
- Indicates how JSON text output is formatted.
-
-
-
-
- Get or set how dates are written to JSON text.
-
-
-
-
- Get or set how time zones are handling during serialization and deserialization.
-
-
-
-
- Get or set how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON.
-
-
-
-
- Get or set how special floating point numbers, e.g. ,
- and ,
- are written as JSON.
-
-
-
-
- Get or set how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
-
-
-
-
- Get or set how strings are escaped when writing JSON text.
-
-
-
-
- Gets or sets the culture used when reading JSON. Defaults to .
-
-
-
-
- Gets a value indicating whether there will be a check for additional content after deserializing an object.
-
-
- true if there will be a check for additional content after deserializing an object; otherwise, false.
-
-
-
-
- Represents a reader that provides fast, non-cached, forward-only access to JSON text data.
-
-
-
-
- Initializes a new instance of the class with the specified .
-
- The TextReader containing the XML data to read.
-
-
-
- Reads the next JSON token from the stream.
-
-
- true if the next token was read successfully; false if there are no more tokens to read.
-
-
-
-
- Reads the next JSON token from the stream as a .
-
-
- A or a null reference if the next JSON token is null. This method will return null at the end of an array.
-
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Changes the state to closed.
-
-
-
-
- Gets a value indicating whether the class can return line information.
-
-
- true if LineNumber and LinePosition can be provided; otherwise, false.
-
-
-
-
- Gets the current line number.
-
-
- The current line number or 0 if no line information is available (for example, HasLineInfo returns false).
-
-
-
-
- Gets the current line position.
-
-
- The current line position or 0 if no line information is available (for example, HasLineInfo returns false).
-
-
-
-
- Represents a writer that provides a fast, non-cached, forward-only way of generating Json data.
-
-
-
-
- Creates an instance of the JsonWriter class using the specified .
-
- The TextWriter to write to.
-
-
-
- Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
-
-
-
-
- Closes this stream and the underlying stream.
-
-
-
-
- Writes the beginning of a Json object.
-
-
-
-
- Writes the beginning of a Json array.
-
-
-
-
- Writes the start of a constructor with the given name.
-
- The name of the constructor.
-
-
-
- Writes the specified end token.
-
- The end token to write.
-
-
-
- Writes the property name of a name/value pair on a Json object.
-
- The name of the property.
-
-
-
- Writes the property name of a name/value pair on a JSON object.
-
- The name of the property.
- A flag to indicate whether the text should be escaped when it is written as a JSON property name.
-
-
-
- Writes indent characters.
-
-
-
-
- Writes the JSON value delimiter.
-
-
-
-
- Writes an indent space.
-
-
-
-
- Writes a value.
- An error will raised if the value cannot be written as a single JSON token.
-
- The value to write.
-
-
-
- Writes a null value.
-
-
-
-
- Writes an undefined value.
-
-
-
-
- Writes raw JSON.
-
- The raw JSON to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes out a comment /*...*/ containing the specified text.
-
- Text to place inside the comment.
-
-
-
- Writes out the given white space.
-
- The string of white space characters.
-
-
-
- Gets or sets how many IndentChars to write for each level in the hierarchy when is set to Formatting.Indented.
-
-
-
-
- Gets or sets which character to use to quote attribute values.
-
-
-
-
- Gets or sets which character to use for indenting when is set to Formatting.Indented.
-
-
-
-
- Gets or sets a value indicating whether object names will be surrounded with quotes.
-
-
-
-
- Specifies the type of Json token.
-
-
-
-
- This is returned by the if a method has not been called.
-
-
-
-
- An object start token.
-
-
-
-
- An array start token.
-
-
-
-
- A constructor start token.
-
-
-
-
- An object property name.
-
-
-
-
- A comment.
-
-
-
-
- Raw JSON.
-
-
-
-
- An integer.
-
-
-
-
- A float.
-
-
-
-
- A string.
-
-
-
-
- A boolean.
-
-
-
-
- A null token.
-
-
-
-
- An undefined token.
-
-
-
-
- An object end token.
-
-
-
-
- An array end token.
-
-
-
-
- A constructor end token.
-
-
-
-
- A Date.
-
-
-
-
- Byte data.
-
-
-
-
- Represents a reader that provides validation.
-
-
-
-
- Initializes a new instance of the class that
- validates the content returned from the given .
-
- The to read from while validating.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A .
-
-
-
- Reads the next JSON token from the stream as a .
-
-
- A or a null reference if the next JSON token is null.
-
-
-
-
- Reads the next JSON token from the stream as a .
-
- A .
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A .
-
-
-
- Reads the next JSON token from the stream.
-
-
- true if the next token was read successfully; false if there are no more tokens to read.
-
-
-
-
- Sets an event handler for receiving schema validation errors.
-
-
-
-
- Gets the text value of the current JSON token.
-
-
-
-
-
- Gets the depth of the current token in the JSON document.
-
- The depth of the current token in the JSON document.
-
-
-
- Gets the path of the current JSON token.
-
-
-
-
- Gets the quotation mark character used to enclose the value of a string.
-
-
-
-
-
- Gets the type of the current JSON token.
-
-
-
-
-
- Gets the Common Language Runtime (CLR) type for the current JSON token.
-
-
-
-
-
- Gets or sets the schema.
-
- The schema.
-
-
-
- Gets the used to construct this .
-
- The specified in the constructor.
-
-
-
- The exception thrown when an error occurs while reading Json text.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class
- with a specified error message.
-
- The error message that explains the reason for the exception.
-
-
-
- Initializes a new instance of the class
- with a specified error message and a reference to the inner exception that is the cause of this exception.
-
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
-
-
-
- Gets the path to the JSON where the error occurred.
-
- The path to the JSON where the error occurred.
-
-
-
- Contains the LINQ to JSON extension methods.
-
-
-
-
- Returns a collection of tokens that contains the ancestors of every token in the source collection.
-
- The type of the objects in source, constrained to .
- An of that contains the source collection.
- An of that contains the ancestors of every node in the source collection.
-
-
-
- Returns a collection of tokens that contains the descendants of every token in the source collection.
-
- The type of the objects in source, constrained to .
- An of that contains the source collection.
- An of that contains the descendants of every node in the source collection.
-
-
-
- Returns a collection of child properties of every object in the source collection.
-
- An of that contains the source collection.
- An of that contains the properties of every object in the source collection.
-
-
-
- Returns a collection of child values of every object in the source collection with the given key.
-
- An of that contains the source collection.
- The token key.
- An of that contains the values of every node in the source collection with the given key.
-
-
-
- Returns a collection of child values of every object in the source collection.
-
- An of that contains the source collection.
- An of that contains the values of every node in the source collection.
-
-
-
- Returns a collection of converted child values of every object in the source collection with the given key.
-
- The type to convert the values to.
- An of that contains the source collection.
- The token key.
- An that contains the converted values of every node in the source collection with the given key.
-
-
-
- Returns a collection of converted child values of every object in the source collection.
-
- The type to convert the values to.
- An of that contains the source collection.
- An that contains the converted values of every node in the source collection.
-
-
-
- Converts the value.
-
- The type to convert the value to.
- A cast as a of .
- A converted value.
-
-
-
- Converts the value.
-
- The source collection type.
- The type to convert the value to.
- A cast as a of .
- A converted value.
-
-
-
- Returns a collection of child tokens of every array in the source collection.
-
- The source collection type.
- An of that contains the source collection.
- An of that contains the values of every node in the source collection.
-
-
-
- Returns a collection of converted child tokens of every array in the source collection.
-
- An of that contains the source collection.
- The type to convert the values to.
- The source collection type.
- An that contains the converted values of every node in the source collection.
-
-
-
- Returns the input typed as .
-
- An of that contains the source collection.
- The input typed as .
-
-
-
- Returns the input typed as .
-
- The source collection type.
- An of that contains the source collection.
- The input typed as .
-
-
-
- Represents a collection of objects.
-
- The type of token
-
-
-
- Gets the with the specified key.
-
-
-
-
-
- Represents a JSON array.
-
-
-
-
-
-
-
- Represents a token that can contain other tokens.
-
-
-
-
- Represents an abstract JSON token.
-
-
-
-
- Compares the values of two tokens, including the values of all descendant tokens.
-
- The first to compare.
- The second to compare.
- true if the tokens are equal; otherwise false.
-
-
-
- Adds the specified content immediately after this token.
-
- A content object that contains simple content or a collection of content objects to be added after this token.
-
-
-
- Adds the specified content immediately before this token.
-
- A content object that contains simple content or a collection of content objects to be added before this token.
-
-
-
- Returns a collection of the ancestor tokens of this token.
-
- A collection of the ancestor tokens of this token.
-
-
-
- Returns a collection of the sibling tokens after this token, in document order.
-
- A collection of the sibling tokens after this tokens, in document order.
-
-
-
- Returns a collection of the sibling tokens before this token, in document order.
-
- A collection of the sibling tokens before this token, in document order.
-
-
-
- Gets the with the specified key converted to the specified type.
-
- The type to convert the token to.
- The token key.
- The converted token value.
-
-
-
- Returns a collection of the child tokens of this token, in document order.
-
- An of containing the child tokens of this , in document order.
-
-
-
- Returns a collection of the child tokens of this token, in document order, filtered by the specified type.
-
- The type to filter the child tokens on.
- A containing the child tokens of this , in document order.
-
-
-
- Returns a collection of the child values of this token, in document order.
-
- The type to convert the values to.
- A containing the child values of this , in document order.
-
-
-
- Removes this token from its parent.
-
-
-
-
- Replaces this token with the specified token.
-
- The value.
-
-
-
- Writes this token to a .
-
- A into which this method will write.
- A collection of which will be used when writing the token.
-
-
-
- Returns the indented JSON for this token.
-
-
- The indented JSON for this token.
-
-
-
-
- Returns the JSON for this token using the given formatting and converters.
-
- Indicates how the output is formatted.
- A collection of which will be used when writing the token.
- The JSON for this token using the given formatting and converters.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Creates an for this token.
-
- An that can be used to read this token and its descendants.
-
-
-
- Creates a from an object.
-
- The object that will be used to create .
- A with the value of the specified object
-
-
-
- Creates a from an object using the specified .
-
- The object that will be used to create .
- The that will be used when reading the object.
- A with the value of the specified object
-
-
-
- Creates the specified .NET type from the .
-
- The object type that the token will be deserialized to.
- The new object created from the JSON value.
-
-
-
- Creates the specified .NET type from the .
-
- The object type that the token will be deserialized to.
- The new object created from the JSON value.
-
-
-
- Creates the specified .NET type from the using the specified .
-
- The object type that the token will be deserialized to.
- The that will be used when creating the object.
- The new object created from the JSON value.
-
-
-
- Creates the specified .NET type from the using the specified .
-
- The object type that the token will be deserialized to.
- The that will be used when creating the object.
- The new object created from the JSON value.
-
-
-
- Creates a from a .
-
- An positioned at the token to read into this .
-
- An that contains the token and its descendant tokens
- that were read from the reader. The runtime type of the token is determined
- by the token type of the first token encountered in the reader.
-
-
-
-
- Load a from a string that contains JSON.
-
- A that contains JSON.
- A populated from the string that contains JSON.
-
-
-
- Creates a from a .
-
- An positioned at the token to read into this .
-
- An that contains the token and its descendant tokens
- that were read from the reader. The runtime type of the token is determined
- by the token type of the first token encountered in the reader.
-
-
-
-
- Selects a using a JPath expression. Selects the token that matches the object path.
-
-
- A that contains a JPath expression.
-
- A , or null.
-
-
-
- Selects a using a JPath expression. Selects the token that matches the object path.
-
-
- A that contains a JPath expression.
-
- A flag to indicate whether an error should be thrown if no tokens are found when evaluating part of the expression.
- A .
-
-
-
- Selects a collection of elements using a JPath expression.
-
-
- A that contains a JPath expression.
-
- An that contains the selected elements.
-
-
-
- Selects a collection of elements using a JPath expression.
-
-
- A that contains a JPath expression.
-
- A flag to indicate whether an error should be thrown if no tokens are found when evaluating part of the expression.
- An that contains the selected elements.
-
-
-
- Returns the responsible for binding operations performed on this object.
-
- The expression tree representation of the runtime value.
-
- The to bind this object.
-
-
-
-
- Returns the responsible for binding operations performed on this object.
-
- The expression tree representation of the runtime value.
-
- The to bind this object.
-
-
-
-
- Creates a new instance of the . All child tokens are recursively cloned.
-
- A new instance of the .
-
-
-
- Gets a comparer that can compare two tokens for value equality.
-
- A that can compare two nodes for value equality.
-
-
-
- Gets or sets the parent.
-
- The parent.
-
-
-
- Gets the root of this .
-
- The root of this .
-
-
-
- Gets the node type for this .
-
- The type.
-
-
-
- Gets a value indicating whether this token has child tokens.
-
-
- true if this token has child values; otherwise, false.
-
-
-
-
- Gets the next sibling token of this node.
-
- The that contains the next sibling token.
-
-
-
- Gets the previous sibling token of this node.
-
- The that contains the previous sibling token.
-
-
-
- Gets the path of the JSON token.
-
-
-
-
- Gets the with the specified key.
-
- The with the specified key.
-
-
-
- Get the first child token of this token.
-
- A containing the first child token of the .
-
-
-
- Get the last child token of this token.
-
- A containing the last child token of the .
-
-
-
- Raises the event.
-
- The instance containing the event data.
-
-
-
- Returns a collection of the child tokens of this token, in document order.
-
-
- An of containing the child tokens of this , in document order.
-
-
-
-
- Returns a collection of the child values of this token, in document order.
-
- The type to convert the values to.
-
- A containing the child values of this , in document order.
-
-
-
-
- Returns a collection of the descendant tokens for this token in document order.
-
- An containing the descendant tokens of the .
-
-
-
- Adds the specified content as children of this .
-
- The content to be added.
-
-
-
- Adds the specified content as the first children of this .
-
- The content to be added.
-
-
-
- Creates an that can be used to add tokens to the .
-
- An that is ready to have content written to it.
-
-
-
- Replaces the children nodes of this token with the specified content.
-
- The content.
-
-
-
- Removes the child nodes from this token.
-
-
-
-
- Occurs when the items list of the collection has changed, or the collection is reset.
-
-
-
-
- Gets the container's children tokens.
-
- The container's children tokens.
-
-
-
- Gets a value indicating whether this token has child tokens.
-
-
- true if this token has child values; otherwise, false.
-
-
-
-
- Get the first child token of this token.
-
-
- A containing the first child token of the .
-
-
-
-
- Get the last child token of this token.
-
-
- A containing the last child token of the .
-
-
-
-
- Gets the count of child JSON tokens.
-
- The count of child JSON tokens
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class from another object.
-
- A object to copy from.
-
-
-
- Initializes a new instance of the class with the specified content.
-
- The contents of the array.
-
-
-
- Initializes a new instance of the class with the specified content.
-
- The contents of the array.
-
-
-
- Loads an from a .
-
- A that will be read for the content of the .
- A that contains the JSON that was read from the specified .
-
-
-
- Load a from a string that contains JSON.
-
- A that contains JSON.
- A populated from the string that contains JSON.
-
-
-
-
-
-
- Creates a from an object.
-
- The object that will be used to create .
- A with the values of the specified object
-
-
-
- Creates a from an object.
-
- The object that will be used to create .
- The that will be used to read the object.
- A with the values of the specified object
-
-
-
- Writes this token to a .
-
- A into which this method will write.
- A collection of which will be used when writing the token.
-
-
-
- Determines the index of a specific item in the .
-
- The object to locate in the .
-
- The index of if found in the list; otherwise, -1.
-
-
-
-
- Inserts an item to the at the specified index.
-
- The zero-based index at which should be inserted.
- The object to insert into the .
-
- is not a valid index in the .
- The is read-only.
-
-
-
- Removes the item at the specified index.
-
- The zero-based index of the item to remove.
-
- is not a valid index in the .
- The is read-only.
-
-
-
- Returns an enumerator that iterates through the collection.
-
-
- A that can be used to iterate through the collection.
-
-
-
-
- Adds an item to the .
-
- The object to add to the .
- The is read-only.
-
-
-
- Removes all items from the .
-
- The is read-only.
-
-
-
- Determines whether the contains a specific value.
-
- The object to locate in the .
-
- true if is found in the ; otherwise, false.
-
-
-
-
- Copies to.
-
- The array.
- Index of the array.
-
-
-
- Removes the first occurrence of a specific object from the .
-
- The object to remove from the .
-
- true if was successfully removed from the ; otherwise, false. This method also returns false if is not found in the original .
-
- The is read-only.
-
-
-
- Gets the container's children tokens.
-
- The container's children tokens.
-
-
-
- Gets the node type for this .
-
- The type.
-
-
-
- Gets the with the specified key.
-
- The with the specified key.
-
-
-
- Gets or sets the at the specified index.
-
-
-
-
-
- Gets a value indicating whether the is read-only.
-
- true if the is read-only; otherwise, false.
-
-
-
- Represents a JSON constructor.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class from another object.
-
- A object to copy from.
-
-
-
- Initializes a new instance of the class with the specified name and content.
-
- The constructor name.
- The contents of the constructor.
-
-
-
- Initializes a new instance of the class with the specified name and content.
-
- The constructor name.
- The contents of the constructor.
-
-
-
- Initializes a new instance of the class with the specified name.
-
- The constructor name.
-
-
-
- Writes this token to a .
-
- A into which this method will write.
- A collection of which will be used when writing the token.
-
-
-
- Loads an from a .
-
- A that will be read for the content of the .
- A that contains the JSON that was read from the specified .
-
-
-
- Gets the container's children tokens.
-
- The container's children tokens.
-
-
-
- Gets or sets the name of this constructor.
-
- The constructor name.
-
-
-
- Gets the node type for this .
-
- The type.
-
-
-
- Gets the with the specified key.
-
- The with the specified key.
-
-
-
- Represents a collection of objects.
-
- The type of token
-
-
-
- An empty collection of objects.
-
-
-
-
- Initializes a new instance of the struct.
-
- The enumerable.
-
-
-
- Returns an enumerator that iterates through the collection.
-
-
- A 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.
-
-
-
-
- Determines whether the specified is equal to this instance.
-
- The to compare with this instance.
-
- true if the specified is equal to this instance; otherwise, false.
-
-
-
-
- Returns a hash code for this instance.
-
-
- A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
-
-
-
-
- Gets the with the specified key.
-
-
-
-
-
- Represents a JSON object.
-
-
-
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class from another object.
-
- A object to copy from.
-
-
-
- Initializes a new instance of the class with the specified content.
-
- The contents of the object.
-
-
-
- Initializes a new instance of the class with the specified content.
-
- The contents of the object.
-
-
-
- Gets an of this object's properties.
-
- An of this object's properties.
-
-
-
- Gets a the specified name.
-
- The property name.
- A with the specified name or null.
-
-
-
- Gets an of this object's property values.
-
- An of this object's property values.
-
-
-
- Loads an from a .
-
- A that will be read for the content of the .
- A that contains the JSON that was read from the specified .
-
-
-
- Load a from a string that contains JSON.
-
- A that contains JSON.
- A populated from the string that contains JSON.
-
-
-
-
-
-
- Creates a from an object.
-
- The object that will be used to create .
- A with the values of the specified object
-
-
-
- Creates a from an object.
-
- The object that will be used to create .
- The that will be used to read the object.
- A with the values of the specified object
-
-
-
- Writes this token to a .
-
- A into which this method will write.
- A collection of which will be used when writing the token.
-
-
-
- Gets the with the specified property name.
-
- Name of the property.
- The with the specified property name.
-
-
-
- Gets the with the specified property name.
- The exact property name will be searched for first and if no matching property is found then
- the will be used to match a property.
-
- Name of the property.
- One of the enumeration values that specifies how the strings will be compared.
- The with the specified property name.
-
-
-
- Tries to get the with the specified property name.
- The exact property name will be searched for first and if no matching property is found then
- the will be used to match a property.
-
- Name of the property.
- The value.
- One of the enumeration values that specifies how the strings will be compared.
- true if a value was successfully retrieved; otherwise, false.
-
-
-
- Adds the specified property name.
-
- Name of the property.
- The value.
-
-
-
- Removes the property with the specified name.
-
- Name of the property.
- true if item was successfully removed; otherwise, false.
-
-
-
- Tries the get value.
-
- Name of the property.
- The value.
- true if a value was successfully retrieved; otherwise, false.
-
-
-
- Returns an enumerator that iterates through the collection.
-
-
- A that can be used to iterate through the collection.
-
-
-
-
- Raises the event with the provided arguments.
-
- Name of the property.
-
-
-
- Returns the responsible for binding operations performed on this object.
-
- The expression tree representation of the runtime value.
-
- The to bind this object.
-
-
-
-
- Gets the container's children tokens.
-
- The container's children tokens.
-
-
-
- Occurs when a property value changes.
-
-
-
-
- Gets the node type for this .
-
- The type.
-
-
-
- Gets the with the specified key.
-
- The with the specified key.
-
-
-
- Gets or sets the with the specified property name.
-
-
-
-
-
- Represents a JSON property.
-
-
-
-
- Initializes a new instance of the class from another object.
-
- A object to copy from.
-
-
-
- Initializes a new instance of the class.
-
- The property name.
- The property content.
-
-
-
- Initializes a new instance of the class.
-
- The property name.
- The property content.
-
-
-
- Writes this token to a .
-
- A into which this method will write.
- A collection of which will be used when writing the token.
-
-
-
- Loads an from a .
-
- A that will be read for the content of the .
- A that contains the JSON that was read from the specified .
-
-
-
- Gets the container's children tokens.
-
- The container's children tokens.
-
-
-
- Gets the property name.
-
- The property name.
-
-
-
- Gets or sets the property value.
-
- The property value.
-
-
-
- Gets the node type for this .
-
- The type.
-
-
-
- Represents a raw JSON string.
-
-
-
-
- Represents a value in JSON (string, integer, date, etc).
-
-
-
-
- Initializes a new instance of the class from another object.
-
- A object to copy from.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Creates a comment with the given value.
-
- The value.
- A comment with the given value.
-
-
-
- Creates a string with the given value.
-
- The value.
- A string with the given value.
-
-
-
- Writes this token to a .
-
- A into which this method will write.
- A collection of which will be used when writing the token.
-
-
-
- Indicates whether the current object is equal to another object of the same type.
-
-
- true if the current object is equal to the parameter; otherwise, false.
-
- An object to compare with this object.
-
-
-
- Determines whether the specified is equal to the current .
-
- The to compare with the current .
-
- true if the specified is equal to the current ; otherwise, false.
-
-
- The parameter is null.
-
-
-
-
- Serves as a hash function for a particular type.
-
-
- A hash code for the current .
-
-
-
-
- Returns a that represents this instance.
-
-
- A that represents this instance.
-
-
-
-
- Returns a that represents this instance.
-
- The format.
-
- A that represents this instance.
-
-
-
-
- Returns a that represents this instance.
-
- The format provider.
-
- A that represents this instance.
-
-
-
-
- Returns a that represents this instance.
-
- The format.
- The format provider.
-
- A that represents this instance.
-
-
-
-
- Returns the responsible for binding operations performed on this object.
-
- The expression tree representation of the runtime value.
-
- The to bind this object.
-
-
-
-
- Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
-
- An object to compare with this instance.
-
- A 32-bit signed integer that indicates the relative order of the objects being compared. The return value has these meanings:
- Value
- Meaning
- Less than zero
- This instance is less than .
- Zero
- This instance is equal to .
- Greater than zero
- This instance is greater than .
-
-
- is not the same type as this instance.
-
-
-
-
- Gets a value indicating whether this token has child tokens.
-
-
- true if this token has child values; otherwise, false.
-
-
-
-
- Gets the node type for this .
-
- The type.
-
-
-
- Gets or sets the underlying token value.
-
- The underlying token value.
-
-
-
- Initializes a new instance of the class from another object.
-
- A object to copy from.
-
-
-
- Initializes a new instance of the class.
-
- The raw json.
-
-
-
- Creates an instance of with the content of the reader's current token.
-
- The reader.
- An instance of with the content of the reader's current token.
-
-
-
- Compares tokens to determine whether they are equal.
-
-
-
-
- Determines whether the specified objects are equal.
-
- The first object of type to compare.
- The second object of type to compare.
-
- true if the specified objects are equal; otherwise, false.
-
-
-
-
- Returns a hash code for the specified object.
-
- The for which a hash code is to be returned.
- A hash code for the specified object.
- The type of is a reference type and is null.
-
-
-
- Represents a reader that provides fast, non-cached, forward-only access to serialized Json data.
-
-
-
-
- Initializes a new instance of the class.
-
- The token to read from.
-
-
-
- Reads the next JSON token from the stream as a .
-
-
- A or a null reference if the next JSON token is null. This method will return null at the end of an array.
-
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream.
-
-
- true if the next token was read successfully; false if there are no more tokens to read.
-
-
-
-
- Gets the path of the current JSON token.
-
-
-
-
- Specifies the type of token.
-
-
-
-
- No token type has been set.
-
-
-
-
- A JSON object.
-
-
-
-
- A JSON array.
-
-
-
-
- A JSON constructor.
-
-
-
-
- A JSON object property.
-
-
-
-
- A comment.
-
-
-
-
- An integer value.
-
-
-
-
- A float value.
-
-
-
-
- A string value.
-
-
-
-
- A boolean value.
-
-
-
-
- A null value.
-
-
-
-
- An undefined value.
-
-
-
-
- A date value.
-
-
-
-
- A raw JSON value.
-
-
-
-
- A collection of bytes value.
-
-
-
-
- A Guid value.
-
-
-
-
- A Uri value.
-
-
-
-
- A TimeSpan value.
-
-
-
-
- Represents a writer that provides a fast, non-cached, forward-only way of generating Json data.
-
-
-
-
- Initializes a new instance of the class writing to the given .
-
- The container being written to.
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
-
-
-
-
- Closes this stream and the underlying stream.
-
-
-
-
- Writes the beginning of a Json object.
-
-
-
-
- Writes the beginning of a Json array.
-
-
-
-
- Writes the start of a constructor with the given name.
-
- The name of the constructor.
-
-
-
- Writes the end.
-
- The token.
-
-
-
- Writes the property name of a name/value pair on a Json object.
-
- The name of the property.
-
-
-
- Writes a value.
- An error will raised if the value cannot be written as a single JSON token.
-
- The value to write.
-
-
-
- Writes a null value.
-
-
-
-
- Writes an undefined value.
-
-
-
-
- Writes raw JSON.
-
- The raw JSON to write.
-
-
-
- Writes out a comment /*...*/ containing the specified text.
-
- Text to place inside the comment.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Gets the token being writen.
-
- The token being writen.
-
-
-
- Specifies the member serialization options for the .
-
-
-
-
- All public members are serialized by default. Members can be excluded using or .
- This is the default member serialization mode.
-
-
-
-
- Only members must be marked with or are serialized.
- This member serialization mode can also be set by marking the class with .
-
-
-
-
- All public and private fields are serialized. Members can be excluded using or .
- This member serialization mode can also be set by marking the class with
- and setting IgnoreSerializableAttribute on to false.
-
-
-
-
- Specifies missing member handling options for the .
-
-
-
-
- Ignore a missing member and do not attempt to deserialize it.
-
-
-
-
- Throw a when a missing member is encountered during deserialization.
-
-
-
-
- Specifies null value handling options for the .
-
-
-
-
-
-
-
-
- Include null values when serializing and deserializing objects.
-
-
-
-
- Ignore null values when serializing and deserializing objects.
-
-
-
-
- Specifies how object creation is handled by the .
-
-
-
-
- Reuse existing objects, create new objects when needed.
-
-
-
-
- Only reuse existing objects.
-
-
-
-
- Always create new objects.
-
-
-
-
- Specifies reference handling options for the .
- Note that references cannot be preserved when a value is set via a non-default constructor such as types that implement ISerializable.
-
-
-
-
-
-
-
- Do not preserve references when serializing types.
-
-
-
-
- Preserve references when serializing into a JSON object structure.
-
-
-
-
- Preserve references when serializing into a JSON array structure.
-
-
-
-
- Preserve references when serializing.
-
-
-
-
- Specifies reference loop handling options for the .
-
-
-
-
- Throw a when a loop is encountered.
-
-
-
-
- Ignore loop references and do not serialize.
-
-
-
-
- Serialize loop references.
-
-
-
-
- Indicating whether a property is required.
-
-
-
-
- The property is not required. The default state.
-
-
-
-
- The property must be defined in JSON but can be a null value.
-
-
-
-
- The property must be defined in JSON and cannot be a null value.
-
-
-
-
- Contains the JSON schema extension methods.
-
-
-
-
- Determines whether the is valid.
-
- The source to test.
- The schema to test with.
-
- true if the specified is valid; otherwise, false.
-
-
-
-
- Determines whether the is valid.
-
- The source to test.
- The schema to test with.
- When this method returns, contains any error messages generated while validating.
-
- true if the specified is valid; otherwise, false.
-
-
-
-
- Validates the specified .
-
- The source to test.
- The schema to test with.
-
-
-
- Validates the specified .
-
- The source to test.
- The schema to test with.
- The validation event handler.
-
-
-
- An in-memory representation of a JSON Schema.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Reads a from the specified .
-
- The containing the JSON Schema to read.
- The object representing the JSON Schema.
-
-
-
- Reads a from the specified .
-
- The containing the JSON Schema to read.
- The to use when resolving schema references.
- The object representing the JSON Schema.
-
-
-
- Load a from a string that contains schema JSON.
-
- A that contains JSON.
- A populated from the string that contains JSON.
-
-
-
- Parses the specified json.
-
- The json.
- The resolver.
- A populated from the string that contains JSON.
-
-
-
- Writes this schema to a .
-
- A into which this method will write.
-
-
-
- Writes this schema to a using the specified .
-
- A into which this method will write.
- The resolver used.
-
-
-
- Returns a that represents the current .
-
-
- A that represents the current .
-
-
-
-
- Gets or sets the id.
-
-
-
-
- Gets or sets the title.
-
-
-
-
- Gets or sets whether the object is required.
-
-
-
-
- Gets or sets whether the object is read only.
-
-
-
-
- Gets or sets whether the object is visible to users.
-
-
-
-
- Gets or sets whether the object is transient.
-
-
-
-
- Gets or sets the description of the object.
-
-
-
-
- Gets or sets the types of values allowed by the object.
-
- The type.
-
-
-
- Gets or sets the pattern.
-
- The pattern.
-
-
-
- Gets or sets the minimum length.
-
- The minimum length.
-
-
-
- Gets or sets the maximum length.
-
- The maximum length.
-
-
-
- Gets or sets a number that the value should be divisble by.
-
- A number that the value should be divisble by.
-
-
-
- Gets or sets the minimum.
-
- The minimum.
-
-
-
- Gets or sets the maximum.
-
- The maximum.
-
-
-
- Gets or sets a flag indicating whether the value can not equal the number defined by the "minimum" attribute.
-
- A flag indicating whether the value can not equal the number defined by the "minimum" attribute.
-
-
-
- Gets or sets a flag indicating whether the value can not equal the number defined by the "maximum" attribute.
-
- A flag indicating whether the value can not equal the number defined by the "maximum" attribute.
-
-
-
- Gets or sets the minimum number of items.
-
- The minimum number of items.
-
-
-
- Gets or sets the maximum number of items.
-
- The maximum number of items.
-
-
-
- Gets or sets the of items.
-
- The of items.
-
-
-
- Gets or sets a value indicating whether items in an array are validated using the instance at their array position from .
-
-
- true if items are validated using their array position; otherwise, false.
-
-
-
-
- Gets or sets the of additional items.
-
- The of additional items.
-
-
-
- Gets or sets a value indicating whether additional items are allowed.
-
-
- true if additional items are allowed; otherwise, false.
-
-
-
-
- Gets or sets whether the array items must be unique.
-
-
-
-
- Gets or sets the of properties.
-
- The of properties.
-
-
-
- Gets or sets the of additional properties.
-
- The of additional properties.
-
-
-
- Gets or sets the pattern properties.
-
- The pattern properties.
-
-
-
- Gets or sets a value indicating whether additional properties are allowed.
-
-
- true if additional properties are allowed; otherwise, false.
-
-
-
-
- Gets or sets the required property if this property is present.
-
- The required property if this property is present.
-
-
-
- Gets or sets the a collection of valid enum values allowed.
-
- A collection of valid enum values allowed.
-
-
-
- Gets or sets disallowed types.
-
- The disallow types.
-
-
-
- Gets or sets the default value.
-
- The default value.
-
-
-
- Gets or sets the collection of that this schema extends.
-
- The collection of that this schema extends.
-
-
-
- Gets or sets the format.
-
- The format.
-
-
-
- Returns detailed information about the schema exception.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class
- with a specified error message.
-
- The error message that explains the reason for the exception.
-
-
-
- Initializes a new instance of the class
- with a specified error message and a reference to the inner exception that is the cause of this exception.
-
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
-
-
-
- Gets the line number indicating where the error occurred.
-
- The line number indicating where the error occurred.
-
-
-
- Gets the line position indicating where the error occurred.
-
- The line position indicating where the error occurred.
-
-
-
- Gets the path to the JSON where the error occurred.
-
- The path to the JSON where the error occurred.
-
-
-
- Generates a from a specified .
-
-
-
-
- Generate a from the specified type.
-
- The type to generate a from.
- A generated from the specified type.
-
-
-
- Generate a from the specified type.
-
- The type to generate a from.
- The used to resolve schema references.
- A generated from the specified type.
-
-
-
- Generate a from the specified type.
-
- The type to generate a from.
- Specify whether the generated root will be nullable.
- A generated from the specified type.
-
-
-
- Generate a from the specified type.
-
- The type to generate a from.
- The used to resolve schema references.
- Specify whether the generated root will be nullable.
- A generated from the specified type.
-
-
-
- Gets or sets how undefined schemas are handled by the serializer.
-
-
-
-
- Gets or sets the contract resolver.
-
- The contract resolver.
-
-
-
- Resolves from an id.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Gets a for the specified reference.
-
- The id.
- A for the specified reference.
-
-
-
- Gets or sets the loaded schemas.
-
- The loaded schemas.
-
-
-
- The value types allowed by the .
-
-
-
-
- No type specified.
-
-
-
-
- String type.
-
-
-
-
- Float type.
-
-
-
-
- Integer type.
-
-
-
-
- Boolean type.
-
-
-
-
- Object type.
-
-
-
-
- Array type.
-
-
-
-
- Null type.
-
-
-
-
- Any type.
-
-
-
-
- Specifies undefined schema Id handling options for the .
-
-
-
-
- Do not infer a schema Id.
-
-
-
-
- Use the .NET type name as the schema Id.
-
-
-
-
- Use the assembly qualified .NET type name as the schema Id.
-
-
-
-
- Returns detailed information related to the .
-
-
-
-
- Gets the associated with the validation error.
-
- The JsonSchemaException associated with the validation error.
-
-
-
- Gets the path of the JSON location where the validation error occurred.
-
- The path of the JSON location where the validation error occurred.
-
-
-
- Gets the text description corresponding to the validation error.
-
- The text description.
-
-
-
- Represents the callback method that will handle JSON schema validation events and the .
-
-
-
-
- Allows users to control class loading and mandate what class to load.
-
-
-
-
- When overridden in a derived class, controls the binding of a serialized object to a type.
-
- Specifies the name of the serialized object.
- Specifies the name of the serialized object
- The type of the object the formatter creates a new instance of.
-
-
-
- When overridden in a derived class, controls the binding of a serialized object to a type.
-
- The type of the object the formatter creates a new instance of.
- Specifies the name of the serialized object.
- Specifies the name of the serialized object.
-
-
-
- Resolves member mappings for a type, camel casing property names.
-
-
-
-
- Used by to resolves a for a given .
-
-
-
-
- Used by to resolves a for a given .
-
-
-
-
-
-
-
-
- Resolves the contract for a given type.
-
- The type to resolve a contract for.
- The contract for a given type.
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
-
- If set to true the will use a cached shared with other resolvers of the same type.
- Sharing the cache will significantly performance because expensive reflection will only happen once but could cause unexpected
- behavior if different instances of the resolver are suppose to produce different results. When set to false it is highly
- recommended to reuse instances with the .
-
-
-
-
- Resolves the contract for a given type.
-
- The type to resolve a contract for.
- The contract for a given type.
-
-
-
- Gets the serializable members for the type.
-
- The type to get serializable members for.
- The serializable members for the type.
-
-
-
- Creates a for the given type.
-
- Type of the object.
- A for the given type.
-
-
-
- Creates the constructor parameters.
-
- The constructor to create properties for.
- The type's member properties.
- Properties for the given .
-
-
-
- Creates a for the given .
-
- The matching member property.
- The constructor parameter.
- A created for the given .
-
-
-
- Resolves the default for the contract.
-
- Type of the object.
- The contract's default .
-
-
-
- Creates a for the given type.
-
- Type of the object.
- A for the given type.
-
-
-
- Creates a for the given type.
-
- Type of the object.
- A for the given type.
-
-
-
- Creates a for the given type.
-
- Type of the object.
- A for the given type.
-
-
-
- Creates a for the given type.
-
- Type of the object.
- A for the given type.
-
-
-
- Creates a for the given type.
-
- Type of the object.
- A for the given type.
-
-
-
- Creates a for the given type.
-
- Type of the object.
- A for the given type.
-
-
-
- Determines which contract type is created for the given type.
-
- Type of the object.
- A for the given type.
-
-
-
- Creates properties for the given .
-
- The type to create properties for.
- /// The member serialization mode for the type.
- Properties for the given .
-
-
-
- Creates the used by the serializer to get and set values from a member.
-
- The member.
- The used by the serializer to get and set values from a member.
-
-
-
- Creates a for the given .
-
- The member's parent .
- The member to create a for.
- A created for the given .
-
-
-
- Resolves the name of the property.
-
- Name of the property.
- Name of the property.
-
-
-
- Gets the resolved name of the property.
-
- Name of the property.
- Name of the property.
-
-
-
- Gets a value indicating whether members are being get and set using dynamic code generation.
- This value is determined by the runtime permissions available.
-
-
- true if using dynamic code generation; otherwise, false.
-
-
-
-
- Gets or sets a value indicating whether compiler generated members should be serialized.
-
-
- true if serialized compiler generated members; otherwise, false.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Resolves the name of the property.
-
- Name of the property.
- The property name camel cased.
-
-
-
- Used to resolve references when serializing and deserializing JSON by the .
-
-
-
-
- Resolves a reference to its object.
-
- The serialization context.
- The reference to resolve.
- The object that
-
-
-
- Gets the reference for the sepecified object.
-
- The serialization context.
- The object to get a reference for.
- The reference to the object.
-
-
-
- Determines whether the specified object is referenced.
-
- The serialization context.
- The object to test for a reference.
-
- true if the specified object is referenced; otherwise, false.
-
-
-
-
- Adds a reference to the specified object.
-
- The serialization context.
- The reference.
- The object to reference.
-
-
-
- The default serialization binder used when resolving and loading classes from type names.
-
-
-
-
- When overridden in a derived class, controls the binding of a serialized object to a type.
-
- Specifies the name of the serialized object.
- Specifies the name of the serialized object.
-
- The type of the object the formatter creates a new instance of.
-
-
-
-
- When overridden in a derived class, controls the binding of a serialized object to a type.
-
- The type of the object the formatter creates a new instance of.
- Specifies the name of the serialized object.
- Specifies the name of the serialized object.
-
-
-
- Provides information surrounding an error.
-
-
-
-
- Gets the error.
-
- The error.
-
-
-
- Gets the original object that caused the error.
-
- The original object that caused the error.
-
-
-
- Gets the member that caused the error.
-
- The member that caused the error.
-
-
-
- Gets the path of the JSON location where the error occurred.
-
- The path of the JSON location where the error occurred.
-
-
-
- Gets or sets a value indicating whether this is handled.
-
- true if handled; otherwise, false.
-
-
-
- Provides data for the Error event.
-
-
-
-
- Initializes a new instance of the class.
-
- The current object.
- The error context.
-
-
-
- Gets the current object the error event is being raised against.
-
- The current object the error event is being raised against.
-
-
-
- Gets the error context.
-
- The error context.
-
-
-
- Get and set values for a using dynamic methods.
-
-
-
-
- Provides methods to get and set values.
-
-
-
-
- Sets the value.
-
- The target to set the value on.
- The value to set on the target.
-
-
-
- Gets the value.
-
- The target to get the value from.
- The value.
-
-
-
- Initializes a new instance of the class.
-
- The member info.
-
-
-
- Sets the value.
-
- The target to set the value on.
- The value to set on the target.
-
-
-
- Gets the value.
-
- The target to get the value from.
- The value.
-
-
-
- Represents a trace writer.
-
-
-
-
- Writes the specified trace level, message and optional exception.
-
- The at which to write this trace.
- The trace message.
- The trace exception. This parameter is optional.
-
-
-
- Gets the that will be used to filter the trace messages passed to the writer.
- For example a filter level of Info will exclude Verbose messages and include Info,
- Warning and Error messages.
-
- The that will be used to filter the trace messages passed to the writer.
-
-
-
- Contract details for a used by the .
-
-
-
-
- Contract details for a used by the .
-
-
-
-
- Contract details for a used by the .
-
-
-
-
- Gets the underlying type for the contract.
-
- The underlying type for the contract.
-
-
-
- Gets or sets the type created during deserialization.
-
- The type created during deserialization.
-
-
-
- Gets or sets whether this type contract is serialized as a reference.
-
- Whether this type contract is serialized as a reference.
-
-
-
- Gets or sets the default for this contract.
-
- The converter.
-
-
-
- Gets or sets all methods called immediately after deserialization of the object.
-
- The methods called immediately after deserialization of the object.
-
-
-
- Gets or sets all methods called during deserialization of the object.
-
- The methods called during deserialization of the object.
-
-
-
- Gets or sets all methods called after serialization of the object graph.
-
- The methods called after serialization of the object graph.
-
-
-
- Gets or sets all methods called before serialization of the object.
-
- The methods called before serialization of the object.
-
-
-
- Gets or sets all method called when an error is thrown during the serialization of the object.
-
- The methods called when an error is thrown during the serialization of the object.
-
-
-
- Gets or sets the method called immediately after deserialization of the object.
-
- The method called immediately after deserialization of the object.
-
-
-
- Gets or sets the method called during deserialization of the object.
-
- The method called during deserialization of the object.
-
-
-
- Gets or sets the method called after serialization of the object graph.
-
- The method called after serialization of the object graph.
-
-
-
- Gets or sets the method called before serialization of the object.
-
- The method called before serialization of the object.
-
-
-
- Gets or sets the method called when an error is thrown during the serialization of the object.
-
- The method called when an error is thrown during the serialization of the object.
-
-
-
- Gets or sets the default creator method used to create the object.
-
- The default creator method used to create the object.
-
-
-
- Gets or sets a value indicating whether the default creator is non public.
-
- true if the default object creator is non-public; otherwise, false.
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Gets or sets the default collection items .
-
- The converter.
-
-
-
- Gets or sets a value indicating whether the collection items preserve object references.
-
- true if collection items preserve object references; otherwise, false.
-
-
-
- Gets or sets the collection item reference loop handling.
-
- The reference loop handling.
-
-
-
- Gets or sets the collection item type name handling.
-
- The type name handling.
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Gets the of the collection items.
-
- The of the collection items.
-
-
-
- Gets a value indicating whether the collection type is a multidimensional array.
-
- true if the collection type is a multidimensional array; otherwise, false.
-
-
-
- Handles serialization callback events.
-
- The object that raised the callback event.
- The streaming context.
-
-
-
- Handles serialization error callback events.
-
- The object that raised the callback event.
- The streaming context.
- The error context.
-
-
-
- Sets extension data for an object during deserialization.
-
- The object to set extension data on.
- The extension data key.
- The extension data value.
-
-
-
- Gets extension data for an object during serialization.
-
- The object to set extension data on.
-
-
-
- Contract details for a used by the .
-
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Gets or sets the property name resolver.
-
- The property name resolver.
-
-
-
- Gets the of the dictionary keys.
-
- The of the dictionary keys.
-
-
-
- Gets the of the dictionary values.
-
- The of the dictionary values.
-
-
-
- Contract details for a used by the .
-
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Gets the object's properties.
-
- The object's properties.
-
-
-
- Gets or sets the property name resolver.
-
- The property name resolver.
-
-
-
- Contract details for a used by the .
-
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Contract details for a used by the .
-
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Gets or sets the object member serialization.
-
- The member object serialization.
-
-
-
- Gets or sets a value that indicates whether the object's properties are required.
-
-
- A value indicating whether the object's properties are required.
-
-
-
-
- Gets the object's properties.
-
- The object's properties.
-
-
-
- Gets the constructor parameters required for any non-default constructor
-
-
-
-
- Gets or sets the override constructor used to create the object.
- This is set when a constructor is marked up using the
- JsonConstructor attribute.
-
- The override constructor.
-
-
-
- Gets or sets the parametrized constructor used to create the object.
-
- The parametrized constructor.
-
-
-
- Gets or sets the extension data setter.
-
-
-
-
- Gets or sets the extension data getter.
-
-
-
-
- Contract details for a used by the .
-
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Maps a JSON property to a .NET member or constructor parameter.
-
-
-
-
- Returns a that represents this instance.
-
-
- A that represents this instance.
-
-
-
-
- Gets or sets the name of the property.
-
- The name of the property.
-
-
-
- Gets or sets the type that declared this property.
-
- The type that declared this property.
-
-
-
- Gets or sets the order of serialization and deserialization of a member.
-
- The numeric order of serialization or deserialization.
-
-
-
- Gets or sets the name of the underlying member or parameter.
-
- The name of the underlying member or parameter.
-
-
-
- Gets the that will get and set the during serialization.
-
- The that will get and set the during serialization.
-
-
-
- Gets or sets the type of the property.
-
- The type of the property.
-
-
-
- Gets or sets the for the property.
- If set this converter takes presidence over the contract converter for the property type.
-
- The converter.
-
-
-
- Gets or sets the member converter.
-
- The member converter.
-
-
-
- Gets or sets a value indicating whether this is ignored.
-
- true if ignored; otherwise, false.
-
-
-
- Gets or sets a value indicating whether this is readable.
-
- true if readable; otherwise, false.
-
-
-
- Gets or sets a value indicating whether this is writable.
-
- true if writable; otherwise, false.
-
-
-
- Gets or sets a value indicating whether this has a member attribute.
-
- true if has a member attribute; otherwise, false.
-
-
-
- Gets the default value.
-
- The default value.
-
-
-
- Gets or sets a value indicating whether this is required.
-
- A value indicating whether this is required.
-
-
-
- Gets or sets a value indicating whether this property preserves object references.
-
-
- true if this instance is reference; otherwise, false.
-
-
-
-
- Gets or sets the property null value handling.
-
- The null value handling.
-
-
-
- Gets or sets the property default value handling.
-
- The default value handling.
-
-
-
- Gets or sets the property reference loop handling.
-
- The reference loop handling.
-
-
-
- Gets or sets the property object creation handling.
-
- The object creation handling.
-
-
-
- Gets or sets or sets the type name handling.
-
- The type name handling.
-
-
-
- Gets or sets a predicate used to determine whether the property should be serialize.
-
- A predicate used to determine whether the property should be serialize.
-
-
-
- Gets or sets a predicate used to determine whether the property should be serialized.
-
- A predicate used to determine whether the property should be serialized.
-
-
-
- Gets or sets an action used to set whether the property has been deserialized.
-
- An action used to set whether the property has been deserialized.
-
-
-
- Gets or sets the converter used when serializing the property's collection items.
-
- The collection's items converter.
-
-
-
- Gets or sets whether this property's collection items are serialized as a reference.
-
- Whether this property's collection items are serialized as a reference.
-
-
-
- Gets or sets the the type name handling used when serializing the property's collection items.
-
- The collection's items type name handling.
-
-
-
- Gets or sets the the reference loop handling used when serializing the property's collection items.
-
- The collection's items reference loop handling.
-
-
-
- A collection of objects.
-
-
-
-
- Initializes a new instance of the class.
-
- The type.
-
-
-
- When implemented in a derived class, extracts the key from the specified element.
-
- The element from which to extract the key.
- The key for the specified element.
-
-
-
- Adds a object.
-
- The property to add to the collection.
-
-
-
- Gets the closest matching object.
- First attempts to get an exact case match of propertyName and then
- a case insensitive match.
-
- Name of the property.
- A matching property if found.
-
-
-
- Gets a property by property name.
-
- The name of the property to get.
- Type property name string comparison.
- A matching property if found.
-
-
-
- Contract details for a used by the .
-
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Represents a method that constructs an object.
-
- The object type to create.
-
-
-
- When applied to a method, specifies that the method is called when an error occurs serializing an object.
-
-
-
-
- Get and set values for a using reflection.
-
-
-
-
- Initializes a new instance of the class.
-
- The member info.
-
-
-
- Sets the value.
-
- The target to set the value on.
- The value to set on the target.
-
-
-
- Gets the value.
-
- The target to get the value from.
- The value.
-
-
-
- Represents a trace writer that writes to memory. When the trace message limit is
- reached then old trace messages will be removed as new messages are added.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Writes the specified trace level, message and optional exception.
-
- The at which to write this trace.
- The trace message.
- The trace exception. This parameter is optional.
-
-
-
- Returns an enumeration of the most recent trace messages.
-
- An enumeration of the most recent trace messages.
-
-
-
- Returns a of the most recent trace messages.
-
-
- A of the most recent trace messages.
-
-
-
-
- Gets the that will be used to filter the trace messages passed to the writer.
- For example a filter level of Info will exclude Verbose messages and include Info,
- Warning and Error messages.
-
-
- The that will be used to filter the trace messages passed to the writer.
-
-
-
-
- Specifies metadata property handling options for the .
-
-
-
-
- Read metadata properties located at the start of a JSON object.
-
-
-
-
- Read metadata properties located anywhere in a JSON object. Note that this setting will impact performance.
-
-
-
-
- Specifies how strings are escaped when writing JSON text.
-
-
-
-
- Only control characters (e.g. newline) are escaped.
-
-
-
-
- All non-ASCII and control characters (e.g. newline) are escaped.
-
-
-
-
- HTML (<, >, &, ', ") and control characters (e.g. newline) are escaped.
-
-
-
-
- Specifies what messages to output for the class.
-
-
-
-
- Output no tracing and debugging messages.
-
-
-
-
- Output error-handling messages.
-
-
-
-
- Output warnings and error-handling messages.
-
-
-
-
- Output informational messages, warnings, and error-handling messages.
-
-
-
-
- Output all debugging and tracing messages.
-
-
-
-
- Specifies type name handling options for the .
-
-
-
-
- Do not include the .NET type name when serializing types.
-
-
-
-
- Include the .NET type name when serializing into a JSON object structure.
-
-
-
-
- Include the .NET type name when serializing into a JSON array structure.
-
-
-
-
- Always include the .NET type name when serializing.
-
-
-
-
- Include the .NET type name when the type of the object being serialized is not the same as its declared type.
-
-
-
-
- Determines whether the collection is null or empty.
-
- The collection.
-
- true if the collection is null or empty; otherwise, false.
-
-
-
-
- Adds the elements of the specified collection to the specified generic IList.
-
- The list to add to.
- The collection of elements to add.
-
-
-
- Returns the index of the first occurrence in a sequence by using a specified IEqualityComparer.
-
- The type of the elements of source.
- A sequence in which to locate a value.
- The object to locate in the sequence
- An equality comparer to compare values.
- The zero-based index of the first occurrence of value within the entire sequence, if found; otherwise, –1.
-
-
-
- Converts the value to the specified type. If the value is unable to be converted, the
- value is checked whether it assignable to the specified type.
-
- The value to convert.
- The culture to use when converting.
- The type to convert or cast the value to.
-
- The converted type. If conversion was unsuccessful, the initial value
- is returned if assignable to the target type.
-
-
-
-
- Helper method for generating a MetaObject which calls a
- specific method on Dynamic that returns a result
-
-
-
-
- Helper method for generating a MetaObject which calls a
- specific method on Dynamic, but uses one of the arguments for
- the result.
-
-
-
-
- Helper method for generating a MetaObject which calls a
- specific method on Dynamic, but uses one of the arguments for
- the result.
-
-
-
-
- Returns a Restrictions object which includes our current restrictions merged
- with a restriction limiting our type
-
-
-
-
- Gets a dictionary of the names and values of an Enum type.
-
-
-
-
-
- Gets a dictionary of the names and values of an Enum type.
-
- The enum type to get names and values for.
-
-
-
-
- Gets the type of the typed collection's items.
-
- The type.
- The type of the typed collection's items.
-
-
-
- Gets the member's underlying type.
-
- The member.
- The underlying type of the member.
-
-
-
- Determines whether the member is an indexed property.
-
- The member.
-
- true if the member is an indexed property; otherwise, false.
-
-
-
-
- Determines whether the property is an indexed property.
-
- The property.
-
- true if the property is an indexed property; otherwise, false.
-
-
-
-
- Gets the member's value on the object.
-
- The member.
- The target object.
- The member's value on the object.
-
-
-
- Sets the member's value on the target object.
-
- The member.
- The target.
- The value.
-
-
-
- Determines whether the specified MemberInfo can be read.
-
- The MemberInfo to determine whether can be read.
- /// if set to true then allow the member to be gotten non-publicly.
-
- true if the specified MemberInfo can be read; otherwise, false.
-
-
-
-
- Determines whether the specified MemberInfo can be set.
-
- The MemberInfo to determine whether can be set.
- if set to true then allow the member to be set non-publicly.
- if set to true then allow the member to be set if read-only.
-
- true if the specified MemberInfo can be set; otherwise, false.
-
-
-
-
- Builds a string. Unlike StringBuilder this class lets you reuse it's internal buffer.
-
-
-
-
- Determines whether the string is all white space. Empty string will return false.
-
- The string to test whether it is all white space.
-
- true if the string is all white space; otherwise, false.
-
-
-
-
- Nulls an empty string.
-
- The string.
- Null if the string was null, otherwise the string unchanged.
-
-
-
- Specifies the state of the .
-
-
-
-
- An exception has been thrown, which has left the in an invalid state.
- You may call the method to put the in the Closed state.
- Any other method calls results in an being thrown.
-
-
-
-
- The method has been called.
-
-
-
-
- An object is being written.
-
-
-
-
- A array is being written.
-
-
-
-
- A constructor is being written.
-
-
-
-
- A property is being written.
-
-
-
-
- A write method has not been called.
-
-
-
-
diff --git a/packages/Newtonsoft.Json.6.0.3/lib/portable-net40+sl4+wp7+win8/Newtonsoft.Json.dll b/packages/Newtonsoft.Json.6.0.3/lib/portable-net40+sl4+wp7+win8/Newtonsoft.Json.dll
deleted file mode 100644
index 9408e00..0000000
Binary files a/packages/Newtonsoft.Json.6.0.3/lib/portable-net40+sl4+wp7+win8/Newtonsoft.Json.dll and /dev/null differ
diff --git a/packages/Newtonsoft.Json.6.0.3/lib/portable-net40+sl4+wp7+win8/Newtonsoft.Json.xml b/packages/Newtonsoft.Json.6.0.3/lib/portable-net40+sl4+wp7+win8/Newtonsoft.Json.xml
deleted file mode 100644
index 944c5d7..0000000
--- a/packages/Newtonsoft.Json.6.0.3/lib/portable-net40+sl4+wp7+win8/Newtonsoft.Json.xml
+++ /dev/null
@@ -1,7641 +0,0 @@
-
-
-
- Newtonsoft.Json
-
-
-
-
- Represents a BSON Oid (object id).
-
-
-
-
- Initializes a new instance of the class.
-
- The Oid value.
-
-
-
- Gets or sets the value of the Oid.
-
- The value of the Oid.
-
-
-
- Represents a reader that provides fast, non-cached, forward-only access to serialized Json data.
-
-
-
-
- Represents a reader that provides fast, non-cached, forward-only access to serialized Json data.
-
-
-
-
- Initializes a new instance of the class with the specified .
-
-
-
-
- Reads the next JSON token from the stream.
-
- true if the next token was read successfully; false if there are no more tokens to read.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A or a null reference if the next JSON token is null. This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Skips the children of the current token.
-
-
-
-
- Sets the current token.
-
- The new token.
-
-
-
- Sets the current token and value.
-
- The new token.
- The value.
-
-
-
- Sets the state based on current token type.
-
-
-
-
- Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
-
-
-
-
- Releases unmanaged and - optionally - managed resources
-
- true to release both managed and unmanaged resources; false to release only unmanaged resources.
-
-
-
- Changes the to Closed.
-
-
-
-
- Gets the current reader state.
-
- The current reader state.
-
-
-
- Gets or sets a value indicating whether the underlying stream or
- should be closed when the reader is closed.
-
-
- true to close the underlying stream or when
- the reader is closed; otherwise false. The default is true.
-
-
-
-
- Gets or sets a value indicating whether multiple pieces of JSON content can
- be read from a continuous stream without erroring.
-
-
- true to support reading multiple pieces of JSON content; otherwise false. The default is false.
-
-
-
-
- Gets the quotation mark character used to enclose the value of a string.
-
-
-
-
- Get or set how time zones are handling when reading JSON.
-
-
-
-
- Get or set how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON.
-
-
-
-
- Get or set how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
-
-
-
-
- Get or set how custom date formatted strings are parsed when reading JSON.
-
-
-
-
- Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a .
-
-
-
-
- Gets the type of the current JSON token.
-
-
-
-
- Gets the text value of the current JSON token.
-
-
-
-
- Gets The Common Language Runtime (CLR) type for the current JSON token.
-
-
-
-
- Gets the depth of the current token in the JSON document.
-
- The depth of the current token in the JSON document.
-
-
-
- Gets the path of the current JSON token.
-
-
-
-
- Gets or sets the culture used when reading JSON. Defaults to .
-
-
-
-
- Specifies the state of the reader.
-
-
-
-
- The Read method has not been called.
-
-
-
-
- The end of the file has been reached successfully.
-
-
-
-
- Reader is at a property.
-
-
-
-
- Reader is at the start of an object.
-
-
-
-
- Reader is in an object.
-
-
-
-
- Reader is at the start of an array.
-
-
-
-
- Reader is in an array.
-
-
-
-
- The Close method has been called.
-
-
-
-
- Reader has just read a value.
-
-
-
-
- Reader is at the start of a constructor.
-
-
-
-
- Reader in a constructor.
-
-
-
-
- An error occurred that prevents the read operation from continuing.
-
-
-
-
- The end of the file has been reached successfully.
-
-
-
-
- Initializes a new instance of the class.
-
- The stream.
-
-
-
- Initializes a new instance of the class.
-
- The reader.
-
-
-
- Initializes a new instance of the class.
-
- The stream.
- if set to true the root object will be read as a JSON array.
- The used when reading values from BSON.
-
-
-
- Initializes a new instance of the class.
-
- The reader.
- if set to true the root object will be read as a JSON array.
- The used when reading values from BSON.
-
-
-
- Reads the next JSON token from the stream as a .
-
-
- A or a null reference if the next JSON token is null. This method will return null at the end of an array.
-
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
-
- A . This method will return null at the end of an array.
-
-
-
-
- Reads the next JSON token from the stream.
-
-
- true if the next token was read successfully; false if there are no more tokens to read.
-
-
-
-
- Changes the to Closed.
-
-
-
-
- Gets or sets a value indicating whether binary data reading should compatible with incorrect Json.NET 3.5 written binary.
-
-
- true if binary data reading will be compatible with incorrect Json.NET 3.5 written binary; otherwise, false.
-
-
-
-
- Gets or sets a value indicating whether the root object will be read as a JSON array.
-
-
- true if the root object will be read as a JSON array; otherwise, false.
-
-
-
-
- Gets or sets the used when reading values from BSON.
-
- The used when reading values from BSON.
-
-
-
- Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data.
-
-
-
-
- Represents a writer that provides a fast, non-cached, forward-only way of generating Json data.
-
-
-
-
- Creates an instance of the JsonWriter class.
-
-
-
-
- Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
-
-
-
-
- Closes this stream and the underlying stream.
-
-
-
-
- Writes the beginning of a Json object.
-
-
-
-
- Writes the end of a Json object.
-
-
-
-
- Writes the beginning of a Json array.
-
-
-
-
- Writes the end of an array.
-
-
-
-
- Writes the start of a constructor with the given name.
-
- The name of the constructor.
-
-
-
- Writes the end constructor.
-
-
-
-
- Writes the property name of a name/value pair on a JSON object.
-
- The name of the property.
-
-
-
- Writes the property name of a name/value pair on a JSON object.
-
- The name of the property.
- A flag to indicate whether the text should be escaped when it is written as a JSON property name.
-
-
-
- Writes the end of the current Json object or array.
-
-
-
-
- Writes the current token and its children.
-
- The to read the token from.
-
-
-
- Writes the current token.
-
- The to read the token from.
- A flag indicating whether the current token's children should be written.
-
-
-
- Writes the specified end token.
-
- The end token to write.
-
-
-
- Writes indent characters.
-
-
-
-
- Writes the JSON value delimiter.
-
-
-
-
- Writes an indent space.
-
-
-
-
- Writes a null value.
-
-
-
-
- Writes an undefined value.
-
-
-
-
- Writes raw JSON without changing the writer's state.
-
- The raw JSON to write.
-
-
-
- Writes raw JSON where a value is expected and updates the writer's state.
-
- The raw JSON to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
- An error will raised if the value cannot be written as a single JSON token.
-
- The value to write.
-
-
-
- Writes out a comment /*...*/ containing the specified text.
-
- Text to place inside the comment.
-
-
-
- Writes out the given white space.
-
- The string of white space characters.
-
-
-
- Sets the state of the JsonWriter,
-
- The JsonToken being written.
- The value being written.
-
-
-
- Gets or sets a value indicating whether the underlying stream or
- should be closed when the writer is closed.
-
-
- true to close the underlying stream or when
- the writer is closed; otherwise false. The default is true.
-
-
-
-
- Gets the top.
-
- The top.
-
-
-
- Gets the state of the writer.
-
-
-
-
- Gets the path of the writer.
-
-
-
-
- Indicates how JSON text output is formatted.
-
-
-
-
- Get or set how dates are written to JSON text.
-
-
-
-
- Get or set how time zones are handling when writing JSON text.
-
-
-
-
- Get or set how strings are escaped when writing JSON text.
-
-
-
-
- Get or set how special floating point numbers, e.g. ,
- and ,
- are written to JSON text.
-
-
-
-
- Get or set how and values are formatting when writing JSON text.
-
-
-
-
- Gets or sets the culture used when writing JSON. Defaults to .
-
-
-
-
- Initializes a new instance of the class.
-
- The stream.
-
-
-
- Initializes a new instance of the class.
-
- The writer.
-
-
-
- Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
-
-
-
-
- Writes the end.
-
- The token.
-
-
-
- Writes out a comment /*...*/ containing the specified text.
-
- Text to place inside the comment.
-
-
-
- Writes the start of a constructor with the given name.
-
- The name of the constructor.
-
-
-
- Writes raw JSON.
-
- The raw JSON to write.
-
-
-
- Writes raw JSON where a value is expected and updates the writer's state.
-
- The raw JSON to write.
-
-
-
- Writes the beginning of a Json array.
-
-
-
-
- Writes the beginning of a Json object.
-
-
-
-
- Writes the property name of a name/value pair on a Json object.
-
- The name of the property.
-
-
-
- Closes this stream and the underlying stream.
-
-
-
-
- Writes a value.
- An error will raised if the value cannot be written as a single JSON token.
-
- The value to write.
-
-
-
- Writes a null value.
-
-
-
-
- Writes an undefined value.
-
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value that represents a BSON object id.
-
- The Object ID value to write.
-
-
-
- Writes a BSON regex.
-
- The regex pattern.
- The regex options.
-
-
-
- Gets or sets the used when writing values to BSON.
- When set to no conversion will occur.
-
- The used when writing values to BSON.
-
-
-
- Specifies how constructors are used when initializing objects during deserialization by the .
-
-
-
-
- First attempt to use the public default constructor, then fall back to single paramatized constructor, then the non-public default constructor.
-
-
-
-
- Json.NET will use a non-public default constructor before falling back to a paramatized constructor.
-
-
-
-
- Converts a to and from JSON and BSON.
-
-
-
-
- Converts an object to and from JSON.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Gets the of the JSON produced by the JsonConverter.
-
- The of the JSON produced by the JsonConverter.
-
-
-
- Gets a value indicating whether this can read JSON.
-
- true if this can read JSON; otherwise, false.
-
-
-
- Gets a value indicating whether this can write JSON.
-
- true if this can write JSON; otherwise, false.
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Create a custom object
-
- The object type to convert.
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Creates an object which will then be populated by the serializer.
-
- Type of the object.
- The created object.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Gets a value indicating whether this can write JSON.
-
-
- true if this can write JSON; otherwise, false.
-
-
-
-
- Provides a base class for converting a to and from JSON.
-
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Converts a F# discriminated union type to and from JSON.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Converts a to and from the ISO 8601 date format (e.g. 2008-04-12T12:53Z).
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Gets or sets the date time styles used when converting a date to and from JSON.
-
- The date time styles used when converting a date to and from JSON.
-
-
-
- Gets or sets the date time format used when converting a date to and from JSON.
-
- The date time format used when converting a date to and from JSON.
-
-
-
- Gets or sets the culture used when converting a date to and from JSON.
-
- The culture used when converting a date to and from JSON.
-
-
-
- Converts a to and from a JavaScript date constructor (e.g. new Date(52231943)).
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing property value of the JSON that is being converted.
- The calling serializer.
- The object value.
-
-
-
- Converts a to and from JSON.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Converts a to and from JSON and BSON.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Converts an to and from its name string value.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Gets or sets a value indicating whether the written enum text should be camel case.
-
- true if the written enum text will be camel case; otherwise, false.
-
-
-
- Gets or sets a value indicating whether integer values are allowed.
-
- true if integers are allowed; otherwise, false.
-
-
-
- Converts a to and from a string (e.g. "1.2.3.4").
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing property value of the JSON that is being converted.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Specifies how dates are formatted when writing JSON text.
-
-
-
-
- Dates are written in the ISO 8601 format, e.g. "2012-03-21T05:40Z".
-
-
-
-
- Dates are written in the Microsoft JSON format, e.g. "\/Date(1198908717056)\/".
-
-
-
-
- Specifies how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON text.
-
-
-
-
- Date formatted strings are not parsed to a date type and are read as strings.
-
-
-
-
- Date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed to .
-
-
-
-
- Date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed to .
-
-
-
-
- Specifies how to treat the time value when converting between string and .
-
-
-
-
- Treat as local time. If the object represents a Coordinated Universal Time (UTC), it is converted to the local time.
-
-
-
-
- Treat as a UTC. If the object represents a local time, it is converted to a UTC.
-
-
-
-
- Treat as a local time if a is being converted to a string.
- If a string is being converted to , convert to a local time if a time zone is specified.
-
-
-
-
- Time zone information should be preserved when converting.
-
-
-
-
- Specifies default value handling options for the .
-
-
-
-
-
-
-
-
- Include members where the member value is the same as the member's default value when serializing objects.
- Included members are written to JSON. Has no effect when deserializing.
-
-
-
-
- Ignore members where the member value is the same as the member's default value when serializing objects
- so that is is not written to JSON.
- This option will ignore all default values (e.g. null for objects and nullable types; 0 for integers,
- decimals and floating point numbers; and false for booleans). The default value ignored can be changed by
- placing the on the property.
-
-
-
-
- Members with a default value but no JSON will be set to their default value when deserializing.
-
-
-
-
- Ignore members where the member value is the same as the member's default value when serializing objects
- and sets members to their default value when deserializing.
-
-
-
-
- Specifies float format handling options when writing special floating point numbers, e.g. ,
- and with .
-
-
-
-
- Write special floating point values as strings in JSON, e.g. "NaN", "Infinity", "-Infinity".
-
-
-
-
- Write special floating point values as symbols in JSON, e.g. NaN, Infinity, -Infinity.
- Note that this will produce non-valid JSON.
-
-
-
-
- Write special floating point values as the property's default value in JSON, e.g. 0.0 for a property, null for a property.
-
-
-
-
- Specifies how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
-
-
-
-
- Floating point numbers are parsed to .
-
-
-
-
- Floating point numbers are parsed to .
-
-
-
-
- Indicates the method that will be used during deserialization for locating and loading assemblies.
-
-
-
-
- In simple mode, the assembly used during deserialization need not match exactly the assembly used during serialization. Specifically, the version numbers need not match as the LoadWithPartialName method is used to load the assembly.
-
-
-
-
- In full mode, the assembly used during deserialization must match exactly the assembly used during serialization. The Load method of the Assembly class is used to load the assembly.
-
-
-
-
- Specifies formatting options for the .
-
-
-
-
- No special formatting is applied. This is the default.
-
-
-
-
- Causes child objects to be indented according to the and settings.
-
-
-
-
- Provides an interface to enable a class to return line and position information.
-
-
-
-
- Gets a value indicating whether the class can return line information.
-
-
- true if LineNumber and LinePosition can be provided; otherwise, false.
-
-
-
-
- Gets the current line number.
-
- The current line number or 0 if no line information is available (for example, HasLineInfo returns false).
-
-
-
- Gets the current line position.
-
- The current line position or 0 if no line information is available (for example, HasLineInfo returns false).
-
-
-
- Instructs the how to serialize the collection.
-
-
-
-
- Instructs the how to serialize the object.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class with the specified container Id.
-
- The container Id.
-
-
-
- Gets or sets the id.
-
- The id.
-
-
-
- Gets or sets the title.
-
- The title.
-
-
-
- Gets or sets the description.
-
- The description.
-
-
-
- Gets the collection's items converter.
-
- The collection's items converter.
-
-
-
- Gets or sets a value that indicates whether to preserve object references.
-
-
- true to keep object reference; otherwise, false. The default is false.
-
-
-
-
- Gets or sets a value that indicates whether to preserve collection's items references.
-
-
- true to keep collection's items object references; otherwise, false. The default is false.
-
-
-
-
- Gets or sets the reference loop handling used when serializing the collection's items.
-
- The reference loop handling.
-
-
-
- Gets or sets the type name handling used when serializing the collection's items.
-
- The type name handling.
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class with a flag indicating whether the array can contain null items
-
- A flag indicating whether the array can contain null items.
-
-
-
- Initializes a new instance of the class with the specified container Id.
-
- The container Id.
-
-
-
- Gets or sets a value indicating whether null items are allowed in the collection.
-
- true if null items are allowed in the collection; otherwise, false.
-
-
-
- Instructs the to use the specified constructor when deserializing that object.
-
-
-
-
- Provides methods for converting between common language runtime types and JSON types.
-
-
-
-
-
-
-
- Represents JavaScript's boolean value true as a string. This field is read-only.
-
-
-
-
- Represents JavaScript's boolean value false as a string. This field is read-only.
-
-
-
-
- Represents JavaScript's null as a string. This field is read-only.
-
-
-
-
- Represents JavaScript's undefined as a string. This field is read-only.
-
-
-
-
- Represents JavaScript's positive infinity as a string. This field is read-only.
-
-
-
-
- Represents JavaScript's negative infinity as a string. This field is read-only.
-
-
-
-
- Represents JavaScript's NaN as a string. This field is read-only.
-
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation using the specified.
-
- The value to convert.
- The format the date will be converted to.
- The time zone handling when the date is converted to a string.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation using the specified.
-
- The value to convert.
- The format the date will be converted to.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- The string delimiter character.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Serializes the specified object to a JSON string.
-
- The object to serialize.
- A JSON string representation of the object.
-
-
-
- Serializes the specified object to a JSON string using formatting.
-
- The object to serialize.
- Indicates how the output is formatted.
-
- A JSON string representation of the object.
-
-
-
-
- Serializes the specified object to a JSON string using a collection of .
-
- The object to serialize.
- A collection converters used while serializing.
- A JSON string representation of the object.
-
-
-
- Serializes the specified object to a JSON string using formatting and a collection of .
-
- The object to serialize.
- Indicates how the output is formatted.
- A collection converters used while serializing.
- A JSON string representation of the object.
-
-
-
- Serializes the specified object to a JSON string using .
-
- The object to serialize.
- The used to serialize the object.
- If this is null, default serialization settings will be is used.
-
- A JSON string representation of the object.
-
-
-
-
- Serializes the specified object to a JSON string using a type, formatting and .
-
- The object to serialize.
- The used to serialize the object.
- If this is null, default serialization settings will be is used.
-
- The type of the value being serialized.
- This parameter is used when is Auto to write out the type name if the type of the value does not match.
- Specifing the type is optional.
-
-
- A JSON string representation of the object.
-
-
-
-
- Serializes the specified object to a JSON string using formatting and .
-
- The object to serialize.
- Indicates how the output is formatted.
- The used to serialize the object.
- If this is null, default serialization settings will be is used.
-
- A JSON string representation of the object.
-
-
-
-
- Serializes the specified object to a JSON string using a type, formatting and .
-
- The object to serialize.
- Indicates how the output is formatted.
- The used to serialize the object.
- If this is null, default serialization settings will be is used.
-
- The type of the value being serialized.
- This parameter is used when is Auto to write out the type name if the type of the value does not match.
- Specifing the type is optional.
-
-
- A JSON string representation of the object.
-
-
-
-
- Deserializes the JSON to a .NET object.
-
- The JSON to deserialize.
- The deserialized object from the Json string.
-
-
-
- Deserializes the JSON to a .NET object using .
-
- The JSON to deserialize.
-
- The used to deserialize the object.
- If this is null, default serialization settings will be is used.
-
- The deserialized object from the JSON string.
-
-
-
- Deserializes the JSON to the specified .NET type.
-
- The JSON to deserialize.
- The of object being deserialized.
- The deserialized object from the Json string.
-
-
-
- Deserializes the JSON to the specified .NET type.
-
- The type of the object to deserialize to.
- The JSON to deserialize.
- The deserialized object from the Json string.
-
-
-
- Deserializes the JSON to the given anonymous type.
-
-
- The anonymous type to deserialize to. This can't be specified
- traditionally and must be infered from the anonymous type passed
- as a parameter.
-
- The JSON to deserialize.
- The anonymous type object.
- The deserialized anonymous type from the JSON string.
-
-
-
- Deserializes the JSON to the given anonymous type using .
-
-
- The anonymous type to deserialize to. This can't be specified
- traditionally and must be infered from the anonymous type passed
- as a parameter.
-
- The JSON to deserialize.
- The anonymous type object.
-
- The used to deserialize the object.
- If this is null, default serialization settings will be is used.
-
- The deserialized anonymous type from the JSON string.
-
-
-
- Deserializes the JSON to the specified .NET type using a collection of .
-
- The type of the object to deserialize to.
- The JSON to deserialize.
- Converters to use while deserializing.
- The deserialized object from the JSON string.
-
-
-
- Deserializes the JSON to the specified .NET type using .
-
- The type of the object to deserialize to.
- The object to deserialize.
-
- The used to deserialize the object.
- If this is null, default serialization settings will be is used.
-
- The deserialized object from the JSON string.
-
-
-
- Deserializes the JSON to the specified .NET type using a collection of .
-
- The JSON to deserialize.
- The type of the object to deserialize.
- Converters to use while deserializing.
- The deserialized object from the JSON string.
-
-
-
- Deserializes the JSON to the specified .NET type using .
-
- The JSON to deserialize.
- The type of the object to deserialize to.
-
- The used to deserialize the object.
- If this is null, default serialization settings will be is used.
-
- The deserialized object from the JSON string.
-
-
-
- Populates the object with values from the JSON string.
-
- The JSON to populate values from.
- The target object to populate values onto.
-
-
-
- Populates the object with values from the JSON string using .
-
- The JSON to populate values from.
- The target object to populate values onto.
-
- The used to deserialize the object.
- If this is null, default serialization settings will be is used.
-
-
-
-
- Gets or sets a function that creates default .
- Default settings are automatically used by serialization methods on ,
- and and on .
- To serialize without using any default settings create a with
- .
-
-
-
-
- Instructs the to use the specified when serializing the member or class.
-
-
-
-
- Initializes a new instance of the class.
-
- Type of the converter.
-
-
-
- Gets the type of the converter.
-
- The type of the converter.
-
-
-
- Represents a collection of .
-
-
-
-
- Instructs the how to serialize the collection.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class with the specified container Id.
-
- The container Id.
-
-
-
- The exception thrown when an error occurs during Json serialization or deserialization.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class
- with a specified error message.
-
- The error message that explains the reason for the exception.
-
-
-
- Initializes a new instance of the class
- with a specified error message and a reference to the inner exception that is the cause of this exception.
-
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
-
-
-
- Instructs the to deserialize properties with no matching class member into the specified collection
- and write values during serialization.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Gets or sets a value that indicates whether to write extension data when serializing the object.
-
-
- true to write extension data when serializing the object; otherwise, false. The default is true.
-
-
-
-
- Gets or sets a value that indicates whether to read extension data when deserializing the object.
-
-
- true to read extension data when deserializing the object; otherwise, false. The default is true.
-
-
-
-
- Instructs the not to serialize the public field or public read/write property value.
-
-
-
-
- Instructs the how to serialize the object.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class with the specified member serialization.
-
- The member serialization.
-
-
-
- Initializes a new instance of the class with the specified container Id.
-
- The container Id.
-
-
-
- Gets or sets the member serialization.
-
- The member serialization.
-
-
-
- Gets or sets a value that indicates whether the object's properties are required.
-
-
- A value indicating whether the object's properties are required.
-
-
-
-
- Instructs the to always serialize the member with the specified name.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class with the specified name.
-
- Name of the property.
-
-
-
- Gets or sets the converter used when serializing the property's collection items.
-
- The collection's items converter.
-
-
-
- Gets or sets the null value handling used when serializing this property.
-
- The null value handling.
-
-
-
- Gets or sets the default value handling used when serializing this property.
-
- The default value handling.
-
-
-
- Gets or sets the reference loop handling used when serializing this property.
-
- The reference loop handling.
-
-
-
- Gets or sets the object creation handling used when deserializing this property.
-
- The object creation handling.
-
-
-
- Gets or sets the type name handling used when serializing this property.
-
- The type name handling.
-
-
-
- Gets or sets whether this property's value is serialized as a reference.
-
- Whether this property's value is serialized as a reference.
-
-
-
- Gets or sets the order of serialization and deserialization of a member.
-
- The numeric order of serialization or deserialization.
-
-
-
- Gets or sets a value indicating whether this property is required.
-
-
- A value indicating whether this property is required.
-
-
-
-
- Gets or sets the name of the property.
-
- The name of the property.
-
-
-
- Gets or sets the the reference loop handling used when serializing the property's collection items.
-
- The collection's items reference loop handling.
-
-
-
- Gets or sets the the type name handling used when serializing the property's collection items.
-
- The collection's items type name handling.
-
-
-
- Gets or sets whether this property's collection items are serialized as a reference.
-
- Whether this property's collection items are serialized as a reference.
-
-
-
- The exception thrown when an error occurs while reading Json text.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class
- with a specified error message.
-
- The error message that explains the reason for the exception.
-
-
-
- Initializes a new instance of the class
- with a specified error message and a reference to the inner exception that is the cause of this exception.
-
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
-
-
-
- Gets the line number indicating where the error occurred.
-
- The line number indicating where the error occurred.
-
-
-
- Gets the line position indicating where the error occurred.
-
- The line position indicating where the error occurred.
-
-
-
- Gets the path to the JSON where the error occurred.
-
- The path to the JSON where the error occurred.
-
-
-
- The exception thrown when an error occurs during Json serialization or deserialization.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class
- with a specified error message.
-
- The error message that explains the reason for the exception.
-
-
-
- Initializes a new instance of the class
- with a specified error message and a reference to the inner exception that is the cause of this exception.
-
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
-
-
-
- Serializes and deserializes objects into and from the JSON format.
- The enables you to control how objects are encoded into JSON.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Creates a new instance.
- The will not use default settings.
-
-
- A new instance.
- The will not use default settings.
-
-
-
-
- Creates a new instance using the specified .
- The will not use default settings.
-
- The settings to be applied to the .
-
- A new instance using the specified .
- The will not use default settings.
-
-
-
-
- Creates a new instance.
- The will use default settings.
-
-
- A new instance.
- The will use default settings.
-
-
-
-
- Creates a new instance using the specified .
- The will use default settings.
-
- The settings to be applied to the .
-
- A new instance using the specified .
- The will use default settings.
-
-
-
-
- Populates the JSON values onto the target object.
-
- The that contains the JSON structure to reader values from.
- The target object to populate values onto.
-
-
-
- Populates the JSON values onto the target object.
-
- The that contains the JSON structure to reader values from.
- The target object to populate values onto.
-
-
-
- Deserializes the Json structure contained by the specified .
-
- The that contains the JSON structure to deserialize.
- The being deserialized.
-
-
-
- Deserializes the Json structure contained by the specified
- into an instance of the specified type.
-
- The containing the object.
- The of object being deserialized.
- The instance of being deserialized.
-
-
-
- Deserializes the Json structure contained by the specified
- into an instance of the specified type.
-
- The containing the object.
- The type of the object to deserialize.
- The instance of being deserialized.
-
-
-
- Deserializes the Json structure contained by the specified
- into an instance of the specified type.
-
- The containing the object.
- The of object being deserialized.
- The instance of being deserialized.
-
-
-
- Serializes the specified and writes the Json structure
- to a Stream using the specified .
-
- The used to write the Json structure.
- The to serialize.
-
-
-
- Serializes the specified and writes the Json structure
- to a Stream using the specified .
-
- The used to write the Json structure.
- The to serialize.
-
- The type of the value being serialized.
- This parameter is used when is Auto to write out the type name if the type of the value does not match.
- Specifing the type is optional.
-
-
-
-
- Serializes the specified and writes the Json structure
- to a Stream using the specified .
-
- The used to write the Json structure.
- The to serialize.
-
- The type of the value being serialized.
- This parameter is used when is Auto to write out the type name if the type of the value does not match.
- Specifing the type is optional.
-
-
-
-
- Serializes the specified and writes the Json structure
- to a Stream using the specified .
-
- The used to write the Json structure.
- The to serialize.
-
-
-
- Occurs when the errors during serialization and deserialization.
-
-
-
-
- Gets or sets the used by the serializer when resolving references.
-
-
-
-
- Gets or sets the used by the serializer when resolving type names.
-
-
-
-
- Gets or sets the used by the serializer when writing trace messages.
-
- The trace writer.
-
-
-
- Gets or sets how type name writing and reading is handled by the serializer.
-
-
-
-
- Gets or sets how a type name assembly is written and resolved by the serializer.
-
- The type name assembly format.
-
-
-
- Gets or sets how object references are preserved by the serializer.
-
-
-
-
- Get or set how reference loops (e.g. a class referencing itself) is handled.
-
-
-
-
- Get or set how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization.
-
-
-
-
- Get or set how null values are handled during serialization and deserialization.
-
-
-
-
- Get or set how null default are handled during serialization and deserialization.
-
-
-
-
- Gets or sets how objects are created during deserialization.
-
- The object creation handling.
-
-
-
- Gets or sets how constructors are used during deserialization.
-
- The constructor handling.
-
-
-
- Gets or sets how metadata properties are used during deserialization.
-
- The metadata properties handling.
-
-
-
- Gets a collection that will be used during serialization.
-
- Collection that will be used during serialization.
-
-
-
- Gets or sets the contract resolver used by the serializer when
- serializing .NET objects to JSON and vice versa.
-
-
-
-
- Gets or sets the used by the serializer when invoking serialization callback methods.
-
- The context.
-
-
-
- Indicates how JSON text output is formatted.
-
-
-
-
- Get or set how dates are written to JSON text.
-
-
-
-
- Get or set how time zones are handling during serialization and deserialization.
-
-
-
-
- Get or set how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON.
-
-
-
-
- Get or set how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
-
-
-
-
- Get or set how special floating point numbers, e.g. ,
- and ,
- are written as JSON text.
-
-
-
-
- Get or set how strings are escaped when writing JSON text.
-
-
-
-
- Get or set how and values are formatting when writing JSON text.
-
-
-
-
- Gets or sets the culture used when reading JSON. Defaults to .
-
-
-
-
- Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a .
-
-
-
-
- Gets a value indicating whether there will be a check for additional JSON content after deserializing an object.
-
-
- true if there will be a check for additional JSON content after deserializing an object; otherwise, false.
-
-
-
-
- Specifies the settings on a object.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Gets or sets how reference loops (e.g. a class referencing itself) is handled.
-
- Reference loop handling.
-
-
-
- Gets or sets how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization.
-
- Missing member handling.
-
-
-
- Gets or sets how objects are created during deserialization.
-
- The object creation handling.
-
-
-
- Gets or sets how null values are handled during serialization and deserialization.
-
- Null value handling.
-
-
-
- Gets or sets how null default are handled during serialization and deserialization.
-
- The default value handling.
-
-
-
- Gets or sets a collection that will be used during serialization.
-
- The converters.
-
-
-
- Gets or sets how object references are preserved by the serializer.
-
- The preserve references handling.
-
-
-
- Gets or sets how type name writing and reading is handled by the serializer.
-
- The type name handling.
-
-
-
- Gets or sets how metadata properties are used during deserialization.
-
- The metadata properties handling.
-
-
-
- Gets or sets how a type name assembly is written and resolved by the serializer.
-
- The type name assembly format.
-
-
-
- Gets or sets how constructors are used during deserialization.
-
- The constructor handling.
-
-
-
- Gets or sets the contract resolver used by the serializer when
- serializing .NET objects to JSON and vice versa.
-
- The contract resolver.
-
-
-
- Gets or sets the used by the serializer when resolving references.
-
- The reference resolver.
-
-
-
- Gets or sets the used by the serializer when writing trace messages.
-
- The trace writer.
-
-
-
- Gets or sets the used by the serializer when resolving type names.
-
- The binder.
-
-
-
- Gets or sets the error handler called during serialization and deserialization.
-
- The error handler called during serialization and deserialization.
-
-
-
- Gets or sets the used by the serializer when invoking serialization callback methods.
-
- The context.
-
-
-
- Get or set how and values are formatting when writing JSON text.
-
-
-
-
- Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a .
-
-
-
-
- Indicates how JSON text output is formatted.
-
-
-
-
- Get or set how dates are written to JSON text.
-
-
-
-
- Get or set how time zones are handling during serialization and deserialization.
-
-
-
-
- Get or set how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON.
-
-
-
-
- Get or set how special floating point numbers, e.g. ,
- and ,
- are written as JSON.
-
-
-
-
- Get or set how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
-
-
-
-
- Get or set how strings are escaped when writing JSON text.
-
-
-
-
- Gets or sets the culture used when reading JSON. Defaults to .
-
-
-
-
- Gets a value indicating whether there will be a check for additional content after deserializing an object.
-
-
- true if there will be a check for additional content after deserializing an object; otherwise, false.
-
-
-
-
- Represents a reader that provides fast, non-cached, forward-only access to JSON text data.
-
-
-
-
- Initializes a new instance of the class with the specified .
-
- The TextReader containing the XML data to read.
-
-
-
- Reads the next JSON token from the stream.
-
-
- true if the next token was read successfully; false if there are no more tokens to read.
-
-
-
-
- Reads the next JSON token from the stream as a .
-
-
- A or a null reference if the next JSON token is null. This method will return null at the end of an array.
-
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Changes the state to closed.
-
-
-
-
- Gets a value indicating whether the class can return line information.
-
-
- true if LineNumber and LinePosition can be provided; otherwise, false.
-
-
-
-
- Gets the current line number.
-
-
- The current line number or 0 if no line information is available (for example, HasLineInfo returns false).
-
-
-
-
- Gets the current line position.
-
-
- The current line position or 0 if no line information is available (for example, HasLineInfo returns false).
-
-
-
-
- Represents a writer that provides a fast, non-cached, forward-only way of generating Json data.
-
-
-
-
- Creates an instance of the JsonWriter class using the specified .
-
- The TextWriter to write to.
-
-
-
- Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
-
-
-
-
- Closes this stream and the underlying stream.
-
-
-
-
- Writes the beginning of a Json object.
-
-
-
-
- Writes the beginning of a Json array.
-
-
-
-
- Writes the start of a constructor with the given name.
-
- The name of the constructor.
-
-
-
- Writes the specified end token.
-
- The end token to write.
-
-
-
- Writes the property name of a name/value pair on a Json object.
-
- The name of the property.
-
-
-
- Writes the property name of a name/value pair on a JSON object.
-
- The name of the property.
- A flag to indicate whether the text should be escaped when it is written as a JSON property name.
-
-
-
- Writes indent characters.
-
-
-
-
- Writes the JSON value delimiter.
-
-
-
-
- Writes an indent space.
-
-
-
-
- Writes a value.
- An error will raised if the value cannot be written as a single JSON token.
-
- The value to write.
-
-
-
- Writes a null value.
-
-
-
-
- Writes an undefined value.
-
-
-
-
- Writes raw JSON.
-
- The raw JSON to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes out a comment /*...*/ containing the specified text.
-
- Text to place inside the comment.
-
-
-
- Writes out the given white space.
-
- The string of white space characters.
-
-
-
- Gets or sets how many IndentChars to write for each level in the hierarchy when is set to Formatting.Indented.
-
-
-
-
- Gets or sets which character to use to quote attribute values.
-
-
-
-
- Gets or sets which character to use for indenting when is set to Formatting.Indented.
-
-
-
-
- Gets or sets a value indicating whether object names will be surrounded with quotes.
-
-
-
-
- Specifies the type of Json token.
-
-
-
-
- This is returned by the if a method has not been called.
-
-
-
-
- An object start token.
-
-
-
-
- An array start token.
-
-
-
-
- A constructor start token.
-
-
-
-
- An object property name.
-
-
-
-
- A comment.
-
-
-
-
- Raw JSON.
-
-
-
-
- An integer.
-
-
-
-
- A float.
-
-
-
-
- A string.
-
-
-
-
- A boolean.
-
-
-
-
- A null token.
-
-
-
-
- An undefined token.
-
-
-
-
- An object end token.
-
-
-
-
- An array end token.
-
-
-
-
- A constructor end token.
-
-
-
-
- A Date.
-
-
-
-
- Byte data.
-
-
-
-
- Represents a reader that provides validation.
-
-
-
-
- Initializes a new instance of the class that
- validates the content returned from the given .
-
- The to read from while validating.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A .
-
-
-
- Reads the next JSON token from the stream as a .
-
-
- A or a null reference if the next JSON token is null.
-
-
-
-
- Reads the next JSON token from the stream as a .
-
- A .
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A .
-
-
-
- Reads the next JSON token from the stream.
-
-
- true if the next token was read successfully; false if there are no more tokens to read.
-
-
-
-
- Sets an event handler for receiving schema validation errors.
-
-
-
-
- Gets the text value of the current JSON token.
-
-
-
-
-
- Gets the depth of the current token in the JSON document.
-
- The depth of the current token in the JSON document.
-
-
-
- Gets the path of the current JSON token.
-
-
-
-
- Gets the quotation mark character used to enclose the value of a string.
-
-
-
-
-
- Gets the type of the current JSON token.
-
-
-
-
-
- Gets the Common Language Runtime (CLR) type for the current JSON token.
-
-
-
-
-
- Gets or sets the schema.
-
- The schema.
-
-
-
- Gets the used to construct this .
-
- The specified in the constructor.
-
-
-
- The exception thrown when an error occurs while reading Json text.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class
- with a specified error message.
-
- The error message that explains the reason for the exception.
-
-
-
- Initializes a new instance of the class
- with a specified error message and a reference to the inner exception that is the cause of this exception.
-
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
-
-
-
- Gets the path to the JSON where the error occurred.
-
- The path to the JSON where the error occurred.
-
-
-
- Contains the LINQ to JSON extension methods.
-
-
-
-
- Returns a collection of tokens that contains the ancestors of every token in the source collection.
-
- The type of the objects in source, constrained to .
- An of that contains the source collection.
- An of that contains the ancestors of every node in the source collection.
-
-
-
- Returns a collection of tokens that contains the descendants of every token in the source collection.
-
- The type of the objects in source, constrained to .
- An of that contains the source collection.
- An of that contains the descendants of every node in the source collection.
-
-
-
- Returns a collection of child properties of every object in the source collection.
-
- An of that contains the source collection.
- An of that contains the properties of every object in the source collection.
-
-
-
- Returns a collection of child values of every object in the source collection with the given key.
-
- An of that contains the source collection.
- The token key.
- An of that contains the values of every node in the source collection with the given key.
-
-
-
- Returns a collection of child values of every object in the source collection.
-
- An of that contains the source collection.
- An of that contains the values of every node in the source collection.
-
-
-
- Returns a collection of converted child values of every object in the source collection with the given key.
-
- The type to convert the values to.
- An of that contains the source collection.
- The token key.
- An that contains the converted values of every node in the source collection with the given key.
-
-
-
- Returns a collection of converted child values of every object in the source collection.
-
- The type to convert the values to.
- An of that contains the source collection.
- An that contains the converted values of every node in the source collection.
-
-
-
- Converts the value.
-
- The type to convert the value to.
- A cast as a of .
- A converted value.
-
-
-
- Converts the value.
-
- The source collection type.
- The type to convert the value to.
- A cast as a of .
- A converted value.
-
-
-
- Returns a collection of child tokens of every array in the source collection.
-
- The source collection type.
- An of that contains the source collection.
- An of that contains the values of every node in the source collection.
-
-
-
- Returns a collection of converted child tokens of every array in the source collection.
-
- An of that contains the source collection.
- The type to convert the values to.
- The source collection type.
- An that contains the converted values of every node in the source collection.
-
-
-
- Returns the input typed as .
-
- An of that contains the source collection.
- The input typed as .
-
-
-
- Returns the input typed as .
-
- The source collection type.
- An of that contains the source collection.
- The input typed as .
-
-
-
- Represents a collection of objects.
-
- The type of token
-
-
-
- Gets the with the specified key.
-
-
-
-
-
- Represents a JSON array.
-
-
-
-
-
-
-
- Represents a token that can contain other tokens.
-
-
-
-
- Represents an abstract JSON token.
-
-
-
-
- Compares the values of two tokens, including the values of all descendant tokens.
-
- The first to compare.
- The second to compare.
- true if the tokens are equal; otherwise false.
-
-
-
- Adds the specified content immediately after this token.
-
- A content object that contains simple content or a collection of content objects to be added after this token.
-
-
-
- Adds the specified content immediately before this token.
-
- A content object that contains simple content or a collection of content objects to be added before this token.
-
-
-
- Returns a collection of the ancestor tokens of this token.
-
- A collection of the ancestor tokens of this token.
-
-
-
- Returns a collection of the sibling tokens after this token, in document order.
-
- A collection of the sibling tokens after this tokens, in document order.
-
-
-
- Returns a collection of the sibling tokens before this token, in document order.
-
- A collection of the sibling tokens before this token, in document order.
-
-
-
- Gets the with the specified key converted to the specified type.
-
- The type to convert the token to.
- The token key.
- The converted token value.
-
-
-
- Returns a collection of the child tokens of this token, in document order.
-
- An of containing the child tokens of this , in document order.
-
-
-
- Returns a collection of the child tokens of this token, in document order, filtered by the specified type.
-
- The type to filter the child tokens on.
- A containing the child tokens of this , in document order.
-
-
-
- Returns a collection of the child values of this token, in document order.
-
- The type to convert the values to.
- A containing the child values of this , in document order.
-
-
-
- Removes this token from its parent.
-
-
-
-
- Replaces this token with the specified token.
-
- The value.
-
-
-
- Writes this token to a .
-
- A into which this method will write.
- A collection of which will be used when writing the token.
-
-
-
- Returns the indented JSON for this token.
-
-
- The indented JSON for this token.
-
-
-
-
- Returns the JSON for this token using the given formatting and converters.
-
- Indicates how the output is formatted.
- A collection of which will be used when writing the token.
- The JSON for this token using the given formatting and converters.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Creates an for this token.
-
- An that can be used to read this token and its descendants.
-
-
-
- Creates a from an object.
-
- The object that will be used to create .
- A with the value of the specified object
-
-
-
- Creates a from an object using the specified .
-
- The object that will be used to create .
- The that will be used when reading the object.
- A with the value of the specified object
-
-
-
- Creates the specified .NET type from the .
-
- The object type that the token will be deserialized to.
- The new object created from the JSON value.
-
-
-
- Creates the specified .NET type from the .
-
- The object type that the token will be deserialized to.
- The new object created from the JSON value.
-
-
-
- Creates the specified .NET type from the using the specified .
-
- The object type that the token will be deserialized to.
- The that will be used when creating the object.
- The new object created from the JSON value.
-
-
-
- Creates the specified .NET type from the using the specified .
-
- The object type that the token will be deserialized to.
- The that will be used when creating the object.
- The new object created from the JSON value.
-
-
-
- Creates a from a .
-
- An positioned at the token to read into this .
-
- An that contains the token and its descendant tokens
- that were read from the reader. The runtime type of the token is determined
- by the token type of the first token encountered in the reader.
-
-
-
-
- Load a from a string that contains JSON.
-
- A that contains JSON.
- A populated from the string that contains JSON.
-
-
-
- Creates a from a .
-
- An positioned at the token to read into this .
-
- An that contains the token and its descendant tokens
- that were read from the reader. The runtime type of the token is determined
- by the token type of the first token encountered in the reader.
-
-
-
-
- Selects a using a JPath expression. Selects the token that matches the object path.
-
-
- A that contains a JPath expression.
-
- A , or null.
-
-
-
- Selects a using a JPath expression. Selects the token that matches the object path.
-
-
- A that contains a JPath expression.
-
- A flag to indicate whether an error should be thrown if no tokens are found when evaluating part of the expression.
- A .
-
-
-
- Selects a collection of elements using a JPath expression.
-
-
- A that contains a JPath expression.
-
- An that contains the selected elements.
-
-
-
- Selects a collection of elements using a JPath expression.
-
-
- A that contains a JPath expression.
-
- A flag to indicate whether an error should be thrown if no tokens are found when evaluating part of the expression.
- An that contains the selected elements.
-
-
-
- Creates a new instance of the . All child tokens are recursively cloned.
-
- A new instance of the .
-
-
-
- Gets a comparer that can compare two tokens for value equality.
-
- A that can compare two nodes for value equality.
-
-
-
- Gets or sets the parent.
-
- The parent.
-
-
-
- Gets the root of this .
-
- The root of this .
-
-
-
- Gets the node type for this .
-
- The type.
-
-
-
- Gets a value indicating whether this token has child tokens.
-
-
- true if this token has child values; otherwise, false.
-
-
-
-
- Gets the next sibling token of this node.
-
- The that contains the next sibling token.
-
-
-
- Gets the previous sibling token of this node.
-
- The that contains the previous sibling token.
-
-
-
- Gets the path of the JSON token.
-
-
-
-
- Gets the with the specified key.
-
- The with the specified key.
-
-
-
- Get the first child token of this token.
-
- A containing the first child token of the .
-
-
-
- Get the last child token of this token.
-
- A containing the last child token of the .
-
-
-
- Returns a collection of the child tokens of this token, in document order.
-
-
- An of containing the child tokens of this , in document order.
-
-
-
-
- Returns a collection of the child values of this token, in document order.
-
- The type to convert the values to.
-
- A containing the child values of this , in document order.
-
-
-
-
- Returns a collection of the descendant tokens for this token in document order.
-
- An containing the descendant tokens of the .
-
-
-
- Adds the specified content as children of this .
-
- The content to be added.
-
-
-
- Adds the specified content as the first children of this .
-
- The content to be added.
-
-
-
- Creates an that can be used to add tokens to the .
-
- An that is ready to have content written to it.
-
-
-
- Replaces the children nodes of this token with the specified content.
-
- The content.
-
-
-
- Removes the child nodes from this token.
-
-
-
-
- Gets the container's children tokens.
-
- The container's children tokens.
-
-
-
- Gets a value indicating whether this token has child tokens.
-
-
- true if this token has child values; otherwise, false.
-
-
-
-
- Get the first child token of this token.
-
-
- A containing the first child token of the .
-
-
-
-
- Get the last child token of this token.
-
-
- A containing the last child token of the .
-
-
-
-
- Gets the count of child JSON tokens.
-
- The count of child JSON tokens
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class from another object.
-
- A object to copy from.
-
-
-
- Initializes a new instance of the class with the specified content.
-
- The contents of the array.
-
-
-
- Initializes a new instance of the class with the specified content.
-
- The contents of the array.
-
-
-
- Loads an from a .
-
- A that will be read for the content of the .
- A that contains the JSON that was read from the specified .
-
-
-
- Load a from a string that contains JSON.
-
- A that contains JSON.
- A populated from the string that contains JSON.
-
-
-
-
-
-
- Creates a from an object.
-
- The object that will be used to create .
- A with the values of the specified object
-
-
-
- Creates a from an object.
-
- The object that will be used to create .
- The that will be used to read the object.
- A with the values of the specified object
-
-
-
- Writes this token to a .
-
- A into which this method will write.
- A collection of which will be used when writing the token.
-
-
-
- Determines the index of a specific item in the .
-
- The object to locate in the .
-
- The index of if found in the list; otherwise, -1.
-
-
-
-
- Inserts an item to the at the specified index.
-
- The zero-based index at which should be inserted.
- The object to insert into the .
-
- is not a valid index in the .
- The is read-only.
-
-
-
- Removes the item at the specified index.
-
- The zero-based index of the item to remove.
-
- is not a valid index in the .
- The is read-only.
-
-
-
- Returns an enumerator that iterates through the collection.
-
-
- A that can be used to iterate through the collection.
-
-
-
-
- Adds an item to the .
-
- The object to add to the .
- The is read-only.
-
-
-
- Removes all items from the .
-
- The is read-only.
-
-
-
- Determines whether the contains a specific value.
-
- The object to locate in the .
-
- true if is found in the ; otherwise, false.
-
-
-
-
- Copies to.
-
- The array.
- Index of the array.
-
-
-
- Removes the first occurrence of a specific object from the .
-
- The object to remove from the .
-
- true if was successfully removed from the ; otherwise, false. This method also returns false if is not found in the original .
-
- The is read-only.
-
-
-
- Gets the container's children tokens.
-
- The container's children tokens.
-
-
-
- Gets the node type for this .
-
- The type.
-
-
-
- Gets the with the specified key.
-
- The with the specified key.
-
-
-
- Gets or sets the at the specified index.
-
-
-
-
-
- Gets a value indicating whether the is read-only.
-
- true if the is read-only; otherwise, false.
-
-
-
- Represents a JSON constructor.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class from another object.
-
- A object to copy from.
-
-
-
- Initializes a new instance of the class with the specified name and content.
-
- The constructor name.
- The contents of the constructor.
-
-
-
- Initializes a new instance of the class with the specified name and content.
-
- The constructor name.
- The contents of the constructor.
-
-
-
- Initializes a new instance of the class with the specified name.
-
- The constructor name.
-
-
-
- Writes this token to a .
-
- A into which this method will write.
- A collection of which will be used when writing the token.
-
-
-
- Loads an from a .
-
- A that will be read for the content of the .
- A that contains the JSON that was read from the specified .
-
-
-
- Gets the container's children tokens.
-
- The container's children tokens.
-
-
-
- Gets or sets the name of this constructor.
-
- The constructor name.
-
-
-
- Gets the node type for this .
-
- The type.
-
-
-
- Gets the with the specified key.
-
- The with the specified key.
-
-
-
- Represents a collection of objects.
-
- The type of token
-
-
-
- An empty collection of objects.
-
-
-
-
- Initializes a new instance of the struct.
-
- The enumerable.
-
-
-
- Returns an enumerator that iterates through the collection.
-
-
- A 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.
-
-
-
-
- Determines whether the specified is equal to this instance.
-
- The to compare with this instance.
-
- true if the specified is equal to this instance; otherwise, false.
-
-
-
-
- Returns a hash code for this instance.
-
-
- A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
-
-
-
-
- Gets the with the specified key.
-
-
-
-
-
- Represents a JSON object.
-
-
-
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class from another object.
-
- A object to copy from.
-
-
-
- Initializes a new instance of the class with the specified content.
-
- The contents of the object.
-
-
-
- Initializes a new instance of the class with the specified content.
-
- The contents of the object.
-
-
-
- Gets an of this object's properties.
-
- An of this object's properties.
-
-
-
- Gets a the specified name.
-
- The property name.
- A with the specified name or null.
-
-
-
- Gets an of this object's property values.
-
- An of this object's property values.
-
-
-
- Loads an from a .
-
- A that will be read for the content of the .
- A that contains the JSON that was read from the specified .
-
-
-
- Load a from a string that contains JSON.
-
- A that contains JSON.
- A populated from the string that contains JSON.
-
-
-
-
-
-
- Creates a from an object.
-
- The object that will be used to create .
- A with the values of the specified object
-
-
-
- Creates a from an object.
-
- The object that will be used to create .
- The that will be used to read the object.
- A with the values of the specified object
-
-
-
- Writes this token to a .
-
- A into which this method will write.
- A collection of which will be used when writing the token.
-
-
-
- Gets the with the specified property name.
-
- Name of the property.
- The with the specified property name.
-
-
-
- Gets the with the specified property name.
- The exact property name will be searched for first and if no matching property is found then
- the will be used to match a property.
-
- Name of the property.
- One of the enumeration values that specifies how the strings will be compared.
- The with the specified property name.
-
-
-
- Tries to get the with the specified property name.
- The exact property name will be searched for first and if no matching property is found then
- the will be used to match a property.
-
- Name of the property.
- The value.
- One of the enumeration values that specifies how the strings will be compared.
- true if a value was successfully retrieved; otherwise, false.
-
-
-
- Adds the specified property name.
-
- Name of the property.
- The value.
-
-
-
- Removes the property with the specified name.
-
- Name of the property.
- true if item was successfully removed; otherwise, false.
-
-
-
- Tries the get value.
-
- Name of the property.
- The value.
- true if a value was successfully retrieved; otherwise, false.
-
-
-
- Returns an enumerator that iterates through the collection.
-
-
- A that can be used to iterate through the collection.
-
-
-
-
- Raises the event with the provided arguments.
-
- Name of the property.
-
-
-
- Gets the container's children tokens.
-
- The container's children tokens.
-
-
-
- Occurs when a property value changes.
-
-
-
-
- Gets the node type for this .
-
- The type.
-
-
-
- Gets the with the specified key.
-
- The with the specified key.
-
-
-
- Gets or sets the with the specified property name.
-
-
-
-
-
- Represents a JSON property.
-
-
-
-
- Initializes a new instance of the class from another object.
-
- A object to copy from.
-
-
-
- Initializes a new instance of the class.
-
- The property name.
- The property content.
-
-
-
- Initializes a new instance of the class.
-
- The property name.
- The property content.
-
-
-
- Writes this token to a .
-
- A into which this method will write.
- A collection of which will be used when writing the token.
-
-
-
- Loads an from a .
-
- A that will be read for the content of the .
- A that contains the JSON that was read from the specified .
-
-
-
- Gets the container's children tokens.
-
- The container's children tokens.
-
-
-
- Gets the property name.
-
- The property name.
-
-
-
- Gets or sets the property value.
-
- The property value.
-
-
-
- Gets the node type for this .
-
- The type.
-
-
-
- Represents a raw JSON string.
-
-
-
-
- Represents a value in JSON (string, integer, date, etc).
-
-
-
-
- Initializes a new instance of the class from another object.
-
- A object to copy from.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Creates a comment with the given value.
-
- The value.
- A comment with the given value.
-
-
-
- Creates a string with the given value.
-
- The value.
- A string with the given value.
-
-
-
- Writes this token to a .
-
- A into which this method will write.
- A collection of which will be used when writing the token.
-
-
-
- Indicates whether the current object is equal to another object of the same type.
-
-
- true if the current object is equal to the parameter; otherwise, false.
-
- An object to compare with this object.
-
-
-
- Determines whether the specified is equal to the current .
-
- The to compare with the current .
-
- true if the specified is equal to the current ; otherwise, false.
-
-
- The parameter is null.
-
-
-
-
- Serves as a hash function for a particular type.
-
-
- A hash code for the current .
-
-
-
-
- Returns a that represents this instance.
-
-
- A that represents this instance.
-
-
-
-
- Returns a that represents this instance.
-
- The format.
-
- A that represents this instance.
-
-
-
-
- Returns a that represents this instance.
-
- The format provider.
-
- A that represents this instance.
-
-
-
-
- Returns a that represents this instance.
-
- The format.
- The format provider.
-
- A that represents this instance.
-
-
-
-
- Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
-
- An object to compare with this instance.
-
- A 32-bit signed integer that indicates the relative order of the objects being compared. The return value has these meanings:
- Value
- Meaning
- Less than zero
- This instance is less than .
- Zero
- This instance is equal to .
- Greater than zero
- This instance is greater than .
-
-
- is not the same type as this instance.
-
-
-
-
- Gets a value indicating whether this token has child tokens.
-
-
- true if this token has child values; otherwise, false.
-
-
-
-
- Gets the node type for this .
-
- The type.
-
-
-
- Gets or sets the underlying token value.
-
- The underlying token value.
-
-
-
- Initializes a new instance of the class from another object.
-
- A object to copy from.
-
-
-
- Initializes a new instance of the class.
-
- The raw json.
-
-
-
- Creates an instance of with the content of the reader's current token.
-
- The reader.
- An instance of with the content of the reader's current token.
-
-
-
- Compares tokens to determine whether they are equal.
-
-
-
-
- Determines whether the specified objects are equal.
-
- The first object of type to compare.
- The second object of type to compare.
-
- true if the specified objects are equal; otherwise, false.
-
-
-
-
- Returns a hash code for the specified object.
-
- The for which a hash code is to be returned.
- A hash code for the specified object.
- The type of is a reference type and is null.
-
-
-
- Represents a reader that provides fast, non-cached, forward-only access to serialized Json data.
-
-
-
-
- Initializes a new instance of the class.
-
- The token to read from.
-
-
-
- Reads the next JSON token from the stream as a .
-
-
- A or a null reference if the next JSON token is null. This method will return null at the end of an array.
-
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream.
-
-
- true if the next token was read successfully; false if there are no more tokens to read.
-
-
-
-
- Gets the path of the current JSON token.
-
-
-
-
- Specifies the type of token.
-
-
-
-
- No token type has been set.
-
-
-
-
- A JSON object.
-
-
-
-
- A JSON array.
-
-
-
-
- A JSON constructor.
-
-
-
-
- A JSON object property.
-
-
-
-
- A comment.
-
-
-
-
- An integer value.
-
-
-
-
- A float value.
-
-
-
-
- A string value.
-
-
-
-
- A boolean value.
-
-
-
-
- A null value.
-
-
-
-
- An undefined value.
-
-
-
-
- A date value.
-
-
-
-
- A raw JSON value.
-
-
-
-
- A collection of bytes value.
-
-
-
-
- A Guid value.
-
-
-
-
- A Uri value.
-
-
-
-
- A TimeSpan value.
-
-
-
-
- Represents a writer that provides a fast, non-cached, forward-only way of generating Json data.
-
-
-
-
- Initializes a new instance of the class writing to the given .
-
- The container being written to.
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
-
-
-
-
- Closes this stream and the underlying stream.
-
-
-
-
- Writes the beginning of a Json object.
-
-
-
-
- Writes the beginning of a Json array.
-
-
-
-
- Writes the start of a constructor with the given name.
-
- The name of the constructor.
-
-
-
- Writes the end.
-
- The token.
-
-
-
- Writes the property name of a name/value pair on a Json object.
-
- The name of the property.
-
-
-
- Writes a value.
- An error will raised if the value cannot be written as a single JSON token.
-
- The value to write.
-
-
-
- Writes a null value.
-
-
-
-
- Writes an undefined value.
-
-
-
-
- Writes raw JSON.
-
- The raw JSON to write.
-
-
-
- Writes out a comment /*...*/ containing the specified text.
-
- Text to place inside the comment.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Gets the token being writen.
-
- The token being writen.
-
-
-
- Specifies the member serialization options for the .
-
-
-
-
- All public members are serialized by default. Members can be excluded using or .
- This is the default member serialization mode.
-
-
-
-
- Only members must be marked with or are serialized.
- This member serialization mode can also be set by marking the class with .
-
-
-
-
- All public and private fields are serialized. Members can be excluded using or .
- This member serialization mode can also be set by marking the class with
- and setting IgnoreSerializableAttribute on to false.
-
-
-
-
- Specifies metadata property handling options for the .
-
-
-
-
- Read metadata properties located at the start of a JSON object.
-
-
-
-
- Read metadata properties located anywhere in a JSON object. Note that this setting will impact performance.
-
-
-
-
- Specifies missing member handling options for the .
-
-
-
-
- Ignore a missing member and do not attempt to deserialize it.
-
-
-
-
- Throw a when a missing member is encountered during deserialization.
-
-
-
-
- Specifies null value handling options for the .
-
-
-
-
-
-
-
-
- Include null values when serializing and deserializing objects.
-
-
-
-
- Ignore null values when serializing and deserializing objects.
-
-
-
-
- Specifies how object creation is handled by the .
-
-
-
-
- Reuse existing objects, create new objects when needed.
-
-
-
-
- Only reuse existing objects.
-
-
-
-
- Always create new objects.
-
-
-
-
- Specifies reference handling options for the .
- Note that references cannot be preserved when a value is set via a non-default constructor such as types that implement ISerializable.
-
-
-
-
-
-
-
- Do not preserve references when serializing types.
-
-
-
-
- Preserve references when serializing into a JSON object structure.
-
-
-
-
- Preserve references when serializing into a JSON array structure.
-
-
-
-
- Preserve references when serializing.
-
-
-
-
- Specifies reference loop handling options for the .
-
-
-
-
- Throw a when a loop is encountered.
-
-
-
-
- Ignore loop references and do not serialize.
-
-
-
-
- Serialize loop references.
-
-
-
-
- Indicating whether a property is required.
-
-
-
-
- The property is not required. The default state.
-
-
-
-
- The property must be defined in JSON but can be a null value.
-
-
-
-
- The property must be defined in JSON and cannot be a null value.
-
-
-
-
- Contains the JSON schema extension methods.
-
-
-
-
- Determines whether the is valid.
-
- The source to test.
- The schema to test with.
-
- true if the specified is valid; otherwise, false.
-
-
-
-
- Determines whether the is valid.
-
- The source to test.
- The schema to test with.
- When this method returns, contains any error messages generated while validating.
-
- true if the specified is valid; otherwise, false.
-
-
-
-
- Validates the specified .
-
- The source to test.
- The schema to test with.
-
-
-
- Validates the specified .
-
- The source to test.
- The schema to test with.
- The validation event handler.
-
-
-
- An in-memory representation of a JSON Schema.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Reads a from the specified .
-
- The containing the JSON Schema to read.
- The object representing the JSON Schema.
-
-
-
- Reads a from the specified .
-
- The containing the JSON Schema to read.
- The to use when resolving schema references.
- The object representing the JSON Schema.
-
-
-
- Load a from a string that contains schema JSON.
-
- A that contains JSON.
- A populated from the string that contains JSON.
-
-
-
- Parses the specified json.
-
- The json.
- The resolver.
- A populated from the string that contains JSON.
-
-
-
- Writes this schema to a .
-
- A into which this method will write.
-
-
-
- Writes this schema to a using the specified .
-
- A into which this method will write.
- The resolver used.
-
-
-
- Returns a that represents the current .
-
-
- A that represents the current .
-
-
-
-
- Gets or sets the id.
-
-
-
-
- Gets or sets the title.
-
-
-
-
- Gets or sets whether the object is required.
-
-
-
-
- Gets or sets whether the object is read only.
-
-
-
-
- Gets or sets whether the object is visible to users.
-
-
-
-
- Gets or sets whether the object is transient.
-
-
-
-
- Gets or sets the description of the object.
-
-
-
-
- Gets or sets the types of values allowed by the object.
-
- The type.
-
-
-
- Gets or sets the pattern.
-
- The pattern.
-
-
-
- Gets or sets the minimum length.
-
- The minimum length.
-
-
-
- Gets or sets the maximum length.
-
- The maximum length.
-
-
-
- Gets or sets a number that the value should be divisble by.
-
- A number that the value should be divisble by.
-
-
-
- Gets or sets the minimum.
-
- The minimum.
-
-
-
- Gets or sets the maximum.
-
- The maximum.
-
-
-
- Gets or sets a flag indicating whether the value can not equal the number defined by the "minimum" attribute.
-
- A flag indicating whether the value can not equal the number defined by the "minimum" attribute.
-
-
-
- Gets or sets a flag indicating whether the value can not equal the number defined by the "maximum" attribute.
-
- A flag indicating whether the value can not equal the number defined by the "maximum" attribute.
-
-
-
- Gets or sets the minimum number of items.
-
- The minimum number of items.
-
-
-
- Gets or sets the maximum number of items.
-
- The maximum number of items.
-
-
-
- Gets or sets the of items.
-
- The of items.
-
-
-
- Gets or sets a value indicating whether items in an array are validated using the instance at their array position from .
-
-
- true if items are validated using their array position; otherwise, false.
-
-
-
-
- Gets or sets the of additional items.
-
- The of additional items.
-
-
-
- Gets or sets a value indicating whether additional items are allowed.
-
-
- true if additional items are allowed; otherwise, false.
-
-
-
-
- Gets or sets whether the array items must be unique.
-
-
-
-
- Gets or sets the of properties.
-
- The of properties.
-
-
-
- Gets or sets the of additional properties.
-
- The of additional properties.
-
-
-
- Gets or sets the pattern properties.
-
- The pattern properties.
-
-
-
- Gets or sets a value indicating whether additional properties are allowed.
-
-
- true if additional properties are allowed; otherwise, false.
-
-
-
-
- Gets or sets the required property if this property is present.
-
- The required property if this property is present.
-
-
-
- Gets or sets the a collection of valid enum values allowed.
-
- A collection of valid enum values allowed.
-
-
-
- Gets or sets disallowed types.
-
- The disallow types.
-
-
-
- Gets or sets the default value.
-
- The default value.
-
-
-
- Gets or sets the collection of that this schema extends.
-
- The collection of that this schema extends.
-
-
-
- Gets or sets the format.
-
- The format.
-
-
-
- Returns detailed information about the schema exception.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class
- with a specified error message.
-
- The error message that explains the reason for the exception.
-
-
-
- Initializes a new instance of the class
- with a specified error message and a reference to the inner exception that is the cause of this exception.
-
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
-
-
-
- Gets the line number indicating where the error occurred.
-
- The line number indicating where the error occurred.
-
-
-
- Gets the line position indicating where the error occurred.
-
- The line position indicating where the error occurred.
-
-
-
- Gets the path to the JSON where the error occurred.
-
- The path to the JSON where the error occurred.
-
-
-
- Generates a from a specified .
-
-
-
-
- Generate a from the specified type.
-
- The type to generate a from.
- A generated from the specified type.
-
-
-
- Generate a from the specified type.
-
- The type to generate a from.
- The used to resolve schema references.
- A generated from the specified type.
-
-
-
- Generate a from the specified type.
-
- The type to generate a from.
- Specify whether the generated root will be nullable.
- A generated from the specified type.
-
-
-
- Generate a from the specified type.
-
- The type to generate a from.
- The used to resolve schema references.
- Specify whether the generated root will be nullable.
- A generated from the specified type.
-
-
-
- Gets or sets how undefined schemas are handled by the serializer.
-
-
-
-
- Gets or sets the contract resolver.
-
- The contract resolver.
-
-
-
- Resolves from an id.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Gets a for the specified reference.
-
- The id.
- A for the specified reference.
-
-
-
- Gets or sets the loaded schemas.
-
- The loaded schemas.
-
-
-
- The value types allowed by the .
-
-
-
-
- No type specified.
-
-
-
-
- String type.
-
-
-
-
- Float type.
-
-
-
-
- Integer type.
-
-
-
-
- Boolean type.
-
-
-
-
- Object type.
-
-
-
-
- Array type.
-
-
-
-
- Null type.
-
-
-
-
- Any type.
-
-
-
-
- Specifies undefined schema Id handling options for the .
-
-
-
-
- Do not infer a schema Id.
-
-
-
-
- Use the .NET type name as the schema Id.
-
-
-
-
- Use the assembly qualified .NET type name as the schema Id.
-
-
-
-
- Returns detailed information related to the .
-
-
-
-
- Gets the associated with the validation error.
-
- The JsonSchemaException associated with the validation error.
-
-
-
- Gets the path of the JSON location where the validation error occurred.
-
- The path of the JSON location where the validation error occurred.
-
-
-
- Gets the text description corresponding to the validation error.
-
- The text description.
-
-
-
- Represents the callback method that will handle JSON schema validation events and the .
-
-
-
-
- Allows users to control class loading and mandate what class to load.
-
-
-
-
- When overridden in a derived class, controls the binding of a serialized object to a type.
-
- Specifies the name of the serialized object.
- Specifies the name of the serialized object
- The type of the object the formatter creates a new instance of.
-
-
-
- When overridden in a derived class, controls the binding of a serialized object to a type.
-
- The type of the object the formatter creates a new instance of.
- Specifies the name of the serialized object.
- Specifies the name of the serialized object.
-
-
-
- Resolves member mappings for a type, camel casing property names.
-
-
-
-
- Used by to resolves a for a given .
-
-
-
-
- Used by to resolves a for a given .
-
-
-
-
-
-
-
-
- Resolves the contract for a given type.
-
- The type to resolve a contract for.
- The contract for a given type.
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
-
- If set to true the will use a cached shared with other resolvers of the same type.
- Sharing the cache will significantly performance because expensive reflection will only happen once but could cause unexpected
- behavior if different instances of the resolver are suppose to produce different results. When set to false it is highly
- recommended to reuse instances with the .
-
-
-
-
- Resolves the contract for a given type.
-
- The type to resolve a contract for.
- The contract for a given type.
-
-
-
- Gets the serializable members for the type.
-
- The type to get serializable members for.
- The serializable members for the type.
-
-
-
- Creates a for the given type.
-
- Type of the object.
- A for the given type.
-
-
-
- Creates the constructor parameters.
-
- The constructor to create properties for.
- The type's member properties.
- Properties for the given .
-
-
-
- Creates a for the given .
-
- The matching member property.
- The constructor parameter.
- A created for the given .
-
-
-
- Resolves the default for the contract.
-
- Type of the object.
- The contract's default .
-
-
-
- Creates a for the given type.
-
- Type of the object.
- A for the given type.
-
-
-
- Creates a for the given type.
-
- Type of the object.
- A for the given type.
-
-
-
- Creates a for the given type.
-
- Type of the object.
- A for the given type.
-
-
-
- Creates a for the given type.
-
- Type of the object.
- A for the given type.
-
-
-
- Creates a for the given type.
-
- Type of the object.
- A for the given type.
-
-
-
- Determines which contract type is created for the given type.
-
- Type of the object.
- A for the given type.
-
-
-
- Creates properties for the given .
-
- The type to create properties for.
- /// The member serialization mode for the type.
- Properties for the given .
-
-
-
- Creates the used by the serializer to get and set values from a member.
-
- The member.
- The used by the serializer to get and set values from a member.
-
-
-
- Creates a for the given .
-
- The member's parent .
- The member to create a for.
- A created for the given .
-
-
-
- Resolves the name of the property.
-
- Name of the property.
- Name of the property.
-
-
-
- Gets the resolved name of the property.
-
- Name of the property.
- Name of the property.
-
-
-
- Gets a value indicating whether members are being get and set using dynamic code generation.
- This value is determined by the runtime permissions available.
-
-
- true if using dynamic code generation; otherwise, false.
-
-
-
-
- Gets or sets the default members search flags.
-
- The default members search flags.
-
-
-
- Gets or sets a value indicating whether compiler generated members should be serialized.
-
-
- true if serialized compiler generated members; otherwise, false.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Resolves the name of the property.
-
- Name of the property.
- The property name camel cased.
-
-
-
- Used to resolve references when serializing and deserializing JSON by the .
-
-
-
-
- Resolves a reference to its object.
-
- The serialization context.
- The reference to resolve.
- The object that
-
-
-
- Gets the reference for the sepecified object.
-
- The serialization context.
- The object to get a reference for.
- The reference to the object.
-
-
-
- Determines whether the specified object is referenced.
-
- The serialization context.
- The object to test for a reference.
-
- true if the specified object is referenced; otherwise, false.
-
-
-
-
- Adds a reference to the specified object.
-
- The serialization context.
- The reference.
- The object to reference.
-
-
-
- The default serialization binder used when resolving and loading classes from type names.
-
-
-
-
- When overridden in a derived class, controls the binding of a serialized object to a type.
-
- Specifies the name of the serialized object.
- Specifies the name of the serialized object.
-
- The type of the object the formatter creates a new instance of.
-
-
-
-
- When overridden in a derived class, controls the binding of a serialized object to a type.
-
- The type of the object the formatter creates a new instance of.
- Specifies the name of the serialized object.
- Specifies the name of the serialized object.
-
-
-
- Provides information surrounding an error.
-
-
-
-
- Gets the error.
-
- The error.
-
-
-
- Gets the original object that caused the error.
-
- The original object that caused the error.
-
-
-
- Gets the member that caused the error.
-
- The member that caused the error.
-
-
-
- Gets the path of the JSON location where the error occurred.
-
- The path of the JSON location where the error occurred.
-
-
-
- Gets or sets a value indicating whether this is handled.
-
- true if handled; otherwise, false.
-
-
-
- Provides data for the Error event.
-
-
-
-
- Initializes a new instance of the class.
-
- The current object.
- The error context.
-
-
-
- Gets the current object the error event is being raised against.
-
- The current object the error event is being raised against.
-
-
-
- Gets the error context.
-
- The error context.
-
-
-
- Represents a trace writer.
-
-
-
-
- Writes the specified trace level, message and optional exception.
-
- The at which to write this trace.
- The trace message.
- The trace exception. This parameter is optional.
-
-
-
- Gets the that will be used to filter the trace messages passed to the writer.
- For example a filter level of Info will exclude Verbose messages and include Info,
- Warning and Error messages.
-
- The that will be used to filter the trace messages passed to the writer.
-
-
-
- Provides methods to get and set values.
-
-
-
-
- Sets the value.
-
- The target to set the value on.
- The value to set on the target.
-
-
-
- Gets the value.
-
- The target to get the value from.
- The value.
-
-
-
- Contract details for a used by the .
-
-
-
-
- Contract details for a used by the .
-
-
-
-
- Contract details for a used by the .
-
-
-
-
- Gets the underlying type for the contract.
-
- The underlying type for the contract.
-
-
-
- Gets or sets the type created during deserialization.
-
- The type created during deserialization.
-
-
-
- Gets or sets whether this type contract is serialized as a reference.
-
- Whether this type contract is serialized as a reference.
-
-
-
- Gets or sets the default for this contract.
-
- The converter.
-
-
-
- Gets or sets all methods called immediately after deserialization of the object.
-
- The methods called immediately after deserialization of the object.
-
-
-
- Gets or sets all methods called during deserialization of the object.
-
- The methods called during deserialization of the object.
-
-
-
- Gets or sets all methods called after serialization of the object graph.
-
- The methods called after serialization of the object graph.
-
-
-
- Gets or sets all methods called before serialization of the object.
-
- The methods called before serialization of the object.
-
-
-
- Gets or sets all method called when an error is thrown during the serialization of the object.
-
- The methods called when an error is thrown during the serialization of the object.
-
-
-
- Gets or sets the method called immediately after deserialization of the object.
-
- The method called immediately after deserialization of the object.
-
-
-
- Gets or sets the method called during deserialization of the object.
-
- The method called during deserialization of the object.
-
-
-
- Gets or sets the method called after serialization of the object graph.
-
- The method called after serialization of the object graph.
-
-
-
- Gets or sets the method called before serialization of the object.
-
- The method called before serialization of the object.
-
-
-
- Gets or sets the method called when an error is thrown during the serialization of the object.
-
- The method called when an error is thrown during the serialization of the object.
-
-
-
- Gets or sets the default creator method used to create the object.
-
- The default creator method used to create the object.
-
-
-
- Gets or sets a value indicating whether the default creator is non public.
-
- true if the default object creator is non-public; otherwise, false.
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Gets or sets the default collection items .
-
- The converter.
-
-
-
- Gets or sets a value indicating whether the collection items preserve object references.
-
- true if collection items preserve object references; otherwise, false.
-
-
-
- Gets or sets the collection item reference loop handling.
-
- The reference loop handling.
-
-
-
- Gets or sets the collection item type name handling.
-
- The type name handling.
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Gets the of the collection items.
-
- The of the collection items.
-
-
-
- Gets a value indicating whether the collection type is a multidimensional array.
-
- true if the collection type is a multidimensional array; otherwise, false.
-
-
-
- Handles serialization callback events.
-
- The object that raised the callback event.
- The streaming context.
-
-
-
- Handles serialization error callback events.
-
- The object that raised the callback event.
- The streaming context.
- The error context.
-
-
-
- Sets extension data for an object during deserialization.
-
- The object to set extension data on.
- The extension data key.
- The extension data value.
-
-
-
- Gets extension data for an object during serialization.
-
- The object to set extension data on.
-
-
-
- Contract details for a used by the .
-
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Gets or sets the property name resolver.
-
- The property name resolver.
-
-
-
- Gets the of the dictionary keys.
-
- The of the dictionary keys.
-
-
-
- Gets the of the dictionary values.
-
- The of the dictionary values.
-
-
-
- Contract details for a used by the .
-
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Contract details for a used by the .
-
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Gets or sets the object member serialization.
-
- The member object serialization.
-
-
-
- Gets or sets a value that indicates whether the object's properties are required.
-
-
- A value indicating whether the object's properties are required.
-
-
-
-
- Gets the object's properties.
-
- The object's properties.
-
-
-
- Gets the constructor parameters required for any non-default constructor
-
-
-
-
- Gets or sets the override constructor used to create the object.
- This is set when a constructor is marked up using the
- JsonConstructor attribute.
-
- The override constructor.
-
-
-
- Gets or sets the parametrized constructor used to create the object.
-
- The parametrized constructor.
-
-
-
- Gets or sets the extension data setter.
-
-
-
-
- Gets or sets the extension data getter.
-
-
-
-
- Contract details for a used by the .
-
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Maps a JSON property to a .NET member or constructor parameter.
-
-
-
-
- Returns a that represents this instance.
-
-
- A that represents this instance.
-
-
-
-
- Gets or sets the name of the property.
-
- The name of the property.
-
-
-
- Gets or sets the type that declared this property.
-
- The type that declared this property.
-
-
-
- Gets or sets the order of serialization and deserialization of a member.
-
- The numeric order of serialization or deserialization.
-
-
-
- Gets or sets the name of the underlying member or parameter.
-
- The name of the underlying member or parameter.
-
-
-
- Gets the that will get and set the during serialization.
-
- The that will get and set the during serialization.
-
-
-
- Gets or sets the type of the property.
-
- The type of the property.
-
-
-
- Gets or sets the for the property.
- If set this converter takes presidence over the contract converter for the property type.
-
- The converter.
-
-
-
- Gets or sets the member converter.
-
- The member converter.
-
-
-
- Gets or sets a value indicating whether this is ignored.
-
- true if ignored; otherwise, false.
-
-
-
- Gets or sets a value indicating whether this is readable.
-
- true if readable; otherwise, false.
-
-
-
- Gets or sets a value indicating whether this is writable.
-
- true if writable; otherwise, false.
-
-
-
- Gets or sets a value indicating whether this has a member attribute.
-
- true if has a member attribute; otherwise, false.
-
-
-
- Gets the default value.
-
- The default value.
-
-
-
- Gets or sets a value indicating whether this is required.
-
- A value indicating whether this is required.
-
-
-
- Gets or sets a value indicating whether this property preserves object references.
-
-
- true if this instance is reference; otherwise, false.
-
-
-
-
- Gets or sets the property null value handling.
-
- The null value handling.
-
-
-
- Gets or sets the property default value handling.
-
- The default value handling.
-
-
-
- Gets or sets the property reference loop handling.
-
- The reference loop handling.
-
-
-
- Gets or sets the property object creation handling.
-
- The object creation handling.
-
-
-
- Gets or sets or sets the type name handling.
-
- The type name handling.
-
-
-
- Gets or sets a predicate used to determine whether the property should be serialize.
-
- A predicate used to determine whether the property should be serialize.
-
-
-
- Gets or sets a predicate used to determine whether the property should be serialized.
-
- A predicate used to determine whether the property should be serialized.
-
-
-
- Gets or sets an action used to set whether the property has been deserialized.
-
- An action used to set whether the property has been deserialized.
-
-
-
- Gets or sets the converter used when serializing the property's collection items.
-
- The collection's items converter.
-
-
-
- Gets or sets whether this property's collection items are serialized as a reference.
-
- Whether this property's collection items are serialized as a reference.
-
-
-
- Gets or sets the the type name handling used when serializing the property's collection items.
-
- The collection's items type name handling.
-
-
-
- Gets or sets the the reference loop handling used when serializing the property's collection items.
-
- The collection's items reference loop handling.
-
-
-
- A collection of objects.
-
-
-
-
- Initializes a new instance of the class.
-
- The type.
-
-
-
- When implemented in a derived class, extracts the key from the specified element.
-
- The element from which to extract the key.
- The key for the specified element.
-
-
-
- Adds a object.
-
- The property to add to the collection.
-
-
-
- Gets the closest matching object.
- First attempts to get an exact case match of propertyName and then
- a case insensitive match.
-
- Name of the property.
- A matching property if found.
-
-
-
- Gets a property by property name.
-
- The name of the property to get.
- Type property name string comparison.
- A matching property if found.
-
-
-
- Contract details for a used by the .
-
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Represents a trace writer that writes to memory. When the trace message limit is
- reached then old trace messages will be removed as new messages are added.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Writes the specified trace level, message and optional exception.
-
- The at which to write this trace.
- The trace message.
- The trace exception. This parameter is optional.
-
-
-
- Returns an enumeration of the most recent trace messages.
-
- An enumeration of the most recent trace messages.
-
-
-
- Returns a of the most recent trace messages.
-
-
- A of the most recent trace messages.
-
-
-
-
- Gets the that will be used to filter the trace messages passed to the writer.
- For example a filter level of Info will exclude Verbose messages and include Info,
- Warning and Error messages.
-
-
- The that will be used to filter the trace messages passed to the writer.
-
-
-
-
- Represents a method that constructs an object.
-
- The object type to create.
-
-
-
- When applied to a method, specifies that the method is called when an error occurs serializing an object.
-
-
-
-
- Get and set values for a using reflection.
-
-
-
-
- Initializes a new instance of the class.
-
- The member info.
-
-
-
- Sets the value.
-
- The target to set the value on.
- The value to set on the target.
-
-
-
- Gets the value.
-
- The target to get the value from.
- The value.
-
-
-
- Specifies how strings are escaped when writing JSON text.
-
-
-
-
- Only control characters (e.g. newline) are escaped.
-
-
-
-
- All non-ASCII and control characters (e.g. newline) are escaped.
-
-
-
-
- HTML (<, >, &, ', ") and control characters (e.g. newline) are escaped.
-
-
-
-
- Specifies what messages to output for the class.
-
-
-
-
- Output no tracing and debugging messages.
-
-
-
-
- Output error-handling messages.
-
-
-
-
- Output warnings and error-handling messages.
-
-
-
-
- Output informational messages, warnings, and error-handling messages.
-
-
-
-
- Output all debugging and tracing messages.
-
-
-
-
- Specifies type name handling options for the .
-
-
-
-
- Do not include the .NET type name when serializing types.
-
-
-
-
- Include the .NET type name when serializing into a JSON object structure.
-
-
-
-
- Include the .NET type name when serializing into a JSON array structure.
-
-
-
-
- Always include the .NET type name when serializing.
-
-
-
-
- Include the .NET type name when the type of the object being serialized is not the same as its declared type.
-
-
-
-
- Determines whether the collection is null or empty.
-
- The collection.
-
- true if the collection is null or empty; otherwise, false.
-
-
-
-
- Adds the elements of the specified collection to the specified generic IList.
-
- The list to add to.
- The collection of elements to add.
-
-
-
- Returns the index of the first occurrence in a sequence by using a specified IEqualityComparer.
-
- The type of the elements of source.
- A sequence in which to locate a value.
- The object to locate in the sequence
- An equality comparer to compare values.
- The zero-based index of the first occurrence of value within the entire sequence, if found; otherwise, –1.
-
-
-
- Converts the value to the specified type. If the value is unable to be converted, the
- value is checked whether it assignable to the specified type.
-
- The value to convert.
- The culture to use when converting.
- The type to convert or cast the value to.
-
- The converted type. If conversion was unsuccessful, the initial value
- is returned if assignable to the target type.
-
-
-
-
- Gets a dictionary of the names and values of an Enum type.
-
-
-
-
-
- Gets a dictionary of the names and values of an Enum type.
-
- The enum type to get names and values for.
-
-
-
-
- Gets the type of the typed collection's items.
-
- The type.
- The type of the typed collection's items.
-
-
-
- Gets the member's underlying type.
-
- The member.
- The underlying type of the member.
-
-
-
- Determines whether the member is an indexed property.
-
- The member.
-
- true if the member is an indexed property; otherwise, false.
-
-
-
-
- Determines whether the property is an indexed property.
-
- The property.
-
- true if the property is an indexed property; otherwise, false.
-
-
-
-
- Gets the member's value on the object.
-
- The member.
- The target object.
- The member's value on the object.
-
-
-
- Sets the member's value on the target object.
-
- The member.
- The target.
- The value.
-
-
-
- Determines whether the specified MemberInfo can be read.
-
- The MemberInfo to determine whether can be read.
- /// if set to true then allow the member to be gotten non-publicly.
-
- true if the specified MemberInfo can be read; otherwise, false.
-
-
-
-
- Determines whether the specified MemberInfo can be set.
-
- The MemberInfo to determine whether can be set.
- if set to true then allow the member to be set non-publicly.
- if set to true then allow the member to be set if read-only.
-
- true if the specified MemberInfo can be set; otherwise, false.
-
-
-
-
- Builds a string. Unlike StringBuilder this class lets you reuse it's internal buffer.
-
-
-
-
- Determines whether the string is all white space. Empty string will return false.
-
- The string to test whether it is all white space.
-
- true if the string is all white space; otherwise, false.
-
-
-
-
- Nulls an empty string.
-
- The string.
- Null if the string was null, otherwise the string unchanged.
-
-
-
- Specifies the state of the .
-
-
-
-
- An exception has been thrown, which has left the in an invalid state.
- You may call the method to put the in the Closed state.
- Any other method calls results in an being thrown.
-
-
-
-
- The method has been called.
-
-
-
-
- An object is being written.
-
-
-
-
- A array is being written.
-
-
-
-
- A constructor is being written.
-
-
-
-
- A property is being written.
-
-
-
-
- A write method has not been called.
-
-
-
-
diff --git a/packages/Newtonsoft.Json.6.0.3/lib/portable-net45+wp80+win8+wpa81/Newtonsoft.Json.dll b/packages/Newtonsoft.Json.6.0.3/lib/portable-net45+wp80+win8+wpa81/Newtonsoft.Json.dll
deleted file mode 100644
index 28bec35..0000000
Binary files a/packages/Newtonsoft.Json.6.0.3/lib/portable-net45+wp80+win8+wpa81/Newtonsoft.Json.dll and /dev/null differ
diff --git a/packages/Newtonsoft.Json.6.0.3/lib/portable-net45+wp80+win8+wpa81/Newtonsoft.Json.xml b/packages/Newtonsoft.Json.6.0.3/lib/portable-net45+wp80+win8+wpa81/Newtonsoft.Json.xml
deleted file mode 100644
index ced48bf..0000000
--- a/packages/Newtonsoft.Json.6.0.3/lib/portable-net45+wp80+win8+wpa81/Newtonsoft.Json.xml
+++ /dev/null
@@ -1,8013 +0,0 @@
-
-
-
- Newtonsoft.Json
-
-
-
-
- Represents a BSON Oid (object id).
-
-
-
-
- Initializes a new instance of the class.
-
- The Oid value.
-
-
-
- Gets or sets the value of the Oid.
-
- The value of the Oid.
-
-
-
- Represents a reader that provides fast, non-cached, forward-only access to serialized Json data.
-
-
-
-
- Represents a reader that provides fast, non-cached, forward-only access to serialized Json data.
-
-
-
-
- Initializes a new instance of the class with the specified .
-
-
-
-
- Reads the next JSON token from the stream.
-
- true if the next token was read successfully; false if there are no more tokens to read.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A or a null reference if the next JSON token is null. This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Skips the children of the current token.
-
-
-
-
- Sets the current token.
-
- The new token.
-
-
-
- Sets the current token and value.
-
- The new token.
- The value.
-
-
-
- Sets the state based on current token type.
-
-
-
-
- Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
-
-
-
-
- Releases unmanaged and - optionally - managed resources
-
- true to release both managed and unmanaged resources; false to release only unmanaged resources.
-
-
-
- Changes the to Closed.
-
-
-
-
- Gets the current reader state.
-
- The current reader state.
-
-
-
- Gets or sets a value indicating whether the underlying stream or
- should be closed when the reader is closed.
-
-
- true to close the underlying stream or when
- the reader is closed; otherwise false. The default is true.
-
-
-
-
- Gets or sets a value indicating whether multiple pieces of JSON content can
- be read from a continuous stream without erroring.
-
-
- true to support reading multiple pieces of JSON content; otherwise false. The default is false.
-
-
-
-
- Gets the quotation mark character used to enclose the value of a string.
-
-
-
-
- Get or set how time zones are handling when reading JSON.
-
-
-
-
- Get or set how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON.
-
-
-
-
- Get or set how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
-
-
-
-
- Get or set how custom date formatted strings are parsed when reading JSON.
-
-
-
-
- Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a .
-
-
-
-
- Gets the type of the current JSON token.
-
-
-
-
- Gets the text value of the current JSON token.
-
-
-
-
- Gets The Common Language Runtime (CLR) type for the current JSON token.
-
-
-
-
- Gets the depth of the current token in the JSON document.
-
- The depth of the current token in the JSON document.
-
-
-
- Gets the path of the current JSON token.
-
-
-
-
- Gets or sets the culture used when reading JSON. Defaults to .
-
-
-
-
- Specifies the state of the reader.
-
-
-
-
- The Read method has not been called.
-
-
-
-
- The end of the file has been reached successfully.
-
-
-
-
- Reader is at a property.
-
-
-
-
- Reader is at the start of an object.
-
-
-
-
- Reader is in an object.
-
-
-
-
- Reader is at the start of an array.
-
-
-
-
- Reader is in an array.
-
-
-
-
- The Close method has been called.
-
-
-
-
- Reader has just read a value.
-
-
-
-
- Reader is at the start of a constructor.
-
-
-
-
- Reader in a constructor.
-
-
-
-
- An error occurred that prevents the read operation from continuing.
-
-
-
-
- The end of the file has been reached successfully.
-
-
-
-
- Initializes a new instance of the class.
-
- The stream.
-
-
-
- Initializes a new instance of the class.
-
- The reader.
-
-
-
- Initializes a new instance of the class.
-
- The stream.
- if set to true the root object will be read as a JSON array.
- The used when reading values from BSON.
-
-
-
- Initializes a new instance of the class.
-
- The reader.
- if set to true the root object will be read as a JSON array.
- The used when reading values from BSON.
-
-
-
- Reads the next JSON token from the stream as a .
-
-
- A or a null reference if the next JSON token is null. This method will return null at the end of an array.
-
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
-
- A . This method will return null at the end of an array.
-
-
-
-
- Reads the next JSON token from the stream.
-
-
- true if the next token was read successfully; false if there are no more tokens to read.
-
-
-
-
- Changes the to Closed.
-
-
-
-
- Gets or sets a value indicating whether binary data reading should compatible with incorrect Json.NET 3.5 written binary.
-
-
- true if binary data reading will be compatible with incorrect Json.NET 3.5 written binary; otherwise, false.
-
-
-
-
- Gets or sets a value indicating whether the root object will be read as a JSON array.
-
-
- true if the root object will be read as a JSON array; otherwise, false.
-
-
-
-
- Gets or sets the used when reading values from BSON.
-
- The used when reading values from BSON.
-
-
-
- Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data.
-
-
-
-
- Represents a writer that provides a fast, non-cached, forward-only way of generating Json data.
-
-
-
-
- Creates an instance of the JsonWriter class.
-
-
-
-
- Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
-
-
-
-
- Closes this stream and the underlying stream.
-
-
-
-
- Writes the beginning of a Json object.
-
-
-
-
- Writes the end of a Json object.
-
-
-
-
- Writes the beginning of a Json array.
-
-
-
-
- Writes the end of an array.
-
-
-
-
- Writes the start of a constructor with the given name.
-
- The name of the constructor.
-
-
-
- Writes the end constructor.
-
-
-
-
- Writes the property name of a name/value pair on a JSON object.
-
- The name of the property.
-
-
-
- Writes the property name of a name/value pair on a JSON object.
-
- The name of the property.
- A flag to indicate whether the text should be escaped when it is written as a JSON property name.
-
-
-
- Writes the end of the current Json object or array.
-
-
-
-
- Writes the current token and its children.
-
- The to read the token from.
-
-
-
- Writes the current token.
-
- The to read the token from.
- A flag indicating whether the current token's children should be written.
-
-
-
- Writes the specified end token.
-
- The end token to write.
-
-
-
- Writes indent characters.
-
-
-
-
- Writes the JSON value delimiter.
-
-
-
-
- Writes an indent space.
-
-
-
-
- Writes a null value.
-
-
-
-
- Writes an undefined value.
-
-
-
-
- Writes raw JSON without changing the writer's state.
-
- The raw JSON to write.
-
-
-
- Writes raw JSON where a value is expected and updates the writer's state.
-
- The raw JSON to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
- An error will raised if the value cannot be written as a single JSON token.
-
- The value to write.
-
-
-
- Writes out a comment /*...*/ containing the specified text.
-
- Text to place inside the comment.
-
-
-
- Writes out the given white space.
-
- The string of white space characters.
-
-
-
- Sets the state of the JsonWriter,
-
- The JsonToken being written.
- The value being written.
-
-
-
- Gets or sets a value indicating whether the underlying stream or
- should be closed when the writer is closed.
-
-
- true to close the underlying stream or when
- the writer is closed; otherwise false. The default is true.
-
-
-
-
- Gets the top.
-
- The top.
-
-
-
- Gets the state of the writer.
-
-
-
-
- Gets the path of the writer.
-
-
-
-
- Indicates how JSON text output is formatted.
-
-
-
-
- Get or set how dates are written to JSON text.
-
-
-
-
- Get or set how time zones are handling when writing JSON text.
-
-
-
-
- Get or set how strings are escaped when writing JSON text.
-
-
-
-
- Get or set how special floating point numbers, e.g. ,
- and ,
- are written to JSON text.
-
-
-
-
- Get or set how and values are formatting when writing JSON text.
-
-
-
-
- Gets or sets the culture used when writing JSON. Defaults to .
-
-
-
-
- Initializes a new instance of the class.
-
- The stream.
-
-
-
- Initializes a new instance of the class.
-
- The writer.
-
-
-
- Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
-
-
-
-
- Writes the end.
-
- The token.
-
-
-
- Writes out a comment /*...*/ containing the specified text.
-
- Text to place inside the comment.
-
-
-
- Writes the start of a constructor with the given name.
-
- The name of the constructor.
-
-
-
- Writes raw JSON.
-
- The raw JSON to write.
-
-
-
- Writes raw JSON where a value is expected and updates the writer's state.
-
- The raw JSON to write.
-
-
-
- Writes the beginning of a Json array.
-
-
-
-
- Writes the beginning of a Json object.
-
-
-
-
- Writes the property name of a name/value pair on a Json object.
-
- The name of the property.
-
-
-
- Closes this stream and the underlying stream.
-
-
-
-
- Writes a value.
- An error will raised if the value cannot be written as a single JSON token.
-
- The value to write.
-
-
-
- Writes a null value.
-
-
-
-
- Writes an undefined value.
-
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value that represents a BSON object id.
-
- The Object ID value to write.
-
-
-
- Writes a BSON regex.
-
- The regex pattern.
- The regex options.
-
-
-
- Gets or sets the used when writing values to BSON.
- When set to no conversion will occur.
-
- The used when writing values to BSON.
-
-
-
- Specifies how constructors are used when initializing objects during deserialization by the .
-
-
-
-
- First attempt to use the public default constructor, then fall back to single paramatized constructor, then the non-public default constructor.
-
-
-
-
- Json.NET will use a non-public default constructor before falling back to a paramatized constructor.
-
-
-
-
- Converts a to and from JSON and BSON.
-
-
-
-
- Converts an object to and from JSON.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Gets the of the JSON produced by the JsonConverter.
-
- The of the JSON produced by the JsonConverter.
-
-
-
- Gets a value indicating whether this can read JSON.
-
- true if this can read JSON; otherwise, false.
-
-
-
- Gets a value indicating whether this can write JSON.
-
- true if this can write JSON; otherwise, false.
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Create a custom object
-
- The object type to convert.
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Creates an object which will then be populated by the serializer.
-
- Type of the object.
- The created object.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Gets a value indicating whether this can write JSON.
-
-
- true if this can write JSON; otherwise, false.
-
-
-
-
- Provides a base class for converting a to and from JSON.
-
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Converts a F# discriminated union type to and from JSON.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Converts an ExpandoObject to and from JSON.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Gets a value indicating whether this can write JSON.
-
-
- true if this can write JSON; otherwise, false.
-
-
-
-
- Converts a to and from the ISO 8601 date format (e.g. 2008-04-12T12:53Z).
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Gets or sets the date time styles used when converting a date to and from JSON.
-
- The date time styles used when converting a date to and from JSON.
-
-
-
- Gets or sets the date time format used when converting a date to and from JSON.
-
- The date time format used when converting a date to and from JSON.
-
-
-
- Gets or sets the culture used when converting a date to and from JSON.
-
- The culture used when converting a date to and from JSON.
-
-
-
- Converts a to and from a JavaScript date constructor (e.g. new Date(52231943)).
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing property value of the JSON that is being converted.
- The calling serializer.
- The object value.
-
-
-
- Converts a to and from JSON.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Converts a to and from JSON and BSON.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Converts an to and from its name string value.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Gets or sets a value indicating whether the written enum text should be camel case.
-
- true if the written enum text will be camel case; otherwise, false.
-
-
-
- Gets or sets a value indicating whether integer values are allowed.
-
- true if integers are allowed; otherwise, false.
-
-
-
- Converts a to and from a string (e.g. "1.2.3.4").
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing property value of the JSON that is being converted.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Converts XML to and from JSON.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The calling serializer.
- The value.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Checks if the attributeName is a namespace attribute.
-
- Attribute name to test.
- The attribute name prefix if it has one, otherwise an empty string.
- True if attribute name is for a namespace attribute, otherwise false.
-
-
-
- Determines whether this instance can convert the specified value type.
-
- Type of the value.
-
- true if this instance can convert the specified value type; otherwise, false.
-
-
-
-
- Gets or sets the name of the root element to insert when deserializing to XML if the JSON structure has produces multiple root elements.
-
- The name of the deserialize root element.
-
-
-
- Gets or sets a flag to indicate whether to write the Json.NET array attribute.
- This attribute helps preserve arrays when converting the written XML back to JSON.
-
- true if the array attibute is written to the XML; otherwise, false.
-
-
-
- Gets or sets a value indicating whether to write the root JSON object.
-
- true if the JSON root object is omitted; otherwise, false.
-
-
-
- Specifies how dates are formatted when writing JSON text.
-
-
-
-
- Dates are written in the ISO 8601 format, e.g. "2012-03-21T05:40Z".
-
-
-
-
- Dates are written in the Microsoft JSON format, e.g. "\/Date(1198908717056)\/".
-
-
-
-
- Specifies how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON text.
-
-
-
-
- Date formatted strings are not parsed to a date type and are read as strings.
-
-
-
-
- Date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed to .
-
-
-
-
- Date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed to .
-
-
-
-
- Specifies how to treat the time value when converting between string and .
-
-
-
-
- Treat as local time. If the object represents a Coordinated Universal Time (UTC), it is converted to the local time.
-
-
-
-
- Treat as a UTC. If the object represents a local time, it is converted to a UTC.
-
-
-
-
- Treat as a local time if a is being converted to a string.
- If a string is being converted to , convert to a local time if a time zone is specified.
-
-
-
-
- Time zone information should be preserved when converting.
-
-
-
-
- Specifies default value handling options for the .
-
-
-
-
-
-
-
-
- Include members where the member value is the same as the member's default value when serializing objects.
- Included members are written to JSON. Has no effect when deserializing.
-
-
-
-
- Ignore members where the member value is the same as the member's default value when serializing objects
- so that is is not written to JSON.
- This option will ignore all default values (e.g. null for objects and nullable types; 0 for integers,
- decimals and floating point numbers; and false for booleans). The default value ignored can be changed by
- placing the on the property.
-
-
-
-
- Members with a default value but no JSON will be set to their default value when deserializing.
-
-
-
-
- Ignore members where the member value is the same as the member's default value when serializing objects
- and sets members to their default value when deserializing.
-
-
-
-
- Specifies float format handling options when writing special floating point numbers, e.g. ,
- and with .
-
-
-
-
- Write special floating point values as strings in JSON, e.g. "NaN", "Infinity", "-Infinity".
-
-
-
-
- Write special floating point values as symbols in JSON, e.g. NaN, Infinity, -Infinity.
- Note that this will produce non-valid JSON.
-
-
-
-
- Write special floating point values as the property's default value in JSON, e.g. 0.0 for a property, null for a property.
-
-
-
-
- Specifies how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
-
-
-
-
- Floating point numbers are parsed to .
-
-
-
-
- Floating point numbers are parsed to .
-
-
-
-
- Indicates the method that will be used during deserialization for locating and loading assemblies.
-
-
-
-
- In simple mode, the assembly used during deserialization need not match exactly the assembly used during serialization. Specifically, the version numbers need not match as the LoadWithPartialName method is used to load the assembly.
-
-
-
-
- In full mode, the assembly used during deserialization must match exactly the assembly used during serialization. The Load method of the Assembly class is used to load the assembly.
-
-
-
-
- Specifies formatting options for the .
-
-
-
-
- No special formatting is applied. This is the default.
-
-
-
-
- Causes child objects to be indented according to the and settings.
-
-
-
-
- Provides an interface to enable a class to return line and position information.
-
-
-
-
- Gets a value indicating whether the class can return line information.
-
-
- true if LineNumber and LinePosition can be provided; otherwise, false.
-
-
-
-
- Gets the current line number.
-
- The current line number or 0 if no line information is available (for example, HasLineInfo returns false).
-
-
-
- Gets the current line position.
-
- The current line position or 0 if no line information is available (for example, HasLineInfo returns false).
-
-
-
- Instructs the how to serialize the collection.
-
-
-
-
- Instructs the how to serialize the object.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class with the specified container Id.
-
- The container Id.
-
-
-
- Gets or sets the id.
-
- The id.
-
-
-
- Gets or sets the title.
-
- The title.
-
-
-
- Gets or sets the description.
-
- The description.
-
-
-
- Gets the collection's items converter.
-
- The collection's items converter.
-
-
-
- Gets or sets a value that indicates whether to preserve object references.
-
-
- true to keep object reference; otherwise, false. The default is false.
-
-
-
-
- Gets or sets a value that indicates whether to preserve collection's items references.
-
-
- true to keep collection's items object references; otherwise, false. The default is false.
-
-
-
-
- Gets or sets the reference loop handling used when serializing the collection's items.
-
- The reference loop handling.
-
-
-
- Gets or sets the type name handling used when serializing the collection's items.
-
- The type name handling.
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class with a flag indicating whether the array can contain null items
-
- A flag indicating whether the array can contain null items.
-
-
-
- Initializes a new instance of the class with the specified container Id.
-
- The container Id.
-
-
-
- Gets or sets a value indicating whether null items are allowed in the collection.
-
- true if null items are allowed in the collection; otherwise, false.
-
-
-
- Instructs the to use the specified constructor when deserializing that object.
-
-
-
-
- Provides methods for converting between common language runtime types and JSON types.
-
-
-
-
-
-
-
- Represents JavaScript's boolean value true as a string. This field is read-only.
-
-
-
-
- Represents JavaScript's boolean value false as a string. This field is read-only.
-
-
-
-
- Represents JavaScript's null as a string. This field is read-only.
-
-
-
-
- Represents JavaScript's undefined as a string. This field is read-only.
-
-
-
-
- Represents JavaScript's positive infinity as a string. This field is read-only.
-
-
-
-
- Represents JavaScript's negative infinity as a string. This field is read-only.
-
-
-
-
- Represents JavaScript's NaN as a string. This field is read-only.
-
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation using the specified.
-
- The value to convert.
- The format the date will be converted to.
- The time zone handling when the date is converted to a string.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation using the specified.
-
- The value to convert.
- The format the date will be converted to.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- The string delimiter character.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Serializes the specified object to a JSON string.
-
- The object to serialize.
- A JSON string representation of the object.
-
-
-
- Serializes the specified object to a JSON string using formatting.
-
- The object to serialize.
- Indicates how the output is formatted.
-
- A JSON string representation of the object.
-
-
-
-
- Serializes the specified object to a JSON string using a collection of .
-
- The object to serialize.
- A collection converters used while serializing.
- A JSON string representation of the object.
-
-
-
- Serializes the specified object to a JSON string using formatting and a collection of .
-
- The object to serialize.
- Indicates how the output is formatted.
- A collection converters used while serializing.
- A JSON string representation of the object.
-
-
-
- Serializes the specified object to a JSON string using .
-
- The object to serialize.
- The used to serialize the object.
- If this is null, default serialization settings will be is used.
-
- A JSON string representation of the object.
-
-
-
-
- Serializes the specified object to a JSON string using a type, formatting and .
-
- The object to serialize.
- The used to serialize the object.
- If this is null, default serialization settings will be is used.
-
- The type of the value being serialized.
- This parameter is used when is Auto to write out the type name if the type of the value does not match.
- Specifing the type is optional.
-
-
- A JSON string representation of the object.
-
-
-
-
- Serializes the specified object to a JSON string using formatting and .
-
- The object to serialize.
- Indicates how the output is formatted.
- The used to serialize the object.
- If this is null, default serialization settings will be is used.
-
- A JSON string representation of the object.
-
-
-
-
- Serializes the specified object to a JSON string using a type, formatting and .
-
- The object to serialize.
- Indicates how the output is formatted.
- The used to serialize the object.
- If this is null, default serialization settings will be is used.
-
- The type of the value being serialized.
- This parameter is used when is Auto to write out the type name if the type of the value does not match.
- Specifing the type is optional.
-
-
- A JSON string representation of the object.
-
-
-
-
- Asynchronously serializes the specified object to a JSON string.
- Serialization will happen on a new thread.
-
- The object to serialize.
-
- A task that represents the asynchronous serialize operation. The value of the TResult parameter contains a JSON string representation of the object.
-
-
-
-
- Asynchronously serializes the specified object to a JSON string using formatting.
- Serialization will happen on a new thread.
-
- The object to serialize.
- Indicates how the output is formatted.
-
- A task that represents the asynchronous serialize operation. The value of the TResult parameter contains a JSON string representation of the object.
-
-
-
-
- Asynchronously serializes the specified object to a JSON string using formatting and a collection of .
- Serialization will happen on a new thread.
-
- The object to serialize.
- Indicates how the output is formatted.
- The used to serialize the object.
- If this is null, default serialization settings will be is used.
-
- A task that represents the asynchronous serialize operation. The value of the TResult parameter contains a JSON string representation of the object.
-
-
-
-
- Deserializes the JSON to a .NET object.
-
- The JSON to deserialize.
- The deserialized object from the Json string.
-
-
-
- Deserializes the JSON to a .NET object using .
-
- The JSON to deserialize.
-
- The used to deserialize the object.
- If this is null, default serialization settings will be is used.
-
- The deserialized object from the JSON string.
-
-
-
- Deserializes the JSON to the specified .NET type.
-
- The JSON to deserialize.
- The of object being deserialized.
- The deserialized object from the Json string.
-
-
-
- Deserializes the JSON to the specified .NET type.
-
- The type of the object to deserialize to.
- The JSON to deserialize.
- The deserialized object from the Json string.
-
-
-
- Deserializes the JSON to the given anonymous type.
-
-
- The anonymous type to deserialize to. This can't be specified
- traditionally and must be infered from the anonymous type passed
- as a parameter.
-
- The JSON to deserialize.
- The anonymous type object.
- The deserialized anonymous type from the JSON string.
-
-
-
- Deserializes the JSON to the given anonymous type using .
-
-
- The anonymous type to deserialize to. This can't be specified
- traditionally and must be infered from the anonymous type passed
- as a parameter.
-
- The JSON to deserialize.
- The anonymous type object.
-
- The used to deserialize the object.
- If this is null, default serialization settings will be is used.
-
- The deserialized anonymous type from the JSON string.
-
-
-
- Deserializes the JSON to the specified .NET type using a collection of .
-
- The type of the object to deserialize to.
- The JSON to deserialize.
- Converters to use while deserializing.
- The deserialized object from the JSON string.
-
-
-
- Deserializes the JSON to the specified .NET type using .
-
- The type of the object to deserialize to.
- The object to deserialize.
-
- The used to deserialize the object.
- If this is null, default serialization settings will be is used.
-
- The deserialized object from the JSON string.
-
-
-
- Deserializes the JSON to the specified .NET type using a collection of .
-
- The JSON to deserialize.
- The type of the object to deserialize.
- Converters to use while deserializing.
- The deserialized object from the JSON string.
-
-
-
- Deserializes the JSON to the specified .NET type using .
-
- The JSON to deserialize.
- The type of the object to deserialize to.
-
- The used to deserialize the object.
- If this is null, default serialization settings will be is used.
-
- The deserialized object from the JSON string.
-
-
-
- Asynchronously deserializes the JSON to the specified .NET type.
- Deserialization will happen on a new thread.
-
- The type of the object to deserialize to.
- The JSON to deserialize.
-
- A task that represents the asynchronous deserialize operation. The value of the TResult parameter contains the deserialized object from the JSON string.
-
-
-
-
- Asynchronously deserializes the JSON to the specified .NET type using .
- Deserialization will happen on a new thread.
-
- The type of the object to deserialize to.
- The JSON to deserialize.
-
- The used to deserialize the object.
- If this is null, default serialization settings will be is used.
-
-
- A task that represents the asynchronous deserialize operation. The value of the TResult parameter contains the deserialized object from the JSON string.
-
-
-
-
- Asynchronously deserializes the JSON to the specified .NET type.
- Deserialization will happen on a new thread.
-
- The JSON to deserialize.
-
- A task that represents the asynchronous deserialize operation. The value of the TResult parameter contains the deserialized object from the JSON string.
-
-
-
-
- Asynchronously deserializes the JSON to the specified .NET type using .
- Deserialization will happen on a new thread.
-
- The JSON to deserialize.
- The type of the object to deserialize to.
-
- The used to deserialize the object.
- If this is null, default serialization settings will be is used.
-
-
- A task that represents the asynchronous deserialize operation. The value of the TResult parameter contains the deserialized object from the JSON string.
-
-
-
-
- Populates the object with values from the JSON string.
-
- The JSON to populate values from.
- The target object to populate values onto.
-
-
-
- Populates the object with values from the JSON string using .
-
- The JSON to populate values from.
- The target object to populate values onto.
-
- The used to deserialize the object.
- If this is null, default serialization settings will be is used.
-
-
-
-
- Asynchronously populates the object with values from the JSON string using .
-
- The JSON to populate values from.
- The target object to populate values onto.
-
- The used to deserialize the object.
- If this is null, default serialization settings will be is used.
-
-
- A task that represents the asynchronous populate operation.
-
-
-
-
- Serializes the to a JSON string.
-
- The node to convert to JSON.
- A JSON string of the XNode.
-
-
-
- Serializes the to a JSON string using formatting.
-
- The node to convert to JSON.
- Indicates how the output is formatted.
- A JSON string of the XNode.
-
-
-
- Serializes the to a JSON string using formatting and omits the root object if is true.
-
- The node to serialize.
- Indicates how the output is formatted.
- Omits writing the root object.
- A JSON string of the XNode.
-
-
-
- Deserializes the from a JSON string.
-
- The JSON string.
- The deserialized XNode
-
-
-
- Deserializes the from a JSON string nested in a root elment specified by .
-
- The JSON string.
- The name of the root element to append when deserializing.
- The deserialized XNode
-
-
-
- Deserializes the from a JSON string nested in a root elment specified by
- and writes a .NET array attribute for collections.
-
- The JSON string.
- The name of the root element to append when deserializing.
-
- A flag to indicate whether to write the Json.NET array attribute.
- This attribute helps preserve arrays when converting the written XML back to JSON.
-
- The deserialized XNode
-
-
-
- Gets or sets a function that creates default .
- Default settings are automatically used by serialization methods on ,
- and and on .
- To serialize without using any default settings create a with
- .
-
-
-
-
- Instructs the to use the specified when serializing the member or class.
-
-
-
-
- Initializes a new instance of the class.
-
- Type of the converter.
-
-
-
- Gets the type of the converter.
-
- The type of the converter.
-
-
-
- Represents a collection of .
-
-
-
-
- Instructs the how to serialize the collection.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class with the specified container Id.
-
- The container Id.
-
-
-
- The exception thrown when an error occurs during Json serialization or deserialization.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class
- with a specified error message.
-
- The error message that explains the reason for the exception.
-
-
-
- Initializes a new instance of the class
- with a specified error message and a reference to the inner exception that is the cause of this exception.
-
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
-
-
-
- Instructs the to deserialize properties with no matching class member into the specified collection
- and write values during serialization.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Gets or sets a value that indicates whether to write extension data when serializing the object.
-
-
- true to write extension data when serializing the object; otherwise, false. The default is true.
-
-
-
-
- Gets or sets a value that indicates whether to read extension data when deserializing the object.
-
-
- true to read extension data when deserializing the object; otherwise, false. The default is true.
-
-
-
-
- Instructs the not to serialize the public field or public read/write property value.
-
-
-
-
- Instructs the how to serialize the object.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class with the specified member serialization.
-
- The member serialization.
-
-
-
- Initializes a new instance of the class with the specified container Id.
-
- The container Id.
-
-
-
- Gets or sets the member serialization.
-
- The member serialization.
-
-
-
- Gets or sets a value that indicates whether the object's properties are required.
-
-
- A value indicating whether the object's properties are required.
-
-
-
-
- Instructs the to always serialize the member with the specified name.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class with the specified name.
-
- Name of the property.
-
-
-
- Gets or sets the converter used when serializing the property's collection items.
-
- The collection's items converter.
-
-
-
- Gets or sets the null value handling used when serializing this property.
-
- The null value handling.
-
-
-
- Gets or sets the default value handling used when serializing this property.
-
- The default value handling.
-
-
-
- Gets or sets the reference loop handling used when serializing this property.
-
- The reference loop handling.
-
-
-
- Gets or sets the object creation handling used when deserializing this property.
-
- The object creation handling.
-
-
-
- Gets or sets the type name handling used when serializing this property.
-
- The type name handling.
-
-
-
- Gets or sets whether this property's value is serialized as a reference.
-
- Whether this property's value is serialized as a reference.
-
-
-
- Gets or sets the order of serialization and deserialization of a member.
-
- The numeric order of serialization or deserialization.
-
-
-
- Gets or sets a value indicating whether this property is required.
-
-
- A value indicating whether this property is required.
-
-
-
-
- Gets or sets the name of the property.
-
- The name of the property.
-
-
-
- Gets or sets the the reference loop handling used when serializing the property's collection items.
-
- The collection's items reference loop handling.
-
-
-
- Gets or sets the the type name handling used when serializing the property's collection items.
-
- The collection's items type name handling.
-
-
-
- Gets or sets whether this property's collection items are serialized as a reference.
-
- Whether this property's collection items are serialized as a reference.
-
-
-
- The exception thrown when an error occurs while reading Json text.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class
- with a specified error message.
-
- The error message that explains the reason for the exception.
-
-
-
- Initializes a new instance of the class
- with a specified error message and a reference to the inner exception that is the cause of this exception.
-
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
-
-
-
- Gets the line number indicating where the error occurred.
-
- The line number indicating where the error occurred.
-
-
-
- Gets the line position indicating where the error occurred.
-
- The line position indicating where the error occurred.
-
-
-
- Gets the path to the JSON where the error occurred.
-
- The path to the JSON where the error occurred.
-
-
-
- The exception thrown when an error occurs during Json serialization or deserialization.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class
- with a specified error message.
-
- The error message that explains the reason for the exception.
-
-
-
- Initializes a new instance of the class
- with a specified error message and a reference to the inner exception that is the cause of this exception.
-
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
-
-
-
- Serializes and deserializes objects into and from the JSON format.
- The enables you to control how objects are encoded into JSON.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Creates a new instance.
- The will not use default settings.
-
-
- A new instance.
- The will not use default settings.
-
-
-
-
- Creates a new instance using the specified .
- The will not use default settings.
-
- The settings to be applied to the .
-
- A new instance using the specified .
- The will not use default settings.
-
-
-
-
- Creates a new instance.
- The will use default settings.
-
-
- A new instance.
- The will use default settings.
-
-
-
-
- Creates a new instance using the specified .
- The will use default settings.
-
- The settings to be applied to the .
-
- A new instance using the specified .
- The will use default settings.
-
-
-
-
- Populates the JSON values onto the target object.
-
- The that contains the JSON structure to reader values from.
- The target object to populate values onto.
-
-
-
- Populates the JSON values onto the target object.
-
- The that contains the JSON structure to reader values from.
- The target object to populate values onto.
-
-
-
- Deserializes the Json structure contained by the specified .
-
- The that contains the JSON structure to deserialize.
- The being deserialized.
-
-
-
- Deserializes the Json structure contained by the specified
- into an instance of the specified type.
-
- The containing the object.
- The of object being deserialized.
- The instance of being deserialized.
-
-
-
- Deserializes the Json structure contained by the specified
- into an instance of the specified type.
-
- The containing the object.
- The type of the object to deserialize.
- The instance of being deserialized.
-
-
-
- Deserializes the Json structure contained by the specified
- into an instance of the specified type.
-
- The containing the object.
- The of object being deserialized.
- The instance of being deserialized.
-
-
-
- Serializes the specified and writes the Json structure
- to a Stream using the specified .
-
- The used to write the Json structure.
- The to serialize.
-
-
-
- Serializes the specified and writes the Json structure
- to a Stream using the specified .
-
- The used to write the Json structure.
- The to serialize.
-
- The type of the value being serialized.
- This parameter is used when is Auto to write out the type name if the type of the value does not match.
- Specifing the type is optional.
-
-
-
-
- Serializes the specified and writes the Json structure
- to a Stream using the specified .
-
- The used to write the Json structure.
- The to serialize.
-
- The type of the value being serialized.
- This parameter is used when is Auto to write out the type name if the type of the value does not match.
- Specifing the type is optional.
-
-
-
-
- Serializes the specified and writes the Json structure
- to a Stream using the specified .
-
- The used to write the Json structure.
- The to serialize.
-
-
-
- Occurs when the errors during serialization and deserialization.
-
-
-
-
- Gets or sets the used by the serializer when resolving references.
-
-
-
-
- Gets or sets the used by the serializer when resolving type names.
-
-
-
-
- Gets or sets the used by the serializer when writing trace messages.
-
- The trace writer.
-
-
-
- Gets or sets how type name writing and reading is handled by the serializer.
-
-
-
-
- Gets or sets how a type name assembly is written and resolved by the serializer.
-
- The type name assembly format.
-
-
-
- Gets or sets how object references are preserved by the serializer.
-
-
-
-
- Get or set how reference loops (e.g. a class referencing itself) is handled.
-
-
-
-
- Get or set how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization.
-
-
-
-
- Get or set how null values are handled during serialization and deserialization.
-
-
-
-
- Get or set how null default are handled during serialization and deserialization.
-
-
-
-
- Gets or sets how objects are created during deserialization.
-
- The object creation handling.
-
-
-
- Gets or sets how constructors are used during deserialization.
-
- The constructor handling.
-
-
-
- Gets or sets how metadata properties are used during deserialization.
-
- The metadata properties handling.
-
-
-
- Gets a collection that will be used during serialization.
-
- Collection that will be used during serialization.
-
-
-
- Gets or sets the contract resolver used by the serializer when
- serializing .NET objects to JSON and vice versa.
-
-
-
-
- Gets or sets the used by the serializer when invoking serialization callback methods.
-
- The context.
-
-
-
- Indicates how JSON text output is formatted.
-
-
-
-
- Get or set how dates are written to JSON text.
-
-
-
-
- Get or set how time zones are handling during serialization and deserialization.
-
-
-
-
- Get or set how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON.
-
-
-
-
- Get or set how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
-
-
-
-
- Get or set how special floating point numbers, e.g. ,
- and ,
- are written as JSON text.
-
-
-
-
- Get or set how strings are escaped when writing JSON text.
-
-
-
-
- Get or set how and values are formatting when writing JSON text.
-
-
-
-
- Gets or sets the culture used when reading JSON. Defaults to .
-
-
-
-
- Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a .
-
-
-
-
- Gets a value indicating whether there will be a check for additional JSON content after deserializing an object.
-
-
- true if there will be a check for additional JSON content after deserializing an object; otherwise, false.
-
-
-
-
- Specifies the settings on a object.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Gets or sets how reference loops (e.g. a class referencing itself) is handled.
-
- Reference loop handling.
-
-
-
- Gets or sets how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization.
-
- Missing member handling.
-
-
-
- Gets or sets how objects are created during deserialization.
-
- The object creation handling.
-
-
-
- Gets or sets how null values are handled during serialization and deserialization.
-
- Null value handling.
-
-
-
- Gets or sets how null default are handled during serialization and deserialization.
-
- The default value handling.
-
-
-
- Gets or sets a collection that will be used during serialization.
-
- The converters.
-
-
-
- Gets or sets how object references are preserved by the serializer.
-
- The preserve references handling.
-
-
-
- Gets or sets how type name writing and reading is handled by the serializer.
-
- The type name handling.
-
-
-
- Gets or sets how metadata properties are used during deserialization.
-
- The metadata properties handling.
-
-
-
- Gets or sets how a type name assembly is written and resolved by the serializer.
-
- The type name assembly format.
-
-
-
- Gets or sets how constructors are used during deserialization.
-
- The constructor handling.
-
-
-
- Gets or sets the contract resolver used by the serializer when
- serializing .NET objects to JSON and vice versa.
-
- The contract resolver.
-
-
-
- Gets or sets the used by the serializer when resolving references.
-
- The reference resolver.
-
-
-
- Gets or sets the used by the serializer when writing trace messages.
-
- The trace writer.
-
-
-
- Gets or sets the used by the serializer when resolving type names.
-
- The binder.
-
-
-
- Gets or sets the error handler called during serialization and deserialization.
-
- The error handler called during serialization and deserialization.
-
-
-
- Gets or sets the used by the serializer when invoking serialization callback methods.
-
- The context.
-
-
-
- Get or set how and values are formatting when writing JSON text.
-
-
-
-
- Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a .
-
-
-
-
- Indicates how JSON text output is formatted.
-
-
-
-
- Get or set how dates are written to JSON text.
-
-
-
-
- Get or set how time zones are handling during serialization and deserialization.
-
-
-
-
- Get or set how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON.
-
-
-
-
- Get or set how special floating point numbers, e.g. ,
- and ,
- are written as JSON.
-
-
-
-
- Get or set how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
-
-
-
-
- Get or set how strings are escaped when writing JSON text.
-
-
-
-
- Gets or sets the culture used when reading JSON. Defaults to .
-
-
-
-
- Gets a value indicating whether there will be a check for additional content after deserializing an object.
-
-
- true if there will be a check for additional content after deserializing an object; otherwise, false.
-
-
-
-
- Represents a reader that provides fast, non-cached, forward-only access to JSON text data.
-
-
-
-
- Initializes a new instance of the class with the specified .
-
- The TextReader containing the XML data to read.
-
-
-
- Reads the next JSON token from the stream.
-
-
- true if the next token was read successfully; false if there are no more tokens to read.
-
-
-
-
- Reads the next JSON token from the stream as a .
-
-
- A or a null reference if the next JSON token is null. This method will return null at the end of an array.
-
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Changes the state to closed.
-
-
-
-
- Gets a value indicating whether the class can return line information.
-
-
- true if LineNumber and LinePosition can be provided; otherwise, false.
-
-
-
-
- Gets the current line number.
-
-
- The current line number or 0 if no line information is available (for example, HasLineInfo returns false).
-
-
-
-
- Gets the current line position.
-
-
- The current line position or 0 if no line information is available (for example, HasLineInfo returns false).
-
-
-
-
- Represents a writer that provides a fast, non-cached, forward-only way of generating Json data.
-
-
-
-
- Creates an instance of the JsonWriter class using the specified .
-
- The TextWriter to write to.
-
-
-
- Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
-
-
-
-
- Closes this stream and the underlying stream.
-
-
-
-
- Writes the beginning of a Json object.
-
-
-
-
- Writes the beginning of a Json array.
-
-
-
-
- Writes the start of a constructor with the given name.
-
- The name of the constructor.
-
-
-
- Writes the specified end token.
-
- The end token to write.
-
-
-
- Writes the property name of a name/value pair on a Json object.
-
- The name of the property.
-
-
-
- Writes the property name of a name/value pair on a JSON object.
-
- The name of the property.
- A flag to indicate whether the text should be escaped when it is written as a JSON property name.
-
-
-
- Writes indent characters.
-
-
-
-
- Writes the JSON value delimiter.
-
-
-
-
- Writes an indent space.
-
-
-
-
- Writes a value.
- An error will raised if the value cannot be written as a single JSON token.
-
- The value to write.
-
-
-
- Writes a null value.
-
-
-
-
- Writes an undefined value.
-
-
-
-
- Writes raw JSON.
-
- The raw JSON to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes out a comment /*...*/ containing the specified text.
-
- Text to place inside the comment.
-
-
-
- Writes out the given white space.
-
- The string of white space characters.
-
-
-
- Gets or sets how many IndentChars to write for each level in the hierarchy when is set to Formatting.Indented.
-
-
-
-
- Gets or sets which character to use to quote attribute values.
-
-
-
-
- Gets or sets which character to use for indenting when is set to Formatting.Indented.
-
-
-
-
- Gets or sets a value indicating whether object names will be surrounded with quotes.
-
-
-
-
- Specifies the type of Json token.
-
-
-
-
- This is returned by the if a method has not been called.
-
-
-
-
- An object start token.
-
-
-
-
- An array start token.
-
-
-
-
- A constructor start token.
-
-
-
-
- An object property name.
-
-
-
-
- A comment.
-
-
-
-
- Raw JSON.
-
-
-
-
- An integer.
-
-
-
-
- A float.
-
-
-
-
- A string.
-
-
-
-
- A boolean.
-
-
-
-
- A null token.
-
-
-
-
- An undefined token.
-
-
-
-
- An object end token.
-
-
-
-
- An array end token.
-
-
-
-
- A constructor end token.
-
-
-
-
- A Date.
-
-
-
-
- Byte data.
-
-
-
-
- Represents a reader that provides validation.
-
-
-
-
- Initializes a new instance of the class that
- validates the content returned from the given .
-
- The to read from while validating.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A .
-
-
-
- Reads the next JSON token from the stream as a .
-
-
- A or a null reference if the next JSON token is null.
-
-
-
-
- Reads the next JSON token from the stream as a .
-
- A .
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A .
-
-
-
- Reads the next JSON token from the stream.
-
-
- true if the next token was read successfully; false if there are no more tokens to read.
-
-
-
-
- Sets an event handler for receiving schema validation errors.
-
-
-
-
- Gets the text value of the current JSON token.
-
-
-
-
-
- Gets the depth of the current token in the JSON document.
-
- The depth of the current token in the JSON document.
-
-
-
- Gets the path of the current JSON token.
-
-
-
-
- Gets the quotation mark character used to enclose the value of a string.
-
-
-
-
-
- Gets the type of the current JSON token.
-
-
-
-
-
- Gets the Common Language Runtime (CLR) type for the current JSON token.
-
-
-
-
-
- Gets or sets the schema.
-
- The schema.
-
-
-
- Gets the used to construct this .
-
- The specified in the constructor.
-
-
-
- The exception thrown when an error occurs while reading Json text.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class
- with a specified error message.
-
- The error message that explains the reason for the exception.
-
-
-
- Initializes a new instance of the class
- with a specified error message and a reference to the inner exception that is the cause of this exception.
-
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
-
-
-
- Gets the path to the JSON where the error occurred.
-
- The path to the JSON where the error occurred.
-
-
-
- Contains the LINQ to JSON extension methods.
-
-
-
-
- Returns a collection of tokens that contains the ancestors of every token in the source collection.
-
- The type of the objects in source, constrained to .
- An of that contains the source collection.
- An of that contains the ancestors of every node in the source collection.
-
-
-
- Returns a collection of tokens that contains the descendants of every token in the source collection.
-
- The type of the objects in source, constrained to .
- An of that contains the source collection.
- An of that contains the descendants of every node in the source collection.
-
-
-
- Returns a collection of child properties of every object in the source collection.
-
- An of that contains the source collection.
- An of that contains the properties of every object in the source collection.
-
-
-
- Returns a collection of child values of every object in the source collection with the given key.
-
- An of that contains the source collection.
- The token key.
- An of that contains the values of every node in the source collection with the given key.
-
-
-
- Returns a collection of child values of every object in the source collection.
-
- An of that contains the source collection.
- An of that contains the values of every node in the source collection.
-
-
-
- Returns a collection of converted child values of every object in the source collection with the given key.
-
- The type to convert the values to.
- An of that contains the source collection.
- The token key.
- An that contains the converted values of every node in the source collection with the given key.
-
-
-
- Returns a collection of converted child values of every object in the source collection.
-
- The type to convert the values to.
- An of that contains the source collection.
- An that contains the converted values of every node in the source collection.
-
-
-
- Converts the value.
-
- The type to convert the value to.
- A cast as a of .
- A converted value.
-
-
-
- Converts the value.
-
- The source collection type.
- The type to convert the value to.
- A cast as a of .
- A converted value.
-
-
-
- Returns a collection of child tokens of every array in the source collection.
-
- The source collection type.
- An of that contains the source collection.
- An of that contains the values of every node in the source collection.
-
-
-
- Returns a collection of converted child tokens of every array in the source collection.
-
- An of that contains the source collection.
- The type to convert the values to.
- The source collection type.
- An that contains the converted values of every node in the source collection.
-
-
-
- Returns the input typed as .
-
- An of that contains the source collection.
- The input typed as .
-
-
-
- Returns the input typed as .
-
- The source collection type.
- An of that contains the source collection.
- The input typed as .
-
-
-
- Represents a collection of objects.
-
- The type of token
-
-
-
- Gets the with the specified key.
-
-
-
-
-
- Represents a JSON array.
-
-
-
-
-
-
-
- Represents a token that can contain other tokens.
-
-
-
-
- Represents an abstract JSON token.
-
-
-
-
- Compares the values of two tokens, including the values of all descendant tokens.
-
- The first to compare.
- The second to compare.
- true if the tokens are equal; otherwise false.
-
-
-
- Adds the specified content immediately after this token.
-
- A content object that contains simple content or a collection of content objects to be added after this token.
-
-
-
- Adds the specified content immediately before this token.
-
- A content object that contains simple content or a collection of content objects to be added before this token.
-
-
-
- Returns a collection of the ancestor tokens of this token.
-
- A collection of the ancestor tokens of this token.
-
-
-
- Returns a collection of the sibling tokens after this token, in document order.
-
- A collection of the sibling tokens after this tokens, in document order.
-
-
-
- Returns a collection of the sibling tokens before this token, in document order.
-
- A collection of the sibling tokens before this token, in document order.
-
-
-
- Gets the with the specified key converted to the specified type.
-
- The type to convert the token to.
- The token key.
- The converted token value.
-
-
-
- Returns a collection of the child tokens of this token, in document order.
-
- An of containing the child tokens of this , in document order.
-
-
-
- Returns a collection of the child tokens of this token, in document order, filtered by the specified type.
-
- The type to filter the child tokens on.
- A containing the child tokens of this , in document order.
-
-
-
- Returns a collection of the child values of this token, in document order.
-
- The type to convert the values to.
- A containing the child values of this , in document order.
-
-
-
- Removes this token from its parent.
-
-
-
-
- Replaces this token with the specified token.
-
- The value.
-
-
-
- Writes this token to a .
-
- A into which this method will write.
- A collection of which will be used when writing the token.
-
-
-
- Returns the indented JSON for this token.
-
-
- The indented JSON for this token.
-
-
-
-
- Returns the JSON for this token using the given formatting and converters.
-
- Indicates how the output is formatted.
- A collection of which will be used when writing the token.
- The JSON for this token using the given formatting and converters.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Creates an for this token.
-
- An that can be used to read this token and its descendants.
-
-
-
- Creates a from an object.
-
- The object that will be used to create .
- A with the value of the specified object
-
-
-
- Creates a from an object using the specified .
-
- The object that will be used to create .
- The that will be used when reading the object.
- A with the value of the specified object
-
-
-
- Creates the specified .NET type from the .
-
- The object type that the token will be deserialized to.
- The new object created from the JSON value.
-
-
-
- Creates the specified .NET type from the .
-
- The object type that the token will be deserialized to.
- The new object created from the JSON value.
-
-
-
- Creates the specified .NET type from the using the specified .
-
- The object type that the token will be deserialized to.
- The that will be used when creating the object.
- The new object created from the JSON value.
-
-
-
- Creates the specified .NET type from the using the specified .
-
- The object type that the token will be deserialized to.
- The that will be used when creating the object.
- The new object created from the JSON value.
-
-
-
- Creates a from a .
-
- An positioned at the token to read into this .
-
- An that contains the token and its descendant tokens
- that were read from the reader. The runtime type of the token is determined
- by the token type of the first token encountered in the reader.
-
-
-
-
- Load a from a string that contains JSON.
-
- A that contains JSON.
- A populated from the string that contains JSON.
-
-
-
- Creates a from a .
-
- An positioned at the token to read into this .
-
- An that contains the token and its descendant tokens
- that were read from the reader. The runtime type of the token is determined
- by the token type of the first token encountered in the reader.
-
-
-
-
- Selects a using a JPath expression. Selects the token that matches the object path.
-
-
- A that contains a JPath expression.
-
- A , or null.
-
-
-
- Selects a using a JPath expression. Selects the token that matches the object path.
-
-
- A that contains a JPath expression.
-
- A flag to indicate whether an error should be thrown if no tokens are found when evaluating part of the expression.
- A .
-
-
-
- Selects a collection of elements using a JPath expression.
-
-
- A that contains a JPath expression.
-
- An that contains the selected elements.
-
-
-
- Selects a collection of elements using a JPath expression.
-
-
- A that contains a JPath expression.
-
- A flag to indicate whether an error should be thrown if no tokens are found when evaluating part of the expression.
- An that contains the selected elements.
-
-
-
- Returns the responsible for binding operations performed on this object.
-
- The expression tree representation of the runtime value.
-
- The to bind this object.
-
-
-
-
- Returns the responsible for binding operations performed on this object.
-
- The expression tree representation of the runtime value.
-
- The to bind this object.
-
-
-
-
- Creates a new instance of the . All child tokens are recursively cloned.
-
- A new instance of the .
-
-
-
- Gets a comparer that can compare two tokens for value equality.
-
- A that can compare two nodes for value equality.
-
-
-
- Gets or sets the parent.
-
- The parent.
-
-
-
- Gets the root of this .
-
- The root of this .
-
-
-
- Gets the node type for this .
-
- The type.
-
-
-
- Gets a value indicating whether this token has child tokens.
-
-
- true if this token has child values; otherwise, false.
-
-
-
-
- Gets the next sibling token of this node.
-
- The that contains the next sibling token.
-
-
-
- Gets the previous sibling token of this node.
-
- The that contains the previous sibling token.
-
-
-
- Gets the path of the JSON token.
-
-
-
-
- Gets the with the specified key.
-
- The with the specified key.
-
-
-
- Get the first child token of this token.
-
- A containing the first child token of the .
-
-
-
- Get the last child token of this token.
-
- A containing the last child token of the .
-
-
-
- Raises the event.
-
- The instance containing the event data.
-
-
-
- Returns a collection of the child tokens of this token, in document order.
-
-
- An of containing the child tokens of this , in document order.
-
-
-
-
- Returns a collection of the child values of this token, in document order.
-
- The type to convert the values to.
-
- A containing the child values of this , in document order.
-
-
-
-
- Returns a collection of the descendant tokens for this token in document order.
-
- An containing the descendant tokens of the .
-
-
-
- Adds the specified content as children of this .
-
- The content to be added.
-
-
-
- Adds the specified content as the first children of this .
-
- The content to be added.
-
-
-
- Creates an that can be used to add tokens to the .
-
- An that is ready to have content written to it.
-
-
-
- Replaces the children nodes of this token with the specified content.
-
- The content.
-
-
-
- Removes the child nodes from this token.
-
-
-
-
- Occurs when the items list of the collection has changed, or the collection is reset.
-
-
-
-
- Gets the container's children tokens.
-
- The container's children tokens.
-
-
-
- Gets a value indicating whether this token has child tokens.
-
-
- true if this token has child values; otherwise, false.
-
-
-
-
- Get the first child token of this token.
-
-
- A containing the first child token of the .
-
-
-
-
- Get the last child token of this token.
-
-
- A containing the last child token of the .
-
-
-
-
- Gets the count of child JSON tokens.
-
- The count of child JSON tokens
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class from another object.
-
- A object to copy from.
-
-
-
- Initializes a new instance of the class with the specified content.
-
- The contents of the array.
-
-
-
- Initializes a new instance of the class with the specified content.
-
- The contents of the array.
-
-
-
- Loads an from a .
-
- A that will be read for the content of the .
- A that contains the JSON that was read from the specified .
-
-
-
- Load a from a string that contains JSON.
-
- A that contains JSON.
- A populated from the string that contains JSON.
-
-
-
-
-
-
- Creates a from an object.
-
- The object that will be used to create .
- A with the values of the specified object
-
-
-
- Creates a from an object.
-
- The object that will be used to create .
- The that will be used to read the object.
- A with the values of the specified object
-
-
-
- Writes this token to a .
-
- A into which this method will write.
- A collection of which will be used when writing the token.
-
-
-
- Determines the index of a specific item in the .
-
- The object to locate in the .
-
- The index of if found in the list; otherwise, -1.
-
-
-
-
- Inserts an item to the at the specified index.
-
- The zero-based index at which should be inserted.
- The object to insert into the .
-
- is not a valid index in the .
- The is read-only.
-
-
-
- Removes the item at the specified index.
-
- The zero-based index of the item to remove.
-
- is not a valid index in the .
- The is read-only.
-
-
-
- Returns an enumerator that iterates through the collection.
-
-
- A that can be used to iterate through the collection.
-
-
-
-
- Adds an item to the .
-
- The object to add to the .
- The is read-only.
-
-
-
- Removes all items from the .
-
- The is read-only.
-
-
-
- Determines whether the contains a specific value.
-
- The object to locate in the .
-
- true if is found in the ; otherwise, false.
-
-
-
-
- Copies to.
-
- The array.
- Index of the array.
-
-
-
- Removes the first occurrence of a specific object from the .
-
- The object to remove from the .
-
- true if was successfully removed from the ; otherwise, false. This method also returns false if is not found in the original .
-
- The is read-only.
-
-
-
- Gets the container's children tokens.
-
- The container's children tokens.
-
-
-
- Gets the node type for this .
-
- The type.
-
-
-
- Gets the with the specified key.
-
- The with the specified key.
-
-
-
- Gets or sets the at the specified index.
-
-
-
-
-
- Gets a value indicating whether the is read-only.
-
- true if the is read-only; otherwise, false.
-
-
-
- Represents a JSON constructor.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class from another object.
-
- A object to copy from.
-
-
-
- Initializes a new instance of the class with the specified name and content.
-
- The constructor name.
- The contents of the constructor.
-
-
-
- Initializes a new instance of the class with the specified name and content.
-
- The constructor name.
- The contents of the constructor.
-
-
-
- Initializes a new instance of the class with the specified name.
-
- The constructor name.
-
-
-
- Writes this token to a .
-
- A into which this method will write.
- A collection of which will be used when writing the token.
-
-
-
- Loads an from a .
-
- A that will be read for the content of the .
- A that contains the JSON that was read from the specified .
-
-
-
- Gets the container's children tokens.
-
- The container's children tokens.
-
-
-
- Gets or sets the name of this constructor.
-
- The constructor name.
-
-
-
- Gets the node type for this .
-
- The type.
-
-
-
- Gets the with the specified key.
-
- The with the specified key.
-
-
-
- Represents a collection of objects.
-
- The type of token
-
-
-
- An empty collection of objects.
-
-
-
-
- Initializes a new instance of the struct.
-
- The enumerable.
-
-
-
- Returns an enumerator that iterates through the collection.
-
-
- A 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.
-
-
-
-
- Determines whether the specified is equal to this instance.
-
- The to compare with this instance.
-
- true if the specified is equal to this instance; otherwise, false.
-
-
-
-
- Returns a hash code for this instance.
-
-
- A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
-
-
-
-
- Gets the with the specified key.
-
-
-
-
-
- Represents a JSON object.
-
-
-
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class from another object.
-
- A object to copy from.
-
-
-
- Initializes a new instance of the class with the specified content.
-
- The contents of the object.
-
-
-
- Initializes a new instance of the class with the specified content.
-
- The contents of the object.
-
-
-
- Gets an of this object's properties.
-
- An of this object's properties.
-
-
-
- Gets a the specified name.
-
- The property name.
- A with the specified name or null.
-
-
-
- Gets an of this object's property values.
-
- An of this object's property values.
-
-
-
- Loads an from a .
-
- A that will be read for the content of the .
- A that contains the JSON that was read from the specified .
-
-
-
- Load a from a string that contains JSON.
-
- A that contains JSON.
- A populated from the string that contains JSON.
-
-
-
-
-
-
- Creates a from an object.
-
- The object that will be used to create .
- A with the values of the specified object
-
-
-
- Creates a from an object.
-
- The object that will be used to create .
- The that will be used to read the object.
- A with the values of the specified object
-
-
-
- Writes this token to a .
-
- A into which this method will write.
- A collection of which will be used when writing the token.
-
-
-
- Gets the with the specified property name.
-
- Name of the property.
- The with the specified property name.
-
-
-
- Gets the with the specified property name.
- The exact property name will be searched for first and if no matching property is found then
- the will be used to match a property.
-
- Name of the property.
- One of the enumeration values that specifies how the strings will be compared.
- The with the specified property name.
-
-
-
- Tries to get the with the specified property name.
- The exact property name will be searched for first and if no matching property is found then
- the will be used to match a property.
-
- Name of the property.
- The value.
- One of the enumeration values that specifies how the strings will be compared.
- true if a value was successfully retrieved; otherwise, false.
-
-
-
- Adds the specified property name.
-
- Name of the property.
- The value.
-
-
-
- Removes the property with the specified name.
-
- Name of the property.
- true if item was successfully removed; otherwise, false.
-
-
-
- Tries the get value.
-
- Name of the property.
- The value.
- true if a value was successfully retrieved; otherwise, false.
-
-
-
- Returns an enumerator that iterates through the collection.
-
-
- A that can be used to iterate through the collection.
-
-
-
-
- Raises the event with the provided arguments.
-
- Name of the property.
-
-
-
- Returns the responsible for binding operations performed on this object.
-
- The expression tree representation of the runtime value.
-
- The to bind this object.
-
-
-
-
- Gets the container's children tokens.
-
- The container's children tokens.
-
-
-
- Occurs when a property value changes.
-
-
-
-
- Gets the node type for this .
-
- The type.
-
-
-
- Gets the with the specified key.
-
- The with the specified key.
-
-
-
- Gets or sets the with the specified property name.
-
-
-
-
-
- Represents a JSON property.
-
-
-
-
- Initializes a new instance of the class from another object.
-
- A object to copy from.
-
-
-
- Initializes a new instance of the class.
-
- The property name.
- The property content.
-
-
-
- Initializes a new instance of the class.
-
- The property name.
- The property content.
-
-
-
- Writes this token to a .
-
- A into which this method will write.
- A collection of which will be used when writing the token.
-
-
-
- Loads an from a .
-
- A that will be read for the content of the .
- A that contains the JSON that was read from the specified .
-
-
-
- Gets the container's children tokens.
-
- The container's children tokens.
-
-
-
- Gets the property name.
-
- The property name.
-
-
-
- Gets or sets the property value.
-
- The property value.
-
-
-
- Gets the node type for this .
-
- The type.
-
-
-
- Represents a raw JSON string.
-
-
-
-
- Represents a value in JSON (string, integer, date, etc).
-
-
-
-
- Initializes a new instance of the class from another object.
-
- A object to copy from.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Creates a comment with the given value.
-
- The value.
- A comment with the given value.
-
-
-
- Creates a string with the given value.
-
- The value.
- A string with the given value.
-
-
-
- Writes this token to a .
-
- A into which this method will write.
- A collection of which will be used when writing the token.
-
-
-
- Indicates whether the current object is equal to another object of the same type.
-
-
- true if the current object is equal to the parameter; otherwise, false.
-
- An object to compare with this object.
-
-
-
- Determines whether the specified is equal to the current .
-
- The to compare with the current .
-
- true if the specified is equal to the current ; otherwise, false.
-
-
- The parameter is null.
-
-
-
-
- Serves as a hash function for a particular type.
-
-
- A hash code for the current .
-
-
-
-
- Returns a that represents this instance.
-
-
- A that represents this instance.
-
-
-
-
- Returns a that represents this instance.
-
- The format.
-
- A that represents this instance.
-
-
-
-
- Returns a that represents this instance.
-
- The format provider.
-
- A that represents this instance.
-
-
-
-
- Returns a that represents this instance.
-
- The format.
- The format provider.
-
- A that represents this instance.
-
-
-
-
- Returns the responsible for binding operations performed on this object.
-
- The expression tree representation of the runtime value.
-
- The to bind this object.
-
-
-
-
- Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
-
- An object to compare with this instance.
-
- A 32-bit signed integer that indicates the relative order of the objects being compared. The return value has these meanings:
- Value
- Meaning
- Less than zero
- This instance is less than .
- Zero
- This instance is equal to .
- Greater than zero
- This instance is greater than .
-
-
- is not the same type as this instance.
-
-
-
-
- Gets a value indicating whether this token has child tokens.
-
-
- true if this token has child values; otherwise, false.
-
-
-
-
- Gets the node type for this .
-
- The type.
-
-
-
- Gets or sets the underlying token value.
-
- The underlying token value.
-
-
-
- Initializes a new instance of the class from another object.
-
- A object to copy from.
-
-
-
- Initializes a new instance of the class.
-
- The raw json.
-
-
-
- Creates an instance of with the content of the reader's current token.
-
- The reader.
- An instance of with the content of the reader's current token.
-
-
-
- Compares tokens to determine whether they are equal.
-
-
-
-
- Determines whether the specified objects are equal.
-
- The first object of type to compare.
- The second object of type to compare.
-
- true if the specified objects are equal; otherwise, false.
-
-
-
-
- Returns a hash code for the specified object.
-
- The for which a hash code is to be returned.
- A hash code for the specified object.
- The type of is a reference type and is null.
-
-
-
- Represents a reader that provides fast, non-cached, forward-only access to serialized Json data.
-
-
-
-
- Initializes a new instance of the class.
-
- The token to read from.
-
-
-
- Reads the next JSON token from the stream as a .
-
-
- A or a null reference if the next JSON token is null. This method will return null at the end of an array.
-
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the stream.
-
-
- true if the next token was read successfully; false if there are no more tokens to read.
-
-
-
-
- Gets the path of the current JSON token.
-
-
-
-
- Specifies the type of token.
-
-
-
-
- No token type has been set.
-
-
-
-
- A JSON object.
-
-
-
-
- A JSON array.
-
-
-
-
- A JSON constructor.
-
-
-
-
- A JSON object property.
-
-
-
-
- A comment.
-
-
-
-
- An integer value.
-
-
-
-
- A float value.
-
-
-
-
- A string value.
-
-
-
-
- A boolean value.
-
-
-
-
- A null value.
-
-
-
-
- An undefined value.
-
-
-
-
- A date value.
-
-
-
-
- A raw JSON value.
-
-
-
-
- A collection of bytes value.
-
-
-
-
- A Guid value.
-
-
-
-
- A Uri value.
-
-
-
-
- A TimeSpan value.
-
-
-
-
- Represents a writer that provides a fast, non-cached, forward-only way of generating Json data.
-
-
-
-
- Initializes a new instance of the class writing to the given .
-
- The container being written to.
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
-
-
-
-
- Closes this stream and the underlying stream.
-
-
-
-
- Writes the beginning of a Json object.
-
-
-
-
- Writes the beginning of a Json array.
-
-
-
-
- Writes the start of a constructor with the given name.
-
- The name of the constructor.
-
-
-
- Writes the end.
-
- The token.
-
-
-
- Writes the property name of a name/value pair on a Json object.
-
- The name of the property.
-
-
-
- Writes a value.
- An error will raised if the value cannot be written as a single JSON token.
-
- The value to write.
-
-
-
- Writes a null value.
-
-
-
-
- Writes an undefined value.
-
-
-
-
- Writes raw JSON.
-
- The raw JSON to write.
-
-
-
- Writes out a comment /*...*/ containing the specified text.
-
- Text to place inside the comment.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Gets the token being writen.
-
- The token being writen.
-
-
-
- Specifies the member serialization options for the .
-
-
-
-
- All public members are serialized by default. Members can be excluded using or .
- This is the default member serialization mode.
-
-
-
-
- Only members must be marked with or are serialized.
- This member serialization mode can also be set by marking the class with .
-
-
-
-
- All public and private fields are serialized. Members can be excluded using or .
- This member serialization mode can also be set by marking the class with
- and setting IgnoreSerializableAttribute on to false.
-
-
-
-
- Specifies metadata property handling options for the .
-
-
-
-
- Read metadata properties located at the start of a JSON object.
-
-
-
-
- Read metadata properties located anywhere in a JSON object. Note that this setting will impact performance.
-
-
-
-
- Specifies missing member handling options for the .
-
-
-
-
- Ignore a missing member and do not attempt to deserialize it.
-
-
-
-
- Throw a when a missing member is encountered during deserialization.
-
-
-
-
- Specifies null value handling options for the .
-
-
-
-
-
-
-
-
- Include null values when serializing and deserializing objects.
-
-
-
-
- Ignore null values when serializing and deserializing objects.
-
-
-
-
- Specifies how object creation is handled by the .
-
-
-
-
- Reuse existing objects, create new objects when needed.
-
-
-
-
- Only reuse existing objects.
-
-
-
-
- Always create new objects.
-
-
-
-
- Specifies reference handling options for the .
- Note that references cannot be preserved when a value is set via a non-default constructor such as types that implement ISerializable.
-
-
-
-
-
-
-
- Do not preserve references when serializing types.
-
-
-
-
- Preserve references when serializing into a JSON object structure.
-
-
-
-
- Preserve references when serializing into a JSON array structure.
-
-
-
-
- Preserve references when serializing.
-
-
-
-
- Specifies reference loop handling options for the .
-
-
-
-
- Throw a when a loop is encountered.
-
-
-
-
- Ignore loop references and do not serialize.
-
-
-
-
- Serialize loop references.
-
-
-
-
- Indicating whether a property is required.
-
-
-
-
- The property is not required. The default state.
-
-
-
-
- The property must be defined in JSON but can be a null value.
-
-
-
-
- The property must be defined in JSON and cannot be a null value.
-
-
-
-
- Contains the JSON schema extension methods.
-
-
-
-
- Determines whether the is valid.
-
- The source to test.
- The schema to test with.
-
- true if the specified is valid; otherwise, false.
-
-
-
-
- Determines whether the is valid.
-
- The source to test.
- The schema to test with.
- When this method returns, contains any error messages generated while validating.
-
- true if the specified is valid; otherwise, false.
-
-
-
-
- Validates the specified .
-
- The source to test.
- The schema to test with.
-
-
-
- Validates the specified .
-
- The source to test.
- The schema to test with.
- The validation event handler.
-
-
-
- An in-memory representation of a JSON Schema.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Reads a from the specified .
-
- The containing the JSON Schema to read.
- The object representing the JSON Schema.
-
-
-
- Reads a from the specified .
-
- The containing the JSON Schema to read.
- The to use when resolving schema references.
- The object representing the JSON Schema.
-
-
-
- Load a from a string that contains schema JSON.
-
- A that contains JSON.
- A populated from the string that contains JSON.
-
-
-
- Parses the specified json.
-
- The json.
- The resolver.
- A populated from the string that contains JSON.
-
-
-
- Writes this schema to a .
-
- A into which this method will write.
-
-
-
- Writes this schema to a using the specified .
-
- A into which this method will write.
- The resolver used.
-
-
-
- Returns a that represents the current .
-
-
- A that represents the current .
-
-
-
-
- Gets or sets the id.
-
-
-
-
- Gets or sets the title.
-
-
-
-
- Gets or sets whether the object is required.
-
-
-
-
- Gets or sets whether the object is read only.
-
-
-
-
- Gets or sets whether the object is visible to users.
-
-
-
-
- Gets or sets whether the object is transient.
-
-
-
-
- Gets or sets the description of the object.
-
-
-
-
- Gets or sets the types of values allowed by the object.
-
- The type.
-
-
-
- Gets or sets the pattern.
-
- The pattern.
-
-
-
- Gets or sets the minimum length.
-
- The minimum length.
-
-
-
- Gets or sets the maximum length.
-
- The maximum length.
-
-
-
- Gets or sets a number that the value should be divisble by.
-
- A number that the value should be divisble by.
-
-
-
- Gets or sets the minimum.
-
- The minimum.
-
-
-
- Gets or sets the maximum.
-
- The maximum.
-
-
-
- Gets or sets a flag indicating whether the value can not equal the number defined by the "minimum" attribute.
-
- A flag indicating whether the value can not equal the number defined by the "minimum" attribute.
-
-
-
- Gets or sets a flag indicating whether the value can not equal the number defined by the "maximum" attribute.
-
- A flag indicating whether the value can not equal the number defined by the "maximum" attribute.
-
-
-
- Gets or sets the minimum number of items.
-
- The minimum number of items.
-
-
-
- Gets or sets the maximum number of items.
-
- The maximum number of items.
-
-
-
- Gets or sets the of items.
-
- The of items.
-
-
-
- Gets or sets a value indicating whether items in an array are validated using the instance at their array position from .
-
-
- true if items are validated using their array position; otherwise, false.
-
-
-
-
- Gets or sets the of additional items.
-
- The of additional items.
-
-
-
- Gets or sets a value indicating whether additional items are allowed.
-
-
- true if additional items are allowed; otherwise, false.
-
-
-
-
- Gets or sets whether the array items must be unique.
-
-
-
-
- Gets or sets the of properties.
-
- The of properties.
-
-
-
- Gets or sets the of additional properties.
-
- The of additional properties.
-
-
-
- Gets or sets the pattern properties.
-
- The pattern properties.
-
-
-
- Gets or sets a value indicating whether additional properties are allowed.
-
-
- true if additional properties are allowed; otherwise, false.
-
-
-
-
- Gets or sets the required property if this property is present.
-
- The required property if this property is present.
-
-
-
- Gets or sets the a collection of valid enum values allowed.
-
- A collection of valid enum values allowed.
-
-
-
- Gets or sets disallowed types.
-
- The disallow types.
-
-
-
- Gets or sets the default value.
-
- The default value.
-
-
-
- Gets or sets the collection of that this schema extends.
-
- The collection of that this schema extends.
-
-
-
- Gets or sets the format.
-
- The format.
-
-
-
- Returns detailed information about the schema exception.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class
- with a specified error message.
-
- The error message that explains the reason for the exception.
-
-
-
- Initializes a new instance of the class
- with a specified error message and a reference to the inner exception that is the cause of this exception.
-
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
-
-
-
- Gets the line number indicating where the error occurred.
-
- The line number indicating where the error occurred.
-
-
-
- Gets the line position indicating where the error occurred.
-
- The line position indicating where the error occurred.
-
-
-
- Gets the path to the JSON where the error occurred.
-
- The path to the JSON where the error occurred.
-
-
-
- Generates a from a specified .
-
-
-
-
- Generate a from the specified type.
-
- The type to generate a from.
- A generated from the specified type.
-
-
-
- Generate a from the specified type.
-
- The type to generate a from.
- The used to resolve schema references.
- A generated from the specified type.
-
-
-
- Generate a from the specified type.
-
- The type to generate a from.
- Specify whether the generated root will be nullable.
- A generated from the specified type.
-
-
-
- Generate a from the specified type.
-
- The type to generate a from.
- The used to resolve schema references.
- Specify whether the generated root will be nullable.
- A generated from the specified type.
-
-
-
- Gets or sets how undefined schemas are handled by the serializer.
-
-
-
-
- Gets or sets the contract resolver.
-
- The contract resolver.
-
-
-
- Resolves from an id.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Gets a for the specified reference.
-
- The id.
- A for the specified reference.
-
-
-
- Gets or sets the loaded schemas.
-
- The loaded schemas.
-
-
-
- The value types allowed by the .
-
-
-
-
- No type specified.
-
-
-
-
- String type.
-
-
-
-
- Float type.
-
-
-
-
- Integer type.
-
-
-
-
- Boolean type.
-
-
-
-
- Object type.
-
-
-
-
- Array type.
-
-
-
-
- Null type.
-
-
-
-
- Any type.
-
-
-
-
- Specifies undefined schema Id handling options for the .
-
-
-
-
- Do not infer a schema Id.
-
-
-
-
- Use the .NET type name as the schema Id.
-
-
-
-
- Use the assembly qualified .NET type name as the schema Id.
-
-
-
-
- Returns detailed information related to the .
-
-
-
-
- Gets the associated with the validation error.
-
- The JsonSchemaException associated with the validation error.
-
-
-
- Gets the path of the JSON location where the validation error occurred.
-
- The path of the JSON location where the validation error occurred.
-
-
-
- Gets the text description corresponding to the validation error.
-
- The text description.
-
-
-
- Represents the callback method that will handle JSON schema validation events and the .
-
-
-
-
- Allows users to control class loading and mandate what class to load.
-
-
-
-
- When overridden in a derived class, controls the binding of a serialized object to a type.
-
- Specifies the name of the serialized object.
- Specifies the name of the serialized object
- The type of the object the formatter creates a new instance of.
-
-
-
- When overridden in a derived class, controls the binding of a serialized object to a type.
-
- The type of the object the formatter creates a new instance of.
- Specifies the name of the serialized object.
- Specifies the name of the serialized object.
-
-
-
- Resolves member mappings for a type, camel casing property names.
-
-
-
-
- Used by to resolves a for a given .
-
-
-
-
- Used by to resolves a for a given .
-
-
-
-
-
-
-
-
- Resolves the contract for a given type.
-
- The type to resolve a contract for.
- The contract for a given type.
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
-
- If set to true the will use a cached shared with other resolvers of the same type.
- Sharing the cache will significantly performance because expensive reflection will only happen once but could cause unexpected
- behavior if different instances of the resolver are suppose to produce different results. When set to false it is highly
- recommended to reuse instances with the .
-
-
-
-
- Resolves the contract for a given type.
-
- The type to resolve a contract for.
- The contract for a given type.
-
-
-
- Gets the serializable members for the type.
-
- The type to get serializable members for.
- The serializable members for the type.
-
-
-
- Creates a for the given type.
-
- Type of the object.
- A for the given type.
-
-
-
- Creates the constructor parameters.
-
- The constructor to create properties for.
- The type's member properties.
- Properties for the given .
-
-
-
- Creates a for the given .
-
- The matching member property.
- The constructor parameter.
- A created for the given .
-
-
-
- Resolves the default for the contract.
-
- Type of the object.
- The contract's default .
-
-
-
- Creates a for the given type.
-
- Type of the object.
- A for the given type.
-
-
-
- Creates a for the given type.
-
- Type of the object.
- A for the given type.
-
-
-
- Creates a for the given type.
-
- Type of the object.
- A for the given type.
-
-
-
- Creates a for the given type.
-
- Type of the object.
- A for the given type.
-
-
-
- Creates a for the given type.
-
- Type of the object.
- A for the given type.
-
-
-
- Creates a for the given type.
-
- Type of the object.
- A for the given type.
-
-
-
- Determines which contract type is created for the given type.
-
- Type of the object.
- A for the given type.
-
-
-
- Creates properties for the given .
-
- The type to create properties for.
- /// The member serialization mode for the type.
- Properties for the given .
-
-
-
- Creates the used by the serializer to get and set values from a member.
-
- The member.
- The used by the serializer to get and set values from a member.
-
-
-
- Creates a for the given .
-
- The member's parent .
- The member to create a for.
- A created for the given .
-
-
-
- Resolves the name of the property.
-
- Name of the property.
- Name of the property.
-
-
-
- Gets the resolved name of the property.
-
- Name of the property.
- Name of the property.
-
-
-
- Gets a value indicating whether members are being get and set using dynamic code generation.
- This value is determined by the runtime permissions available.
-
-
- true if using dynamic code generation; otherwise, false.
-
-
-
-
- Gets or sets a value indicating whether compiler generated members should be serialized.
-
-
- true if serialized compiler generated members; otherwise, false.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Resolves the name of the property.
-
- Name of the property.
- The property name camel cased.
-
-
-
- Get and set values for a using dynamic methods.
-
-
-
-
- Provides methods to get and set values.
-
-
-
-
- Sets the value.
-
- The target to set the value on.
- The value to set on the target.
-
-
-
- Gets the value.
-
- The target to get the value from.
- The value.
-
-
-
- Initializes a new instance of the class.
-
- The member info.
-
-
-
- Sets the value.
-
- The target to set the value on.
- The value to set on the target.
-
-
-
- Gets the value.
-
- The target to get the value from.
- The value.
-
-
-
- Used to resolve references when serializing and deserializing JSON by the .
-
-
-
-
- Resolves a reference to its object.
-
- The serialization context.
- The reference to resolve.
- The object that
-
-
-
- Gets the reference for the sepecified object.
-
- The serialization context.
- The object to get a reference for.
- The reference to the object.
-
-
-
- Determines whether the specified object is referenced.
-
- The serialization context.
- The object to test for a reference.
-
- true if the specified object is referenced; otherwise, false.
-
-
-
-
- Adds a reference to the specified object.
-
- The serialization context.
- The reference.
- The object to reference.
-
-
-
- The default serialization binder used when resolving and loading classes from type names.
-
-
-
-
- When overridden in a derived class, controls the binding of a serialized object to a type.
-
- Specifies the name of the serialized object.
- Specifies the name of the serialized object.
-
- The type of the object the formatter creates a new instance of.
-
-
-
-
- When overridden in a derived class, controls the binding of a serialized object to a type.
-
- The type of the object the formatter creates a new instance of.
- Specifies the name of the serialized object.
- Specifies the name of the serialized object.
-
-
-
- Provides information surrounding an error.
-
-
-
-
- Gets the error.
-
- The error.
-
-
-
- Gets the original object that caused the error.
-
- The original object that caused the error.
-
-
-
- Gets the member that caused the error.
-
- The member that caused the error.
-
-
-
- Gets the path of the JSON location where the error occurred.
-
- The path of the JSON location where the error occurred.
-
-
-
- Gets or sets a value indicating whether this is handled.
-
- true if handled; otherwise, false.
-
-
-
- Provides data for the Error event.
-
-
-
-
- Initializes a new instance of the class.
-
- The current object.
- The error context.
-
-
-
- Gets the current object the error event is being raised against.
-
- The current object the error event is being raised against.
-
-
-
- Gets the error context.
-
- The error context.
-
-
-
- Represents a trace writer.
-
-
-
-
- Writes the specified trace level, message and optional exception.
-
- The at which to write this trace.
- The trace message.
- The trace exception. This parameter is optional.
-
-
-
- Gets the that will be used to filter the trace messages passed to the writer.
- For example a filter level of Info will exclude Verbose messages and include Info,
- Warning and Error messages.
-
- The that will be used to filter the trace messages passed to the writer.
-
-
-
- Contract details for a used by the .
-
-
-
-
- Contract details for a used by the .
-
-
-
-
- Contract details for a used by the .
-
-
-
-
- Gets the underlying type for the contract.
-
- The underlying type for the contract.
-
-
-
- Gets or sets the type created during deserialization.
-
- The type created during deserialization.
-
-
-
- Gets or sets whether this type contract is serialized as a reference.
-
- Whether this type contract is serialized as a reference.
-
-
-
- Gets or sets the default for this contract.
-
- The converter.
-
-
-
- Gets or sets all methods called immediately after deserialization of the object.
-
- The methods called immediately after deserialization of the object.
-
-
-
- Gets or sets all methods called during deserialization of the object.
-
- The methods called during deserialization of the object.
-
-
-
- Gets or sets all methods called after serialization of the object graph.
-
- The methods called after serialization of the object graph.
-
-
-
- Gets or sets all methods called before serialization of the object.
-
- The methods called before serialization of the object.
-
-
-
- Gets or sets all method called when an error is thrown during the serialization of the object.
-
- The methods called when an error is thrown during the serialization of the object.
-
-
-
- Gets or sets the method called immediately after deserialization of the object.
-
- The method called immediately after deserialization of the object.
-
-
-
- Gets or sets the method called during deserialization of the object.
-
- The method called during deserialization of the object.
-
-
-
- Gets or sets the method called after serialization of the object graph.
-
- The method called after serialization of the object graph.
-
-
-
- Gets or sets the method called before serialization of the object.
-
- The method called before serialization of the object.
-
-
-
- Gets or sets the method called when an error is thrown during the serialization of the object.
-
- The method called when an error is thrown during the serialization of the object.
-
-
-
- Gets or sets the default creator method used to create the object.
-
- The default creator method used to create the object.
-
-
-
- Gets or sets a value indicating whether the default creator is non public.
-
- true if the default object creator is non-public; otherwise, false.
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Gets or sets the default collection items .
-
- The converter.
-
-
-
- Gets or sets a value indicating whether the collection items preserve object references.
-
- true if collection items preserve object references; otherwise, false.
-
-
-
- Gets or sets the collection item reference loop handling.
-
- The reference loop handling.
-
-
-
- Gets or sets the collection item type name handling.
-
- The type name handling.
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Gets the of the collection items.
-
- The of the collection items.
-
-
-
- Gets a value indicating whether the collection type is a multidimensional array.
-
- true if the collection type is a multidimensional array; otherwise, false.
-
-
-
- Handles serialization callback events.
-
- The object that raised the callback event.
- The streaming context.
-
-
-
- Handles serialization error callback events.
-
- The object that raised the callback event.
- The streaming context.
- The error context.
-
-
-
- Sets extension data for an object during deserialization.
-
- The object to set extension data on.
- The extension data key.
- The extension data value.
-
-
-
- Gets extension data for an object during serialization.
-
- The object to set extension data on.
-
-
-
- Contract details for a used by the .
-
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Gets or sets the property name resolver.
-
- The property name resolver.
-
-
-
- Gets the of the dictionary keys.
-
- The of the dictionary keys.
-
-
-
- Gets the of the dictionary values.
-
- The of the dictionary values.
-
-
-
- Contract details for a used by the .
-
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Gets the object's properties.
-
- The object's properties.
-
-
-
- Gets or sets the property name resolver.
-
- The property name resolver.
-
-
-
- Contract details for a used by the .
-
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Contract details for a used by the .
-
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Gets or sets the object member serialization.
-
- The member object serialization.
-
-
-
- Gets or sets a value that indicates whether the object's properties are required.
-
-
- A value indicating whether the object's properties are required.
-
-
-
-
- Gets the object's properties.
-
- The object's properties.
-
-
-
- Gets the constructor parameters required for any non-default constructor
-
-
-
-
- Gets or sets the override constructor used to create the object.
- This is set when a constructor is marked up using the
- JsonConstructor attribute.
-
- The override constructor.
-
-
-
- Gets or sets the parametrized constructor used to create the object.
-
- The parametrized constructor.
-
-
-
- Gets or sets the extension data setter.
-
-
-
-
- Gets or sets the extension data getter.
-
-
-
-
- Contract details for a used by the .
-
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Maps a JSON property to a .NET member or constructor parameter.
-
-
-
-
- Returns a that represents this instance.
-
-
- A that represents this instance.
-
-
-
-
- Gets or sets the name of the property.
-
- The name of the property.
-
-
-
- Gets or sets the type that declared this property.
-
- The type that declared this property.
-
-
-
- Gets or sets the order of serialization and deserialization of a member.
-
- The numeric order of serialization or deserialization.
-
-
-
- Gets or sets the name of the underlying member or parameter.
-
- The name of the underlying member or parameter.
-
-
-
- Gets the that will get and set the during serialization.
-
- The that will get and set the during serialization.
-
-
-
- Gets or sets the type of the property.
-
- The type of the property.
-
-
-
- Gets or sets the for the property.
- If set this converter takes presidence over the contract converter for the property type.
-
- The converter.
-
-
-
- Gets or sets the member converter.
-
- The member converter.
-
-
-
- Gets or sets a value indicating whether this is ignored.
-
- true if ignored; otherwise, false.
-
-
-
- Gets or sets a value indicating whether this is readable.
-
- true if readable; otherwise, false.
-
-
-
- Gets or sets a value indicating whether this is writable.
-
- true if writable; otherwise, false.
-
-
-
- Gets or sets a value indicating whether this has a member attribute.
-
- true if has a member attribute; otherwise, false.
-
-
-
- Gets the default value.
-
- The default value.
-
-
-
- Gets or sets a value indicating whether this is required.
-
- A value indicating whether this is required.
-
-
-
- Gets or sets a value indicating whether this property preserves object references.
-
-
- true if this instance is reference; otherwise, false.
-
-
-
-
- Gets or sets the property null value handling.
-
- The null value handling.
-
-
-
- Gets or sets the property default value handling.
-
- The default value handling.
-
-
-
- Gets or sets the property reference loop handling.
-
- The reference loop handling.
-
-
-
- Gets or sets the property object creation handling.
-
- The object creation handling.
-
-
-
- Gets or sets or sets the type name handling.
-
- The type name handling.
-
-
-
- Gets or sets a predicate used to determine whether the property should be serialize.
-
- A predicate used to determine whether the property should be serialize.
-
-
-
- Gets or sets a predicate used to determine whether the property should be serialized.
-
- A predicate used to determine whether the property should be serialized.
-
-
-
- Gets or sets an action used to set whether the property has been deserialized.
-
- An action used to set whether the property has been deserialized.
-
-
-
- Gets or sets the converter used when serializing the property's collection items.
-
- The collection's items converter.
-
-
-
- Gets or sets whether this property's collection items are serialized as a reference.
-
- Whether this property's collection items are serialized as a reference.
-
-
-
- Gets or sets the the type name handling used when serializing the property's collection items.
-
- The collection's items type name handling.
-
-
-
- Gets or sets the the reference loop handling used when serializing the property's collection items.
-
- The collection's items reference loop handling.
-
-
-
- A collection of objects.
-
-
-
-
- Initializes a new instance of the class.
-
- The type.
-
-
-
- When implemented in a derived class, extracts the key from the specified element.
-
- The element from which to extract the key.
- The key for the specified element.
-
-
-
- Adds a object.
-
- The property to add to the collection.
-
-
-
- Gets the closest matching object.
- First attempts to get an exact case match of propertyName and then
- a case insensitive match.
-
- Name of the property.
- A matching property if found.
-
-
-
- Gets a property by property name.
-
- The name of the property to get.
- Type property name string comparison.
- A matching property if found.
-
-
-
- Contract details for a used by the .
-
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Represents a trace writer that writes to memory. When the trace message limit is
- reached then old trace messages will be removed as new messages are added.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Writes the specified trace level, message and optional exception.
-
- The at which to write this trace.
- The trace message.
- The trace exception. This parameter is optional.
-
-
-
- Returns an enumeration of the most recent trace messages.
-
- An enumeration of the most recent trace messages.
-
-
-
- Returns a of the most recent trace messages.
-
-
- A of the most recent trace messages.
-
-
-
-
- Gets the that will be used to filter the trace messages passed to the writer.
- For example a filter level of Info will exclude Verbose messages and include Info,
- Warning and Error messages.
-
-
- The that will be used to filter the trace messages passed to the writer.
-
-
-
-
- Represents a method that constructs an object.
-
- The object type to create.
-
-
-
- When applied to a method, specifies that the method is called when an error occurs serializing an object.
-
-
-
-
- Get and set values for a using reflection.
-
-
-
-
- Initializes a new instance of the class.
-
- The member info.
-
-
-
- Sets the value.
-
- The target to set the value on.
- The value to set on the target.
-
-
-
- Gets the value.
-
- The target to get the value from.
- The value.
-
-
-
- Specifies how strings are escaped when writing JSON text.
-
-
-
-
- Only control characters (e.g. newline) are escaped.
-
-
-
-
- All non-ASCII and control characters (e.g. newline) are escaped.
-
-
-
-
- HTML (<, >, &, ', ") and control characters (e.g. newline) are escaped.
-
-
-
-
- Specifies what messages to output for the class.
-
-
-
-
- Output no tracing and debugging messages.
-
-
-
-
- Output error-handling messages.
-
-
-
-
- Output warnings and error-handling messages.
-
-
-
-
- Output informational messages, warnings, and error-handling messages.
-
-
-
-
- Output all debugging and tracing messages.
-
-
-
-
- Specifies type name handling options for the .
-
-
-
-
- Do not include the .NET type name when serializing types.
-
-
-
-
- Include the .NET type name when serializing into a JSON object structure.
-
-
-
-
- Include the .NET type name when serializing into a JSON array structure.
-
-
-
-
- Always include the .NET type name when serializing.
-
-
-
-
- Include the .NET type name when the type of the object being serialized is not the same as its declared type.
-
-
-
-
- Determines whether the collection is null or empty.
-
- The collection.
-
- true if the collection is null or empty; otherwise, false.
-
-
-
-
- Adds the elements of the specified collection to the specified generic IList.
-
- The list to add to.
- The collection of elements to add.
-
-
-
- Returns the index of the first occurrence in a sequence by using a specified IEqualityComparer.
-
- The type of the elements of source.
- A sequence in which to locate a value.
- The object to locate in the sequence
- An equality comparer to compare values.
- The zero-based index of the first occurrence of value within the entire sequence, if found; otherwise, –1.
-
-
-
- Converts the value to the specified type. If the value is unable to be converted, the
- value is checked whether it assignable to the specified type.
-
- The value to convert.
- The culture to use when converting.
- The type to convert or cast the value to.
-
- The converted type. If conversion was unsuccessful, the initial value
- is returned if assignable to the target type.
-
-
-
-
- Helper method for generating a MetaObject which calls a
- specific method on Dynamic that returns a result
-
-
-
-
- Helper method for generating a MetaObject which calls a
- specific method on Dynamic, but uses one of the arguments for
- the result.
-
-
-
-
- Helper method for generating a MetaObject which calls a
- specific method on Dynamic, but uses one of the arguments for
- the result.
-
-
-
-
- Returns a Restrictions object which includes our current restrictions merged
- with a restriction limiting our type
-
-
-
-
- Gets a dictionary of the names and values of an Enum type.
-
-
-
-
-
- Gets a dictionary of the names and values of an Enum type.
-
- The enum type to get names and values for.
-
-
-
-
- Gets the type of the typed collection's items.
-
- The type.
- The type of the typed collection's items.
-
-
-
- Gets the member's underlying type.
-
- The member.
- The underlying type of the member.
-
-
-
- Determines whether the member is an indexed property.
-
- The member.
-
- true if the member is an indexed property; otherwise, false.
-
-
-
-
- Determines whether the property is an indexed property.
-
- The property.
-
- true if the property is an indexed property; otherwise, false.
-
-
-
-
- Gets the member's value on the object.
-
- The member.
- The target object.
- The member's value on the object.
-
-
-
- Sets the member's value on the target object.
-
- The member.
- The target.
- The value.
-
-
-
- Determines whether the specified MemberInfo can be read.
-
- The MemberInfo to determine whether can be read.
- /// if set to true then allow the member to be gotten non-publicly.
-
- true if the specified MemberInfo can be read; otherwise, false.
-
-
-
-
- Determines whether the specified MemberInfo can be set.
-
- The MemberInfo to determine whether can be set.
- if set to true then allow the member to be set non-publicly.
- if set to true then allow the member to be set if read-only.
-
- true if the specified MemberInfo can be set; otherwise, false.
-
-
-
-
- Builds a string. Unlike StringBuilder this class lets you reuse it's internal buffer.
-
-
-
-
- Determines whether the string is all white space. Empty string will return false.
-
- The string to test whether it is all white space.
-
- true if the string is all white space; otherwise, false.
-
-
-
-
- Nulls an empty string.
-
- The string.
- Null if the string was null, otherwise the string unchanged.
-
-
-
- Specifies the state of the .
-
-
-
-
- An exception has been thrown, which has left the in an invalid state.
- You may call the method to put the in the Closed state.
- Any other method calls results in an being thrown.
-
-
-
-
- The method has been called.
-
-
-
-
- An object is being written.
-
-
-
-
- A array is being written.
-
-
-
-
- A constructor is being written.
-
-
-
-
- A property is being written.
-
-
-
-
- A write method has not been called.
-
-
-
-
diff --git a/packages/Newtonsoft.Json.6.0.3/tools/install.ps1 b/packages/Newtonsoft.Json.6.0.3/tools/install.ps1
deleted file mode 100644
index dfc78f0..0000000
--- a/packages/Newtonsoft.Json.6.0.3/tools/install.ps1
+++ /dev/null
@@ -1,93 +0,0 @@
-param($installPath, $toolsPath, $package, $project)
-
-# open json.net splash page on package install
-# don't open if json.net is installed as a dependency
-
-try
-{
- $url = "http://james.newtonking.com/json"
- $dte2 = Get-Interface $dte ([EnvDTE80.DTE2])
-
- if ($dte2.ActiveWindow.Caption -eq "Package Manager Console")
- {
- # user is installing from VS NuGet console
- # get reference to the window, the console host and the input history
- # show webpage if "install-package newtonsoft.json" was last input
-
- $consoleWindow = $(Get-VSComponentModel).GetService([NuGetConsole.IPowerConsoleWindow])
-
- $props = $consoleWindow.GetType().GetProperties([System.Reflection.BindingFlags]::Instance -bor `
- [System.Reflection.BindingFlags]::NonPublic)
-
- $prop = $props | ? { $_.Name -eq "ActiveHostInfo" } | select -first 1
- if ($prop -eq $null) { return }
-
- $hostInfo = $prop.GetValue($consoleWindow)
- if ($hostInfo -eq $null) { return }
-
- $history = $hostInfo.WpfConsole.InputHistory.History
-
- $lastCommand = $history | select -last 1
-
- if ($lastCommand)
- {
- $lastCommand = $lastCommand.Trim().ToLower()
- if ($lastCommand.StartsWith("install-package") -and $lastCommand.Contains("newtonsoft.json"))
- {
- $dte2.ItemOperations.Navigate($url) | Out-Null
- }
- }
- }
- else
- {
- # user is installing from VS NuGet dialog
- # get reference to the window, then smart output console provider
- # show webpage if messages in buffered console contains "installing...newtonsoft.json" in last operation
-
- $instanceField = [NuGet.Dialog.PackageManagerWindow].GetField("CurrentInstance", [System.Reflection.BindingFlags]::Static -bor `
- [System.Reflection.BindingFlags]::NonPublic)
- $consoleField = [NuGet.Dialog.PackageManagerWindow].GetField("_smartOutputConsoleProvider", [System.Reflection.BindingFlags]::Instance -bor `
- [System.Reflection.BindingFlags]::NonPublic)
- if ($instanceField -eq $null -or $consoleField -eq $null) { return }
-
- $instance = $instanceField.GetValue($null)
- if ($instance -eq $null) { return }
-
- $consoleProvider = $consoleField.GetValue($instance)
- if ($consoleProvider -eq $null) { return }
-
- $console = $consoleProvider.CreateOutputConsole($false)
-
- $messagesField = $console.GetType().GetField("_messages", [System.Reflection.BindingFlags]::Instance -bor `
- [System.Reflection.BindingFlags]::NonPublic)
- if ($messagesField -eq $null) { return }
-
- $messages = $messagesField.GetValue($console)
- if ($messages -eq $null) { return }
-
- $operations = $messages -split "=============================="
-
- $lastOperation = $operations | select -last 1
-
- if ($lastOperation)
- {
- $lastOperation = $lastOperation.ToLower()
-
- $lines = $lastOperation -split "`r`n"
-
- $installMatch = $lines | ? { $_.StartsWith("------- installing...newtonsoft.json ") } | select -first 1
-
- if ($installMatch)
- {
- $dte2.ItemOperations.Navigate($url) | Out-Null
- }
- }
- }
-}
-catch
-{
- # stop potential errors from bubbling up
- # worst case the splash page won't open
-}
-
-# yolo
\ No newline at end of file
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 7053c9f..0000000
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 ba6e21e..0000000
Binary files a/packages/Owin.1.0/lib/net40/Owin.dll and /dev/null differ
diff --git a/packages/repositories.config b/packages/repositories.config
deleted file mode 100644
index ba827df..0000000
--- a/packages/repositories.config
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file