diff --git a/ExcelTest/.vs/ExcelTest/DesignTimeBuild/.dtbcache.v2 b/ExcelTest/.vs/ExcelTest/DesignTimeBuild/.dtbcache.v2
deleted file mode 100644
index 661ab74..0000000
Binary files a/ExcelTest/.vs/ExcelTest/DesignTimeBuild/.dtbcache.v2 and /dev/null differ
diff --git a/ExcelTest/.vs/ExcelTest/v16/.suo b/ExcelTest/.vs/ExcelTest/v16/.suo
deleted file mode 100644
index 60dbd27..0000000
Binary files a/ExcelTest/.vs/ExcelTest/v16/.suo and /dev/null differ
diff --git a/ExcelTest/ExcelTest/bin/Debug/BouncyCastle.Crypto.dll b/ExcelTest/ExcelTest/bin/Debug/BouncyCastle.Crypto.dll
deleted file mode 100644
index 7a8034b..0000000
Binary files a/ExcelTest/ExcelTest/bin/Debug/BouncyCastle.Crypto.dll and /dev/null differ
diff --git a/ExcelTest/ExcelTest/bin/Debug/ExcelTest.exe b/ExcelTest/ExcelTest/bin/Debug/ExcelTest.exe
deleted file mode 100644
index e322b77..0000000
Binary files a/ExcelTest/ExcelTest/bin/Debug/ExcelTest.exe and /dev/null differ
diff --git a/ExcelTest/ExcelTest/bin/Debug/ExcelTest.exe.config b/ExcelTest/ExcelTest/bin/Debug/ExcelTest.exe.config
deleted file mode 100644
index 0a52b8f..0000000
--- a/ExcelTest/ExcelTest/bin/Debug/ExcelTest.exe.config
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ExcelTest/ExcelTest/bin/Debug/ExcelTest.pdb b/ExcelTest/ExcelTest/bin/Debug/ExcelTest.pdb
deleted file mode 100644
index f556589..0000000
Binary files a/ExcelTest/ExcelTest/bin/Debug/ExcelTest.pdb and /dev/null differ
diff --git a/ExcelTest/ExcelTest/bin/Debug/Google.Protobuf.dll b/ExcelTest/ExcelTest/bin/Debug/Google.Protobuf.dll
deleted file mode 100644
index 3683dc8..0000000
Binary files a/ExcelTest/ExcelTest/bin/Debug/Google.Protobuf.dll and /dev/null differ
diff --git a/ExcelTest/ExcelTest/bin/Debug/K4os.Compression.LZ4.Streams.dll b/ExcelTest/ExcelTest/bin/Debug/K4os.Compression.LZ4.Streams.dll
deleted file mode 100644
index 28695cf..0000000
Binary files a/ExcelTest/ExcelTest/bin/Debug/K4os.Compression.LZ4.Streams.dll and /dev/null differ
diff --git a/ExcelTest/ExcelTest/bin/Debug/K4os.Compression.LZ4.dll b/ExcelTest/ExcelTest/bin/Debug/K4os.Compression.LZ4.dll
deleted file mode 100644
index aea8e94..0000000
Binary files a/ExcelTest/ExcelTest/bin/Debug/K4os.Compression.LZ4.dll and /dev/null differ
diff --git a/ExcelTest/ExcelTest/bin/Debug/K4os.Hash.xxHash.dll b/ExcelTest/ExcelTest/bin/Debug/K4os.Hash.xxHash.dll
deleted file mode 100644
index ae6b96c..0000000
Binary files a/ExcelTest/ExcelTest/bin/Debug/K4os.Hash.xxHash.dll and /dev/null differ
diff --git a/ExcelTest/ExcelTest/bin/Debug/MySql.Data.dll b/ExcelTest/ExcelTest/bin/Debug/MySql.Data.dll
deleted file mode 100644
index a95e69e..0000000
Binary files a/ExcelTest/ExcelTest/bin/Debug/MySql.Data.dll and /dev/null differ
diff --git a/ExcelTest/ExcelTest/bin/Debug/MySql.Data.xml b/ExcelTest/ExcelTest/bin/Debug/MySql.Data.xml
deleted file mode 100644
index f35ac41..0000000
--- a/ExcelTest/ExcelTest/bin/Debug/MySql.Data.xml
+++ /dev/null
@@ -1,17803 +0,0 @@
-
-
-
- MySql.Data
-
-
-
-
- The implementation of the caching_sha2_password authentication plugin.
-
-
-
-
- Generates a byte array set with the password of the user in the expected format based on the
- SSL settings of the current connection.
-
- A byte array that contains the password of the user in the expected format.
-
-
-
- Defines the stage of the authentication.
-
-
-
-
- Defines the default behavior for an authentication plugin.
-
-
-
-
- Gets or sets the authentication data returned by the server.
-
-
-
-
- This is a factory method that is used only internally. It creates an auth plugin based on the method type
-
-
-
-
-
-
-
-
- Gets the connection option settings.
-
-
-
-
- Gets the server version associated with this authentication plugin.
-
-
-
-
- Gets the encoding assigned to the native driver.
-
-
-
-
- Sets the authentication data required to encode, encrypt, or convert the password of the user.
-
- A byte array containing the authentication data provided by the server.
- This method may be overriden based on the requirements by the implementing authentication plugin.
-
-
-
- Defines the behavior when checking for constraints.
-
- This method is intended to be overriden.
-
-
-
- Throws a that encapsulates the original exception.
-
- The exception to encapsulate.
-
-
-
- Defines the behavior when authentication is successful.
-
- This method is intended to be overriden.
-
-
-
- Defines the behavior when more data is required from the server.
-
- The data returned by the server.
- The data to return to the server.
- This method is intended to be overriden.
-
-
-
- Gets the plugin name based on the authentication plugin type defined during the creation of this object.
-
-
-
-
- Gets the user name associated to the connection settings.
-
- The user name associated to the connection settings.
-
-
-
- Gets the encoded, encrypted, or converted password based on the authentication plugin type defined during the creation of this object.
- This method is intended to be overriden.
-
- An object containing the encoded, encrypted, or converted password.
-
-
-
- Provides functionality to read, decode and convert PEM files to objects supported in .NET.
-
-
-
-
- Converts the binary data of a PEM file to an object.
-
- A binary representation of the public key provided by the server.
- An object containing the data found in the public key.
-
-
-
- Allows connections to a user account set with the mysql_native_password authentication plugin.
-
-
-
-
- Returns a byte array containing the proper encryption of the
- given password/seed according to the new 4.1.1 authentication scheme.
-
-
-
-
-
-
-
- The implementation of the sha256_password authentication plugin.
-
-
-
-
- The byte array representation of the public key provided by the server.
-
-
-
-
- Applies XOR to the byte arrays provided as input.
-
- A byte array that contains the results of the XOR operation.
-
-
-
-
-
-
-
-
- Defines the type of the security buffer.
-
-
-
-
- Defines a security handle.
-
-
-
-
- Describes a buffer allocated by a transport to pass to a security package.
-
-
-
-
- Specifies the size, in bytes, of the buffer.
-
-
-
-
- Bit flags that indicate the type of the buffer.
-
-
-
-
- Pointer to a buffer.
-
-
-
-
- Hold a numeric value used in defining other data types.
-
-
-
-
- Least significant digits.
-
-
-
-
- Most significant digits.
-
-
-
-
- Holds a pointer used to define a security handle.
-
-
-
-
- Least significant digits.
-
-
-
-
- Most significant digits.
-
-
-
-
- Indicates the sizes of important structures used in the message support functions.
-
-
-
-
- Specifies the maximum size of the security token used in the authentication changes.
-
-
-
-
- Specifies the maximum size of the signature created by the MakeSignature function.
- This member must be zero if integrity services are not requested or available.
-
-
-
-
- Specifies the preferred integral size of the messages.
-
-
-
-
- Size of the security trailer to be appended to messages.
- This member should be zero if the relevant services are not requested or available.
-
-
-
-
- Allows importing large amounts of data into a database with bulk loading.
-
-
-
-
- Gets or sets the connection.
-
- The connection.
-
-
-
- Gets or sets the field terminator.
-
- The field terminator.
-
-
-
- Gets or sets the line terminator.
-
- The line terminator.
-
-
-
- Gets or sets the name of the table.
-
- The name of the table.
-
-
-
- Gets or sets the character set.
-
- The character set.
-
-
-
- Gets or sets the name of the file.
-
- The name of the file.
-
-
-
- Gets or sets the timeout.
-
- The timeout.
-
-
-
- Gets or sets a value indicating whether the file name that is to be loaded
- is local to the client or not. The default value is false.
-
- true if local; otherwise, false.
-
-
-
- Gets or sets the number of lines to skip.
-
- The number of lines to skip.
-
-
-
- Gets or sets the line prefix.
-
- The line prefix.
-
-
-
- Gets or sets the field quotation character.
-
- The field quotation character.
-
-
-
- Gets or sets a value indicating whether [field quotation optional].
-
-
- true if [field quotation optional]; otherwise, false.
-
-
-
-
- Gets or sets the escape character.
-
- The escape character.
-
-
-
- Gets or sets the conflict option.
-
- The conflict option.
-
-
-
- Gets or sets the priority.
-
- The priority.
-
-
-
- Gets the columns.
-
- The columns.
-
-
-
- Gets the expressions.
-
- The expressions.
-
-
-
- Executes the load operation.
-
- The number of rows inserted.
-
-
-
- Asynchronous version of the load operation.
-
- The number of rows inserted.
-
-
-
- Executes the load operation asynchronously while the cancellation isn't requested.
-
- The cancellation token.
- The number of rows inserted.
-
-
-
- Represents the priority set for bulk loading operations.
-
-
-
-
- This is the default and indicates normal priority
-
-
-
-
- Low priority will cause the load operation to wait until all readers of the table
- have finished. This only affects storage engines that use only table-level locking
- such as MyISAM, Memory, and Merge.
-
-
-
-
- Concurrent priority is only relevant for MyISAM tables and signals that if the table
- has no free blocks in the middle that other readers can retrieve data from the table
- while the load operation is happening.
-
-
-
-
- Represents the behavior when conflicts arise during bulk loading operations.
-
-
-
-
- This is the default and indicates normal operation. In the event of a LOCAL load, this
- is the same as ignore. When the data file is on the server, then a key conflict will
- cause an error to be thrown and the rest of the data file ignored.
-
-
-
-
- Replace column values when a key conflict occurs.
-
-
-
-
- Ignore any rows where the primary key conflicts.
-
-
-
-
- Summary description for CharSetMap.
-
-
-
-
- Returns the text encoding for a given MySQL character set name
-
- Version of the connection requesting the encoding
- Name of the character set to get the encoding for
- Encoding object for the given character set name
-
-
-
- Initializes the mapping.
-
-
-
- Represents a SQL statement to execute against a MySQL database. This class cannot be inherited.
- MySqlCommand features the following methods for executing commands at a MySQL database:
-
-
- Item
- Description
-
- -
-
- ExecuteReader
-
- Executes commands that return rows.
-
- -
-
- ExecuteNonQuery
-
- Executes commands such as SQL INSERT, DELETE, and UPDATE statements.
-
- -
-
- ExecuteScalar
-
- Retrieves a single value (for example, an aggregate value) from a database.
-
-
-
- You can reset the CommandText property and reuse the MySqlCommand
- object. However, you must close the MySqlDataReader
- before you can execute a new or previous command.
-
- If a MySqlException is
- generated by the method executing a MySqlCommand, the MySqlConnection
- remains open. It is the responsibility of the programmer to close the connection.
-
-
- Using the '@' symbol for paramters is now the preferred approach although the old pattern of using
- '?' is still supported. Please be aware though that using '@' can cause conflicts when user variables
- are also used. To help with this situation please see the documentation on the 'allow user variables'
- connection string option. The 'old syntax' connection string option has now been deprecated.
-
-
- The following example creates a MySqlCommand and
- a MySqlConnection. The MySqlConnection is opened and set as the Connection
- for the MySqlCommand. The example then calls ExecuteNonQuery,
- and closes the connection. To accomplish this, the ExecuteNonQuery is
- passed a connection string and a query string that is a SQL INSERT
- statement.
-
- Public Sub InsertRow(myConnectionString As String)
- " If the connection string is null, use a default.
- If myConnectionString = "" Then
- myConnectionString = "Database=Test;Data Source=localhost;User Id=username;Password=pass"
- End If
- Dim myConnection As New MySqlConnection(myConnectionString)
- Dim myInsertQuery As String = "INSERT INTO Orders (id, customerId, amount) Values(1001, 23, 30.66)"
- Dim myCommand As New MySqlCommand(myInsertQuery)
- myCommand.Connection = myConnection
- myConnection.Open()
- myCommand.ExecuteNonQuery()
- myCommand.Connection.Close()
- End Sub
-
-
- public void InsertRow(string myConnectionString)
- {
- // If the connection string is null, use a default.
- if(myConnectionString == "")
- {
- myConnectionString = "Database=Test;Data Source=localhost;User Id=username;Password=pass";
- }
- MySqlConnection myConnection = new MySqlConnection(myConnectionString);
- string myInsertQuery = "INSERT INTO Orders (id, customerId, amount) Values(1001, 23, 30.66)";
- MySqlCommand myCommand = new MySqlCommand(myInsertQuery);
- myCommand.Connection = myConnection;
- myConnection.Open();
- myCommand.ExecuteNonQuery();
- myCommand.Connection.Close();
- }
-
-
-
-
-
-
- Initializes a new instance of the MySqlCommand class.
-
-
- The following example creates a MySqlCommand and sets some of its properties.
-
-
- This example shows how to use one of the overloaded
- versions of the MySqlCommand constructor. For other examples that might be available,
- see the individual overload topics.
-
-
-
- Public Sub CreateMySqlCommand()
- Dim myConnection As New MySqlConnection _
- ("Persist Security Info=False;database=test;server=myServer")
- myConnection.Open()
- Dim myTrans As MySqlTransaction = myConnection.BeginTransaction()
- Dim mySelectQuery As String = "SELECT * FROM MyTable"
- Dim myCommand As New MySqlCommand(mySelectQuery, myConnection, myTrans)
- myCommand.CommandTimeout = 20
- End Sub
-
-
- public void CreateMySqlCommand()
- {
- MySqlConnection myConnection = new MySqlConnection("Persist Security Info=False;
- database=test;server=myServer");
- myConnection.Open();
- MySqlTransaction myTrans = myConnection.BeginTransaction();
- string mySelectQuery = "SELECT * FROM myTable";
- MySqlCommand myCommand = new MySqlCommand(mySelectQuery, myConnection,myTrans);
- myCommand.CommandTimeout = 20;
- }
-
-
- public:
- void CreateMySqlCommand()
- {
- MySqlConnection* myConnection = new MySqlConnection(S"Persist Security Info=False;
- database=test;server=myServer");
- myConnection->Open();
- MySqlTransaction* myTrans = myConnection->BeginTransaction();
- String* mySelectQuery = S"SELECT * FROM myTable";
- MySqlCommand* myCommand = new MySqlCommand(mySelectQuery, myConnection, myTrans);
- myCommand->CommandTimeout = 20;
- };
-
-
-
- Initializes a new instance of the MySqlCommand class.
-
- The base constructor initializes all fields to their default values. The
- following table shows initial property values for an instance of .
-
-
- Properties
- Initial Value
-
- -
-
-
-
- empty string ("")
-
- -
-
-
-
- 0
-
- -
-
-
-
- CommandType.Text
-
- -
-
-
-
- Null
-
-
-
- You can change the value for any of these properties through a separate call to
- the property.
-
-
- The following example creates a and
- sets some of its properties.
-
-
- Public Sub CreateMySqlCommand()
- Dim myCommand As New MySqlCommand()
- myCommand.CommandType = CommandType.Text
- End Sub
-
-
- public void CreateMySqlCommand()
- {
- MySqlCommand myCommand = new MySqlCommand();
- myCommand.CommandType = CommandType.Text;
- }
-
-
-
-
-
- Initializes a new instance of the class with the text of the query.
- The text of the query.
- When an instance of is created,
- the following read/write properties are set to initial values.
-
-
-
- Properties
- Initial Value
-
- -
-
-
-
-
- cmdText
-
-
- -
-
-
-
- 0
-
- -
-
-
-
- CommandType.Text
-
- -
-
-
-
- Null
-
-
-
- You can change the value for any of these properties through a separate call to
- the property.
-
-
- The following example creates a and
- sets some of its properties.
-
-
- Public Sub CreateMySqlCommand()
- Dim sql as String = "SELECT * FROM mytable"
- Dim myCommand As New MySqlCommand(sql)
- myCommand.CommandType = CommandType.Text
- End Sub
-
-
- public void CreateMySqlCommand()
- {
- string sql = "SELECT * FROM mytable";
- MySqlCommand myCommand = new MySqlCommand(sql);
- myCommand.CommandType = CommandType.Text;
- }
-
-
-
-
-
- Initializes a new instance of the class
- with the text of the query and a .
- The text of the query.
- A that represents the
- connection to an instance of SQL Server.
-
- When an instance of is created,
- the following read/write properties are set to initial values.
-
-
-
- Properties
- Initial Value
-
- -
-
-
-
-
- cmdText
-
-
- -
-
-
-
- 0
-
- -
-
-
-
- CommandType.Text
-
- -
-
-
-
-
- connection
-
-
-
-
- You can change the value for any of these properties through a separate call to
- the property.
-
-
- The following example creates a and
- sets some of its properties.
-
-
- Public Sub CreateMySqlCommand()
- Dim conn as new MySqlConnection("server=myServer")
- Dim sql as String = "SELECT * FROM mytable"
- Dim myCommand As New MySqlCommand(sql, conn)
- myCommand.CommandType = CommandType.Text
- End Sub
-
-
- public void CreateMySqlCommand()
- {
- MySqlConnection conn = new MySqlConnection("server=myserver")
- string sql = "SELECT * FROM mytable";
- MySqlCommand myCommand = new MySqlCommand(sql, conn);
- myCommand.CommandType = CommandType.Text;
- }
-
-
-
-
-
- Initializes a new instance of the class
- with the text of the query, a , and the
- .
- The text of the query.
- A that represents the
- connection to an instance of SQL Server.
-
- The in which the executes.
-
- When an instance of is created,
- the following read/write properties are set to initial values.
-
-
-
- Properties
- Initial Value
-
- -
-
-
-
-
- cmdText
-
-
- -
-
-
-
- 0
-
- -
-
-
-
- CommandType.Text
-
- -
-
-
-
-
- connection
-
-
-
-
- You can change the value for any of these properties through a separate call to
- the property.
-
-
- The following example creates a and
- sets some of its properties.
-
-
- Public Sub CreateMySqlCommand()
- Dim conn as new MySqlConnection("server=myServer")
- conn.Open();
- Dim txn as MySqlTransaction = conn.BeginTransaction()
- Dim sql as String = "SELECT * FROM mytable"
- Dim myCommand As New MySqlCommand(sql, conn, txn)
- myCommand.CommandType = CommandType.Text
- End Sub
-
-
- public void CreateMySqlCommand()
- {
- MySqlConnection conn = new MySqlConnection("server=myserver")
- conn.Open();
- MySqlTransaction txn = conn.BeginTransaction();
- string sql = "SELECT * FROM mytable";
- MySqlCommand myCommand = new MySqlCommand(sql, conn, txn);
- myCommand.CommandType = CommandType.Text;
- }
-
-
-
-
-
- Gets the last inserted id.
-
-
-
-
-
- Gets or sets the SQL statement to execute at the data source.
-
- The SQL statement or stored procedure to execute. The default is an empty string.
-
-
- When the property is set to StoredProcedure,
- the CommandText property should be set to the name of the stored procedure.
- The user may be required to use escape character syntax if the stored procedure name
- contains any special characters. The command executes this stored procedure when
- you call one of the Execute methods. Starting with Connector/NET 5.0, having both a stored function
- and stored procedure with the same name in the same database is not supported. It is
- suggested that you provide unqiue names for your stored routines.
-
-
- The following example creates a and sets some of its properties.
-
- Public Sub CreateMySqlCommand()
- Dim myCommand As New MySqlCommand()
- myCommand.CommandText = "SELECT * FROM Mytable ORDER BY id"
- myCommand.CommandType = CommandType.Text
- End Sub
-
-
- public void CreateMySqlCommand()
- {
- MySqlCommand myCommand = new MySqlCommand();
- myCommand.CommandText = "SELECT * FROM mytable ORDER BY id";
- myCommand.CommandType = CommandType.Text;
- }
-
-
-
-
-
- Gets or sets the wait time before terminating the attempt to execute a command
- and generating an error.
-
- The time (in seconds) to wait for the command to execute. The default is 30
- seconds.
-
- CommandTimeout is dependent on the ability of MySQL to cancel an executing query.
- Because of this, CommandTimeout is only supported when connected to MySQL
- version 5.0.0 or higher.
-
-
-
-
- Gets or sets a value indicating how the property is to be interpreted.
-
- One of the values. The default is Text.
-
-
- When you set the CommandType property to StoredProcedure, you
- should set the property to the name of the stored
- procedure. The command executes this stored procedure when you call one of the
- Execute methods.
-
-
- The following example creates a and sets some of its properties.
-
- Public Sub CreateMySqlCommand()
- Dim myCommand As New MySqlCommand()
- myCommand.CommandType = CommandType.Text
- End Sub
-
-
- public void CreateMySqlCommand()
- {
- MySqlCommand myCommand = new MySqlCommand();
- myCommand.CommandType = CommandType.Text;
- }
-
-
-
-
-
- Gets a boolean value that indicates whether the Prepared method has been called.
-
-
-
-
-
- Gets or sets the used by this instance of the
- .
-
- The connection to a data source. The default value is a null reference
- (Nothing in Visual Basic).
-
-
- If you set Connection while a transaction is in progress and the
- property is not null, an
- is generated. If the Transaction property is not null and the transaction
- has already been committed or rolled back, Transaction is set to
- null.
-
-
- The following example creates a and sets some of its properties.
-
- Public Sub CreateMySqlCommand()
- Dim mySelectQuery As String = "SELECT * FROM mytable ORDER BY id"
- Dim myConnectString As String = "Persist Security Info=False;database=test;server=myServer"
- Dim myCommand As New MySqlCommand(mySelectQuery)
- myCommand.Connection = New MySqlConnection(myConnectString)
- myCommand.CommandType = CommandType.Text
- End Sub
-
-
- public void CreateMySqlCommand()
- {
- string mySelectQuery = "SELECT * FROM mytable ORDER BY id";
- string myConnectString = "Persist Security Info=False;database=test;server=myServer";
- MySqlCommand myCommand = new MySqlCommand(mySelectQuery);
- myCommand.Connection = new MySqlConnection(myConnectString);
- myCommand.CommandType = CommandType.Text;
- }
-
-
-
-
-
- Get the
-
- The parameters of the SQL statement or stored procedure. The default is
- an empty collection.
-
- Connector/NET does not support unnamed parameters. Every parameter added to the collection must
- have an associated name.
-
- The following example creates a and displays its parameters.
- To accomplish this, the method is passed a , a query string
- that is a SQL SELECT statement, and an array of objects.
-
- Public Sub CreateMySqlCommand(myConnection As MySqlConnection, _
- mySelectQuery As String, myParamArray() As MySqlParameter)
- Dim myCommand As New MySqlCommand(mySelectQuery, myConnection)
- myCommand.CommandText = "SELECT id, name FROM mytable WHERE age=@age"
- myCommand.UpdatedRowSource = UpdateRowSource.Both
- myCommand.Parameters.Add(myParamArray)
- Dim j As Integer
- For j = 0 To myCommand.Parameters.Count - 1
- myCommand.Parameters.Add(myParamArray(j))
- Next j
- Dim myMessage As String = ""
- Dim i As Integer
- For i = 0 To myCommand.Parameters.Count - 1
- myMessage += myCommand.Parameters(i).ToString() & ControlChars.Cr
- Next i
- Console.WriteLine(myMessage)
- End Sub
-
-
- public void CreateMySqlCommand(MySqlConnection myConnection, string mySelectQuery,
- MySqlParameter[] myParamArray)
- {
- MySqlCommand myCommand = new MySqlCommand(mySelectQuery, myConnection);
- myCommand.CommandText = "SELECT id, name FROM mytable WHERE age=@age";
- myCommand.Parameters.Add(myParamArray);
- for (int j=0; j<myParamArray.Length; j++)
- {
- myCommand.Parameters.Add(myParamArray[j]) ;
- }
- string myMessage = "";
- for (int i = 0; i < myCommand.Parameters.Count; i++)
- {
- myMessage += myCommand.Parameters[i].ToString() + "\n";
- }
- MessageBox.Show(myMessage);
- }
-
-
-
-
-
- Gets or sets the within which the executes.
-
- The . The default value is a null reference (Nothing in Visual Basic).
-
- You cannot set the Transaction property if it is already set to a
- specific value, and the command is in the process of executing. If you set the
- transaction property to a object that is not connected
- to the same as the object,
- an exception will be thrown the next time you attempt to execute a statement.
-
-
-
-
- Gets or sets a boolean value that indicates whether caching is enabled.
-
-
-
-
- Gets or sets the seconds for how long a TableDirect result should be cached.
-
-
-
-
- Gets or sets how command results are applied to the DataRow when used by the
- Update method of the DbDataAdapter.
-
-
-
-
- Gets or sets a value indicating whether the command object should be visible in a Windows Form Designer control.
-
-
-
-
- Attempts to cancel the execution of a currently active command
-
-
- Cancelling a currently active query only works with MySQL versions 5.0.0 and higher.
-
-
-
-
- Creates a new instance of a object.
-
-
- This method is a strongly-typed version of .
-
- A object.
-
-
-
-
- Check the connection to make sure
- - it is open
- - it is not currently being used by a reader
- - and we have the right version of MySQL for the requested command type
-
-
-
-
- Executes a SQL statement against the connection and returns the number of rows affected.
- Number of rows affected
- You can use ExecuteNonQuery to perform any type of database operation,
- however any resultsets returned will not be available. Any output parameters
- used in calling a stored procedure will be populated with data and can be
- retrieved after execution is complete.
- For UPDATE, INSERT, and DELETE statements, the return value is the number
- of rows affected by the command. For all other types of statements, the return
- value is -1.
-
- The following example creates a MySqlCommand and then
- executes it using ExecuteNonQuery. The example is passed a string that is a
- SQL statement (such as UPDATE, INSERT, or DELETE) and a string to use to
- connect to the data source.
-
- Public Sub CreateMySqlCommand(myExecuteQuery As String, myConnection As MySqlConnection)
- Dim myCommand As New MySqlCommand(myExecuteQuery, myConnection)
- myCommand.Connection.Open()
- myCommand.ExecuteNonQuery()
- myConnection.Close()
- End Sub
-
-
- public void CreateMySqlCommand(string myExecuteQuery, MySqlConnection myConnection)
- {
- MySqlCommand myCommand = new MySqlCommand(myExecuteQuery, myConnection);
- myCommand.Connection.Open();
- myCommand.ExecuteNonQuery();
- myConnection.Close();
- }
-
-
-
-
-
- Reset reader to null, to avoid "There is already an open data reader"
- on the next ExecuteReader(). Used in error handling scenarios.
-
-
-
-
- Reset SQL_SELECT_LIMIT that could have been modified by CommandBehavior.
-
-
-
-
- Sends the to the Connection
- and builds a .
-
- A object.
-
-
- When the property is set to StoredProcedure,
- the property should be set to the name of the stored
- procedure. The command executes this stored procedure when you call
- ExecuteReader.
-
-
- While the is in use, the associated
- is busy serving the MySqlDataReader.
- While in this state, no other operations can be performed on the
- MySqlConnection other than closing it. This is the case until the
- method of the MySqlDataReader is called.
-
-
- The following example creates a , then executes it by
- passing a string that is a SQL SELECT statement, and a string to use to connect to the
- data source.
-
- Public Sub CreateMySqlDataReader(mySelectQuery As String, myConnection As MySqlConnection)
- Dim myCommand As New MySqlCommand(mySelectQuery, myConnection)
- myConnection.Open()
- Dim myReader As MySqlDataReader
- myReader = myCommand.ExecuteReader()
- Try
- While myReader.Read()
- Console.WriteLine(myReader.GetString(0))
- End While
- Finally
- myReader.Close
- myConnection.Close
- End Try
- End Sub
-
-
- public void CreateMySqlDataReader(string mySelectQuery, MySqlConnection myConnection)
- {
- MySqlCommand myCommand = new MySqlCommand(mySelectQuery, myConnection);
- myConnection.Open();
- MMySqlDataReader myReader;
- myReader = myCommand.ExecuteReader();
- try
- {
- while(myReader.Read())
- {
- Console.WriteLine(myReader.GetString(0));
- }
- }
- finally
- {
- myReader.Close();
- myConnection.Close();
- }
- }
-
-
-
-
-
- Sends the to the Connection,
- and builds a using one of the values.
-
- One of the values.
-
-
- When the property is set to StoredProcedure,
- the property should be set to the name of the stored
- procedure. The command executes this stored procedure when you call
- ExecuteReader.
-
-
- The supports a special mode that enables large binary
- values to be read efficiently. For more information, see the SequentialAccess
- setting for .
-
-
- While the is in use, the associated
- is busy serving the MySqlDataReader.
- While in this state, no other operations can be performed on the
- MySqlConnection other than closing it. This is the case until the
- method of the MySqlDataReader is called.
- If the MySqlDataReader is created with CommandBehavior set to
- CloseConnection, closing the MySqlDataReader closes the connection
- automatically.
-
-
- When calling ExecuteReader with the SingleRow behavior, you should be aware that using a limit
- clause in your SQL will cause all rows (up to the limit given) to be retrieved by the client. The
- method will still return false after the first row but pulling all rows of data
- into the client will have a performance impact. If the limit clause is not necessary, it should
- be avoided.
-
-
- A object.
-
-
-
-
- Executes the query, and returns the first column of the first row in the
- result set returned by the query. Extra columns or rows are ignored.
-
- The first column of the first row in the result set, or a null reference if the
- result set is empty
-
-
- Use the ExecuteScalar method to retrieve a single value (for example,
- an aggregate value) from a database. This requires less code than using the
- method, and then performing the operations necessary
- to generate the single value using the data returned by a
-
-
- The following example creates a and then
- executes it using ExecuteScalar. The example is passed a string that is a
- SQL statement that returns an aggregate result, and a string to use to
- connect to the data source.
-
-
- Public Sub CreateMySqlCommand(myScalarQuery As String, myConnection As MySqlConnection)
- Dim myCommand As New MySqlCommand(myScalarQuery, myConnection)
- myCommand.Connection.Open()
- myCommand.ExecuteScalar()
- myConnection.Close()
- End Sub
-
-
- public void CreateMySqlCommand(string myScalarQuery, MySqlConnection myConnection)
- {
- MySqlCommand myCommand = new MySqlCommand(myScalarQuery, myConnection);
- myCommand.Connection.Open();
- myCommand.ExecuteScalar();
- myConnection.Close();
- }
-
-
- public:
- void CreateMySqlCommand(String* myScalarQuery, MySqlConnection* myConnection)
- {
- MySqlCommand* myCommand = new MySqlCommand(myScalarQuery, myConnection);
- myCommand->Connection->Open();
- myCommand->ExecuteScalar();
- myConnection->Close();
- }
-
-
-
-
-
-
-
-
-
- Creates a prepared version of the command on an instance of MySQL Server.
-
-
- Prepared statements are only supported on MySQL version 4.1 and higher. Calling
- prepare while connected to earlier versions of MySQL will succeed but will execute
- the statement in the same way as unprepared.
-
-
- The following example demonstrates the use of the Prepare method.
-
- public sub PrepareExample()
- Dim cmd as New MySqlCommand("INSERT INTO mytable VALUES (@val)", myConnection)
- cmd.Parameters.Add( "@val", 10 )
- cmd.Prepare()
- cmd.ExecuteNonQuery()
-
- cmd.Parameters(0).Value = 20
- cmd.ExecuteNonQuery()
- end sub
-
-
- private void PrepareExample()
- {
- MySqlCommand cmd = new MySqlCommand("INSERT INTO mytable VALUES (@val)", myConnection);
- cmd.Parameters.Add( "@val", 10 );
- cmd.Prepare();
- cmd.ExecuteNonQuery();
-
- cmd.Parameters[0].Value = 20;
- cmd.ExecuteNonQuery();
- }
-
-
-
-
-
- Initiates the asynchronous execution of the SQL statement or stored procedure
- that is described by this , and retrieves one or more
- result sets from the server.
-
- An that can be used to poll, wait for results,
- or both; this value is also needed when invoking EndExecuteReader,
- which returns a instance that can be used to retrieve
- the returned rows.
-
-
-
- Initiates the asynchronous execution of the SQL statement or stored procedure
- that is described by this using one of the
- CommandBehavior values.
-
- One of the values, indicating
- options for statement execution and data retrieval.
- An that can be used to poll, wait for results,
- or both; this value is also needed when invoking EndExecuteReader,
- which returns a instance that can be used to retrieve
- the returned rows.
-
-
-
- Finishes asynchronous execution of a SQL statement, returning the requested
- .
-
- The returned by the call to
- .
- A MySqlDataReader object that can be used to retrieve the requested rows.
-
-
-
- Initiates the asynchronous execution of the SQL statement or stored procedure
- that is described by this .
-
-
- An delegate that is invoked when the command's
- execution has completed. Pass a null reference (Nothing in Visual Basic)
- to indicate that no callback is required.
- A user-defined state object that is passed to the
- callback procedure. Retrieve this object from within the callback procedure
- using the property.
- An that can be used to poll or wait for results,
- or both; this value is also needed when invoking ,
- which returns the number of affected rows.
-
-
-
- Initiates the asynchronous execution of the SQL statement or stored procedure
- that is described by this .
-
- An that can be used to poll or wait for results,
- or both; this value is also needed when invoking ,
- which returns the number of affected rows.
-
-
-
- Finishes asynchronous execution of a SQL statement.
-
- The returned by the call
- to .
-
-
-
-
- Verifies if a query is valid even if it has not spaces or is a stored procedure call
-
- Query to validate
- If it is necessary to add call statement
-
-
-
- Creates a clone of this object. CommandText, Connection, and Transaction properties
- are included as well as the entire parameter list.
-
- The cloned object.
-
-
-
- Summary description for API.
-
-
-
-
- Summary description for CompressedStream.
-
-
-
-
- Represents an open connection to a MySQL Server database. This class cannot be inherited.
-
-
- A MySqlConnection object represents a session to a MySQL Server
- data source. When you create an instance of MySqlConnection, all
- properties are set to their initial values. For a list of these values, see the
- MySqlConnection constructor.
-
-
-
- If the MySqlConnection goes out of scope, it is not closed. Therefore,
- you must explicitly close the connection by calling
- or .
-
-
- The following example creates a and
- a MySqlConnection. The MySqlConnection is opened and set as the
- for the MySqlCommand. The example then calls
- , and closes the connection. To accomplish this, the ExecuteNonQuery is
- passed a connection string and a query string that is a SQL INSERT
- statement.
-
-
- Public Sub InsertRow(myConnectionString As String)
- ' If the connection string is null, use a default.
- If myConnectionString = "" Then
- myConnectionString = "Database=Test;Data Source=localhost;User Id=username;Password=pass"
- End If
- Dim myConnection As New MySqlConnection(myConnectionString)
- Dim myInsertQuery As String = "INSERT INTO Orders (id, customerId, amount) Values(1001, 23, 30.66)"
- Dim myCommand As New MySqlCommand(myInsertQuery)
- myCommand.Connection = myConnection
- myConnection.Open()
- myCommand.ExecuteNonQuery()
- myCommand.Connection.Close()
- End Sub
-
-
-
-
- public void InsertRow(string myConnectionString)
- {
- // If the connection string is null, use a default.
- if(myConnectionString == "")
- {
- myConnectionString = "Database=Test;Data Source=localhost;User Id=username;Password=pass";
- }
- MySqlConnection myConnection = new MySqlConnection(myConnectionString);
- string myInsertQuery = "INSERT INTO Orders (id, customerId, amount) Values(1001, 23, 30.66)";
- MySqlCommand myCommand = new MySqlCommand(myInsertQuery);
- myCommand.Connection = myConnection;
- myConnection.Open();
- myCommand.ExecuteNonQuery();
- myCommand.Connection.Close();
- }
-
-
-
-
-
-
- The client used to handle SSH connections.
-
-
-
- Occurs when MySQL returns warnings as a result of executing a command or query.
-
-
-
-
- Initializes a new instance of the class.
-
- When a new instance of is created, the read/write
- properties are set to the following initial values unless they are specifically
- set using their associated keywords in the property.
-
-
-
- Properties
- Initial Value
-
- -
-
-
-
- empty string ("")
-
- -
-
-
-
- 15
-
- -
-
-
-
- empty string ("")
-
- -
-
-
-
- empty string ("")
-
- -
-
-
-
- empty string ("")
-
-
-
- You can change the value for these properties only by using the ConnectionString property.
-
-
-
- Initializes a new instance of the class.
-
-
-
-
-
- Initializes a new instance of the class when given a string containing the connection string.
-
- When a new instance of is created, the read/write
- properties are set to the following initial values unless they are specifically
- set using their associated keywords in the property.
-
-
-
- Properties
- Initial Value
-
- -
-
-
-
- empty string ("")
-
- -
-
-
-
- 15
-
- -
-
-
-
- empty string ("")
-
- -
-
-
-
- empty string ("")
-
- -
-
-
-
- empty string ("")
-
-
-
- You can change the value for these properties only by using the ConnectionString property.
-
- The connection properties used to open the MySQL database.
-
-
-
- Determines whether the connection is a clone of other connection.
-
-
-
-
- Returns the id of the server thread this connection is executing on
-
-
-
-
- Gets the name of the MySQL server to which to connect.
-
-
-
-
- Gets the time to wait while trying to establish a connection before terminating the attempt and generating an error.
- The value set is less than 0.
- A value of 0 indicates no limit, and should be avoided in a
- because an attempt to connect
- will wait indefinitely.
-
- The following example creates a MySqlConnection
- and sets some of its properties in the connection string.
-
- Public Sub CreateSqlConnection()
- Dim myConnection As New MySqlConnection()
- myConnection.ConnectionString = "Persist Security Info=False;Username=user;Password=pass;database=test1;server=localhost;Connect Timeout=30"
- myConnection.Open()
- End Sub
-
-
- public void CreateSqlConnection()
- {
- MySqlConnection myConnection = new MySqlConnection();
- myConnection.ConnectionString = "Persist Security Info=False;Username=user;Password=pass;database=test1;server=localhost;Connect Timeout=30";
- myConnection.Open();
- }
-
-
-
-
- Gets the name of the current database or the database to be used after a connection is opened.The name of the current database or the name of the database to be used after a connection is opened. The default value is an empty string.
-
- The Database property does not update dynamically.
- If you change the current database using a SQL statement, then this property
- may reflect the wrong value. If you change the current database using the
- method, this property is updated to reflect the new database.
-
-
- The following example creates a and displays
- some of its read-only properties.
-
-
- Public Sub CreateMySqlConnection()
- Dim myConnString As String = _
- "Persist Security Info=False;database=test;server=localhost;user id=joeuser;pwd=pass"
- Dim myConnection As New MySqlConnection( myConnString )
- myConnection.Open()
- MessageBox.Show( "Server Version: " + myConnection.ServerVersion _
- + ControlChars.NewLine + "Database: " + myConnection.Database )
- myConnection.ChangeDatabase( "test2" )
- MessageBox.Show( "ServerVersion: " + myConnection.ServerVersion _
- + ControlChars.NewLine + "Database: " + myConnection.Database )
- myConnection.Close()
- End Sub
-
-
-
- public void CreateMySqlConnection()
- {
- string myConnString =
- "Persist Security Info=False;database=test;server=localhost;user id=joeuser;pwd=pass";
- MySqlConnection myConnection = new MySqlConnection( myConnString );
- myConnection.Open();
- MessageBox.Show( "Server Version: " + myConnection.ServerVersion
- + "\nDatabase: " + myConnection.Database );
- myConnection.ChangeDatabase( "test2" );
- MessageBox.Show( "ServerVersion: " + myConnection.ServerVersion
- + "\nDatabase: " + myConnection.Database );
- myConnection.Close();
- }
-
-
-
-
-
- Indicates if this connection should use compression when communicating with the server.
-
-
-
- Gets the current state of the connection.
- A bitwise combination of the values. The default is Closed.
-
- The allowed state changes are:
-
- -
- From Closed to Open, using the Open method of the connection object.
-
- -
- From Open to Closed, using either the Close method or the Dispose method of the connection object.
-
-
-
- The following example creates a , opens it,
- displays some of its properties, then closes the connection.
-
-
- Public Sub CreateMySqlConnection(myConnString As String)
- Dim myConnection As New MySqlConnection(myConnString)
- myConnection.Open()
- MessageBox.Show("ServerVersion: " + myConnection.ServerVersion _
- + ControlChars.Cr + "State: " + myConnection.State.ToString())
- myConnection.Close()
- End Sub
-
-
- public void CreateMySqlConnection(string myConnString)
- {
- MySqlConnection myConnection = new MySqlConnection(myConnString);
- myConnection.Open();
- MessageBox.Show("ServerVersion: " + myConnection.ServerVersion +
- "\nState: " + myConnection.State.ToString());
- myConnection.Close();
- }
-
-
-
-
- Gets a string containing the version of the MySQL server to which the client is connected.The version of the instance of MySQL.The connection is closed.
- The following example creates a , opens it,
- displays some of its properties, then closes the connection.
-
-
- Public Sub CreateMySqlConnection(myConnString As String)
- Dim myConnection As New MySqlConnection(myConnString)
- myConnection.Open()
- MessageBox.Show("ServerVersion: " + myConnection.ServerVersion _
- + ControlChars.Cr + "State: " + myConnection.State.ToString())
- myConnection.Close()
- End Sub
-
-
- public void CreateMySqlConnection(string myConnString)
- {
- MySqlConnection myConnection = new MySqlConnection(myConnString);
- myConnection.Open();
- MessageBox.Show("ServerVersion: " + myConnection.ServerVersion +
- "\nState: " + myConnection.State.ToString());
- myConnection.Close();
- }
-
-
-
-
-
- Gets or sets the string used to connect to a MySQL Server database.
-
-
- The ConnectionString returned may not be exactly like what was originally
- set but will be indentical in terms of keyword/value pairs. Security information
- will not be included unless the Persist Security Info value is set to true.
-
-
- You can use the ConnectionString property to connect to a database.
- The following example illustrates a typical connection string.
-
- "Persist Security Info=False;database=MyDB;server=MySqlServer;user id=myUser;Password=myPass"
-
- The ConnectionString property can be set only when the connection is
- closed. Many of the connection string values have corresponding read-only
- properties. When the connection string is set, all of these properties are
- updated, except when an error is detected. In this case, none of the properties
- are updated. properties return only those settings contained in the
- ConnectionString.
-
-
- To connect to a local machine, specify "localhost" for the server. If you do not
- specify a server, localhost is assumed.
-
-
- Resetting the ConnectionString on a closed connection resets all
- connection string values (and related properties) including the password. For
- example, if you set a connection string that includes "Database= MyDb", and
- then reset the connection string to "Data Source=myserver;User Id=myUser;Password=myPass",
- the property is no longer set to MyDb.
-
-
- The connection string is parsed immediately after being set. If errors in
- syntax are found when parsing, a runtime exception, such as ,
- is generated. Other errors can be found only when an attempt is made to open the
- connection.
-
-
- The basic format of a connection string consists of a series of keyword/value
- pairs separated by semicolons. The equal sign (=) connects each keyword and its
- value. To include values that contain a semicolon, single-quote character, or
- double-quote character, the value must be enclosed in double quotes. If the
- value contains both a semicolon and a double-quote character, the value can be
- enclosed in single quotes. The single quote is also useful if the value begins
- with a double-quote character. Conversely, the double quote can be used if the
- value begins with a single quote. If the value contains both single-quote and
- double-quote characters, the quote character used to enclose the value must be
- doubled each time it occurs within the value.
-
-
- To include preceding or trailing spaces in the string value, the value must
- be enclosed in either single quotes or double quotes. Any leading or trailing
- spaces around integer, Boolean, or enumerated values are ignored, even if
- enclosed in quotes. However, spaces within a string literal keyword or value are
- preserved. Using .NET Framework version 1.1, single or double quotes may be used
- within a connection string without using delimiters (for example, Data Source=
- my'Server or Data Source= my"Server), unless a quote character is the first or
- last character in the value.
-
-
- To include an equal sign (=) in a keyword or value, it must be preceded by
- another equal sign. For example, in the hypothetical connection string
-
- "key==word=value"
-
- the keyword is "key=word" and the value is "value".
-
- If a specific keyword in a keyword= value pair occurs multiple times in a
- connection string, the last occurrence listed is used in the value set.
-
- Keywords are not case sensitive.
-
- The following table lists the valid names for keyword values within the
- ConnectionString.
-
-
-
-
-
- | Name |
- Default |
- Description |
-
-
- |
- Connect Timeout -or- Connection Timeout
- |
- 15 |
-
- The length of time (in seconds) to wait for a connection to the server before
- terminating the attempt and generating an error.
- |
-
-
- |
- Host -or- Server -or- Data Source -or-
- DataSource -or- Address -or- Addr -or-
- Network Address
- |
- localhost |
-
-
- The name or network address of the instance of MySQL to which to connect. Multiple hosts can be
- specified separated by &. This can be useful where multiple MySQL servers are configured for replication
- and you are not concerned about the precise server you are connecting to. No attempt is made by the provider to
- synchronize writes to the database so care should be taken when using this option.
-
-
- In Unix environment with Mono, this can be a fully qualified path to MySQL socket filename. With this configuration, the Unix socket will be used instead of TCP/IP socket.
- Currently only a single socket name can be given so accessing MySQL in a replicated environment using Unix sockets is not currently supported.
-
- |
-
-
- | Port |
- 3306 |
-
- The port MySQL is using to listen for connections. This value is ignored if the connection protocol
- is anything but socket.
- |
-
-
- | Protocol |
- socket |
-
- Specifies the type of connection to make to the server.Values can be:
- socket or tcp for a socket connection
- pipe for a named pipe connection
- unix for a Unix socket connection
- memory to use MySQL shared memory
- |
-
-
- |
- CharSet -or Character Set
- |
- |
-
- Specifies the character set that should be used to encode all queries sent to the server.
- Resultsets are still returned in the character set of the data returned.
- |
-
-
- | Logging |
- false |
- When true, various pieces of information is output to any configured TraceListeners. |
-
-
- | Allow Batch |
- true |
-
- When true, multiple SQL statements can be sent with one command execution.
- -Note-
- Starting with MySQL 4.1.1, batch statements should be separated by the server-defined seperator character.
- Commands sent to earlier versions of MySQL should be seperated with ';'.
- |
-
-
- | Encrypt |
- false |
-
- When true, SSL/TLS encryption is used for all data sent between the
- client and server if the server has a certificate installed. Recognized values
- are true, false, yes, and no.
- |
-
-
- |
- Initial Catalog -or- Database
- |
- mysql |
- The name of the database to use intially |
-
-
- |
- Password -or- pwd
- |
- |
- The password for the MySQL account being used. |
-
-
- | Persist Security Info |
- false |
-
- When set to false or no (strongly recommended), security-sensitive
- information, such as the password, is not returned as part of the connection if
- the connection is open or has ever been in an open state. Resetting the
- connection string resets all connection string values including the password.
- Recognized values are true, false, yes, and no.
- |
-
-
- |
- User Id -or- Username -or- Uid -or- User name
- |
- |
- The MySQL login account being used. |
-
-
- | Shared Memory Name |
- MYSQL |
- The name of the shared memory object to use for communication if the connection protocol is set to memory. |
-
-
- | Allow Zero Datetime |
- false |
-
- True to have MySqlDataReader.GetValue() return a MySqlDateTime for date or datetime columns that have illegal values.
- False will cause a DateTime object to be returned for legal values and an exception will be thrown for illegal values.
- |
-
-
- | Convert Zero Datetime |
- false |
-
- True to have MySqlDataReader.GetValue() and MySqlDataReader.GetDateTime()
- return DateTime.MinValue for date or datetime columns that have illegal values.
- |
-
-
- |
- Pipe Name -or- Pipe
- |
- mysql |
-
- When set to the name of a named pipe, the MySqlConnection will attempt to connect to MySQL
- on that named pipe.
This settings only applies to the Windows platform.
- |
-
-
- |
- Use Performance Monitor -or- UsePerformanceMonitor
- |
- false |
-
- Posts performance data that can be tracked using perfmon
- |
-
-
- |
- Procedure Cache Size
- |
- 25 |
-
- How many stored procedure definitions can be held in the cache
- |
-
-
- |
- Ignore Prepare
- |
- true |
-
- Instructs the provider to ignore any attempts to prepare commands. This option
- was added to allow a user to disable prepared statements in an entire application
- without modifying the code. A user might want to do this if errors or bugs are
- encountered with MySQL prepared statements.
- |
-
-
- | Use Procedure Bodies |
- true |
-
- Instructs the provider to attempt to call the procedure without first resolving the metadata. This
- is useful in situations where the calling user does not have access to the mysql.proc table. To
- use this mode, the parameters for the procedure must be added to the command in the same order
- as they appear in the procedure definition and their types must be explicitly set.
- |
-
-
- | Auto Enlist |
- true |
-
- Indicates whether the connection should automatically enlist in the current transaction,
- if there is one.
- |
-
-
- | Respect Binary Flags |
- true |
-
- Indicates whether the connection should respect all binary flags sent to the client
- as part of column metadata. False will cause the connector to behave like
- Connector/NET 5.0 and earlier.
- |
-
-
- | BlobAsUTF8IncludePattern |
- null |
-
- Pattern that should be used to indicate which blob columns should be treated as UTF-8.
- |
-
-
- | BlobAsUTF8ExcludePattern |
- null |
-
- Pattern that should be used to indicate which blob columns should not be treated as UTF-8.
- |
-
-
- | Default Command Timeout |
- 30 |
-
- The default timeout that new MySqlCommand objects will use unless changed.
- |
-
-
- | Allow User Variables |
- false |
-
- Should the provider expect user variables in the SQL.
- |
-
-
- | Interactive -or- Interactive Session |
- false |
-
- Should this session be considered interactive?
- |
-
-
- | Functions Return String |
- false |
-
- Set this option to true to force the return value of SQL functions to be string.
- |
-
-
- | Use Affected Rows |
- false |
-
- Set this option to true to cause the affected rows reported to reflect only the
- rows that are actually changed. By default, the number of rows that are matched
- is returned.
- |
-
-
-
-
- The following table lists the valid names for connection pooling values within
- the ConnectionString. For more information about connection pooling, see
- Connection Pooling for the MySql Data Provider.
-
-
-
-
- | Name |
- Default |
- Description |
-
-
- | Connection Lifetime |
- 0 |
-
- When a connection is returned to the pool, its creation time is compared with
- the current time, and the connection is destroyed if that time span (in seconds)
- exceeds the value specified by Connection Lifetime. This is useful in
- clustered configurations to force load balancing between a running server and a
- server just brought online.
-
- A value of zero (0) causes pooled connections to have the maximum connection
- timeout.
-
- |
-
-
- | Max Pool Size |
- 100 |
- The maximum number of connections allowed in the pool. |
-
-
- | Min Pool Size |
- 0 |
- The minimum number of connections allowed in the pool. |
-
-
- | Pooling |
- true |
-
- When true, the MySqlConnection object is drawn from the appropriate
- pool, or if necessary, is created and added to the appropriate pool. Recognized
- values are true, false, yes, and no.
- |
-
-
- | Connection Reset |
- false |
-
- Specifies whether the database connection should be reset when being
- drawn from the pool. Leaving this as false will yeild much faster
- connection opens but the user should understand the side effects
- of doing this such as temporary tables and user variables from the previous
- session not being cleared out.
- |
-
-
- | Cache Server Properties |
- false |
-
- Specifies whether the server variables are cached between pooled connections.
- On systems where the variables change infrequently and there are lots of
- connection attempts, this can speed up things dramatically.
- |
-
-
-
-
- When setting keyword or connection pooling values that require a Boolean
- value, you can use 'yes' instead of 'true', and 'no' instead of 'false'.
-
-
- Note The MySql Data Provider uses the native socket protocol to
- communicate with MySQL. Therefore, it does not support the use of an ODBC data source name (DSN) when
- connecting to MySQL because it does not add an ODBC layer.
-
-
- CAUTION In this release, the application should use caution when constructing a
- connection string based on user input (for example when retrieving user ID and password information from a
- dialog box, and appending it to the connection string). The application should
- ensure that a user cannot embed extra connection string parameters in these
- values (for example, entering a password as "validpassword;database=somedb" in
- an attempt to attach to a different database).
-
-
- The following example creates a and sets some of its properties
-
- Public Sub CreateConnection()
- Dim myConnection As New MySqlConnection()
- myConnection.ConnectionString = "Persist Security Info=False;database=myDB;server=myHost;Connect Timeout=30;user id=myUser; pwd=myPass"
- myConnection.Open()
- End Sub 'CreateConnection
-
-
- public void CreateConnection()
- {
- MySqlConnection myConnection = new MySqlConnection();
- myConnection.ConnectionString = "Persist Security Info=False;database=myDB;server=myHost;Connect Timeout=30;user id=myUser; pwd=myPass";
- myConnection.Open();
- }
-
-
- The following example creates a in Unix environment with Mono installed. MySQL socket filename used in this example is "/var/lib/mysql/mysql.sock". The actual filename depends on your MySQL configuration.
-
- Public Sub CreateConnection()
- Dim myConnection As New MySqlConnection()
- myConnection.ConnectionString = "database=myDB;server=/var/lib/mysql/mysql.sock;user id=myUser; pwd=myPass"
- myConnection.Open()
- End Sub 'CreateConnection
-
-
- public void CreateConnection()
- {
- MySqlConnection myConnection = new MySqlConnection();
- myConnection.ConnectionString = "database=myDB;server=/var/lib/mysql/mysql.sock;user id=myUser; pwd=myPass";
- myConnection.Open();
- }
-
-
-
-
-
- Gets a boolean value that indicates whether the password associated to the connection is expired.
-
-
-
- Begins a database transaction.An object representing the new transaction.Parallel transactions are not supported.
- This command is equivalent to the MySQL BEGIN TRANSACTION command.
-
- You must explicitly commit or roll back the transaction using the or
- method.
-
- If you do not specify an isolation level, the default isolation level is used. To specify an isolation
- level with the method, use the overload that takes the iso parameter. Also
- note that any attempt to begin a transaction while a transaction is in progress will throw an exception on MySQL 4.1 and higher.
- On MySQL 4.0, an exception will not be thrown because servers 4.0 and earlier did not report their transacation status.
-
-
-
- The following example creates a and a
- . It also demonstrates how to use the BeginTransaction, a
- , and methods.
-
- Public Sub RunTransaction(myConnString As String)
- Dim myConnection As New MySqlConnection(myConnString)
- myConnection.Open()
-
- Dim myCommand As MySqlCommand = myConnection.CreateCommand()
- Dim myTrans As MySqlTransaction
-
- ' Start a local transaction
- myTrans = myConnection.BeginTransaction()
- ' Must assign both transaction object and connection
- ' to Command object for a pending local transaction
- myCommand.Connection = myConnection
- myCommand.Transaction = myTrans
-
- Try
- myCommand.CommandText = "Insert into Test (id, desc) VALUES (100, 'Description')"
- myCommand.ExecuteNonQuery()
- myCommand.CommandText = "Insert into Test (id, desc) VALUES (101, 'Description')"
- myCommand.ExecuteNonQuery()
- myTrans.Commit()
- Console.WriteLine("Both records are written to database.")
- Catch e As Exception
- Try
- myTrans.Rollback()
- Catch ex As MySqlException
- If Not myTrans.Connection Is Nothing Then
- Console.WriteLine("An exception of type " + ex.GetType().ToString() + _
- " was encountered while attempting to roll back the transaction.")
- End If
- End Try
-
- Console.WriteLine("An exception of type " + e.GetType().ToString() + _
- "was encountered while inserting the data.")
- Console.WriteLine("Neither record was written to database.")
- Finally
- myConnection.Close()
- End Try
- End Sub
-
-
- public void RunTransaction(string myConnString)
- {
- MySqlConnection myConnection = new MySqlConnection(myConnString);
- myConnection.Open();
-
- MySqlCommand myCommand = myConnection.CreateCommand();
- MySqlTransaction myTrans;
-
- // Start a local transaction
- myTrans = myConnection.BeginTransaction();
- // Must assign both transaction object and connection
- // to Command object for a pending local transaction
- myCommand.Connection = myConnection;
- myCommand.Transaction = myTrans;
-
- try
- {
- myCommand.CommandText = "insert into Test (id, desc) VALUES (100, 'Description')";
- myCommand.ExecuteNonQuery();
- myCommand.CommandText = "insert into Test (id, desc) VALUES (101, 'Description')";
- myCommand.ExecuteNonQuery();
- myTrans.Commit();
- Console.WriteLine("Both records are written to database.");
- }
- catch(Exception e)
- {
- try
- {
- myTrans.Rollback();
- }
- catch (SqlException ex)
- {
- if (myTrans.Connection != null)
- {
- Console.WriteLine("An exception of type " + ex.GetType() +
- " was encountered while attempting to roll back the transaction.");
- }
- }
-
- Console.WriteLine("An exception of type " + e.GetType() +
- " was encountered while inserting the data.");
- Console.WriteLine("Neither record was written to database.");
- }
- finally
- {
- myConnection.Close();
- }
- }
-
-
-
-
- Begins a database transaction with the specified isolation level.The isolation level under which the transaction should run. An object representing the new transaction.Parallel exceptions are not supported.
- This command is equivalent to the MySQL BEGIN TRANSACTION command.
-
- You must explicitly commit or roll back the transaction using the or
- method.
-
- If you do not specify an isolation level, the default isolation level is used. To specify an isolation
- level with the method, use the overload that takes the iso parameter.
- Also note that any attempt to begin a transaction while a transaction is in progress will throw an exception on MySQL 4.1 and higher.
- On MySQL 4.0, an exception will not be thrown because servers 4.0 and earlier did not report their transacation status.
-
-
-
- The following example creates a and a
- . It also demonstrates how to use the BeginTransaction, a
- , and methods.
-
- Public Sub RunTransaction(myConnString As String)
- Dim myConnection As New MySqlConnection(myConnString)
- myConnection.Open()
-
- Dim myCommand As MySqlCommand = myConnection.CreateCommand()
- Dim myTrans As MySqlTransaction
-
- ' Start a local transaction
- myTrans = myConnection.BeginTransaction()
- ' Must assign both transaction object and connection
- ' to Command object for a pending local transaction
- myCommand.Connection = myConnection
- myCommand.Transaction = myTrans
-
- Try
- myCommand.CommandText = "Insert into Test (id, desc) VALUES (100, 'Description')"
- myCommand.ExecuteNonQuery()
- myCommand.CommandText = "Insert into Test (id, desc) VALUES (101, 'Description')"
- myCommand.ExecuteNonQuery()
- myTrans.Commit()
- Console.WriteLine("Both records are written to database.")
- Catch e As Exception
- Try
- myTrans.Rollback()
- Catch ex As MySqlException
- If Not myTrans.Connection Is Nothing Then
- Console.WriteLine("An exception of type " + ex.GetType().ToString() + _
- " was encountered while attempting to roll back the transaction.")
- End If
- End Try
-
- Console.WriteLine("An exception of type " + e.GetType().ToString() + _
- "was encountered while inserting the data.")
- Console.WriteLine("Neither record was written to database.")
- Finally
- myConnection.Close()
- End Try
- End Sub
-
-
- public void RunTransaction(string myConnString)
- {
- MySqlConnection myConnection = new MySqlConnection(myConnString);
- myConnection.Open();
-
- MySqlCommand myCommand = myConnection.CreateCommand();
- MySqlTransaction myTrans;
-
- // Start a local transaction
- myTrans = myConnection.BeginTransaction();
- // Must assign both transaction object and connection
- // to Command object for a pending local transaction
- myCommand.Connection = myConnection;
- myCommand.Transaction = myTrans;
-
- try
- {
- myCommand.CommandText = "insert into Test (id, desc) VALUES (100, 'Description')";
- myCommand.ExecuteNonQuery();
- myCommand.CommandText = "insert into Test (id, desc) VALUES (101, 'Description')";
- myCommand.ExecuteNonQuery();
- myTrans.Commit();
- Console.WriteLine("Both records are written to database.");
- }
- catch(Exception e)
- {
- try
- {
- myTrans.Rollback();
- }
- catch (SqlException ex)
- {
- if (myTrans.Connection != null)
- {
- Console.WriteLine("An exception of type " + ex.GetType() +
- " was encountered while attempting to roll back the transaction.");
- }
- }
-
- Console.WriteLine("An exception of type " + e.GetType() +
- " was encountered while inserting the data.");
- Console.WriteLine("Neither record was written to database.");
- }
- finally
- {
- myConnection.Close();
- }
- }
-
-
-
-
- Changes the current database for an open MySqlConnection.The name of the database to use.
-
- The value supplied in the database parameter must be a valid database
- name. The database parameter cannot contain a null value, an empty
- string, or a string with only blank characters.
-
-
-
- When you are using connection pooling against MySQL, and you close
- the connection, it is returned to the connection pool. The next time the
- connection is retrieved from the pool, the reset connection request
- executes before the user performs any operations.
-
- The database name is not valid.The connection is not open.Cannot change the database.
- The following example creates a and displays
- some of its read-only properties.
-
-
- Public Sub CreateMySqlConnection()
- Dim myConnString As String = _
- "Persist Security Info=False;database=test;server=localhost;user id=joeuser;pwd=pass"
- Dim myConnection As New MySqlConnection( myConnString )
- myConnection.Open()
- MessageBox.Show( "Server Version: " + myConnection.ServerVersion _
- + ControlChars.NewLine + "Database: " + myConnection.Database )
- myConnection.ChangeDatabase( "test2" )
- MessageBox.Show( "ServerVersion: " + myConnection.ServerVersion _
- + ControlChars.NewLine + "Database: " + myConnection.Database )
- myConnection.Close()
- End Sub
-
-
-
- public void CreateMySqlConnection()
- {
- string myConnString =
- "Persist Security Info=False;database=test;server=localhost;user id=joeuser;pwd=pass";
- MySqlConnection myConnection = new MySqlConnection( myConnString );
- myConnection.Open();
- MessageBox.Show( "Server Version: " + myConnection.ServerVersion
- + "\nDatabase: " + myConnection.Database );
- myConnection.ChangeDatabase( "test2" );
- MessageBox.Show( "ServerVersion: " + myConnection.ServerVersion
- + "\nDatabase: " + myConnection.Database );
- myConnection.Close();
- }
-
-
-
-
-
- Pings the server.
-
- true if the ping was successful; otherwise, false.
-
-
- Opens a database connection with the property settings specified by the ConnectionString.Cannot open a connection without specifying a data source or server.A connection-level error occurred while opening the connection.
-
- The draws an open connection from the connection pool if one is available.
- Otherwise, it establishes a new connection to an instance of MySQL.
-
-
- The following example creates a , opens it,
- displays some of its properties, then closes the connection.
-
-
- Public Sub CreateMySqlConnection(myConnString As String)
- Dim myConnection As New MySqlConnection(myConnString)
- myConnection.Open()
- MessageBox.Show("ServerVersion: " + myConnection.ServerVersion _
- + ControlChars.Cr + "State: " + myConnection.State.ToString())
- myConnection.Close()
- End Sub
-
-
- public void CreateMySqlConnection(string myConnString)
- {
- MySqlConnection myConnection = new MySqlConnection(myConnString);
- myConnection.Open();
- MessageBox.Show("ServerVersion: " + myConnection.ServerVersion +
- "\nState: " + myConnection.State.ToString());
- myConnection.Close();
- }
-
-
-
-
-
- Initializes the if more than one host is found.
-
- A string containing an unparsed list of hosts.
- true if the connection data is a URI; otherwise false.
- The number of hosts found, -1 if an error was raised during parsing.
-
-
-
- Creates a object based on the provided parameters.
-
- The host string which can be a simple host name or a host name and port.
- The priority of the host.
- The port number of the host.
-
-
-
-
- Creates and returns a object associated with the .
-
- A object.
-
-
-
- Closes the connection to the database. This is the preferred method of closing any open connection.
-
- The Close method rolls back any pending transactions. It then releases
- the connection to the connection pool, or closes the connection if connection
- pooling is disabled.
-
-
- An application can call Close more than one time. No exception is
- generated.
-
-
- The following example creates a , opens it,
- displays some of its properties, then closes the connection.
-
-
- Public Sub CreateMySqlConnection(myConnString As String)
- Dim myConnection As New MySqlConnection(myConnString)
- myConnection.Open()
- MessageBox.Show("ServerVersion: " + myConnection.ServerVersion _
- + ControlChars.Cr + "State: " + myConnection.State.ToString())
- myConnection.Close()
- End Sub
-
-
- public void CreateMySqlConnection(string myConnString)
- {
- MySqlConnection myConnection = new MySqlConnection(myConnString);
- myConnection.Open();
- MessageBox.Show("ServerVersion: " + myConnection.ServerVersion +
- "\nState: " + myConnection.State.ToString());
- myConnection.Close();
- }
-
-
-
-
-
- Cancels the query after the specified time interval.
-
- The length of time (in seconds) to wait for the cancelation of the command execution.
-
-
-
- Sets query timeout. If timeout has been set prior and not
- yet cleared ClearCommandTimeout(), it has no effect.
-
- timeout in seconds
- true if
-
-
-
- Clears query timeout, allowing next SetCommandTimeout() to succeed.
-
-
-
-
- Gets a schema collection based on the provided restriction values.
-
- The name of the collection.
- The values to restrict.
- A schema collection object.
-
-
- Empties the connection pool associated with the specified connection.
- The associated with the pool to be cleared.
-
-
- ClearPool clears the connection pool that is associated with the connection.
- If additional connections associated with connection are in use at the time of the call,
- they are marked appropriately and are discarded (instead of being returned to the pool)
- when Close is called on them.
-
-
-
-
- Clears all connection pools.
-
- ClearAllPools essentially performs a on all current connection
- pools.
-
-
-
-
-
- Initiates the asynchronous execution of a transaction.
-
- An object representing the new transaction.
-
-
-
- Asynchronous version of BeginTransaction.
-
- The cancellation token.
- An object representing the new transaction.
-
-
-
- Asynchronous version of BeginTransaction.
-
- The isolation level under which the transaction should run.
- An object representing the new transaction.
-
-
-
- Asynchronous version of BeginTransaction.
-
- The isolation level under which the transaction should run.
- The cancellation token.
- An object representing the new transaction.
-
-
-
- Asynchronous version of the ChangeDataBase method.
-
- The name of the database to use.
-
-
-
-
- Asynchronous version of the ChangeDataBase method.
-
- The name of the database to use.
- The cancellation token.
-
-
-
-
- Asynchronous version of the Close method.
-
-
-
-
- Asynchronous version of the Close method.
-
- The cancellation token.
-
-
-
- Asynchronous version of the ClearPool method.
-
- The connection associated with the pool to be cleared.
-
-
-
- Asynchronous version of the ClearPool method.
-
- The connection associated with the pool to be cleared.
- The cancellation token.
-
-
-
- Asynchronous version of the ClearAllPools method.
-
-
-
-
- Asynchronous version of the ClearAllPools method.
-
- The cancellation token.
-
-
-
- Asynchronous version of the GetSchemaCollection method.
-
- The name of the collection.
- The values to restrict.
- A collection of schema objects.
-
-
-
- Asynchronous version of the GetSchemaCollection method.
-
- The name of the collection.
- The values to restrict.
- The cancellation token.
- A collection of schema objects.
-
-
-
- Returns schema information for the data source of this .
-
- A that contains schema information.
-
-
-
- Returns schema information for the data source of this
- using the specified string for the schema name.
-
- Specifies the name of the schema to return.
- A that contains schema information.
-
-
-
- Returns schema information for the data source of this
- using the specified string for the schema name and the specified string array
- for the restriction values.
-
- Specifies the name of the schema to return.
- Specifies a set of restriction values for the requested schema.
- A that contains schema information.
-
-
-
- Enlists in the specified transaction.
-
-
- A reference to an existing in which to enlist.
-
-
-
-
- Creates a new MySqlConnection object with the exact same ConnectionString value
-
- A cloned MySqlConnection object
-
-
-
- Represents the method that will handle the event of a
- .
-
-
-
-
- Provides data for the InfoMessage event. This class cannot be inherited.
-
-
-
-
- Gets or sets an array of objects set with the errors found.
-
-
-
-
- IDisposable wrapper around SetCommandTimeout and ClearCommandTimeout functionality.
-
-
-
-
- Summary description for Crypt.
-
-
-
-
- Simple XOR scramble
-
- Source array
- Index inside source array
- Destination array
- Index inside destination array
- Password used to xor the bits
- Number of bytes to scramble
-
-
-
- Returns a byte array containing the proper encryption of the
- given password/seed according to the new 4.1.1 authentication scheme.
-
-
-
-
-
-
-
- Encrypts a password using the MySql encryption scheme
-
- The password to encrypt
- The encryption seed the server gave us
- Indicates if we should use the old or new encryption scheme
-
-
-
-
- Hashes a password using the algorithm from Monty's code.
- The first element in the return is the result of the "old" hash.
- The second element is the rest of the "new" hash.
-
- Password to be hashed
- Two element array containing the hashed values
-
-
-
- Provides a means of reading a forward-only stream of rows from a MySQL database. This class cannot be inherited.
-
-
- To create a MySQLDataReader, you must call the
- method of the object, rather than directly using a constructor.
-
-
- While the MySqlDataReader is in use, the associated
- is busy serving the MySqlDataReader, and no other operations can be performed
- on the MySqlConnection other than closing it. This is the case until the
- method of the MySqlDataReader is called.
-
-
- and
- are the only properties that you can call after the MySqlDataReader is
- closed. Though the RecordsAffected property may be accessed at any time
- while the MySqlDataReader exists, always call Close before returning
- the value of RecordsAffected to ensure an accurate return value.
-
-
- For optimal performance, MySqlDataReader avoids creating
- unnecessary objects or making unnecessary copies of data. As a result, multiple calls
- to methods such as return a reference to the
- same object. Use caution if you are modifying the underlying value of the objects
- returned by methods such as GetValue.
-
-
- The following example creates a ,
- a , and a MySqlDataReader. The example reads through
- the data, writing it out to the console. Finally, the example closes the MySqlDataReader, then the
- MySqlConnection.
-
- Public Sub ReadMyData(myConnString As String)
- Dim mySelectQuery As String = "SELECT OrderID, CustomerID FROM Orders"
- Dim myConnection As New MySqlConnection(myConnString)
- Dim myCommand As New MySqlCommand(mySelectQuery, myConnection)
- myConnection.Open()
- Dim myReader As MySqlDataReader
- myReader = myCommand.ExecuteReader()
- ' Always call Read before accessing data.
- While myReader.Read()
- Console.WriteLine((myReader.GetInt32(0) & ", " & myReader.GetString(1)))
- End While
- ' always call Close when done reading.
- myReader.Close()
- ' Close the connection when done with it.
- myConnection.Close()
- End Sub 'ReadMyData
-
-
- public void ReadMyData(string myConnString) {
- string mySelectQuery = "SELECT OrderID, CustomerID FROM Orders";
- MySqlConnection myConnection = new MySqlConnection(myConnString);
- MySqlCommand myCommand = new MySqlCommand(mySelectQuery,myConnection);
- myConnection.Open();
- MySqlDataReader myReader;
- myReader = myCommand.ExecuteReader();
- // Always call Read before accessing data.
- while (myReader.Read()) {
- Console.WriteLine(myReader.GetInt32(0) + ", " + myReader.GetString(1));
- }
- // always call Close when done reading.
- myReader.Close();
- // Close the connection when done with it.
- myConnection.Close();
- }
-
-
-
-
-
- Gets the number of columns in the current row.
-
-
-
-
- Gets a value indicating whether the MySqlDataReader contains one or more rows.
-
-
-
-
- Gets a value indicating whether the data reader is closed.
-
-
-
-
- Gets the number of rows changed, inserted, or deleted by execution of the SQL statement.
-
-
-
-
- Overloaded. Gets the value of a column in its native format.
- In C#, this property is the indexer for the MySqlDataReader class.
-
-
-
-
- Gets the value of a column in its native format.
- [C#] In C#, this property is the indexer for the MySqlDataReader class.
-
-
-
-
- Gets a value indicating the depth of nesting for the current row. This method is not
- supported currently and always returns 0.
-
-
-
-
- Closes the MySqlDataReader object.
-
-
-
-
- Gets the value of the specified column as a Boolean.
-
-
-
-
-
-
- Gets the value of the specified column as a Boolean.
-
-
-
-
-
-
- Gets the value of the specified column as a byte.
-
-
-
-
-
-
- Gets the value of the specified column as a byte.
-
-
-
-
-
-
- Gets the value of the specified column as a sbyte.
-
-
-
-
-
-
- Gets the value of the specified column as a sbyte.
-
-
-
-
-
-
- Reads a stream of bytes from the specified column offset into the buffer an array starting at the given buffer offset.
-
- The zero-based column ordinal.
- The index within the field from which to begin the read operation.
- The buffer into which to read the stream of bytes.
- The index for buffer to begin the read operation.
- The maximum length to copy into the buffer.
- The actual number of bytes read.
-
-
-
-
- Gets the value of the specified column as a single character.
-
-
-
-
-
-
- Gets the value of the specified column as a single character.
-
-
-
-
-
-
- Reads a stream of characters from the specified column offset into the buffer as an array starting at the given buffer offset.
-
-
-
-
-
-
-
-
-
-
- Gets the name of the source data type.
-
-
-
-
-
-
- Gets the value of the specified column as a object.
-
-
- No conversions are performed; therefore, the data retrieved must already be a DateTime object.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The zero-based column ordinal or column name.The value of the specified column.
-
-
-
- Gets the value of the specified column as a object.
-
-
- No conversions are performed; therefore, the data retrieved must already be a DateTime object.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The zero-based column ordinal or column name.The value of the specified column.
-
-
-
- Gets the value of the specified column as a object.
-
-
- No conversions are performed; therefore, the data retrieved must already be a DateTime object.
-
-
- Call IsDBNull to check for null values before calling this method.
-
-
-
- MySql allows date columns to contain the value '0000-00-00' and datetime
- columns to contain the value '0000-00-00 00:00:00'. The DateTime structure cannot contain
- or represent these values. To read a datetime value from a column that might
- contain zero values, use .
-
-
- The behavior of reading a zero datetime column using this method is defined by the
- ZeroDateTimeBehavior connection string option. For more information on this option,
- please refer to .
-
-
- The column name.The value of the specified column.
-
-
-
- Gets the value of the specified column as a object.
-
-
- No conversions are performed; therefore, the data retrieved must already be a DateTime object.
-
-
- Call IsDBNull to check for null values before calling this method.
-
-
-
- MySql allows date columns to contain the value '0000-00-00' and datetime
- columns to contain the value '0000-00-00 00:00:00'. The DateTime structure cannot contain
- or represent these values. To read a datetime value from a column that might
- contain zero values, use .
-
-
- The behavior of reading a zero datetime column using this method is defined by the
- ZeroDateTimeBehavior connection string option. For more information on this option,
- please refer to .
-
-
- The zero-based column ordinal.The value of the specified column.
-
-
-
- Gets the value of the specified column as a .
-
- The name of the colum.
- The value of the specified column as a .
-
-
-
- Gets the value of the specified column as a .
-
- The index of the colum.
- The value of the specified column as a .
-
-
-
- Gets the value of the specified column as a object.
-
-
- No conversions are performed; therefore, the data retrieved must already be a Decimal object.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The column nameThe value of the specified column.
-
-
-
- Gets the value of the specified column as a object.
-
-
- No conversions are performed; therefore, the data retrieved must already be a Decimal object.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The zero-based column ordinalThe value of the specified column.
-
-
- Gets the value of the specified column as a double-precision floating point number.
-
- No conversions are performed; therefore, the data retrieved must already be a Double object.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The column nameThe value of the specified column.
-
-
- Gets the value of the specified column as a double-precision floating point number.
-
- No conversions are performed; therefore, the data retrieved must already be a Double object.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The zero-based column ordinal.The value of the specified column.
-
-
-
- Gets the Type that is the data type of the object.
-
-
-
-
-
-
- Gets the value of the specified column as a single-precision floating point number.
-
-
- No conversions are performed; therefore, the data retrieved must already be a Float object.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The column nameThe value of the specified column.
-
-
-
- Gets the value of the specified column as a single-precision floating point number.
-
-
- No conversions are performed; therefore, the data retrieved must already be a Float object.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The zero-based column ordinal.The value of the specified column.
-
-
-
- Gets the value of the specified column as a globally-unique identifier(GUID).
-
- The name of the column.
-
-
-
-
-
-
- Gets the value of the specified column as a 16-bit signed integer.
-
- No conversions are performed; threfore, the data retrieved must already be a 16 bit integer value.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The column nameThe value of the specified column.
-
-
- Gets the value of the specified column as a 16-bit signed integer.
-
- No conversions are performed; therefore, the data retrieved must already be a 16 bit integer value.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The zero-based column ordinal.The value of the specified column.
-
-
- Gets the value of the specified column as a 32-bit signed integer.
-
- No conversions are performed; therefore, the data retrieved must already be a 32 bit integer value.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The column name.The value of the specified column.
-
-
- Gets the value of the specified column as a 32-bit signed integer.
-
- No conversions are performed; therefore, the data retrieved must already be a 32 bit integer value.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The zero-based column ordinal.The value of the specified column.
-
-
- Gets the value of the specified column as a 64-bit signed integer.
-
- No conversions are performed; therefore, the data retrieved must already be a 64 bit integer value.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The column name.The value of the specified column.
-
-
- Gets the value of the specified column as a 64-bit signed integer.
-
- No conversions are performed; therefore, the data retrieved must already be a 64 bit integer value.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The zero-based column ordinal.The value of the specified column.
-
-
-
- Gets the name of the specified column.
-
-
-
-
-
-
- Gets the column ordinal, given the name of the column.
-
-
-
-
-
-
- Gets the value of the specified column as a object.
-
-
- No conversions are performed; therefore, the data retrieved must already be a String object.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The column name.The value of the specified column.
-
-
-
- Gets the value of the specified column as a object.
-
-
- No conversions are performed; therefore, the data retrieved must already be a String object.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The zero-based column ordinal.The value of the specified column.
-
-
-
- Gets the value of the specified column as a object.
-
-
- No conversions are performed; therefore, the data retrieved must already be a Time value.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The zero-based column ordinal or column name.The value of the specified column.
-
-
-
- Gets the value of the specified column as a object.
-
-
- No conversions are performed; therefore, the data retrieved must already be a Time value.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The zero-based column ordinal or column name.The value of the specified column.
-
-
-
- Gets the value of the specified column in its native format.
-
-
-
-
-
-
- Gets all attribute columns in the collection for the current row.
-
-
-
-
-
- Gets the value of the specified column as a 16-bit unsigned integer.
-
- No conversions are performed; therefore, the data retrieved must already be a 16 bit unsigned integer value.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The zero-based column ordinal or column name.The value of the specified column.
-
-
- Gets the value of the specified column as a 16-bit unsigned integer.
-
- No conversions are performed; therefore, the data retrieved must already be a 16 bit unsigned integer value.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The zero-based column ordinal or column name.The value of the specified column.
-
-
- Gets the value of the specified column as a 32-bit unsigned integer.
-
- No conversions are performed; therefore, the data retrieved must already be a 32 bit unsigned integer value.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The zero-based column ordinal or column name.The value of the specified column.
-
-
- Gets the value of the specified column as a 32-bit unsigned integer.
-
- No conversions are performed; therefore, the data retrieved must already be a 32 bit unsigned integer value.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The zero-based column ordinal or column name.The value of the specified column.
-
-
- Gets the value of the specified column as a 64-bit unsigned integer.
-
- No conversions are performed; therefore, the data retrieved must already be a 64 bit unsigned integer value.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The zero-based column ordinal or column name.The value of the specified column.
-
-
- Gets the value of the specified column as a 64-bit unsigned integer.
-
- No conversions are performed; therefore, the data retrieved must already be a 64 bit unsigned integer value.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The zero-based column ordinal or column name.The value of the specified column.
-
-
-
- Gets a value indicating whether the column contains non-existent or missing values.
-
-
-
-
-
-
- Advances the data reader to the next result, when reading the results of batch SQL statements.
-
-
-
-
-
- Advances the MySqlDataReader to the next record.
-
-
-
-
-
- Gets the value of the specified column as a .
-
- The index of the colum.
- The value of the specified column as a .
-
-
-
- Gets the value of the specified column as a .
-
- The name of the colum.
- The value of the specified column as a .
-
-
-
- Returns an that iterates through the .
-
-
-
-
- Returns a DataTable that describes the column metadata of the MySqlDataReader.
-
-
-
-
-
- Summary description for BaseDriver.
-
-
-
-
- For pooled connections, time when the driver was
- put into idle queue
-
-
-
-
- Loads the properties from the connected server into a hashtable
-
-
-
-
-
-
- Loads all the current character set names and ids for this server
- into the charSets hashtable
-
-
-
-
- The exception that is thrown when MySQL returns an error. This class cannot be inherited.
-
-
-
- This class is created whenever the MySql Data Provider encounters an error generated from the server.
-
-
- Any open connections are not automatically closed when an exception is thrown. If
- the client application determines that the exception is fatal, it should close any open
- objects or objects.
-
-
- The following example generates a MySqlException due to a missing server,
- and then displays the exception.
-
-
- Public Sub ShowException()
- Dim mySelectQuery As String = "SELECT column1 FROM table1"
- Dim myConnection As New MySqlConnection ("Data Source=localhost;Database=Sample;")
- Dim myCommand As New MySqlCommand(mySelectQuery, myConnection)
-
- Try
- myCommand.Connection.Open()
- Catch e As MySqlException
- MessageBox.Show( e.Message )
- End Try
- End Sub
-
-
- public void ShowException()
- {
- string mySelectQuery = "SELECT column1 FROM table1";
- MySqlConnection myConnection =
- new MySqlConnection("Data Source=localhost;Database=Sample;");
- MySqlCommand myCommand = new MySqlCommand(mySelectQuery,myConnection);
-
- try
- {
- myCommand.Connection.Open();
- }
- catch (MySqlException e)
- {
- MessageBox.Show( e.Message );
- }
- }
-
-
-
-
-
- Gets a number that identifies the type of error.
-
-
-
-
- True if this exception was fatal and cause the closing of the connection, false otherwise.
-
-
-
-
- Gets the SQL state.
-
-
-
-
- Gets an integer that representes the MySQL error code.
-
-
-
-
- Summary description for Field.
-
-
-
-
- We are adding a custom installer class to our assembly so our installer
- can make proper changes to the machine.config file.
-
-
-
-
- We override Install so we can add our assembly to the proper
- machine.config files.
-
-
-
-
-
- We override Uninstall so we can remove out assembly from the
- machine.config files.
-
-
-
-
-
- Automatically generates single-table commands used to reconcile changes made to a DataSet with the associated MySQL database. This class cannot be inherited.
-
-
- The does not automatically generate the SQL statements required to
- reconcile changes made to a DataSet with the associated instance of MySQL.
- However, you can create a MySqlCommandBuilder object to automatically generate SQL statements for
- single-table updates if you set the SelectCommand property
- of the MySqlDataAdapter. Then, any additional SQL statements that you do not set are generated by the
- MySqlCommandBuilder.
-
-
-
- The MySqlCommandBuilder registers itself as a listener for RowUpdating
- events whenever you set the property. You can only associate one
- MySqlDataAdapter or MySqlCommandBuilder object with each other at one time.
-
-
-
- To generate INSERT, UPDATE, or DELETE statements, the MySqlCommandBuilder uses the
- SelectCommand property to retrieve a required set of metadata automatically. If you change
- the SelectCommand after the metadata has is retrieved (for example, after the first update), you
- should call the method to update the metadata.
-
-
-
- The SelectCommand must also return at least one primary key or unique
- column. If none are present, an InvalidOperation exception is generated,
- and the commands are not generated.
-
-
-
- The MySqlCommandBuilder also uses the Connection,
- CommandTimeout, and Transaction
- properties referenced by the SelectCommand. The user should call
- RefreshSchema if any of these properties are modified, or if the
- SelectCommand itself is replaced. Otherwise the InsertCommand,
- UpdateCommand, and
- DeleteCommand properties retain
- their previous values.
-
-
-
- If you call Dispose, the MySqlCommandBuilder is disassociated
- from the MySqlDataAdapter, and the generated commands are no longer used.
-
-
-
- Caution must be used when using MySqlCOmmandBuilder on MySql 4.0 systems. With MySql 4.0,
- database/schema information is not provided to the connector for a query. This means that
- a query that pulls columns from two identically named tables in two or more different databases
- will not cause an exception to be thrown but will not work correctly. Even more dangerous
- is the situation where your select statement references database X but is executed in
- database Y and both databases have tables with similar layouts. This situation can cause
- unwanted changes or deletes.
- This note does not apply to MySQL versions 4.1 and later.
-
-
-
- The following example uses the , along
- and , to
- select rows from a data source. The example is passed an initialized
- , a connection string, a
- query string that is a SQL SELECT statement, and a string that is the
- name of the database table. The example then creates a MySqlCommandBuilder.
-
-
- Public Shared Function SelectRows(myConnection As String, mySelectQuery As String, myTableName As String) As DataSet
- Dim myConn As New MySqlConnection(myConnection)
- Dim myDataAdapter As New MySqlDataAdapter()
- myDataAdapter.SelectCommand = New MySqlCommand(mySelectQuery, myConn)
- Dim cb As SqlCommandBuilder = New MySqlCommandBuilder(myDataAdapter)
-
- myConn.Open()
-
- Dim ds As DataSet = New DataSet
- myDataAdapter.Fill(ds, myTableName)
-
- ' Code to modify data in DataSet here
-
- ' Without the MySqlCommandBuilder this line would fail.
- myDataAdapter.Update(ds, myTableName)
-
- myConn.Close()
- End Function 'SelectRows
-
-
- public static DataSet SelectRows(string myConnection, string mySelectQuery, string myTableName)
- {
- MySqlConnection myConn = new MySqlConnection(myConnection);
- MySqlDataAdapter myDataAdapter = new MySqlDataAdapter();
- myDataAdapter.SelectCommand = new MySqlCommand(mySelectQuery, myConn);
- MySqlCommandBuilder cb = new MySqlCommandBuilder(myDataAdapter);
-
- myConn.Open();
-
- DataSet ds = new DataSet();
- myDataAdapter.Fill(ds, myTableName);
-
- //code to modify data in DataSet here
-
- //Without the MySqlCommandBuilder this line would fail
- myDataAdapter.Update(ds, myTableName);
-
- myConn.Close();
-
- return ds;
- }
-
-
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class
- with the associated object.
-
- The to use.
-
-
- The registers itself as a listener for
- events that are generated by the
- specified in this property.
-
-
- When you create a new instance MySqlCommandBuilder, any existing
- MySqlCommandBuilder associated with this MySqlDataAdapter
- is released.
-
-
-
-
-
- Gets or sets a object for which SQL statements are automatically generated.
-
- A object.
-
-
- The registers itself as a listener for
- events that are generated by the
- specified in this property.
-
-
- When you create a new instance MySqlCommandBuilder, any existing
- MySqlCommandBuilder associated with this MySqlDataAdapter
- is released.
-
-
-
-
-
- Retrieves parameter information from the stored procedure specified
- in the MySqlCommand and populates the Parameters collection of the
- specified MySqlCommand object.
- This method is not currently supported since stored procedures are
- not available in MySql.
-
- The MySqlCommand referencing the stored
- procedure from which the parameter information is to be derived.
- The derived parameters are added to the Parameters collection of the
- MySqlCommand.
- The command text is not
- a valid stored procedure name.
-
-
-
- Gets the delete command.
-
-
-
-
-
- Gets the update command.
-
-
-
-
-
- Gets the insert command.
-
-
-
-
-
-
-
-
-
-
-
-
- Represents a set of data commands and a database connection that are used to fill a dataset and update a MySQL database. This class cannot be inherited.
-
-
- The MySQLDataAdapter, serves as a bridge between a
- and MySQL for retrieving and saving data. The MySQLDataAdapter provides this
- bridge by mapping , which changes the data in the
- DataSet to match the data in the data source, and ,
- which changes the data in the data source to match the data in the DataSet,
- using the appropriate SQL statements against the data source.
-
-
- When the MySQLDataAdapter fills a DataSet, it will create the necessary
- tables and columns for the returned data if they do not already exist. However, primary
- key information will not be included in the implicitly created schema unless the
- property is set to .
- You may also have the MySQLDataAdapter create the schema of the DataSet,
- including primary key information, before filling it with data using .
-
-
- MySQLDataAdapter is used in conjunction with
- and to increase performance when connecting to a MySQL database.
-
-
- The MySQLDataAdapter also includes the ,
- , ,
- , and
- properties to facilitate the loading and updating of data.
-
-
- When an instance of MySQLDataAdapter is created, the read/write properties
- are set to initial values. For a list of these values, see the MySQLDataAdapter
- constructor.
-
-
- Please be aware that the class allows only
- Int16, Int32, and Int64 to have the AutoIncrement property set.
- If you plan to use autoincremement columns with MySQL, you should consider
- using signed integer columns.
-
-
- The following example creates a and a .
- The MySqlConnection is opened and set as the for the
- MySqlCommand. The example then calls , and closes
- the connection. To accomplish this, the ExecuteNonQuery is
- passed a connection string and a query string that is a SQL INSERT
- statement.
-
- Public Function SelectRows(dataSet As DataSet, connection As String, query As String) As DataSet
- Dim conn As New MySqlConnection(connection)
- Dim adapter As New MySqlDataAdapter()
- adapter.SelectCommand = new MySqlCommand(query, conn)
- adapter.Fill(dataset)
- Return dataset
- End Function
-
-
- public DataSet SelectRows(DataSet dataset,string connection,string query)
- {
- MySqlConnection conn = new MySqlConnection(connection);
- MySqlDataAdapter adapter = new MySqlDataAdapter();
- adapter.SelectCommand = new MySqlCommand(query, conn);
- adapter.Fill(dataset);
- return dataset;
- }
-
-
-
-
-
- Occurs during Update before a command is executed against the data source. The attempt to update is made, so the event fires.
-
-
-
-
- Occurs during Update after a command is executed against the data source. The attempt to update is made, so the event fires.
-
-
-
-
- Initializes a new instance of the MySqlDataAdapter class.
-
-
- When an instance of is created,
- the following read/write properties are set to the following initial
- values.
-
-
-
- Properties
- Initial Value
-
- -
-
-
-
-
- MissingMappingAction.Passthrough
-
-
- -
-
-
-
-
- MissingSchemaAction.Add
-
-
-
-
- You can change the value of any of these properties through a separate call
- to the property.
-
-
- The following example creates a and sets some of
- its properties.
-
- Public Sub CreateSqlDataAdapter()
- Dim conn As MySqlConnection = New MySqlConnection("Data Source=localhost;" & _
- "database=test")
- Dim da As MySqlDataAdapter = New MySqlDataAdapter
- da.MissingSchemaAction = MissingSchemaAction.AddWithKey
-
- da.SelectCommand = New MySqlCommand("SELECT id, name FROM mytable", conn)
- da.InsertCommand = New MySqlCommand("INSERT INTO mytable (id, name) " & _
- "VALUES (@id, @name)", conn)
- da.UpdateCommand = New MySqlCommand("UPDATE mytable SET id=@id, name=@name " & _
- "WHERE id=@oldId", conn)
- da.DeleteCommand = New MySqlCommand("DELETE FROM mytable WHERE id=@id", conn)
-
- da.InsertCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id")
- da.InsertCommand.Parameters.Add("@name", MySqlDbType.VarChar, 40, "name")
-
- da.UpdateCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id")
- da.UpdateCommand.Parameters.Add("@name", MySqlDbType.VarChar, 40, "name")
- da.UpdateCommand.Parameters.Add("@oldId", MySqlDbType.VarChar, 5, "id").SourceVersion = DataRowVersion.Original
-
- da.DeleteCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id").SourceVersion = DataRowVersion.Original
- End Sub
-
-
- public static void CreateSqlDataAdapter()
- {
- MySqlConnection conn = new MySqlConnection("Data Source=localhost;database=test");
- MySqlDataAdapter da = new MySqlDataAdapter();
- da.MissingSchemaAction = MissingSchemaAction.AddWithKey;
-
- da.SelectCommand = new MySqlCommand("SELECT id, name FROM mytable", conn);
- da.InsertCommand = new MySqlCommand("INSERT INTO mytable (id, name) " +
- "VALUES (@id, @name)", conn);
- da.UpdateCommand = new MySqlCommand("UPDATE mytable SET id=@id, name=@name " +
- "WHERE id=@oldId", conn);
- da.DeleteCommand = new MySqlCommand("DELETE FROM mytable WHERE id=@id", conn);
-
- da.InsertCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id");
- da.InsertCommand.Parameters.Add("@name", MySqlDbType.VarChar, 40, "name");
-
- da.UpdateCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id");
- da.UpdateCommand.Parameters.Add("@name", MySqlDbType.VarChar, 40, "name");
- da.UpdateCommand.Parameters.Add("@oldId", MySqlDbType.VarChar, 5, "id").SourceVersion = DataRowVersion.Original;
-
- da.DeleteCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id").SourceVersion = DataRowVersion.Original;
- }
-
-
-
-
-
- Initializes a new instance of the class with
- the specified as the
- property.
-
- that is a SQL SELECT statement or stored procedure and is set
- as the property of the .
-
-
- When an instance of is created,
- the following read/write properties are set to the following initial
- values.
-
-
-
- Properties
- Initial Value
-
- -
-
-
-
-
- MissingMappingAction.Passthrough
-
-
- -
-
-
-
-
- MissingSchemaAction.Add
-
-
-
-
- You can change the value of any of these properties through a separate call
- to the property.
-
-
- When SelectCommand (or any of the other command properties) is assigned
- to a previously created , the MySqlCommand is not cloned.
- The SelectCommand maintains a reference to the previously created MySqlCommand
- object.
-
-
- The following example creates a and sets some of
- its properties.
-
- Public Sub CreateSqlDataAdapter()
- Dim conn As MySqlConnection = New MySqlConnection("Data Source=localhost;" & _
- "database=test")
- Dim cmd as new MySqlCommand("SELECT id, name FROM mytable", conn)
- Dim da As MySqlDataAdapter = New MySqlDataAdapter(cmd)
- da.MissingSchemaAction = MissingSchemaAction.AddWithKey
-
- da.InsertCommand = New MySqlCommand("INSERT INTO mytable (id, name) " & _
- "VALUES (@id, @name)", conn)
- da.UpdateCommand = New MySqlCommand("UPDATE mytable SET id=@id, name=@name " & _
- "WHERE id=@oldId", conn)
- da.DeleteCommand = New MySqlCommand("DELETE FROM mytable WHERE id=@id", conn)
-
- da.InsertCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id")
- da.InsertCommand.Parameters.Add("@name", MySqlDbType.VarChar, 40, "name")
-
- da.UpdateCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id")
- da.UpdateCommand.Parameters.Add("@name", MySqlDbType.VarChar, 40, "name")
- da.UpdateCommand.Parameters.Add("@oldId", MySqlDbType.VarChar, 5, "id").SourceVersion = DataRowVersion.Original
-
- da.DeleteCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id").SourceVersion = DataRowVersion.Original
- End Sub
-
-
- public static void CreateSqlDataAdapter()
- {
- MySqlConnection conn = new MySqlConnection("Data Source=localhost;database=test");
- MySqlCommand cmd = new MySqlCommand("SELECT id, name FROM mytable", conn);
- MySqlDataAdapter da = new MySqlDataAdapter(cmd);
- da.MissingSchemaAction = MissingSchemaAction.AddWithKey;
-
- da.InsertCommand = new MySqlCommand("INSERT INTO mytable (id, name) " +
- "VALUES (@id, @name)", conn);
- da.UpdateCommand = new MySqlCommand("UPDATE mytable SET id=@id, name=@name " +
- "WHERE id=@oldId", conn);
- da.DeleteCommand = new MySqlCommand("DELETE FROM mytable WHERE id=@id", conn);
-
- da.InsertCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id");
- da.InsertCommand.Parameters.Add("@name", MySqlDbType.VarChar, 40, "name");
-
- da.UpdateCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id");
- da.UpdateCommand.Parameters.Add("@name", MySqlDbType.VarChar, 40, "name");
- da.UpdateCommand.Parameters.Add("@oldId", MySqlDbType.VarChar, 5, "id").SourceVersion = DataRowVersion.Original;
-
- da.DeleteCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id").SourceVersion = DataRowVersion.Original;
- }
-
-
-
-
-
- Initializes a new instance of the class with
- a and a object.
-
- A String that is a SQL SELECT statement or stored procedure to be used by
- the property of the .
-
- A that represents the connection.
-
-
- This implementation of the opens and closes a
- if it is not already open. This can be useful in a an application that must call the
- method for two or more MySqlDataAdapter objects.
- If the MySqlConnection is already open, you must explicitly call
- or to close it.
-
-
- When an instance of is created,
- the following read/write properties are set to the following initial
- values.
-
-
-
- Properties
- Initial Value
-
- -
-
-
-
-
- MissingMappingAction.Passthrough
-
-
- -
-
-
-
-
- MissingSchemaAction.Add
-
-
-
-
- You can change the value of any of these properties through a separate call
- to the property.
-
-
- The following example creates a and sets some of
- its properties.
-
- Public Sub CreateSqlDataAdapter()
- Dim conn As MySqlConnection = New MySqlConnection("Data Source=localhost;" & _
- "database=test")
- Dim da As MySqlDataAdapter = New MySqlDataAdapter("SELECT id, name FROM mytable", conn)
- da.MissingSchemaAction = MissingSchemaAction.AddWithKey
-
- da.InsertCommand = New MySqlCommand("INSERT INTO mytable (id, name) " & _
- "VALUES (@id, @name)", conn)
- da.UpdateCommand = New MySqlCommand("UPDATE mytable SET id=@id, name=@name " & _
- "WHERE id=@oldId", conn)
- da.DeleteCommand = New MySqlCommand("DELETE FROM mytable WHERE id=@id", conn)
-
- da.InsertCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id")
- da.InsertCommand.Parameters.Add("@name", MySqlDbType.VarChar, 40, "name")
-
- da.UpdateCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id")
- da.UpdateCommand.Parameters.Add("@name", MySqlDbType.VarChar, 40, "name")
- da.UpdateCommand.Parameters.Add("@oldId", MySqlDbType.VarChar, 5, "id").SourceVersion = DataRowVersion.Original
-
- da.DeleteCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id").SourceVersion = DataRowVersion.Original
- End Sub
-
-
- public static void CreateSqlDataAdapter()
- {
- MySqlConnection conn = new MySqlConnection("Data Source=localhost;database=test");
- MySqlDataAdapter da = new MySqlDataAdapter("SELECT id, name FROM mytable", conn);
- da.MissingSchemaAction = MissingSchemaAction.AddWithKey;
-
- da.InsertCommand = new MySqlCommand("INSERT INTO mytable (id, name) " +
- "VALUES (@id, @name)", conn);
- da.UpdateCommand = new MySqlCommand("UPDATE mytable SET id=@id, name=@name " +
- "WHERE id=@oldId", conn);
- da.DeleteCommand = new MySqlCommand("DELETE FROM mytable WHERE id=@id", conn);
-
- da.InsertCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id");
- da.InsertCommand.Parameters.Add("@name", MySqlDbType.VarChar, 40, "name");
-
- da.UpdateCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id");
- da.UpdateCommand.Parameters.Add("@name", MySqlDbType.VarChar, 40, "name");
- da.UpdateCommand.Parameters.Add("@oldId", MySqlDbType.VarChar, 5, "id").SourceVersion = DataRowVersion.Original;
-
- da.DeleteCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id").SourceVersion = DataRowVersion.Original;
- }
-
-
-
-
-
- Initializes a new instance of the class with
- a and a connection string.
-
- A that is a SQL SELECT statement or stored procedure to
- be used by the property of the .
- The connection string
-
- When an instance of is created,
- the following read/write properties are set to the following initial
- values.
-
-
-
- Properties
- Initial Value
-
- -
-
-
-
-
- MissingMappingAction.Passthrough
-
-
- -
-
-
-
-
- MissingSchemaAction.Add
-
-
-
-
- You can change the value of any of these properties through a separate call
- to the property.
-
-
- The following example creates a and sets some of
- its properties.
-
- Public Sub CreateSqlDataAdapter()
- Dim da As MySqlDataAdapter = New MySqlDataAdapter("SELECT id, name FROM mytable", "Data Source=localhost;database=test")
- Dim conn As MySqlConnection = da.SelectCommand.Connection
- da.MissingSchemaAction = MissingSchemaAction.AddWithKey
-
- da.InsertCommand = New MySqlCommand("INSERT INTO mytable (id, name) " & _
- "VALUES (@id, @name)", conn)
- da.UpdateCommand = New MySqlCommand("UPDATE mytable SET id=@id, name=@name " & _
- "WHERE id=@oldId", conn)
- da.DeleteCommand = New MySqlCommand("DELETE FROM mytable WHERE id=@id", conn)
-
- da.InsertCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id")
- da.InsertCommand.Parameters.Add("@name", MySqlDbType.VarChar, 40, "name")
-
- da.UpdateCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id")
- da.UpdateCommand.Parameters.Add("@name", MySqlDbType.VarChar, 40, "name")
- da.UpdateCommand.Parameters.Add("@oldId", MySqlDbType.VarChar, 5, "id").SourceVersion = DataRowVersion.Original
-
- da.DeleteCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id").SourceVersion = DataRowVersion.Original
- End Sub
-
-
- public static void CreateSqlDataAdapter()
- {
- MySqlDataAdapter da = new MySqlDataAdapter("SELECT id, name FROM mytable", "Data Source=localhost;database=test");
- MySqlConnection conn = da.SelectCommand.Connection;
- da.MissingSchemaAction = MissingSchemaAction.AddWithKey;
-
- da.InsertCommand = new MySqlCommand("INSERT INTO mytable (id, name) " +
- "VALUES (@id, @name)", conn);
- da.UpdateCommand = new MySqlCommand("UPDATE mytable SET id=@id, name=@name " +
- "WHERE id=@oldId", conn);
- da.DeleteCommand = new MySqlCommand("DELETE FROM mytable WHERE id=@id", conn);
-
- da.InsertCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id");
- da.InsertCommand.Parameters.Add("@name", MySqlDbType.VarChar, 40, "name");
-
- da.UpdateCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id");
- da.UpdateCommand.Parameters.Add("@name", MySqlDbType.VarChar, 40, "name");
- da.UpdateCommand.Parameters.Add("@oldId", MySqlDbType.VarChar, 5, "id").SourceVersion = DataRowVersion.Original;
-
- da.DeleteCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id").SourceVersion = DataRowVersion.Original;
- }
-
-
-
-
-
- Gets or sets a SQL statement or stored procedure used to delete records from the data set.
-
- A used during to delete records in the
- database that correspond to deleted rows in the .
-
-
- During , if this property is not set and primary key information
- is present in the , the DeleteCommand can be generated
- automatically if you set the property and use the
- . Then, any additional commands that you do not set are
- generated by the MySqlCommandBuilder. This generation logic requires key column
- information to be present in the DataSet.
-
-
- When DeleteCommand is assigned to a previously created ,
- the MySqlCommand is not cloned. The DeleteCommand maintains a reference
- to the previously created MySqlCommand object.
-
-
- The following example creates a and sets the
- and DeleteCommand properties. It assumes you have already
- created a object.
-
- Public Shared Function CreateCustomerAdapter(conn As MySqlConnection) As MySqlDataAdapter
-
- Dim da As MySqlDataAdapter = New MySqlDataAdapter()
- Dim cmd As MySqlCommand
- Dim parm As MySqlParameter
-
- ' Create the SelectCommand.
- cmd = New MySqlCommand("SELECT * FROM mytable WHERE id=@id AND name=@name", conn)
-
- cmd.Parameters.Add("@id", MySqlDbType.VarChar, 15)
- cmd.Parameters.Add("@name", MySqlDbType.VarChar, 15)
-
- da.SelectCommand = cmd
-
- ' Create the DeleteCommand.
- cmd = New MySqlCommand("DELETE FROM mytable WHERE id=@id", conn)
-
- parm = cmd.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id")
- parm.SourceVersion = DataRowVersion.Original
-
- da.DeleteCommand = cmd
-
- Return da
- End Function
-
-
- public static MySqlDataAdapter CreateCustomerAdapter(MySqlConnection conn)
- {
- MySqlDataAdapter da = new MySqlDataAdapter();
- MySqlCommand cmd;
- MySqlParameter parm;
-
- // Create the SelectCommand.
- cmd = new MySqlCommand("SELECT * FROM mytable WHERE id=@id AND name=@name", conn);
-
- cmd.Parameters.Add("@id", MySqlDbType.VarChar, 15);
- cmd.Parameters.Add("@name", MySqlDbType.VarChar, 15);
-
- da.SelectCommand = cmd;
-
- // Create the DeleteCommand.
- cmd = new MySqlCommand("DELETE FROM mytable WHERE id=@id", conn);
-
- parm = cmd.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id");
- parm.SourceVersion = DataRowVersion.Original;
-
- da.DeleteCommand = cmd;
-
- return da;
- }
-
-
-
-
-
- Gets or sets a SQL statement or stored procedure used to insert records into the data set.
-
- A used during to insert records into the
- database that correspond to new rows in the .
-
-
- During , if this property is not set and primary key information
- is present in the , the InsertCommand can be generated
- automatically if you set the property and use the
- . Then, any additional commands that you do not set are
- generated by the MySqlCommandBuilder. This generation logic requires key column
- information to be present in the DataSet.
-
-
- When InsertCommand is assigned to a previously created ,
- the MySqlCommand is not cloned. The InsertCommand maintains a reference
- to the previously created MySqlCommand object.
-
-
- If execution of this command returns rows, these rows may be added to the DataSet
- depending on how you set the property of the MySqlCommand object.
-
-
- The following example creates a and sets the
- and InsertCommand properties. It assumes you have already
- created a object.
-
- Public Shared Function CreateCustomerAdapter(conn As MySqlConnection) As MySqlDataAdapter
-
- Dim da As MySqlDataAdapter = New MySqlDataAdapter()
- Dim cmd As MySqlCommand
- Dim parm As MySqlParameter
-
- ' Create the SelectCommand.
- cmd = New MySqlCommand("SELECT * FROM mytable WHERE id=@id AND name=@name", conn)
-
- cmd.Parameters.Add("@id", MySqlDbType.VarChar, 15)
- cmd.Parameters.Add("@name", MySqlDbType.VarChar, 15)
-
- da.SelectCommand = cmd
-
- ' Create the InsertCommand.
- cmd = New MySqlCommand("INSERT INTO mytable (id,name) VALUES (@id, @name)", conn)
-
- cmd.Parameters.Add( "@id", MySqlDbType.VarChar, 15, "id" )
- cmd.Parameters.Add( "@name", MySqlDbType.VarChar, 15, "name" )
- da.InsertCommand = cmd
-
- Return da
- End Function
-
-
- public static MySqlDataAdapter CreateCustomerAdapter(MySqlConnection conn)
- {
- MySqlDataAdapter da = new MySqlDataAdapter();
- MySqlCommand cmd;
- MySqlParameter parm;
-
- // Create the SelectCommand.
- cmd = new MySqlCommand("SELECT * FROM mytable WHERE id=@id AND name=@name", conn);
-
- cmd.Parameters.Add("@id", MySqlDbType.VarChar, 15);
- cmd.Parameters.Add("@name", MySqlDbType.VarChar, 15);
-
- da.SelectCommand = cmd;
-
- // Create the InsertCommand.
- cmd = new MySqlCommand("INSERT INTO mytable (id,name) VALUES (@id,@name)", conn);
- cmd.Parameters.Add("@id", MySqlDbType.VarChar, 15, "id" );
- cmd.Parameters.Add("@name", MySqlDbType.VarChar, 15, "name" );
-
- da.InsertCommand = cmd;
-
- return da;
- }
-
-
-
-
-
- Gets or sets a SQL statement or stored procedure used to select records in the data source.
-
- A used during to select records from the
- database for placement in the .
-
-
- When SelectCommand is assigned to a previously created ,
- the MySqlCommand is not cloned. The SelectCommand maintains a reference to the
- previously created MySqlCommand object.
-
-
- If the SelectCommand does not return any rows, no tables are added to the
- , and no exception is raised.
-
-
- The following example creates a and sets the
- and InsertCommand properties. It assumes you have already
- created a object.
-
- Public Shared Function CreateCustomerAdapter(conn As MySqlConnection) As MySqlDataAdapter
-
- Dim da As MySqlDataAdapter = New MySqlDataAdapter()
- Dim cmd As MySqlCommand
- Dim parm As MySqlParameter
-
- ' Create the SelectCommand.
- cmd = New MySqlCommand("SELECT * FROM mytable WHERE id=@id AND name=@name", conn)
-
- cmd.Parameters.Add("@id", MySqlDbType.VarChar, 15)
- cmd.Parameters.Add("@name", MySqlDbType.VarChar, 15)
-
- da.SelectCommand = cmd
-
- ' Create the InsertCommand.
- cmd = New MySqlCommand("INSERT INTO mytable (id,name) VALUES (@id, @name)", conn)
-
- cmd.Parameters.Add( "@id", MySqlDbType.VarChar, 15, "id" )
- cmd.Parameters.Add( "@name", MySqlDbType.VarChar, 15, "name" )
- da.InsertCommand = cmd
-
- Return da
- End Function
-
-
- public static MySqlDataAdapter CreateCustomerAdapter(MySqlConnection conn)
- {
- MySqlDataAdapter da = new MySqlDataAdapter();
- MySqlCommand cmd;
- MySqlParameter parm;
-
- // Create the SelectCommand.
- cmd = new MySqlCommand("SELECT * FROM mytable WHERE id=@id AND name=@name", conn);
-
- cmd.Parameters.Add("@id", MySqlDbType.VarChar, 15);
- cmd.Parameters.Add("@name", MySqlDbType.VarChar, 15);
-
- da.SelectCommand = cmd;
-
- // Create the InsertCommand.
- cmd = new MySqlCommand("INSERT INTO mytable (id,name) VALUES (@id,@name)", conn);
- cmd.Parameters.Add("@id", MySqlDbType.VarChar, 15, "id" );
- cmd.Parameters.Add("@name", MySqlDbType.VarChar, 15, "name" );
-
- da.InsertCommand = cmd;
-
- return da;
- }
-
-
-
-
-
- Gets or sets a SQL statement or stored procedure used to updated records in the data source.
-
- A used during to update records in the
- database with data from the .
-
-
- During , if this property is not set and primary key information
- is present in the , the UpdateCommand can be generated
- automatically if you set the property and use the
- . Then, any additional commands that you do not set are
- generated by the MySqlCommandBuilder. This generation logic requires key column
- information to be present in the DataSet.
-
-
- When UpdateCommand is assigned to a previously created ,
- the MySqlCommand is not cloned. The UpdateCommand maintains a reference
- to the previously created MySqlCommand object.
-
-
- If execution of this command returns rows, these rows may be merged with the DataSet
- depending on how you set the property of the MySqlCommand object.
-
-
- The following example creates a and sets the
- and UpdateCommand properties. It assumes you have already
- created a object.
-
- Public Shared Function CreateCustomerAdapter(conn As MySqlConnection) As MySqlDataAdapter
-
- Dim da As MySqlDataAdapter = New MySqlDataAdapter()
- Dim cmd As MySqlCommand
- Dim parm As MySqlParameter
-
- ' Create the SelectCommand.
- cmd = New MySqlCommand("SELECT * FROM mytable WHERE id=@id AND name=@name", conn)
-
- cmd.Parameters.Add("@id", MySqlDbType.VarChar, 15)
- cmd.Parameters.Add("@name", MySqlDbType.VarChar, 15)
-
- da.SelectCommand = cmd
-
- ' Create the UpdateCommand.
- cmd = New MySqlCommand("UPDATE mytable SET id=@id, name=@name WHERE id=@oldId", conn)
-
- cmd.Parameters.Add( "@id", MySqlDbType.VarChar, 15, "id" )
- cmd.Parameters.Add( "@name", MySqlDbType.VarChar, 15, "name" )
-
- parm = cmd.Parameters.Add("@oldId", MySqlDbType.VarChar, 15, "id")
- parm.SourceVersion = DataRowVersion.Original
-
- da.UpdateCommand = cmd
-
- Return da
- End Function
-
-
- public static MySqlDataAdapter CreateCustomerAdapter(MySqlConnection conn)
- {
- MySqlDataAdapter da = new MySqlDataAdapter();
- MySqlCommand cmd;
- MySqlParameter parm;
-
- // Create the SelectCommand.
- cmd = new MySqlCommand("SELECT * FROM mytable WHERE id=@id AND name=@name", conn);
-
- cmd.Parameters.Add("@id", MySqlDbType.VarChar, 15);
- cmd.Parameters.Add("@name", MySqlDbType.VarChar, 15);
-
- da.SelectCommand = cmd;
-
- // Create the UpdateCommand.
- cmd = new MySqlCommand("UPDATE mytable SET id=@id, name=@name WHERE id=@oldId", conn);
- cmd.Parameters.Add("@id", MySqlDbType.VarChar, 15, "id" );
- cmd.Parameters.Add("@name", MySqlDbType.VarChar, 15, "name" );
-
- parm = cmd.Parameters.Add( "@oldId", MySqlDbType.VarChar, 15, "id" );
- parm.SourceVersion = DataRowVersion.Original;
-
- da.UpdateCommand = cmd;
-
- return da;
- }
-
-
-
-
-
- Open connection if it was closed.
- Necessary to workaround "connection must be open and valid" error
- with batched updates.
-
- Row state
- list of opened connections
- If connection is opened by this function, the list is updated
-
- true if connection was opened
-
-
-
- Overridden. See .
-
-
-
-
-
-
-
-
-
- Overridden. See .
-
-
-
-
-
-
-
-
-
- Overridden. Raises the RowUpdating event.
-
- A MySqlRowUpdatingEventArgs that contains the event data.
-
-
-
- Overridden. Raises the RowUpdated event.
-
- A MySqlRowUpdatedEventArgs that contains the event data.
-
-
-
- Asynchronous version of the Fill method.
-
- The to fill records with.
- The number of rows successfully added to or refreshed in the .
-
-
-
- Asynchronous version of the Fill method.
-
- The to fill records with.
- The cancellation token.
- The number of rows successfully added to or refreshed in the .
-
-
-
- Asynchronous version of the Fill method.
-
- The name of the to use for table mapping.
- The number of rows successfully added to or refreshed in the .
-
-
-
- Asynchronous version of the Fill method.
-
- The name of the to use for table mapping.
- The cancellation token.
- The number of rows successfully added to or refreshed in the .
-
-
-
- Asynchronous version of the Fill method.
-
- The to fill with records.
- The name of the source table to use for table mapping.
- The number of rows successfully added to or refreshed in the .
-
-
-
- Asynchronous version of the Fill method.
-
- The to fill with records.
- The name of the source table to use for table mapping.
- The cancellation token.
- The number of rows successfully added to or refreshed in the .
-
-
-
- Asynchronous version of the Fill method.
-
- The to fill with records.
- An instance of .
- The number of rows successfully added to or refreshed in the .
-
-
-
- Asynchronous version of the Fill method.
-
- The to fill with records.
- An instance of .
- The cancellation token.
- The number of rows successfully added to or refreshed in the .
-
-
-
- Asynchronous version of the Fill method.
-
- The to fill with records.
- The SQL SELECT statement used to retrieve rows from the data source.
- One of the values.
- The number of rows successfully added to or refreshed in the .
-
-
-
- Asynchronous version of the Fill method.
-
- The to fill with records.
- The SQL SELECT statement used to retrieve rows from the data source.
- One of the values.
- The cancellation token.
- The number of rows successfully added to or refreshed in the .
-
-
-
- Asynchronous version of the Fill method.
-
- The start record.
- The max number of affected records.
- The s to fill with records.
- The number of rows successfully added to or refreshed in the .
-
-
-
- Asynchronous version of the Fill method.
-
- The start record.
- The max number of affected records.
- The cancellation token.
- The s to fill with records.
- The number of rows successfully added to or refreshed in the .
-
-
-
- Asynchronous version of the Fill method.
-
- The to fill with records.
- The start record.
- The max number of affected records.
- The name of the source table to use for table mapping.
- The number of rows successfully added to or refreshed in the .
-
-
-
- Asynchronous version of the Fill method.
-
- The to fill with records.
- The start record.
- The max number of affected records.
- The name of the source table to use for table mapping.
- The cancellation token.
- The number of rows successfully added to or refreshed in the .
-
-
-
- Asynchronous version of the Fill method.
-
- The to fill with records.
- The name of the source table to use for table mapping.
- An instance of .
- The start record.
- The max number of affected records.
- The number of rows successfully added to or refreshed in the .
-
-
-
- Asynchronous version of the Fill method.
-
- The to fill with records.
- The name of the source table to use for table mapping.
- An instance of .
- The start record.
- The max number of affected records.
- The cancellation token.
- The number of rows successfully added to or refreshed in the .
-
-
-
- Asynchronous version of the Fill method.
-
- The s to fill with records.
- The start record.
- The max number of affected records.
- The SQL SELECT statement used to retrieve rows from the data source.
- One of the values.
- The number of rows successfully added to or refreshed in the s.
-
-
-
- Asynchronous version of the Fill method.
-
- The s to fill with records.
- The start record.
- The max number of affected records.
- The SQL SELECT statement used to retrieve rows from the data source.
- One of the values.
- The cancellation token.
- The number of rows successfully added to or refreshed in the s.
-
-
-
- Asynchronous version of the Fill method.
-
- The to fill with records.
- The start record.
- The max number of affected records.
- The name of the source table to use for table mapping.
- The SQL SELECT statement used to retrieve rows from the data source.
- One of the values.
- The number of rows successfully added to or refreshed in the .
-
-
-
- Asynchronous version of the Fill method.
-
- The to fill with records.
- The start record.
- The max number of affected records.
- The name of the source table to use for table mapping.
- The SQL SELECT statement used to retrieve rows from the data source.
- One of the values.
- The cancellation token.
- The number of rows successfully added to or refreshed in the .
-
-
-
- Async version of FillSchema
-
- DataSet to use
- Schema Type
- DataTable[]
-
-
-
- Async version of FillSchema
-
- DataSet to use
- Schema Type
- Source Table
- DataTable[]
-
-
-
- Async version of FillSchema
-
- DataSet to use
- Schema Type
- Source Table
- DataReader to use
- DataTable[]
-
-
-
- Async version of FillSchema
-
- DataSet to use
- Schema Type
- DBCommand to use
- Source Table
- Command Behavior
- DataTable[]
-
-
-
- Async version of FillSchema
-
- DataTable to use
- Schema Type
- DataTable
-
-
-
- Async version of FillSchema
-
- DataTable to use
- Schema Type
- DataReader to use
- DataTable
-
-
-
- Async version of FillSchema
-
- DataTable to use
- Schema Type
- DBCommand to use
- Command Behavior
- DataTable
-
-
-
- Async version of Update
-
- DataRow[] to use
- int
-
-
-
- Async version of Update
-
- DataSet to use
- int
-
-
-
- Async version of Update
-
- DataTable to use
- int
-
-
-
- Async version of Update
-
- DataRow[] to use
- Data Table Mapping
- int
-
-
-
- Async version of Update
-
- DataSet to use
- Source Table
-
-
-
-
- Represents the method that will handle the event of a .
-
-
-
-
- Represents the method that will handle the event of a .
-
-
-
-
- Provides data for the RowUpdating event. This class cannot be inherited.
-
-
-
-
- Initializes a new instance of the MySqlRowUpdatingEventArgs class.
-
- The to
- .
- The to execute during .
- One of the values that specifies the type of query executed.
- The sent through an .
-
-
-
- Gets or sets the MySqlCommand to execute when performing the Update.
-
-
-
-
- Provides data for the RowUpdated event. This class cannot be inherited.
-
-
-
-
- Initializes a new instance of the MySqlRowUpdatedEventArgs class.
-
- The sent through an .
- The executed when is called.
- One of the values that specifies the type of query executed.
- The sent through an .
-
-
-
- Gets or sets the MySqlCommand executed when Update is called.
-
-
-
-
- Enables the provider to help ensure that a user has a security level adequate for accessing data.
-
-
-
-
- Adds a new connection string with set of restricted keywords to the MySqlClientPermission object
-
- Settings to be used for the connection
- Keywords to define the restrictions
- KeyRestrictionBehavior to be used
-
-
-
- Returns MySqlClientPermission as an IPermission
-
-
-
-
-
- Associates a security action with a custom security attribute.
-
-
-
-
- Represents a section within a configuration file.
-
-
-
-
- Gets the MySQL configuations associated to the current configuration.
-
-
-
-
- Gets a collection of the exception interceptors available in the current configuration.
-
-
-
-
- Gets a collection of the command interceptors available in the current configuration.
-
-
-
-
- Gets a collection of the authentication plugins available in the current configuration.
-
-
-
-
- Gets or sets the replication configurations.
-
-
-
-
- Defines the configurations allowed for an authentication plugin.
-
-
-
-
- Gets or sets the name of the authentication plugin.
-
-
-
-
- Gets or sets the type of the authentication plugin.
-
-
-
-
- Defines the configurations allowed for an interceptor.
-
-
-
-
- Gets or sets the name of the interceptor.
-
-
-
-
- Gets or sets the type of the interceptor.
-
-
-
-
- Represents a generic configuration element.
-
-
-
-
-
- Gets an enumerator that iterates through the returned list.
-
- An enumerator that iterates through the returned list.
-
-
-
- Helper class that makes it easier to work with the provider.
-
-
-
-
- Asynchronous version of ExecuteDataRow.
-
- The settings to be used for the connection.
- The command to execute.
- The parameters to use for the command.
- The DataRow containing the first row of the resultset.
-
-
-
- Asynchronous version of ExecuteDataRow.
-
- The settings to be used for the connection.
- The command to execute.
- The cancellation token.
- The parameters to use for the command.
- The DataRow containing the first row of the resultset.
-
-
-
- Executes a single SQL command and returns the first row of the resultset. A new MySqlConnection object
- is created, opened, and closed during this method.
-
- Settings to be used for the connection
- Command to execute
- Parameters to use for the command
- DataRow containing the first row of the resultset
-
-
-
- Executes a single SQL command and returns the resultset in a .
- A new MySqlConnection object is created, opened, and closed during this method.
-
- Settings to be used for the connection
- Command to execute
- containing the resultset
-
-
-
- Executes a single SQL command and returns the resultset in a .
- A new MySqlConnection object is created, opened, and closed during this method.
-
- Settings to be used for the connection
- Command to execute
- Parameters to use for the command
- containing the resultset
-
-
-
- Executes a single SQL command and returns the resultset in a .
- The state of the object remains unchanged after execution
- of this method.
-
- object to use
- Command to execute
- containing the resultset
-
-
-
- Executes a single SQL command and returns the resultset in a .
- The state of the object remains unchanged after execution
- of this method.
-
- object to use
- Command to execute
- Parameters to use for the command
- containing the resultset
-
-
-
- Updates the given table with data from the given
-
- Settings to use for the update
- Command text to use for the update
- containing the new data to use in the update
- Tablename in the dataset to update
-
-
-
- Async version of ExecuteDataset
-
- Settings to be used for the connection
- Command to execute
- containing the resultset
-
-
-
- Async version of ExecuteDataset
-
- Settings to be used for the connection
- Command to execute
- Parameters to use for the command
- containing the resultset
-
-
-
- Async version of ExecuteDataset
-
- object to use
- Command to execute
- containing the resultset
-
-
-
- Async version of ExecuteDataset
-
- object to use
- Command to execute
- Parameters to use for the command
- containing the resultset
-
-
-
- Async version of UpdateDataset
-
- Settings to use for the update
- Command text to use for the update
- containing the new data to use in the update
- Tablename in the dataset to update
-
-
-
- Executes a single command against a MySQL database. The is assumed to be
- open when the method is called and remains open after the method completes.
-
- The object to use
- The SQL command to be executed.
- An array of objects to use with the command.
- The number of affected records.
-
-
-
- Executes a single command against a MySQL database.
-
- to use.
- The SQL command to be executed.
- An rray of objects to use with the command.
- The number of affected records.
- A new is created using the given.
-
-
-
- Executes a single command against a MySQL database, possibly inside an existing transaction.
-
- object to use for the command
- object to use for the command
- Command text to use
- Array of objects to use with the command
- True if the connection should be preserved, false if not
- object ready to read the results of the command
-
-
-
- Executes a single command against a MySQL database.
-
- Settings to use for this command
- Command text to use
- object ready to read the results of the command
-
-
-
- Executes a single command against a MySQL database.
-
- object to use for the command
- Command text to use
- object ready to read the results of the command
-
-
-
- Executes a single command against a MySQL database.
-
- Settings to use for this command
- Command text to use
- Array of objects to use with the command
- object ready to read the results of the command
-
-
-
- Executes a single command against a MySQL database.
-
- Connection to use for the command
- Command text to use
- Array of objects to use with the command
- object ready to read the results of the command
-
-
-
- Execute a single command against a MySQL database.
-
- Settings to use for the update
- Command text to use for the update
- The first column of the first row in the result set, or a null reference if the result set is empty.
-
-
-
- Execute a single command against a MySQL database.
-
- Settings to use for the command
- Command text to use for the command
- Parameters to use for the command
- The first column of the first row in the result set, or a null reference if the result set is empty.
-
-
-
- Execute a single command against a MySQL database.
-
- object to use
- Command text to use for the command
- The first column of the first row in the result set, or a null reference if the result set is empty.
-
-
-
- Execute a single command against a MySQL database.
-
- object to use
- Command text to use for the command
- Parameters to use for the command
- The first column of the first row in the result set, or a null reference if the result set is empty.
-
-
-
- Escapes the string.
-
- The string to escape.
- The string with all quotes escaped.
-
-
-
- Replaces quotes with double quotes.
-
- The string to modidify.
- A string containing double quotes instead of single quotes.
-
-
-
- Async version of ExecuteNonQuery
-
- object to use
- SQL command to be executed
- Array of objects to use with the command.
- Rows affected
-
-
-
- Asynchronous version of the ExecuteNonQuery method.
-
- to use.
- The SQL command to be executed.
- An array of objects to use with the command.
- The number of rows affected.
-
-
-
- Asynchronous version of the ExecuteNonQuery method.
-
- to use.
- The SQL command to be executed.
- The cancellation token.
- An array of objects to use with the command.
- The number of rows affected.
-
-
-
- Async version of ExecuteReader
-
- object to use for the command
- object to use for the command
- Command text to use
- Array of objects to use with the command
- True if the connection should be preserved, false if not
- object ready to read the results of the command
-
-
-
- Async version of ExecuteReader
-
- Settings to use for this command
- Command text to use
- object ready to read the results of the command
-
-
-
- Async version of ExecuteReader
-
- object to use for the command
- Command text to use
- object ready to read the results of the command
-
-
-
- Async version of ExecuteReader
-
- Settings to use for this command
- Command text to use
- Array of objects to use with the command
- object ready to read the results of the command
-
-
-
- Async version of ExecuteReader
-
- Connection to use for the command
- Command text to use
- Array of objects to use with the command
- object ready to read the results of the command
-
-
-
- Async version of ExecuteScalar
-
- Settings to use for the update
- Command text to use for the update
- The first column of the first row in the result set, or a null reference if the result set is empty.
-
-
-
- Async version of ExecuteScalar
-
- Settings to use for the command
- Command text to use for the command
- Parameters to use for the command
- The first column of the first row in the result set, or a null reference if the result set is empty.
-
-
-
- Async version of ExecuteScalar
-
- object to use
- Command text to use for the command
- The first column of the first row in the result set, or a null reference if the result set is empty.
-
-
-
- Async version of ExecuteScalar
-
- object to use
- Command text to use for the command
- Parameters to use for the command
- The first column of the first row in the result set, or a null reference if the result set is empty.
-
-
-
- Represents a parameter to a , This class cannot be inherited.
-
-
-
-
- Gets or sets the to use when loading .
-
-
-
-
- CLoses this object.
-
- An object that is a clone of this object.
-
-
-
- Initializes a new instance of the class with the parameter name, the , the size, and the source column name.
-
- The name of the parameter to map.
- One of the values.
- The length of the parameter.
- The name of the source column.
-
-
-
- Initializes a new instance of the class with the parameter name and a value of the new MySqlParameter.
-
- The name of the parameter to map.
- An that is the value of the .
-
-
-
- Initializes a new instance of the class with the parameter name and the data type.
-
- The name of the parameter to map.
- One of the values.
-
-
-
- Initializes a new instance of the class with the parameter name, the , and the size.
-
- The name of the parameter to map.
- One of the values.
- The length of the parameter.
-
-
-
- Initializes a new instance of the class with the parameter name, the type of the parameter, the size of the parameter, a , the precision of the parameter, the scale of the parameter, the source column, a to use, and the value of the parameter.
-
- The name of the parameter to map.
- One of the values.
- The length of the parameter.
- One of the values.
- true if the value of the field can be null, otherwise false.
- The total number of digits to the left and right of the decimal point to which is resolved.
- The total number of decimal places to which is resolved.
- The name of the source column.
- One of the values.
- An that is the value of the .
-
-
-
-
- Gets or sets a value indicating whether the parameter is input-only, output-only, bidirectional, or a stored procedure return value parameter.
- As of MySql version 4.1 and earlier, input-only is the only valid choice.
-
-
-
-
- Gets or sets a value indicating whether the parameter accepts null values.
-
-
-
-
- Gets or sets the of the parameter.
-
-
-
-
- Gets or sets the maximum number of digits used to represent the property.
-
-
-
-
- Gets or sets the number of decimal places to which is resolved.
-
-
-
-
- Gets or sets the maximum size, in bytes, of the data within the column.
-
-
-
-
- Gets or sets the value of the parameter.
-
-
-
-
- Returns the possible values for this parameter if this parameter is of type
- SET or ENUM. Returns null otherwise.
-
-
-
-
- Gets or sets the name of the source column that is mapped to the and used for loading or returning the .
-
-
-
-
- Sets or gets a value which indicates whether the source column is nullable.
- This allows to correctly generate Update statements
- for nullable columns.
-
-
-
-
- Gets or sets the of the parameter.
-
-
-
-
- Overridden. Gets a string containing the .
-
-
-
-
-
- Resets the DbType property to its original settings.
-
-
-
-
- Represents a collection of parameters relevant to a as well as their respective mappings to columns in a . This class cannot be inherited.
-
-
- The number of the parameters in the collection must be equal to the number of
- parameter placeholders within the command text, or an exception will be generated.
-
- The following example creates multiple instances of
- through the MySqlParameterCollection collection within the .
- These parameters are used to select data within the data source and place the data in
- the . This code assumes that a DataSet and a MySqlDataAdapter
- have already been created with the appropriate schema, commands, and connection.
-
- Public Sub AddParameters()
- ' ...
- ' create myDataSet and myDataAdapter
- ' ...
- myDataAdapter.SelectCommand.Parameters.Add("@CategoryName", MySqlDbType.VarChar, 80).Value = "toasters"
- myDataAdapter.SelectCommand.Parameters.Add("@SerialNum", MySqlDbType.Long).Value = 239
-
- myDataAdapter.Fill(myDataSet)
- End Sub 'AddSqlParameters
-
-
- public void AddSqlParameters()
- {
- // ...
- // create myDataSet and myDataAdapter
- // ...
-
- myDataAdapter.SelectCommand.Parameters.Add("@CategoryName", MySqlDbType.VarChar, 80).Value = "toasters";
- myDataAdapter.SelectCommand.Parameters.Add("@SerialNum", MySqlDbType.Long).Value = 239;
- myDataAdapter.Fill(myDataSet);
-
- }
-
-
-
-
-
- Gets a value that indicates whether the
- has a fixed size.
-
-
-
-
- Gets a value that indicates whether the
- is read-only.
-
-
-
-
- Gets a value that indicates whether the
- is synchronized.
-
-
-
-
- Gets the number of MySqlParameter objects in the collection.
-
-
-
-
- Gets the at the specified index.
-
- Gets the with a specified attribute.
- [C#] In C#, this property is the indexer for the class.
-
-
-
-
- Gets the with the specified name.
-
-
-
-
- Adds a to the with the parameter name, the data type, the column length, and the source column name.
-
- The name of the parameter.
- One of the values.
- The length of the column.
- The name of the source column.
- The newly added object.
-
-
-
- Adds the specified object to the .
-
- The to add to the collection.
- The newly added object.
-
-
-
- Adds a parameter and its value.
-
- The name of the parameter.
- The value of the parameter.
- A object representing the provided values.
-
-
-
- Adds a to the given the parameter name and the data type.
-
- The name of the parameter.
- One of the values.
- The newly added object.
-
-
-
- Adds a to the with the parameter name, the data type, and the column length.
-
- The name of the parameter.
- One of the values.
- The length of the column.
- The newly added object.
-
-
-
- Removes all items from the collection.
-
-
-
-
- Gets the location of the in the collection with a specific parameter name.
-
- The name of the object to retrieve.
- The zero-based location of the in the collection.
-
-
-
- Gets the location of a in the collection.
-
- The object to locate.
- The zero-based location of the in the collection.
- Gets the location of a in the collection.
-
-
-
- This method will update all the items in the index hashes when
- we insert a parameter somewhere in the middle
-
-
-
-
-
-
- Adds an array of values to the end of the .
-
-
-
-
-
- Retrieve the parameter with the given name.
-
-
-
-
-
-
- Adds the specified object to the .
-
- The to add to the collection.
- The index of the new object.
-
-
-
- Gets a value indicating whether a with the specified parameter name exists in the collection.
-
- The name of the object to find.
- true if the collection contains the parameter; otherwise, false.
-
-
-
- Gets a value indicating whether a MySqlParameter exists in the collection.
-
- The value of the object to find.
- true if the collection contains the object; otherwise, false.
- Gets a value indicating whether a exists in the collection.
-
-
-
- Copies MySqlParameter objects from the MySqlParameterCollection to the specified array.
-
-
-
-
-
-
- Returns an enumerator that iterates through the .
-
-
-
-
-
- Inserts a MySqlParameter into the collection at the specified index.
-
-
-
-
-
-
- Removes the specified MySqlParameter from the collection.
-
-
-
-
-
- Removes the specified from the collection using the parameter name.
-
- The name of the object to retrieve.
-
-
-
- Removes the specified from the collection using a specific index.
-
- The zero-based index of the parameter.
- Removes the specified from the collection.
-
-
-
- Gets an object that can be used to synchronize access to the
- .
-
-
-
-
- Represents a single(not nested) TransactionScope
-
-
-
-
- Defines security permissions assigned to a MySQL object.
-
-
-
-
- Creates a set of permissions.
-
- A flag indicating if the reflection permission should be included.
- A object representing a collection of permissions.
-
-
-
- BaseCommandInterceptor is the base class that should be used for all userland
- command interceptors
-
-
-
-
- Gets the active connection.
-
-
-
-
- Executes an SQL statements that returns a scalar value such as a calculation.
-
- The SQL statement to execute.
- A scalar value that represents the result returned by the execution of the SQL statement.
- false.
- This method is intended to be overriden.
-
-
-
- Executes an SQL statement that returns the number of affected rows.
-
- The SQL statement to execute.
- The number of affected rows.
- false.
- This method is intended to be overriden.
-
-
-
- Executes an SQL statement that will return a resultset.
-
- The SQL statement to execute.
- A value that describes the results of the query and its effect on the database.
- A object containing the result of the statement execution.
- false.
- This method is intended to be overriden.
-
-
-
- Sets the active connection.
-
- The active connection.
-
-
-
- CommandInterceptor is the "manager" class that keeps the list of registered interceptors
- for the given connection.
-
-
-
-
- BaseExceptionInterceptor is the base class that should be used for all userland
- exception interceptors.
-
-
-
-
- Returns the received exception.
-
- The exception to be returned.
- The exception originally received.
-
-
-
- Gets the active connection.
-
-
-
-
- Initilizes this object by setting the active connection.
-
- The connection to become active.
-
-
-
- StandardExceptionInterceptor is the standard interceptor that simply returns the exception.
- It is the default action.
-
-
-
-
- Returns the received exception, which is the default action
-
- The exception to be returned.
- The exception originally received.
-
-
-
- ExceptionInterceptor is the "manager" class that keeps the list of registered interceptors
- for the given connection.
-
-
-
-
- Interceptor is the base class for the "manager" classes such as ExceptionInterceptor,
- CommandInterceptor, etc
-
-
-
-
- Return schema information about procedures and functions
- Restrictions supported are:
- schema, name, type
-
-
-
-
-
-
- Return schema information about parameters for procedures and functions
- Restrictions supported are:
- schema, name, type, parameter name
-
-
-
-
- Initializes a new row for the procedure parameters table.
-
-
-
-
- Parses out the elements of a procedure parameter data type.
-
-
-
-
- Implementation of memcached binary client protocol.
-
- According to http://code.google.com/p/memcached/wiki/BinaryProtocolRevamped
-
-
-
- Sends an store command (add, replace, set).
-
-
-
-
-
-
-
-
-
-
- Sends a get command.
-
-
-
-
-
-
-
-
- Sends a delete command.
-
-
-
-
-
-
-
- Sends a command without args (like flush).
-
-
-
-
-
-
-
- Sends a command with amount (INCR/DECR)
-
-
-
-
-
-
-
-
- Encodes in the binary protocol the a command of the kind set, add or replace.
-
-
-
-
-
-
- If true applies to set, add or replace commands; if false applies to append and prepend commands.
-
-
-
-
- An interface of the client memcached protocol. This class is abstract for
- implementation of the Memcached client interface see for the
- text protocol version and for the binary protocol version.
-
-
-
-
- The port used by the connection.
-
-
-
-
- The server DNS or IP address used by the connection.
-
-
-
-
- The network stream used by the connecition.
-
-
-
-
- Factory method for creating instances of that implement a connection with the requested features.
- The connection object returned must be explicitely opened see method .
-
- The Memcached server DNS or IP address.
- The port for the Memcached server
- A set of flags indicating characterestics requested.
- An instance of a client connection ready to be used.
-
-
-
- Opens the client connection.
-
-
-
-
- Closes the client connection.
-
-
-
-
- Adds a new key/value pair with the given TimeSpan expiration.
-
- The key for identifying the entry.
- The data to associate with the key.
- The interval of timespan, use TimeSpan.Zero for no expiration.
-
-
-
- Appens the data to the existing data for the associated key.
-
- The key for identifying the entry.
- The data to append with the data associated with the key.
-
-
-
- Executes the Check-and-set Memcached operation.
-
- The key for identifying the entry.
- The data to use in the CAS.
- The interval of timespan, use TimeSpan.Zero for no expiration.
- The CAS unique value to use.
-
-
-
-
- Decrements the value associated with a key by the given amount.
-
- The key associated with the value to decrement.
- The amount to decrement the value.
-
-
-
- Removes they pair key/value given the specified key.
-
-
-
-
-
- Removes all entries from the storage, effectively invalidating the whole cache.
-
- The interval after which the cache will be cleaned. Can be TimeSpan.Zero for immediately.
-
-
-
- Get the key/value pair associated with a given key.
-
- The key for which to returm the key/value.
- The key/value associated with the key or a MemcachedException if it does not exists.
-
-
-
- Increments the value associated with a key by the given amount.
-
- The key associated with the value to increment.
- The amount to increment the value.
-
-
-
- Prepends the data to the existing data for the associated key.
-
- The key for identifying the entry.
- The data to append with the data associated with the key.
-
-
-
- Replaces the value associated with the given key with another value.
-
- The key for identifying the entry.
- The data to replace the value associated with the key.
- The interval of timespan, use TimeSpan.Zero for no expiration.
-
-
-
- Set the value of a given key.
-
- The key for identifying the entry.
- The data to associate with the given key.
- The interval of timespan, use TimeSpan.Zero for no expiration.
-
-
-
- A set of flags for requesting new instances of connections
-
-
-
-
- Requests a connection implememting the text protocol.
-
-
-
-
- Requests a connection implementing the binary protocol.
-
-
-
-
- Requests a TCP connection. Currently UDP is not supported.
-
-
-
-
- The base exception class for all Memcached exceptions.
-
-
-
-
- Implementation of the Memcached text client protocol.
-
-
-
-
- Sends a command to the memcached server.
-
-
-
-
-
-
- This version is for commands that take a key, data, expiration and casUnique.
-
-
-
- Sends a command to the memcached server.
-
-
-
-
-
- This version is for commands that take a key, data and expiration
-
-
-
- Send a command to memcached server.
-
-
-
-
- This version is for commands that don't need flags neither expiration fields.
-
-
-
- Sends a command to the server.
-
-
-
- This version is for commands that only require a key
-
-
-
- Sends a command to the server.
-
-
-
-
- This version is for commands that only require a key and an integer value.
-
-
-
- Sends a command to the server.
-
-
-
- This version is for commands that only require a key and expiration.
-
-
-
- Abstract class that provides common functionality for connection options that apply for all protocols.
-
-
-
-
- Readonly field containing a collection of protocol shared connection options.
-
-
-
-
- Gets or sets a flag indicating if the object has access to procedures.
-
-
-
-
- Gets or sets a dictionary representing key-value pairs for each connection option.
-
-
-
-
- Gets or sets the name of the server.
-
- The server.
-
-
-
- Gets or sets the name of the database for the initial connection.
-
-
-
-
- Gets or sets the protocol that should be used for communicating
- with MySQL.
-
-
-
-
- Gets or sets the port number that is used when the socket
- protocol is being used.
-
-
-
-
- Gets or sets a boolean value that indicates whether this connection
- should resolve DNS SRV records.
-
-
-
-
- Gets or sets the user ID that should be used to connect with.
-
-
-
-
- Gets or sets the password that should be used to make a connection.
-
-
-
-
- Gets or sets the path to the certificate file to be used.
-
-
-
-
- Gets or sets the password to be used in conjunction with the certificate file.
-
-
-
-
- Gets or sets the location to a personal store where a certificate is held.
-
-
-
-
- Gets or sets a certificate thumbprint to ensure correct identification of a certificate contained within a personal store.
-
-
-
-
- Indicates whether to use SSL connections and how to handle server certificate errors.
-
-
-
-
- Sets the TLS versions to use in a SSL connection to the server.
-
-
- Tls version=TLSv1.1,TLSv1.2;
-
-
-
-
- Gets or sets the path to a local key file in PEM format to use for establishing an encrypted connection.
-
-
-
-
- Gets or sets the path to a local certificate file in PEM format to use for establishing an encrypted connection.
-
-
-
-
- Gets or sets the name of the SSH server.
-
-
-
-
- Gets or sets the port number to use when authenticating to the SSH server.
-
-
-
-
- Gets or sets the user name to authenticate to the SSH server.
-
-
-
-
- Gets or sets the password to authenticate to the SSH server.
-
-
-
-
- Gets or sets the SSH key file to authenticate to the SSH server.
-
-
-
-
- Gets or sets the passphrase of the key file to authenticate to the SSH server.
-
-
-
-
- Gets or sets the idle connection time(seconds) for TCP connections.
-
-
-
-
- Gets or sets the character set that should be used for sending queries to the server.
-
-
-
-
- Analyzes the connection string for potential duplicated or invalid connection options.
-
- Connection string.
- Flag that indicates if the connection is using X Protocol.
- Flag that indicates if the default port is used.
-
-
-
- Represents a set of methods for creating instances of the MySQL client implementation of the data source classes.
-
-
-
-
- Gets an instance of the .
- This can be used to retrieve strongly typed data objects.
-
-
-
-
- Returns a strongly typed instance.
-
- A new strongly typed instance of DbCommand.
-
-
-
- Returns a strongly typed instance.
-
- A new strongly typed instance of DbConnection.
-
-
-
- Returns a strongly typed instance.
-
- A new strongly typed instance of DbParameter.
-
-
-
- Returns a strongly typed instance.
-
- A new strongly typed instance of DbConnectionStringBuilder.
-
-
-
- Returns a strongly typed instance.
-
- A new strongly typed instance of DbCommandBuilder.
-
-
-
- Returns a strongly typed instance.
-
- A new strongly typed instance of DbDataAdapter.
-
-
-
- Provide a simple caching layer
-
-
-
-
- Aids in the creation of connection strings by exposing the connection options as properties.
- Contains connection options specific to the Classic protocol.
-
-
-
-
- Main constructor.
-
-
-
-
- Constructor accepting a connection string.
-
- The connection string.
-
-
-
- Readonly field containing a collection of classic protocol and protocol shared connection options.
-
-
-
-
- Gets or sets the name of the named pipe that should be used
- for communicating with MySQL.
-
-
-
-
- Gets or sets a boolean value that indicates whether this connection
- should use compression.
-
-
-
-
- Gets or sets a boolean value that indicates whether this connection will allow
- commands to send multiple SQL statements in one execution.
-
-
-
-
- Gets or sets a boolean value that indicates whether logging is enabled.
-
-
-
-
- Gets or sets the base name of the shared memory objects used to
- communicate with MySQL when the shared memory protocol is being used.
-
-
-
-
- Gets or sets the default command timeout.
-
-
-
-
- Gets or sets the connection timeout.
-
-
-
-
- Gets or sets a boolean value that indicates whether this connection will allow
- to load data local infile.
-
-
-
-
- Gets or sets a boolean value that indicates if the password should be persisted
- in the connection string.
-
-
-
-
- Gets or sets a boolean value that indicates if the connection should be encrypted.
-
- Obsolte. Use instead.
-
-
-
- Gets or sets a boolean value that indicates if RSA public keys should be retrieved from the server.
-
- This option is only relevant when SSL is disabled. Setting this option to true in
- 8.0 servers that have the caching_sha2_password authentication plugin as the default plugin will
- cause the connection attempt to fail if the user hasn't successfully connected to the server on a
- previous occasion.
-
-
-
- Gets or sets a boolean value that indicates if zero date time values are supported.
-
- Default value is false.
-
-
-
- Gets or sets a boolean value that indicates if zero datetime values should be
- converted to DateTime.MinValue.
-
- Default value is false.
-
-
-
- Gets or sets a boolean value that indicates if the Usage Advisor should be enabled.
-
- Default value is false.
-
-
-
- Gets or sets the size of the stored procedure cache.
-
- Default value is 25.
-
-
-
- Gets or sets a boolean value that indicates if the performance monitor hooks should be enabled.
-
- Default value is false.
-
-
-
- Gets or sets a boolean value that indicates if calls to the Prepare method should be ignored.
-
- Default value is false.
-
-
-
- Gets or sets a boolean value that indicates if an opened connection should particiapte in the current scope.
-
- Default value is true.
-
-
-
- Gets or sets a boolean value that indicates if security asserts must be included.
-
- Must be set to true when using the class in a partial trust environment,
- with the library installed in the GAC of the hosting environment. Not supported in .NET Core.
- Default value is false.
-
-
-
- Gets or sets a boolean value that indicates if column binary flags set by the server are ignored.
-
- Default value is true.
-
-
-
- Gets or sets a boolean value that indicates if TINYINT(1) shound be treated as a BOOLEAN.
-
- Default value is true.
-
-
-
- Gets or sets a boolean value that indicates if the provider expects user variables in the SQL.
-
- Default value is false.
-
-
-
- Gets or sets a boolean value that indicates if the session should be interactive.
-
- Default value is false.
-
-
-
- Gets or sets a boolean value that indicates if server functions should be treated as returning a string.
-
- Default value is false.
-
-
-
- Gets or sets a boolean value that indicates if the server should report affected rows instead of found rows.
-
- Default value is false.
-
-
-
- Gets or sets a boolean value that indicates if items of data type BINARY(16) should be treated as guids.
-
- Default value is false.
-
-
-
- Gets or sets a boolean value that indicates if SQL Server syntax should be allowed by supporting square brackets
- around symbols instead of backticks.
-
- Default value is false.
-
-
-
- Gets or sets a boolean value that indicates if caching of TableDirect commands is enabled.
-
- Default value is false.
-
-
-
- Gets or sets the seconds for how long a TableDirect result should be cached.
-
- Default value is 0.
-
-
-
- Gets or sets a boolean value that indicates if stored routine parameters should be checked against the server.
-
- Default value is true.
-
-
-
- Gets or sets a boolean value that indicates if this connection will use replication.
-
- Default value is false.
-
-
-
- Gets or sets the list of interceptors that can triage thrown MySqlExceptions.
-
-
-
-
- Gets or sets the list of interceptors that can intercept command operations.
-
-
-
-
- Gets or sets the lifetime of a pooled connection.
-
- Default value is 0.
-
-
-
- Gets or sets a boolean value indicating if connection pooling is enabled.
-
- Default value is true.
-
-
-
- Gets the minimum connection pool size.
-
- Default value is 0.
-
-
-
- Gets or sets the maximum connection pool setting.
-
- Default value is 100.
-
-
-
- Gets or sets a boolean value that indicates if the connection should be reset when retrieved
- from the pool.
-
- Default value is false.
-
-
-
- Gets or sets a boolean value that indicates whether the server variable settings are updated by a
- SHOW VARIABLES command each time a pooled connection is returned.
-
- Default value is false.
-
-
-
- Indicates whether the driver should treat binary BLOBs as UTF8.
-
- Default value is false.
-
-
-
- Gets or sets the pattern to match for the columns that should be treated as UTF8.
-
-
-
-
- Gets or sets the pattern to match for the columns that should not be treated as UTF8.
-
-
-
-
- Gets or sets a connection option.
-
- The keyword that identifies the connection option to modify.
-
-
-
- Summary description for ClientParam.
-
-
-
-
- DB Operations Code
-
-
-
-
- Specifies MySQL specific data type of a field, property, for use in a .
-
-
-
-
-
- A fixed precision and scale numeric value between -1038
- -1 and 10 38 -1.
-
-
-
-
- The signed range is -128 to 127. The unsigned
- range is 0 to 255.
-
-
-
-
- A 16-bit signed integer. The signed range is
- -32768 to 32767. The unsigned range is 0 to 65535
-
-
-
-
- Specifies a 24 (3 byte) signed or unsigned value.
-
-
-
-
- A 32-bit signed integer
-
-
-
-
- A 64-bit signed integer.
-
-
-
-
- A small (single-precision) floating-point
- number. Allowable values are -3.402823466E+38 to -1.175494351E-38,
- 0, and 1.175494351E-38 to 3.402823466E+38.
-
-
-
-
- A normal-size (double-precision)
- floating-point number. Allowable values are -1.7976931348623157E+308
- to -2.2250738585072014E-308, 0, and 2.2250738585072014E-308 to
- 1.7976931348623157E+308.
-
-
-
-
- A timestamp. The range is '1970-01-01 00:00:00' to sometime in the
- year 2037
-
-
-
-
- Date The supported range is '1000-01-01' to '9999-12-31'.
-
-
-
-
- Time The range is '-838:59:59' to '838:59:59'.
-
-
-
-
- DateTime The supported range is '1000-01-01 00:00:00' to
- '9999-12-31 23:59:59'.
-
-
-
-
- Datetime The supported range is '1000-01-01 00:00:00' to
- '9999-12-31 23:59:59'.
-
-
-
-
- A year in 2- or 4-digit format (default is 4-digit). The
- allowable values are 1901 to 2155, 0000 in the 4-digit year
- format, and 1970-2069 if you use the 2-digit format (70-69).
-
-
-
-
- Obsolete Use Datetime or Date type
-
-
-
-
- A variable-length string containing 0 to 65535 characters
-
-
-
-
- Bit-field data type
-
-
-
-
- JSON
-
-
-
-
- New Decimal
-
-
-
-
- An enumeration. A string object that can have only one value,
- chosen from the list of values 'value1', 'value2', ..., NULL
- or the special "" error value. An ENUM can have a maximum of
- 65535 distinct values
-
-
-
-
- A set. A string object that can have zero or more values, each
- of which must be chosen from the list of values 'value1', 'value2',
- ... A SET can have a maximum of 64 members.
-
-
-
-
- A binary column with a maximum length of 255 (2^8 - 1)
- characters
-
-
-
-
- A binary column with a maximum length of 16777215 (2^24 - 1) bytes.
-
-
-
-
- A binary column with a maximum length of 4294967295 or
- 4G (2^32 - 1) bytes.
-
-
-
-
- A binary column with a maximum length of 65535 (2^16 - 1) bytes.
-
-
-
-
- A variable-length string containing 0 to 255 bytes.
-
-
-
-
- A fixed-length string.
-
-
-
-
- Geometric (GIS) data type.
-
-
-
-
- Unsigned 8-bit value.
-
-
-
-
- Unsigned 16-bit value.
-
-
-
-
- Unsigned 24-bit value.
-
-
-
-
- Unsigned 32-bit value.
-
-
-
-
- Unsigned 64-bit value.
-
-
-
-
- Fixed length binary string.
-
-
-
-
- Variable length binary string.
-
-
-
-
- A text column with a maximum length of 255 (2^8 - 1) characters.
-
-
-
-
- A text column with a maximum length of 16777215 (2^24 - 1) characters.
-
-
-
-
- A text column with a maximum length of 4294967295 or
- 4G (2^32 - 1) characters.
-
-
-
-
- A text column with a maximum length of 65535 (2^16 - 1) characters.
-
-
-
-
- A guid column.
-
-
-
-
- Allows the user to specify the type of connection that should
- be used.
-
-
-
-
- TCP/IP style connection. Works everywhere.
-
-
-
-
- TCP/IP style connection. Works everywhere.
-
-
-
-
- TCP/IP style connection. Works everywhere.
-
-
-
-
- Named pipe connection. Works only on Windows systems.
-
-
-
-
- Named pipe connection. Works only on Windows systems.
-
-
-
-
- Unix domain socket connection. Works only with Unix systems.
-
-
-
-
- Unix domain socket connection. Works only with Unix systems.
-
-
-
-
- Shared memory connection. Currently works only with Windows systems.
-
-
-
-
- Shared memory connection. Currently works only with Windows systems.
-
-
-
-
- SSL options for connection.
-
-
-
-
- Do not use SSL.
-
-
-
-
- Use SSL, if server supports it. This option is only available for the classic protocol.
-
-
-
-
- Always use SSL. Deny connection if server does not support SSL.
- Do not perform server certificate validation.
- This is the default SSL mode when the same isn't specified as part of the connection string.
-
-
-
-
- Always use SSL. Validate server SSL certificate, but different host name mismatch.
-
-
-
-
- Always use SSL and perform full certificate validation.
-
-
-
-
- Specifies the connection types supported
-
-
-
-
- Use TCP/IP sockets.
-
-
-
-
- Use client library.
-
-
-
-
- Use MySQL embedded server.
-
-
-
-
- Defines the location of the certificate store.
-
-
-
-
- Do not use certificate store.
-
-
-
-
- Use certificate store for the current user.
-
-
-
-
- User certificate store for the machine.
-
-
-
-
- Specifies the authentication mechanism that should be used.
-
-
-
-
- If SSL is enabled or Unix sockets are being used, sets PLAIN as the authentication mechanism;
- otherwise, it tries to use MYSQL41 and then SHA256_MEMORY.
-
-
-
-
- Authenticate using PLAIN.
-
-
-
-
- Authenticate using MYSQL41.
-
-
-
-
- Authenticate using EXTERNAL.
-
-
-
-
- Authenticate using SHA256_MEMORY.
-
-
-
-
- Defines waiting options that may be used with row locking options.
-
-
-
-
- Waits until the blocking transaction releases the row lock.
-
-
-
-
- Never waits to acquire a row lock. The query executes immediately,
- failing with an error if a requested row is locked.
-
-
-
-
- Never waits to acquire a row lock. The query executes immediately,
- removing locked rows from the result set.
-
-
-
-
- Defines the type of compression used when data is exchanged between client and server.
-
-
-
-
- Uses compression if client and server are able to reach a concensus. Otherwise, compression
- is not used.
-
-
-
-
- Enforces the use of compression. If no concensus is reached, an error is raised.
-
-
-
-
- Disables compression.
-
-
-
-
- Collection of error codes that can be returned by the server
-
-
-
-
-
-
-
-
-
-
- Error level
-
-
-
-
- Error code
-
-
-
-
- Error message
-
-
-
-
- Provides a reference to error codes returned by MySQL.
-
-
-
-
- ER_HASHCHK
-
-
-
- ER_NISAMCHK
-
-
-
- ER_NO
-
-
-
- ER_YES
-
-
- The file couldn't be created.
- ER_CANT_CREATE_FILE
-
-
- The table couldn't be created.
- ER_CANT_CREATE_TABLE
-
-
- The database couldn't be created.
- ER_CANT_CREATE_DB
-
-
- The database couldn't be created, it already exists.
- ER_DB_CREATE_EXISTS
-
-
- The database couldn't be dropped, it doesn't exist.
- ER_DB_DROP_EXISTS
-
-
- The database couldn't be dropped, the file can't be deleted.
- ER_DB_DROP_DELETE
-
-
- The database couldn't be dropped, the directory can't be deleted.
- ER_DB_DROP_RMDIR
-
-
- The file couldn't be deleted.
- ER_CANT_DELETE_FILE
-
-
- The record couldn't be read from the system table.
- ER_CANT_FIND_SYSTEM_REC
-
-
- The status couldn't be retrieved.
- ER_CANT_GET_STAT
-
-
- The working directory couldn't be retrieved.
- ER_CANT_GET_WD
-
-
- The file couldn't be locked.
- ER_CANT_LOCK
-
-
- The file couldn't be opened.
- ER_CANT_OPEN_FILE
-
-
- The file couldn't be found.
- ER_FILE_NOT_FOUND
-
-
- The directory couldn't be read.
- ER_CANT_READ_DIR
-
-
- The working directory couldn't be entered.
- ER_CANT_SET_WD
-
-
- The record changed since it was last read.
- ER_CHECKREAD
-
-
- The disk is full.
- ER_DISK_FULL
-
-
-
- There is already a key with the given values.
-
-
-
- An error occurred when closing the file.
- ER_ERROR_ON_CLOSE
-
-
- An error occurred when reading from the file.
- ER_ERROR_ON_READ
-
-
- An error occurred when renaming then file.
- ER_ERROR_ON_RENAME
-
-
- An error occurred when writing to the file.
- ER_ERROR_ON_WRITE
-
-
- The file is in use.
- ER_FILE_USED
-
-
- Sorting has been aborted.
- ER_FILSORT_ABORT
-
-
- The view doesn't exist.
- ER_FORM_NOT_FOUND
-
-
- Got the specified error from the table storage engine.
- ER_GET_ERRNO
-
-
- The table storage engine doesn't support the specified option.
- ER_ILLEGAL_HA
-
-
-
- The specified key was not found.
-
-
-
- The file contains incorrect information.
- ER_NOT_FORM_FILE
-
-
- The key file is incorrect for the table, it should be repaired.
- ER_NOT_KEYFILE
-
-
- The key file is old for the table, it should be repaired.
- ER_OLD_KEYFILE
-
-
- The table is read-only
- ER_OPEN_AS_READONLY
-
-
- The server is out of memory, it should be restarted.
- ER_OUTOFMEMORY
-
-
- The server is out of sort-memory, the sort buffer size should be increased.
- ER_OUT_OF_SORTMEMORY
-
-
- An unexpected EOF was found when reading from the file.
- ER_UNEXPECTED_EOF
-
-
- Too many connections are open.
- ER_CON_COUNT_ERROR
-
-
- The server is out of resources, check if MySql or some other process is using all available memory.
- ER_OUT_OF_RESOURCES
-
-
-
- Given when the connection is unable to successfully connect to host.
-
-
-
- The handshake was invalid.
- ER_HANDSHAKE_ERROR
-
-
- Access was denied for the specified user using the specified database.
- ER_DBACCESS_DENIED_ERROR
-
-
-
- Normally returned when an incorrect password is given
-
-
-
- No database has been selected.
- ER_NO_DB_ERROR
-
-
- The command is unknown.
- ER_UNKNOWN_COM_ERROR
-
-
- The specified column cannot be NULL.
- ER_BAD_NULL_ERROR
-
-
- The specified database is not known.
-
-
- The specified table already exists.
- ER_TABLE_EXISTS_ERROR
-
-
- The specified table is unknown.
- ER_BAD_TABLE_ERROR
-
-
- The specified column is ambiguous.
- ER_NON_UNIQ_ERROR
-
-
- The server is currently being shutdown.
- ER_SERVER_SHUTDOWN
-
-
- The specified columns is unknown.
- ER_BAD_FIELD_ERROR
-
-
- The specified column isn't in GROUP BY.
- ER_WRONG_FIELD_WITH_GROUP
-
-
- The specified columns cannot be grouped on.
- ER_WRONG_GROUP_FIELD
-
-
- There are sum functions and columns in the same statement.
- ER_WRONG_SUM_SELECT
-
-
- The column count doesn't match the value count.
- ER_WRONG_VALUE_COUNT
-
-
- The identifier name is too long.
- ER_TOO_LONG_IDENT
-
-
- The column name is duplicated.
- ER_DUP_FIELDNAME
-
-
-
- Duplicate Key Name
-
-
-
-
- Duplicate Key Entry
-
-
-
- The column specifier is incorrect.
- ER_WRONG_FIELD_SPEC
-
-
- An error occurred when parsing the statement.
- ER_PARSE_ERROR
-
-
- The statement is empty.
- ER_EMPTY_QUERY
-
-
- The table alias isn't unique.
- ER_NONUNIQ_TABLE
-
-
- The default value is invalid for the specified field.
- ER_INVALID_DEFAULT
-
-
- The table has multiple primary keys defined.
- ER_MULTIPLE_PRI_KEY
-
-
- Too many keys were defined for the table.
- ER_TOO_MANY_KEYS
-
-
- Too many parts to the keys were defined for the table.
- ER_TOO_MANY_KEY_PARTS
-
-
- The specified key is too long
- ER_TOO_LONG_KEY
-
-
- The specified key column doesn't exist in the table.
- ER_KEY_COLUMN_DOES_NOT_EXITS
-
-
- The BLOB column was used as a key, this can't be done.
- ER_BLOB_USED_AS_KEY
-
-
- The column length is too big for the specified column type.
- ER_TOO_BIG_FIELDLENGTH
-
-
- There can only be one auto-column, and it must be defined as a PK.
- ER_WRONG_AUTO_KEY
-
-
- The server is ready to accept connections.
- ER_READY
-
-
-
- ER_NORMAL_SHUTDOWN
-
-
- The server received the specified signal and is aborting.
- ER_GOT_SIGNAL
-
-
- The server shutdown is complete.
- ER_SHUTDOWN_COMPLETE
-
-
- The server is forcing close of the specified thread.
- ER_FORCING_CLOSE
-
-
- An error occurred when creating the IP socket.
- ER_IPSOCK_ERROR
-
-
- The table has no index like the one used in CREATE INDEX.
- ER_NO_SUCH_INDEX
-
-
- The field separator argument is not what is expected, check the manual.
- ER_WRONG_FIELD_TERMINATORS
-
-
- The BLOB columns must terminated, fixed row lengths cannot be used.
- ER_BLOBS_AND_NO_TERMINATED
-
-
- The text file cannot be read.
- ER_TEXTFILE_NOT_READABLE
-
-
- The specified file already exists.
- ER_FILE_EXISTS_ERROR
-
-
- Information returned by the LOAD statement.
- ER_LOAD_INFO
-
-
- Information returned by an UPDATE statement.
- ER_ALTER_INFO
-
-
- The prefix key is incorrect.
- ER_WRONG_SUB_KEY
-
-
- All columns cannot be removed from a table, use DROP TABLE instead.
- ER_CANT_REMOVE_ALL_FIELDS
-
-
- Cannot DROP, check that the column or key exists.
- ER_CANT_DROP_FIELD_OR_KEY
-
-
- Information returned by an INSERT statement.
- ER_INSERT_INFO
-
-
- The target table cannot be specified for update in FROM clause.
- ER_UPDATE_TABLE_USED
-
-
- The specified thread ID is unknown.
- ER_NO_SUCH_THREAD
-
-
- The thread cannot be killed, the current user is not the owner.
- ER_KILL_DENIED_ERROR
-
-
- No tables used in the statement.
- ER_NO_TABLES_USED
-
-
- Too many string have been used for the specified column and SET.
- ER_TOO_BIG_SET
-
-
- A unique filename couldn't be generated.
- ER_NO_UNIQUE_LOGFILE
-
-
- The specified table was locked with a READ lock, and can't be updated.
- ER_TABLE_NOT_LOCKED_FOR_WRITE
-
-
- The specified table was not locked with LOCK TABLES.
- ER_TABLE_NOT_LOCKED
-
-
- BLOB and Text columns cannot have a default value.
- ER_BLOB_CANT_HAVE_DEFAULT
-
-
- The specified database name is incorrect.
- ER_WRONG_DB_NAME
-
-
- The specified table name is incorrect.
- ER_WRONG_TABLE_NAME
-
-
- The SELECT command would examine more than MAX_JOIN_SIZE rows, check the WHERE clause and use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is ok.
- ER_TOO_BIG_SELECT
-
-
- An unknown error occurred.
- ER_UNKNOWN_ERROR
-
-
- The specified procedure is unknown.
- ER_UNKNOWN_PROCEDURE
-
-
- The number of parameters provided for the specified procedure is incorrect.
- ER_WRONG_PARAMCOUNT_TO_PROCEDURE
-
-
- The parameters provided for the specified procedure are incorrect.
- ER_WRONG_PARAMETERS_TO_PROCEDURE
-
-
- The specified table is unknown.
- ER_UNKNOWN_TABLE
-
-
- The specified column has been specified twice.
- ER_FIELD_SPECIFIED_TWICE
-
-
- The group function has been incorrectly used.
- ER_INVALID_GROUP_FUNC_USE
-
-
- The specified table uses an extension that doesn't exist in this MySQL version.
- ER_UNSUPPORTED_EXTENSION
-
-
- The table must have at least one column.
- ER_TABLE_MUST_HAVE_COLUMNS
-
-
- The specified table is full.
- ER_RECORD_FILE_FULL
-
-
- The specified character set is unknown.
- ER_UNKNOWN_CHARACTER_SET
-
-
- Too many tables, MySQL can only use the specified number of tables in a JOIN.
- ER_TOO_MANY_TABLES
-
-
- Too many columns
- ER_TOO_MANY_FIELDS
-
-
- The row size is too large, the maximum row size for the used tables (not counting BLOBS) is specified, change some columns or BLOBS.
- ER_TOO_BIG_ROWSIZE
-
-
- A thread stack overrun occurred. Stack statistics are specified.
- ER_STACK_OVERRUN
-
-
- A cross dependency was found in the OUTER JOIN, examine the ON conditions.
- ER_WRONG_OUTER_JOIN
-
-
- The table handler doesn't support NULL in the given index, change specified column to be NOT NULL or use another handler.
- ER_NULL_COLUMN_IN_INDEX
-
-
- The specified user defined function cannot be loaded.
- ER_CANT_FIND_UDF
-
-
- The specified user defined function cannot be initialised.
- ER_CANT_INITIALIZE_UDF
-
-
- No paths are allowed for the shared library.
- ER_UDF_NO_PATHS
-
-
- The specified user defined function already exists.
- ER_UDF_EXISTS
-
-
- The specified shared library cannot be opened.
- ER_CANT_OPEN_LIBRARY
-
-
- The specified symbol cannot be found in the library.
- ER_CANT_FIND_DL_ENTRY
-
-
- The specified function is not defined.
- ER_FUNCTION_NOT_DEFINED
-
-
- The specified host is blocked because of too many connection errors, unblock with 'mysqladmin flush-hosts'.
- ER_HOST_IS_BLOCKED
-
-
-
- The given host is not allowed to connect
-
-
-
-
- The anonymous user is not allowed to connect
-
-
-
-
- The given password is not allowed
-
-
-
-
- The given password does not match
-
-
-
- Information returned by an UPDATE statement.
- ER_UPDATE_INFO
-
-
- A new thread couldn't be created.
- ER_CANT_CREATE_THREAD
-
-
- The column count doesn't match the value count.
- ER_WRONG_VALUE_COUNT_ON_ROW
-
-
- The specified table can't be re-opened.
- ER_CANT_REOPEN_TABLE
-
-
- The NULL value has been used incorrectly.
- ER_INVALID_USE_OF_NULL
-
-
- The regular expression contains an error.
- ER_REGEXP_ERROR
-
-
- GROUP columns (MIN(), MAX(), COUNT(), ...) cannot be mixes with no GROUP columns if there is not GROUP BY clause.
- ER_MIX_OF_GROUP_FUNC_AND_FIELDS
-
-
-
- ER_NONEXISTING_GRANT
-
-
-
- ER_TABLEACCESS_DENIED_ERROR
-
-
-
- ER_COLUMNACCESS_DENIED_ERROR
-
-
-
- ER_ILLEGAL_GRANT_FOR_TABLE
-
-
-
- ER_GRANT_WRONG_HOST_OR_USER
-
-
-
- ER_NO_SUCH_TABLE
-
-
-
- ER_NONEXISTING_TABLE_GRANT
-
-
-
- ER_NOT_ALLOWED_COMMAND
-
-
-
- ER_SYNTAX_ERROR
-
-
-
- ER_DELAYED_CANT_CHANGE_LOCK
-
-
-
- ER_TOO_MANY_DELAYED_THREADS
-
-
-
- ER_ABORTING_CONNECTION
-
-
-
- An attempt was made to send or receive a packet larger than
- max_allowed_packet_size
-
-
-
-
- ER_NET_READ_ERROR_FROM_PIPE
-
-
-
- ER_NET_FCNTL_ERROR
-
-
-
- ER_NET_PACKETS_OUT_OF_ORDER
-
-
-
- ER_NET_UNCOMPRESS_ERROR
-
-
-
- ER_NET_READ_ERROR
-
-
-
- ER_NET_READ_INTERRUPTED
-
-
-
- ER_NET_ERROR_ON_WRITE
-
-
-
- ER_NET_WRITE_INTERRUPTED
-
-
-
- ER_TOO_LONG_STRING
-
-
-
- ER_TABLE_CANT_HANDLE_BLOB
-
-
-
- ER_TABLE_CANT_HANDLE_AUTO_INCREMENT
-
-
-
- ER_DELAYED_INSERT_TABLE_LOCKED
-
-
-
- ER_WRONG_COLUMN_NAME
-
-
-
- ER_WRONG_KEY_COLUMN
-
-
-
- ER_WRONG_MRG_TABLE
-
-
-
- ER_DUP_UNIQUE
-
-
-
- ER_BLOB_KEY_WITHOUT_LENGTH
-
-
-
- ER_PRIMARY_CANT_HAVE_NULL
-
-
-
- ER_TOO_MANY_ROWS
-
-
-
- ER_REQUIRES_PRIMARY_KEY
-
-
-
- ER_NO_RAID_COMPILED
-
-
-
- ER_UPDATE_WITHOUT_KEY_IN_SAFE_MODE
-
-
-
- ER_KEY_DOES_NOT_EXITS
-
-
-
- ER_CHECK_NO_SUCH_TABLE
-
-
-
- ER_CHECK_NOT_IMPLEMENTED
-
-
-
- ER_CANT_DO_THIS_DURING_AN_TRANSACTION
-
-
-
- ER_ERROR_DURING_COMMIT
-
-
-
- ER_ERROR_DURING_ROLLBACK
-
-
-
- ER_ERROR_DURING_FLUSH_LOGS
-
-
-
- ER_ERROR_DURING_CHECKPOINT
-
-
-
- ER_NEW_ABORTING_CONNECTION
-
-
-
- ER_DUMP_NOT_IMPLEMENTED
-
-
-
- ER_FLUSH_MASTER_BINLOG_CLOSED
-
-
-
- ER_INDEX_REBUILD
-
-
-
- ER_MASTER
-
-
-
- ER_MASTER_NET_READ
-
-
-
- ER_MASTER_NET_WRITE
-
-
-
- ER_FT_MATCHING_KEY_NOT_FOUND
-
-
-
- ER_LOCK_OR_ACTIVE_TRANSACTION
-
-
-
- ER_UNKNOWN_SYSTEM_VARIABLE
-
-
-
- ER_CRASHED_ON_USAGE
-
-
-
- ER_CRASHED_ON_REPAIR
-
-
-
- ER_WARNING_NOT_COMPLETE_ROLLBACK
-
-
-
- ER_TRANS_CACHE_FULL
-
-
-
- ER_SLAVE_MUST_STOP
-
-
-
- ER_SLAVE_NOT_RUNNING
-
-
-
- ER_BAD_SLAVE
-
-
-
- ER_MASTER_INFO
-
-
-
- ER_SLAVE_THREAD
-
-
-
- ER_TOO_MANY_USER_CONNECTIONS
-
-
-
- ER_SET_CONSTANTS_ONLY
-
-
-
- ER_LOCK_WAIT_TIMEOUT
-
-
-
- ER_LOCK_TABLE_FULL
-
-
-
- ER_READ_ONLY_TRANSACTION
-
-
-
- ER_DROP_DB_WITH_READ_LOCK
-
-
-
- ER_CREATE_DB_WITH_READ_LOCK
-
-
-
- ER_WRONG_ARGUMENTS
-
-
-
- ER_NO_PERMISSION_TO_CREATE_USER
-
-
-
- ER_UNION_TABLES_IN_DIFFERENT_DIR
-
-
-
- ER_LOCK_DEADLOCK
-
-
-
- ER_TABLE_CANT_HANDLE_FT
-
-
-
- ER_CANNOT_ADD_FOREIGN
-
-
-
- ER_NO_REFERENCED_ROW
-
-
-
- ER_ROW_IS_REFERENCED
-
-
-
- ER_CONNECT_TO_MASTER
-
-
-
- ER_QUERY_ON_MASTER
-
-
-
- ER_ERROR_WHEN_EXECUTING_COMMAND
-
-
-
- ER_WRONG_USAGE
-
-
-
- ER_WRONG_NUMBER_OF_COLUMNS_IN_SELECT
-
-
-
- ER_CANT_UPDATE_WITH_READLOCK
-
-
-
- ER_MIXING_NOT_ALLOWED
-
-
-
- ER_DUP_ARGUMENT
-
-
-
- ER_USER_LIMIT_REACHED
-
-
-
- ER_SPECIFIC_ACCESS_DENIED_ERROR
-
-
-
- ER_LOCAL_VARIABLE
-
-
-
- ER_GLOBAL_VARIABLE
-
-
-
- ER_NO_DEFAULT
-
-
-
- ER_WRONG_VALUE_FOR_VAR
-
-
-
- ER_WRONG_TYPE_FOR_VAR
-
-
-
- ER_VAR_CANT_BE_READ
-
-
-
- ER_CANT_USE_OPTION_HERE
-
-
-
- ER_NOT_SUPPORTED_YET
-
-
-
- ER_MASTER_FATAL_ERROR_READING_BINLOG
-
-
-
- ER_SLAVE_IGNORED_TABLE
-
-
-
- ER_INCORRECT_GLOBAL_LOCAL_VAR
-
-
-
- ER_WRONG_FK_DEF
-
-
-
- ER_KEY_REF_DO_NOT_MATCH_TABLE_REF
-
-
-
- ER_OPERAND_COLUMNS
-
-
-
- ER_SUBQUERY_NO_1_ROW
-
-
-
- ER_UNKNOWN_STMT_HANDLER
-
-
-
- ER_CORRUPT_HELP_DB
-
-
-
- ER_CYCLIC_REFERENCE
-
-
-
- ER_AUTO_CONVERT
-
-
-
- ER_ILLEGAL_REFERENCE
-
-
-
- ER_DERIVED_MUST_HAVE_ALIAS
-
-
-
- ER_SELECT_REDUCED
-
-
-
- ER_TABLENAME_NOT_ALLOWED_HERE
-
-
-
- ER_NOT_SUPPORTED_AUTH_MODE
-
-
-
- ER_SPATIAL_CANT_HAVE_NULL
-
-
-
- ER_COLLATION_CHARSET_MISMATCH
-
-
-
- ER_SLAVE_WAS_RUNNING
-
-
-
- ER_SLAVE_WAS_NOT_RUNNING
-
-
-
- ER_TOO_BIG_FOR_UNCOMPRESS
-
-
-
- ER_ZLIB_Z_MEM_ERROR
-
-
-
- ER_ZLIB_Z_BUF_ERROR
-
-
-
- ER_ZLIB_Z_DATA_ERROR
-
-
-
- ER_CUT_VALUE_GROUP_CONCAT
-
-
-
- ER_WARN_TOO_FEW_RECORDS
-
-
-
- ER_WARN_TOO_MANY_RECORDS
-
-
-
- ER_WARN_NULL_TO_NOTNULL
-
-
-
- ER_WARN_DATA_OUT_OF_RANGE
-
-
-
- WARN_DATA_TRUNCATED
-
-
-
- ER_WARN_USING_OTHER_HANDLER
-
-
-
- ER_CANT_AGGREGATE_2COLLATIONS
-
-
-
- ER_DROP_USER
-
-
-
- ER_REVOKE_GRANTS
-
-
-
- ER_CANT_AGGREGATE_3COLLATIONS
-
-
-
- ER_CANT_AGGREGATE_NCOLLATIONS
-
-
-
- ER_VARIABLE_IS_NOT_STRUCT
-
-
-
- ER_UNKNOWN_COLLATION
-
-
-
- ER_SLAVE_IGNORED_SSL_PARAMS
-
-
-
- ER_SERVER_IS_IN_SECURE_AUTH_MODE
-
-
-
- ER_WARN_FIELD_RESOLVED
-
-
-
- ER_BAD_SLAVE_UNTIL_COND
-
-
-
- ER_MISSING_SKIP_SLAVE
-
-
-
- ER_UNTIL_COND_IGNORED
-
-
-
- ER_WRONG_NAME_FOR_INDEX
-
-
-
- ER_WRONG_NAME_FOR_CATALOG
-
-
-
- ER_WARN_QC_RESIZE
-
-
-
- ER_BAD_FT_COLUMN
-
-
-
- ER_UNKNOWN_KEY_CACHE
-
-
-
- ER_WARN_HOSTNAME_WONT_WORK
-
-
-
- ER_UNKNOWN_STORAGE_ENGINE
-
-
-
- ER_WARN_DEPRECATED_SYNTAX
-
-
-
- ER_NON_UPDATABLE_TABLE
-
-
-
- ER_FEATURE_DISABLED
-
-
-
- ER_OPTION_PREVENTS_STATEMENT
-
-
-
- ER_DUPLICATED_VALUE_IN_TYPE
-
-
-
- ER_TRUNCATED_WRONG_VALUE
-
-
-
- ER_TOO_MUCH_AUTO_TIMESTAMP_COLS
-
-
-
- ER_INVALID_ON_UPDATE
-
-
-
- ER_UNSUPPORTED_PS
-
-
-
- ER_GET_ERRMSG
-
-
-
- ER_GET_TEMPORARY_ERRMSG
-
-
-
- ER_UNKNOWN_TIME_ZONE
-
-
-
- ER_WARN_INVALID_TIMESTAMP
-
-
-
- ER_INVALID_CHARACTER_STRING
-
-
-
- ER_WARN_ALLOWED_PACKET_OVERFLOWED
-
-
-
- ER_CONFLICTING_DECLARATIONS
-
-
-
- ER_SP_NO_RECURSIVE_CREATE
-
-
-
- ER_SP_ALREADY_EXISTS
-
-
-
- ER_SP_DOES_NOT_EXIST
-
-
-
- ER_SP_DROP_FAILED
-
-
-
- ER_SP_STORE_FAILED
-
-
-
- ER_SP_LILABEL_MISMATCH
-
-
-
- ER_SP_LABEL_REDEFINE
-
-
-
- ER_SP_LABEL_MISMATCH
-
-
-
- ER_SP_UNINIT_VAR
-
-
-
- ER_SP_BADSELECT
-
-
-
- ER_SP_BADRETURN
-
-
-
- ER_SP_BADSTATEMENT
-
-
-
- ER_UPDATE_LOG_DEPRECATED_IGNORED
-
-
-
- ER_UPDATE_LOG_DEPRECATED_TRANSLATED
-
-
-
- ER_QUERY_INTERRUPTED
-
-
-
- ER_SP_WRONG_NO_OF_ARGS
-
-
-
- ER_SP_COND_MISMATCH
-
-
-
- ER_SP_NORETURN
-
-
-
- ER_SP_NORETURNEND
-
-
-
- ER_SP_BAD_CURSOR_QUERY
-
-
-
- ER_SP_BAD_CURSOR_SELECT
-
-
-
- ER_SP_CURSOR_MISMATCH
-
-
-
- ER_SP_CURSOR_ALREADY_OPEN
-
-
-
- ER_SP_CURSOR_NOT_OPEN
-
-
-
- ER_SP_UNDECLARED_VAR
-
-
-
- ER_SP_WRONG_NO_OF_FETCH_ARGS
-
-
-
- ER_SP_FETCH_NO_DATA
-
-
-
- ER_SP_DUP_PARAM
-
-
-
- ER_SP_DUP_VAR
-
-
-
- ER_SP_DUP_COND
-
-
-
- ER_SP_DUP_CURS
-
-
-
- ER_SP_CANT_ALTER
-
-
-
- ER_SP_SUBSELECT_NYI
-
-
-
- ER_STMT_NOT_ALLOWED_IN_SF_OR_TRG
-
-
-
- ER_SP_VARCOND_AFTER_CURSHNDLR
-
-
-
- ER_SP_CURSOR_AFTER_HANDLER
-
-
-
- ER_SP_CASE_NOT_FOUND
-
-
-
- ER_FPARSER_TOO_BIG_FILE
-
-
-
- ER_FPARSER_BAD_HEADER
-
-
-
- ER_FPARSER_EOF_IN_COMMENT
-
-
-
- ER_FPARSER_ERROR_IN_PARAMETER
-
-
-
- ER_FPARSER_EOF_IN_UNKNOWN_PARAMETER
-
-
-
- ER_VIEW_NO_EXPLAIN
-
-
-
- ER_FRM_UNKNOWN_TYPE
-
-
-
- ER_WRONG_OBJECT
-
-
-
- ER_NONUPDATEABLE_COLUMN
-
-
-
- ER_VIEW_SELECT_DERIVED
-
-
-
- ER_VIEW_SELECT_CLAUSE
-
-
-
- ER_VIEW_SELECT_VARIABLE
-
-
-
- ER_VIEW_SELECT_TMPTABLE
-
-
-
- ER_VIEW_WRONG_LIST
-
-
-
- ER_WARN_VIEW_MERGE
-
-
-
- ER_WARN_VIEW_WITHOUT_KEY
-
-
-
- ER_VIEW_INVALID
-
-
-
- ER_SP_NO_DROP_SP
-
-
-
- ER_SP_GOTO_IN_HNDLR
-
-
-
- ER_TRG_ALREADY_EXISTS
-
-
-
- ER_TRG_DOES_NOT_EXIST
-
-
-
- ER_TRG_ON_VIEW_OR_TEMP_TABLE
-
-
-
- ER_TRG_CANT_CHANGE_ROW
-
-
-
- ER_TRG_NO_SUCH_ROW_IN_TRG
-
-
-
- ER_NO_DEFAULT_FOR_FIELD
-
-
-
- ER_DIVISION_BY_ZERO
-
-
-
- ER_TRUNCATED_WRONG_VALUE_FOR_FIELD
-
-
-
- ER_ILLEGAL_VALUE_FOR_TYPE
-
-
-
- ER_VIEW_NONUPD_CHECK
-
-
-
- ER_VIEW_CHECK_FAILED
-
-
-
- ER_PROCACCESS_DENIED_ERROR
-
-
-
- ER_RELAY_LOG_FAIL
-
-
-
- ER_PASSWD_LENGTH
-
-
-
- ER_UNKNOWN_TARGET_BINLOG
-
-
-
- ER_IO_ERR_LOG_INDEX_READ
-
-
-
- ER_BINLOG_PURGE_PROHIBITED
-
-
-
- ER_FSEEK_FAIL
-
-
-
- ER_BINLOG_PURGE_FATAL_ERR
-
-
-
- ER_LOG_IN_USE
-
-
-
- ER_LOG_PURGE_UNKNOWN_ERR
-
-
-
- ER_RELAY_LOG_INIT
-
-
-
- ER_NO_BINARY_LOGGING
-
-
-
- ER_RESERVED_SYNTAX
-
-
-
- ER_WSAS_FAILED
-
-
-
- ER_DIFF_GROUPS_PROC
-
-
-
- ER_NO_GROUP_FOR_PROC
-
-
-
- ER_ORDER_WITH_PROC
-
-
-
- ER_LOGGING_PROHIBIT_CHANGING_OF
-
-
-
- ER_NO_FILE_MAPPING
-
-
-
- ER_WRONG_MAGIC
-
-
-
- ER_PS_MANY_PARAM
-
-
-
- ER_KEY_PART_0
-
-
-
- ER_VIEW_CHECKSUM
-
-
-
- ER_VIEW_MULTIUPDATE
-
-
-
- ER_VIEW_NO_INSERT_FIELD_LIST
-
-
-
- ER_VIEW_DELETE_MERGE_VIEW
-
-
-
- ER_CANNOT_USER
-
-
-
- ER_XAER_NOTA
-
-
-
- ER_XAER_INVAL
-
-
-
- ER_XAER_RMFAIL
-
-
-
- ER_XAER_OUTSIDE
-
-
-
- ER_XAER_RMERR
-
-
-
- ER_XA_RBROLLBACK
-
-
-
- ER_NONEXISTING_PROC_GRANT
-
-
-
- ER_PROC_AUTO_GRANT_FAIL
-
-
-
- ER_PROC_AUTO_REVOKE_FAIL
-
-
-
- ER_DATA_TOO_LONG
-
-
-
- ER_SP_BAD_SQLSTATE
-
-
-
- ER_STARTUP
-
-
-
- ER_LOAD_FROM_FIXED_SIZE_ROWS_TO_VAR
-
-
-
- ER_CANT_CREATE_USER_WITH_GRANT
-
-
-
- ER_WRONG_VALUE_FOR_TYPE
-
-
-
- ER_TABLE_DEF_CHANGED
-
-
-
- ER_SP_DUP_HANDLER
-
-
-
- ER_SP_NOT_VAR_ARG
-
-
-
- ER_SP_NO_RETSET
-
-
-
- ER_CANT_CREATE_GEOMETRY_OBJECT
-
-
-
- ER_FAILED_ROUTINE_BREAK_BINLOG
-
-
-
- ER_BINLOG_UNSAFE_ROUTINE
-
-
-
- ER_BINLOG_CREATE_ROUTINE_NEED_SUPER
-
-
-
- ER_EXEC_STMT_WITH_OPEN_CURSOR
-
-
-
- ER_STMT_HAS_NO_OPEN_CURSOR
-
-
-
- ER_COMMIT_NOT_ALLOWED_IN_SF_OR_TRG
-
-
-
- ER_NO_DEFAULT_FOR_VIEW_FIELD
-
-
-
- ER_SP_NO_RECURSION
-
-
-
- ER_TOO_BIG_SCALE
-
-
-
- ER_TOO_BIG_PRECISION
-
-
-
- ER_M_BIGGER_THAN_D
-
-
-
- ER_WRONG_LOCK_OF_SYSTEM_TABLE
-
-
-
- ER_CONNECT_TO_FOREIGN_DATA_SOURCE
-
-
-
- ER_QUERY_ON_FOREIGN_DATA_SOURCE
-
-
-
- ER_FOREIGN_DATA_SOURCE_DOESNT_EXIST
-
-
-
- ER_FOREIGN_DATA_STRING_INVALID_CANT_CREATE
-
-
-
- ER_FOREIGN_DATA_STRING_INVALID
-
-
-
- ER_CANT_CREATE_FEDERATED_TABLE
-
-
-
- ER_TRG_IN_WRONG_SCHEMA
-
-
-
- ER_STACK_OVERRUN_NEED_MORE
-
-
-
- ER_TOO_LONG_BODY
-
-
-
- ER_WARN_CANT_DROP_DEFAULT_KEYCACHE
-
-
-
- ER_TOO_BIG_DISPLAYWIDTH
-
-
-
- ER_XAER_DUPID
-
-
-
- ER_DATETIME_FUNCTION_OVERFLOW
-
-
-
- ER_CANT_UPDATE_USED_TABLE_IN_SF_OR_TRG
-
-
-
- ER_VIEW_PREVENT_UPDATE
-
-
-
- ER_PS_NO_RECURSION
-
-
-
- ER_SP_CANT_SET_AUTOCOMMIT
-
-
-
- ER_MALFORMED_DEFINER
-
-
-
- ER_VIEW_FRM_NO_USER
-
-
-
- ER_VIEW_OTHER_USER
-
-
-
- ER_NO_SUCH_USER
-
-
-
- ER_FORBID_SCHEMA_CHANGE
-
-
-
- ER_ROW_IS_REFERENCED_2
-
-
-
- ER_NO_REFERENCED_ROW_2
-
-
-
- ER_SP_BAD_VAR_SHADOW
-
-
-
- ER_TRG_NO_DEFINER
-
-
-
- ER_OLD_FILE_FORMAT
-
-
-
- ER_SP_RECURSION_LIMIT
-
-
-
- ER_SP_PROC_TABLE_CORRUPT
-
-
-
- ER_SP_WRONG_NAME
-
-
-
- ER_TABLE_NEEDS_UPGRADE
-
-
-
- ER_SP_NO_AGGREGATE
-
-
-
- ER_MAX_PREPARED_STMT_COUNT_REACHED
-
-
-
- ER_VIEW_RECURSIVE
-
-
-
- ER_NON_GROUPING_FIELD_USED
-
-
-
- ER_TABLE_CANT_HANDLE_SPKEYS
-
-
-
- ER_NO_TRIGGERS_ON_SYSTEM_SCHEMA
-
-
-
- ER_REMOVED_SPACES
-
-
-
- ER_AUTOINC_READ_FAILED
-
-
-
- ER_USERNAME
-
-
-
- ER_HOSTNAME
-
-
-
- ER_WRONG_STRING_LENGTH
-
-
-
- ER_NON_INSERTABLE_TABLE
-
-
-
- ER_ADMIN_WRONG_MRG_TABLE
-
-
-
- ER_TOO_HIGH_LEVEL_OF_NESTING_FOR_SELECT
-
-
-
- ER_NAME_BECOMES_EMPTY
-
-
-
- ER_AMBIGUOUS_FIELD_TERM
-
-
-
- ER_FOREIGN_SERVER_EXISTS
-
-
-
- ER_FOREIGN_SERVER_DOESNT_EXIST
-
-
-
- ER_ILLEGAL_HA_CREATE_OPTION
-
-
-
- ER_PARTITION_REQUIRES_VALUES_ERROR
-
-
-
- ER_PARTITION_WRONG_VALUES_ERROR
-
-
-
- ER_PARTITION_MAXVALUE_ERROR
-
-
-
- ER_PARTITION_SUBPARTITION_ERROR
-
-
-
- ER_PARTITION_SUBPART_MIX_ERROR
-
-
-
- ER_PARTITION_WRONG_NO_PART_ERROR
-
-
-
- ER_PARTITION_WRONG_NO_SUBPART_ERROR
-
-
-
- ER_WRONG_EXPR_IN_PARTITION_FUNC_ERROR
-
-
-
- ER_NO_CONST_EXPR_IN_RANGE_OR_LIST_ERROR
-
-
-
- ER_FIELD_NOT_FOUND_PART_ERROR
-
-
-
- ER_LIST_OF_FIELDS_ONLY_IN_HASH_ERROR
-
-
-
- ER_INCONSISTENT_PARTITION_INFO_ERROR
-
-
-
- ER_PARTITION_FUNC_NOT_ALLOWED_ERROR
-
-
-
- ER_PARTITIONS_MUST_BE_DEFINED_ERROR
-
-
-
- ER_RANGE_NOT_INCREASING_ERROR
-
-
-
- ER_INCONSISTENT_TYPE_OF_FUNCTIONS_ERROR
-
-
-
- ER_MULTIPLE_DEF_CONST_IN_LIST_PART_ERROR
-
-
-
- ER_PARTITION_ENTRY_ERROR
-
-
-
- ER_MIX_HANDLER_ERROR
-
-
-
- ER_PARTITION_NOT_DEFINED_ERROR
-
-
-
- ER_TOO_MANY_PARTITIONS_ERROR
-
-
-
- ER_SUBPARTITION_ERROR
-
-
-
- ER_CANT_CREATE_HANDLER_FILE
-
-
-
- ER_BLOB_FIELD_IN_PART_FUNC_ERROR
-
-
-
- ER_UNIQUE_KEY_NEED_ALL_FIELDS_IN_PF
-
-
-
- ER_NO_PARTS_ERROR
-
-
-
- ER_PARTITION_MGMT_ON_NONPARTITIONED
-
-
-
- ER_FOREIGN_KEY_ON_PARTITIONED
-
-
-
- ER_DROP_PARTITION_NON_EXISTENT
-
-
-
- ER_DROP_LAST_PARTITION
-
-
-
- ER_COALESCE_ONLY_ON_HASH_PARTITION
-
-
-
- ER_REORG_HASH_ONLY_ON_SAME_NO
-
-
-
- ER_REORG_NO_PARAM_ERROR
-
-
-
- ER_ONLY_ON_RANGE_LIST_PARTITION
-
-
-
- ER_ADD_PARTITION_SUBPART_ERROR
-
-
-
- ER_ADD_PARTITION_NO_NEW_PARTITION
-
-
-
- ER_COALESCE_PARTITION_NO_PARTITION
-
-
-
- ER_REORG_PARTITION_NOT_EXIST
-
-
-
- ER_SAME_NAME_PARTITION
-
-
-
- ER_NO_BINLOG_ERROR
-
-
-
- ER_CONSECUTIVE_REORG_PARTITIONS
-
-
-
- ER_REORG_OUTSIDE_RANGE
-
-
-
- ER_PARTITION_FUNCTION_FAILURE
-
-
-
- ER_PART_STATE_ERROR
-
-
-
- ER_LIMITED_PART_RANGE
-
-
-
- ER_PLUGIN_IS_NOT_LOADED
-
-
-
- ER_WRONG_VALUE
-
-
-
- ER_NO_PARTITION_FOR_GIVEN_VALUE
-
-
-
- ER_FILEGROUP_OPTION_ONLY_ONCE
-
-
-
- ER_CREATE_FILEGROUP_FAILED
-
-
-
- ER_DROP_FILEGROUP_FAILED
-
-
-
- ER_TABLESPACE_AUTO_EXTEND_ERROR
-
-
-
- ER_WRONG_SIZE_NUMBER
-
-
-
- ER_SIZE_OVERFLOW_ERROR
-
-
-
- ER_ALTER_FILEGROUP_FAILED
-
-
-
- ER_BINLOG_ROW_LOGGING_FAILED
-
-
-
- ER_BINLOG_ROW_WRONG_TABLE_DEF
-
-
-
- ER_BINLOG_ROW_RBR_TO_SBR
-
-
-
- ER_EVENT_ALREADY_EXISTS
-
-
-
- ER_EVENT_STORE_FAILED
-
-
-
- ER_EVENT_DOES_NOT_EXIST
-
-
-
- ER_EVENT_CANT_ALTER
-
-
-
- ER_EVENT_DROP_FAILED
-
-
-
- ER_EVENT_INTERVAL_NOT_POSITIVE_OR_TOO_BIG
-
-
-
- ER_EVENT_ENDS_BEFORE_STARTS
-
-
-
- ER_EVENT_EXEC_TIME_IN_THE_PAST
-
-
-
- ER_EVENT_OPEN_TABLE_FAILED
-
-
-
- ER_EVENT_NEITHER_M_EXPR_NOR_M_AT
-
-
-
- ER_COL_COUNT_DOESNT_MATCH_CORRUPTED
-
-
-
- ER_CANNOT_LOAD_FROM_TABLE
-
-
-
- ER_EVENT_CANNOT_DELETE
-
-
-
- ER_EVENT_COMPILE_ERROR
-
-
-
- ER_EVENT_SAME_NAME
-
-
-
- ER_EVENT_DATA_TOO_LONG
-
-
-
- ER_DROP_INDEX_FK
-
-
-
- ER_WARN_DEPRECATED_SYNTAX_WITH_VER
-
-
-
- ER_CANT_WRITE_LOCK_LOG_TABLE
-
-
-
- ER_CANT_LOCK_LOG_TABLE
-
-
-
- ER_FOREIGN_DUPLICATE_KEY
-
-
-
- ER_COL_COUNT_DOESNT_MATCH_PLEASE_UPDATE
-
-
-
- ER_TEMP_TABLE_PREVENTS_SWITCH_OUT_OF_RBR
-
-
-
- ER_STORED_FUNCTION_PREVENTS_SWITCH_BINLOG_FORMAT
-
-
-
- ER_NDB_CANT_SWITCH_BINLOG_FORMAT
-
-
-
- ER_PARTITION_NO_TEMPORARY
-
-
-
- ER_PARTITION_CONST_DOMAIN_ERROR
-
-
-
- ER_PARTITION_FUNCTION_IS_NOT_ALLOWED
-
-
-
- ER_DDL_LOG_ERROR
-
-
-
- ER_NULL_IN_VALUES_LESS_THAN
-
-
-
- ER_WRONG_PARTITION_NAME
-
-
-
- ER_CANT_CHANGE_TRANSACTION_ISOLATION
-
-
-
- ER_DUP_ENTRY_AUTOINCREMENT_CASE
-
-
-
- ER_EVENT_MODIFY_QUEUE_ERROR
-
-
-
- ER_EVENT_SET_VAR_ERROR
-
-
-
- ER_PARTITION_MERGE_ERROR
-
-
-
- ER_CANT_ACTIVATE_LOG
-
-
-
- ER_RBR_NOT_AVAILABLE
-
-
-
- ER_BASE64_DECODE_ERROR
-
-
-
- ER_EVENT_RECURSION_FORBIDDEN
-
-
-
- ER_EVENTS_DB_ERROR
-
-
-
- ER_ONLY_INTEGERS_ALLOWED
-
-
-
- ER_UNSUPORTED_LOG_ENGINE
-
-
-
- ER_BAD_LOG_STATEMENT
-
-
-
- ER_CANT_RENAME_LOG_TABLE
-
-
-
- ER_WRONG_PARAMCOUNT_TO_NATIVE_FCT
-
-
-
- ER_WRONG_PARAMETERS_TO_NATIVE_FCT
-
-
-
- ER_WRONG_PARAMETERS_TO_STORED_FCT
-
-
-
- ER_NATIVE_FCT_NAME_COLLISION
-
-
-
- ER_DUP_ENTRY_WITH_KEY_NAME
-
-
-
- ER_BINLOG_PURGE_EMFILE
-
-
-
- ER_EVENT_CANNOT_CREATE_IN_THE_PAST
-
-
-
- ER_EVENT_CANNOT_ALTER_IN_THE_PAST
-
-
-
- ER_SLAVE_INCIDENT
-
-
-
- ER_NO_PARTITION_FOR_GIVEN_VALUE_SILENT
-
-
-
- ER_BINLOG_UNSAFE_STATEMENT
-
-
-
- ER_SLAVE_FATAL_ERROR
-
-
-
- ER_SLAVE_RELAY_LOG_READ_FAILURE
-
-
-
- ER_SLAVE_RELAY_LOG_WRITE_FAILURE
-
-
-
- ER_SLAVE_CREATE_EVENT_FAILURE
-
-
-
- ER_SLAVE_MASTER_COM_FAILURE
-
-
-
- ER_BINLOG_LOGGING_IMPOSSIBLE
-
-
-
- ER_VIEW_NO_CREATION_CTX
-
-
-
- ER_VIEW_INVALID_CREATION_CTX
-
-
-
- ER_SR_INVALID_CREATION_CTX
-
-
-
- ER_TRG_CORRUPTED_FILE
-
-
-
- ER_TRG_NO_CREATION_CTX
-
-
-
- ER_TRG_INVALID_CREATION_CTX
-
-
-
- ER_EVENT_INVALID_CREATION_CTX
-
-
-
- ER_TRG_CANT_OPEN_TABLE
-
-
-
- ER_CANT_CREATE_SROUTINE
-
-
-
- ER_SLAVE_AMBIGOUS_EXEC_MODE
-
-
-
- ER_NO_FORMAT_DESCRIPTION_EVENT_BEFORE_BINLOG_STATEMENT
-
-
-
- ER_SLAVE_CORRUPT_EVENT
-
-
-
- ER_LOAD_DATA_INVALID_COLUMN
-
-
-
- ER_LOG_PURGE_NO_FILE
-
-
-
- ER_XA_RBTIMEOUT
-
-
-
- ER_XA_RBDEADLOCK
-
-
-
- ER_NEED_REPREPARE
-
-
-
- ER_DELAYED_NOT_SUPPORTED
-
-
-
- WARN_NO_MASTER_INFO
-
-
-
- WARN_OPTION_IGNORED
-
-
-
- WARN_PLUGIN_DELETE_BUILTIN
-
-
-
- WARN_PLUGIN_BUSY
-
-
-
- ER_VARIABLE_IS_READONLY
-
-
-
- ER_WARN_ENGINE_TRANSACTION_ROLLBACK
-
-
-
- ER_SLAVE_HEARTBEAT_FAILURE
-
-
-
- ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE
-
-
-
- ER_NDB_REPLICATION_SCHEMA_ERROR
-
-
-
- ER_CONFLICT_FN_PARSE_ERROR
-
-
-
- ER_EXCEPTIONS_WRITE_ERROR
-
-
-
- ER_TOO_LONG_TABLE_COMMENT
-
-
-
- ER_TOO_LONG_FIELD_COMMENT
-
-
-
- ER_FUNC_INEXISTENT_NAME_COLLISION
-
-
-
- ER_DATABASE_NAME
-
-
-
- ER_TABLE_NAME
-
-
-
- ER_PARTITION_NAME
-
-
-
- ER_SUBPARTITION_NAME
-
-
-
- ER_TEMPORARY_NAME
-
-
-
- ER_RENAMED_NAME
-
-
-
- ER_TOO_MANY_CONCURRENT_TRXS
-
-
-
- WARN_NON_ASCII_SEPARATOR_NOT_IMPLEMENTED
-
-
-
- ER_DEBUG_SYNC_TIMEOUT
-
-
-
- ER_DEBUG_SYNC_HIT_LIMIT
-
-
-
- ER_ERROR_LAST
-
-
-
- WriteInteger
-
-
-
-
-
-
- Summary description for MySqlPool.
-
-
-
-
- It is assumed that this property will only be used from inside an active
- lock.
-
-
-
-
- Indicates whether this pool is being cleared.
-
-
-
-
- It is assumed that this method is only called from inside an active lock.
-
-
-
-
- It is assumed that this method is only called from inside an active lock.
-
-
-
-
- Removes a connection from the in use pool. The only situations where this method
- would be called are when a connection that is in use gets some type of fatal exception
- or when the connection is being returned to the pool and it's too old to be
- returned.
-
-
-
-
-
- Clears this pool of all idle connections and marks this pool and being cleared
- so all other connections are closed when they are returned.
-
-
-
-
- Remove expired drivers from the idle pool
-
-
-
- Closing driver is a potentially lengthy operation involving network
- IO. Therefore we do not close expired drivers while holding
- idlePool.SyncRoot lock. We just remove the old drivers from the idle
- queue and return them to the caller. The caller will need to close
- them (or let GC close them)
-
-
-
-
- Summary description for MySqlPoolManager.
-
-
-
-
- Queue of demoted hosts.
-
-
-
-
- List of hosts that will be attempted to connect to.
-
-
-
-
- Timer to be used when a host have been demoted.
-
-
-
-
- Remove drivers that have been idle for too long.
-
-
-
-
- Remove hosts that have been on the demoted list for more
- than 120,000 milliseconds and add them to the available hosts list.
-
-
-
-
- Provides a class capable of executing a SQL script containing
- multiple SQL statements including CREATE PROCEDURE statements
- that require changing the delimiter
-
-
-
-
- Handles the event raised whenever a statement is executed.
-
-
-
-
- Handles the event raised whenever an error is raised by the execution of a script.
-
-
-
-
- Handles the event raised whenever a script execution is finished.
-
-
-
-
- Initializes a new instance of the
- class.
-
-
-
-
- Initializes a new instance of the
- class.
-
- The connection.
-
-
-
- Initializes a new instance of the
- class.
-
- The query.
-
-
-
- Initializes a new instance of the
- class.
-
- The connection.
- The query.
-
-
-
- Gets or sets the connection.
-
- The connection.
-
-
-
- Gets or sets the query.
-
- The query.
-
-
-
- Gets or sets the delimiter.
-
- The delimiter.
-
-
-
- Executes this instance.
-
- The number of statements executed as part of the script.
-
-
-
- Initiates the asynchronous execution of SQL statements.
-
- The number of statements executed as part of the script inside.
-
-
-
- Initiates the asynchronous execution of SQL statements.
-
- The cancellation token.
- The number of statements executed as part of the script inside.
-
-
-
- Represents the method that will handle errors when executing MySQL statements.
-
-
-
-
- Represents the method that will handle errors when executing MySQL scripts.
-
-
-
-
- Sets the arguments associated to MySQL scripts.
-
-
-
-
- Gets the statement text.
-
- The statement text.
-
-
-
- Gets the line.
-
- The line.
-
-
-
- Gets the position.
-
- The position.
-
-
-
- Sets the arguments associated to MySQL script errors.
-
-
-
-
- Initializes a new instance of the class.
-
- The exception.
-
-
-
- Gets the exception.
-
- The exception.
-
-
-
- Gets or sets a value indicating whether this is ignored.
-
- true if ignore; otherwise, false.
-
-
-
- Summary description for MySqlStream.
-
-
-
-
- ReadPacket is called by NativeDriver to start reading the next
- packet on the stream.
-
-
-
-
- Reads the specified number of bytes from the stream and stores them at given
- offset in the buffer.
- Throws EndOfStreamException if not all bytes can be read.
-
- Stream to read from
- Array to store bytes read from the stream
- The offset in buffer at which to begin storing the data read from the current stream.
- Number of bytes to read
-
-
-
- LoadPacket loads up and decodes the header of the incoming packet.
-
-
-
-
- Traces information about the client execution.
-
-
-
-
- Gets the list of trace listeners.
-
-
-
-
- Gets or sets the switch to control tracing and debugging.
-
-
-
-
- Gets or sets a flag indicating if query analysis is enabled.
-
-
-
-
- Enables query analysis.
-
- The host on which to enable query analysis.
- The interval of time for logging trace information.
-
-
-
- Disables query analysis.
-
-
-
-
- Specifies the types of warning flags.
-
-
-
-
- No index exists.
-
-
-
-
- Bad index exists.
-
-
-
-
- Rows have been excluded from the result.
-
-
-
-
- Columns have been excluded from the result.
-
-
-
-
- Type conversions took place.
-
-
-
-
- Specifies the event that triggered the trace.
-
-
-
-
- A connection has been opened.
-
-
-
-
- A connection has been closed.
-
-
-
-
- A query has been executed.
-
-
-
-
- Data has been retrieved from the resultset.
-
-
-
-
- Data retrieval has ended.
-
-
-
-
- Query execution has ended.
-
-
-
-
- The statement to be executed has been created.
-
-
-
-
- The statement has been executed.
-
-
-
-
- The statement is no longer required.
-
-
-
-
- The query provided is of a nonquery type.
-
-
-
-
- Usage advisor warnings have been requested.
-
-
-
-
- Noncritical problem.
-
-
-
-
- An error has been raised during data retrieval.
-
-
-
-
- The query has been normalized.
-
-
-
-
- Summary description for Driver.
-
-
-
-
- Sets the current database for the this connection
-
-
-
-
-
- Return the appropriate set of connection flags for our
- server capabilities and our user requested options.
-
-
-
-
- Query is the method that is called to send all queries to the server
-
-
-
-
- Sends the specified file to the server.
- This supports the LOAD DATA LOCAL INFILE
-
-
-
-
-
- FetchDataRow is the method that the data reader calls to see if there is another
- row to fetch. In the non-prepared mode, it will simply read the next data packet.
- In the prepared mode (statementId > 0), it will
-
-
-
-
- Execution timeout, in milliseconds. When the accumulated time for network IO exceeds this value
- TimeoutException is thrown. This timeout needs to be reset for every new command
-
-
-
-
-
- Summary description for PreparedStatement.
-
-
-
-
- Prepares CommandText for use with the Prepare method
-
- Command text stripped of all paramter names
-
- Takes the output of TokenizeSql and creates a single string of SQL
- that only contains '?' markers for each parameter. It also creates
- the parameterMap array list that includes all the paramter names in the
- order they appeared in the SQL
-
-
-
-
- Defines a replication configurarion element in the configuration file.
-
-
-
-
- Gets a collection of objects representing the server groups.
-
-
-
-
- Defines a replication server group in the configuration file.
-
-
-
-
- Gets or sets the name of the replication server group configuration.
-
-
-
-
- Gets or sets the group type of the replication server group configuration.
-
-
-
-
- Gets or sets the number of seconds to wait for retry.
-
-
-
-
- Gets a collection of objects representing the
- server configurations associated to this group configuration.
-
-
-
-
- Defines a replication server in configuration file.
-
-
-
-
- Gets or sets the name of the replication server configuration.
-
-
-
-
- Gets or sets whether the replication server is configured as master.
-
-
-
-
- Gets or sets the connection string associated to this replication server.
-
-
-
-
- Manager for Replication and Load Balancing features
-
-
-
-
- Returns Replication Server Group List
-
-
-
-
- Adds a Default Server Group to the list
-
- Group name
- Time between reconnections for failed servers
- Replication Server Group added
-
-
-
- Adds a Server Group to the list
-
- Group name
- ServerGroup type reference
- Time between reconnections for failed servers
- Server Group added
-
-
-
- Gets the next server from a replication group
-
- Group name
- True if the server to return must be a master
- Replication Server defined by the Load Balancing plugin
-
-
-
- Gets a Server Group by name
-
- Group name
- Server Group if found, otherwise throws an MySqlException
-
-
-
- Validates if the replication group name exists
-
- Group name to validate
- true if the replication group name is found; otherwise, false
-
-
-
- Assigns a new server driver to the connection object
-
- Group name
- True if the server connection to assign must be a master
- MySqlConnection object where the new driver will be assigned
-
-
-
- Class that implements Round Robing Load Balancing technique.
-
-
-
-
- Gets an available server based on Round Robin load balancing.
-
- Flag indicating if the server to return must be a master.
- A object representing the next available server.
-
-
-
- Represents a server in a Replication environment.
-
-
-
-
- Gets the server name.
-
-
-
-
- Gets a value indicating whether the server is master or slave.
-
-
-
-
- Gets the connection string used to connect to the server.
-
-
-
-
- Gets a flag indicating if the server is available to be considered in load balancing.
-
-
-
-
- Base class used to implement load balancing features.
-
-
-
-
- List of servers available for replication.
-
-
-
- The group name.
- The number of seconds to perform a retry.
-
-
-
- Gets the group name.
-
-
-
-
- Gets the retry time between connections to failed servers.
-
-
-
-
- Gets the server list in the group.
-
-
-
-
- Adds a server into the group.
-
- The server name.
- A flag indicating if the server to add is master or slave.
- The connection string used by this server.
- A object representing the recently added object.
-
-
-
- Removes a server from the group.
-
- The server name.
-
-
-
- Gets a server by name.
-
- The server name.
- The replication server.
-
-
-
- Must be implemented. Defines the next server for a custom load balancing implementation.
-
- Defines if the server to return is a master or any.
- The next server based on the load balancing implementation.
- Null if no available server is found.
-
-
-
-
- Defines the next server for a custom load balancing implementation.
-
- Defines if the server to return is a master or any.
- Currently not being used.
- The next server based on the load balancing implementation.
- Null if no available server is found.
-
-
-
-
- Handles a failed connection to a server.
-
- The failed server.
- This method can be overrided to implement a custom failover handling.
-
-
-
- Handles a failed connection to a server.
-
- The failed server.
- The exception that caused the failover.
-
-
-
- return the ordinal for the given column name
-
-
-
-
-
-
- Retrieve the value as the given column index
-
- The column value to retrieve
- The value as the given column
-
-
-
- Closes the current resultset, dumping any data still on the wire
-
-
-
-
- Loads the column metadata for the current resultset
-
-
-
-
- Represents a schema and its contents.
-
-
-
-
- Gets or sets the name of the schema.
-
-
-
-
- Gets the list of columns in the schema.
-
-
-
-
- Gets the list of rows in the schema.
-
-
-
-
- Represents a row within a schema.
-
-
-
-
- Represents a column within a schema.
-
-
-
-
- The name of the column.
-
-
-
-
- The type of the column.
-
-
-
-
- GetForeignKeysOnTable retrieves the foreign keys on the given table.
- Since MySQL supports foreign keys on versions prior to 5.0, we can't use
- information schema. MySQL also does not include any type of SHOW command
- for foreign keys so we have to resort to use SHOW CREATE TABLE and parsing
- the output.
-
- The table to store the key info in.
- The table to get the foeign key info for.
- Only get foreign keys that match this name.
- Should column information be included in the table.
-
-
-
- Serializes the given parameter to the given memory stream
-
-
- This method is called by PrepareSqlBuffers to convert the given
- parameter to bytes and write those bytes to the given memory stream.
-
-
- True if the parameter was successfully serialized, false otherwise.
-
-
-
- Summary description for StoredProcedure.
-
-
-
-
- Defines the basic operations to be performed on the table cache.
-
-
-
-
- The maximum age allowed for cache entries.
-
-
-
-
- Adds the given command and result set to the cache.
-
- The command to store in the cache.
- The resultset associated to the stored command.
-
-
-
- Retrieves the specified command from the cache.
-
- The command to retrieve.
- The allowed age for the cache entry.
-
-
-
-
- Removes the specified command from the cache.
-
- The command to remove from the cache.
-
-
-
- Clears the cache.
-
-
-
-
- Removes cache entries older than the value defined by .
-
-
-
-
- Stream that supports timeout of IO operations.
- This class is used is used to support timeouts for SQL command, where a
- typical operation involves several network reads/writes.
- Timeout here is defined as the accumulated duration of all IO operations.
-
-
-
-
- Construct a TimedStream
-
- Undelying stream
-
-
-
- Figure out whether it is necessary to reset timeout on stream.
- We track the current value of timeout and try to avoid
- changing it too often, because setting Read/WriteTimeout property
- on network stream maybe a slow operation that involves a system call
- (setsockopt). Therefore, we allow a small difference, and do not
- reset timeout if current value is slightly greater than the requested
- one (within 0.1 second).
-
-
-
-
- Common handler for IO exceptions.
- Resets timeout to infinity if timeout exception is
- detected and stops the times.
-
- original exception
-
-
-
- Represents a SQL transaction to be made in a MySQL database. This class cannot be inherited.
-
- The application creates a MySqlTransaction object by calling
- on the object. All subsequent operations associated with the
- transaction (for example, committing or aborting the transaction), are performed on the
- MySqlTransaction object.
-
- The following example creates a and a MySqlTransaction.
- It also demonstrates how to use the ,
- , and methods.
-
- Public Sub RunTransaction(myConnString As String)
- Dim myConnection As New MySqlConnection(myConnString)
- myConnection.Open()
-
- Dim myCommand As MySqlCommand = myConnection.CreateCommand()
- Dim myTrans As MySqlTransaction
-
- ' Start a local transaction
- myTrans = myConnection.BeginTransaction()
- ' Must assign both transaction object and connection
- ' to Command object for a pending local transaction
- myCommand.Connection = myConnection
- myCommand.Transaction = myTrans
-
- Try
- myCommand.CommandText = "Insert into Region (RegionID, RegionDescription) VALUES (100, 'Description')"
- myCommand.ExecuteNonQuery()
- myCommand.CommandText = "Insert into Region (RegionID, RegionDescription) VALUES (101, 'Description')"
- myCommand.ExecuteNonQuery()
- myTrans.Commit()
- Console.WriteLine("Both records are written to database.")
- Catch e As Exception
- Try
- myTrans.Rollback()
- Catch ex As MySqlException
- If Not myTrans.Connection Is Nothing Then
- Console.WriteLine("An exception of type " & ex.GetType().ToString() & _
- " was encountered while attempting to roll back the transaction.")
- End If
- End Try
-
- Console.WriteLine("An exception of type " & e.GetType().ToString() & _
- "was encountered while inserting the data.")
- Console.WriteLine("Neither record was written to database.")
- Finally
- myConnection.Close()
- End Try
- End Sub 'RunTransaction
-
-
- public void RunTransaction(string myConnString)
- {
- MySqlConnection myConnection = new MySqlConnection(myConnString);
- myConnection.Open();
-
- MySqlCommand myCommand = myConnection.CreateCommand();
- MySqlTransaction myTrans;
-
- // Start a local transaction
- myTrans = myConnection.BeginTransaction();
- // Must assign both transaction object and connection
- // to Command object for a pending local transaction
- myCommand.Connection = myConnection;
- myCommand.Transaction = myTrans;
-
- try
- {
- myCommand.CommandText = "Insert into Region (RegionID, RegionDescription) VALUES (100, 'Description')";
- myCommand.ExecuteNonQuery();
- myCommand.CommandText = "Insert into Region (RegionID, RegionDescription) VALUES (101, 'Description')";
- myCommand.ExecuteNonQuery();
- myTrans.Commit();
- Console.WriteLine("Both records are written to database.");
- }
- catch(Exception e)
- {
- try
- {
- myTrans.Rollback();
- }
- catch (MySqlException ex)
- {
- if (myTrans.Connection != null)
- {
- Console.WriteLine("An exception of type " + ex.GetType() +
- " was encountered while attempting to roll back the transaction.");
- }
- }
-
- Console.WriteLine("An exception of type " + e.GetType() +
- " was encountered while inserting the data.");
- Console.WriteLine("Neither record was written to database.");
- }
- finally
- {
- myConnection.Close();
- }
- }
-
-
-
-
-
- Gets the object associated with the transaction, or a null reference (Nothing in Visual Basic) if the transaction is no longer valid.
-
- The object associated with this transaction.
-
- A single application may have multiple database connections, each
- with zero or more transactions. This property enables you to
- determine the connection object associated with a particular
- transaction created by .
-
-
-
-
- Specifies the for this transaction.
-
-
- The for this transaction. The default is ReadCommitted.
-
-
- Parallel transactions are not supported. Therefore, the IsolationLevel
- applies to the entire transaction.
-
-
-
-
- Commits the database transaction.
-
- The Commit method is equivalent to the MySQL SQL statement
- COMMIT.
-
- The following example creates a and a
- . It also demonstrates how to use the
- , , and Rollback
- methods.
-
- Public Sub RunSqlTransaction(myConnString As String)
- Dim myConnection As New MySqlConnection(myConnString)
- myConnection.Open()
-
- Dim myCommand As MySqlCommand = myConnection.CreateCommand()
- Dim myTrans As MySqlTransaction
-
- ' Start a local transaction
- myTrans = myConnection.BeginTransaction()
-
- ' Must assign both transaction object and connection
- ' to Command object for a pending local transaction
- myCommand.Connection = myConnection
- myCommand.Transaction = myTrans
-
- Try
- myCommand.CommandText = "Insert into mytable (id, desc) VALUES (100, 'Description')"
- myCommand.ExecuteNonQuery()
- myCommand.CommandText = "Insert into mytable (id, desc) VALUES (101, 'Description')"
- myCommand.ExecuteNonQuery()
- myTrans.Commit()
- Console.WriteLine("Success.")
- Catch e As Exception
- Try
- myTrans.Rollback()
- Catch ex As MySqlException
- If Not myTrans.Connection Is Nothing Then
- Console.WriteLine("An exception of type " & ex.GetType().ToString() & _
- " was encountered while attempting to roll back the transaction.")
- End If
- End Try
-
- Console.WriteLine("An exception of type " & e.GetType().ToString() & _
- "was encountered while inserting the data.")
- Console.WriteLine("Neither record was written to database.")
- Finally
- myConnection.Close()
- End Try
- End Sub
-
-
- public void RunSqlTransaction(string myConnString)
- {
- MySqlConnection myConnection = new MySqlConnection(myConnString);
- myConnection.Open();
-
- MySqlCommand myCommand = myConnection.CreateCommand();
- MySqlTransaction myTrans;
-
- // Start a local transaction
- myTrans = myConnection.BeginTransaction();
- // Must assign both transaction object and connection
- // to Command object for a pending local transaction
- myCommand.Connection = myConnection;
- myCommand.Transaction = myTrans;
-
- try
- {
- myCommand.CommandText = "Insert into mytable (id, desc) VALUES (100, 'Description')";
- myCommand.ExecuteNonQuery();
- myCommand.CommandText = "Insert into mytable (id, desc) VALUES (101, 'Description')";
- myCommand.ExecuteNonQuery();
- myTrans.Commit();
- Console.WriteLine("Both records are written to database.");
- }
- catch(Exception e)
- {
- try
- {
- myTrans.Rollback();
- }
- catch (MySqlException ex)
- {
- if (myTrans.Connection != null)
- {
- Console.WriteLine("An exception of type " + ex.GetType() +
- " was encountered while attempting to roll back the transaction.");
- }
- }
-
- Console.WriteLine("An exception of type " + e.GetType() +
- " was encountered while inserting the data.");
- Console.WriteLine("Neither record was written to database.");
- }
- finally
- {
- myConnection.Close();
- }
- }
-
-
-
-
-
- Rolls back a transaction from a pending state.
-
- The Rollback method is equivalent to the MySQL statement ROLLBACK.
- The transaction can only be rolled back from a pending state
- (after BeginTransaction has been called, but before Commit is
- called).
-
- The following example creates a and a
- . It also demonstrates how to use the
- , , and Rollback
- methods.
-
- Public Sub RunSqlTransaction(myConnString As String)
- Dim myConnection As New MySqlConnection(myConnString)
- myConnection.Open()
-
- Dim myCommand As MySqlCommand = myConnection.CreateCommand()
- Dim myTrans As MySqlTransaction
-
- ' Start a local transaction
- myTrans = myConnection.BeginTransaction()
-
- ' Must assign both transaction object and connection
- ' to Command object for a pending local transaction
- myCommand.Connection = myConnection
- myCommand.Transaction = myTrans
-
- Try
- myCommand.CommandText = "Insert into mytable (id, desc) VALUES (100, 'Description')"
- myCommand.ExecuteNonQuery()
- myCommand.CommandText = "Insert into mytable (id, desc) VALUES (101, 'Description')"
- myCommand.ExecuteNonQuery()
- myTrans.Commit()
- Console.WriteLine("Success.")
- Catch e As Exception
- Try
- myTrans.Rollback()
- Catch ex As MySqlException
- If Not myTrans.Connection Is Nothing Then
- Console.WriteLine("An exception of type " & ex.GetType().ToString() & _
- " was encountered while attempting to roll back the transaction.")
- End If
- End Try
-
- Console.WriteLine("An exception of type " & e.GetType().ToString() & _
- "was encountered while inserting the data.")
- Console.WriteLine("Neither record was written to database.")
- Finally
- myConnection.Close()
- End Try
- End Sub
-
-
- public void RunSqlTransaction(string myConnString)
- {
- MySqlConnection myConnection = new MySqlConnection(myConnString);
- myConnection.Open();
-
- MySqlCommand myCommand = myConnection.CreateCommand();
- MySqlTransaction myTrans;
-
- // Start a local transaction
- myTrans = myConnection.BeginTransaction();
- // Must assign both transaction object and connection
- // to Command object for a pending local transaction
- myCommand.Connection = myConnection;
- myCommand.Transaction = myTrans;
-
- try
- {
- myCommand.CommandText = "Insert into mytable (id, desc) VALUES (100, 'Description')";
- myCommand.ExecuteNonQuery();
- myCommand.CommandText = "Insert into mytable (id, desc) VALUES (101, 'Description')";
- myCommand.ExecuteNonQuery();
- myTrans.Commit();
- Console.WriteLine("Both records are written to database.");
- }
- catch(Exception e)
- {
- try
- {
- myTrans.Rollback();
- }
- catch (MySqlException ex)
- {
- if (myTrans.Connection != null)
- {
- Console.WriteLine("An exception of type " + ex.GetType() +
- " was encountered while attempting to roll back the transaction.");
- }
- }
-
- Console.WriteLine("An exception of type " + e.GetType() +
- " was encountered while inserting the data.");
- Console.WriteLine("Neither record was written to database.");
- }
- finally
- {
- myConnection.Close();
- }
- }
-
-
-
-
-
- DNS resolver that runs queries against a server.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Gets the DNS SVR records of the service name that is provided.
-
- A list of s sorted as described in RFC2782.
-
-
-
- Sorts a list of DNS SRV records according to the sorting rules described in RFC2782.
-
- List of s to sort.
- A new list of sorted s.
-
-
-
- Resets the DnsSrvResolver
-
-
-
-
- Class that represents a DNS SRV record.
- RFC 2782 (https://tools.ietf.org/html/rfc2782)
-
-
-
-
- Gets the port.
-
-
-
-
- Gets the priority.
-
-
-
-
- Gets the target domain name.
-
-
-
-
- Gets the weight.
-
-
-
-
- Initializes a new instance of class.
-
- The port.
- The priority.
- The target.
- The weight.
-
-
-
- Initializes a new instance of class.
-
- The DNS SRV record.
-
-
-
- Compare two objects. First, using their priority and
- if both have the same, then using their weights.
-
- A to compare.
- A to compare.
-
-
-
-
- Initializes a new instance of the class from a .
-
- The DNS SRV record.
-
-
-
- This class is modeled after .NET Stopwatch. It provides better
- performance (no system calls).It is however less precise than
- .NET Stopwatch, measuring in milliseconds. It is adequate to use
- when high-precision is not required (e.g for measuring IO timeouts),
- but not for other tasks.
-
-
-
-
- Wrapper around NetworkStream.
-
- MyNetworkStream is equivalent to NetworkStream, except
- 1. It throws TimeoutException if read or write timeout occurs, instead
- of IOException, to match behavior of other streams (named pipe and
- shared memory). This property comes handy in TimedStream.
-
- 2. It implements workarounds for WSAEWOULDBLOCK errors, that can start
- occuring after stream has times out. For a discussion about the CLR bug,
- refer to http://tinyurl.com/lhgpyf. This error should never occur, as
- we're not using asynchronous operations, but apparerntly it does occur
- directly after timeout has expired.
- The workaround is hinted in the URL above and implemented like this:
- For each IO operation, if it throws WSAEWOULDBLOCK, we explicitely set
- the socket to Blocking and retry the operation once again.
-
-
-
-
- Set keepalive + timeout on socket.
-
- socket
- keepalive timeout, in seconds
-
-
-
- Static class to manage SSH connections created with SSH .NET.
-
-
-
-
- Gets or sets the SSH client initialized when calling the method.
-
-
-
-
- Stores a list of SSH clients having different connection settings.
-
-
-
-
- Removes the MySQL unsupported encryptions (SSH Ciphers), MACs and key exchange algorithms.
-
- The instance containing the list of supported elements.
- See https://confluence.oraclecorp.com/confluence/display/GPS/Approved+Security+Technologies%3A+Standards+-+SSH+Ciphers+and+Versions for an updated list.
-
-
-
- Initializes an instance if no SSH client with similar connection options has already been initialized.
-
- The SSH host name.
- The SSH user name.
- The SSH password.
- The SSH key file.
- The SSH pass phrase.
- The SSH port.
- The local host name.
- The local port number.
- Flag to indicate if the connection will be created for the classic or X Protocol.
-
-
-
-
- Raises warning messages if the SSH client is using a deprecated encryption, MAC or key exchanged algorithm.
-
- The instance containing the
- encryption, MAC algorithm and key exchange algorithm currently being used.
-
-
-
- Read a single quoted identifier from the stream
-
-
-
-
-
-
- Helper class to encapsulate shared memory functionality
- Also cares of proper cleanup of file mapping object and cew
-
-
-
-
- Summary description for SharedMemoryStream.
-
-
-
-
- By creating a private ctor, we keep the compiler from creating a default ctor
-
-
-
-
- Mark - or + signs that are unary ops as no output
-
-
-
-
-
- Wrapper class used for handling SSH connections.
-
-
-
-
- Starts the SSH client.
-
-
-
-
- Stops the SSH client.
-
-
-
-
- Handles SSL connections for the Classic and X protocols.
-
-
-
-
- Contains the connection options provided by the user.
-
-
-
-
- A flag to establish how certificates are to be treated and validated.
-
-
-
-
- Defines the supported TLS protocols.
-
-
-
-
- Retrieves a collection containing the client SSL PFX certificates.
-
- Dependent on connection string settings.
- Either file or store based certificates are used.
-
-
-
- Initiates the SSL connection.
-
- The base stream.
- The encoding used in the SSL connection.
- The connection string used to establish the connection.
- A instance ready to initiate an SSL connection.
-
-
-
- Verifies the SSL certificates used for authentication.
-
- An object that contains state information for this validation.
- The MySQL server 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.
- true if no errors were found based on the selected SSL mode; false, otherwise.
-
-
-
- Gets the extension of the specified file.
-
- The path of the file.
- Flag to indicate if the result should be converted to lower case.
- The . character is ommited from the result.
-
-
-
-
- Summary description for StreamCreator.
-
-
-
-
- Set the keepalive timeout on the socket.
-
- The socket object.
- The keepalive timeout, in seconds.
-
-
-
- Summary description for Version.
-
-
-
-
- Provides functionality to read SSL PEM certificates and to perform multiple validations via Bouncy Castle.
-
-
-
-
- Raises an exception if the specified connection option is null, empty or whitespace.
-
- The connection option to verify.
-
-
-
- Reads the specified file as a byte array.
-
- The path of the file to read.
- A byte array representing the read file.
-
-
-
- Reads the SSL certificate file.
-
- The path to the certificate file.
- A instance representing the SSL certificate file.
-
-
-
- Reads the SSL certificate key file.
-
- The path to the certificate key file.
- A instance representing the SSL certificate key file.
-
-
-
- Verifies that the certificate has not yet expired.
-
- The certificate to verify.
-
-
-
- Verifies a certificate CA status.
-
- The certificate to validate.
- A flag indicating the expected CA status.
-
-
-
- Verifies that the certificate was signed using the private key that corresponds to the specified public key
-
- The client side certificate containing the public key.
- The server certificate.
-
-
-
- Verifies that no SSL policy errors regarding the identitfy of the host were raised.
-
- A instance set with the raised SSL errors.
-
-
-
- Verifies that the issuer matches the CA by comparing the CA certificate issuer and the server certificate issuer.
-
- The CA certificate.
- The server certificate.
-
-
-
-
- Gets and sets the host list.
-
-
-
-
- Gets the active host.
-
-
-
-
- Active host.
-
-
-
-
- Sets the initial active host.
-
-
-
-
- Determines the next host.
-
- object that represents the next available host.
-
-
-
- Implements common elements that allow to manage the hosts available for client side failover.
-
-
-
-
- Gets and sets the failover group which consists of a host list.
-
-
-
-
- Resets the manager.
-
-
-
-
- Sets the host list to be used during failover operations.
-
- The host list.
- The failover method.
-
-
-
- Attempts to establish a connection to a host specified from the list.
-
- The original connection string set by the user.
- An out parameter that stores the updated connection string.
- A object in case this is a pooling scenario.
- An instance if the connection was succesfully established, a exception is thrown otherwise.
-
-
-
-
- Creates a if more than one host is found.
-
- A string containing an unparsed list of hosts.
- true if the connection is X Protocol; otherwise false.
- true if the connection data is a URI; otherwise false.
- The number of hosts found, -1 if an error was raised during parsing.
-
-
-
- Creates a object based on the provided parameters.
-
- The host string that can be a simple host name or a host name and port.
- The priority of the host.
- The port number of the host.
- true if the connection data is a URI; otherwise false.
-
-
-
-
- Attempts the next host in the list. Moves to the first element if the end of the list is reached.
-
-
-
-
- Determines the next host on which to attempt a connection by checking the value of the Priority property in descending order.
-
-
-
-
- Determines the next host on which to attempt a connection randomly.
-
-
-
-
- Depicts a host which can be failed over to.
-
-
-
-
- Gets and sets the name or address of the host.
-
-
-
-
- Gets and sets the port number.
-
-
-
-
- Gets a value between 0 and 100 which represents the priority of the host.
-
-
-
-
- Flag to indicate if this host is currently being used.
-
-
-
-
- Flag to indicate if this host has been attempted to connection.
-
-
-
-
- Time since the host has been demoted.
-
-
-
-
- Initializes a object.
-
- The host.
- The port.
- The priority.
-
-
-
- Compares two objects of type .
-
- FailoverServer object to compare.
- True if host properties are the same. Otherwise, false.
-
-
-
- Manages the hosts available for client side failover using the Random Failover method.
- The Random Failover method attempts to connect to the hosts specified in the list randomly until all the hosts have been attempted.
-
-
-
-
- The initial host taken from the list.
-
-
-
-
- The host for the current connection attempt.
-
-
-
-
- Random object to get the next host.
-
-
-
-
- Sets the initial active host.
-
-
-
-
- Determines the next host.
-
- A object that represents the next available host.
-
-
-
- Manages the hosts available for client side failover using the Sequential Failover method.
- The Sequential Failover method attempts to connect to the hosts specified in the list one after another until the initial host is reached.
-
-
-
-
- The initial host taken from the list.
-
-
-
-
- The index of the current host.
-
-
-
-
- The host for the current connection attempt.
-
-
-
-
- Sets the initial active host.
-
-
-
-
- Determines the next host.
-
- A object that represents the next available host.
-
-
-
- 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 Improper MySqlCommandBuilder state: adapter is null.
-
-
-
-
- Looks up a localized string similar to Improper MySqlCommandBuilder state: adapter's SelectCommand is null.
-
-
-
-
- Looks up a localized string similar to Invalid attempt to access a field before calling Read().
-
-
-
-
- Looks up a localized string similar to Authentication to host '{0}' for user '{1}' using method '{2}' failed with message: {3}.
-
-
-
-
- Looks up a localized string similar to Authentication method '{0}' not supported by any of the available plugins..
-
-
-
-
- Looks up a localized string similar to Version string not in acceptable format.
-
-
-
-
- Looks up a localized string similar to The buffer cannot be null.
-
-
-
-
- Looks up a localized string similar to Buffer is not large enough.
-
-
-
-
- Looks up a localized string similar to Canceling an executing query requires MySQL 5.0 or higher..
-
-
-
-
- Looks up a localized string similar to Canceling an active query is only supported on MySQL 5.0.0 and above. .
-
-
-
-
- Looks up a localized string similar to Parameters can only be derived for commands using the StoredProcedure command type..
-
-
-
-
- Looks up a localized string similar to MySqlCommandBuilder does not support multi-table statements.
-
-
-
-
- Looks up a localized string similar to MySqlCommandBuilder cannot operate on tables with no unique or key columns.
-
-
-
-
- Looks up a localized string similar to Chaos isolation level is not supported .
-
-
-
-
- Looks up a localized string similar to The CommandText property has not been properly initialized..
-
-
-
-
- Looks up a localized string similar to Compression is not supported..
-
-
-
-
- Looks up a localized string similar to The connection is already open..
-
-
-
-
- Looks up a localized string similar to Connection unexpectedly terminated..
-
-
-
-
- Looks up a localized string similar to Connection must be valid and open.
-
-
-
-
- Looks up a localized string similar to The connection is not open..
-
-
-
-
- Looks up a localized string similar to The connection property has not been set or is null..
-
-
-
-
- Looks up a localized string similar to Could not find specified column in results: {0}.
-
-
-
-
- Looks up a localized string similar to Count cannot be negative.
-
-
-
-
- Looks up a localized string similar to SetLength is not a valid operation on CompressedStream.
-
-
-
-
- Looks up a localized string similar to The given value was not in a supported format..
-
-
-
-
- Looks up a localized string similar to There is already an open DataReader associated with this Connection which must be closed first..
-
-
-
-
- Looks up a localized string similar to The default connection encoding was not found. Please report this as a bug along with your connection string and system details..
-
-
-
-
- Looks up a localized string similar to The {0} algorithm being used by the server({1}) has been deprecated and will be removed in a future version. It is recommended that you configure the server to use a non-deprecated {0} algorithm..
-
-
-
-
- Looks up a localized string similar to MySQL Connector/NET does not currently support distributed transactions..
-
-
-
-
- Looks up a localized string similar to Specifying multiple host names with DNS SRV lookup is not permitted..
-
-
-
-
- Looks up a localized string similar to Specifying a port number with DNS SRV lookup is not permitted..
-
-
-
-
- Looks up a localized string similar to Using Unix domain sockets with DNS SRV lookup is not permitted..
-
-
-
-
- Looks up a localized string similar to Unable to locate any hosts for {0}..
-
-
-
-
- Looks up a localized string similar to Connection option '{0}' is duplicated..
-
-
-
-
- Looks up a localized string similar to SSL connection option '{0}' is duplicated..
-
-
-
-
- Looks up a localized string similar to Encoding error during validation..
-
-
-
-
- Looks up a localized string similar to Error creating socket connection.
-
-
-
-
- Looks up a localized string similar to Verify that user '{0}'@'{1}' has enough privileges to execute..
-
-
-
-
- Looks up a localized string similar to Fatal error encountered during command execution..
-
-
-
-
- Looks up a localized string similar to Fatal error encountered during data read..
-
-
-
-
- Looks up a localized string similar to Fatal error encountered attempting to read the resultset..
-
-
-
-
- Looks up a localized string similar to File based certificates are only supported when connecting to MySQL Server 5.1 or greater..
-
-
-
-
- Looks up a localized string similar to The specified file cannot be converted to a certificate..
-
-
-
-
- Looks up a localized string similar to The specified file cannot be converted to a key..
-
-
-
-
- Looks up a localized string similar to Failed to read file at the specified location..
-
-
-
-
- Looks up a localized string similar to No file path has been provided for the connection option {0}..
-
-
-
-
- Looks up a localized string similar to From index and length use more bytes than from contains.
-
-
-
-
- Looks up a localized string similar to From index must be a valid index inside the from buffer.
-
-
-
-
- Looks up a localized string similar to Call to GetHostEntry failed after {0} while querying for hostname '{1}': SocketErrorCode={2}, ErrorCode={3}, NativeErrorCode={4}..
-
-
-
-
- Looks up a localized string similar to Retrieving procedure metadata for {0} from server..
-
-
-
-
- Looks up a localized string similar to Value has an unsupported format..
-
-
-
-
- Looks up a localized string similar to An incorrect response was received from the server..
-
-
-
-
- Looks up a localized string similar to Index and length use more bytes than to has room for.
-
-
-
-
- Looks up a localized string similar to Index must be a valid position in the buffer.
-
-
-
-
- Looks up a localized string similar to The provided key is invalid..
-
-
-
-
- Looks up a localized string similar to You have specified an invalid column ordinal..
-
-
-
-
- Looks up a localized string similar to The requested value '{0}' is invalid for the given keyword '{1}'..
-
-
-
-
- Looks up a localized string similar to The host name or IP address is invalid..
-
-
-
-
- Looks up a localized string similar to Microsecond must be a value between 0 and 999999..
-
-
-
-
- Looks up a localized string similar to Millisecond must be a value between 0 and 999. For more precision use Microsecond..
-
-
-
-
- Looks up a localized string similar to No other SSL options are accepted when SSL Mode is set to None..
-
-
-
-
- Looks up a localized string similar to Procedure or function '{0}' cannot be found in database '{1}'..
-
-
-
-
- Looks up a localized string similar to The certificate is invalid..
-
-
-
-
- Looks up a localized string similar to Unable to validate the signature..
-
-
-
-
- Looks up a localized string similar to Unable to verify the signature..
-
-
-
-
- Looks up a localized string similar to Value '{0}' is not of the correct type..
-
-
-
-
- Looks up a localized string similar to Option "tls-version" can not be specified when SSL connections are disabled..
-
-
-
-
- Looks up a localized string similar to '{0}' not recognized as a valid TLS protocol version (should be one of TLSv1, TLSv1.1, TLSv1.2{1})..
-
-
-
-
- Looks up a localized string similar to '{0}' is an illegal value for a boolean option..
-
-
-
-
- Looks up a localized string similar to Keyword does not allow null values..
-
-
-
-
- Looks up a localized string similar to Option not supported..
-
-
-
-
- Looks up a localized string similar to ACCESSIBLE
- ADD
- ALL
- ALTER
- ANALYZE
- AND
- AS
- ASC
- ASENSITIVE
- BEFORE
- BEGIN
- BETWEEN
- BIGINT
- BINARY
- BLOB
- BOTH
- BY
- CALL
- CASCADE
- CASE
- CHANGE
- CHAR
- CHARACTER
- CHECK
- COLLATE
- COLUMN
- COMMIT
- CONDITION
- CONNECTION
- CONSTRAINT
- CONTINUE
- CONVERT
- CREATE
- CROSS
- CURRENT_DATE
- CURRENT_TIME
- CURRENT_TIMESTAMP
- CURRENT_USER
- CURSOR
- DATABASE
- DATABASES
- DAY_HOUR
- DAY_MICROSECOND
- DAY_MINUTE
- DAY_SECOND
- DEC
- DECIMAL
- DECLARE
- DEFAULT
- DELAYED
- DELETE
- DESC
- DESCRIBE
- DETERMINISTIC
- DISTINCT
- DISTINCTROW
- DIV
- DO
- DOUBLE
- DROP
- DUAL
- EACH
- ELSE
- ELSEIF
- ENCLOSED
- END
- ESC [rest of string was truncated]";.
-
-
-
-
- Looks up a localized string similar to Server asked for stream in response to LOAD DATA LOCAL INFILE, but the functionality is disabled by the client setting 'allowlocalinfile' to 'false'..
-
-
-
-
- Looks up a localized string similar to Mixing named and unnamed parameters is not allowed..
-
-
-
-
- Looks up a localized string similar to INTERNAL ERROR: More than one output parameter row detected..
-
-
-
-
- Looks up a localized string similar to Multiple simultaneous connections or connections with different connection strings inside the same transaction are not currently supported..
-
-
-
-
- Looks up a localized string similar to NamedPipeStream does not support seeking.
-
-
-
-
- Looks up a localized string similar to NamedPipeStream doesn't support SetLength.
-
-
-
-
- Looks up a localized string similar to The new value must be a MySqlParameter object..
-
-
-
-
- Looks up a localized string similar to Invalid attempt to call NextResult when the reader is closed..
-
-
-
-
- Looks up a localized string similar to When calling stored procedures and 'Use Procedure Bodies' is false, all parameters must have their type explicitly set..
-
-
-
-
- Looks up a localized string similar to Nested transactions are not supported..
-
-
-
-
- Looks up a localized string similar to The host {0} does not support SSL connections..
-
-
-
-
- Looks up a localized string similar to Unix sockets are not supported on Windows..
-
-
-
-
- Looks up a localized string similar to Cannot retrieve Windows identity for current user. Connections that use IntegratedSecurity cannot be pooled. Use either 'ConnectionReset=true' or 'Pooling=false' in the connection string to fix..
-
-
-
-
- Looks up a localized string similar to The object is not open or has been disposed..
-
-
-
-
- Looks up a localized string similar to Offset cannot be negative.
-
-
-
-
- Looks up a localized string similar to Offset must be a valid position in buffer.
-
-
-
-
- Looks up a localized string similar to Authentication with old password no longer supported, use 4.1 style passwords..
-
-
-
-
- Looks up a localized string similar to The option '{0}' is not currently supported..
-
-
-
-
- Looks up a localized string similar to Parameter '{0}' has already been defined..
-
-
-
-
- Looks up a localized string similar to Parameter cannot have a negative value.
-
-
-
-
- Looks up a localized string similar to Parameter cannot be null.
-
-
-
-
- Looks up a localized string similar to Parameter '{0}' can't be null or empty..
-
-
-
-
- Looks up a localized string similar to Parameter index was not found in Parameter Collection..
-
-
-
-
- Looks up a localized string similar to Parameter is invalid..
-
-
-
-
- Looks up a localized string similar to Parameter '{0}' must be defined..
-
-
-
-
- Looks up a localized string similar to Parameter '{0}' was not found during prepare..
-
-
-
-
- Looks up a localized string similar to Parameter can't be null or empty..
-
-
-
-
- Looks up a localized string similar to Password must be valid and contain length characters.
-
-
-
-
- Looks up a localized string similar to This category includes a series of counters for MySQL.
-
-
-
-
- Looks up a localized string similar to .NET Data Provider for MySQL.
-
-
-
-
- Looks up a localized string similar to The number of times a procedures metadata had to be queried from the server..
-
-
-
-
- Looks up a localized string similar to Hard Procedure Queries.
-
-
-
-
- Looks up a localized string similar to The number of times a procedures metadata was retrieved from the client-side cache..
-
-
-
-
- Looks up a localized string similar to Soft Procedure Queries.
-
-
-
-
- Looks up a localized string similar to same name are not supported..
-
-
-
-
- Looks up a localized string similar to Packets larger than max_allowed_packet are not allowed..
-
-
-
-
- Looks up a localized string similar to Reading from the stream has failed..
-
-
-
-
- Looks up a localized string similar to Invalid attempt to read a prior column using SequentialAccess.
-
-
-
-
- Looks up a localized string similar to Replicated connections allow only readonly statements..
-
-
-
-
- Looks up a localized string similar to Attempt to connect to '{0}' server failed..
-
-
-
-
- Looks up a localized string similar to No available server found..
-
-
-
-
- Looks up a localized string similar to Replication group '{0}' not found..
-
-
-
-
- Looks up a localized string similar to Replicated server not found: '{0}'.
-
-
-
-
- Looks up a localized string similar to Routine '{0}' cannot be found. Either check the spelling or make sure you have sufficient rights to execute the routine..
-
-
-
-
- Looks up a localized string similar to Attempt to call stored function '{0}' without specifying a return parameter.
-
-
-
-
- Looks up a localized string similar to Retrieval of the RSA public key is not enabled for insecure connections..
-
-
-
-
- Looks up a localized string similar to Connector/NET no longer supports server versions prior to 5.0.
-
-
-
-
- Looks up a localized string similar to Snapshot isolation level is not supported..
-
-
-
-
- Looks up a localized string similar to Socket streams do not support seeking.
-
-
-
-
- Looks up a localized string similar to Retrieving procedure metadata for {0} from procedure cache..
-
-
-
-
- Looks up a localized string similar to Stored procedures are not supported on this version of MySQL.
-
-
-
-
- Looks up a localized string similar to The SSH Key File and/or SSH Password must be provided..
-
-
-
-
- Looks up a localized string similar to The provided passphrase is invalid..
-
-
-
-
- Looks up a localized string similar to The certificate authority (CA) does not match..
-
-
-
-
- Looks up a localized string similar to The host name does not match the name on the certificate..
-
-
-
-
- Looks up a localized string similar to The certificate is not a certificate authority (CA)..
-
-
-
-
- Looks up a localized string similar to SSL Connection error..
-
-
-
-
- Looks up a localized string similar to The stream has already been closed.
-
-
-
-
- Looks up a localized string similar to The stream does not support reading.
-
-
-
-
- Looks up a localized string similar to The stream does not support writing.
-
-
-
-
- Looks up a localized string similar to String can't be empty..
-
-
-
-
- Looks up a localized string similar to Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding..
-
-
-
-
- Looks up a localized string similar to error connecting: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached..
-
-
-
-
- Looks up a localized string similar to All server connection attempts were aborted. Timeout of {0} seconds was exceeded for each selected server..
-
-
-
-
- Looks up a localized string similar to TLSv1.3 is supported in .NET Framework 4.8 or .NET Core 3.0..
-
-
-
-
- Looks up a localized string similar to No supported TLS protocol version found in the 'tls-versions' list..
-
-
-
-
- Looks up a localized string similar to {0}: Connection Closed.
-
-
-
-
- Looks up a localized string similar to Unable to trace. There are more than Int32.MaxValue connections in use..
-
-
-
-
- Looks up a localized string similar to {0}: Error encountered during row fetch. Number = {1}, Message={2}.
-
-
-
-
- Looks up a localized string similar to {0}: Connection Opened: connection string = '{1}'.
-
-
-
-
- Looks up a localized string similar to {0}: Error encountered attempting to open result: Number={1}, Message={2}.
-
-
-
-
- Looks up a localized string similar to {0}: Query Closed.
-
-
-
-
- Looks up a localized string similar to {0}: Query Normalized: {2}.
-
-
-
-
- Looks up a localized string similar to {0}: Query Opened: {2}.
-
-
-
-
- Looks up a localized string similar to {0}: Resultset Opened: field(s) = {1}, affected rows = {2}, inserted id = {3}.
-
-
-
-
- Looks up a localized string similar to {0}: Resultset Closed. Total rows={1}, skipped rows={2}, size (bytes)={3}.
-
-
-
-
- Looks up a localized string similar to {0}: Set Database: {1}.
-
-
-
-
- Looks up a localized string similar to {0}: Statement closed: statement id = {1}.
-
-
-
-
- Looks up a localized string similar to {0}: Statement executed: statement id = {1}.
-
-
-
-
- Looks up a localized string similar to {0}: Statement prepared: sql='{1}', statement id={2}.
-
-
-
-
- Looks up a localized string similar to {0}: Usage Advisor Warning: Query is using a bad index.
-
-
-
-
- Looks up a localized string similar to {0}: Usage Advisor Warning: The field '{2}' was converted to the following types: {3}.
-
-
-
-
- Looks up a localized string similar to {0}: Usage Advisor Warning: Query does not use an index.
-
-
-
-
- Looks up a localized string similar to {0}: Usage Advisor Warning: The following columns were not accessed: {2}.
-
-
-
-
- Looks up a localized string similar to {0}: Usage Advisor Warning: Skipped {2} rows. Consider a more focused query..
-
-
-
-
- Looks up a localized string similar to {0}: MySql Warning: Level={1}, Code={2}, Message={3}.
-
-
-
-
- Looks up a localized string similar to Type '{0}' is not derived from BaseCommandInterceptor.
-
-
-
-
- Looks up a localized string similar to Type '{0}' is not derived from BaseExceptionInterceptor.
-
-
-
-
- Looks up a localized string similar to Unable to connect to any of the specified MySQL hosts..
-
-
-
-
- Looks up a localized string similar to Unable to create plugin for authentication method '{0}'. Please see inner exception for details..
-
-
-
-
- Looks up a localized string similar to Unable to derive stored routine parameters. The 'Parameters' information schema table is not available and access to the stored procedure body has been disabled..
-
-
-
-
- Looks up a localized string similar to Unable to enable query analysis. Be sure the MySql.Data.EMTrace assembly is properly located and registered..
-
-
-
-
- Looks up a localized string similar to An error occured attempting to enumerate the user-defined functions. Do you have SELECT privileges on the mysql.func table?.
-
-
-
-
- Looks up a localized string similar to Unable to execute stored procedure '{0}'..
-
-
-
-
- Looks up a localized string similar to There was an error parsing the foreign key definition..
-
-
-
-
- Looks up a localized string similar to Error encountered reading the RSA public key..
-
-
-
-
- Looks up a localized string similar to Unable to retrieve stored procedure metadata for routine '{0}'. Either grant SELECT privilege to mysql.proc for this user or use "check parameters=false" with your connection string..
-
-
-
-
- Looks up a localized string similar to Unable to start a second async operation while one is running..
-
-
-
-
- Looks up a localized string similar to Unix sockets are not supported on Windows.
-
-
-
-
- Looks up a localized string similar to Unknown authentication method '{0}' was requested..
-
-
-
-
- Looks up a localized string similar to Unknown connection protocol.
-
-
-
-
- Looks up a localized string similar to Value '{0}' is not of the correct type..
-
-
-
-
- Looks up a localized string similar to The requested column value could not be treated as or conveted to a Guid..
-
-
-
-
- Looks up a localized string similar to Windows authentication connections are not supported on {0}.
-
-
-
-
- Looks up a localized string similar to Writing to the stream failed..
-
-
-
-
- Looks up a localized string similar to Parameter '{0}' is not found but a parameter with the name '{1}' is found. Parameter names must include the leading parameter marker..
-
-
-
-
- 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 Appdata path is not defined..
-
-
-
-
- Looks up a localized string similar to Authentication failed using MYSQL41 and SHA256_MEMORY. Check the user name and password or try using a secure connection..
-
-
-
-
- Looks up a localized string similar to You can't get more sessions because Client is closed..
-
-
-
-
- Looks up a localized string similar to Client option '{0}' does not support value '{1}'..
-
-
-
-
- Looks up a localized string similar to Client option '{0}' is not recognized as valid..
-
-
-
-
- Looks up a localized string similar to {0} '{1}' does not exist in schema '{2}'..
-
-
-
-
- Looks up a localized string similar to '{0}' cannot be set to false with DNS SRV lookup enabled..
-
-
-
-
- Looks up a localized string similar to Scheme '{0}' is not valid..
-
-
-
-
-
- Looks up a localized string similar to Compression using {0} is not supported..
-
-
-
-
- Looks up a localized string similar to Failed to load libzstd.dll. Removing zstd_stream from the client supported compression algorithms..
-
-
-
-
- Looks up a localized string similar to Compression using {0} is not supported in .NET Framework..
-
-
-
-
- Looks up a localized string similar to The connection property 'compression' acceptable values are: 'preferred', 'required' or 'disabled'. The value '{0}' is not acceptable..
-
-
-
-
- Looks up a localized string similar to Compression is not enabled..
-
-
-
-
- Looks up a localized string similar to Compression requested but the server does not support it..
-
-
-
-
- Looks up a localized string similar to There are still decompressed messages pending to be processed..
-
-
-
-
- Looks up a localized string similar to Duplicate key '{0}' used in "connection-attributes"..
-
-
-
-
- Looks up a localized string similar to Key name in connection attribute cannot be an empty string..
-
-
-
-
- Looks up a localized string similar to At least one option must be specified..
-
-
-
-
- Looks up a localized string similar to This feature is currently not supported..
-
-
-
-
- Looks up a localized string similar to This functionality is only supported in MySQL {0} and higher..
-
-
-
-
- Looks up a localized string similar to Collation with id '{0}' not found..
-
-
-
-
- Looks up a localized string similar to The value of "connection-attributes" must be either a boolean or a list of key-value pairs..
-
-
-
-
- Looks up a localized string similar to Connection Data is incorrect..
-
-
-
-
- Looks up a localized string similar to The connection string is invalid..
-
-
-
-
- Looks up a localized string similar to '{0}' is not a valid connection string attribute..
-
-
-
-
- Looks up a localized string similar to The connection timeout value must be a positive integer (including 0)..
-
-
-
-
- Looks up a localized string similar to Decimal (BCD) format is invalid..
-
-
-
-
- Looks up a localized string similar to Field type with name '{0}' not found..
-
-
-
-
- Looks up a localized string similar to Index type with name '{0}' not found..
-
-
-
-
- Looks up a localized string similar to The value provided is not a valid JSON document. {0}.
-
-
-
-
- Looks up a localized string similar to {0} is not a valid column name in the row..
-
-
-
-
- Looks up a localized string similar to {0} is not a valid index for the row..
-
-
-
-
- Looks up a localized string similar to Session state is not valid..
-
-
-
-
- Looks up a localized string similar to Invalid Uri .
-
-
-
-
- Looks up a localized string similar to Invalid uri query value.
-
-
-
-
- Looks up a localized string similar to Key names in "connection-attributes" cannot start with "_"..
-
-
-
-
- Looks up a localized string similar to Json configuration must contain 'uri' or 'host' but not both..
-
-
-
-
- Looks up a localized string similar to Keyword '{0}' not found..
-
-
-
-
- Looks up a localized string similar to Keyword not supported..
-
-
-
-
- Looks up a localized string similar to Field '{0}' is mandatory..
-
-
-
-
- Looks up a localized string similar to Missed required 'schema' option..
-
-
-
-
- Looks up a localized string similar to More than one document id was generated. Please use the DocumentIds property instead..
-
-
-
-
- Looks up a localized string similar to There is no data at index {0}.
-
-
-
-
- Looks up a localized string similar to No 'host' has been specified..
-
-
-
-
- Looks up a localized string similar to No more data in resultset..
-
-
-
-
- Looks up a localized string similar to Object '{0}' not found.
-
-
-
-
- Looks up a localized string similar to No placeholders..
-
-
-
-
- Looks up a localized string similar to {0} must be a value greater than 0..
-
-
-
-
- Looks up a localized string similar to Path not found '{0}'..
-
-
-
-
- Looks up a localized string similar to Queue timeout expired. The timeout period elapsed prior to getting a session from the pool..
-
-
-
-
- Looks up a localized string similar to Providing a port number as part of the host address isn't supported when using connection strings in basic format or anonymous objects. Use URI format instead..
-
-
-
-
- Looks up a localized string similar to You must either assign no priority to any of the hosts or give a priority for every host..
-
-
-
-
- Looks up a localized string similar to The priority must be between 0 and 100..
-
-
-
-
- Looks up a localized string similar to ProgramData path is not defined..
-
-
-
-
- Looks up a localized string similar to The server doesn't support the requested operation. Please update the MySQL Server and/or Client library.
-
-
-
-
- Looks up a localized string similar to The process of closing the resultset and resulted in results being lost..
-
-
-
-
- Looks up a localized string similar to All server connection attempts were aborted. Timeout of {0} milliseconds was exceeded for each selected server..
-
-
-
-
- Looks up a localized string similar to All server connection attempts were aborted. Timeout was exceeded for each selected server..
-
-
-
-
- Looks up a localized string similar to Connection attempt to the server was aborted. Timeout of {0} milliseconds was exceeded..
-
-
-
-
- Looks up a localized string similar to Connection attempt to the server was aborted. Timeout was exceeded..
-
-
-
-
- Looks up a localized string similar to Unable to connect to any specified host..
-
-
-
-
- Looks up a localized string similar to Unable to read or decode data value..
-
-
-
-
- Looks up a localized string similar to Unable to open a session..
-
-
-
-
- Looks up a localized string similar to Unexpected end of packet found while reading data values.
-
-
-
-
- Looks up a localized string similar to Field name '{0}' is not allowed..
-
-
-
-
- Looks up a localized string similar to Unknown placeholder :{0}.
-
-
-
-
- Looks up a localized string similar to Value '{0}' is not of the correct type..
-
-
-
-
- Summary description for MySqlUInt64.
-
-
-
-
- An exception thrown by MySQL when a type conversion does not succeed.
-
-
-
- Initializes a new instance of the class with a specified error message.
- Message describing the error.
-
-
-
- Represents a datetime data type object in a MySql database.
-
-
-
-
- Defines whether the UTF or local timezone will be used.
-
-
-
-
- Constructs a new MySqlDateTime object by setting the individual time properties to
- the given values.
-
- The year to use.
- The month to use.
- The day to use.
- The hour to use.
- The minute to use.
- The second to use.
- The microsecond to use.
-
-
-
- Constructs a new MySqlDateTime object by using values from the given object.
-
- The object to copy.
-
-
-
- Constructs a new MySqlDateTime object by copying the current value of the given object.
-
- The MySqlDateTime object to copy.
-
-
-
- Enables the contruction of a MySqlDateTime object by parsing a string.
-
-
-
-
- Indicates if this object contains a value that can be represented as a DateTime
-
-
-
- Returns the year portion of this datetime
-
-
- Returns the month portion of this datetime
-
-
- Returns the day portion of this datetime
-
-
- Returns the hour portion of this datetime
-
-
- Returns the minute portion of this datetime
-
-
- Returns the second portion of this datetime
-
-
-
- Returns the milliseconds portion of this datetime
- expressed as a value between 0 and 999
-
-
-
-
- Returns the microseconds portion of this datetime (6 digit precision)
-
-
-
-
- Returns true if this datetime object has a null value
-
-
-
-
- Retrieves the value of this as a DateTime object.
-
-
-
- Returns this value as a DateTime
-
-
- Returns a MySQL specific string representation of this value
-
-
-
-
-
-
-
-
- Represents a decimal data type object in a MySql database.
-
-
-
-
- Gets a boolean value signaling if the type is null.
-
-
-
-
- Gets or sets the decimal precision of the type.
-
-
-
-
- Gets or sets the scale of the type.
-
-
-
-
- Gets the decimal value associated to this type.
-
-
-
-
- Converts this decimal value to a double value.
-
- The value of this type converted to a dobule value.
-
-
-
- Represents a geometry data type object in a MySql database.
-
-
-
-
- Gets the x coordinate.
-
-
-
-
- Gets the y coordinate.
-
-
-
-
- Gets the SRID value.
-
-
-
-
- Gets a boolean value that signals if the type is null.
-
-
-
-
- Gets the value associated to this type.
-
-
-
-
- Gets the value associated to this type.
-
-
-
- Returns the Well-Known Text representation of this value
- POINT({0} {1})", longitude, latitude
- http://dev.mysql.com/doc/refman/4.1/en/gis-wkt-format.html
-
-
-
- Get value from WKT format
- SRID=0;POINT (x y) or POINT (x y)
-
- WKT string format
-
-
-
- Try to get value from WKT format
- SRID=0;POINT (x y) or POINT (x y)
-
- WKT string format
- Out mysqlGeometryValue
-
-
-
- Sets the DSInfo when GetSchema is called for the DataSourceInformation collection.
-
-
-
-
- Gets the well-known text representation of the geomtry object.
-
- A string representation of the WKT.
-
-
-
- Provides functionality for loading unmanaged libraries.
-
-
-
-
- Loads the specified unmanaged library from the embedded resources.
-
- The application name.
- The library name.
-
-
-
- Provides support for configuring X Protocol compressed messages.
-
-
-
-
- The capabilities sub-key used to specify the compression algorithm.
-
-
-
-
- The capabilities key used to specify the compression capability.
-
-
-
-
- Messages with a value lower than this threshold will not be compressed.
-
-
-
-
- Default value for enabling or disabling combined compressed messages.
-
-
-
-
- Default value for the maximum number of combined compressed messages contained in a compression message.
-
-
-
-
- deflate_stream compression algorithm.
-
-
-
-
- lz4_message compression algorithm.
-
-
-
-
- The capabilities sub-key used to specify if combining compressed messages is permitted.
-
-
-
-
- The capabilities sub-key used to specify the maximum number of compressed messages contained in a compression message.
-
-
-
-
- zstd_stream compression algorithm.
-
-
-
-
- Buffer used to store the data received from the server.
-
-
-
-
- Deflate stream used for compressing data.
-
-
-
-
- Deflate stream used for decompressing data.
-
-
-
-
- Flag indicating if the initialization is for compression or decompression.
-
-
-
-
- Stores the communication packet generated the last time ReadNextBufferedMessage method was called.
-
-
-
-
- Indicates if the libzstd.dll has been loaded.
-
-
-
-
- Stream used to store multiple X Protocol messages.
-
-
-
-
- ZStandard stream used for decompressing data.
-
-
-
-
- Static constructor used to initialize the client supported compression algorithms.
-
-
-
-
- Main constructor used to set the compression algorithm and initialize the list of messages to
- be compressed by the client.
-
- The compression algorithm to use.
- Flag indicating if the initialization is for compression or decompression.
-
-
-
- Gets or sets the list of messages that should be compressed by the client when compression is enabled.
-
-
-
-
- Gets or sets an array containing the compression algorithms supported by the client.
-
-
-
-
- Gets or sets the compression algorithm.
-
-
-
-
- Flag indicating if compression is enabled.
-
-
-
-
- Flag indicating if the last decompressed message contains multiple messages.
-
-
-
-
- General method used to compress data using the compression algorithm defined in the constructor.
-
- The data to compress.
- A compressed byte array.
-
-
-
- Compresses data using the deflate_stream algorithm.
-
- The data to compress.
- A compressed byte array.
-
-
-
- Compresses data using the lz4_message algorithm.
-
- The data to compress.
- A compressed byte array.
-
-
-
- Compresses data using the zstd_stream algorithm.
-
- The data to compress.
- A compressed byte array.
-
-
-
- General method used to decompress data using the compression algorithm defined in the constructor.
-
- The data to decompress.
- The expected length of the decompressed data.
- A decompressed byte array.
-
-
-
- Decompresses data using the deflate_stream compression algorithm.
-
- The data to decompress.
- The expected length of the decompressed data.
- A decompressed byte array.
-
-
-
- Decompresses data using the lz4_message compression algorithm.
-
- The data to decompress.
- The expected length of the decompressed data.
- A decompressed byte array.
-
-
-
- Decompresses data using the zstd_stream compression algorithm.
-
- The data to decompress.
- The expected length of the decompressed data.
- A decompressed byte array.
-
-
-
- Closes and disposes of any open streams.
-
-
-
-
- Gets the byte array representing the next X Protocol frame that is stored in cache.
-
- A byte array representing an X Protocol frame.
-
-
-
- Gets a representing the next X Protocol frame that is stored in cache.
-
- A with the next X Protocol frame.
-
-
-
- Loads the libzstd.dll assembly.
-
-
-
-
- This object store the required parameters to create a Collection with schema validation.
-
- If false, throws an exception if the collection exists.
- Object which hold the Level and Schema parameters
-
-
-
-
- This object store the required parameters to Modify a Collection with schema validation.
-
- Object which hold the Level and Schema parameters
-
-
-
-
- This object store the required parameters to create a Collection with schema validation.
-
- It can be STRICT to enable schema validation or OFF to disable
- The JSON which define the rules to be validated in the collection
-
-
-
- The possible values for parameter Level in Validation object.
-
- Enforce schema validation.
- Schema validation disabled.
-
-
-
- Implementation of EXTERNAL authentication type.
-
-
-
-
- Implementation of MySQL41 authentication type.
-
-
-
-
- Implementation of PLAIN authentication type.
-
-
-
-
- Compares two Guids in string format.
-
- The first string to compare.
- The first string to compare.
- An integer that indicates the lexical relationship between the two comparands, similar to
-
-
-
- Compares two objects.
-
- The first to compare.
- The second to compare.
- An integer that indicates the lexical relationship between the two comparands, similar to
-
-
-
- Constructor that sets the stream used to read or write data.
-
- The stream used to read or write data.
-
-
-
- Constructor that sets the stream used to read or write data and the compression controller.
-
- The stream used to read or write data.
- The compression controller.
-
-
-
- Gets or sets the compression controller uses to manage compression operations.
-
-
-
-
- Writes X Protocol frames to the X Plugin.
-
- The integer representation of the client message identifier used for the message.
- The message to include in the X Protocol frame.
-
-
-
- Writes X Protocol frames to the X Plugin.
-
- The client message identifier used for the message.
- The message to include in the X Protocol frame.
-
-
-
- Reads X Protocol frames incoming from the X Plugin.
-
- A instance representing the X Protocol frame that was read.
-
-
-
- Abstract class for the protocol base operations in client/server communication.
-
-
-
-
- Expression parser for MySQL-X protocol.
-
-
- string being parsed.
-
-
- Token stream produced by lexer.
-
-
- Parser's position in token stream.
-
-
- Mapping of names to positions for named placeholders. Used for both string values ":arg" and numeric values ":2".
-
-
- Number of positional placeholders.
-
-
- Are relational columns identifiers allowed?
-
-
- Token types used by the lexer.
-
-
- Token. Includes type and string value of the token.
-
-
- Mapping of reserved words to token types.
-
-
- Does the next character equal the given character? (respects bounds)
-
-
- Helper function to match integer or floating point numbers. This function should be called when the position is on the first character of the number (a
- digit or '.').
-
- @param i The current position in the string
- @return the next position in the string after the number.
-
-
- Lexer for MySQL-X expression language.
-
-
- Assert that the token at pos is of type type.
-
-
- Does the current token have type `t'?
-
-
- Does the next token have type `t'?
-
-
- Does the token at position `pos' have type `t'?
-
-
- Consume token.
-
- @return the string value of the consumed token
-
-
- Parse a paren-enclosed expression list. This is used for function params or IN params.
-
- @return a List of expressions
-
-
- Parse a function call of the form: IDENTIFIER PAREN_EXPR_LIST.
-
- @return an Expr representing the function call.
-
-
- Parse an identifier for a function call: [schema.]name
-
-
- Parse a document path member.
-
-
- Parse a document path array index.
-
-
- Parse a JSON-style document path, like WL#7909, but prefix by @. instead of $.
-
-
- Parse a document field.
-
-
- Parse a column identifier (which may optionally include a JSON document path).
-
-
- Build a unary operator expression.
-
-
- Parse an atomic expression. (c.f. grammar at top)
-
-
- Parse a left-associated binary operator.
-
- @param types
- The token types that denote this operator.
- @param innerParser
- The inner parser that should be called to parse operands.
- @return an expression tree of the binary operator or a single operand
-
-
- Parse the entire string as an expression.
-
- @return an X-protocol expression tree
-
-
-
- Parse an ORDER BY specification which is a comma-separated list of expressions, each may be optionally suffixed by ASC/DESC.
-
-
- Parse a SELECT projection which is a comma-separated list of expressions, each optionally suffixed with a target alias.
-
-
- Parse an INSERT field name.
- @todo unit test
-
-
- Parse an UPDATE field which can include can document paths.
-
-
- Parse a document projection which is similar to SELECT but with document paths as the target alias.
-
-
- Parse a list of expressions used for GROUP BY.
-
-
- @return the number of positional placeholders in the expression.
-
-
- @return a mapping of parameter names to positions.
-
-
- Proto-buf helper to build a LITERAL Expr with a Scalar NULL type.
-
-
- Proto-buf helper to build a LITERAL Expr with a Scalar DOUBLE type (wrapped in Any).
-
-
- Proto-buf helper to build a LITERAL Expr with a Scalar SINT (signed int) type (wrapped in Any).
-
-
- Proto-buf helper to build a LITERAL Expr with a Scalar UINT (unsigned int) type (wrapped in Any).
-
-
- Proto-buf helper to build a LITERAL Expr with a Scalar STRING type (wrapped in Any).
-
-
- Proto-buf helper to build a LITERAL Expr with a Scalar OCTETS type (wrapped in Any).
-
-
- Proto-buf helper to build a LITERAL Expr with a Scalar BOOL type (wrapped in Any).
-
-
- Wrap an Any value in a LITERAL expression.
-
-
- Build an Any with a string value.
-
-
-
- Parses an anonymous object into a dictionary.
-
- The object to parse.
- A dictionary if the provided object is an anonymous object; otherwise, null.
-
-
- List of operators which will be serialized as infix operators.
-
-
- Scalar to string.
-
-
- JSON document path to string.
-
-
- Column identifier (or JSON path) to string.
-
-
- Function call to string.
-
-
- Create a string from a list of (already stringified) parameters. Surround by parens and separate by commas.
-
-
- Convert an operator to a string. Includes special cases for chosen infix operators (AND, OR) and special forms such as LIKE and BETWEEN.
-
-
- Escape a string literal.
-
-
- Quote a named identifer.
-
-
- Serialize an expression to a string.
-
-
-
- Build the message to be sent to MySQL Server to execute statement "Create" or "Modify" collection with schema options
-
- The namespace
- The name of the command to be executed on MySql Server
- Array of KeyValuePairs with the parameters required to build the message
- void.
-
-
-
- Sends the delete documents message
-
-
-
-
- Sends the CRUD modify message
-
-
-
-
- Class implementation for a default communication kind.
-
-
-
-
- Constructor method for the communication routing service
-
- A MySqlXConnectionStringBuilder setted with the information to use in the connection
-
-
-
- Gets the current connection base on the connection mode
-
- One of the values of ConnectionMode Offline, ReadOnly, WriteOnly, ReadWrite
-
-
-
-
- Abstract class used to define the kind of server in environments with multiple types of distributed systems.
-
-
-
-
- Main class for parsing json strings.
-
-
-
-
- Initializes a new instance of the JsonParser class.
-
-
-
-
- Parses the received string into a dictionary.
-
- The string to parse.
- A object that represents the parsed string.
-
-
-
- Abstract class to manage and encapsulate one or more actual connections.
-
-
-
-
- Creates a new session object with the values of the settings parameter.
-
- Settings to be used in the session object
-
-
-
- Sets the connection's charset default collation.
-
- The opened session.
- The character set.
-
-
-
- Gets the version of the server.
-
- An instance of containing the server version.
-
-
-
- Gets the thread Id of the connection.
-
- Thread Id
-
-
-
- Implementation class for object that manages low-level work of queuing tasks onto threads.
-
-
-
-
- Implementation class of InternalSession to manage connections using the Xprotocol type object.
-
-
-
-
- Defines the compression controller that will be passed on the instance when
- compression is enabled.
-
-
-
-
- Defines the compression controller that will be passed on the instance when
- compression is enabled.
-
-
-
-
- The used client to handle SSH connections.
-
-
-
-
- Negotiates compression capabilities with the server.
-
- An array containing the compression algorithms supported by the server.
-
-
-
- Prepare the dictionary of arguments required to create a MySQL message.
-
- The name of the MySQL schema.
- The name of the collection.
- This object hold the parameters required to create the collection.
-
- Collection referente.
-
-
-
- Prepare the dictionary of arguments required to Modify a MySQL message.
-
- The name of the MySQL schema.
- The name of the collection.
- This object hold the parameters required to Modify the collection.
-
- Collection referente.
-
-
-
- Gets the compression algorithm being used to compress or decompress data.
-
- Flag to indicate if the compression algorithm should be
- retrieved from the reader or writer controller.
- The name of the compression algorithm being used if any.
- null if no compression algorithm is being used.
-
-
-
- Represents a base class for a Session.
-
-
-
-
- Flag to set if prepared statements are supported.
-
-
-
-
- Gets the connection settings for this session.
-
-
-
-
- Gets the currently active schema.
-
-
-
-
- Gets the default schema provided when creating the session.
-
-
-
-
- Gets the connection uri representation of the connection options provided during the creation of the session.
-
-
-
-
- Initializes a new instance of the BaseSession class based on the specified connection string.
-
- The connection used to create the session.
- is null.
- Unable to parse the when
- in URI format.
-
- When using Unix sockets the protocol=unix or protocol=unixsocket connection option is required.
- This will enable elements passed in the server connection option to be treated as Unix sockets. The user is also required
- to explicitly set sslmode to none since X Plugin does not support SSL when using Unix sockets. Note that
- protocol=unix and protocol=unixsocket are synonyms.
-
- Multiple hosts can be specified as part of the ,
- which enables client-side failover when trying to establish a connection.
-
- Connection URI examples:
- - mysqlx://test:test@[192.1.10.10,localhost]
- - mysqlx://test:test@[192.1.10.10,127.0.0.1]
- - mysqlx://root:@[../tmp/mysqlx.sock,/tmp/mysqld.sock]?protocol=unix&sslmode=none
- - mysqlx://test:test@[192.1.10.10:33060,127.0.0.1:33060]
- - mysqlx://test:test@[192.1.10.10,120.0.0.2:22000,[::1]:33060]/test?connectiontimeout=10
- - mysqlx://test:test@[(address=server.example,priority=20),(address=127.0.0.1,priority=100)]
- - mysqlx://test:test@[(address=server.example,priority=100),(address=127.0.0.1,priority=75),(address=192.0.10.56,priority=25)]
-
-
- Connection string examples:
- - server=10.10.10.10,localhost;port=33060;uid=test;password=test;
- - host=10.10.10.10,192.101.10.2,localhost;port=5202;uid=test;password=test;
- - host=./tmp/mysqld.sock,/var/run/mysqldx.sock;port=5202;uid=root;protocol=unix;sslmode=none;
- - server=(address=server.example,priority=20),(address=127.0.0.1,priority=100);port=33060;uid=test;password=test;
- - server=(address=server.example,priority=100),(address=127.0.0.1,priority=75),(address=192.0.10.56,priority=25);port=33060;uid=test;password=test;
-
-
- Failover methods
- - Sequential: Connection attempts will be performed in a sequential order, that is, one after another until
- a connection is successful or all the elements from the list have been tried.
-
- - Priority based: If a priority is provided, the connection attemps will be performed in descending order, starting
- with the host with the highest priority. Priority must be a value between 0 and 100. Additionally, it is required to either
- give a priority for every host or no priority to any host.
-
-
-
-
-
- Initializes a new instance of the BaseSession class based on the specified anonymous type object.
-
- The connection data as an anonymous type used to create the session.
- is null.
-
- Multiple hosts can be specified as part of the , which enables client-side failover when trying to
- establish a connection.
-
- To assign multiple hosts, create a property similar to the connection string examples shown in
- . Note that the value of the property must be a string.
-
-
-
-
-
- Drops the database/schema with the given name.
-
- The name of the schema.
- is null.
-
-
-
- Creates a schema/database with the given name.
-
- The name of the schema/database.
- A object that matches the recently created schema/database.
-
-
-
- Gets the schema with the given name.
-
- The name of the schema.
- A object set with the provided schema name.
-
-
-
- Gets a list of schemas (or databases) in this session.
-
- A list containing all existing schemas (or databases).
-
-
-
- Starts a new transaction.
-
-
-
-
- Commits the current transaction.
-
- A object containing the results of the commit operation.
-
-
-
- Rolls back the current transaction.
-
-
-
-
- Closes this session or releases it to the pool.
-
-
-
-
- Closes this session
-
-
-
-
- Sets a transaction savepoint with an autogenerated name.
-
- The autogenerated name of the transaction savepoint.
-
-
-
- Sets a named transaction savepoint.
-
- The name of the transaction savepoint.
- The name of the transaction savepoint.
-
-
-
- Removes the named savepoint from the set of savepoints within the current transaction.
-
- The name of the transaction savepoint.
-
-
-
- Rolls back a transaction to the named savepoint without terminating the transaction.
-
- The name of the transaction savepoint.
-
-
-
- Parses the connection data.
-
- The connection string or connection URI.
- An updated connection string representation of the provided connection string or connection URI.
-
-
-
- Parses a connection URI.
-
- The connection URI to parse.
- The connection string representation of the provided .
-
-
-
- Validates if the string provided is a Unix socket file.
-
- The Unix socket to evaluate.
- true if is a valid Unix socket; otherwise, false.
-
-
-
- Converts the URI object into a connection string.
-
- An instance with the values for the provided connection options.
- The path of the Unix socket file.
- If true the replaces the value for the server connection option; otherwise, false
- A connection string.
-
-
-
- Parses a connection string.
-
- The connection string to parse.
- The parsed connection string.
-
-
-
- Normalizes the Unix socket by removing leading and ending parenthesis as well as removing special characters.
-
- The Unix socket to normalize.
- A normalized Unix socket.
-
-
-
- Disposes the current object. Disposes of the managed state if the flag is set to true.
-
- Flag to indicate if the managed state is to be disposed.
-
-
-
- Disposes the current object. Code added to correctly implement the disposable pattern.
-
-
-
-
- Describes the state of the session.
-
-
-
-
- The session is closed.
-
-
-
-
- The session is open.
-
-
-
-
- The session object is connecting to the data source.
-
-
-
-
- The session object is executing a command.
-
-
-
-
- Class encapsulating a session pooling functionality.
-
-
-
-
- Queue of demoted hosts.
-
-
-
-
- List of hosts that will be attempted to connect to.
-
-
-
-
- Timer to be used when a host have been demoted.
-
-
-
-
- Remove hosts from the demoted list that have already been there for more
- than 120,000 milliseconds and add them to the available hosts list.
-
-
-
-
- Get a session from pool or create a new one.
-
-
-
-
-
- Closes all sessions the Client object created and destroys the managed pool.
-
-
-
-
- Represents a collection of documents.
-
-
-
-
- Creates an containing the provided objects that can be used to add
- one or more items to a collection.
-
- The objects to add.
- An object containing the objects to add.
- is null.
- This method can take anonymous objects, domain objects, or just plain JSON strings.
- The statement can be further modified before execution.
-
-
-
- Creates a with the given condition that can be used to remove
- one or more documents from a collection.The statement can then be further modified before execution.
-
- The condition to match documents.
- A object set with the given condition.
- is null or white space.
- The statement can then be further modified before execution.
-
-
-
- Removes the document with the given identifier.
-
- The unique identifier of the document to replace.
- A object containing the results of the execution.
- is null or white space.
- This is a direct execution method.
-
-
-
- Creates a with the given condition that can be used to modify one or more
- documents from a collection.
-
- The condition to match documents.
- A object set with the given condition.
- is null or white space.
- The statement can then be further modified before execution.
-
-
-
- Replaces the document matching the given identifier.
-
- The unique identifier of the document to replace.
- The document to replace the matching document.
- A object containing the results of the execution.
- is null or whitespace.
- is null.
- This is a direct execution method. Operation succeeds even if no matching document was found;
- in which case, the Result.RecordsAffected property is zero. If the new document contains an identifier, the value
- is ignored.
-
-
-
- Adds the given document to the collection unless the identifier or any other field that has a unique index
- already exists, in which case it will update the matching document.
-
- The unique identifier of the document to replace.
- The document to replace the matching document.
- A object containing the results of the execution.
- The server version is lower than 8.0.3.
- is null or white space.
- is null.
- The is different from the one in .
- This is a direct execution method.
-
-
-
- Returns the number of documents in this collection on the server.
-
- The number of documents found.
-
-
-
- Creates a with the given condition which can be used to find documents in a
- collection.
-
- An optional condition to match documents.
- A object set with the given condition.
- The statement can then be further modified before execution.
-
-
-
- Creates an index based on the properties provided in the JSON document.
-
- The index name.
- JSON document describing the index to be created.
-
- is a JSON document with the following fields:
-
- - fields: array of IndexField objects, each describing a single document member to be
- included in the index (see below).
- - type: string, (optional) the type of index. One of INDEX or SPATIAL. Default is INDEX and may
- be omitted.
-
-
- A single IndexField description consists of the following fields:
-
- - field: string, the full document path to the document member or field to be indexed.
- - type: string, one of the supported SQL column types to map the field into (see the following list).
- For numeric types, the optional UNSIGNED keyword may follow. For the TEXT type, the length to consider for
- indexing may be added.
- - required: bool, (optional) true if the field is required to exist in the document. defaults to
- false, except for GEOJSON where it defaults to true.
- - options: int, (optional) special option flags for use when decoding GEOJSON data.
- - srid: int, (optional) srid value for use when decoding GEOJSON data.
-
-
- Supported SQL column types:
-
- - INT [UNSIGNED]
- - TINYINT [UNSIGNED]
- - SMALLINT [UNSIGNED]
- - MEDIUMINT [UNSIGNED]
- - INTEGER [UNSIGNED]
- - BIGINT [UNSIGNED]
- - REAL [UNSIGNED]
- - FLOAT [UNSIGNED]
- - DOUBLE [UNSIGNED]
- - DECIMAL [UNSIGNED]
- - NUMERIC [UNSIGNED]
- - DATE
- - TIME
- - TIMESTAMP
- - DATETIME
- - TEXT[(length)]
- - CHAR[(lenght)]
- - GEOJSON (extra options: options, srid)
-
-
-
-
-
- Drops a collection index.
-
- The index name.
- is null or white space.
-
-
-
- Verifies if the current collection exists in the server schema.
-
- true if the collection exists; otherwise, false.
-
-
-
- Returns the document with the given identifier.
-
- The unique identifier of the document to replace.
- A object if a document matching given identifier exists; otherwise, null.
- is null or white space.
- This is a direct execution method.
-
-
-
- Base abstract class that defines elements inherited by all result types.
-
-
-
-
- Gets the number of records affected by the statement that generated this result.
-
-
-
-
- Gets the object of the session.
-
-
-
-
- Gets a read-only collection of objects derived from statement execution.
-
-
-
-
- Gets the number of warnings in the collection derived from statement execution.
-
-
-
-
- No action is performed by this method. It is intended to be overriden by child classes if required.
-
-
-
-
- Base abstract class for API statement.
-
-
-
-
-
- Initializes a new instance of the BaseStatement class based on the specified session.
-
- The session where the statement will be executed.
-
-
-
- Gets the that owns the statement.
-
-
-
-
- Executes the base statements. This method is intended to be defined by child classes.
-
- A result object containing the details of the execution.
-
-
-
- Executes a statement asynchronously.
-
- A result object containing the details of the execution.
-
-
-
- Validates if the session is open and valid.
-
-
-
-
- Sets the status as Changed for prepared statement validation.
-
-
-
-
- Converts a statement to prepared statement for a second execution
- without any change but Bind, Limit, or Offset.
-
-
-
-
- Abstract class for buffered results.
-
- Generic result type.
-
-
-
- Index of the current item.
-
-
-
-
- List of generic items in this buffered result.
-
-
-
-
- Flag that indicates if all items have been read.
-
-
-
-
- Gets a dictionary containing the column names and their index.
-
-
-
-
- Gets the page size set for this buffered result.
-
-
-
-
- Loads the column data into the field.
-
-
-
-
- Retrieves a read-only list of the generic items associated to this buffered result.
-
- A generic list representing items in this buffered result.
-
-
-
- Retrieves one element from the generic items associated to this buffered result.
-
- A generic object that corresponds to the current or default item.
-
-
-
- Determines if all items have already been read.
-
- True if all items have been retrived, false otherwise.
-
-
-
- Gets the current item.
-
- All items have already been read.
-
-
-
- Determines if all items have already been read.
-
- True if all items have been retrived, false otherwise.
-
-
-
- Resets the value of the field to zero.
-
-
-
-
- Gets an representation of this object.
-
- An representation of this object.
-
-
-
- Gets an representation of this object.
-
- An representation of this object.
-
-
-
- Retrieves a read-only list of the generic items associated to this buffered result.
-
- A generic list representing items in this buffered result.
-
-
-
- No body has been defined for this method.
-
-
-
-
- Class to represent an error in this result.
-
-
-
-
- Numeric code.
-
-
-
-
- Return code indicating the outcome of the executed SQL statement.
-
-
-
-
- Error message.
-
-
-
-
- Initializes a new instance of the ErrorInfo class.
-
-
-
-
- Abstract class for filterable statements.
-
- The filterable statement.
- The database object.
- The type of result.
-
-
-
- Initializes a new instance of the FiltarableStatement class based on the target and condition.
-
- The database object.
- The optional filter condition.
-
-
-
- Enables the setting of Where condition for this operation.
-
- The Where condition.
- The implementing statement type.
-
-
-
- Sets the number of items to be returned by the operation.
-
- The number of items to be returned.
- The implementing statement type.
- is equal or lower than 0.
-
-
-
- Sets the number of items to be skipped before including them into the result.
-
- The number of items to be skipped.
- The implementing statement type.
-
-
-
- Binds the parameter values in filter expression.
-
- The parameter name.
- The value of the parameter.
- A generic object representing the implementing statement type.
-
-
-
- Binds the parameter values in filter expression.
-
- The parameters as a DbDoc object.
- A generic object representing the implementing statement type.
-
-
-
- Binds the parameter values in filter expression.
-
- The parameters as a JSON string.
- The implementing statement type.
-
-
-
- Binds the parameter values in filter expression.
-
- The parameters as an anonymous object: new { param1 = value1, param2 = value2, ... }.
- The implementing statement type.
-
-
-
- Executes the statement.
-
- The function to execute.
- The generic object to use.
- A generic result object containing the results of the execution.
-
-
-
- Clones the filterable data but Session and Target remain the
- same.
-
- A clone of this filterable statement.
-
-
-
- Represents a general statement result.
-
-
-
-
- Gets the last inserted identifier (if there is one) by the statement that generated this result.
-
-
-
-
- Gets the list of generated identifiers in the order of the Add() calls.
-
-
-
-
- Abstract class to select a database object target.
-
- The database object.
- The execution result.
-
-
-
- Initializes a new instance of the TargetedBaseStatement class based on the provided target.
-
- The database object.
-
-
-
- Gets the database target.
-
-
-
-
- Represents a warning in this result.
-
-
-
-
- Numeric value associated to the warning message.
-
-
-
-
- Error message.
-
-
-
-
- Strict level for the warning.
-
-
-
-
- Initializes a new instance of the WarningInfo class based on the code and msg.
-
- The code for the warning.
- The error message for the warning.
-
-
-
- Represents a chaining collection insert statement.
-
-
-
-
- Adds documents to the collection.
-
- The documents to add.
- This object.
- The array is null.
-
-
-
- Executes the Add statement.
-
- A object containing the results of the execution.
-
-
-
- Implementation class for CRUD statements with collections using an index.
-
-
-
-
- Executes this statement.
-
- A object containing the results of the execution.
-
-
-
- Represents a collection statement.
-
-
-
-
-
- Converts base s into objects.
-
- Array of objects to be converted to objects.
- An enumerable collection of objects.
-
-
-
- Represents the result of an operation that includes a collection of documents.
-
-
-
-
- Represents a chaining collection find statement.
-
-
-
-
- List of column projections that shall be returned.
-
- List of columns.
- This object set with the specified columns or fields.
-
-
-
- Executes the Find statement.
-
- A object containing the results of execution and data.
-
-
-
- Locks matching rows against updates.
-
- Optional row lock option to use.
- This same object set with the lock shared option.
- The server version is lower than 8.0.3.
-
-
-
- Locks matching rows so no other transaction can read or write to it.
-
- Optional row lock option to use.
- This same object set with the lock exclusive option.
- The server version is lower than 8.0.3.
-
-
-
- Sets the collection aggregation.
-
- The field list for aggregation.
- This same object set with the specified group-by criteria.
-
-
-
- Filters criteria for aggregated groups.
-
- The filter criteria for aggregated groups.
- This same object set with the specified filter criteria.
-
-
-
- Sets user-defined sorting criteria for the operation. The strings use normal SQL syntax like
- "order ASC" or "pages DESC, age ASC".
-
- The order criteria.
- A generic object representing the implementing statement type.
-
-
-
- Enables the setting of Where condition for this operation.
-
- The Where condition.
- The implementing statement type.
-
-
-
- Represents a chaining collection modify statement.
-
-
-
-
- Sets key and value.
-
- The document path key.
- The new value.
- This object.
-
-
-
- Changes value for a key.
-
- The document path key.
- The new value.
- This object.
-
-
-
- Removes keys or values from a document.
-
- An array of document paths representing the keys to be removed.
- This object.
-
-
-
- Creates a object set with the changes to be applied to all matching documents.
-
- The JSON-formatted object describing the set of changes.
- A object set with the changes described in .
- can be a object, an anonymous object, or a JSON string.
- is null.
- is null or white space.
-
-
-
- Inserts an item into the specified array.
-
- The document path key including the index on which the item will be inserted.
- The value to insert into the array.
- A object containing the updated array.
-
-
-
- Appends an item to the specified array.
-
- The document path key.
- The value to append to the array.
- A object containing the updated array.
-
-
-
- Allows the user to set the sorting criteria for the operation. The strings use normal SQL syntax like
- "order ASC" or "pages DESC, age ASC".
-
- The order criteria.
- A generic object representing the implementing statement type.
-
-
-
- Enables the setting of Where condition for this operation.
-
- The Where condition.
- The implementing statement type.
-
-
-
- Executes the modify statement.
-
- A object containing the results of the execution.
-
-
-
- Represents a chaining collection remove statement.
-
-
-
-
- Sets user-defined sorting criteria for the operation. The strings use normal SQL syntax like
- "order ASC" or "pages DESC, age ASC".
-
- The order criteria.
- A generic object representing the implementing statement type.
-
-
-
- Enables the setting of Where condition for this operation.
-
- The Where condition.
- The implementing statement type.
-
-
-
- Executes the remove statement.
-
- A object containing the results of the execution.
-
-
-
- Represents a database object.
-
-
-
-
- Gets the session that owns the database object.
-
-
-
-
- Gets the schema that owns the database object.
-
-
-
-
- Gets the database object name.
-
-
-
-
- Verifies that the database object exists in the database.
-
- True if the object exists in database, false otherwise.
-
-
-
- Represents a generic document in JSON format.
-
-
-
-
- Initializes a new instance of the DbDoc class based on the object provided. The value can be a domain object, anonymous object, or JSON string.
-
- The value for this DbDoc.
-
-
-
- Gets the value of a document property.
-
- The key path for the property.
-
-
-
-
- Gets the identifier of the document.
-
-
-
-
- Gets a value indicating if this document has an identifier (property named _id with a value).
-
-
-
-
- Sets a property on this document.
-
- The key of the property.
- The new property value.
-
-
-
- Returns this document in Json format.
-
- A Json formatted string.
-
-
-
- Compares this DbDoc with another one.
-
- The DbDoc to compare to.
- True if they are equal, false otherwise.
-
-
-
- Gets a value that serves as a hash function for a particular type.
-
- A hash code for the current object.
-
-
-
- Represents a collection of documents with a generic type.
-
-
-
-
- Initializes a new instance of the generic Collection class based on the specified schema
- and name.
-
- The object associated to this collection.
- The name of the collection.
-
-
-
- Creates an containing the provided generic object. The add
- statement can be further modified before execution.
-
- The generic object to add.
- An object containing the object to add.
-
-
-
- Defines elements that allow to iterate through the contents of various items.
-
-
-
-
- Initializes a new instance of the Iterator class.
-
-
-
-
- This method is not yet implemented.
-
-
-
- Exception is always thrown since the body of the method is not yet implemented.
-
-
-
- Main class for session operations related to Connector/NET implementation of the X DevAPI.
-
-
-
-
- Opens a session to the server given or to the first available server if multiple servers were specified.
-
- The connection string or URI string format.
- A object representing the established session.
- Multiple hosts can be specified as part of the which
- will enable client side failover when trying to establish a connection. For additional details and syntax
- examples refer to the remarks section.
-
-
-
- Opens a session to the server given.
-
- The connection data for the server.
- A object representing the established session.
-
-
-
- Creates a new instance.
-
- The connection string or URI string format.
- The connection options in JSON string format.
- A object representing a session pool.
-
-
-
- Creates a new instance.
-
- The connection string or URI string format.
- The connection options in object format.
-
-
- new { pooling = new
- {
- enabled = true,
- maxSize = 15,
- maxIdleTime = 60000,
- queueTimeout = 60000
- }
- }
-
-
-
- A object representing a session pool.
-
-
-
- Creates a new instance.
-
- The connection data.
- The connection options in JSON string format.
- A object representing a session pool.
-
-
-
- Creates a new instance.
-
- The connection data.
- The connection options in object format.
-
-
- new { pooling = new
- {
- enabled = true,
- maxSize = 15,
- maxIdleTime = 60000,
- queueTimeout = 60000
- }
- }
-
-
-
- A object representing a session pool.
-
-
-
- Enables the creation of connection strings by exposing the connection options as properties.
- Contains connection options specific to the X protocol.
-
-
-
-
- Main constructor.
-
-
-
-
- Constructor accepting a connection string.
-
- The connection string.
-
-
-
- Readonly field containing a collection of classic protocol and protocol shared connection options.
-
-
-
-
- Gets or sets the connection timeout.
-
-
-
-
- Gets or sets the connection attributes.
-
-
-
-
- Path to a local file containing certificate revocation lists.
-
-
-
-
- Gets or sets the compression type between client and server.
-
-
-
-
- Gets or sets a connection option.
-
- The keyword that identifies the connection option to modify.
-
-
-
- Represents a table column.
-
-
-
-
- Gets the original column name.
-
-
-
-
- Gets the alias of the column name.
-
-
-
-
- Gets the table name the column orginates from.
-
-
-
-
- Gets the alias of the table name .
-
-
-
-
- Gets the schema name the column originates from.
-
-
-
-
- Gets the catalog the schema originates from.
- In MySQL protocol this is `def` by default.
-
-
-
-
- Gets the collation used for this column.
-
-
-
-
- Gets the character set used for this column.
-
-
-
-
- Gets the column length.
-
-
-
-
- Gets the fractional decimal digits for floating point and fixed point numbers.
-
-
-
-
- Gets the Mysql data type.
-
-
-
-
- Gets the .NET Clr data type.
-
-
-
-
- True if it's a signed number.
-
-
-
-
- True if column is UINT zerofill or BYTES rightpad.
-
-
-
-
- Initializes a new instance of the Column class.
-
-
-
-
- Represents a resultset that contains rows of data.
-
-
-
-
- Gets the columns in this resultset.
-
-
-
-
- Gets the number of columns in this resultset.
-
-
-
-
- Gets a list containing the column names in this resultset.
-
-
-
-
- Gets the rows of this resultset. This collection will be incomplete unless all the rows have been read
- either by using the Next method or the Buffer method.
-
-
-
-
- Gets the value of the column value at the current index.
-
- The column index.
- The CLR value at the column index.
-
-
-
- Allows getting the value of the column value at the current index.
-
- The column index.
- The CLR value at the column index.
-
-
-
- Returns the index of the given column name.
-
- The name of the column to find.
- The numeric index of column.
-
-
-
- Represents a single row of data in a table.
-
-
-
-
- Gets the value of the row at the given index.
-
- The column index to retrieve the value.
- The value at the index.
-
-
-
- Gets the value of the column as a string.
-
- The name of the column.
- The value of the column as a string.
-
-
-
- Gets a string based indexer into the row. Returns the value as a CLR type.
-
- The column index to get.
- The CLR value for the column.
-
-
-
- Inherits from . Creates a resultset that contains rows of data.
-
-
-
-
- Represents a resultset that contains rows of data for relational operations.
-
-
-
-
- Gets a boolean value indicating if this result has data.
-
-
-
-
- Moves to next resultset.
-
- True if there is a new resultset, false otherwise.
-
-
-
- Represents a sql statement.
-
-
-
-
- Initializes a new instance of the SqlStament class bassed on the session and sql statement.
-
- The session the Sql statement belongs to.
- The Sql statement.
-
-
-
- Gets the current Sql statement.
-
-
-
-
- Gets the list of parameters associated to this Sql statement.
-
-
-
-
- Executes the current Sql statement.
-
- A object with the resultset and execution status.
-
-
-
- Binds the parameters values by position.
-
- The parameter values.
- This set with the binded parameters.
-
-
-
- Represents a server Table or View.
-
-
-
-
- Gets a value indicating whether the object is
- a View (True) or a Table (False).
-
-
-
-
- Creates a set with the columns to select. The table select
- statement can be further modified before execution. This method is intended to select a set
- of table rows.
-
- The optional column names to select.
- A object for select chain operations.
-
-
-
- Creates a set with the fileds to insert to. The table
- insert statement can be further modified before exeuction. This method is intended to
- insert one or multiple rows into a table.
-
- The list of fields to insert.
- A object for insert chain operations.
-
-
-
- Creates a . This method is intended to update table rows
- values.
-
- A object for update chain operations.
-
-
-
- Creates a . This method is intended to delete rows from a
- table.
-
- A object for delete chain operations.
-
-
-
- Returns the number of rows in the table on the server.
-
- The number of rows.
-
-
-
- Verifies if the table exists in the database.
-
- true if the table exists; otherwise, false.
-
-
-
- Represents a chaining table delete statement.
-
-
-
-
- Sets user-defined sorting criteria for the operation. The strings use normal SQL syntax like
- "order ASC" or "pages DESC, age ASC".
-
- The order criteria.
- A generic object representing the implementing statement type.
-
-
-
- Executes the delete statement.
-
- A object containing the results of the delete execution.
-
-
-
- Represents a chaining table insert statement.
-
-
-
-
- Executes the insert statement.
-
- A object containing the results of the insert statement.
-
-
-
- Values to be inserted.
- Multiple rows supported.
-
- The values to be inserted.
- This same object.
-
-
-
- Represents a chaining table select statement.
-
-
-
-
- Executes the select statement.
-
- A object containing the results of the execution and data.
-
-
-
- Locks matching rows against updates.
-
- Optional row lock option to use.
- This same object set with lock shared option.
- The server version is lower than 8.0.3.
-
-
-
- Locks matching rows so no other transaction can read or write to it.
-
- Optional row lock option to use.
- This same object set with the lock exclusive option.
- The server version is lower than 8.0.3.
-
-
-
- Sets the table aggregation.
-
- The column list for aggregation.
- This same object set with the specified group-by criteria.
-
-
-
- Filters criteria for aggregated groups.
-
- The filter criteria for aggregated groups.
- This same object set with the specified filter criteria.
-
-
-
- Sets user-defined sorting criteria for the operation. The strings use normal SQL syntax like
- "order ASC" or "pages DESC, age ASC".
-
- The order criteria.
- A generic object that represents the implementing statement type.
-
-
-
- Represents a chaining table update statement.
-
-
-
-
- Executes the update statement.
-
- A object ocntaining the results of the update statement execution.
-
-
-
- Column and value to be updated.
-
- Column name.
- Value to be updated.
- This same object.
-
-
-
- Sets user-defined sorting criteria for the operation. The strings use normal SQL syntax like
- "order ASC" or "pages DESC, age ASC".
-
- The order criteria.
- A generic object that represents the implementing statement type.
-
-
-
- Represents a schema or database.
-
-
-
-
- Session related to current schema.
-
-
-
-
- Returns a list of all collections in this schema.
-
- A list representing all found collections.
-
-
-
- Returns a list of all tables in this schema.
-
- A list representing all found tables.
-
-
-
- Gets a collection by name.
-
- The name of the collection to get.
- Ensures the collection exists in the schema.
- A object matching the given name.
-
-
-
- Gets a typed collection object. This is useful for using domain objects.
-
- The type of collection returned.
- The name of collection to get.
- A generic object set with the given name.
-
-
-
- Gets the given collection as a table.
-
- The name of the collection.
- A object set with the given name.
-
-
-
- Gets a table object. Upon return the object may or may not be valid.
-
- The name of the table object.
- A object set with the given name.
-
-
-
- Creates a collection.
-
- The name of the collection to create.
- If false, throws an exception if the collection exists.
- Collection referente.
-
-
-
- Creates a collection including a schema validation.
-
- The name of the collection to create.
- This object hold the parameters required to create the collection.
-
- Collection referente.
-
-
-
- Modify a collection adding or removing schema validation parameters.
-
- The name of the collection to create.
- This object encapsulate the Validation parameters level and schema.
- Collection referente.
-
-
-
- Drops the given collection.
-
- The name of the collection to drop.
- is null.
-
-
-
- Determines if this schema actually exists.
-
- True if exists, false otherwise.
-
-
-
- Represents a single server session.
-
-
-
-
- Returns a object that can be used to execute the given SQL.
-
- The SQL to execute.
- A object set with the provided SQL.
-
-
-
- Sets the schema in the database.
-
- The schema name to be set.
-
-
-
- Executes a query in the database to get the current schema.
-
- Current database object or null if no schema is selected.
-
-
- Holder for reflection information generated from mysqlx.proto
-
-
- File descriptor for mysqlx.proto
-
-
-
- IDs of messages that can be sent from client to the server
-
- .. note::
- this message is never sent on the wire. It is only used to let ``protoc``
-
- * generate constants
- * check for uniqueness
-
-
-
- Container for nested types declared in the ClientMessages message type.
-
-
-
- IDs of messages that can be sent from server to client
-
- .. note::
- this message is never sent on the wire. It is only used to let ``protoc``
-
- * generate constants
- * check for uniqueness
-
-
-
- Container for nested types declared in the ServerMessages message type.
-
-
-
- NOTICE has to stay at 11 forever
-
-
-
-
- generic Ok message
-
-
-
- Field number for the "msg" field.
-
-
-
- generic Error message
-
- A ``severity`` of ``ERROR`` indicates the current message sequence is
- aborted for the given error and the session is ready for more.
-
- In case of a ``FATAL`` error message the client should not expect
- the server to continue handling any further messages and should
- close the connection.
-
- :param severity: severity of the error message
- :param code: error-code
- :param sql_state: SQL state
- :param msg: human readable error message
-
-
-
- Field number for the "severity" field.
-
-
- Field number for the "code" field.
-
-
- Field number for the "sql_state" field.
-
-
- Field number for the "msg" field.
-
-
- Container for nested types declared in the Error message type.
-
-
- Holder for reflection information generated from mysqlx_connection.proto
-
-
- File descriptor for mysqlx_connection.proto
-
-
-
- a Capability
-
- a tuple of a ``name`` and a :protobuf:msg:`Mysqlx.Datatypes::Any`
-
-
-
- Field number for the "name" field.
-
-
- Field number for the "value" field.
-
-
-
- Capabilities
-
-
-
- Field number for the "capabilities" field.
-
-
-
- get supported connection capabilities and their current state
-
- :returns: :protobuf:msg:`Mysqlx.Connection::Capabilities` or :protobuf:msg:`Mysqlx::Error`
-
-
-
-
- sets connection capabilities atomically
-
- only provided values are changed, other values are left unchanged.
- If any of the changes fails, all changes are discarded.
-
- :precond: active sessions == 0
- :returns: :protobuf:msg:`Mysqlx::Ok` or :protobuf:msg:`Mysqlx::Error`
-
-
-
- Field number for the "capabilities" field.
-
-
-
- announce to the server that the client wants to close the connection
-
- it discards any session state of the server
-
- :Returns: :protobuf:msg:`Mysqlx::Ok`
-
-
-
- Field number for the "uncompressed_size" field.
-
-
- Field number for the "server_messages" field.
-
-
- Field number for the "client_messages" field.
-
-
- Field number for the "payload" field.
-
-
- Holder for reflection information generated from mysqlx_crud.proto
-
-
- File descriptor for mysqlx_crud.proto
-
-
-
- DataModel to use for filters, names, ...
-
-
-
-
- ViewAlgorithm defines how MySQL Server processes the view
-
-
-
-
- MySQL chooses which algorithm to use
-
-
-
-
- the text of a statement that refers to the view and the view definition are merged
-
-
-
-
- the view are retrieved into a temporary table
-
-
-
-
- ViewSqlSecurity defines the security context in which the view is going to be
- executed, this means that VIEW can be executed with current user permissions or
- with permissions of the uses who defined the VIEW
-
-
-
-
- ViewCheckOption limits the write operations done on a `VIEW`
- (`INSERT`, `UPDATE`, `DELETE`) to rows in which the `WHERE` clause is `TRUE`
-
-
-
-
- the view WHERE clause is checked, but no underlying views are checked
-
-
-
-
- the view WHERE clause is checked, then checking recurses to underlying views
-
-
-
-
- column definition
-
-
-
- Field number for the "name" field.
-
-
-
- optional
-
-
-
- Field number for the "alias" field.
-
-
-
- optional
-
-
-
- Field number for the "document_path" field.
-
-
-
- a projection
-
- :param source: the expression identifying an element from the source data
- which can include a column identifier or any expression
- :param alias: optional alias. Required for DOCUMENTs (clients may use
- the source string as default)
-
-
-
- Field number for the "source" field.
-
-
-
- required
-
-
-
- Field number for the "alias" field.
-
-
-
- optional
-
-
-
-
- collection
-
-
-
- Field number for the "name" field.
-
-
-
- required
-
-
-
- Field number for the "schema" field.
-
-
-
- optional
-
-
-
-
- limit
-
- :param row_count: maximum rows to filter
- :param offset: maximum rows to skip before applying the row_count
-
-
-
- Field number for the "row_count" field.
-
-
-
- required
-
-
-
- Field number for the "offset" field.
-
-
-
- optional
-
-
-
-
- limit expression
-
- LimitExpr in comparison to Limit, is able to specify that row_count and
- offset are placeholders.
- This message support expressions of following types Expr/literal/UINT,
- Expr/PLACEHOLDER.
-
- :param row_count: maximum rows to filter
- :param offset: maximum rows to skip before applying the row_count
-
-
-
- Field number for the "row_count" field.
-
-
-
- required
-
-
-
- Field number for the "offset" field.
-
-
-
- optional
-
-
-
-
- sort order
-
-
-
- Field number for the "expr" field.
-
-
-
- required
-
-
-
- Field number for the "direction" field.
-
-
-
- optional//[ default=ASC ]
-
-
-
- Container for nested types declared in the Order message type.
-
-
-
- update operations
-
- :param source: specification of the value to be updated
- if data_model is TABLE, a column name may be specified and also a document path, if the column has type JSON
- if data_model is DOCUMENT, only document paths are allowed
- in both cases, schema and table must be not set
- :param operation: the type of operation to be performed
- :param value: an expression to be computed as the new value for the operation
-
-
-
- Field number for the "source" field.
-
-
-
- required
-
-
-
- Field number for the "operation" field.
-
-
-
- required
-
-
-
- Field number for the "value" field.
-
-
-
- optional
-
-
-
- Container for nested types declared in the UpdateOperation message type.
-
-
-
- only allowed for TABLE
-
-
-
-
- no value (removes the identified path from a object or array)
-
-
-
-
- sets the new value on the identified path
-
-
-
-
- replaces a value if the path exists
-
-
-
-
- source and value must be documents
-
-
-
-
- insert the value in the array at the index identified in the source path
-
-
-
-
- append the value on the array at the identified path
-
-
-
-
- merge JSON object value with the provided patch expression
-
-
-
-
- Find Documents/Rows in a Collection/Table
-
- .. uml::
-
- client -> server: Find
- ... one or more Resultset ...
-
- :param collection: collection to insert into
- :param data_model: datamodel that the operations refer to
- :param projection: list of column projections that shall be returned
- :param args: values for parameters used in filter expression
- :param criteria: filter criteria
- :param limit: numbers of rows that shall be skipped and returned (user can set one of: limit, limit_expr)
- :param order: sort-order in which the rows/document shall be returned in
- :param grouping: column expression list for aggregation (GROUP BY)
- :param grouping_criteria: filter criteria for aggregated groups
- :param locking: perform row locking on matches
- :param locking_options: additional options how to handle locked rows
- :param limit_expr: numbers of rows that shall be skipped and returned (user can set one of: limit, limit_expr)
- :Returns: :protobuf:msg:`Mysqlx.Resultset::`
-
-
-
- Field number for the "collection" field.
-
-
-
- required
-
-
-
- Field number for the "data_model" field.
-
-
-
- optional
-
-
-
- Field number for the "projection" field.
-
-
- Field number for the "criteria" field.
-
-
-
- optional
-
-
-
- Field number for the "args" field.
-
-
- Field number for the "order" field.
-
-
- Field number for the "grouping" field.
-
-
- Field number for the "grouping_criteria" field.
-
-
-
- optional
-
-
-
- Field number for the "locking" field.
-
-
-
- optional
-
-
-
- Field number for the "locking_options" field.
-
-
-
- optional
-
-
-
- Field number for the "limit" field.
-
-
-
- optional
-
-
-
- Field number for the "limit_expr" field.
-
-
-
- optional
-
-
-
- Container for nested types declared in the Find message type.
-
-
-
- Lock matching rows against updates
-
-
-
-
- Lock matching rows so no other transaction can read or write to it
-
-
-
-
- Do not wait to acquire row lock, fail with an error if a requested row is locked
-
-
-
-
- Do not wait to acquire a row lock, remove locked rows from the result set
-
-
-
-
- Insert documents/rows into a collection/table
-
- :param collection: collection to insert into
- :param data_model: datamodel that the operations refer to
- :param projection: name of the columns to insert data into (empty if data_model is DOCUMENT)
- :param row: set of rows to insert into the collection/table (a single expression with a JSON document literal or an OBJECT expression)
- :param args: values for parameters used in row expressions
- :param upsert: true if this should be treated as an Upsert (that is, update on duplicate key)
- :Returns: :protobuf:msg:`Mysqlx.Resultset::`
-
-
-
- Field number for the "collection" field.
-
-
-
- required
-
-
-
- Field number for the "data_model" field.
-
-
-
- optional
-
-
-
- Field number for the "projection" field.
-
-
- Field number for the "row" field.
-
-
- Field number for the "args" field.
-
-
- Field number for the "upsert" field.
-
-
-
- optional//[default = false]
-
-
-
- Container for nested types declared in the Insert message type.
-
-
- Field number for the "field" field.
-
-
-
- Update documents/rows in a collection/table
-
- :param collection: collection to change
- :param data_model: datamodel that the operations refer to
- :param criteria: filter expression to match rows that the operations will apply on
- :param args: values for parameters used in filter expression
- :param limit: limits the number of rows to match (user can set one of: limit, limit_expr)
- :param order: specifies order of matched rows
- :param operation: list of operations to be applied. Valid operations will depend on the data_model.
- :param limit_expr: limits the number of rows to match (user can set one of: limit, limit_expr)
- :Returns: :protobuf:msg:`Mysqlx.Resultset::`
-
-
-
- Field number for the "collection" field.
-
-
-
- required
-
-
-
- Field number for the "data_model" field.
-
-
-
- optional
-
-
-
- Field number for the "criteria" field.
-
-
-
- optional
-
-
-
- Field number for the "args" field.
-
-
- Field number for the "order" field.
-
-
- Field number for the "operation" field.
-
-
- Field number for the "limit" field.
-
-
-
- optional
-
-
-
- Field number for the "limit_expr" field.
-
-
-
- optional
-
-
-
-
- Delete documents/rows from a Collection/Table
-
- :param collection: collection to change
- :param data_model: datamodel that the operations refer to
- :param criteria: filter expression to match rows that the operations will apply on
- :param args: values for parameters used in filter expression
- :param limit: limits the number of rows to match (user can set one of: limit, limit_expr)
- :param order: specifies order of matched rows
- :param limit_expr: limits the number of rows to match (user can set one of: limit, limit_expr)
- :Returns: :protobuf:msg:`Mysqlx.Resultset::`
-
-
-
- Field number for the "collection" field.
-
-
-
- required
-
-
-
- Field number for the "data_model" field.
-
-
-
- optional
-
-
-
- Field number for the "criteria" field.
-
-
-
- optional
-
-
-
- Field number for the "args" field.
-
-
- Field number for the "order" field.
-
-
- Field number for the "limit" field.
-
-
-
- optional
-
-
-
- Field number for the "limit_expr" field.
-
-
-
- optional
-
-
-
- Field number for the "collection" field.
-
-
-
- required
-
-
-
- Field number for the "definer" field.
-
-
-
- optional
-
-
-
- Field number for the "algorithm" field.
-
-
-
- optional//[default = UNDEFINED]
-
-
-
- Field number for the "security" field.
-
-
-
- optional//[default = DEFINER]
-
-
-
- Field number for the "check" field.
-
-
-
- optional
-
-
-
- Field number for the "column" field.
-
-
- Field number for the "stmt" field.
-
-
-
- required
-
-
-
- Field number for the "replace_existing" field.
-
-
-
- optional//[default = false]
-
-
-
- Field number for the "collection" field.
-
-
-
- required
-
-
-
- Field number for the "definer" field.
-
-
-
- optional
-
-
-
- Field number for the "algorithm" field.
-
-
-
- optional
-
-
-
- Field number for the "security" field.
-
-
-
- optional
-
-
-
- Field number for the "check" field.
-
-
-
- optional
-
-
-
- Field number for the "column" field.
-
-
- Field number for the "stmt" field.
-
-
-
- optional
-
-
-
- Field number for the "collection" field.
-
-
-
- required
-
-
-
- Field number for the "if_exists" field.
-
-
-
- optional//[ default = false ]
-
-
-
- Holder for reflection information generated from mysqlx_cursor.proto
-
-
- File descriptor for mysqlx_cursor.proto
-
-
-
- Open a cursor
-
- .. uml::
-
- client -> server: Open
- alt Success
- ... none or partial Resultsets or full Resultsets ...
- client <- server: StmtExecuteOk
- else Failure
- client <- server: Error
- end
-
- :param cursor_id: client side assigned cursor id, the ID is going to represent new cursor and assigned to it statement
- :param stmt: statement which resultset is going to be iterated through the cursor
- :param fetch_rows: number of rows which should be retrieved from sequential cursor
- :Returns: :protobuf:msg:`Mysqlx.Ok::`
-
-
-
- Field number for the "cursor_id" field.
-
-
-
- required
-
-
-
- Field number for the "stmt" field.
-
-
-
- required
-
-
-
- Field number for the "fetch_rows" field.
-
-
-
- optional
-
-
-
- Container for nested types declared in the Open message type.
-
-
- Field number for the "type" field.
-
-
-
- required
-
-
-
- Field number for the "prepare_execute" field.
-
-
-
- optional
-
-
-
- Container for nested types declared in the OneOfMessage message type.
-
-
-
- Fetch next portion of data from a cursor
-
- .. uml::
-
- client -> server: Fetch
- alt Success
- ... none or partial Resultsets or full Resultsets ...
- client <- server: StmtExecuteOk
- else
- client <- server: Error
- end
-
- :param cursor_id: client side assigned cursor id, must be already open
- :param fetch_rows: number of rows which should be retrieved from sequential cursor
-
-
-
- Field number for the "cursor_id" field.
-
-
-
- required
-
-
-
- Field number for the "fetch_rows" field.
-
-
-
- optional
-
-
-
-
- Close cursor
-
- .. uml::
-
- client -> server: Close
- alt Success
- client <- server: Ok
- else Failure
- client <- server: Error
- end
-
- :param cursor_id: client side assigned cursor id, must be allocated/open
- :Returns: :protobuf:msg:`Mysqlx.Ok|Mysqlx.Error`
-
-
-
- Field number for the "cursor_id" field.
-
-
-
- required
-
-
-
- Holder for reflection information generated from mysqlx_datatypes.proto
-
-
- File descriptor for mysqlx_datatypes.proto
-
-
-
- a scalar
-
-
-
- Field number for the "type" field.
-
-
-
- required
-
-
-
- Field number for the "v_signed_int" field.
-
-
- Field number for the "v_unsigned_int" field.
-
-
- Field number for the "v_octets" field.
-
-
-
- 4 is unused, was Null which doesn't have a storage anymore
-
-
-
- Field number for the "v_double" field.
-
-
- Field number for the "v_float" field.
-
-
- Field number for the "v_bool" field.
-
-
- Field number for the "v_string" field.
-
-
- Enum of possible cases for the "DefaultOneOf" oneof.
-
-
- Container for nested types declared in the Scalar message type.
-
-
-
- a string with a charset/collation
-
-
-
- Field number for the "value" field.
-
-
-
- required
-
-
-
- Field number for the "collation" field.
-
-
- Enum of possible cases for the "String_present" oneof.
-
-
-
- an opaque octet sequence, with an optional content_type
- See ``Mysqlx.Resultset.ColumnMetadata`` for list of known values.
-
-
-
- Field number for the "value" field.
-
-
-
- required
-
-
-
- Field number for the "content_type" field.
-
-
-
- a object
-
-
-
- Field number for the "fld" field.
-
-
- Container for nested types declared in the Object message type.
-
-
- Field number for the "key" field.
-
-
-
- required
-
-
-
- Field number for the "value" field.
-
-
-
- required
-
-
-
-
- a Array
-
-
-
- Field number for the "value" field.
-
-
-
- a helper to allow all field types
-
-
-
- Field number for the "type" field.
-
-
-
- required
-
-
-
- Field number for the "scalar" field.
-
-
- Field number for the "obj" field.
-
-
- Field number for the "array" field.
-
-
- Container for nested types declared in the Any message type.
-
-
- Holder for reflection information generated from mysqlx_expect.proto
-
-
- File descriptor for mysqlx_expect.proto
-
-
-
- open an Expect block and set/unset the conditions that have to be fulfilled
-
- if any of the conditions fail, all enclosed messages will fail with
- a Mysqlx.Error message.
-
- :returns: :protobuf:msg:`Mysqlx::Ok` on success, :protobuf:msg:`Mysqlx::Error` on error
-
-
-
- Field number for the "op" field.
-
-
-
- [ default = EXPECT_CTX_COPY_PREV ];//optional
-
-
-
- Field number for the "cond" field.
-
-
- Container for nested types declared in the Open message type.
-
-
-
- copy the operations from the parent Expect-block
-
-
-
-
- start with a empty set of operations
-
-
-
- Field number for the "condition_key" field.
-
-
-
- required
-
-
-
- Field number for the "condition_value" field.
-
-
-
- optional
-
-
-
- Field number for the "op" field.
-
-
-
- [ default = EXPECT_OP_SET ];//optional
-
-
-
- Container for nested types declared in the Condition message type.
-
-
-
- Change error propagation behaviour
-
-
-
-
- Check if X Protocol field exists
-
-
-
-
- Check if X Protocol support document _id generation
-
-
-
-
- set the condition
-
- set, if not set
- overwrite, if set
-
-
-
-
- unset the condition
-
-
-
-
- close a Expect block
-
- closing a Expect block restores the state of the previous Expect block
- for the following messages
-
- :returns: :protobuf:msg:`Mysqlx::Ok` on success, :protobuf:msg:`Mysqlx::Error` on error
-
-
-
- Holder for reflection information generated from mysqlx_expr.proto
-
-
- File descriptor for mysqlx_expr.proto
-
-
-
- Expressions
-
- the "root" of the expression tree
-
- .. productionlist::
- expr: `operator` |
- : `identifier` |
- : `function_call` |
- : variable |
- : `literal` |
- : placeholder
-
- If expression type is PLACEHOLDER then it refers to the value of a parameter
- specified when executing a statement (see `args` field of `StmtExecute` command).
- Field `position` (which must be present for such an expression) gives 0-based
- position of the parameter in the parameter list.
-
-
-
- Field number for the "type" field.
-
-
-
- required
-
-
-
- Field number for the "identifier" field.
-
-
- Field number for the "variable" field.
-
-
- Field number for the "literal" field.
-
-
- Field number for the "function_call" field.
-
-
- Field number for the "operator" field.
-
-
- Field number for the "position" field.
-
-
- Field number for the "object" field.
-
-
- Field number for the "array" field.
-
-
- Container for nested types declared in the Expr message type.
-
-
-
- identifier: name, schame.name
-
- .. productionlist::
- identifier: string "." string |
- : string
-
-
-
- Field number for the "name" field.
-
-
-
- required
-
-
-
- Field number for the "schema_name" field.
-
-
-
- DocumentPathItem
-
- .. productionlist::
- document_path: path_item | path_item document_path
- path_item : member | array_index | "**"
- member : "." string | "." "*"
- array_index : "[" number "]" | "[" "*" "]"
-
-
-
- Field number for the "type" field.
-
-
-
- required
-
-
-
- Field number for the "value" field.
-
-
- Field number for the "index" field.
-
-
- Container for nested types declared in the DocumentPathItem message type.
-
-
-
- .member
-
-
-
-
- .*
-
-
-
-
- [index]
-
-
-
-
- [*]
-
-
-
-
- **
-
-
-
-
- col_identifier (table): col@doc_path, tbl.col@doc_path col, tbl.col, schema.tbl.col
- col_identifier (document): doc_path
-
- .. productionlist::
- col_identifier: string "." string "." string |
- : string "." string |
- : string |
- : string "." string "." string "@" document_path |
- : string "." string "@" document_path |
- : string "@" document_path |
- : document_path
- document_path: member | arrayLocation | doubleAsterisk
- member = "." string | "." "*"
- arrayLocation = "[" index "]" | "[" "*" "]"
- doubleAsterisk = "**"
-
-
-
- Field number for the "document_path" field.
-
-
- Field number for the "name" field.
-
-
- Field number for the "table_name" field.
-
-
- Field number for the "schema_name" field.
-
-
-
- function call: ``func(a, b, "1", 3)``
-
- .. productionlist::
- function_call: `identifier` "(" [ `expr` ["," `expr` ]* ] ")"
-
-
-
- Field number for the "name" field.
-
-
-
- required
-
-
-
- Field number for the "param" field.
-
-
-
- operator: ``<<(a, b)``
-
- .. note::
-
- Non-authoritative list of operators implemented (case sensitive):
-
- Nullary
- * ``*``
- * ``default``
-
- Unary
- * ``!``
- * ``sign_plus``
- * ``sign_minus``
- * ``~``
-
- Binary
- * ``&&``
- * ``||``
- * ``xor``
- * ``==``
- * ``!=``
- * ``>``
- * ``>=``
- * ``<``
- * ``<=``
- * ``&``
- * ``|``
- * ``^``
- * ``<<``
- * ``>>``
- * ``+``
- * ``-``
- * ``*``
- * ``/``
- * ``div``
- * ``%``
- * ``is``
- * ``is_not``
- * ``regexp``
- * ``not_regexp``
- * ``like``
- * ``not_like``
- * ``cast``
- * ``cont_in``
- * ``not_cont_in``
-
- Using special representation, with more than 2 params
- * ``in`` (param[0] IN (param[1], param[2], ...))
- * ``not_in`` (param[0] NOT IN (param[1], param[2], ...))
-
- Ternary
- * ``between``
- * ``between_not``
- * ``date_add``
- * ``date_sub``
-
- Units for date_add/date_sub
- * ``MICROSECOND``
- * ``SECOND``
- * ``MINUTE``
- * ``HOUR``
- * ``DAY``
- * ``WEEK``
- * ``MONTH``
- * ``QUARTER``
- * ``YEAR``
- * ``SECOND_MICROSECOND``
- * ``MINUTE_MICROSECOND``
- * ``MINUTE_SECOND``
- * ``HOUR_MICROSECOND``
- * ``HOUR_SECOND``
- * ``HOUR_MINUTE``
- * ``DAY_MICROSECOND``
- * ``DAY_SECOND``
- * ``DAY_MINUTE``
- * ``DAY_HOUR``
-
- Types for cast
- * ``BINARY[(N)]``
- * ``CHAR[(N)]``
- * ``DATE``
- * ``DATETIME``
- * ``DECIMAL[(M[,D])]``
- * ``JSON``
- * ``SIGNED [INTEGER]``
- * ``TIME``
- * ``UNSIGNED [INTEGER]``
-
- .. productionlist::
- operator: `name` "(" [ `expr` ["," `expr` ]* ] ")"
-
-
-
- Field number for the "name" field.
-
-
-
- required
-
-
-
- Field number for the "param" field.
-
-
-
- an object (with expression values)
-
-
-
- Field number for the "fld" field.
-
-
- Container for nested types declared in the Object message type.
-
-
- Field number for the "key" field.
-
-
-
- required
-
-
-
- Field number for the "value" field.
-
-
-
- required
-
-
-
-
- a Array of expressions
-
-
-
- Field number for the "value" field.
-
-
- Holder for reflection information generated from mysqlx_notice.proto
-
-
- File descriptor for mysqlx_notice.proto
-
-
-
- Common Frame for all Notices
-
- ===================================================== =====
- .type value
- ===================================================== =====
- :protobuf:msg:`Mysqlx.Notice::Warning` 1
- :protobuf:msg:`Mysqlx.Notice::SessionVariableChanged` 2
- :protobuf:msg:`Mysqlx.Notice::SessionStateChanged` 3
- ===================================================== =====
-
- :param type: the type of the payload
- :param payload: the payload of the notification
- :param scope: global or local notification
-
-
-
- Field number for the "type" field.
-
-
-
- required
-
-
-
- Field number for the "scope" field.
-
-
-
- [ default = GLOBAL ];//optional
-
-
-
- Field number for the "payload" field.
-
-
-
- optional
-
-
-
- Container for nested types declared in the Frame message type.
-
-
-
- Server-side warnings and notes
-
- ``.scope`` == ``local``
- ``.level``, ``.code`` and ``.msg`` map the content of
-
- .. code-block:: sql
-
- SHOW WARNINGS
-
- ``.scope`` == ``global``
- (undefined) will be used for global, unstructured messages like:
-
- * server is shutting down
- * a node disconnected from group
- * schema or table dropped
-
- ========================================== =======================
- :protobuf:msg:`Mysqlx.Notice::Frame` field value
- ========================================== =======================
- ``.type`` 1
- ``.scope`` ``local`` or ``global``
- ========================================== =======================
-
- :param level: warning level: Note or Warning
- :param code: warning code
- :param msg: warning message
-
-
-
- Field number for the "level" field.
-
-
-
- [ default = WARNING ];//optional
-
-
-
- Field number for the "code" field.
-
-
-
- required
-
-
-
- Field number for the "msg" field.
-
-
-
- required
-
-
-
- Container for nested types declared in the Warning message type.
-
-
-
- Notify clients about changes to the current session variables
-
- Every change to a variable that is accessible through:
-
- .. code-block:: sql
-
- SHOW SESSION VARIABLES
-
- ========================================== =========
- :protobuf:msg:`Mysqlx.Notice::Frame` field value
- ========================================== =========
- ``.type`` 2
- ``.scope`` ``local``
- ========================================== =========
-
- :param namespace: namespace that param belongs to
- :param param: name of the variable
- :param value: the changed value of param
-
-
-
- Field number for the "param" field.
-
-
-
- required
-
-
-
- Field number for the "value" field.
-
-
-
- optional
-
-
-
-
- Notify clients about changes to the internal session state
-
- ========================================== =========
- :protobuf:msg:`Mysqlx.Notice::Frame` field value
- ========================================== =========
- ``.type`` 3
- ``.scope`` ``local``
- ========================================== =========
-
- :param param: parameter key
- :param value: updated value
-
-
-
- Field number for the "param" field.
-
-
-
- required
-
-
-
- Field number for the "value" field.
-
-
- Container for nested types declared in the SessionStateChanged message type.
-
-
-
- .. more to be added
-
-
-
- Holder for reflection information generated from mysqlx_prepare.proto
-
-
- File descriptor for mysqlx_prepare.proto
-
-
-
- Prepare a new statement
-
- .. uml::
-
- client -> server: Prepare
- alt Success
- client <- server: Ok
- else Failure
- client <- server: Error
- end
-
- :param stmt_id: client side assigned statement id, which is going to identify the result of preparation
- :param stmt: defines one of following messages to be prepared - Crud.Find, Crud.Insert, Crud.Delete, Crud.Upsert, Sql.StmtExecute
- :Returns: :protobuf:msg:`Mysqlx.Ok|Mysqlx.Error`
-
-
-
- Field number for the "stmt_id" field.
-
-
-
- required
-
-
-
- Field number for the "stmt" field.
-
-
-
- required
-
-
-
- Container for nested types declared in the Prepare message type.
-
-
- Field number for the "type" field.
-
-
-
- required
-
-
-
- Field number for the "find" field.
-
-
-
- optional
-
-
-
- Field number for the "insert" field.
-
-
-
- optional
-
-
-
- Field number for the "update" field.
-
-
-
- optional
-
-
-
- Field number for the "delete" field.
-
-
-
- optional
-
-
-
- Field number for the "stmt_execute" field.
-
-
-
- optional
-
-
-
- Enum of possible cases for the "Type_present" oneof.
-
-
- Container for nested types declared in the OneOfMessage message type.
-
-
-
- Determine which of optional fields was set by the client
- (Workaround for missing "oneof" keyword in pb2.5)
-
-
-
-
- Execute already prepared statement
-
- .. uml::
-
- client -> server: Execute
- alt Success
- ... Resultsets...
- client <- server: StmtExecuteOk
- else Failure
- client <- server: Error
- end
-
- :param stmt_id: client side assigned statement id, must be already prepared
- :param args_list: Arguments to bind to the prepared statement
- :param compact_metadata: send only type information for :protobuf:msg:`Mysqlx.Resultset::ColumnMetadata`, skipping names and others
- :Returns: :protobuf:msg:`Mysqlx.Ok::`
-
-
-
- Field number for the "stmt_id" field.
-
-
-
- required
-
-
-
- Field number for the "args" field.
-
-
- Field number for the "compact_metadata" field.
-
-
-
- [ default = false ]; optional
-
-
-
-
- Deallocate already prepared statement
-
- Deallocating the statement.
-
- .. uml::
-
- client -> server: Deallocate
- alt Success
- client <- server: Ok
- else Failure
- client <- server: Error
- end
-
- :param stmt_id: client side assigned statement id, must be already prepared
- :Returns: :protobuf:msg:`Mysqlx.Ok|Mysqlx.Error`
-
-
-
- Field number for the "stmt_id" field.
-
-
-
- required
-
-
-
- Holder for reflection information generated from mysqlx_resultset.proto
-
-
- File descriptor for mysqlx_resultset.proto
-
-
-
- a hint about the higher-level encoding of a BYTES field
-
- ====== ====== ===========
- type value description
- ====== ====== ===========
- BYTES 0x0001 GEOMETRY (WKB encoding)
- BYTES 0x0002 JSON (text encoding)
- BYTES 0x0003 XML (text encoding)
- ====== ====== ===========
-
- .. note::
- this list isn't comprehensive. As guideline: the field's value is expected
- to pass a validator check on client and server if this field is set.
- If the server adds more internal datatypes that rely on BLOB storage
- like image manipulation, seeking into complex types in BLOBs, ... more
- types will be added.
-
-
-
-
- a hint about the higher-level encoding of a DATETIME field
-
- ====== ====== ===========
- type value description
- ======== ====== ===========
- DATE 0x0001 DATETIME contains only date part
- DATETIME 0x0002 DATETIME contains both date and time parts
- ====== ====== ===========
-
-
-
-
- resultsets are finished, OUT paramset is next
-
-
-
-
- resultset and out-params are finished, but more resultsets available
-
-
-
-
- all resultsets are finished
-
-
-
-
- cursor is opened still the execution of PrepFetch or PrepExecute ended
-
-
-
-
- meta data of a Column
-
- .. note:: the encoding used for the different ``bytes`` fields in the meta data is externally
- controlled.
- .. seealso:: https://dev.mysql.com/doc/refman/8.0/en/charset-connection.html
-
- .. note::
- The server may not set the ``original_{table|name}`` fields if they are equal to the plain
- ``{table|name}`` field.
-
- A client has to reconstruct it like::
-
- if .original_name is empty and .name is not empty:
- .original_name = .name
-
- if .original_table is empty and .table is not empty:
- .original_table = .table
-
- .. note::
- ``compact metadata format`` can be requested by the client. In that case only ``.type`` is set and
- all other fields are empty.
-
- :param type:
- .. table:: Expected Datatype of Mysqlx.Resultset.Row per SQL Type for non NULL values
-
- ================= ============ ======= ========== ====== ========
- SQL Type .type .length .frac_dig .flags .charset
- ================= ============ ======= ========== ====== ========
- TINY SINT x
- TINY UNSIGNED UINT x x
- SHORT SINT x
- SHORT UNSIGNED UINT x x
- INT24 SINT x
- INT24 UNSIGNED UINT x x
- INT SINT x
- INT UNSIGNED UINT x x
- LONGLONG SINT x
- LONGLONG UNSIGNED UINT x x
- DOUBLE DOUBLE x x x
- FLOAT FLOAT x x x
- DECIMAL DECIMAL x x x
- VARCHAR,CHAR,... BYTES x x x
- GEOMETRY BYTES
- TIME TIME x
- DATE DATETIME x
- DATETIME DATETIME x
- YEAR UINT x x
- TIMESTAMP DATETIME x
- SET SET x
- ENUM ENUM x
- NULL BYTES
- BIT BIT x
- ================= ============ ======= ========== ====== ========
-
- .. note:: the SQL "NULL" value is sent as an empty field value in :protobuf:msg:`Mysqlx.Resultset::Row`
- .. seealso:: protobuf encoding of primitive datatypes are decribed in https://developers.google.com/protocol-buffers/docs/encoding
-
- SINT
-
- ``.length``
- maximum number of displayable decimal digits (including minus sign) of the type
-
- .. note::
- valid range is 0-255, but usually you'll see 1-20
-
- =============== ==
- SQL Type max digits per type
- =============== ==
- TINY SIGNED 4
- SHORT SIGNED 6
- INT24 SIGNED 8
- INT SIGNED 11
- LONGLONG SIGNED 20
- =============== ==
-
- .. seealso:: definition of ``M`` in https://dev.mysql.com/doc/refman/8.0/en/numeric-type-overview.html
-
- ``value``
- variable length encoded signed 64 integer
-
- UINT
-
- ``.flags & 1`` (zerofill)
- the client has to left pad with 0's up to .length
-
- ``.length``
- maximum number of displayable decimal digits of the type
-
- .. note::
- valid range is 0-255, but usually you'll see 1-20
-
- ================= ==
- SQL Type max digits per type
- ================= ==
- TINY UNSIGNED 3
- SHORT UNSIGNED 5
- INT24 UNSIGNED 8
- INT UNSIGNED 10
- LONGLONG UNSIGNED 20
- ================= ==
-
- .. seealso:: definition of ``M`` in https://dev.mysql.com/doc/refman/8.0/en/numeric-type-overview.html
-
- ``value``
- variable length encoded unsigned 64 integer
-
- BIT
-
- ``.length``
- maximum number of displayable binary digits
-
- .. note:: valid range for M of the ``BIT`` type is 1 - 64
- .. seealso:: https://dev.mysql.com/doc/refman/8.0/en/numeric-type-overview.html
-
- ``value``
- variable length encoded unsigned 64 integer
-
- DOUBLE
-
- ``.length``
- maximum number of displayable decimal digits (including the decimal point and ``.fractional_digits``)
-
- ``.fractional_digits``
- maximum number of displayable decimal digits following the decimal point
-
- ``value``
- encoded as Protobuf's 'double'
-
- FLOAT
-
- ``.length``
- maximum number of displayable decimal digits (including the decimal point and ``.fractional_digits``)
-
- ``.fractional_digits``
- maximum number of displayable decimal digits following the decimal point
-
- ``value``
- encoded as Protobuf's 'float'
-
- BYTES, ENUM
- BYTES is used for all opaque byte strings that may have a charset
-
- * TINYBLOB, BLOB, MEDIUMBLOB, LONGBLOB
- * TINYTEXT, TEXT, MEDIUMTEXT, LONGTEXT
- * VARCHAR, VARBINARY
- * CHAR, BINARY
- * ENUM
-
- ``.length``
- the maximum length of characters of the underlying type
-
- ``.flags & 1`` (rightpad)
- if the length of the field is less than ``.length``, the receiver is
- supposed to add padding characters to the right end of the string.
- If the ``.charset`` is "binary", the padding character is ``0x00``,
- otherwise it is a space character as defined by that character set.
-
- ============= ======= ======== =======
- SQL Type .length .charset .flags
- ============= ======= ======== =======
- TINYBLOB 256 binary
- BLOB 65535 binary
- VARCHAR(32) 32 utf8
- VARBINARY(32) 32 utf8_bin
- BINARY(32) 32 binary rightpad
- CHAR(32) 32 utf8 rightpad
- ============= ======= ======== =======
-
- ``value``
- sequence of bytes with added one extra '\0' byte at the end. To obtain the
- original string, the extra '\0' should be removed.
- .. note:: the length of the string can be acquired with protobuf's field length() method
- length of sequence-of-bytes = length-of-field - 1
- .. note:: the extra byte allows to distinguish between a NULL and empty byte sequence
-
- TIME
- A time value.
-
- ``value``
- the following bytes sequence:
-
- ``| negate [ | hour | [ | minutes | [ | seconds | [ | useconds | ]]]]``
-
- * negate - one byte, should be one of: 0x00 for "+", 0x01 for "-"
- * hour - optional variable length encoded unsigned64 value for the hour
- * minutes - optional variable length encoded unsigned64 value for the minutes
- * seconds - optional variable length encoded unsigned64 value for the seconds
- * useconds - optional variable length encoded unsigned64 value for the microseconds
-
- .. seealso:: protobuf encoding in https://developers.google.com/protocol-buffers/docs/encoding
- .. note:: hour, minutes, seconds, useconds are optional if all the values to the right are 0
-
- Example: 0x00 -> +00:00:00.000000
-
- DATETIME
- A date or date and time value.
-
- ``value``
- a sequence of variants, arranged as follows:
-
- ``| year | month | day | [ | hour | [ | minutes | [ | seconds | [ | useconds | ]]]]``
-
- * year - variable length encoded unsigned64 value for the year
- * month - variable length encoded unsigned64 value for the month
- * day - variable length encoded unsigned64 value for the day
- * hour - optional variable length encoded unsigned64 value for the hour
- * minutes - optional variable length encoded unsigned64 value for the minutes
- * seconds - optional variable length encoded unsigned64 value for the seconds
- * useconds - optional variable length encoded unsigned64 value for the microseconds
-
- .. note:: hour, minutes, seconds, useconds are optional if all the values to the right are 0
-
- ``.flags & 1`` (timestamp)
-
- ============= =======
- SQL Type .flags
- ============= =======
- DATETIME
- TIMESTAMP 1
-
- DECIMAL
- An arbitrary length number. The number is encoded as a single byte
- indicating the position of the decimal point followed by the Packed BCD
- encoded number. Packed BCD is used to simplify conversion to and
- from strings and other native arbitrary precision math datatypes.
- .. seealso:: packed BCD in https://en.wikipedia.org/wiki/Binary-coded_decimal
-
- ``.length``
- maximum number of displayable decimal digits (*excluding* the decimal point and sign, but including ``.fractional_digits``)
-
- .. note:: should be in the range of 1 - 65
-
- ``.fractional_digits``
- is the decimal digits to display out of length
-
- .. note:: should be in the range of 0 - 30
-
- ``value``
- the following bytes sequence:
-
- ``| scale | BCD | sign | [0x0] |``
-
- * scale - 8bit scale value (number of decimal digit after the '.')
- * BCD - BCD encoded digits (4 bits for each digit)
- * sign - sign encoded on 4 bits (0xc = "+", 0xd = "-")
- * 0x0 - last 4bits if length(digits) % 2 == 0
-
- Example: x04 0x12 0x34 0x01 0xd0 -> -12.3401
-
- SET
- A list of strings representing a SET of values.
-
- ``value``
- A sequence of 0 or more of protobuf's bytes (length prepended octets) or one of
- the special sequences with a predefined meaning listed below.
-
- Example (length of the bytes array shown in brackets):
- * ``[0]`` - the NULL value
- * ``[1] 0x00`` - a set containing a blank string ''
- * ``[1] 0x01`` - this would be an invalid value, but is to be treated as the empty set
- * ``[2] 0x01 0x00`` - a set with a single item, which is the '\0' character
- * ``[8] 0x03 F O O 0x03 B A R`` - a set with 2 items: FOO,BAR
-
- :param name: name of the column
- :param original_name: name of the column before an alias was applied
- :param table: name of the table the column orginates from
- :param original_table: name of the table the column orginates from before an alias was applied
- :param schema: schema the column originates from
- :param catalog:
- catalog the schema originates from
-
- .. note::
- as there is current no support for catalogs in MySQL, don't expect this field to be set.
- In the MySQL C/S protocol the field had the value ``def`` all the time.
-
- :param fractional_digits: displayed factional decimal digits for floating point and fixed point numbers
- :param length: maximum count of displayable characters of .type
- :param flags:
- ``.type`` specific flags
-
- ======= ====== ===========
- type value description
- ======= ====== ===========
- UINT 0x0001 zerofill
- DOUBLE 0x0001 unsigned
- FLOAT 0x0001 unsigned
- DECIMAL 0x0001 unsigned
- BYTES 0x0001 rightpad
- ======= ====== ===========
-
- ====== ================
- value description
- ====== ================
- 0x0010 NOT_NULL
- 0x0020 PRIMARY_KEY
- 0x0040 UNIQUE_KEY
- 0x0080 MULTIPLE_KEY
- 0x0100 AUTO_INCREMENT
- ====== ================
-
- default: 0
- :param content_type:
- a hint about the higher-level encoding of a BYTES field, for more informations
- please refer to Mysqlx.Resultset.ContentType_BYTES enum.
-
-
-
- Field number for the "type" field.
-
-
-
- datatype of the field in a row
-
-
-
- Field number for the "name" field.
-
-
- Field number for the "original_name" field.
-
-
- Field number for the "table" field.
-
-
- Field number for the "original_table" field.
-
-
- Field number for the "schema" field.
-
-
- Field number for the "catalog" field.
-
-
- Field number for the "collation" field.
-
-
- Field number for the "fractional_digits" field.
-
-
- Field number for the "length" field.
-
-
- Field number for the "flags" field.
-
-
- Field number for the "content_type" field.
-
-
- Container for nested types declared in the ColumnMetaData message type.
-
-
-
- Row in a Resultset
-
- a row is represented as a list of fields encoded as byte blobs.
- Blob of size 0 represents the NULL value. Otherwise, if it contains at least
- one byte, it encodes a non-null value of the field using encoding appropriate for the
- type of the value given by ``ColumnMetadata``, as specified
- in the :protobuf:msg:`Mysqlx.Resultset::ColumnMetaData` description.
-
-
-
- Field number for the "field" field.
-
-
- Holder for reflection information generated from mysqlx_session.proto
-
-
- File descriptor for mysqlx_session.proto
-
-
-
- the initial message send from the client to the server to start the
- authentication proccess
-
- :param mech_name: authentication mechanism name
- :param auth_data: authentication data
- :param initial_response: initial response
- :Returns: :protobuf:msg:`Mysqlx.Session::AuthenticateContinue`
-
-
-
- Field number for the "mech_name" field.
-
-
-
- required
-
-
-
- Field number for the "auth_data" field.
-
-
- Field number for the "initial_response" field.
-
-
-
- send by client or server after a :protobuf:msg:`Mysqlx.Session::AuthenticateStart` to
- exchange more auth data
-
- :param auth_data: authentication data
- :Returns: :protobuf:msg:`Mysqlx.Session::AuthenticateContinue`
-
-
-
- Field number for the "auth_data" field.
-
-
-
- required
-
-
-
-
- sent by the server after successful authentication
-
- :param auth_data: authentication data
-
-
-
- Field number for the "auth_data" field.
-
-
-
- reset the current session
- param keep_open: if is true the session will be reset, but stays authenticated.
- otherwise, the session will be closed and needs to be authenticated again.
-
- :Returns: :protobuf:msg:`Mysqlx::Ok`
-
-
-
- Field number for the "keep_open" field.
-
-
-
- close the current session
-
- :Returns: :protobuf:msg:`Mysqlx::Ok`
-
-
-
- Holder for reflection information generated from mysqlx_sql.proto
-
-
- File descriptor for mysqlx_sql.proto
-
-
-
- execute a statement in the given namespace
-
- .. uml::
-
- client -> server: StmtExecute
- ... zero or more Resultsets ...
- server --> client: StmtExecuteOk
-
- Notices:
- This message may generate a notice containing WARNINGs generated by its execution.
- This message may generate a notice containing INFO messages generated by its execution.
-
- :param namespace: namespace of the statement to be executed
- :param stmt: statement that shall be executed.
- :param args: values for wildcard replacements
- :param compact_metadata: send only type information for :protobuf:msg:`Mysqlx.Resultset::ColumnMetadata`, skipping names and others
- :returns:
- * zero or one :protobuf:msg:`Mysqlx.Resultset::` followed by :protobuf:msg:`Mysqlx.Sql::StmtExecuteOk`
-
-
-
- Field number for the "namespace" field.
-
-
-
- optional [ default = "sql" ]
-
-
-
- Field number for the "stmt" field.
-
-
-
- required
-
-
-
- Field number for the "args" field.
-
-
- Field number for the "compact_metadata" field.
-
-
-
- optional [ default = false ]
-
-
-
-
- statement executed successful
-
-
-
-
diff --git a/ExcelTest/ExcelTest/bin/Debug/Renci.SshNet.dll b/ExcelTest/ExcelTest/bin/Debug/Renci.SshNet.dll
deleted file mode 100644
index 4e2d603..0000000
Binary files a/ExcelTest/ExcelTest/bin/Debug/Renci.SshNet.dll and /dev/null differ
diff --git a/ExcelTest/ExcelTest/bin/Debug/System.Buffers.dll b/ExcelTest/ExcelTest/bin/Debug/System.Buffers.dll
deleted file mode 100644
index 4df5a36..0000000
Binary files a/ExcelTest/ExcelTest/bin/Debug/System.Buffers.dll and /dev/null differ
diff --git a/ExcelTest/ExcelTest/bin/Debug/System.Memory.dll b/ExcelTest/ExcelTest/bin/Debug/System.Memory.dll
deleted file mode 100644
index 5d19470..0000000
Binary files a/ExcelTest/ExcelTest/bin/Debug/System.Memory.dll and /dev/null differ
diff --git a/ExcelTest/ExcelTest/bin/Debug/System.Numerics.Vectors.dll b/ExcelTest/ExcelTest/bin/Debug/System.Numerics.Vectors.dll
deleted file mode 100644
index 0865972..0000000
Binary files a/ExcelTest/ExcelTest/bin/Debug/System.Numerics.Vectors.dll and /dev/null differ
diff --git a/ExcelTest/ExcelTest/bin/Debug/System.Runtime.CompilerServices.Unsafe.dll b/ExcelTest/ExcelTest/bin/Debug/System.Runtime.CompilerServices.Unsafe.dll
deleted file mode 100644
index 67d56ef..0000000
Binary files a/ExcelTest/ExcelTest/bin/Debug/System.Runtime.CompilerServices.Unsafe.dll and /dev/null differ
diff --git a/ExcelTest/ExcelTest/bin/Debug/Ubiety.Dns.Core.dll b/ExcelTest/ExcelTest/bin/Debug/Ubiety.Dns.Core.dll
deleted file mode 100644
index 2f0c84e..0000000
Binary files a/ExcelTest/ExcelTest/bin/Debug/Ubiety.Dns.Core.dll and /dev/null differ
diff --git a/ExcelTest/ExcelTest/bin/Debug/Zstandard.Net.dll b/ExcelTest/ExcelTest/bin/Debug/Zstandard.Net.dll
deleted file mode 100644
index 83934d1..0000000
Binary files a/ExcelTest/ExcelTest/bin/Debug/Zstandard.Net.dll and /dev/null differ
diff --git a/ExcelTest/ExcelTest/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs b/ExcelTest/ExcelTest/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
deleted file mode 100644
index 3871b18..0000000
--- a/ExcelTest/ExcelTest/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
+++ /dev/null
@@ -1,4 +0,0 @@
-//
-using System;
-using System.Reflection;
-[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")]
diff --git a/ExcelTest/ExcelTest/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/ExcelTest/ExcelTest/obj/Debug/DesignTimeResolveAssemblyReferences.cache
deleted file mode 100644
index 3bbe158..0000000
Binary files a/ExcelTest/ExcelTest/obj/Debug/DesignTimeResolveAssemblyReferences.cache and /dev/null differ
diff --git a/ExcelTest/ExcelTest/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/ExcelTest/ExcelTest/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
deleted file mode 100644
index a416d51..0000000
Binary files a/ExcelTest/ExcelTest/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache and /dev/null differ
diff --git a/ExcelTest/ExcelTest/obj/Debug/ExcelTest.Email.resources b/ExcelTest/ExcelTest/obj/Debug/ExcelTest.Email.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/ExcelTest/ExcelTest/obj/Debug/ExcelTest.Email.resources and /dev/null differ
diff --git a/ExcelTest/ExcelTest/obj/Debug/ExcelTest.Font.resources b/ExcelTest/ExcelTest/obj/Debug/ExcelTest.Font.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/ExcelTest/ExcelTest/obj/Debug/ExcelTest.Font.resources and /dev/null differ
diff --git a/ExcelTest/ExcelTest/obj/Debug/ExcelTest.Helper008.resources b/ExcelTest/ExcelTest/obj/Debug/ExcelTest.Helper008.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/ExcelTest/ExcelTest/obj/Debug/ExcelTest.Helper008.resources and /dev/null differ
diff --git a/ExcelTest/ExcelTest/obj/Debug/ExcelTest.Marc.resources b/ExcelTest/ExcelTest/obj/Debug/ExcelTest.Marc.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/ExcelTest/ExcelTest/obj/Debug/ExcelTest.Marc.resources and /dev/null differ
diff --git a/ExcelTest/ExcelTest/obj/Debug/ExcelTest.Properties.Resources.resources b/ExcelTest/ExcelTest/obj/Debug/ExcelTest.Properties.Resources.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/ExcelTest/ExcelTest/obj/Debug/ExcelTest.Properties.Resources.resources and /dev/null differ
diff --git a/ExcelTest/ExcelTest/obj/Debug/ExcelTest.SubString.resources b/ExcelTest/ExcelTest/obj/Debug/ExcelTest.SubString.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/ExcelTest/ExcelTest/obj/Debug/ExcelTest.SubString.resources and /dev/null differ
diff --git a/ExcelTest/ExcelTest/obj/Debug/ExcelTest.csproj.AssemblyReference.cache b/ExcelTest/ExcelTest/obj/Debug/ExcelTest.csproj.AssemblyReference.cache
deleted file mode 100644
index d756ce8..0000000
Binary files a/ExcelTest/ExcelTest/obj/Debug/ExcelTest.csproj.AssemblyReference.cache and /dev/null differ
diff --git a/ExcelTest/ExcelTest/obj/Debug/ExcelTest.csproj.CopyComplete b/ExcelTest/ExcelTest/obj/Debug/ExcelTest.csproj.CopyComplete
deleted file mode 100644
index e69de29..0000000
diff --git a/ExcelTest/ExcelTest/obj/Debug/ExcelTest.csproj.CoreCompileInputs.cache b/ExcelTest/ExcelTest/obj/Debug/ExcelTest.csproj.CoreCompileInputs.cache
deleted file mode 100644
index 8fe2431..0000000
--- a/ExcelTest/ExcelTest/obj/Debug/ExcelTest.csproj.CoreCompileInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-fee1a1b30b8fc2dbfc80646a4bcc0bbd917067e6
diff --git a/ExcelTest/ExcelTest/obj/Debug/ExcelTest.csproj.FileListAbsolute.txt b/ExcelTest/ExcelTest/obj/Debug/ExcelTest.csproj.FileListAbsolute.txt
deleted file mode 100644
index bb5d5e6..0000000
--- a/ExcelTest/ExcelTest/obj/Debug/ExcelTest.csproj.FileListAbsolute.txt
+++ /dev/null
@@ -1,78 +0,0 @@
-C:\Users\Administrator\Desktop\ExcelTest\ExcelTest\bin\Debug\ExcelTest.exe.config
-C:\Users\Administrator\Desktop\ExcelTest\ExcelTest\bin\Debug\ExcelTest.exe
-C:\Users\Administrator\Desktop\ExcelTest\ExcelTest\bin\Debug\ExcelTest.pdb
-C:\Users\Administrator\Desktop\ExcelTest\ExcelTest\obj\Debug\ExcelTest.csprojAssemblyReference.cache
-C:\Users\Administrator\Desktop\ExcelTest\ExcelTest\obj\Debug\ExcelTest.csproj.ResolveComReference.cache
-C:\Users\Administrator\Desktop\ExcelTest\ExcelTest\obj\Debug\ExcelTest.Properties.Resources.resources
-C:\Users\Administrator\Desktop\ExcelTest\ExcelTest\obj\Debug\ExcelTest.csproj.GenerateResource.cache
-C:\Users\Administrator\Desktop\ExcelTest\ExcelTest\obj\Debug\ExcelTest.csproj.CoreCompileInputs.cache
-C:\Users\Administrator\Desktop\ExcelTest\ExcelTest\obj\Debug\ExcelTest.exe
-C:\Users\Administrator\Desktop\ExcelTest\ExcelTest\obj\Debug\ExcelTest.pdb
-C:\Users\Administrator\Desktop\ExcelTest\ExcelTest\obj\Debug\ExcelTest.Font.resources
-C:\Users\Administrator\Desktop\ExcelTest\ExcelTest\obj\Debug\ExcelTest.Email.resources
-C:\Users\Administrator\Desktop\ExcelTest\ExcelTest\obj\Debug\ExcelTest.Marc.resources
-C:\Users\Administrator\Desktop\ExcelTest\ExcelTest\obj\Debug\ExcelTest.SubString.resources
-C:\Users\Administrator\Desktop\ExcelTest\ExcelTest\obj\Debug\ExcelTest.findNchange.resources
-C:\Users\Administrator\Desktop\project\ExcelTest\ExcelTest\bin\Debug\ExcelTest.exe.config
-C:\Users\Administrator\Desktop\project\ExcelTest\ExcelTest\bin\Debug\ExcelTest.exe
-C:\Users\Administrator\Desktop\project\ExcelTest\ExcelTest\bin\Debug\ExcelTest.pdb
-C:\Users\Administrator\Desktop\project\ExcelTest\ExcelTest\obj\Debug\ExcelTest.csprojAssemblyReference.cache
-C:\Users\Administrator\Desktop\project\ExcelTest\ExcelTest\obj\Debug\ExcelTest.csproj.ResolveComReference.cache
-C:\Users\Administrator\Desktop\project\ExcelTest\ExcelTest\obj\Debug\ExcelTest.findNchange.resources
-C:\Users\Administrator\Desktop\project\ExcelTest\ExcelTest\obj\Debug\ExcelTest.Font.resources
-C:\Users\Administrator\Desktop\project\ExcelTest\ExcelTest\obj\Debug\ExcelTest.Email.resources
-C:\Users\Administrator\Desktop\project\ExcelTest\ExcelTest\obj\Debug\ExcelTest.Marc.resources
-C:\Users\Administrator\Desktop\project\ExcelTest\ExcelTest\obj\Debug\ExcelTest.Properties.Resources.resources
-C:\Users\Administrator\Desktop\project\ExcelTest\ExcelTest\obj\Debug\ExcelTest.SubString.resources
-C:\Users\Administrator\Desktop\project\ExcelTest\ExcelTest\obj\Debug\ExcelTest.csproj.GenerateResource.cache
-C:\Users\Administrator\Desktop\project\ExcelTest\ExcelTest\obj\Debug\ExcelTest.csproj.CoreCompileInputs.cache
-C:\Users\Administrator\Desktop\project\ExcelTest\ExcelTest\obj\Debug\ExcelTest.exe
-C:\Users\Administrator\Desktop\project\ExcelTest\ExcelTest\obj\Debug\ExcelTest.pdb
-C:\Users\Administrator\Desktop\project\ExcelTest\ExcelTest\obj\Debug\ExcelTest.Helper008.resources
-C:\Users\Administrator\Desktop\project\ExcelTest\ExcelTest\obj\Debug\ExcelTest.exe.config
-C:\Users\Administrator\Desktop\project\ExcelTest\ExcelTest\bin\Debug\MySql.Data.dll
-C:\Users\Administrator\Desktop\project\ExcelTest\ExcelTest\bin\Debug\Google.Protobuf.dll
-C:\Users\Administrator\Desktop\project\ExcelTest\ExcelTest\bin\Debug\Zstandard.Net.dll
-C:\Users\Administrator\Desktop\project\ExcelTest\ExcelTest\bin\Debug\K4os.Compression.LZ4.Streams.dll
-C:\Users\Administrator\Desktop\project\ExcelTest\ExcelTest\bin\Debug\BouncyCastle.Crypto.dll
-C:\Users\Administrator\Desktop\project\ExcelTest\ExcelTest\bin\Debug\Ubiety.Dns.Core.dll
-C:\Users\Administrator\Desktop\project\ExcelTest\ExcelTest\bin\Debug\Renci.SshNet.dll
-C:\Users\Administrator\Desktop\project\ExcelTest\ExcelTest\bin\Debug\System.Buffers.dll
-C:\Users\Administrator\Desktop\project\ExcelTest\ExcelTest\bin\Debug\K4os.Compression.LZ4.dll
-C:\Users\Administrator\Desktop\project\ExcelTest\ExcelTest\bin\Debug\K4os.Hash.xxHash.dll
-C:\Users\Administrator\Desktop\project\ExcelTest\ExcelTest\bin\Debug\System.Memory.dll
-C:\Users\Administrator\Desktop\project\ExcelTest\ExcelTest\bin\Debug\System.Runtime.CompilerServices.Unsafe.dll
-C:\Users\Administrator\Desktop\project\ExcelTest\ExcelTest\bin\Debug\System.Numerics.Vectors.dll
-C:\Users\Administrator\Desktop\project\ExcelTest\ExcelTest\bin\Debug\MySql.Data.xml
-C:\Users\Administrator\Desktop\project\ExcelTest\ExcelTest\obj\Debug\ExcelTest.csproj.CopyComplete
-C:\Users\Administrator\Desktop\unimarc\ExcelTest\ExcelTest\bin\Debug\ExcelTest.exe.config
-C:\Users\Administrator\Desktop\unimarc\ExcelTest\ExcelTest\bin\Debug\ExcelTest.exe
-C:\Users\Administrator\Desktop\unimarc\ExcelTest\ExcelTest\bin\Debug\ExcelTest.pdb
-C:\Users\Administrator\Desktop\unimarc\ExcelTest\ExcelTest\bin\Debug\MySql.Data.dll
-C:\Users\Administrator\Desktop\unimarc\ExcelTest\ExcelTest\bin\Debug\Google.Protobuf.dll
-C:\Users\Administrator\Desktop\unimarc\ExcelTest\ExcelTest\bin\Debug\Zstandard.Net.dll
-C:\Users\Administrator\Desktop\unimarc\ExcelTest\ExcelTest\bin\Debug\K4os.Compression.LZ4.Streams.dll
-C:\Users\Administrator\Desktop\unimarc\ExcelTest\ExcelTest\bin\Debug\BouncyCastle.Crypto.dll
-C:\Users\Administrator\Desktop\unimarc\ExcelTest\ExcelTest\bin\Debug\Ubiety.Dns.Core.dll
-C:\Users\Administrator\Desktop\unimarc\ExcelTest\ExcelTest\bin\Debug\Renci.SshNet.dll
-C:\Users\Administrator\Desktop\unimarc\ExcelTest\ExcelTest\bin\Debug\System.Buffers.dll
-C:\Users\Administrator\Desktop\unimarc\ExcelTest\ExcelTest\bin\Debug\K4os.Compression.LZ4.dll
-C:\Users\Administrator\Desktop\unimarc\ExcelTest\ExcelTest\bin\Debug\K4os.Hash.xxHash.dll
-C:\Users\Administrator\Desktop\unimarc\ExcelTest\ExcelTest\bin\Debug\System.Memory.dll
-C:\Users\Administrator\Desktop\unimarc\ExcelTest\ExcelTest\bin\Debug\System.Runtime.CompilerServices.Unsafe.dll
-C:\Users\Administrator\Desktop\unimarc\ExcelTest\ExcelTest\bin\Debug\System.Numerics.Vectors.dll
-C:\Users\Administrator\Desktop\unimarc\ExcelTest\ExcelTest\bin\Debug\MySql.Data.xml
-C:\Users\Administrator\Desktop\unimarc\ExcelTest\ExcelTest\obj\Debug\ExcelTest.csproj.AssemblyReference.cache
-C:\Users\Administrator\Desktop\unimarc\ExcelTest\ExcelTest\obj\Debug\ExcelTest.csproj.ResolveComReference.cache
-C:\Users\Administrator\Desktop\unimarc\ExcelTest\ExcelTest\obj\Debug\ExcelTest.findNchange.resources
-C:\Users\Administrator\Desktop\unimarc\ExcelTest\ExcelTest\obj\Debug\ExcelTest.Helper008.resources
-C:\Users\Administrator\Desktop\unimarc\ExcelTest\ExcelTest\obj\Debug\ExcelTest.Font.resources
-C:\Users\Administrator\Desktop\unimarc\ExcelTest\ExcelTest\obj\Debug\ExcelTest.Email.resources
-C:\Users\Administrator\Desktop\unimarc\ExcelTest\ExcelTest\obj\Debug\ExcelTest.Marc.resources
-C:\Users\Administrator\Desktop\unimarc\ExcelTest\ExcelTest\obj\Debug\ExcelTest.Properties.Resources.resources
-C:\Users\Administrator\Desktop\unimarc\ExcelTest\ExcelTest\obj\Debug\ExcelTest.SubString.resources
-C:\Users\Administrator\Desktop\unimarc\ExcelTest\ExcelTest\obj\Debug\ExcelTest.csproj.GenerateResource.cache
-C:\Users\Administrator\Desktop\unimarc\ExcelTest\ExcelTest\obj\Debug\ExcelTest.csproj.CoreCompileInputs.cache
-C:\Users\Administrator\Desktop\unimarc\ExcelTest\ExcelTest\obj\Debug\ExcelTest.csproj.CopyComplete
-C:\Users\Administrator\Desktop\unimarc\ExcelTest\ExcelTest\obj\Debug\ExcelTest.exe
-C:\Users\Administrator\Desktop\unimarc\ExcelTest\ExcelTest\obj\Debug\ExcelTest.pdb
diff --git a/ExcelTest/ExcelTest/obj/Debug/ExcelTest.csproj.GenerateResource.cache b/ExcelTest/ExcelTest/obj/Debug/ExcelTest.csproj.GenerateResource.cache
deleted file mode 100644
index a71512d..0000000
Binary files a/ExcelTest/ExcelTest/obj/Debug/ExcelTest.csproj.GenerateResource.cache and /dev/null differ
diff --git a/ExcelTest/ExcelTest/obj/Debug/ExcelTest.csproj.ResolveComReference.cache b/ExcelTest/ExcelTest/obj/Debug/ExcelTest.csproj.ResolveComReference.cache
deleted file mode 100644
index c1808fa..0000000
Binary files a/ExcelTest/ExcelTest/obj/Debug/ExcelTest.csproj.ResolveComReference.cache and /dev/null differ
diff --git a/ExcelTest/ExcelTest/obj/Debug/ExcelTest.csprojAssemblyReference.cache b/ExcelTest/ExcelTest/obj/Debug/ExcelTest.csprojAssemblyReference.cache
deleted file mode 100644
index 3a70d25..0000000
Binary files a/ExcelTest/ExcelTest/obj/Debug/ExcelTest.csprojAssemblyReference.cache and /dev/null differ
diff --git a/ExcelTest/ExcelTest/obj/Debug/ExcelTest.exe b/ExcelTest/ExcelTest/obj/Debug/ExcelTest.exe
deleted file mode 100644
index e322b77..0000000
Binary files a/ExcelTest/ExcelTest/obj/Debug/ExcelTest.exe and /dev/null differ
diff --git a/ExcelTest/ExcelTest/obj/Debug/ExcelTest.exe.config b/ExcelTest/ExcelTest/obj/Debug/ExcelTest.exe.config
deleted file mode 100644
index 0a52b8f..0000000
--- a/ExcelTest/ExcelTest/obj/Debug/ExcelTest.exe.config
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ExcelTest/ExcelTest/obj/Debug/ExcelTest.findNchange.resources b/ExcelTest/ExcelTest/obj/Debug/ExcelTest.findNchange.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/ExcelTest/ExcelTest/obj/Debug/ExcelTest.findNchange.resources and /dev/null differ
diff --git a/ExcelTest/ExcelTest/obj/Debug/ExcelTest.pdb b/ExcelTest/ExcelTest/obj/Debug/ExcelTest.pdb
deleted file mode 100644
index f556589..0000000
Binary files a/ExcelTest/ExcelTest/obj/Debug/ExcelTest.pdb and /dev/null differ
diff --git a/ISBN/Debug/setup.exe b/ISBN/Debug/setup.exe
deleted file mode 100644
index f861f1a..0000000
Binary files a/ISBN/Debug/setup.exe and /dev/null differ
diff --git a/ISBN_Check_test/.vs/ISBN_Check_test/v16/.suo b/ISBN_Check_test/.vs/ISBN_Check_test/v16/.suo
deleted file mode 100644
index 2f2c7d1..0000000
Binary files a/ISBN_Check_test/.vs/ISBN_Check_test/v16/.suo and /dev/null differ
diff --git a/ISBN_Check_test/bin/Debug/BouncyCastle.Crypto.dll b/ISBN_Check_test/bin/Debug/BouncyCastle.Crypto.dll
deleted file mode 100644
index 05036dd..0000000
Binary files a/ISBN_Check_test/bin/Debug/BouncyCastle.Crypto.dll and /dev/null differ
diff --git a/ISBN_Check_test/bin/Debug/Google.Protobuf.dll b/ISBN_Check_test/bin/Debug/Google.Protobuf.dll
deleted file mode 100644
index 77b93c7..0000000
Binary files a/ISBN_Check_test/bin/Debug/Google.Protobuf.dll and /dev/null differ
diff --git a/ISBN_Check_test/bin/Debug/Google.Protobuf.pdb b/ISBN_Check_test/bin/Debug/Google.Protobuf.pdb
deleted file mode 100644
index ffc1b89..0000000
Binary files a/ISBN_Check_test/bin/Debug/Google.Protobuf.pdb and /dev/null differ
diff --git a/ISBN_Check_test/bin/Debug/Google.Protobuf.xml b/ISBN_Check_test/bin/Debug/Google.Protobuf.xml
deleted file mode 100644
index 99298c4..0000000
--- a/ISBN_Check_test/bin/Debug/Google.Protobuf.xml
+++ /dev/null
@@ -1,10042 +0,0 @@
-
-
-
- Google.Protobuf
-
-
-
-
- Provides a utility routine to copy small arrays much more quickly than Buffer.BlockCopy
-
-
-
-
- The threshold above which you should use Buffer.BlockCopy rather than ByteArray.Copy
-
-
-
-
- Determines which copy routine to use based on the number of bytes to be copied.
-
-
-
-
- Reverses the order of bytes in the array
-
-
-
-
- Immutable array of bytes.
-
-
-
-
- Unsafe operations that can cause IO Failure and/or other catastrophic side-effects.
-
-
-
-
- Constructs a new ByteString from the given byte array. The array is
- *not* copied, and must not be modified after this constructor is called.
-
-
-
-
- Internal use only. Ensure that the provided array is not mutated and belongs to this instance.
-
-
-
-
- Constructs a new ByteString from the given byte array. The array is
- *not* copied, and must not be modified after this constructor is called.
-
-
-
-
- Returns an empty ByteString.
-
-
-
-
- Returns the length of this ByteString in bytes.
-
-
-
-
- Returns true if this byte string is empty, false otherwise.
-
-
-
-
- Provides read-only access to the data of this .
- No data is copied so this is the most efficient way of accessing.
-
-
-
-
- Provides read-only access to the data of this .
- No data is copied so this is the most efficient way of accessing.
-
-
-
-
- Converts this into a byte array.
-
- The data is copied - changes to the returned array will not be reflected in this ByteString.
- A byte array with the same data as this ByteString.
-
-
-
- Converts this into a standard base64 representation.
-
- A base64 representation of this ByteString.
-
-
-
- Constructs a from the Base64 Encoded String.
-
-
-
-
- Constructs a from data in the given stream, synchronously.
-
- If successful, will be read completely, from the position
- at the start of the call.
- The stream to copy into a ByteString.
- A ByteString with content read from the given stream.
-
-
-
- Constructs a from data in the given stream, asynchronously.
-
- If successful, will be read completely, from the position
- at the start of the call.
- The stream to copy into a ByteString.
- The cancellation token to use when reading from the stream, if any.
- A ByteString with content read from the given stream.
-
-
-
- Constructs a from the given array. The contents
- are copied, so further modifications to the array will not
- be reflected in the returned ByteString.
- This method can also be invoked in ByteString.CopyFrom(0xaa, 0xbb, ...) form
- which is primarily useful for testing.
-
-
-
-
- Constructs a from a portion of a byte array.
-
-
-
-
- Constructs a from a read only span. The contents
- are copied, so further modifications to the span will not
- be reflected in the returned .
-
-
-
-
- Creates a new by encoding the specified text with
- the given encoding.
-
-
-
-
- Creates a new by encoding the specified text in UTF-8.
-
-
-
-
- Returns the byte at the given index.
-
-
-
-
- Converts this into a string by applying the given encoding.
-
-
- This method should only be used to convert binary data which was the result of encoding
- text with the given encoding.
-
- The encoding to use to decode the binary data into text.
- The result of decoding the binary data with the given decoding.
-
-
-
- Converts this into a string by applying the UTF-8 encoding.
-
-
- This method should only be used to convert binary data which was the result of encoding
- text with UTF-8.
-
- The result of decoding the binary data with the given decoding.
-
-
-
- Returns an iterator over the bytes in this .
-
- An iterator over the bytes in this object.
-
-
-
- Returns an iterator over the bytes in this .
-
- An iterator over the bytes in this object.
-
-
-
- Creates a CodedInputStream from this ByteString's data.
-
-
-
-
- Compares two byte strings for equality.
-
- The first byte string to compare.
- The second byte string to compare.
- true if the byte strings are equal; false otherwise.
-
-
-
- Compares two byte strings for inequality.
-
- The first byte string to compare.
- The second byte string to compare.
- false if the byte strings are equal; true otherwise.
-
-
-
- Compares this byte string with another object.
-
- The object to compare this with.
- true if refers to an equal ; false otherwise.
-
-
-
- Returns a hash code for this object. Two equal byte strings
- will return the same hash code.
-
- A hash code for this object.
-
-
-
- Compares this byte string with another.
-
- The to compare this with.
- true if refers to an equal byte string; false otherwise.
-
-
-
- Used internally by CodedOutputStream to avoid creating a copy for the write
-
-
-
-
- Copies the entire byte array to the destination array provided at the offset specified.
-
-
-
-
- Writes the entire byte array to the provided stream
-
-
-
-
- Reads and decodes protocol message fields.
-
-
-
- This class is generally used by generated code to read appropriate
- primitives from the stream. It effectively encapsulates the lowest
- levels of protocol buffer format.
-
-
- Repeated fields and map fields are not handled by this class; use
- and to serialize such fields.
-
-
-
-
-
- Whether to leave the underlying stream open when disposing of this stream.
- This is always true when there's no stream.
-
-
-
-
- Buffer of data read from the stream or provided at construction time.
-
-
-
-
- The stream to read further input from, or null if the byte array buffer was provided
- directly on construction, with no further data available.
-
-
-
-
- The parser state is kept separately so that other parse implementations can reuse the same
- parsing primitives.
-
-
-
-
- Creates a new CodedInputStream reading data from the given byte array.
-
-
-
-
- Creates a new that reads from the given byte array slice.
-
-
-
-
- Creates a new reading data from the given stream, which will be disposed
- when the returned object is disposed.
-
- The stream to read from.
-
-
-
- Creates a new reading data from the given stream.
-
- The stream to read from.
- true to leave open when the returned
- is disposed; false to dispose of the given stream when the
- returned object is disposed.
-
-
-
- Creates a new CodedInputStream reading data from the given
- stream and buffer, using the default limits.
-
-
-
-
- Creates a new CodedInputStream reading data from the given
- stream and buffer, using the specified limits.
-
-
- This chains to the version with the default limits instead of vice versa to avoid
- having to check that the default values are valid every time.
-
-
-
-
- Creates a with the specified size and recursion limits, reading
- from an input stream.
-
-
- This method exists separately from the constructor to reduce the number of constructor overloads.
- It is likely to be used considerably less frequently than the constructors, as the default limits
- are suitable for most use cases.
-
- The input stream to read from
- The total limit of data to read from the stream.
- The maximum recursion depth to allow while reading.
- A CodedInputStream reading from with the specified size
- and recursion limits.
-
-
-
- Returns the current position in the input stream, or the position in the input buffer
-
-
-
-
- Returns the last tag read, or 0 if no tags have been read or we've read beyond
- the end of the stream.
-
-
-
-
- Returns the size limit for this stream.
-
-
- This limit is applied when reading from the underlying stream, as a sanity check. It is
- not applied when reading from a byte array data source without an underlying stream.
- The default value is Int32.MaxValue.
-
-
- The size limit.
-
-
-
-
- Returns the recursion limit for this stream. This limit is applied whilst reading messages,
- to avoid maliciously-recursive data.
-
-
- The default limit is 100.
-
-
- The recursion limit for this stream.
-
-
-
-
- Internal-only property; when set to true, unknown fields will be discarded while parsing.
-
-
-
-
- Internal-only property; provides extension identifiers to compatible messages while parsing.
-
-
-
-
- Disposes of this instance, potentially closing any underlying stream.
-
-
- As there is no flushing to perform here, disposing of a which
- was constructed with the leaveOpen option parameter set to true (or one which
- was constructed to read from a byte array) has no effect.
-
-
-
-
- Verifies that the last call to ReadTag() returned tag 0 - in other words,
- we've reached the end of the stream when we expected to.
-
- The
- tag read was not the one specified
-
-
-
- Peeks at the next field tag. This is like calling , but the
- tag is not consumed. (So a subsequent call to will return the
- same value.)
-
-
-
-
- Reads a field tag, returning the tag of 0 for "end of stream".
-
-
- If this method returns 0, it doesn't necessarily mean the end of all
- the data in this CodedInputStream; it may be the end of the logical stream
- for an embedded message, for example.
-
- The next field tag, or 0 for end of stream. (0 is never a valid tag.)
-
-
-
- Skips the data for the field with the tag we've just read.
- This should be called directly after , when
- the caller wishes to skip an unknown field.
-
-
- This method throws if the last-read tag was an end-group tag.
- If a caller wishes to skip a group, they should skip the whole group, by calling this method after reading the
- start-group tag. This behavior allows callers to call this method on any field they don't understand, correctly
- resulting in an error if an end-group tag has not been paired with an earlier start-group tag.
-
- The last tag was an end-group tag
- The last read operation read to the end of the logical stream
-
-
-
- Skip a group.
-
-
-
-
- Reads a double field from the stream.
-
-
-
-
- Reads a float field from the stream.
-
-
-
-
- Reads a uint64 field from the stream.
-
-
-
-
- Reads an int64 field from the stream.
-
-
-
-
- Reads an int32 field from the stream.
-
-
-
-
- Reads a fixed64 field from the stream.
-
-
-
-
- Reads a fixed32 field from the stream.
-
-
-
-
- Reads a bool field from the stream.
-
-
-
-
- Reads a string field from the stream.
-
-
-
-
- Reads an embedded message field value from the stream.
-
-
-
-
- Reads an embedded group field from the stream.
-
-
-
-
- Reads a bytes field value from the stream.
-
-
-
-
- Reads a uint32 field value from the stream.
-
-
-
-
- Reads an enum field value from the stream.
-
-
-
-
- Reads an sfixed32 field value from the stream.
-
-
-
-
- Reads an sfixed64 field value from the stream.
-
-
-
-
- Reads an sint32 field value from the stream.
-
-
-
-
- Reads an sint64 field value from the stream.
-
-
-
-
- Reads a length for length-delimited data.
-
-
- This is internally just reading a varint, but this method exists
- to make the calling code clearer.
-
-
-
-
- Peeks at the next tag in the stream. If it matches ,
- the tag is consumed and the method returns true; otherwise, the
- stream is left in the original position and the method returns false.
-
-
-
-
- Reads a raw Varint from the stream. If larger than 32 bits, discard the upper bits.
- This method is optimised for the case where we've got lots of data in the buffer.
- That means we can check the size just once, then just read directly from the buffer
- without constant rechecking of the buffer length.
-
-
-
-
- Reads a varint from the input one byte at a time, so that it does not
- read any bytes after the end of the varint. If you simply wrapped the
- stream in a CodedInputStream and used ReadRawVarint32(Stream)
- then you would probably end up reading past the end of the varint since
- CodedInputStream buffers its input.
-
-
-
-
-
-
- Reads a raw varint from the stream.
-
-
-
-
- Reads a 32-bit little-endian integer from the stream.
-
-
-
-
- Reads a 64-bit little-endian integer from the stream.
-
-
-
-
- Sets currentLimit to (current position) + byteLimit. This is called
- when descending into a length-delimited embedded message. The previous
- limit is returned.
-
- The old limit.
-
-
-
- Discards the current limit, returning the previous limit.
-
-
-
-
- Returns whether or not all the data before the limit has been read.
-
-
-
-
-
- Returns true if the stream has reached the end of the input. This is the
- case if either the end of the underlying input source has been reached or
- the stream has reached a limit created using PushLimit.
-
-
-
-
- Called when buffer is empty to read more bytes from the
- input. If is true, RefillBuffer() guarantees that
- either there will be at least one byte in the buffer when it returns
- or it will throw an exception. If is false,
- RefillBuffer() returns false if no more bytes were available.
-
-
-
-
-
-
- Reads a fixed size of bytes from the input.
-
-
- the end of the stream or the current limit was reached
-
-
-
-
- Reads a top-level message or a nested message after the limits for this message have been pushed.
- (parser will proceed until the end of the current limit)
- NOTE: this method needs to be public because it's invoked by the generated code - e.g. msg.MergeFrom(CodedInputStream input) method
-
-
-
-
- Encodes and writes protocol message fields.
-
-
-
- This class is generally used by generated code to write appropriate
- primitives to the stream. It effectively encapsulates the lowest
- levels of protocol buffer format. Unlike some other implementations,
- this does not include combined "write tag and value" methods. Generated
- code knows the exact byte representations of the tags they're going to write,
- so there's no need to re-encode them each time. Manually-written code calling
- this class should just call one of the WriteTag overloads before each value.
-
-
- Repeated fields and map fields are not handled by this class; use RepeatedField<T>
- and MapField<TKey, TValue> to serialize such fields.
-
-
-
-
-
- Computes the number of bytes that would be needed to encode a
- double field, including the tag.
-
-
-
-
- Computes the number of bytes that would be needed to encode a
- float field, including the tag.
-
-
-
-
- Computes the number of bytes that would be needed to encode a
- uint64 field, including the tag.
-
-
-
-
- Computes the number of bytes that would be needed to encode an
- int64 field, including the tag.
-
-
-
-
- Computes the number of bytes that would be needed to encode an
- int32 field, including the tag.
-
-
-
-
- Computes the number of bytes that would be needed to encode a
- fixed64 field, including the tag.
-
-
-
-
- Computes the number of bytes that would be needed to encode a
- fixed32 field, including the tag.
-
-
-
-
- Computes the number of bytes that would be needed to encode a
- bool field, including the tag.
-
-
-
-
- Computes the number of bytes that would be needed to encode a
- string field, including the tag.
-
-
-
-
- Computes the number of bytes that would be needed to encode a
- group field, including the tag.
-
-
-
-
- Computes the number of bytes that would be needed to encode an
- embedded message field, including the tag.
-
-
-
-
- Computes the number of bytes that would be needed to encode a
- bytes field, including the tag.
-
-
-
-
- Computes the number of bytes that would be needed to encode a
- uint32 field, including the tag.
-
-
-
-
- Computes the number of bytes that would be needed to encode a
- enum field, including the tag. The caller is responsible for
- converting the enum value to its numeric value.
-
-
-
-
- Computes the number of bytes that would be needed to encode an
- sfixed32 field, including the tag.
-
-
-
-
- Computes the number of bytes that would be needed to encode an
- sfixed64 field, including the tag.
-
-
-
-
- Computes the number of bytes that would be needed to encode an
- sint32 field, including the tag.
-
-
-
-
- Computes the number of bytes that would be needed to encode an
- sint64 field, including the tag.
-
-
-
-
- Computes the number of bytes that would be needed to encode a length,
- as written by .
-
-
-
-
- Computes the number of bytes that would be needed to encode a varint.
-
-
-
-
- Computes the number of bytes that would be needed to encode a varint.
-
-
-
-
- Computes the number of bytes that would be needed to encode a tag.
-
-
-
-
- The buffer size used by CreateInstance(Stream).
-
-
-
-
- Creates a new CodedOutputStream that writes directly to the given
- byte array. If more bytes are written than fit in the array,
- OutOfSpaceException will be thrown.
-
-
-
-
- Creates a new CodedOutputStream that writes directly to the given
- byte array slice. If more bytes are written than fit in the array,
- OutOfSpaceException will be thrown.
-
-
-
-
- Creates a new which write to the given stream, and disposes of that
- stream when the returned CodedOutputStream is disposed.
-
- The stream to write to. It will be disposed when the returned CodedOutputStream is disposed.
-
-
-
- Creates a new CodedOutputStream which write to the given stream and uses
- the specified buffer size.
-
- The stream to write to. It will be disposed when the returned CodedOutputStream is disposed.
- The size of buffer to use internally.
-
-
-
- Creates a new CodedOutputStream which write to the given stream.
-
- The stream to write to.
- If true, is left open when the returned CodedOutputStream is disposed;
- if false, the provided stream is disposed as well.
-
-
-
- Creates a new CodedOutputStream which write to the given stream and uses
- the specified buffer size.
-
- The stream to write to.
- The size of buffer to use internally.
- If true, is left open when the returned CodedOutputStream is disposed;
- if false, the provided stream is disposed as well.
-
-
-
- Returns the current position in the stream, or the position in the output buffer
-
-
-
-
- Writes a double field value, without a tag, to the stream.
-
- The value to write
-
-
-
- Writes a float field value, without a tag, to the stream.
-
- The value to write
-
-
-
- Writes a uint64 field value, without a tag, to the stream.
-
- The value to write
-
-
-
- Writes an int64 field value, without a tag, to the stream.
-
- The value to write
-
-
-
- Writes an int32 field value, without a tag, to the stream.
-
- The value to write
-
-
-
- Writes a fixed64 field value, without a tag, to the stream.
-
- The value to write
-
-
-
- Writes a fixed32 field value, without a tag, to the stream.
-
- The value to write
-
-
-
- Writes a bool field value, without a tag, to the stream.
-
- The value to write
-
-
-
- Writes a string field value, without a tag, to the stream.
- The data is length-prefixed.
-
- The value to write
-
-
-
- Writes a message, without a tag, to the stream.
- The data is length-prefixed.
-
- The value to write
-
-
-
- Writes a message, without a tag, to the stream.
- Only the message data is written, without a length-delimiter.
-
- The value to write
-
-
-
- Writes a group, without a tag, to the stream.
-
- The value to write
-
-
-
- Write a byte string, without a tag, to the stream.
- The data is length-prefixed.
-
- The value to write
-
-
-
- Writes a uint32 value, without a tag, to the stream.
-
- The value to write
-
-
-
- Writes an enum value, without a tag, to the stream.
-
- The value to write
-
-
-
- Writes an sfixed32 value, without a tag, to the stream.
-
- The value to write.
-
-
-
- Writes an sfixed64 value, without a tag, to the stream.
-
- The value to write
-
-
-
- Writes an sint32 value, without a tag, to the stream.
-
- The value to write
-
-
-
- Writes an sint64 value, without a tag, to the stream.
-
- The value to write
-
-
-
- Writes a length (in bytes) for length-delimited data.
-
-
- This method simply writes a rawint, but exists for clarity in calling code.
-
- Length value, in bytes.
-
-
-
- Encodes and writes a tag.
-
- The number of the field to write the tag for
- The wire format type of the tag to write
-
-
-
- Writes an already-encoded tag.
-
- The encoded tag
-
-
-
- Writes the given single-byte tag directly to the stream.
-
- The encoded tag
-
-
-
- Writes the given two-byte tag directly to the stream.
-
- The first byte of the encoded tag
- The second byte of the encoded tag
-
-
-
- Writes the given three-byte tag directly to the stream.
-
- The first byte of the encoded tag
- The second byte of the encoded tag
- The third byte of the encoded tag
-
-
-
- Writes the given four-byte tag directly to the stream.
-
- The first byte of the encoded tag
- The second byte of the encoded tag
- The third byte of the encoded tag
- The fourth byte of the encoded tag
-
-
-
- Writes the given five-byte tag directly to the stream.
-
- The first byte of the encoded tag
- The second byte of the encoded tag
- The third byte of the encoded tag
- The fourth byte of the encoded tag
- The fifth byte of the encoded tag
-
-
-
- Writes a 32 bit value as a varint. The fast route is taken when
- there's enough buffer space left to whizz through without checking
- for each byte; otherwise, we resort to calling WriteRawByte each time.
-
-
-
-
- Writes out an array of bytes.
-
-
-
-
- Writes out part of an array of bytes.
-
-
-
-
- Indicates that a CodedOutputStream wrapping a flat byte array
- ran out of space.
-
-
-
-
- Flushes any buffered data and optionally closes the underlying stream, if any.
-
-
-
- By default, any underlying stream is closed by this method. To configure this behaviour,
- use a constructor overload with a leaveOpen parameter. If this instance does not
- have an underlying stream, this method does nothing.
-
-
- For the sake of efficiency, calling this method does not prevent future write calls - but
- if a later write ends up writing to a stream which has been disposed, that is likely to
- fail. It is recommend that you not call any other methods after this.
-
-
-
-
-
- Flushes any buffered data to the underlying stream (if there is one).
-
-
-
-
- Verifies that SpaceLeft returns zero. It's common to create a byte array
- that is exactly big enough to hold a message, then write to it with
- a CodedOutputStream. Calling CheckNoSpaceLeft after writing verifies that
- the message was actually as big as expected, which can help finding bugs.
-
-
-
-
- If writing to a flat array, returns the space left in the array. Otherwise,
- throws an InvalidOperationException.
-
-
-
-
- Utility to compare if two Lists are the same, and the hash code
- of a List.
-
-
-
-
- Checks if two lists are equal.
-
-
-
-
- Gets the list's hash code.
-
-
-
-
- Representation of a map field in a Protocol Buffer message.
-
- Key type in the map. Must be a type supported by Protocol Buffer map keys.
- Value type in the map. Must be a type supported by Protocol Buffers.
-
-
- For string keys, the equality comparison is provided by .
-
-
- Null values are not permitted in the map, either for wrapper types or regular messages.
- If a map is deserialized from a data stream and the value is missing from an entry, a default value
- is created instead. For primitive types, that is the regular default value (0, the empty string and so
- on); for message types, an empty instance of the message is created, as if the map entry contained a 0-length
- encoded value for the field.
-
-
- This implementation does not generally prohibit the use of key/value types which are not
- supported by Protocol Buffers (e.g. using a key type of byte) but nor does it guarantee
- that all operations will work in such cases.
-
-
- The order in which entries are returned when iterating over this object is undefined, and may change
- in future versions.
-
-
-
-
-
- Creates a deep clone of this object.
-
-
- A deep clone of this object.
-
-
-
-
- Adds the specified key/value pair to the map.
-
-
- This operation fails if the key already exists in the map. To replace an existing entry, use the indexer.
-
- The key to add
- The value to add.
- The given key already exists in map.
-
-
-
- Determines whether the specified key is present in the map.
-
- The key to check.
- true if the map contains the given key; false otherwise.
-
-
-
- Removes the entry identified by the given key from the map.
-
- The key indicating the entry to remove from the map.
- true if the map contained the given key before the entry was removed; false otherwise.
-
-
-
- Gets the value associated with the specified key.
-
- The key whose value to get.
- When this method returns, the value associated with the specified key, if the key is found;
- otherwise, the default value for the type of the parameter.
- This parameter is passed uninitialized.
- true if the map contains an element with the specified key; otherwise, false.
-
-
-
- Gets or sets the value associated with the specified key.
-
- The key of the value to get or set.
- The property is retrieved and key does not exist in the collection.
- 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.
-
-
-
- Gets a collection containing the keys in the map.
-
-
-
-
- Gets a collection containing the values in the map.
-
-
-
-
- Adds the specified entries to the map. The keys and values are not automatically cloned.
-
- The entries to add to the map.
-
-
-
- Returns an enumerator that iterates through the collection.
-
-
- An enumerator 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.
-
-
-
-
- Adds the specified item to the map.
-
- The item to add to the map.
-
-
-
- Removes all items from the map.
-
-
-
-
- Determines whether map contains an entry equivalent to the given key/value pair.
-
- The key/value pair to find.
-
-
-
-
- Copies the key/value pairs in this map to an array.
-
- The array to copy the entries into.
- The index of the array at which to start copying values.
-
-
-
- Removes the specified key/value pair from the map.
-
- Both the key and the value must be found for the entry to be removed.
- The key/value pair to remove.
- true if the key/value pair was found and removed; false otherwise.
-
-
-
- Gets the number of elements contained in the map.
-
-
-
-
- Gets a value indicating whether the map is read-only.
-
-
-
-
- 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.
-
-
-
-
- Compares this map with another for equality.
-
-
- The order of the key/value pairs in the maps is not deemed significant in this comparison.
-
- The map to compare this with.
- true if refers to an equal map; false otherwise.
-
-
-
- Adds entries to the map from the given stream.
-
-
- It is assumed that the stream is initially positioned after the tag specified by the codec.
- This method will continue reading entries from the stream until the end is reached, or
- a different tag is encountered.
-
- Stream to read from
- Codec describing how the key/value pairs are encoded
-
-
-
- Adds entries to the map from the given parse context.
-
-
- It is assumed that the input is initially positioned after the tag specified by the codec.
- This method will continue reading entries from the input until the end is reached, or
- a different tag is encountered.
-
- Input to read from
- Codec describing how the key/value pairs are encoded
-
-
-
- Writes the contents of this map to the given coded output stream, using the specified codec
- to encode each entry.
-
- The output stream to write to.
- The codec to use for each entry.
-
-
-
- Writes the contents of this map to the given write context, using the specified codec
- to encode each entry.
-
- The write context to write to.
- The codec to use for each entry.
-
-
-
- Calculates the size of this map based on the given entry codec.
-
- The codec to use to encode each entry.
-
-
-
-
- Returns a string representation of this repeated field, in the same
- way as it would be represented by the default JSON formatter.
-
-
-
-
- A codec for a specific map field. This contains all the information required to encode and
- decode the nested messages.
-
-
-
-
- Creates a new entry codec based on a separate key codec and value codec,
- and the tag to use for each map entry.
-
- The key codec.
- The value codec.
- The map tag to use to introduce each map entry.
-
-
-
- The tag used in the enclosing message to indicate map entries.
-
-
-
-
- A mutable message class, used for parsing and serializing. This
- delegates the work to a codec, but implements the interface
- for interop with and .
- This is nested inside Codec as it's tightly coupled to the associated codec,
- and it's simpler if it has direct access to all its fields.
-
-
-
-
- Provides a central place to implement equality comparisons, primarily for bitwise float/double equality.
-
-
-
-
- Returns an equality comparer for suitable for Protobuf equality comparisons.
- This is usually just the default equality comparer for the type, but floating point numbers are compared
- bitwise.
-
- The type of equality comparer to return.
- The equality comparer.
-
-
-
- Returns an equality comparer suitable for comparing 64-bit floating point values, by bitwise comparison.
- (NaN values are considered equal, but only when they have the same representation.)
-
-
-
-
- Returns an equality comparer suitable for comparing 32-bit floating point values, by bitwise comparison.
- (NaN values are considered equal, but only when they have the same representation.)
-
-
-
-
- Returns an equality comparer suitable for comparing nullable 64-bit floating point values, by bitwise comparison.
- (NaN values are considered equal, but only when they have the same representation.)
-
-
-
-
- Returns an equality comparer suitable for comparing nullable 32-bit floating point values, by bitwise comparison.
- (NaN values are considered equal, but only when they have the same representation.)
-
-
-
-
- Read-only wrapper around another dictionary.
-
-
-
-
- The contents of a repeated field: essentially, a collection with some extra
- restrictions (no null values) and capabilities (deep cloning).
-
-
- This implementation does not generally prohibit the use of types which are not
- supported by Protocol Buffers but nor does it guarantee that all operations will work in such cases.
-
- The element type of the repeated field.
-
-
-
- Creates a deep clone of this repeated field.
-
-
- If the field type is
- a message type, each element is also cloned; otherwise, it is
- assumed that the field type is primitive (including string and
- bytes, both of which are immutable) and so a simple copy is
- equivalent to a deep clone.
-
- A deep clone of this repeated field.
-
-
-
- Adds the entries from the given input stream, decoding them with the specified codec.
-
- The input stream to read from.
- The codec to use in order to read each entry.
-
-
-
- Adds the entries from the given parse context, decoding them with the specified codec.
-
- The input to read from.
- The codec to use in order to read each entry.
-
-
-
- Calculates the size of this collection based on the given codec.
-
- The codec to use when encoding each field.
- The number of bytes that would be written to an output by one of the WriteTo methods,
- using the same codec.
-
-
-
- Writes the contents of this collection to the given ,
- encoding each value using the specified codec.
-
- The output stream to write to.
- The codec to use when encoding each value.
-
-
-
- Writes the contents of this collection to the given write context,
- encoding each value using the specified codec.
-
- The write context to write to.
- The codec to use when encoding each value.
-
-
-
- Gets and sets the capacity of the RepeatedField's internal array. WHen set, the internal array is reallocated to the given capacity.
- The new value is less than Count -or- when Count is less than 0.
-
-
-
-
- Adds the specified item to the collection.
-
- The item to add.
-
-
-
- Removes all items from the collection.
-
-
-
-
- Determines whether this collection contains the given item.
-
- The item to find.
- true if this collection contains the given item; false otherwise.
-
-
-
- Copies this collection to the given array.
-
- The array to copy to.
- The first index of the array to copy to.
-
-
-
- Removes the specified item from the collection
-
- The item to remove.
- true if the item was found and removed; false otherwise.
-
-
-
- Gets the number of elements contained in the collection.
-
-
-
-
- Gets a value indicating whether the collection is read-only.
-
-
-
-
- Adds all of the specified values into this collection.
-
- The values to add to this collection.
-
-
-
- Adds all of the specified values into this collection. This method is present to
- allow repeated fields to be constructed from queries within collection initializers.
- Within non-collection-initializer code, consider using the equivalent
- method instead for clarity.
-
- The values to add to this collection.
-
-
-
- Returns an enumerator that iterates through the collection.
-
-
- An enumerator 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 an enumerator that iterates through a collection.
-
-
- An object that can be used to iterate through the collection.
-
-
-
-
- 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.
-
-
-
-
- Compares this repeated field with another for equality.
-
- The repeated field to compare this with.
- true if refers to an equal repeated field; false otherwise.
-
-
-
- Returns the index of the given item within the collection, or -1 if the item is not
- present.
-
- The item to find in the collection.
- The zero-based index of the item, or -1 if it is not found.
-
-
-
- Inserts the given item at the specified index.
-
- The index at which to insert the item.
- The item to insert.
-
-
-
- Removes the item at the given index.
-
- The zero-based index of the item to remove.
-
-
-
- Returns a string representation of this repeated field, in the same
- way as it would be represented by the default JSON formatter.
-
-
-
-
- Gets or sets the item at the specified index.
-
-
- The element at the specified index.
-
- The zero-based index of the element to get or set.
- The item at the specified index.
-
-
-
- Extension methods for , effectively providing
- the familiar members from previous desktop framework versions while
- targeting the newer releases, .NET Core etc.
-
-
-
-
- Returns the public getter of a property, or null if there is no such getter
- (either because it's read-only, or the getter isn't public).
-
-
-
-
- Returns the public setter of a property, or null if there is no such setter
- (either because it's write-only, or the setter isn't public).
-
-
-
-
- Provides extension methods on Type that just proxy to TypeInfo.
- These are used to support the new type system from .NET 4.5, without
- having calls to GetTypeInfo all over the place. While the methods here are meant to be
- broadly compatible with the desktop framework, there are some subtle differences in behaviour - but
- they're not expected to affect our use cases. While the class is internal, that should be fine: we can
- evaluate each new use appropriately.
-
-
-
-
- See https://msdn.microsoft.com/en-us/library/system.type.isassignablefrom
-
-
-
-
- Returns a representation of the public property associated with the given name in the given type,
- including inherited properties or null if there is no such public property.
- Here, "public property" means a property where either the getter, or the setter, or both, is public.
-
-
-
-
- Returns a representation of the public method associated with the given name in the given type,
- including inherited methods.
-
-
- This has a few differences compared with Type.GetMethod in the desktop framework. It will throw
- if there is an ambiguous match even between a private method and a public one, but it *won't* throw
- if there are two overloads at different levels in the type hierarchy (e.g. class Base declares public void Foo(int) and
- class Child : Base declares public void Foo(long)).
-
- One type in the hierarchy declared more than one method with the same name
-
-
-
- Represents a non-generic extension definition. This API is experimental and subject to change.
-
-
-
-
- Internal use. Creates a new extension with the specified field number.
-
-
-
-
- Gets the field number of this extension
-
-
-
-
- Represents a type-safe extension identifier used for getting and setting single extension values in instances.
- This API is experimental and subject to change.
-
- The message type this field applies to
- The field value type of this extension
-
-
-
- Creates a new extension identifier with the specified field number and codec
-
-
-
-
- Represents a type-safe extension identifier used for getting repeated extension values in instances.
- This API is experimental and subject to change.
-
- The message type this field applies to
- The repeated field value type of this extension
-
-
-
- Creates a new repeated extension identifier with the specified field number and codec
-
-
-
-
- Provides extensions to messages while parsing. This API is experimental and subject to change.
-
-
-
-
- Creates a new empty extension registry
-
-
-
-
- Gets the total number of extensions in this extension registry
-
-
-
-
- Returns whether the registry is readonly
-
-
-
-
- Adds the specified extension to the registry
-
-
-
-
- Adds the specified extensions to the registry
-
-
-
-
- Clears the registry of all values
-
-
-
-
- Gets whether the extension registry contains the specified extension
-
-
-
-
- Copies the arrays in the registry set to the specified array at the specified index
-
- The array to copy to
- The array index to start at
-
-
-
- Returns an enumerator to enumerate through the items in the registry
-
- Returns an enumerator for the extensions in this registry
-
-
-
- Removes the specified extension from the set
-
- The extension
- true if the extension was removed, otherwise false
-
-
-
- Clones the registry into a new registry
-
-
-
-
- Methods for managing s with null checking.
-
- Most users will not use this class directly and its API is experimental and subject to change.
-
-
-
-
- Gets the value of the specified extension
-
-
-
-
- Gets the value of the specified repeated extension or null if it doesn't exist in this set
-
-
-
-
- Gets the value of the specified repeated extension, registering it if it doesn't exist
-
-
-
-
- Sets the value of the specified extension. This will make a new instance of ExtensionSet if the set is null.
-
-
-
-
- Gets whether the value of the specified extension is set
-
-
-
-
- Clears the value of the specified extension
-
-
-
-
- Clears the value of the specified extension
-
-
-
-
- Tries to merge a field from the coded input, returning true if the field was merged.
- If the set is null or the field was not otherwise merged, this returns false.
-
-
-
-
- Tries to merge a field from the coded input, returning true if the field was merged.
- If the set is null or the field was not otherwise merged, this returns false.
-
-
-
-
- Merges the second set into the first set, creating a new instance if first is null
-
-
-
-
- Clones the set into a new set. If the set is null, this returns null
-
-
-
-
- Used for keeping track of extensions in messages.
- methods route to this set.
-
- Most users will not need to use this class directly
-
- The message type that extensions in this set target
-
-
-
- Gets a hash code of the set
-
-
-
-
- Returns whether this set is equal to the other object
-
-
-
-
- Calculates the size of this extension set
-
-
-
-
- Writes the extension values in this set to the output stream
-
-
-
-
- Writes the extension values in this set to the write context
-
-
-
-
- Factory methods for .
-
-
-
-
- Retrieves a codec suitable for a string field with the given tag.
-
- The tag.
- A codec for the given tag.
-
-
-
- Retrieves a codec suitable for a bytes field with the given tag.
-
- The tag.
- A codec for the given tag.
-
-
-
- Retrieves a codec suitable for a bool field with the given tag.
-
- The tag.
- A codec for the given tag.
-
-
-
- Retrieves a codec suitable for an int32 field with the given tag.
-
- The tag.
- A codec for the given tag.
-
-
-
- Retrieves a codec suitable for an sint32 field with the given tag.
-
- The tag.
- A codec for the given tag.
-
-
-
- Retrieves a codec suitable for a fixed32 field with the given tag.
-
- The tag.
- A codec for the given tag.
-
-
-
- Retrieves a codec suitable for an sfixed32 field with the given tag.
-
- The tag.
- A codec for the given tag.
-
-
-
- Retrieves a codec suitable for a uint32 field with the given tag.
-
- The tag.
- A codec for the given tag.
-
-
-
- Retrieves a codec suitable for an int64 field with the given tag.
-
- The tag.
- A codec for the given tag.
-
-
-
- Retrieves a codec suitable for an sint64 field with the given tag.
-
- The tag.
- A codec for the given tag.
-
-
-
- Retrieves a codec suitable for a fixed64 field with the given tag.
-
- The tag.
- A codec for the given tag.
-
-
-
- Retrieves a codec suitable for an sfixed64 field with the given tag.
-
- The tag.
- A codec for the given tag.
-
-
-
- Retrieves a codec suitable for a uint64 field with the given tag.
-
- The tag.
- A codec for the given tag.
-
-
-
- Retrieves a codec suitable for a float field with the given tag.
-
- The tag.
- A codec for the given tag.
-
-
-
- Retrieves a codec suitable for a double field with the given tag.
-
- The tag.
- A codec for the given tag.
-
-
-
- Retrieves a codec suitable for an enum field with the given tag.
-
- The tag.
- A conversion function from to the enum type.
- A conversion function from the enum type to .
- A codec for the given tag.
-
-
-
- Retrieves a codec suitable for a string field with the given tag.
-
- The tag.
- The default value.
- A codec for the given tag.
-
-
-
- Retrieves a codec suitable for a bytes field with the given tag.
-
- The tag.
- The default value.
- A codec for the given tag.
-
-
-
- Retrieves a codec suitable for a bool field with the given tag.
-
- The tag.
- The default value.
- A codec for the given tag.
-
-
-
- Retrieves a codec suitable for an int32 field with the given tag.
-
- The tag.
- The default value.
- A codec for the given tag.
-
-
-
- Retrieves a codec suitable for an sint32 field with the given tag.
-
- The tag.
- The default value.
- A codec for the given tag.
-
-
-
- Retrieves a codec suitable for a fixed32 field with the given tag.
-
- The tag.
- The default value.
- A codec for the given tag.
-
-
-
- Retrieves a codec suitable for an sfixed32 field with the given tag.
-
- The tag.
- The default value.
- A codec for the given tag.
-
-
-
- Retrieves a codec suitable for a uint32 field with the given tag.
-
- The tag.
- The default value.
- A codec for the given tag.
-
-
-
- Retrieves a codec suitable for an int64 field with the given tag.
-
- The tag.
- The default value.
- A codec for the given tag.
-
-
-
- Retrieves a codec suitable for an sint64 field with the given tag.
-
- The tag.
- The default value.
- A codec for the given tag.
-
-
-
- Retrieves a codec suitable for a fixed64 field with the given tag.
-
- The tag.
- The default value.
- A codec for the given tag.
-
-
-
- Retrieves a codec suitable for an sfixed64 field with the given tag.
-
- The tag.
- The default value.
- A codec for the given tag.
-
-
-
- Retrieves a codec suitable for a uint64 field with the given tag.
-
- The tag.
- The default value.
- A codec for the given tag.
-
-
-
- Retrieves a codec suitable for a float field with the given tag.
-
- The tag.
- The default value.
- A codec for the given tag.
-
-
-
- Retrieves a codec suitable for a double field with the given tag.
-
- The tag.
- The default value.
- A codec for the given tag.
-
-
-
- Retrieves a codec suitable for an enum field with the given tag.
-
- The tag.
- A conversion function from to the enum type.
- A conversion function from the enum type to .
- The default value.
- A codec for the given tag.
-
-
-
- Retrieves a codec suitable for a message field with the given tag.
-
- The tag.
- A parser to use for the message type.
- A codec for the given tag.
-
-
-
- Retrieves a codec suitable for a group field with the given tag.
-
- The start group tag.
- The end group tag.
- A parser to use for the group message type.
- A codec for given tag
-
-
-
- Creates a codec for a wrapper type of a class - which must be string or ByteString.
-
-
-
-
- Creates a codec for a wrapper type of a struct - which must be Int32, Int64, UInt32, UInt64,
- Bool, Single or Double.
-
-
-
-
- Helper code to create codecs for wrapper types.
-
-
- Somewhat ugly with all the static methods, but the conversions involved to/from nullable types make it
- slightly tricky to improve. So long as we keep the public API (ForClassWrapper, ForStructWrapper) in place,
- we can refactor later if we come up with something cleaner.
-
-
-
-
- Returns a field codec which effectively wraps a value of type T in a message.
-
-
-
-
-
-
- An encode/decode pair for a single field. This effectively encapsulates
- all the information needed to read or write the field value from/to a coded
- stream.
-
-
- This class is public and has to be as it is used by generated code, but its public
- API is very limited - just what the generated code needs to call directly.
-
-
-
- This never writes default values to the stream, and does not address "packedness"
- in repeated fields itself, other than to know whether or not the field *should* be packed.
-
-
-
-
- Merges an input stream into a value
-
-
-
-
- Merges a value into a reference to another value, returning a boolean if the value was set
-
-
-
-
- Returns a delegate to write a value (unconditionally) to a coded output stream.
-
-
-
-
- Returns the size calculator for just a value.
-
-
-
-
- Returns a delegate to read a value from a coded input stream. It is assumed that
- the stream is already positioned on the appropriate tag.
-
-
-
-
- Returns a delegate to merge a value from a coded input stream.
- It is assumed that the stream is already positioned on the appropriate tag
-
-
-
-
- Returns a delegate to merge two values together.
-
-
-
-
- Returns the fixed size for an entry, or 0 if sizes vary.
-
-
-
-
- Gets the tag of the codec.
-
-
- The tag of the codec.
-
-
-
-
- Gets the end tag of the codec or 0 if there is no end tag
-
-
- The end tag of the codec.
-
-
-
-
- Default value for this codec. Usually the same for every instance of the same type, but
- for string/ByteString wrapper fields the codec's default value is null, whereas for
- other string/ByteString fields it's "" or ByteString.Empty.
-
-
- The default value of the codec's type.
-
-
-
-
- Write a tag and the given value, *if* the value is not the default.
-
-
-
-
- Write a tag and the given value, *if* the value is not the default.
-
-
-
-
- Reads a value of the codec type from the given .
-
- The input stream to read from.
- The value read from the stream.
-
-
-
- Reads a value of the codec type from the given .
-
- The parse context to read from.
- The value read.
-
-
-
- Calculates the size required to write the given value, with a tag,
- if the value is not the default.
-
-
-
-
- A tree representation of a FieldMask. Each leaf node in this tree represent
- a field path in the FieldMask.
-
- For example, FieldMask "foo.bar,foo.baz,bar.baz" as a tree will be:
-
- [root] -+- foo -+- bar
- | |
- | +- baz
- |
- +- bar --- baz
-
-
- By representing FieldMasks with this tree structure we can easily convert
- a FieldMask to a canonical form, merge two FieldMasks, calculate the
- intersection to two FieldMasks and traverse all fields specified by the
- FieldMask in a message tree.
-
-
-
-
- Creates an empty FieldMaskTree.
-
-
-
-
- Creates a FieldMaskTree for a given FieldMask.
-
-
-
-
- Adds a field path to the tree. In a FieldMask, every field path matches the
- specified field as well as all its sub-fields. For example, a field path
- "foo.bar" matches field "foo.bar" and also "foo.bar.baz", etc. When adding
- a field path to the tree, redundant sub-paths will be removed. That is,
- after adding "foo.bar" to the tree, "foo.bar.baz" will be removed if it
- exists, which will turn the tree node for "foo.bar" to a leaf node.
- Likewise, if the field path to add is a sub-path of an existing leaf node,
- nothing will be changed in the tree.
-
-
-
-
- Merges all field paths in a FieldMask into this tree.
-
-
-
-
- Converts this tree to a FieldMask.
-
-
-
-
- Gathers all field paths in a sub-tree.
-
-
-
-
- Adds the intersection of this tree with the given to .
-
-
-
-
- Merges all fields specified by this FieldMaskTree from to .
-
-
-
-
- Merges all fields specified by a sub-tree from to .
-
-
-
-
- Class containing helpful workarounds for various platform compatibility
-
-
-
-
- Interface for a Protocol Buffers message, supporting
- parsing from and writing to .
-
-
-
-
- Internal implementation of merging data from given parse context into this message.
- Users should never invoke this method directly.
-
-
-
-
- Internal implementation of writing this message to a given write context.
- Users should never invoke this method directly.
-
-
-
-
- A message type that has a custom string format for diagnostic purposes.
-
-
-
- Calling on a generated message type normally
- returns the JSON representation. If a message type implements this interface,
- then the method will be called instead of the regular
- JSON formatting code, but only when ToString() is called either on the message itself
- or on another message which contains it. This does not affect the normal JSON formatting of
- the message.
-
-
- For example, if you create a proto message representing a GUID, the internal
- representation may be a bytes field or four fixed32 fields. However, when debugging
- it may be more convenient to see a result in the same format as provides.
-
- This interface extends to avoid it accidentally being implemented
- on types other than messages, where it would not be used by anything in the framework.
-
-
-
-
- Returns a string representation of this object, for diagnostic purposes.
-
-
- This method is called when a message is formatted as part of a
- call. It does not affect the JSON representation used by other than
- in calls to . While it is recommended
- that the result is valid JSON, this is never assumed by the Protobuf library.
-
- A string representation of this object, for diagnostic purposes.
-
-
-
- Generic interface for a deeply cloneable type.
-
-
-
- All generated messages implement this interface, but so do some non-message types.
- Additionally, due to the type constraint on T in ,
- it is simpler to keep this as a separate interface.
-
-
- The type itself, returned by the method.
-
-
-
- Creates a deep clone of this object.
-
- A deep clone of this object.
-
-
-
- Generic interface for a Protocol Buffers message containing one or more extensions, where the type parameter is expected to be the same type as the implementation class.
- This interface is experiemental and is subject to change.
-
-
-
-
- Gets the value of the specified extension
-
-
-
-
- Gets the value of the specified repeated extension or null if the extension isn't registered in this set.
- For a version of this method that never returns null, use
-
-
-
-
- Gets the value of the specified repeated extension, registering it if it hasn't already been registered.
-
-
-
-
- Sets the value of the specified extension
-
-
-
-
- Gets whether the value of the specified extension is set
-
-
-
-
- Clears the value of the specified extension
-
-
-
-
- Clears the value of the specified repeated extension
-
-
-
-
- Interface for a Protocol Buffers message, supporting
- basic operations required for serialization.
-
-
-
-
- Merges the data from the specified coded input stream with the current message.
-
- See the user guide for precise merge semantics.
-
-
-
-
- Writes the data to the given coded output stream.
-
- Coded output stream to write the data to. Must not be null.
-
-
-
- Calculates the size of this message in Protocol Buffer wire format, in bytes.
-
- The number of bytes required to write this message
- to a coded output stream.
-
-
-
- Descriptor for this message. All instances are expected to return the same descriptor,
- and for generated types this will be an explicitly-implemented member, returning the
- same value as the static property declared on the type.
-
-
-
-
- Generic interface for a Protocol Buffers message,
- where the type parameter is expected to be the same type as
- the implementation class.
-
- The message type.
-
-
-
- Merges the given message into this one.
-
- See the user guide for precise merge semantics.
- The message to merge with this one. Must not be null.
-
-
-
- Thrown when an attempt is made to parse invalid JSON, e.g. using
- a non-string property key, or including a redundant comma. Parsing a protocol buffer
- message represented in JSON using can throw both this
- exception and depending on the situation. This
- exception is only thrown for "pure JSON" errors, whereas InvalidProtocolBufferException
- is thrown when the JSON may be valid in and of itself, but cannot be parsed as a protocol buffer
- message.
-
-
-
-
- Thrown when a protocol message being parsed is invalid in some way,
- e.g. it contains a malformed varint or a negative byte length.
-
-
-
-
- Creates an exception for an error condition of an invalid tag being encountered.
-
-
-
-
- Reflection-based converter from messages to JSON.
-
-
-
- Instances of this class are thread-safe, with no mutable state.
-
-
- This is a simple start to get JSON formatting working. As it's reflection-based,
- it's not as quick as baking calls into generated messages - but is a simpler implementation.
- (This code is generally not heavily optimized.)
-
-
-
-
-
- Returns a formatter using the default settings.
-
-
-
-
- The JSON representation of the first 160 characters of Unicode.
- Empty strings are replaced by the static constructor.
-
-
-
-
- Creates a new formatted with the given settings.
-
- The settings.
-
-
-
- Formats the specified message as JSON.
-
- The message to format.
- The formatted message.
-
-
-
- Formats the specified message as JSON.
-
- The message to format.
- The TextWriter to write the formatted message to.
- The formatted message.
-
-
-
- Converts a message to JSON for diagnostic purposes with no extra context.
-
-
-
- This differs from calling on the default JSON
- formatter in its handling of . As no type registry is available
- in calls, the normal way of resolving the type of
- an Any message cannot be applied. Instead, a JSON property named @value
- is included with the base64 data from the property of the message.
-
- The value returned by this method is only designed to be used for diagnostic
- purposes. It may not be parsable by , and may not be parsable
- by other Protocol Buffer implementations.
-
- The message to format for diagnostic purposes.
- The diagnostic-only JSON representation of the message
-
-
-
- Determines whether or not a field value should be serialized according to the field,
- its value in the message, and the settings of this formatter.
-
-
-
-
- Writes a single value to the given writer as JSON. Only types understood by
- Protocol Buffers can be written in this way. This method is only exposed for
- advanced use cases; most users should be using
- or .
-
- The writer to write the value to. Must not be null.
- The value to write. May be null.
-
-
-
- Central interception point for well-known type formatting. Any well-known types which
- don't need special handling can fall back to WriteMessage. We avoid assuming that the
- values are using the embedded well-known types, in order to allow for dynamic messages
- in the future.
-
-
-
-
- Writes a string (including leading and trailing double quotes) to a builder, escaping as required.
-
-
- Other than surrogate pair handling, this code is mostly taken from src/google/protobuf/util/internal/json_escaping.cc.
-
-
-
-
- Settings controlling JSON formatting.
-
-
-
-
- Default settings, as used by
-
-
-
-
- Whether fields which would otherwise not be included in the formatted data
- should be formatted even when the value is not present, or has the default value.
- This option only affects fields which don't support "presence" (e.g.
- singular non-optional proto3 primitive fields).
-
-
-
-
- The type registry used to format messages.
-
-
-
-
- Whether to format enums as ints. Defaults to false.
-
-
-
-
- Creates a new object with the specified formatting of default values
- and an empty type registry.
-
- true if default values (0, empty strings etc) should be formatted; false otherwise.
-
-
-
- Creates a new object with the specified formatting of default values
- and type registry.
-
- true if default values (0, empty strings etc) should be formatted; false otherwise.
- The to use when formatting messages.
-
-
-
- Creates a new object with the specified parameters.
-
- true if default values (0, empty strings etc) should be formatted; false otherwise.
- The to use when formatting messages. TypeRegistry.Empty will be used if it is null.
- true to format the enums as integers; false to format enums as enum names.
-
-
-
- Creates a new object with the specified formatting of default values and the current settings.
-
- true if default values (0, empty strings etc) should be formatted; false otherwise.
-
-
-
- Creates a new object with the specified type registry and the current settings.
-
- The to use when formatting messages.
-
-
-
- Creates a new object with the specified enums formatting option and the current settings.
-
- true to format the enums as integers; false to format enums as enum names.
-
-
-
- Reflection-based converter from JSON to messages.
-
-
-
- Instances of this class are thread-safe, with no mutable state.
-
-
- This is a simple start to get JSON parsing working. As it's reflection-based,
- it's not as quick as baking calls into generated messages - but is a simpler implementation.
- (This code is generally not heavily optimized.)
-
-
-
-
-
- Returns a formatter using the default settings.
-
-
-
-
- Creates a new formatted with the given settings.
-
- The settings.
-
-
-
- Parses and merges the information into the given message.
-
- The message to merge the JSON information into.
- The JSON to parse.
-
-
-
- Parses JSON read from and merges the information into the given message.
-
- The message to merge the JSON information into.
- Reader providing the JSON to parse.
-
-
-
- Merges the given message using data from the given tokenizer. In most cases, the next
- token should be a "start object" token, but wrapper types and nullity can invalidate
- that assumption. This is implemented as an LL(1) recursive descent parser over the stream
- of tokens provided by the tokenizer. This token stream is assumed to be valid JSON, with the
- tokenizer performing that validation - but not every token stream is valid "protobuf JSON".
-
-
-
-
- Parses into a new message.
-
- The type of message to create.
- The JSON to parse.
- The JSON does not comply with RFC 7159
- The JSON does not represent a Protocol Buffers message correctly
-
-
-
- Parses JSON read from into a new message.
-
- The type of message to create.
- Reader providing the JSON to parse.
- The JSON does not comply with RFC 7159
- The JSON does not represent a Protocol Buffers message correctly
-
-
-
- Parses into a new message.
-
- The JSON to parse.
- Descriptor of message type to parse.
- The JSON does not comply with RFC 7159
- The JSON does not represent a Protocol Buffers message correctly
-
-
-
- Parses JSON read from into a new message.
-
- Reader providing the JSON to parse.
- Descriptor of message type to parse.
- The JSON does not comply with RFC 7159
- The JSON does not represent a Protocol Buffers message correctly
-
-
-
- Creates a new instance of the message type for the given field.
-
-
-
-
- Checks that any infinite/NaN values originated from the correct text.
- This corrects the lenient whitespace handling of double.Parse/float.Parse, as well as the
- way that Mono parses out-of-range values as infinity.
-
-
-
-
- Settings controlling JSON parsing.
-
-
-
-
- Default settings, as used by . This has the same default
- recursion limit as , and an empty type registry.
-
-
-
-
- The maximum depth of messages to parse. Note that this limit only applies to parsing
- messages, not collections - so a message within a collection within a message only counts as
- depth 2, not 3.
-
-
-
-
- The type registry used to parse messages.
-
-
-
-
- Whether the parser should ignore unknown fields (true) or throw an exception when
- they are encountered (false).
-
-
-
-
- Creates a new object with the specified recursion limit.
-
- The maximum depth of messages to parse
-
-
-
- Creates a new object with the specified recursion limit and type registry.
-
- The maximum depth of messages to parse
- The type registry used to parse messages
-
-
-
- Creates a new object set to either ignore unknown fields, or throw an exception
- when unknown fields are encountered.
-
- true if unknown fields should be ignored when parsing; false to throw an exception.
-
-
-
- Creates a new object based on this one, but with the specified recursion limit.
-
- The new recursion limit.
-
-
-
- Creates a new object based on this one, but with the specified type registry.
-
- The new type registry. Must not be null.
-
-
-
- Simple but strict JSON tokenizer, rigidly following RFC 7159.
-
-
-
- This tokenizer is stateful, and only returns "useful" tokens - names, values etc.
- It does not create tokens for the separator between names and values, or for the comma
- between values. It validates the token stream as it goes - so callers can assume that the
- tokens it produces are appropriate. For example, it would never produce "start object, end array."
-
- Implementation details: the base class handles single token push-back and
- Not thread-safe.
-
-
-
-
- Creates a tokenizer that reads from the given text reader.
-
-
-
-
- Creates a tokenizer that first replays the given list of tokens, then continues reading
- from another tokenizer. Note that if the returned tokenizer is "pushed back", that does not push back
- on the continuation tokenizer, or vice versa. Care should be taken when using this method - it was
- created for the sake of Any parsing.
-
-
-
-
- Returns the depth of the stack, purely in objects (not collections).
- Informally, this is the number of remaining unclosed '{' characters we have.
-
-
-
-
- Returns the next JSON token in the stream. An EndDocument token is returned to indicate the end of the stream,
- after which point Next() should not be called again.
-
- This implementation provides single-token buffering, and calls if there is no buffered token.
- The next token in the stream. This is never null.
- This method is called after an EndDocument token has been returned
- The input text does not comply with RFC 7159
-
-
-
- Returns the next JSON token in the stream, when requested by the base class. (The method delegates
- to this if it doesn't have a buffered token.)
-
- This method is called after an EndDocument token has been returned
- The input text does not comply with RFC 7159
-
-
-
- Skips the value we're about to read. This must only be called immediately after reading a property name.
- If the value is an object or an array, the complete object/array is skipped.
-
-
-
-
- Tokenizer which first exhausts a list of tokens, then consults another tokenizer.
-
-
-
-
- Tokenizer which does all the *real* work of parsing JSON.
-
-
-
-
- This method essentially just loops through characters skipping whitespace, validating and
- changing state (e.g. from ObjectBeforeColon to ObjectAfterColon)
- until it reaches something which will be a genuine token (e.g. a start object, or a value) at which point
- it returns the token. Although the method is large, it would be relatively hard to break down further... most
- of it is the large switch statement, which sometimes returns and sometimes doesn't.
-
-
-
-
- Reads a string token. It is assumed that the opening " has already been read.
-
-
-
-
- Reads an escaped character. It is assumed that the leading backslash has already been read.
-
-
-
-
- Reads an escaped Unicode 4-nybble hex sequence. It is assumed that the leading \u has already been read.
-
-
-
-
- Consumes a text-only literal, throwing an exception if the read text doesn't match it.
- It is assumed that the first letter of the literal has already been read.
-
-
-
-
- Validates that we're in a valid state to read a value (using the given error prefix if necessary)
- and changes the state to the appropriate one, e.g. ObjectAfterColon to ObjectAfterProperty.
-
-
-
-
- Pops the top-most container, and sets the state to the appropriate one for the end of a value
- in the parent container.
-
-
-
-
- Possible states of the tokenizer.
-
-
- This is a flags enum purely so we can simply and efficiently represent a set of valid states
- for checking.
-
- Each is documented with an example,
- where ^ represents the current position within the text stream. The examples all use string values,
- but could be any value, including nested objects/arrays.
- The complete state of the tokenizer also includes a stack to indicate the contexts (arrays/objects).
- Any additional notional state of "AfterValue" indicates that a value has been completed, at which
- point there's an immediate transition to ExpectedEndOfDocument, ObjectAfterProperty or ArrayAfterValue.
-
-
- These states were derived manually by reading RFC 7159 carefully.
-
-
-
-
-
- ^ { "foo": "bar" }
- Before the value in a document. Next states: ObjectStart, ArrayStart, "AfterValue"
-
-
-
-
- { "foo": "bar" } ^
- After the value in a document. Next states: ReaderExhausted
-
-
-
-
- { "foo": "bar" } ^ (and already read to the end of the reader)
- Terminal state.
-
-
-
-
- { ^ "foo": "bar" }
- Before the *first* property in an object.
- Next states:
- "AfterValue" (empty object)
- ObjectBeforeColon (read a name)
-
-
-
-
- { "foo" ^ : "bar", "x": "y" }
- Next state: ObjectAfterColon
-
-
-
-
- { "foo" : ^ "bar", "x": "y" }
- Before any property other than the first in an object.
- (Equivalently: after any property in an object)
- Next states:
- "AfterValue" (value is simple)
- ObjectStart (value is object)
- ArrayStart (value is array)
-
-
-
-
- { "foo" : "bar" ^ , "x" : "y" }
- At the end of a property, so expecting either a comma or end-of-object
- Next states: ObjectAfterComma or "AfterValue"
-
-
-
-
- { "foo":"bar", ^ "x":"y" }
- Read the comma after the previous property, so expecting another property.
- This is like ObjectStart, but closing brace isn't valid here
- Next state: ObjectBeforeColon.
-
-
-
-
- [ ^ "foo", "bar" ]
- Before the *first* value in an array.
- Next states:
- "AfterValue" (read a value)
- "AfterValue" (end of array; will pop stack)
-
-
-
-
- [ "foo" ^ , "bar" ]
- After any value in an array, so expecting either a comma or end-of-array
- Next states: ArrayAfterComma or "AfterValue"
-
-
-
-
- [ "foo", ^ "bar" ]
- After a comma in an array, so there *must* be another value (simple or complex).
- Next states: "AfterValue" (simple value), StartObject, StartArray
-
-
-
-
- Wrapper around a text reader allowing small amounts of buffering and location handling.
-
-
-
-
- The buffered next character, if we have one.
-
-
-
-
- Returns the next character in the stream, or null if we have reached the end.
-
-
-
-
-
- Creates a new exception appropriate for the current state of the reader.
-
-
-
-
- Stream implementation which proxies another stream, only allowing a certain amount
- of data to be read. Note that this is only used to read delimited streams, so it
- doesn't attempt to implement everything.
-
-
-
-
- Extension methods on and .
-
-
-
-
- Merges data from the given byte array into an existing message.
-
- The message to merge the data into.
- The data to merge, which must be protobuf-encoded binary data.
-
-
-
- Merges data from the given byte array slice into an existing message.
-
- The message to merge the data into.
- The data containing the slice to merge, which must be protobuf-encoded binary data.
- The offset of the slice to merge.
- The length of the slice to merge.
-
-
-
- Merges data from the given byte string into an existing message.
-
- The message to merge the data into.
- The data to merge, which must be protobuf-encoded binary data.
-
-
-
- Merges data from the given stream into an existing message.
-
- The message to merge the data into.
- Stream containing the data to merge, which must be protobuf-encoded binary data.
-
-
-
- Merges length-delimited data from the given stream into an existing message.
-
-
- The stream is expected to contain a length and then the data. Only the amount of data
- specified by the length will be consumed.
-
- The message to merge the data into.
- Stream containing the data to merge, which must be protobuf-encoded binary data.
-
-
-
- Converts the given message into a byte array in protobuf encoding.
-
- The message to convert.
- The message data as a byte array.
-
-
-
- Writes the given message data to the given stream in protobuf encoding.
-
- The message to write to the stream.
- The stream to write to.
-
-
-
- Writes the length and then data of the given message to a stream.
-
- The message to write.
- The output stream to write to.
-
-
-
- Converts the given message into a byte string in protobuf encoding.
-
- The message to convert.
- The message data as a byte string.
-
-
-
- Writes the given message data to the given buffer writer in protobuf encoding.
-
- The message to write to the stream.
- The stream to write to.
-
-
-
- Writes the given message data to the given span in protobuf encoding.
- The size of the destination span needs to fit the serialized size
- of the message exactly, otherwise an exception is thrown.
-
- The message to write to the stream.
- The span to write to. Size must match size of the message exactly.
-
-
-
- Checks if all required fields in a message have values set. For proto3 messages, this returns true
-
-
-
-
- A general message parser, typically used by reflection-based code as all the methods
- return simple .
-
-
-
-
- Creates a template instance ready for population.
-
- An empty message.
-
-
-
- Parses a message from a byte array.
-
- The byte array containing the message. Must not be null.
- The newly parsed message.
-
-
-
- Parses a message from a byte array slice.
-
- The byte array containing the message. Must not be null.
- The offset of the slice to parse.
- The length of the slice to parse.
- The newly parsed message.
-
-
-
- Parses a message from the given byte string.
-
- The data to parse.
- The parsed message.
-
-
-
- Parses a message from the given stream.
-
- The stream to parse.
- The parsed message.
-
-
-
- Parses a message from the given sequence.
-
- The data to parse.
- The parsed message.
-
-
-
- Parses a length-delimited message from the given stream.
-
-
- The stream is expected to contain a length and then the data. Only the amount of data
- specified by the length will be consumed.
-
- The stream to parse.
- The parsed message.
-
-
-
- Parses a message from the given coded input stream.
-
- The stream to parse.
- The parsed message.
-
-
-
- Parses a message from the given JSON.
-
- The JSON to parse.
- The parsed message.
- The JSON does not comply with RFC 7159
- The JSON does not represent a Protocol Buffers message correctly
-
-
-
- Creates a new message parser which optionally discards unknown fields when parsing.
-
- Whether or not to discard unknown fields when parsing.
- A newly configured message parser.
-
-
-
- Creates a new message parser which registers extensions from the specified registry upon creating the message instance
-
- The extensions to register
- A newly configured message parser.
-
-
-
- A parser for a specific message type.
-
-
-
- This delegates most behavior to the
- implementation within the original type, but
- provides convenient overloads to parse from a variety of sources.
-
-
- Most applications will never need to create their own instances of this type;
- instead, use the static Parser property of a generated message type to obtain a
- parser for that type.
-
-
- The type of message to be parsed.
-
-
-
- Creates a new parser.
-
-
- The factory method is effectively an optimization over using a generic constraint
- to require a parameterless constructor: delegates are significantly faster to execute.
-
- Function to invoke when a new, empty message is required.
-
-
-
- Creates a template instance ready for population.
-
- An empty message.
-
-
-
- Parses a message from a byte array.
-
- The byte array containing the message. Must not be null.
- The newly parsed message.
-
-
-
- Parses a message from a byte array slice.
-
- The byte array containing the message. Must not be null.
- The offset of the slice to parse.
- The length of the slice to parse.
- The newly parsed message.
-
-
-
- Parses a message from the given byte string.
-
- The data to parse.
- The parsed message.
-
-
-
- Parses a message from the given stream.
-
- The stream to parse.
- The parsed message.
-
-
-
- Parses a message from the given sequence.
-
- The data to parse.
- The parsed message.
-
-
-
- Parses a length-delimited message from the given stream.
-
-
- The stream is expected to contain a length and then the data. Only the amount of data
- specified by the length will be consumed.
-
- The stream to parse.
- The parsed message.
-
-
-
- Parses a message from the given coded input stream.
-
- The stream to parse.
- The parsed message.
-
-
-
- Parses a message from the given JSON.
-
- The JSON to parse.
- The parsed message.
- The JSON does not comply with RFC 7159
- The JSON does not represent a Protocol Buffers message correctly
-
-
-
- Creates a new message parser which optionally discards unknown fields when parsing.
-
- Whether or not to discard unknown fields when parsing.
- A newly configured message parser.
-
-
-
- Creates a new message parser which registers extensions from the specified registry upon creating the message instance
-
- The extensions to register
- A newly configured message parser.
-
-
-
- Struct used to hold the keys for the fieldByNumber table in DescriptorPool and the keys for the
- extensionByNumber table in ExtensionRegistry.
-
-
-
-
- An opaque struct that represents the current parsing state and is passed along
- as the parsing proceeds.
- All the public methods are intended to be invoked only by the generated code,
- users should never invoke them directly.
-
-
-
-
- Creates a ParseContext instance from CodedInputStream.
- WARNING: internally this copies the CodedInputStream's state, so after done with the ParseContext,
- the CodedInputStream's state needs to be updated.
-
-
-
-
- Returns the last tag read, or 0 if no tags have been read or we've read beyond
- the end of the input.
-
-
-
-
- Internal-only property; when set to true, unknown fields will be discarded while parsing.
-
-
-
-
- Internal-only property; provides extension identifiers to compatible messages while parsing.
-
-
-
-
- Reads a field tag, returning the tag of 0 for "end of input".
-
-
- If this method returns 0, it doesn't necessarily mean the end of all
- the data in this CodedInputReader; it may be the end of the logical input
- for an embedded message, for example.
-
- The next field tag, or 0 for end of input. (0 is never a valid tag.)
-
-
-
- Reads a double field from the input.
-
-
-
-
- Reads a float field from the input.
-
-
-
-
- Reads a uint64 field from the input.
-
-
-
-
- Reads an int64 field from the input.
-
-
-
-
- Reads an int32 field from the input.
-
-
-
-
- Reads a fixed64 field from the input.
-
-
-
-
- Reads a fixed32 field from the input.
-
-
-
-
- Reads a bool field from the input.
-
-
-
-
- Reads a string field from the input.
-
-
-
-
- Reads an embedded message field value from the input.
-
-
-
-
- Reads an embedded group field from the input.
-
-
-
-
- Reads a bytes field value from the input.
-
-
-
-
- Reads a uint32 field value from the input.
-
-
-
-
- Reads an enum field value from the input.
-
-
-
-
- Reads an sfixed32 field value from the input.
-
-
-
-
- Reads an sfixed64 field value from the input.
-
-
-
-
- Reads an sint32 field value from the input.
-
-
-
-
- Reads an sint64 field value from the input.
-
-
-
-
- Reads a length for length-delimited data.
-
-
- This is internally just reading a varint, but this method exists
- to make the calling code clearer.
-
-
-
-
- The position within the current buffer (i.e. the next byte to read)
-
-
-
-
- Size of the current buffer
-
-
-
-
- If we are currently inside a length-delimited block, this is the number of
- bytes in the buffer that are still available once we leave the delimited block.
-
-
-
-
- The absolute position of the end of the current length-delimited block (including totalBytesRetired)
-
-
-
-
- The total number of consumed before the start of the current buffer. The
- total bytes read up to the current position can be computed as
- totalBytesRetired + bufferPos.
-
-
-
-
- The last tag we read. 0 indicates we've read to the end of the stream
- (or haven't read anything yet).
-
-
-
-
- The next tag, used to store the value read by PeekTag.
-
-
-
-
- Internal-only property; when set to true, unknown fields will be discarded while parsing.
-
-
-
-
- Internal-only property; provides extension identifiers to compatible messages while parsing.
-
-
-
-
- Primitives for parsing protobuf wire format.
-
-
-
-
- Reads a length for length-delimited data.
-
-
- This is internally just reading a varint, but this method exists
- to make the calling code clearer.
-
-
-
-
- Parses the next tag.
- If the end of logical stream was reached, an invalid tag of 0 is returned.
-
-
-
-
- Peeks at the next tag in the stream. If it matches ,
- the tag is consumed and the method returns true; otherwise, the
- stream is left in the original position and the method returns false.
-
-
-
-
- Peeks at the next field tag. This is like calling , but the
- tag is not consumed. (So a subsequent call to will return the
- same value.)
-
-
-
-
- Parses a raw varint.
-
-
-
-
- Parses a raw Varint. If larger than 32 bits, discard the upper bits.
- This method is optimised for the case where we've got lots of data in the buffer.
- That means we can check the size just once, then just read directly from the buffer
- without constant rechecking of the buffer length.
-
-
-
-
- Parses a 32-bit little-endian integer.
-
-
-
-
- Parses a 64-bit little-endian integer.
-
-
-
-
- Parses a double value.
-
-
-
-
- Parses a float value.
-
-
-
-
- Reads a fixed size of bytes from the input.
-
-
- the end of the stream or the current limit was reached
-
-
-
-
- Reads and discards bytes.
-
- the end of the stream
- or the current limit was reached
-
-
-
- Reads a string field value from the input.
-
-
-
-
- Reads a bytes field value from the input.
-
-
-
-
- Reads a UTF-8 string from the next "length" bytes.
-
-
- the end of the stream or the current limit was reached
-
-
-
-
- Reads a string assuming that it is spread across multiple spans in a .
-
-
-
-
- Validates that the specified size doesn't exceed the current limit. If it does then remaining bytes
- are skipped and an error is thrown.
-
-
-
-
- Reads a varint from the input one byte at a time, so that it does not
- read any bytes after the end of the varint. If you simply wrapped the
- stream in a CodedInputStream and used ReadRawVarint32(Stream)
- then you would probably end up reading past the end of the varint since
- CodedInputStream buffers its input.
-
-
-
-
-
-
- Decode a 32-bit value with ZigZag encoding.
-
-
- ZigZag encodes signed integers into values that can be efficiently
- encoded with varint. (Otherwise, negative values must be
- sign-extended to 32 bits to be varint encoded, thus always taking
- 5 bytes on the wire.)
-
-
-
-
- Decode a 64-bit value with ZigZag encoding.
-
-
- ZigZag encodes signed integers into values that can be efficiently
- encoded with varint. (Otherwise, negative values must be
- sign-extended to 64 bits to be varint encoded, thus always taking
- 10 bytes on the wire.)
-
-
-
-
- Checks whether there is known data available of the specified size remaining to parse.
- When parsing from a Stream this can return false because we have no knowledge of the amount
- of data remaining in the stream until it is read.
-
-
-
-
- Checks whether there is known data available of the specified size remaining to parse
- in the underlying data source.
- When parsing from a Stream this will return false because we have no knowledge of the amount
- of data remaining in the stream until it is read.
-
-
-
-
- Read raw bytes of the specified length into a span. The amount of data available and the current limit should
- be checked before calling this method.
-
-
-
-
- Reading and skipping messages / groups
-
-
-
-
- Skip a group.
-
-
-
-
- Verifies that the last call to ReadTag() returned tag 0 - in other words,
- we've reached the end of the stream when we expected to.
-
- The
- tag read was not the one specified
-
-
-
- Fast parsing primitives for wrapper types
-
-
-
-
- Helper methods for throwing exceptions when preconditions are not met.
-
-
- This class is used internally and by generated code; it is not particularly
- expected to be used from application code, although nothing prevents it
- from being used that way.
-
-
-
-
- Throws an ArgumentNullException if the given value is null, otherwise
- return the value to the caller.
-
-
-
-
- Throws an ArgumentNullException if the given value is null, otherwise
- return the value to the caller.
-
-
- This is equivalent to but without the type parameter
- constraint. In most cases, the constraint is useful to prevent you from calling CheckNotNull
- with a value type - but it gets in the way if either you want to use it with a nullable
- value type, or you want to use it with an unconstrained type parameter.
-
-
-
-
- Container for a set of custom options specified within a message, field etc.
-
-
-
- This type is publicly immutable, but internally mutable. It is only populated
- by the descriptor parsing code - by the time any user code is able to see an instance,
- it will be fully initialized.
-
-
- If an option is requested using the incorrect method, an answer may still be returned: all
- of the numeric types are represented internally using 64-bit integers, for example. It is up to
- the caller to ensure that they make the appropriate method call for the option they're interested in.
- Note that enum options are simply stored as integers, so the value should be fetched using
- and then cast appropriately.
-
-
- Repeated options are currently not supported. Asking for a single value of an option
- which was actually repeated will return the last value, except for message types where
- all the set values are merged together.
-
-
-
-
-
- Retrieves a Boolean value for the specified option field.
-
- The field to fetch the value for.
- The output variable to populate.
- true if a suitable value for the field was found; false otherwise.
-
-
-
- Retrieves a signed 32-bit integer value for the specified option field.
-
- The field to fetch the value for.
- The output variable to populate.
- true if a suitable value for the field was found; false otherwise.
-
-
-
- Retrieves a signed 64-bit integer value for the specified option field.
-
- The field to fetch the value for.
- The output variable to populate.
- true if a suitable value for the field was found; false otherwise.
-
-
-
- Retrieves an unsigned 32-bit integer value for the specified option field,
- assuming a fixed-length representation.
-
- The field to fetch the value for.
- The output variable to populate.
- true if a suitable value for the field was found; false otherwise.
-
-
-
- Retrieves an unsigned 64-bit integer value for the specified option field,
- assuming a fixed-length representation.
-
- The field to fetch the value for.
- The output variable to populate.
- true if a suitable value for the field was found; false otherwise.
-
-
-
- Retrieves a signed 32-bit integer value for the specified option field,
- assuming a fixed-length representation.
-
- The field to fetch the value for.
- The output variable to populate.
- true if a suitable value for the field was found; false otherwise.
-
-
-
- Retrieves a signed 64-bit integer value for the specified option field,
- assuming a fixed-length representation.
-
- The field to fetch the value for.
- The output variable to populate.
- true if a suitable value for the field was found; false otherwise.
-
-
-
- Retrieves a signed 32-bit integer value for the specified option field,
- assuming a zigzag encoding.
-
- The field to fetch the value for.
- The output variable to populate.
- true if a suitable value for the field was found; false otherwise.
-
-
-
- Retrieves a signed 64-bit integer value for the specified option field,
- assuming a zigzag encoding.
-
- The field to fetch the value for.
- The output variable to populate.
- true if a suitable value for the field was found; false otherwise.
-
-
-
- Retrieves an unsigned 32-bit integer value for the specified option field.
-
- The field to fetch the value for.
- The output variable to populate.
- true if a suitable value for the field was found; false otherwise.
-
-
-
- Retrieves an unsigned 64-bit integer value for the specified option field.
-
- The field to fetch the value for.
- The output variable to populate.
- true if a suitable value for the field was found; false otherwise.
-
-
-
- Retrieves a 32-bit floating point value for the specified option field.
-
- The field to fetch the value for.
- The output variable to populate.
- true if a suitable value for the field was found; false otherwise.
-
-
-
- Retrieves a 64-bit floating point value for the specified option field.
-
- The field to fetch the value for.
- The output variable to populate.
- true if a suitable value for the field was found; false otherwise.
-
-
-
- Retrieves a string value for the specified option field.
-
- The field to fetch the value for.
- The output variable to populate.
- true if a suitable value for the field was found; false otherwise.
-
-
-
- Retrieves a bytes value for the specified option field.
-
- The field to fetch the value for.
- The output variable to populate.
- true if a suitable value for the field was found; false otherwise.
-
-
-
- Retrieves a message value for the specified option field.
-
- The field to fetch the value for.
- The output variable to populate.
- true if a suitable value for the field was found; false otherwise.
-
-
- Holder for reflection information generated from google/protobuf/descriptor.proto
-
-
- File descriptor for google/protobuf/descriptor.proto
-
-
-
- The protocol compiler can output a FileDescriptorSet containing the .proto
- files it parses.
-
-
-
- Field number for the "file" field.
-
-
-
- Describes a complete .proto file.
-
-
-
- Field number for the "name" field.
-
-
-
- file name, relative to root of source tree
-
-
-
- Gets whether the "name" field is set
-
-
- Clears the value of the "name" field
-
-
- Field number for the "package" field.
-
-
-
- e.g. "foo", "foo.bar", etc.
-
-
-
- Gets whether the "package" field is set
-
-
- Clears the value of the "package" field
-
-
- Field number for the "dependency" field.
-
-
-
- Names of files imported by this file.
-
-
-
- Field number for the "public_dependency" field.
-
-
-
- Indexes of the public imported files in the dependency list above.
-
-
-
- Field number for the "weak_dependency" field.
-
-
-
- Indexes of the weak imported files in the dependency list.
- For Google-internal migration only. Do not use.
-
-
-
- Field number for the "message_type" field.
-
-
-
- All top-level definitions in this file.
-
-
-
- Field number for the "enum_type" field.
-
-
- Field number for the "service" field.
-
-
- Field number for the "extension" field.
-
-
- Field number for the "options" field.
-
-
- Field number for the "source_code_info" field.
-
-
-
- This field contains optional information about the original source code.
- You may safely remove this entire field without harming runtime
- functionality of the descriptors -- the information is needed only by
- development tools.
-
-
-
- Field number for the "syntax" field.
-
-
-
- The syntax of the proto file.
- The supported values are "proto2" and "proto3".
-
-
-
- Gets whether the "syntax" field is set
-
-
- Clears the value of the "syntax" field
-
-
-
- Describes a message type.
-
-
-
- Field number for the "name" field.
-
-
- Gets whether the "name" field is set
-
-
- Clears the value of the "name" field
-
-
- Field number for the "field" field.
-
-
- Field number for the "extension" field.
-
-
- Field number for the "nested_type" field.
-
-
- Field number for the "enum_type" field.
-
-
- Field number for the "extension_range" field.
-
-
- Field number for the "oneof_decl" field.
-
-
- Field number for the "options" field.
-
-
- Field number for the "reserved_range" field.
-
-
- Field number for the "reserved_name" field.
-
-
-
- Reserved field names, which may not be used by fields in the same message.
- A given name may only be reserved once.
-
-
-
- Container for nested types declared in the DescriptorProto message type.
-
-
- Field number for the "start" field.
-
-
-
- Inclusive.
-
-
-
- Gets whether the "start" field is set
-
-
- Clears the value of the "start" field
-
-
- Field number for the "end" field.
-
-
-
- Exclusive.
-
-
-
- Gets whether the "end" field is set
-
-
- Clears the value of the "end" field
-
-
- Field number for the "options" field.
-
-
-
- Range of reserved tag numbers. Reserved tag numbers may not be used by
- fields or extension ranges in the same message. Reserved ranges may
- not overlap.
-
-
-
- Field number for the "start" field.
-
-
-
- Inclusive.
-
-
-
- Gets whether the "start" field is set
-
-
- Clears the value of the "start" field
-
-
- Field number for the "end" field.
-
-
-
- Exclusive.
-
-
-
- Gets whether the "end" field is set
-
-
- Clears the value of the "end" field
-
-
- Field number for the "uninterpreted_option" field.
-
-
-
- The parser stores options it doesn't recognize here. See above.
-
-
-
-
- Describes a field within a message.
-
-
-
- Field number for the "name" field.
-
-
- Gets whether the "name" field is set
-
-
- Clears the value of the "name" field
-
-
- Field number for the "number" field.
-
-
- Gets whether the "number" field is set
-
-
- Clears the value of the "number" field
-
-
- Field number for the "label" field.
-
-
- Gets whether the "label" field is set
-
-
- Clears the value of the "label" field
-
-
- Field number for the "type" field.
-
-
-
- If type_name is set, this need not be set. If both this and type_name
- are set, this must be one of TYPE_ENUM, TYPE_MESSAGE or TYPE_GROUP.
-
-
-
- Gets whether the "type" field is set
-
-
- Clears the value of the "type" field
-
-
- Field number for the "type_name" field.
-
-
-
- For message and enum types, this is the name of the type. If the name
- starts with a '.', it is fully-qualified. Otherwise, C++-like scoping
- rules are used to find the type (i.e. first the nested types within this
- message are searched, then within the parent, on up to the root
- namespace).
-
-
-
- Gets whether the "type_name" field is set
-
-
- Clears the value of the "type_name" field
-
-
- Field number for the "extendee" field.
-
-
-
- For extensions, this is the name of the type being extended. It is
- resolved in the same manner as type_name.
-
-
-
- Gets whether the "extendee" field is set
-
-
- Clears the value of the "extendee" field
-
-
- Field number for the "default_value" field.
-
-
-
- For numeric types, contains the original text representation of the value.
- For booleans, "true" or "false".
- For strings, contains the default text contents (not escaped in any way).
- For bytes, contains the C escaped value. All bytes >= 128 are escaped.
- TODO(kenton): Base-64 encode?
-
-
-
- Gets whether the "default_value" field is set
-
-
- Clears the value of the "default_value" field
-
-
- Field number for the "oneof_index" field.
-
-
-
- If set, gives the index of a oneof in the containing type's oneof_decl
- list. This field is a member of that oneof.
-
-
-
- Gets whether the "oneof_index" field is set
-
-
- Clears the value of the "oneof_index" field
-
-
- Field number for the "json_name" field.
-
-
-
- JSON name of this field. The value is set by protocol compiler. If the
- user has set a "json_name" option on this field, that option's value
- will be used. Otherwise, it's deduced from the field's name by converting
- it to camelCase.
-
-
-
- Gets whether the "json_name" field is set
-
-
- Clears the value of the "json_name" field
-
-
- Field number for the "options" field.
-
-
- Field number for the "proto3_optional" field.
-
-
-
- If true, this is a proto3 "optional". When a proto3 field is optional, it
- tracks presence regardless of field type.
-
- When proto3_optional is true, this field must be belong to a oneof to
- signal to old proto3 clients that presence is tracked for this field. This
- oneof is known as a "synthetic" oneof, and this field must be its sole
- member (each proto3 optional field gets its own synthetic oneof). Synthetic
- oneofs exist in the descriptor only, and do not generate any API. Synthetic
- oneofs must be ordered after all "real" oneofs.
-
- For message fields, proto3_optional doesn't create any semantic change,
- since non-repeated message fields always track presence. However it still
- indicates the semantic detail of whether the user wrote "optional" or not.
- This can be useful for round-tripping the .proto file. For consistency we
- give message fields a synthetic oneof also, even though it is not required
- to track presence. This is especially important because the parser can't
- tell if a field is a message or an enum, so it must always create a
- synthetic oneof.
-
- Proto2 optional fields do not set this flag, because they already indicate
- optional with `LABEL_OPTIONAL`.
-
-
-
- Gets whether the "proto3_optional" field is set
-
-
- Clears the value of the "proto3_optional" field
-
-
- Container for nested types declared in the FieldDescriptorProto message type.
-
-
-
- 0 is reserved for errors.
- Order is weird for historical reasons.
-
-
-
-
- Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT64 if
- negative values are likely.
-
-
-
-
- Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT32 if
- negative values are likely.
-
-
-
-
- Tag-delimited aggregate.
- Group type is deprecated and not supported in proto3. However, Proto3
- implementations should still be able to parse the group wire format and
- treat group fields as unknown fields.
-
-
-
-
- Length-delimited aggregate.
-
-
-
-
- New in version 2.
-
-
-
-
- Uses ZigZag encoding.
-
-
-
-
- Uses ZigZag encoding.
-
-
-
-
- 0 is reserved for errors
-
-
-
-
- Describes a oneof.
-
-
-
- Field number for the "name" field.
-
-
- Gets whether the "name" field is set
-
-
- Clears the value of the "name" field
-
-
- Field number for the "options" field.
-
-
-
- Describes an enum type.
-
-
-
- Field number for the "name" field.
-
-
- Gets whether the "name" field is set
-
-
- Clears the value of the "name" field
-
-
- Field number for the "value" field.
-
-
- Field number for the "options" field.
-
-
- Field number for the "reserved_range" field.
-
-
-
- Range of reserved numeric values. Reserved numeric values may not be used
- by enum values in the same enum declaration. Reserved ranges may not
- overlap.
-
-
-
- Field number for the "reserved_name" field.
-
-
-
- Reserved enum value names, which may not be reused. A given name may only
- be reserved once.
-
-
-
- Container for nested types declared in the EnumDescriptorProto message type.
-
-
-
- Range of reserved numeric values. Reserved values may not be used by
- entries in the same enum. Reserved ranges may not overlap.
-
- Note that this is distinct from DescriptorProto.ReservedRange in that it
- is inclusive such that it can appropriately represent the entire int32
- domain.
-
-
-
- Field number for the "start" field.
-
-
-
- Inclusive.
-
-
-
- Gets whether the "start" field is set
-
-
- Clears the value of the "start" field
-
-
- Field number for the "end" field.
-
-
-
- Inclusive.
-
-
-
- Gets whether the "end" field is set
-
-
- Clears the value of the "end" field
-
-
-
- Describes a value within an enum.
-
-
-
- Field number for the "name" field.
-
-
- Gets whether the "name" field is set
-
-
- Clears the value of the "name" field
-
-
- Field number for the "number" field.
-
-
- Gets whether the "number" field is set
-
-
- Clears the value of the "number" field
-
-
- Field number for the "options" field.
-
-
-
- Describes a service.
-
-
-
- Field number for the "name" field.
-
-
- Gets whether the "name" field is set
-
-
- Clears the value of the "name" field
-
-
- Field number for the "method" field.
-
-
- Field number for the "options" field.
-
-
-
- Describes a method of a service.
-
-
-
- Field number for the "name" field.
-
-
- Gets whether the "name" field is set
-
-
- Clears the value of the "name" field
-
-
- Field number for the "input_type" field.
-
-
-
- Input and output type names. These are resolved in the same way as
- FieldDescriptorProto.type_name, but must refer to a message type.
-
-
-
- Gets whether the "input_type" field is set
-
-
- Clears the value of the "input_type" field
-
-
- Field number for the "output_type" field.
-
-
- Gets whether the "output_type" field is set
-
-
- Clears the value of the "output_type" field
-
-
- Field number for the "options" field.
-
-
- Field number for the "client_streaming" field.
-
-
-
- Identifies if client streams multiple client messages
-
-
-
- Gets whether the "client_streaming" field is set
-
-
- Clears the value of the "client_streaming" field
-
-
- Field number for the "server_streaming" field.
-
-
-
- Identifies if server streams multiple server messages
-
-
-
- Gets whether the "server_streaming" field is set
-
-
- Clears the value of the "server_streaming" field
-
-
- Field number for the "java_package" field.
-
-
-
- Sets the Java package where classes generated from this .proto will be
- placed. By default, the proto package is used, but this is often
- inappropriate because proto packages do not normally start with backwards
- domain names.
-
-
-
- Gets whether the "java_package" field is set
-
-
- Clears the value of the "java_package" field
-
-
- Field number for the "java_outer_classname" field.
-
-
-
- If set, all the classes from the .proto file are wrapped in a single
- outer class with the given name. This applies to both Proto1
- (equivalent to the old "--one_java_file" option) and Proto2 (where
- a .proto always translates to a single class, but you may want to
- explicitly choose the class name).
-
-
-
- Gets whether the "java_outer_classname" field is set
-
-
- Clears the value of the "java_outer_classname" field
-
-
- Field number for the "java_multiple_files" field.
-
-
-
- If set true, then the Java code generator will generate a separate .java
- file for each top-level message, enum, and service defined in the .proto
- file. Thus, these types will *not* be nested inside the outer class
- named by java_outer_classname. However, the outer class will still be
- generated to contain the file's getDescriptor() method as well as any
- top-level extensions defined in the file.
-
-
-
- Gets whether the "java_multiple_files" field is set
-
-
- Clears the value of the "java_multiple_files" field
-
-
- Field number for the "java_generate_equals_and_hash" field.
-
-
-
- This option does nothing.
-
-
-
- Gets whether the "java_generate_equals_and_hash" field is set
-
-
- Clears the value of the "java_generate_equals_and_hash" field
-
-
- Field number for the "java_string_check_utf8" field.
-
-
-
- If set true, then the Java2 code generator will generate code that
- throws an exception whenever an attempt is made to assign a non-UTF-8
- byte sequence to a string field.
- Message reflection will do the same.
- However, an extension field still accepts non-UTF-8 byte sequences.
- This option has no effect on when used with the lite runtime.
-
-
-
- Gets whether the "java_string_check_utf8" field is set
-
-
- Clears the value of the "java_string_check_utf8" field
-
-
- Field number for the "optimize_for" field.
-
-
- Gets whether the "optimize_for" field is set
-
-
- Clears the value of the "optimize_for" field
-
-
- Field number for the "go_package" field.
-
-
-
- Sets the Go package where structs generated from this .proto will be
- placed. If omitted, the Go package will be derived from the following:
- - The basename of the package import path, if provided.
- - Otherwise, the package statement in the .proto file, if present.
- - Otherwise, the basename of the .proto file, without extension.
-
-
-
- Gets whether the "go_package" field is set
-
-
- Clears the value of the "go_package" field
-
-
- Field number for the "cc_generic_services" field.
-
-
-
- Should generic services be generated in each language? "Generic" services
- are not specific to any particular RPC system. They are generated by the
- main code generators in each language (without additional plugins).
- Generic services were the only kind of service generation supported by
- early versions of google.protobuf.
-
- Generic services are now considered deprecated in favor of using plugins
- that generate code specific to your particular RPC system. Therefore,
- these default to false. Old code which depends on generic services should
- explicitly set them to true.
-
-
-
- Gets whether the "cc_generic_services" field is set
-
-
- Clears the value of the "cc_generic_services" field
-
-
- Field number for the "java_generic_services" field.
-
-
- Gets whether the "java_generic_services" field is set
-
-
- Clears the value of the "java_generic_services" field
-
-
- Field number for the "py_generic_services" field.
-
-
- Gets whether the "py_generic_services" field is set
-
-
- Clears the value of the "py_generic_services" field
-
-
- Field number for the "php_generic_services" field.
-
-
- Gets whether the "php_generic_services" field is set
-
-
- Clears the value of the "php_generic_services" field
-
-
- Field number for the "deprecated" field.
-
-
-
- Is this file deprecated?
- Depending on the target platform, this can emit Deprecated annotations
- for everything in the file, or it will be completely ignored; in the very
- least, this is a formalization for deprecating files.
-
-
-
- Gets whether the "deprecated" field is set
-
-
- Clears the value of the "deprecated" field
-
-
- Field number for the "cc_enable_arenas" field.
-
-
-
- Enables the use of arenas for the proto messages in this file. This applies
- only to generated classes for C++.
-
-
-
- Gets whether the "cc_enable_arenas" field is set
-
-
- Clears the value of the "cc_enable_arenas" field
-
-
- Field number for the "objc_class_prefix" field.
-
-
-
- Sets the objective c class prefix which is prepended to all objective c
- generated classes from this .proto. There is no default.
-
-
-
- Gets whether the "objc_class_prefix" field is set
-
-
- Clears the value of the "objc_class_prefix" field
-
-
- Field number for the "csharp_namespace" field.
-
-
-
- Namespace for generated classes; defaults to the package.
-
-
-
- Gets whether the "csharp_namespace" field is set
-
-
- Clears the value of the "csharp_namespace" field
-
-
- Field number for the "swift_prefix" field.
-
-
-
- By default Swift generators will take the proto package and CamelCase it
- replacing '.' with underscore and use that to prefix the types/symbols
- defined. When this options is provided, they will use this value instead
- to prefix the types/symbols defined.
-
-
-
- Gets whether the "swift_prefix" field is set
-
-
- Clears the value of the "swift_prefix" field
-
-
- Field number for the "php_class_prefix" field.
-
-
-
- Sets the php class prefix which is prepended to all php generated classes
- from this .proto. Default is empty.
-
-
-
- Gets whether the "php_class_prefix" field is set
-
-
- Clears the value of the "php_class_prefix" field
-
-
- Field number for the "php_namespace" field.
-
-
-
- Use this option to change the namespace of php generated classes. Default
- is empty. When this option is empty, the package name will be used for
- determining the namespace.
-
-
-
- Gets whether the "php_namespace" field is set
-
-
- Clears the value of the "php_namespace" field
-
-
- Field number for the "php_metadata_namespace" field.
-
-
-
- Use this option to change the namespace of php generated metadata classes.
- Default is empty. When this option is empty, the proto file name will be
- used for determining the namespace.
-
-
-
- Gets whether the "php_metadata_namespace" field is set
-
-
- Clears the value of the "php_metadata_namespace" field
-
-
- Field number for the "ruby_package" field.
-
-
-
- Use this option to change the package of ruby generated classes. Default
- is empty. When this option is not set, the package name will be used for
- determining the ruby package.
-
-
-
- Gets whether the "ruby_package" field is set
-
-
- Clears the value of the "ruby_package" field
-
-
- Field number for the "uninterpreted_option" field.
-
-
-
- The parser stores options it doesn't recognize here.
- See the documentation for the "Options" section above.
-
-
-
- Container for nested types declared in the FileOptions message type.
-
-
-
- Generated classes can be optimized for speed or code size.
-
-
-
-
- Generate complete code for parsing, serialization,
-
-
-
-
- etc.
-
-
-
-
- Generate code using MessageLite and the lite runtime.
-
-
-
- Field number for the "message_set_wire_format" field.
-
-
-
- Set true to use the old proto1 MessageSet wire format for extensions.
- This is provided for backwards-compatibility with the MessageSet wire
- format. You should not use this for any other reason: It's less
- efficient, has fewer features, and is more complicated.
-
- The message must be defined exactly as follows:
- message Foo {
- option message_set_wire_format = true;
- extensions 4 to max;
- }
- Note that the message cannot have any defined fields; MessageSets only
- have extensions.
-
- All extensions of your type must be singular messages; e.g. they cannot
- be int32s, enums, or repeated messages.
-
- Because this is an option, the above two restrictions are not enforced by
- the protocol compiler.
-
-
-
- Gets whether the "message_set_wire_format" field is set
-
-
- Clears the value of the "message_set_wire_format" field
-
-
- Field number for the "no_standard_descriptor_accessor" field.
-
-
-
- Disables the generation of the standard "descriptor()" accessor, which can
- conflict with a field of the same name. This is meant to make migration
- from proto1 easier; new code should avoid fields named "descriptor".
-
-
-
- Gets whether the "no_standard_descriptor_accessor" field is set
-
-
- Clears the value of the "no_standard_descriptor_accessor" field
-
-
- Field number for the "deprecated" field.
-
-
-
- Is this message deprecated?
- Depending on the target platform, this can emit Deprecated annotations
- for the message, or it will be completely ignored; in the very least,
- this is a formalization for deprecating messages.
-
-
-
- Gets whether the "deprecated" field is set
-
-
- Clears the value of the "deprecated" field
-
-
- Field number for the "map_entry" field.
-
-
-
- Whether the message is an automatically generated map entry type for the
- maps field.
-
- For maps fields:
- map<KeyType, ValueType> map_field = 1;
- The parsed descriptor looks like:
- message MapFieldEntry {
- option map_entry = true;
- optional KeyType key = 1;
- optional ValueType value = 2;
- }
- repeated MapFieldEntry map_field = 1;
-
- Implementations may choose not to generate the map_entry=true message, but
- use a native map in the target language to hold the keys and values.
- The reflection APIs in such implementations still need to work as
- if the field is a repeated message field.
-
- NOTE: Do not set the option in .proto files. Always use the maps syntax
- instead. The option should only be implicitly set by the proto compiler
- parser.
-
-
-
- Gets whether the "map_entry" field is set
-
-
- Clears the value of the "map_entry" field
-
-
- Field number for the "uninterpreted_option" field.
-
-
-
- The parser stores options it doesn't recognize here. See above.
-
-
-
- Field number for the "ctype" field.
-
-
-
- The ctype option instructs the C++ code generator to use a different
- representation of the field than it normally would. See the specific
- options below. This option is not yet implemented in the open source
- release -- sorry, we'll try to include it in a future version!
-
-
-
- Gets whether the "ctype" field is set
-
-
- Clears the value of the "ctype" field
-
-
- Field number for the "packed" field.
-
-
-
- The packed option can be enabled for repeated primitive fields to enable
- a more efficient representation on the wire. Rather than repeatedly
- writing the tag and type for each element, the entire array is encoded as
- a single length-delimited blob. In proto3, only explicit setting it to
- false will avoid using packed encoding.
-
-
-
- Gets whether the "packed" field is set
-
-
- Clears the value of the "packed" field
-
-
- Field number for the "jstype" field.
-
-
-
- The jstype option determines the JavaScript type used for values of the
- field. The option is permitted only for 64 bit integral and fixed types
- (int64, uint64, sint64, fixed64, sfixed64). A field with jstype JS_STRING
- is represented as JavaScript string, which avoids loss of precision that
- can happen when a large value is converted to a floating point JavaScript.
- Specifying JS_NUMBER for the jstype causes the generated JavaScript code to
- use the JavaScript "number" type. The behavior of the default option
- JS_NORMAL is implementation dependent.
-
- This option is an enum to permit additional types to be added, e.g.
- goog.math.Integer.
-
-
-
- Gets whether the "jstype" field is set
-
-
- Clears the value of the "jstype" field
-
-
- Field number for the "lazy" field.
-
-
-
- Should this field be parsed lazily? Lazy applies only to message-type
- fields. It means that when the outer message is initially parsed, the
- inner message's contents will not be parsed but instead stored in encoded
- form. The inner message will actually be parsed when it is first accessed.
-
- This is only a hint. Implementations are free to choose whether to use
- eager or lazy parsing regardless of the value of this option. However,
- setting this option true suggests that the protocol author believes that
- using lazy parsing on this field is worth the additional bookkeeping
- overhead typically needed to implement it.
-
- This option does not affect the public interface of any generated code;
- all method signatures remain the same. Furthermore, thread-safety of the
- interface is not affected by this option; const methods remain safe to
- call from multiple threads concurrently, while non-const methods continue
- to require exclusive access.
-
- Note that implementations may choose not to check required fields within
- a lazy sub-message. That is, calling IsInitialized() on the outer message
- may return true even if the inner message has missing required fields.
- This is necessary because otherwise the inner message would have to be
- parsed in order to perform the check, defeating the purpose of lazy
- parsing. An implementation which chooses not to check required fields
- must be consistent about it. That is, for any particular sub-message, the
- implementation must either *always* check its required fields, or *never*
- check its required fields, regardless of whether or not the message has
- been parsed.
-
-
-
- Gets whether the "lazy" field is set
-
-
- Clears the value of the "lazy" field
-
-
- Field number for the "deprecated" field.
-
-
-
- Is this field deprecated?
- Depending on the target platform, this can emit Deprecated annotations
- for accessors, or it will be completely ignored; in the very least, this
- is a formalization for deprecating fields.
-
-
-
- Gets whether the "deprecated" field is set
-
-
- Clears the value of the "deprecated" field
-
-
- Field number for the "weak" field.
-
-
-
- For Google-internal migration only. Do not use.
-
-
-
- Gets whether the "weak" field is set
-
-
- Clears the value of the "weak" field
-
-
- Field number for the "uninterpreted_option" field.
-
-
-
- The parser stores options it doesn't recognize here. See above.
-
-
-
- Container for nested types declared in the FieldOptions message type.
-
-
-
- Default mode.
-
-
-
-
- Use the default type.
-
-
-
-
- Use JavaScript strings.
-
-
-
-
- Use JavaScript numbers.
-
-
-
- Field number for the "uninterpreted_option" field.
-
-
-
- The parser stores options it doesn't recognize here. See above.
-
-
-
- Field number for the "allow_alias" field.
-
-
-
- Set this option to true to allow mapping different tag names to the same
- value.
-
-
-
- Gets whether the "allow_alias" field is set
-
-
- Clears the value of the "allow_alias" field
-
-
- Field number for the "deprecated" field.
-
-
-
- Is this enum deprecated?
- Depending on the target platform, this can emit Deprecated annotations
- for the enum, or it will be completely ignored; in the very least, this
- is a formalization for deprecating enums.
-
-
-
- Gets whether the "deprecated" field is set
-
-
- Clears the value of the "deprecated" field
-
-
- Field number for the "uninterpreted_option" field.
-
-
-
- The parser stores options it doesn't recognize here. See above.
-
-
-
- Field number for the "deprecated" field.
-
-
-
- Is this enum value deprecated?
- Depending on the target platform, this can emit Deprecated annotations
- for the enum value, or it will be completely ignored; in the very least,
- this is a formalization for deprecating enum values.
-
-
-
- Gets whether the "deprecated" field is set
-
-
- Clears the value of the "deprecated" field
-
-
- Field number for the "uninterpreted_option" field.
-
-
-
- The parser stores options it doesn't recognize here. See above.
-
-
-
- Field number for the "deprecated" field.
-
-
-
- Is this service deprecated?
- Depending on the target platform, this can emit Deprecated annotations
- for the service, or it will be completely ignored; in the very least,
- this is a formalization for deprecating services.
-
-
-
- Gets whether the "deprecated" field is set
-
-
- Clears the value of the "deprecated" field
-
-
- Field number for the "uninterpreted_option" field.
-
-
-
- The parser stores options it doesn't recognize here. See above.
-
-
-
- Field number for the "deprecated" field.
-
-
-
- Is this method deprecated?
- Depending on the target platform, this can emit Deprecated annotations
- for the method, or it will be completely ignored; in the very least,
- this is a formalization for deprecating methods.
-
-
-
- Gets whether the "deprecated" field is set
-
-
- Clears the value of the "deprecated" field
-
-
- Field number for the "idempotency_level" field.
-
-
- Gets whether the "idempotency_level" field is set
-
-
- Clears the value of the "idempotency_level" field
-
-
- Field number for the "uninterpreted_option" field.
-
-
-
- The parser stores options it doesn't recognize here. See above.
-
-
-
- Container for nested types declared in the MethodOptions message type.
-
-
-
- Is this method side-effect-free (or safe in HTTP parlance), or idempotent,
- or neither? HTTP based RPC implementation may choose GET verb for safe
- methods, and PUT verb for idempotent methods instead of the default POST.
-
-
-
-
- implies idempotent
-
-
-
-
- idempotent, but may have side effects
-
-
-
-
- A message representing a option the parser does not recognize. This only
- appears in options protos created by the compiler::Parser class.
- DescriptorPool resolves these when building Descriptor objects. Therefore,
- options protos in descriptor objects (e.g. returned by Descriptor::options(),
- or produced by Descriptor::CopyTo()) will never have UninterpretedOptions
- in them.
-
-
-
- Field number for the "name" field.
-
-
- Field number for the "identifier_value" field.
-
-
-
- The value of the uninterpreted option, in whatever type the tokenizer
- identified it as during parsing. Exactly one of these should be set.
-
-
-
- Gets whether the "identifier_value" field is set
-
-
- Clears the value of the "identifier_value" field
-
-
- Field number for the "positive_int_value" field.
-
-
- Gets whether the "positive_int_value" field is set
-
-
- Clears the value of the "positive_int_value" field
-
-
- Field number for the "negative_int_value" field.
-
-
- Gets whether the "negative_int_value" field is set
-
-
- Clears the value of the "negative_int_value" field
-
-
- Field number for the "double_value" field.
-
-
- Gets whether the "double_value" field is set
-
-
- Clears the value of the "double_value" field
-
-
- Field number for the "string_value" field.
-
-
- Gets whether the "string_value" field is set
-
-
- Clears the value of the "string_value" field
-
-
- Field number for the "aggregate_value" field.
-
-
- Gets whether the "aggregate_value" field is set
-
-
- Clears the value of the "aggregate_value" field
-
-
- Container for nested types declared in the UninterpretedOption message type.
-
-
-
- The name of the uninterpreted option. Each string represents a segment in
- a dot-separated name. is_extension is true iff a segment represents an
- extension (denoted with parentheses in options specs in .proto files).
- E.g.,{ ["foo", false], ["bar.baz", true], ["qux", false] } represents
- "foo.(bar.baz).qux".
-
-
-
- Field number for the "name_part" field.
-
-
- Gets whether the "name_part" field is set
-
-
- Clears the value of the "name_part" field
-
-
- Field number for the "is_extension" field.
-
-
- Gets whether the "is_extension" field is set
-
-
- Clears the value of the "is_extension" field
-
-
-
- Encapsulates information about the original source file from which a
- FileDescriptorProto was generated.
-
-
-
- Field number for the "location" field.
-
-
-
- A Location identifies a piece of source code in a .proto file which
- corresponds to a particular definition. This information is intended
- to be useful to IDEs, code indexers, documentation generators, and similar
- tools.
-
- For example, say we have a file like:
- message Foo {
- optional string foo = 1;
- }
- Let's look at just the field definition:
- optional string foo = 1;
- ^ ^^ ^^ ^ ^^^
- a bc de f ghi
- We have the following locations:
- span path represents
- [a,i) [ 4, 0, 2, 0 ] The whole field definition.
- [a,b) [ 4, 0, 2, 0, 4 ] The label (optional).
- [c,d) [ 4, 0, 2, 0, 5 ] The type (string).
- [e,f) [ 4, 0, 2, 0, 1 ] The name (foo).
- [g,h) [ 4, 0, 2, 0, 3 ] The number (1).
-
- Notes:
- - A location may refer to a repeated field itself (i.e. not to any
- particular index within it). This is used whenever a set of elements are
- logically enclosed in a single code segment. For example, an entire
- extend block (possibly containing multiple extension definitions) will
- have an outer location whose path refers to the "extensions" repeated
- field without an index.
- - Multiple locations may have the same path. This happens when a single
- logical declaration is spread out across multiple places. The most
- obvious example is the "extend" block again -- there may be multiple
- extend blocks in the same scope, each of which will have the same path.
- - A location's span is not always a subset of its parent's span. For
- example, the "extendee" of an extension declaration appears at the
- beginning of the "extend" block and is shared by all extensions within
- the block.
- - Just because a location's span is a subset of some other location's span
- does not mean that it is a descendant. For example, a "group" defines
- both a type and a field in a single declaration. Thus, the locations
- corresponding to the type and field and their components will overlap.
- - Code which tries to interpret locations should probably be designed to
- ignore those that it doesn't understand, as more types of locations could
- be recorded in the future.
-
-
-
- Container for nested types declared in the SourceCodeInfo message type.
-
-
- Field number for the "path" field.
-
-
-
- Identifies which part of the FileDescriptorProto was defined at this
- location.
-
- Each element is a field number or an index. They form a path from
- the root FileDescriptorProto to the place where the definition. For
- example, this path:
- [ 4, 3, 2, 7, 1 ]
- refers to:
- file.message_type(3) // 4, 3
- .field(7) // 2, 7
- .name() // 1
- This is because FileDescriptorProto.message_type has field number 4:
- repeated DescriptorProto message_type = 4;
- and DescriptorProto.field has field number 2:
- repeated FieldDescriptorProto field = 2;
- and FieldDescriptorProto.name has field number 1:
- optional string name = 1;
-
- Thus, the above path gives the location of a field name. If we removed
- the last element:
- [ 4, 3, 2, 7 ]
- this path refers to the whole field declaration (from the beginning
- of the label to the terminating semicolon).
-
-
-
- Field number for the "span" field.
-
-
-
- Always has exactly three or four elements: start line, start column,
- end line (optional, otherwise assumed same as start line), end column.
- These are packed into a single field for efficiency. Note that line
- and column numbers are zero-based -- typically you will want to add
- 1 to each before displaying to a user.
-
-
-
- Field number for the "leading_comments" field.
-
-
-
- If this SourceCodeInfo represents a complete declaration, these are any
- comments appearing before and after the declaration which appear to be
- attached to the declaration.
-
- A series of line comments appearing on consecutive lines, with no other
- tokens appearing on those lines, will be treated as a single comment.
-
- leading_detached_comments will keep paragraphs of comments that appear
- before (but not connected to) the current element. Each paragraph,
- separated by empty lines, will be one comment element in the repeated
- field.
-
- Only the comment content is provided; comment markers (e.g. //) are
- stripped out. For block comments, leading whitespace and an asterisk
- will be stripped from the beginning of each line other than the first.
- Newlines are included in the output.
-
- Examples:
-
- optional int32 foo = 1; // Comment attached to foo.
- // Comment attached to bar.
- optional int32 bar = 2;
-
- optional string baz = 3;
- // Comment attached to baz.
- // Another line attached to baz.
-
- // Comment attached to qux.
- //
- // Another line attached to qux.
- optional double qux = 4;
-
- // Detached comment for corge. This is not leading or trailing comments
- // to qux or corge because there are blank lines separating it from
- // both.
-
- // Detached comment for corge paragraph 2.
-
- optional string corge = 5;
- /* Block comment attached
- * to corge. Leading asterisks
- * will be removed. */
- /* Block comment attached to
- * grault. */
- optional int32 grault = 6;
-
- // ignored detached comments.
-
-
-
- Gets whether the "leading_comments" field is set
-
-
- Clears the value of the "leading_comments" field
-
-
- Field number for the "trailing_comments" field.
-
-
- Gets whether the "trailing_comments" field is set
-
-
- Clears the value of the "trailing_comments" field
-
-
- Field number for the "leading_detached_comments" field.
-
-
-
- Describes the relationship between generated code and its original source
- file. A GeneratedCodeInfo message is associated with only one generated
- source file, but may contain references to different source .proto files.
-
-
-
- Field number for the "annotation" field.
-
-
-
- An Annotation connects some span of text in generated code to an element
- of its generating .proto file.
-
-
-
- Container for nested types declared in the GeneratedCodeInfo message type.
-
-
- Field number for the "path" field.
-
-
-
- Identifies the element in the original source .proto file. This field
- is formatted the same as SourceCodeInfo.Location.path.
-
-
-
- Field number for the "source_file" field.
-
-
-
- Identifies the filesystem path to the original source .proto.
-
-
-
- Gets whether the "source_file" field is set
-
-
- Clears the value of the "source_file" field
-
-
- Field number for the "begin" field.
-
-
-
- Identifies the starting offset in bytes in the generated code
- that relates to the identified object.
-
-
-
- Gets whether the "begin" field is set
-
-
- Clears the value of the "begin" field
-
-
- Field number for the "end" field.
-
-
-
- Identifies the ending offset in bytes in the generated code that
- relates to the identified offset. The end offset should be one past
- the last relevant byte (so the length of the text = end - begin).
-
-
-
- Gets whether the "end" field is set
-
-
- Clears the value of the "end" field
-
-
-
- Base class for nearly all descriptors, providing common functionality.
-
-
-
-
- The index of this descriptor within its parent descriptor.
-
-
- This returns the index of this descriptor within its parent, for
- this descriptor's type. (There can be duplicate values for different
- types, e.g. one enum type with index 0 and one message type with index 0.)
-
-
-
-
- Returns the name of the entity (field, message etc) being described.
-
-
-
-
- The fully qualified name of the descriptor's target.
-
-
-
-
- The file this descriptor was declared in.
-
-
-
-
- The declaration information about the descriptor, or null if no declaration information
- is available for this descriptor.
-
-
- This information is typically only available for dynamically loaded descriptors,
- for example within a protoc plugin where the full descriptors, including source info,
- are passed to the code by protoc.
-
-
-
-
- Retrieves the list of nested descriptors corresponding to the given field number, if any.
- If the field is unknown or not a nested descriptor list, return null to terminate the search.
- The default implementation returns null.
-
-
-
-
- Provides additional information about the declaration of a descriptor,
- such as source location and comments.
-
-
-
-
- The descriptor this declaration relates to.
-
-
-
-
- The start line of the declaration within the source file. This value is 1-based.
-
-
-
-
- The start column of the declaration within the source file. This value is 1-based.
-
-
-
-
- // The end line of the declaration within the source file. This value is 1-based.
-
-
-
-
- The end column of the declaration within the source file. This value is 1-based, and
- exclusive. (The final character of the declaration is on the column before this value.)
-
-
-
-
- Comments appearing before the declaration. Never null, but may be empty. Multi-line comments
- are represented as a newline-separated string. Leading whitespace and the comment marker ("//")
- are removed from each line.
-
-
-
-
- Comments appearing after the declaration. Never null, but may be empty. Multi-line comments
- are represented as a newline-separated string. Leading whitespace and the comment marker ("//")
- are removed from each line.
-
-
-
-
- Comments appearing before the declaration, but separated from it by blank
- lines. Each string represents a newline-separated paragraph of comments.
- Leading whitespace and the comment marker ("//") are removed from each line.
- The list is never null, but may be empty. Likewise each element is never null, but may be empty.
-
-
-
-
- Contains lookup tables containing all the descriptors defined in a particular file.
-
-
-
-
- Finds a symbol of the given name within the pool.
-
- The type of symbol to look for
- Fully-qualified name to look up
- The symbol with the given name and type,
- or null if the symbol doesn't exist or has the wrong type
-
-
-
- Adds a package to the symbol tables. If a package by the same name
- already exists, that is fine, but if some other kind of symbol
- exists under the same name, an exception is thrown. If the package
- has multiple components, this also adds the parent package(s).
-
-
-
-
- Adds a symbol to the symbol table.
-
- The symbol already existed
- in the symbol table.
-
-
-
- Verifies that the descriptor's name is valid (i.e. it contains
- only letters, digits and underscores, and does not start with a digit).
-
-
-
-
-
- Returns the field with the given number in the given descriptor,
- or null if it can't be found.
-
-
-
-
- Adds a field to the fieldsByNumber table.
-
- A field with the same
- containing type and number already exists.
-
-
-
- Adds an enum value to the enumValuesByNumber table. If an enum value
- with the same type and number already exists, this method does nothing.
- (This is allowed; the first value defined with the number takes precedence.)
-
-
-
-
- Looks up a descriptor by name, relative to some other descriptor.
- The name may be fully-qualified (with a leading '.'), partially-qualified,
- or unqualified. C++-like name lookup semantics are used to search for the
- matching descriptor.
-
-
- This isn't heavily optimized, but it's only used during cross linking anyway.
- If it starts being used more widely, we should look at performance more carefully.
-
-
-
-
- Internal class containing utility methods when working with descriptors.
-
-
-
-
- Equivalent to Func[TInput, int, TOutput] but usable in .NET 2.0. Only used to convert
- arrays.
-
-
-
-
- Converts the given array into a read-only list, applying the specified conversion to
- each input element.
-
-
-
-
- Thrown when building descriptors fails because the source DescriptorProtos
- are not valid.
-
-
-
-
- The full name of the descriptor where the error occurred.
-
-
-
-
- A human-readable description of the error. (The Message property
- is made up of the descriptor's name and this description.)
-
-
-
-
- Descriptor for an enum type in a .proto file.
-
-
-
-
- The brief name of the descriptor's target.
-
-
-
-
- The CLR type for this enum. For generated code, this will be a CLR enum type.
-
-
-
-
- If this is a nested type, get the outer descriptor, otherwise null.
-
-
-
-
- An unmodifiable list of defined value descriptors for this enum.
-
-
-
-
- Finds an enum value by number. If multiple enum values have the
- same number, this returns the first defined value with that number.
- If there is no value for the given number, this returns null.
-
-
-
-
- Finds an enum value by name.
-
- The unqualified name of the value (e.g. "FOO").
- The value's descriptor, or null if not found.
-
-
-
- The (possibly empty) set of custom options for this enum.
-
-
-
-
- The EnumOptions, defined in descriptor.proto.
- If the options message is not present (i.e. there are no options), null is returned.
- Custom options can be retrieved as extensions of the returned message.
- NOTE: A defensive copy is created each time this property is retrieved.
-
-
-
-
- Gets a single value enum option for this descriptor
-
-
-
-
- Gets a repeated value enum option for this descriptor
-
-
-
-
- Descriptor for a single enum value within an enum in a .proto file.
-
-
-
-
- Returns the name of the enum value described by this object.
-
-
-
-
- Returns the number associated with this enum value.
-
-
-
-
- Returns the enum descriptor that this value is part of.
-
-
-
-
- The (possibly empty) set of custom options for this enum value.
-
-
-
-
- The EnumValueOptions, defined in descriptor.proto.
- If the options message is not present (i.e. there are no options), null is returned.
- Custom options can be retrieved as extensions of the returned message.
- NOTE: A defensive copy is created each time this property is retrieved.
-
-
-
-
- Gets a single value enum value option for this descriptor
-
-
-
-
- Gets a repeated value enum value option for this descriptor
-
-
-
-
- A collection to simplify retrieving the descriptors of extensions in a descriptor for a message
-
-
-
-
- Returns a readonly list of all the extensions defined in this type in
- the order they were defined in the source .proto file
-
-
-
-
- Returns a readonly list of all the extensions define in this type that extend
- the provided descriptor type in the order they were defined in the source .proto file
-
-
-
-
- Returns a readonly list of all the extensions define in this type that extend
- the provided descriptor type in accending field order
-
-
-
-
- Base class for field accessors.
-
-
-
-
- Descriptor for a field or extension within a message in a .proto file.
-
-
-
-
- Get the field's containing message type, or null if it is a field defined at the top level of a file as an extension.
-
-
-
-
- Returns the oneof containing this field, or null if it is not part of a oneof.
-
-
-
-
- Returns the oneof containing this field if it's a "real" oneof, or null if either this
- field is not part of a oneof, or the oneof is synthetic.
-
-
-
-
- The effective JSON name for this field. This is usually the lower-camel-cased form of the field name,
- but can be overridden using the json_name option in the .proto file.
-
-
-
-
- Indicates whether this field supports presence, either implicitly (e.g. due to it being a message
- type field) or explicitly via Has/Clear members. If this returns true, it is safe to call
- and
- on this field's accessor with a suitable message.
-
-
-
-
- An extension identifier for this field, or null if this field isn't an extension.
-
-
-
-
- The brief name of the descriptor's target.
-
-
-
-
- Returns the accessor for this field.
-
-
-
- While a describes the field, it does not provide
- any way of obtaining or changing the value of the field within a specific message;
- that is the responsibility of the accessor.
-
-
- In descriptors for generated code, the value returned by this property will be non-null for all
- regular fields. However, if a message containing a map field is introspected, the list of nested messages will include
- an auto-generated nested key/value pair message for the field. This is not represented in any
- generated type, and the value of the map field itself is represented by a dictionary in the
- reflection API. There are never instances of those "hidden" messages, so no accessor is provided
- and this property will return null.
-
-
- In dynamically loaded descriptors, the value returned by this property will current be null;
- if and when dynamic messages are supported, it will return a suitable accessor to work with
- them.
-
-
-
-
-
- Maps a field type as included in the .proto file to a FieldType.
-
-
-
-
- Returns true if this field is a repeated field; false otherwise.
-
-
-
-
- Returns true if this field is a required field; false otherwise.
-
-
-
-
- Returns true if this field is a map field; false otherwise.
-
-
-
-
- Returns true if this field is a packed, repeated field; false otherwise.
-
-
-
-
- Returns true if this field extends another message type; false otherwise.
-
-
-
-
- Returns the type of the field.
-
-
-
-
- Returns the field number declared in the proto file.
-
-
-
-
- Compares this descriptor with another one, ordering in "canonical" order
- which simply means ascending order by field number.
- must be a field of the same type, i.e. the of
- both fields must be the same.
-
-
-
-
- For enum fields, returns the field's type.
-
-
-
-
- For embedded message and group fields, returns the field's type.
-
-
-
-
- For extension fields, returns the extended type
-
-
-
-
- The (possibly empty) set of custom options for this field.
-
-
-
-
- The FieldOptions, defined in descriptor.proto.
- If the options message is not present (i.e. there are no options), null is returned.
- Custom options can be retrieved as extensions of the returned message.
- NOTE: A defensive copy is created each time this property is retrieved.
-
-
-
-
- Gets a single value field option for this descriptor
-
-
-
-
- Gets a repeated value field option for this descriptor
-
-
-
-
- Look up and cross-link all field types etc.
-
-
-
-
- Enumeration of all the possible field types.
-
-
-
-
- The double field type.
-
-
-
-
- The float field type.
-
-
-
-
- The int64 field type.
-
-
-
-
- The uint64 field type.
-
-
-
-
- The int32 field type.
-
-
-
-
- The fixed64 field type.
-
-
-
-
- The fixed32 field type.
-
-
-
-
- The bool field type.
-
-
-
-
- The string field type.
-
-
-
-
- The field type used for groups.
-
-
-
-
- The field type used for message fields.
-
-
-
-
- The bytes field type.
-
-
-
-
- The uint32 field type.
-
-
-
-
- The sfixed32 field type.
-
-
-
-
- The sfixed64 field type.
-
-
-
-
- The sint32 field type.
-
-
-
-
- The sint64 field type.
-
-
-
-
- The field type used for enum fields.
-
-
-
-
- The syntax of a .proto file
-
-
-
-
- Proto2 syntax
-
-
-
-
- Proto3 syntax
-
-
-
-
- An unknown declared syntax
-
-
-
-
- Describes a .proto file, including everything defined within.
- IDescriptor is implemented such that the File property returns this descriptor,
- and the FullName is the same as the Name.
-
-
-
-
- Computes the full name of a descriptor within this file, with an optional parent message.
-
-
-
-
- Extracts public dependencies from direct dependencies. This is a static method despite its
- first parameter, as the value we're in the middle of constructing is only used for exceptions.
-
-
-
-
- The descriptor in its protocol message representation.
-
-
-
-
- The syntax of the file
-
-
-
-
- The file name.
-
-
-
-
- The package as declared in the .proto file. This may or may not
- be equivalent to the .NET namespace of the generated classes.
-
-
-
-
- Unmodifiable list of top-level message types declared in this file.
-
-
-
-
- Unmodifiable list of top-level enum types declared in this file.
-
-
-
-
- Unmodifiable list of top-level services declared in this file.
-
-
-
-
- Unmodifiable list of top-level extensions declared in this file.
- Note that some extensions may be incomplete (FieldDescriptor.Extension may be null)
- if this descriptor was generated using a version of protoc that did not fully
- support extensions in C#.
-
-
-
-
- Unmodifiable list of this file's dependencies (imports).
-
-
-
-
- Unmodifiable list of this file's public dependencies (public imports).
-
-
-
-
- The original serialized binary form of this descriptor.
-
-
-
-
- Implementation of IDescriptor.FullName - just returns the same as Name.
-
-
-
-
- Implementation of IDescriptor.File - just returns this descriptor.
-
-
-
-
- Pool containing symbol descriptors.
-
-
-
-
- Finds a type (message, enum, service or extension) in the file by name. Does not find nested types.
-
- The unqualified type name to look for.
- The type of descriptor to look for
- The type's descriptor, or null if not found.
-
-
-
- Builds a FileDescriptor from its protocol buffer representation.
-
- The original serialized descriptor data.
- We have only limited proto2 support, so serializing FileDescriptorProto
- would not necessarily give us this.
- The protocol message form of the FileDescriptor.
- FileDescriptors corresponding to all of the
- file's dependencies, in the exact order listed in the .proto file. May be null,
- in which case it is treated as an empty array.
- Whether unknown dependencies are ignored (true) or cause an exception to be thrown (false).
- Details about generated code, for the purposes of reflection.
- If is not
- a valid descriptor. This can occur for a number of reasons, such as a field
- having an undefined type or because two messages were defined with the same name.
-
-
-
- Creates a descriptor for generated code.
-
-
- This method is only designed to be used by the results of generating code with protoc,
- which creates the appropriate dependencies etc. It has to be public because the generated
- code is "external", but should not be called directly by end users.
-
-
-
-
- Converts the given descriptor binary data into FileDescriptor objects.
- Note: reflection using the returned FileDescriptors is not currently supported.
-
- The binary file descriptor proto data. Must not be null, and any
- dependencies must come before the descriptor which depends on them. (If A depends on B, and B
- depends on C, then the descriptors must be presented in the order C, B, A.) This is compatible
- with the order in which protoc provides descriptors to plugins.
- The file descriptors corresponding to .
-
-
-
- Returns a that represents this instance.
-
-
- A that represents this instance.
-
-
-
-
- Returns the file descriptor for descriptor.proto.
-
-
- This is used for protos which take a direct dependency on descriptor.proto, typically for
- annotations. While descriptor.proto is a proto2 file, it is built into the Google.Protobuf
- runtime for reflection purposes. The messages are internal to the runtime as they would require
- proto2 semantics for full support, but the file descriptor is available via this property. The
- C# codegen in protoc automatically uses this property when it detects a dependency on descriptor.proto.
-
-
- The file descriptor for descriptor.proto.
-
-
-
-
- The (possibly empty) set of custom options for this file.
-
-
-
-
- The FileOptions, defined in descriptor.proto.
- If the options message is not present (i.e. there are no options), null is returned.
- Custom options can be retrieved as extensions of the returned message.
- NOTE: A defensive copy is created each time this property is retrieved.
-
-
-
-
- Gets a single value file option for this descriptor
-
-
-
-
- Gets a repeated value file option for this descriptor
-
-
-
-
- Performs initialization for the given generic type argument.
-
-
- This method is present for the sake of AOT compilers. It allows code (whether handwritten or generated)
- to make calls into the reflection machinery of this library to express an intention to use that type
- reflectively (e.g. for JSON parsing and formatting). The call itself does almost nothing, but AOT compilers
- attempting to determine which generic type arguments need to be handled will spot the code path and act
- accordingly.
-
- The type to force initialization for.
-
-
-
- Extra information provided by generated code when initializing a message or file descriptor.
- These are constructed as required, and are not long-lived. Hand-written code should
- never need to use this type.
-
-
-
-
- Irrelevant for file descriptors; the CLR type for the message for message descriptors.
-
-
-
-
- Irrelevant for file descriptors; the parser for message descriptors.
-
-
-
-
- Irrelevant for file descriptors; the CLR property names (in message descriptor field order)
- for fields in the message for message descriptors.
-
-
-
-
- The extensions defined within this file/message descriptor
-
-
-
-
- Irrelevant for file descriptors; the CLR property "base" names (in message descriptor oneof order)
- for oneofs in the message for message descriptors. It is expected that for a oneof name of "Foo",
- there will be a "FooCase" property and a "ClearFoo" method.
-
-
-
-
- The reflection information for types within this file/message descriptor. Elements may be null
- if there is no corresponding generated type, e.g. for map entry types.
-
-
-
-
- The CLR types for enums within this file/message descriptor.
-
-
-
-
- Creates a GeneratedClrTypeInfo for a message descriptor, with nested types, nested enums, the CLR type, property names and oneof names.
- Each array parameter may be null, to indicate a lack of values.
- The parameter order is designed to make it feasible to format the generated code readably.
-
-
-
-
- Creates a GeneratedClrTypeInfo for a message descriptor, with nested types, nested enums, the CLR type, property names and oneof names.
- Each array parameter may be null, to indicate a lack of values.
- The parameter order is designed to make it feasible to format the generated code readably.
-
-
-
-
- Creates a GeneratedClrTypeInfo for a file descriptor, with only types, enums, and extensions.
-
-
-
-
- Creates a GeneratedClrTypeInfo for a file descriptor, with only types and enums.
-
-
-
-
- Interface implemented by all descriptor types.
-
-
-
-
- Returns the name of the entity (message, field etc) being described.
-
-
-
-
- Returns the fully-qualified name of the entity being described.
-
-
-
-
- Returns the descriptor for the .proto file that this entity is part of.
-
-
-
-
- Allows fields to be reflectively accessed.
-
-
-
-
- Returns the descriptor associated with this field.
-
-
-
-
- Clears the field in the specified message. (For repeated fields,
- this clears the list.)
-
-
-
-
- Fetches the field value. For repeated values, this will be an
- implementation. For map values, this will be an
- implementation.
-
-
-
-
- Indicates whether the field in the specified message is set.
- For proto3 fields that aren't explicitly optional, this throws an
-
-
-
-
- Mutator for single "simple" fields only.
-
-
- Repeated fields are mutated by fetching the value and manipulating it as a list.
- Map fields are mutated by fetching the value and manipulating it as a dictionary.
-
- The field is not a "simple" field.
-
-
-
- Accessor for map fields.
-
-
-
-
- Describes a message type.
-
-
-
-
- The brief name of the descriptor's target.
-
-
-
-
- The CLR type used to represent message instances from this descriptor.
-
-
-
- The value returned by this property will be non-null for all regular fields. However,
- if a message containing a map field is introspected, the list of nested messages will include
- an auto-generated nested key/value pair message for the field. This is not represented in any
- generated type, so this property will return null in such cases.
-
-
- For wrapper types ( and the like), the type returned here
- will be the generated message type, not the native type used by reflection for fields of those types. Code
- using reflection should call to determine whether a message descriptor represents
- a wrapper type, and handle the result appropriately.
-
-
-
-
-
- A parser for this message type.
-
-
-
- As is not generic, this cannot be statically
- typed to the relevant type, but it should produce objects of a type compatible with .
-
-
- The value returned by this property will be non-null for all regular fields. However,
- if a message containing a map field is introspected, the list of nested messages will include
- an auto-generated nested key/value pair message for the field. No message parser object is created for
- such messages, so this property will return null in such cases.
-
-
- For wrapper types ( and the like), the parser returned here
- will be the generated message type, not the native type used by reflection for fields of those types. Code
- using reflection should call to determine whether a message descriptor represents
- a wrapper type, and handle the result appropriately.
-
-
-
-
-
- Returns whether this message is one of the "well known types" which may have runtime/protoc support.
-
-
-
-
- Returns whether this message is one of the "wrapper types" used for fields which represent primitive values
- with the addition of presence.
-
-
-
-
- If this is a nested type, get the outer descriptor, otherwise null.
-
-
-
-
- A collection of fields, which can be retrieved by name or field number.
-
-
-
-
- An unmodifiable list of extensions defined in this message's scope.
- Note that some extensions may be incomplete (FieldDescriptor.Extension may be null)
- if they are declared in a file generated using a version of protoc that did not fully
- support extensions in C#.
-
-
-
-
- An unmodifiable list of this message type's nested types.
-
-
-
-
- An unmodifiable list of this message type's enum types.
-
-
-
-
- An unmodifiable list of the "oneof" field collections in this message type.
- All "real" oneofs (where returns false)
- come before synthetic ones.
-
-
-
-
- The number of real "oneof" descriptors in this message type. Every element in
- with an index less than this will have a property value
- of false; every element with an index greater than or equal to this will have a
- property value of true.
-
-
-
-
- Finds a field by field name.
-
- The unqualified name of the field (e.g. "foo").
- The field's descriptor, or null if not found.
-
-
-
- Finds a field by field number.
-
- The field number within this message type.
- The field's descriptor, or null if not found.
-
-
-
- Finds a nested descriptor by name. The is valid for fields, nested
- message types, oneofs and enums.
-
- The unqualified name of the descriptor, e.g. "Foo"
- The descriptor, or null if not found.
-
-
-
- The (possibly empty) set of custom options for this message.
-
-
-
-
- The MessageOptions, defined in descriptor.proto.
- If the options message is not present (i.e. there are no options), null is returned.
- Custom options can be retrieved as extensions of the returned message.
- NOTE: A defensive copy is created each time this property is retrieved.
-
-
-
-
- Gets a single value message option for this descriptor
-
-
-
-
- Gets a repeated value message option for this descriptor
-
-
-
-
- Looks up and cross-links all fields and nested types.
-
-
-
-
- A collection to simplify retrieving the field accessor for a particular field.
-
-
-
-
- Returns the fields in the message as an immutable list, in the order in which they
- are declared in the source .proto file.
-
-
-
-
- Returns the fields in the message as an immutable list, in ascending field number
- order. Field numbers need not be contiguous, so there is no direct mapping from the
- index in the list to the field number; to retrieve a field by field number, it is better
- to use the indexer.
-
-
-
-
- Returns a read-only dictionary mapping the field names in this message as they're available
- in the JSON representation to the field descriptors. For example, a field foo_bar
- in the message would result two entries, one with a key fooBar and one with a key
- foo_bar, both referring to the same field.
-
-
-
-
- Retrieves the descriptor for the field with the given number.
-
- Number of the field to retrieve the descriptor for
- The accessor for the given field
- The message descriptor does not contain a field
- with the given number
-
-
-
- Retrieves the descriptor for the field with the given name.
-
- Name of the field to retrieve the descriptor for
- The descriptor for the given field
- The message descriptor does not contain a field
- with the given name
-
-
-
- Describes a single method in a service.
-
-
-
-
- The service this method belongs to.
-
-
-
-
- The method's input type.
-
-
-
-
- The method's input type.
-
-
-
-
- Indicates if client streams multiple requests.
-
-
-
-
- Indicates if server streams multiple responses.
-
-
-
-
- The (possibly empty) set of custom options for this method.
-
-
-
-
- The MethodOptions, defined in descriptor.proto.
- If the options message is not present (i.e. there are no options), null is returned.
- Custom options can be retrieved as extensions of the returned message.
- NOTE: A defensive copy is created each time this property is retrieved.
-
-
-
-
- Gets a single value method option for this descriptor
-
-
-
-
- Gets a repeated value method option for this descriptor
-
-
-
-
- The brief name of the descriptor's target.
-
-
-
-
- Reflection access for a oneof, allowing clear and "get case" actions.
-
-
-
-
- Gets the descriptor for this oneof.
-
-
- The descriptor of the oneof.
-
-
-
-
- Clears the oneof in the specified message.
-
-
-
-
- Indicates which field in the oneof is set for specified message
-
-
-
-
- Describes a "oneof" field collection in a message type: a set of
- fields of which at most one can be set in any particular message.
-
-
-
-
- The brief name of the descriptor's target.
-
-
-
-
- Gets the message type containing this oneof.
-
-
- The message type containing this oneof.
-
-
-
-
- Gets the fields within this oneof, in declaration order.
-
-
- The fields within this oneof, in declaration order.
-
-
-
-
- Returns true if this oneof is a synthetic oneof containing a proto3 optional field;
- false otherwise.
-
-
-
-
- Gets an accessor for reflective access to the values associated with the oneof
- in a particular message.
-
-
-
- In descriptors for generated code, the value returned by this property will always be non-null.
-
-
- In dynamically loaded descriptors, the value returned by this property will current be null;
- if and when dynamic messages are supported, it will return a suitable accessor to work with
- them.
-
-
-
- The accessor used for reflective access.
-
-
-
-
- The (possibly empty) set of custom options for this oneof.
-
-
-
-
- The OneofOptions, defined in descriptor.proto.
- If the options message is not present (i.e. there are no options), null is returned.
- Custom options can be retrieved as extensions of the returned message.
- NOTE: A defensive copy is created each time this property is retrieved.
-
-
-
-
- Gets a single value oneof option for this descriptor
-
-
-
-
- Gets a repeated value oneof option for this descriptor
-
-
-
-
- Specifies the original name (in the .proto file) of a named element,
- such as an enum value.
-
-
-
-
- The name of the element in the .proto file.
-
-
-
-
- If the name is preferred in the .proto file.
-
-
-
-
- Constructs a new attribute instance for the given name.
-
- The name of the element in the .proto file.
-
-
-
- Represents a package in the symbol table. We use PackageDescriptors
- just as placeholders so that someone cannot define, say, a message type
- that has the same name as an existing package.
-
-
-
-
- The methods in this class are somewhat evil, and should not be tampered with lightly.
- Basically they allow the creation of relatively weakly typed delegates from MethodInfos
- which are more strongly typed. They do this by creating an appropriate strongly typed
- delegate from the MethodInfo, and then calling that within an anonymous method.
- Mind-bending stuff (at least to your humble narrator) but the resulting delegates are
- very fast compared with calling Invoke later on.
-
-
-
-
- Empty Type[] used when calling GetProperty to force property instead of indexer fetching.
-
-
-
-
- Creates a delegate which will cast the argument to the type that declares the method,
- call the method on it, then convert the result to object.
-
- The method to create a delegate for, which must be declared in an IMessage
- implementation.
-
-
-
- Creates a delegate which will cast the argument to the type that declares the method,
- call the method on it, then convert the result to the specified type. The method is expected
- to actually return an enum (because of where we're calling it - for oneof cases). Sometimes that
- means we need some extra work to perform conversions.
-
- The method to create a delegate for, which must be declared in an IMessage
- implementation.
-
-
-
- Creates a delegate which will execute the given method after casting the first argument to
- the type that declares the method, and the second argument to the first parameter type of the method.
-
- The method to create a delegate for, which must be declared in an IMessage
- implementation.
-
-
-
- Creates a delegate which will execute the given method after casting the first argument to
- type that declares the method.
-
- The method to create a delegate for, which must be declared in an IMessage
- implementation.
-
-
-
- Creates a delegate which will execute the given method after casting the first argument to
- the type that declares the method, and the second argument to the first parameter type of the method.
-
-
-
-
- Creates a reflection helper for the given type arguments. Currently these are created on demand
- rather than cached; this will be "busy" when initially loading a message's descriptor, but after that
- they can be garbage collected. We could cache them by type if that proves to be important, but creating
- an object is pretty cheap.
-
-
-
-
- Accessor for repeated fields.
-
-
-
-
- Describes a service type.
-
-
-
-
- The brief name of the descriptor's target.
-
-
-
-
- An unmodifiable list of methods in this service.
-
-
-
-
- Finds a method by name.
-
- The unqualified name of the method (e.g. "Foo").
- The method's descriptor, or null if not found.
-
-
-
- The (possibly empty) set of custom options for this service.
-
-
-
-
- The ServiceOptions, defined in descriptor.proto.
- If the options message is not present (i.e. there are no options), null is returned.
- Custom options can be retrieved as extensions of the returned message.
- NOTE: A defensive copy is created each time this property is retrieved.
-
-
-
-
- Gets a single value service option for this descriptor
-
-
-
-
- Gets a repeated value service option for this descriptor
-
-
-
-
- Accessor for single fields.
-
-
-
-
- An immutable registry of types which can be looked up by their full name.
-
-
-
-
- An empty type registry, containing no types.
-
-
-
-
- Attempts to find a message descriptor by its full name.
-
- The full name of the message, which is the dot-separated
- combination of package, containing messages and message name
- The message descriptor corresponding to or null
- if there is no such message descriptor.
-
-
-
- Creates a type registry from the specified set of file descriptors.
-
-
- This is a convenience overload for
- to allow calls such as TypeRegistry.FromFiles(descriptor1, descriptor2).
-
- The set of files to include in the registry. Must not contain null values.
- A type registry for the given files.
-
-
-
- Creates a type registry from the specified set of file descriptors.
-
-
- All message types within all the specified files are added to the registry, and
- the dependencies of the specified files are also added, recursively.
-
- The set of files to include in the registry. Must not contain null values.
- A type registry for the given files.
-
-
-
- Creates a type registry from the file descriptor parents of the specified set of message descriptors.
-
-
- This is a convenience overload for
- to allow calls such as TypeRegistry.FromFiles(descriptor1, descriptor2).
-
- The set of message descriptors to use to identify file descriptors to include in the registry.
- Must not contain null values.
- A type registry for the given files.
-
-
-
- Creates a type registry from the file descriptor parents of the specified set of message descriptors.
-
-
- The specified message descriptors are only used to identify their file descriptors; the returned registry
- contains all the types within the file descriptors which contain the specified message descriptors (and
- the dependencies of those files), not just the specified messages.
-
- The set of message descriptors to use to identify file descriptors to include in the registry.
- Must not contain null values.
- A type registry for the given files.
-
-
-
- Builder class which isn't exposed, but acts as a convenient alternative to passing round two dictionaries in recursive calls.
-
-
-
-
- Abstraction for reading from a stream / read only sequence.
- Parsing from the buffer is a loop of reading from current buffer / refreshing the buffer once done.
-
-
-
-
- Initialize an instance with a coded input stream.
- This approach is faster than using a constructor because the instance to initialize is passed by reference
- and we can write directly into it without copying.
-
-
-
-
- Initialize an instance with a read only sequence.
- This approach is faster than using a constructor because the instance to initialize is passed by reference
- and we can write directly into it without copying.
-
-
-
-
- Sets currentLimit to (current position) + byteLimit. This is called
- when descending into a length-delimited embedded message. The previous
- limit is returned.
-
- The old limit.
-
-
-
- Discards the current limit, returning the previous limit.
-
-
-
-
- Returns whether or not all the data before the limit has been read.
-
-
-
-
-
- Returns true if the stream has reached the end of the input. This is the
- case if either the end of the underlying input source has been reached or
- the stream has reached a limit created using PushLimit.
-
-
-
-
- Represents a single field in an UnknownFieldSet.
-
- An UnknownField consists of four lists of values. The lists correspond
- to the four "wire types" used in the protocol buffer binary format.
- Normally, only one of the four lists will contain any values, since it
- is impossible to define a valid message type that declares two different
- types for the same field number. However, the code is designed to allow
- for the case where the same unknown field number is encountered using
- multiple different wire types.
-
-
-
-
-
- Creates a new UnknownField.
-
-
-
-
- Checks if two unknown field are equal.
-
-
-
-
- Get the hash code of the unknown field.
-
-
-
-
- Serializes the field, including the field number, and writes it to
-
-
- The unknown field number.
- The write context to write to.
-
-
-
- Computes the number of bytes required to encode this field, including field
- number.
-
-
-
-
- Merge the values in into this field. For each list
- of values, 's values are append to the ones in this
- field.
-
-
-
-
- Returns a new list containing all of the given specified values from
- both the and lists.
- If is null and is null or empty,
- null is returned. Otherwise, either a new list is created (if
- is null) or the elements of are added to .
-
-
-
-
- Adds a varint value.
-
-
-
-
- Adds a fixed32 value.
-
-
-
-
- Adds a fixed64 value.
-
-
-
-
- Adds a length-delimited value.
-
-
-
-
- Adds to the , creating
- a new list if is null. The list is returned - either
- the original reference or the new list.
-
-
-
-
- Used to keep track of fields which were seen when parsing a protocol message
- but whose field numbers or types are unrecognized. This most frequently
- occurs when new fields are added to a message type and then messages containing
- those fields are read by old software that was built before the new types were
- added.
-
- Most users will never need to use this class directly.
-
-
-
-
- Creates a new UnknownFieldSet.
-
-
-
-
- Checks whether or not the given field number is present in the set.
-
-
-
-
- Serializes the set and writes it to .
-
-
-
-
- Serializes the set and writes it to .
-
-
-
-
- Gets the number of bytes required to encode this set.
-
-
-
-
- Checks if two unknown field sets are equal.
-
-
-
-
- Gets the unknown field set's hash code.
-
-
-
-
- Adds a field to the set. If a field with the same number already exists, it
- is replaced.
-
-
-
-
- Parse a single field from and merge it
- into this set.
-
- The parse context from which to read the field
- false if the tag is an "end group" tag, true otherwise
-
-
-
- Create a new UnknownFieldSet if unknownFields is null.
- Parse a single field from and merge it
- into unknownFields. If is configured to discard unknown fields,
- will be returned as-is and the field will be skipped.
-
- The UnknownFieldSet which need to be merged
- The coded input stream containing the field
- The merged UnknownFieldSet
-
-
-
- Create a new UnknownFieldSet if unknownFields is null.
- Parse a single field from and merge it
- into unknownFields. If is configured to discard unknown fields,
- will be returned as-is and the field will be skipped.
-
- The UnknownFieldSet which need to be merged
- The parse context from which to read the field
- The merged UnknownFieldSet
-
-
-
- Merges the fields from into this set.
- If a field number exists in both sets, the values in
- will be appended to the values in this set.
-
-
-
-
- Created a new UnknownFieldSet to if
- needed and merges the fields from into the first set.
- If a field number exists in both sets, the values in
- will be appended to the values in this set.
-
-
-
-
- Adds a field to the unknown field set. If a field with the same
- number already exists, the two are merged.
-
-
-
-
- Clone an unknown field set from .
-
-
-
- Holder for reflection information generated from google/protobuf/any.proto
-
-
- File descriptor for google/protobuf/any.proto
-
-
-
- `Any` contains an arbitrary serialized protocol buffer message along with a
- URL that describes the type of the serialized message.
-
- Protobuf library provides support to pack/unpack Any values in the form
- of utility functions or additional generated methods of the Any type.
-
- Example 1: Pack and unpack a message in C++.
-
- Foo foo = ...;
- Any any;
- any.PackFrom(foo);
- ...
- if (any.UnpackTo(&foo)) {
- ...
- }
-
- Example 2: Pack and unpack a message in Java.
-
- Foo foo = ...;
- Any any = Any.pack(foo);
- ...
- if (any.is(Foo.class)) {
- foo = any.unpack(Foo.class);
- }
-
- Example 3: Pack and unpack a message in Python.
-
- foo = Foo(...)
- any = Any()
- any.Pack(foo)
- ...
- if any.Is(Foo.DESCRIPTOR):
- any.Unpack(foo)
- ...
-
- Example 4: Pack and unpack a message in Go
-
- foo := &pb.Foo{...}
- any, err := anypb.New(foo)
- if err != nil {
- ...
- }
- ...
- foo := &pb.Foo{}
- if err := any.UnmarshalTo(foo); err != nil {
- ...
- }
-
- The pack methods provided by protobuf library will by default use
- 'type.googleapis.com/full.type.name' as the type URL and the unpack
- methods only use the fully qualified type name after the last '/'
- in the type URL, for example "foo.bar.com/x/y.z" will yield type
- name "y.z".
-
- JSON
- ====
- The JSON representation of an `Any` value uses the regular
- representation of the deserialized, embedded message, with an
- additional field `@type` which contains the type URL. Example:
-
- package google.profile;
- message Person {
- string first_name = 1;
- string last_name = 2;
- }
-
- {
- "@type": "type.googleapis.com/google.profile.Person",
- "firstName": <string>,
- "lastName": <string>
- }
-
- If the embedded message type is well-known and has a custom JSON
- representation, that representation will be embedded adding a field
- `value` which holds the custom JSON in addition to the `@type`
- field. Example (for message [google.protobuf.Duration][]):
-
- {
- "@type": "type.googleapis.com/google.protobuf.Duration",
- "value": "1.212s"
- }
-
-
-
- Field number for the "type_url" field.
-
-
-
- A URL/resource name that uniquely identifies the type of the serialized
- protocol buffer message. This string must contain at least
- one "/" character. The last segment of the URL's path must represent
- the fully qualified name of the type (as in
- `path/google.protobuf.Duration`). The name should be in a canonical form
- (e.g., leading "." is not accepted).
-
- In practice, teams usually precompile into the binary all types that they
- expect it to use in the context of Any. However, for URLs which use the
- scheme `http`, `https`, or no scheme, one can optionally set up a type
- server that maps type URLs to message definitions as follows:
-
- * If no scheme is provided, `https` is assumed.
- * An HTTP GET on the URL must yield a [google.protobuf.Type][]
- value in binary format, or produce an error.
- * Applications are allowed to cache lookup results based on the
- URL, or have them precompiled into a binary to avoid any
- lookup. Therefore, binary compatibility needs to be preserved
- on changes to types. (Use versioned type names to manage
- breaking changes.)
-
- Note: this functionality is not currently available in the official
- protobuf release, and it is not used for type URLs beginning with
- type.googleapis.com.
-
- Schemes other than `http`, `https` (or the empty scheme) might be
- used with implementation specific semantics.
-
-
-
- Field number for the "value" field.
-
-
-
- Must be a valid serialized protocol buffer of the above specified type.
-
-
-
-
- Retrieves the type name for a type URL, matching the
- of the packed message type.
-
-
-
- This is always just the last part of the URL, after the final slash. No validation of
- anything before the trailing slash is performed. If the type URL does not include a slash,
- an empty string is returned rather than an exception being thrown; this won't match any types,
- and the calling code is probably in a better position to give a meaningful error.
-
-
- There is no handling of fragments or queries at the moment.
-
-
- The URL to extract the type name from
- The type name
-
-
-
- Returns a bool indictating whether this Any message is of the target message type
-
- The descriptor of the message type
- true if the type name matches the descriptor's full name or false otherwise
-
-
-
- Unpacks the content of this Any message into the target message type,
- which must match the type URL within this Any message.
-
- The type of message to unpack the content into.
- The unpacked message.
- The target message type doesn't match the type URL in this message
-
-
-
- Attempts to unpack the content of this Any message into the target message type,
- if it matches the type URL within this Any message.
-
- The type of message to attempt to unpack the content into.
- true if the message was successfully unpacked; false if the type name didn't match
-
-
-
- Packs the specified message into an Any message using a type URL prefix of "type.googleapis.com".
-
- The message to pack.
- An Any message with the content and type URL of .
-
-
-
- Packs the specified message into an Any message using the specified type URL prefix.
-
- The message to pack.
- The prefix for the type URL.
- An Any message with the content and type URL of .
-
-
- Holder for reflection information generated from google/protobuf/api.proto
-
-
- File descriptor for google/protobuf/api.proto
-
-
-
- Api is a light-weight descriptor for an API Interface.
-
- Interfaces are also described as "protocol buffer services" in some contexts,
- such as by the "service" keyword in a .proto file, but they are different
- from API Services, which represent a concrete implementation of an interface
- as opposed to simply a description of methods and bindings. They are also
- sometimes simply referred to as "APIs" in other contexts, such as the name of
- this message itself. See https://cloud.google.com/apis/design/glossary for
- detailed terminology.
-
-
-
- Field number for the "name" field.
-
-
-
- The fully qualified name of this interface, including package name
- followed by the interface's simple name.
-
-
-
- Field number for the "methods" field.
-
-
-
- The methods of this interface, in unspecified order.
-
-
-
- Field number for the "options" field.
-
-
-
- Any metadata attached to the interface.
-
-
-
- Field number for the "version" field.
-
-
-
- A version string for this interface. If specified, must have the form
- `major-version.minor-version`, as in `1.10`. If the minor version is
- omitted, it defaults to zero. If the entire version field is empty, the
- major version is derived from the package name, as outlined below. If the
- field is not empty, the version in the package name will be verified to be
- consistent with what is provided here.
-
- The versioning schema uses [semantic
- versioning](http://semver.org) where the major version number
- indicates a breaking change and the minor version an additive,
- non-breaking change. Both version numbers are signals to users
- what to expect from different versions, and should be carefully
- chosen based on the product plan.
-
- The major version is also reflected in the package name of the
- interface, which must end in `v<major-version>`, as in
- `google.feature.v1`. For major versions 0 and 1, the suffix can
- be omitted. Zero major versions must only be used for
- experimental, non-GA interfaces.
-
-
-
- Field number for the "source_context" field.
-
-
-
- Source context for the protocol buffer service represented by this
- message.
-
-
-
- Field number for the "mixins" field.
-
-
-
- Included interfaces. See [Mixin][].
-
-
-
- Field number for the "syntax" field.
-
-
-
- The source syntax of the service.
-
-
-
-
- Method represents a method of an API interface.
-
-
-
- Field number for the "name" field.
-
-
-
- The simple name of this method.
-
-
-
- Field number for the "request_type_url" field.
-
-
-
- A URL of the input message type.
-
-
-
- Field number for the "request_streaming" field.
-
-
-
- If true, the request is streamed.
-
-
-
- Field number for the "response_type_url" field.
-
-
-
- The URL of the output message type.
-
-
-
- Field number for the "response_streaming" field.
-
-
-
- If true, the response is streamed.
-
-
-
- Field number for the "options" field.
-
-
-
- Any metadata attached to the method.
-
-
-
- Field number for the "syntax" field.
-
-
-
- The source syntax of this method.
-
-
-
-
- Declares an API Interface to be included in this interface. The including
- interface must redeclare all the methods from the included interface, but
- documentation and options are inherited as follows:
-
- - If after comment and whitespace stripping, the documentation
- string of the redeclared method is empty, it will be inherited
- from the original method.
-
- - Each annotation belonging to the service config (http,
- visibility) which is not set in the redeclared method will be
- inherited.
-
- - If an http annotation is inherited, the path pattern will be
- modified as follows. Any version prefix will be replaced by the
- version of the including interface plus the [root][] path if
- specified.
-
- Example of a simple mixin:
-
- package google.acl.v1;
- service AccessControl {
- // Get the underlying ACL object.
- rpc GetAcl(GetAclRequest) returns (Acl) {
- option (google.api.http).get = "/v1/{resource=**}:getAcl";
- }
- }
-
- package google.storage.v2;
- service Storage {
- rpc GetAcl(GetAclRequest) returns (Acl);
-
- // Get a data record.
- rpc GetData(GetDataRequest) returns (Data) {
- option (google.api.http).get = "/v2/{resource=**}";
- }
- }
-
- Example of a mixin configuration:
-
- apis:
- - name: google.storage.v2.Storage
- mixins:
- - name: google.acl.v1.AccessControl
-
- The mixin construct implies that all methods in `AccessControl` are
- also declared with same name and request/response types in
- `Storage`. A documentation generator or annotation processor will
- see the effective `Storage.GetAcl` method after inheriting
- documentation and annotations as follows:
-
- service Storage {
- // Get the underlying ACL object.
- rpc GetAcl(GetAclRequest) returns (Acl) {
- option (google.api.http).get = "/v2/{resource=**}:getAcl";
- }
- ...
- }
-
- Note how the version in the path pattern changed from `v1` to `v2`.
-
- If the `root` field in the mixin is specified, it should be a
- relative path under which inherited HTTP paths are placed. Example:
-
- apis:
- - name: google.storage.v2.Storage
- mixins:
- - name: google.acl.v1.AccessControl
- root: acls
-
- This implies the following inherited HTTP annotation:
-
- service Storage {
- // Get the underlying ACL object.
- rpc GetAcl(GetAclRequest) returns (Acl) {
- option (google.api.http).get = "/v2/acls/{resource=**}:getAcl";
- }
- ...
- }
-
-
-
- Field number for the "name" field.
-
-
-
- The fully qualified name of the interface which is included.
-
-
-
- Field number for the "root" field.
-
-
-
- If non-empty specifies a path under which inherited HTTP paths
- are rooted.
-
-
-
- Holder for reflection information generated from google/protobuf/duration.proto
-
-
- File descriptor for google/protobuf/duration.proto
-
-
-
- A Duration represents a signed, fixed-length span of time represented
- as a count of seconds and fractions of seconds at nanosecond
- resolution. It is independent of any calendar and concepts like "day"
- or "month". It is related to Timestamp in that the difference between
- two Timestamp values is a Duration and it can be added or subtracted
- from a Timestamp. Range is approximately +-10,000 years.
-
- # Examples
-
- Example 1: Compute Duration from two Timestamps in pseudo code.
-
- Timestamp start = ...;
- Timestamp end = ...;
- Duration duration = ...;
-
- duration.seconds = end.seconds - start.seconds;
- duration.nanos = end.nanos - start.nanos;
-
- if (duration.seconds < 0 && duration.nanos > 0) {
- duration.seconds += 1;
- duration.nanos -= 1000000000;
- } else if (duration.seconds > 0 && duration.nanos < 0) {
- duration.seconds -= 1;
- duration.nanos += 1000000000;
- }
-
- Example 2: Compute Timestamp from Timestamp + Duration in pseudo code.
-
- Timestamp start = ...;
- Duration duration = ...;
- Timestamp end = ...;
-
- end.seconds = start.seconds + duration.seconds;
- end.nanos = start.nanos + duration.nanos;
-
- if (end.nanos < 0) {
- end.seconds -= 1;
- end.nanos += 1000000000;
- } else if (end.nanos >= 1000000000) {
- end.seconds += 1;
- end.nanos -= 1000000000;
- }
-
- Example 3: Compute Duration from datetime.timedelta in Python.
-
- td = datetime.timedelta(days=3, minutes=10)
- duration = Duration()
- duration.FromTimedelta(td)
-
- # JSON Mapping
-
- In JSON format, the Duration type is encoded as a string rather than an
- object, where the string ends in the suffix "s" (indicating seconds) and
- is preceded by the number of seconds, with nanoseconds expressed as
- fractional seconds. For example, 3 seconds with 0 nanoseconds should be
- encoded in JSON format as "3s", while 3 seconds and 1 nanosecond should
- be expressed in JSON format as "3.000000001s", and 3 seconds and 1
- microsecond should be expressed in JSON format as "3.000001s".
-
-
-
- Field number for the "seconds" field.
-
-
-
- Signed seconds of the span of time. Must be from -315,576,000,000
- to +315,576,000,000 inclusive. Note: these bounds are computed from:
- 60 sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years
-
-
-
- Field number for the "nanos" field.
-
-
-
- Signed fractions of a second at nanosecond resolution of the span
- of time. Durations less than one second are represented with a 0
- `seconds` field and a positive or negative `nanos` field. For durations
- of one second or more, a non-zero value for the `nanos` field must be
- of the same sign as the `seconds` field. Must be from -999,999,999
- to +999,999,999 inclusive.
-
-
-
-
- The number of nanoseconds in a second.
-
-
-
-
- The number of nanoseconds in a BCL tick (as used by and ).
-
-
-
-
- The maximum permitted number of seconds.
-
-
-
-
- The minimum permitted number of seconds.
-
-
-
-
- Converts this to a .
-
- If the duration is not a precise number of ticks, it is truncated towards 0.
- The value of this duration, as a TimeSpan.
- This value isn't a valid normalized duration, as
- described in the documentation.
-
-
-
- Converts the given to a .
-
- The TimeSpan to convert.
- The value of the given TimeSpan, as a Duration.
-
-
-
- Returns the result of negating the duration. For example, the negation of 5 minutes is -5 minutes.
-
- The duration to negate. Must not be null.
- The negated value of this duration.
-
-
-
- Adds the two specified values together.
-
- The first value to add. Must not be null.
- The second value to add. Must not be null.
-
-
-
-
- Subtracts one from another.
-
- The duration to subtract from. Must not be null.
- The duration to subtract. Must not be null.
- The difference between the two specified durations.
-
-
-
- Creates a duration with the normalized values from the given number of seconds and
- nanoseconds, conforming with the description in the proto file.
-
-
-
-
- Converts a duration specified in seconds/nanoseconds to a string.
-
-
- If the value is a normalized duration in the range described in duration.proto,
- is ignored. Otherwise, if the parameter is true,
- a JSON object with a warning is returned; if it is false, an is thrown.
-
- Seconds portion of the duration.
- Nanoseconds portion of the duration.
- Determines the handling of non-normalized values
- The represented duration is invalid, and is false.
-
-
-
- Returns a string representation of this for diagnostic purposes.
-
-
- Normally the returned value will be a JSON string value (including leading and trailing quotes) but
- when the value is non-normalized or out of range, a JSON object representation will be returned
- instead, including a warning. This is to avoid exceptions being thrown when trying to
- diagnose problems - the regular JSON formatter will still throw an exception for non-normalized
- values.
-
- A string representation of this value.
-
-
-
- Appends a number of nanoseconds to a StringBuilder. Either 0 digits are added (in which
- case no "." is appended), or 3 6 or 9 digits. This is internal for use in Timestamp as well
- as Duration.
-
-
-
- Holder for reflection information generated from google/protobuf/empty.proto
-
-
- File descriptor for google/protobuf/empty.proto
-
-
-
- A generic empty message that you can re-use to avoid defining duplicated
- empty messages in your APIs. A typical example is to use it as the request
- or the response type of an API method. For instance:
-
- service Foo {
- rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);
- }
-
- The JSON representation for `Empty` is empty JSON object `{}`.
-
-
-
- Holder for reflection information generated from google/protobuf/field_mask.proto
-
-
- File descriptor for google/protobuf/field_mask.proto
-
-
-
- `FieldMask` represents a set of symbolic field paths, for example:
-
- paths: "f.a"
- paths: "f.b.d"
-
- Here `f` represents a field in some root message, `a` and `b`
- fields in the message found in `f`, and `d` a field found in the
- message in `f.b`.
-
- Field masks are used to specify a subset of fields that should be
- returned by a get operation or modified by an update operation.
- Field masks also have a custom JSON encoding (see below).
-
- # Field Masks in Projections
-
- When used in the context of a projection, a response message or
- sub-message is filtered by the API to only contain those fields as
- specified in the mask. For example, if the mask in the previous
- example is applied to a response message as follows:
-
- f {
- a : 22
- b {
- d : 1
- x : 2
- }
- y : 13
- }
- z: 8
-
- The result will not contain specific values for fields x,y and z
- (their value will be set to the default, and omitted in proto text
- output):
-
- f {
- a : 22
- b {
- d : 1
- }
- }
-
- A repeated field is not allowed except at the last position of a
- paths string.
-
- If a FieldMask object is not present in a get operation, the
- operation applies to all fields (as if a FieldMask of all fields
- had been specified).
-
- Note that a field mask does not necessarily apply to the
- top-level response message. In case of a REST get operation, the
- field mask applies directly to the response, but in case of a REST
- list operation, the mask instead applies to each individual message
- in the returned resource list. In case of a REST custom method,
- other definitions may be used. Where the mask applies will be
- clearly documented together with its declaration in the API. In
- any case, the effect on the returned resource/resources is required
- behavior for APIs.
-
- # Field Masks in Update Operations
-
- A field mask in update operations specifies which fields of the
- targeted resource are going to be updated. The API is required
- to only change the values of the fields as specified in the mask
- and leave the others untouched. If a resource is passed in to
- describe the updated values, the API ignores the values of all
- fields not covered by the mask.
-
- If a repeated field is specified for an update operation, new values will
- be appended to the existing repeated field in the target resource. Note that
- a repeated field is only allowed in the last position of a `paths` string.
-
- If a sub-message is specified in the last position of the field mask for an
- update operation, then new value will be merged into the existing sub-message
- in the target resource.
-
- For example, given the target message:
-
- f {
- b {
- d: 1
- x: 2
- }
- c: [1]
- }
-
- And an update message:
-
- f {
- b {
- d: 10
- }
- c: [2]
- }
-
- then if the field mask is:
-
- paths: ["f.b", "f.c"]
-
- then the result will be:
-
- f {
- b {
- d: 10
- x: 2
- }
- c: [1, 2]
- }
-
- An implementation may provide options to override this default behavior for
- repeated and message fields.
-
- In order to reset a field's value to the default, the field must
- be in the mask and set to the default value in the provided resource.
- Hence, in order to reset all fields of a resource, provide a default
- instance of the resource and set all fields in the mask, or do
- not provide a mask as described below.
-
- If a field mask is not present on update, the operation applies to
- all fields (as if a field mask of all fields has been specified).
- Note that in the presence of schema evolution, this may mean that
- fields the client does not know and has therefore not filled into
- the request will be reset to their default. If this is unwanted
- behavior, a specific service may require a client to always specify
- a field mask, producing an error if not.
-
- As with get operations, the location of the resource which
- describes the updated values in the request message depends on the
- operation kind. In any case, the effect of the field mask is
- required to be honored by the API.
-
- ## Considerations for HTTP REST
-
- The HTTP kind of an update operation which uses a field mask must
- be set to PATCH instead of PUT in order to satisfy HTTP semantics
- (PUT must only be used for full updates).
-
- # JSON Encoding of Field Masks
-
- In JSON, a field mask is encoded as a single string where paths are
- separated by a comma. Fields name in each path are converted
- to/from lower-camel naming conventions.
-
- As an example, consider the following message declarations:
-
- message Profile {
- User user = 1;
- Photo photo = 2;
- }
- message User {
- string display_name = 1;
- string address = 2;
- }
-
- In proto a field mask for `Profile` may look as such:
-
- mask {
- paths: "user.display_name"
- paths: "photo"
- }
-
- In JSON, the same mask is represented as below:
-
- {
- mask: "user.displayName,photo"
- }
-
- # Field Masks and Oneof Fields
-
- Field masks treat fields in oneofs just as regular fields. Consider the
- following message:
-
- message SampleMessage {
- oneof test_oneof {
- string name = 4;
- SubMessage sub_message = 9;
- }
- }
-
- The field mask can be:
-
- mask {
- paths: "name"
- }
-
- Or:
-
- mask {
- paths: "sub_message"
- }
-
- Note that oneof type names ("test_oneof" in this case) cannot be used in
- paths.
-
- ## Field Mask Verification
-
- The implementation of any API method which has a FieldMask type field in the
- request should verify the included field paths, and return an
- `INVALID_ARGUMENT` error if any path is unmappable.
-
-
-
- Field number for the "paths" field.
-
-
-
- The set of field mask paths.
-
-
-
-
- Converts a field mask specified by paths to a string.
-
-
- If the value is a normalized duration in the range described in field_mask.proto,
- is ignored. Otherwise, if the parameter is true,
- a JSON object with a warning is returned; if it is false, an is thrown.
-
- Paths in the field mask
- Determines the handling of non-normalized values
- The represented field mask is invalid, and is false.
-
-
-
- Returns a string representation of this for diagnostic purposes.
-
-
- Normally the returned value will be a JSON string value (including leading and trailing quotes) but
- when the value is non-normalized or out of range, a JSON object representation will be returned
- instead, including a warning. This is to avoid exceptions being thrown when trying to
- diagnose problems - the regular JSON formatter will still throw an exception for non-normalized
- values.
-
- A string representation of this value.
-
-
-
- Parses from a string to a FieldMask.
-
-
-
-
- Parses from a string to a FieldMask and validates all field paths.
-
- The type to validate the field paths against.
-
-
-
- Constructs a FieldMask for a list of field paths in a certain type.
-
- The type to validate the field paths against.
-
-
-
- Constructs a FieldMask from the passed field numbers.
-
- The type to validate the field paths against.
-
-
-
- Constructs a FieldMask from the passed field numbers.
-
- The type to validate the field paths against.
-
-
-
- Checks whether the given path is valid for a field mask.
-
- true if the path is valid; false otherwise
-
-
-
- Checks whether paths in a given fields mask are valid.
-
- The type to validate the field paths against.
-
-
-
- Checks whether paths in a given fields mask are valid.
-
-
-
-
- Checks whether a given field path is valid.
-
- The type to validate the field paths against.
-
-
-
- Checks whether paths in a given fields mask are valid.
-
-
-
-
- Converts this FieldMask to its canonical form. In the canonical form of a
- FieldMask, all field paths are sorted alphabetically and redundant field
- paths are removed.
-
-
-
-
- Creates a union of two or more FieldMasks.
-
-
-
-
- Calculates the intersection of two FieldMasks.
-
-
-
-
- Merges fields specified by this FieldMask from one message to another with the
- specified merge options.
-
-
-
-
- Merges fields specified by this FieldMask from one message to another.
-
-
-
-
- Options to customize merging behavior.
-
-
-
-
- Whether to replace message fields(i.e., discard existing content in
- destination message fields) when merging.
- Default behavior is to merge the source message field into the
- destination message field.
-
-
-
-
- Whether to replace repeated fields (i.e., discard existing content in
- destination repeated fields) when merging.
- Default behavior is to append elements from source repeated field to the
- destination repeated field.
-
-
-
-
- Whether to replace primitive (non-repeated and non-message) fields in
- destination message fields with the source primitive fields (i.e., if the
- field is set in the source, the value is copied to the
- destination; if the field is unset in the source, the field is cleared
- from the destination) when merging.
-
- Default behavior is to always set the value of the source primitive
- field to the destination primitive field, and if the source field is
- unset, the default value of the source field is copied to the
- destination.
-
-
-
- Holder for reflection information generated from google/protobuf/source_context.proto
-
-
- File descriptor for google/protobuf/source_context.proto
-
-
-
- `SourceContext` represents information about the source of a
- protobuf element, like the file in which it is defined.
-
-
-
- Field number for the "file_name" field.
-
-
-
- The path-qualified name of the .proto file that contained the associated
- protobuf element. For example: `"google/protobuf/source_context.proto"`.
-
-
-
- Holder for reflection information generated from google/protobuf/struct.proto
-
-
- File descriptor for google/protobuf/struct.proto
-
-
-
- `NullValue` is a singleton enumeration to represent the null value for the
- `Value` type union.
-
- The JSON representation for `NullValue` is JSON `null`.
-
-
-
-
- Null value.
-
-
-
-
- `Struct` represents a structured data value, consisting of fields
- which map to dynamically typed values. In some languages, `Struct`
- might be supported by a native representation. For example, in
- scripting languages like JS a struct is represented as an
- object. The details of that representation are described together
- with the proto support for the language.
-
- The JSON representation for `Struct` is JSON object.
-
-
-
- Field number for the "fields" field.
-
-
-
- Unordered map of dynamically typed values.
-
-
-
-
- `Value` represents a dynamically typed value which can be either
- null, a number, a string, a boolean, a recursive struct value, or a
- list of values. A producer of value is expected to set one of that
- variants, absence of any variant indicates an error.
-
- The JSON representation for `Value` is JSON value.
-
-
-
- Field number for the "null_value" field.
-
-
-
- Represents a null value.
-
-
-
- Field number for the "number_value" field.
-
-
-
- Represents a double value.
-
-
-
- Field number for the "string_value" field.
-
-
-
- Represents a string value.
-
-
-
- Field number for the "bool_value" field.
-
-
-
- Represents a boolean value.
-
-
-
- Field number for the "struct_value" field.
-
-
-
- Represents a structured value.
-
-
-
- Field number for the "list_value" field.
-
-
-
- Represents a repeated `Value`.
-
-
-
- Enum of possible cases for the "kind" oneof.
-
-
-
- Convenience method to create a Value message with a string value.
-
- Value to set for the StringValue property.
- A newly-created Value message with the given value.
-
-
-
- Convenience method to create a Value message with a number value.
-
- Value to set for the NumberValue property.
- A newly-created Value message with the given value.
-
-
-
- Convenience method to create a Value message with a Boolean value.
-
- Value to set for the BoolValue property.
- A newly-created Value message with the given value.
-
-
-
- Convenience method to create a Value message with a null initial value.
-
- A newly-created Value message a null initial value.
-
-
-
- Convenience method to create a Value message with an initial list of values.
-
- The values provided are not cloned; the references are copied directly.
- A newly-created Value message an initial list value.
-
-
-
- Convenience method to create a Value message with an initial struct value
-
- The value provided is not cloned; the reference is copied directly.
- A newly-created Value message an initial struct value.
-
-
-
- `ListValue` is a wrapper around a repeated field of values.
-
- The JSON representation for `ListValue` is JSON array.
-
-
-
- Field number for the "values" field.
-
-
-
- Repeated field of dynamically typed values.
-
-
-
-
- Extension methods on BCL time-related types, converting to protobuf types.
-
-
-
-
- Converts the given to a .
-
- The date and time to convert to a timestamp.
- The value has a other than Utc.
- The converted timestamp.
-
-
-
- Converts the given to a
-
- The offset is taken into consideration when converting the value (so the same instant in time
- is represented) but is not a separate part of the resulting value. In other words, there is no
- roundtrip operation to retrieve the original DateTimeOffset.
- The date and time (with UTC offset) to convert to a timestamp.
- The converted timestamp.
-
-
-
- Converts the given to a .
-
- The time span to convert.
- The converted duration.
-
-
- Holder for reflection information generated from google/protobuf/timestamp.proto
-
-
- File descriptor for google/protobuf/timestamp.proto
-
-
-
- A Timestamp represents a point in time independent of any time zone or local
- calendar, encoded as a count of seconds and fractions of seconds at
- nanosecond resolution. The count is relative to an epoch at UTC midnight on
- January 1, 1970, in the proleptic Gregorian calendar which extends the
- Gregorian calendar backwards to year one.
-
- All minutes are 60 seconds long. Leap seconds are "smeared" so that no leap
- second table is needed for interpretation, using a [24-hour linear
- smear](https://developers.google.com/time/smear).
-
- The range is from 0001-01-01T00:00:00Z to 9999-12-31T23:59:59.999999999Z. By
- restricting to that range, we ensure that we can convert to and from [RFC
- 3339](https://www.ietf.org/rfc/rfc3339.txt) date strings.
-
- # Examples
-
- Example 1: Compute Timestamp from POSIX `time()`.
-
- Timestamp timestamp;
- timestamp.set_seconds(time(NULL));
- timestamp.set_nanos(0);
-
- Example 2: Compute Timestamp from POSIX `gettimeofday()`.
-
- struct timeval tv;
- gettimeofday(&tv, NULL);
-
- Timestamp timestamp;
- timestamp.set_seconds(tv.tv_sec);
- timestamp.set_nanos(tv.tv_usec * 1000);
-
- Example 3: Compute Timestamp from Win32 `GetSystemTimeAsFileTime()`.
-
- FILETIME ft;
- GetSystemTimeAsFileTime(&ft);
- UINT64 ticks = (((UINT64)ft.dwHighDateTime) << 32) | ft.dwLowDateTime;
-
- // A Windows tick is 100 nanoseconds. Windows epoch 1601-01-01T00:00:00Z
- // is 11644473600 seconds before Unix epoch 1970-01-01T00:00:00Z.
- Timestamp timestamp;
- timestamp.set_seconds((INT64) ((ticks / 10000000) - 11644473600LL));
- timestamp.set_nanos((INT32) ((ticks % 10000000) * 100));
-
- Example 4: Compute Timestamp from Java `System.currentTimeMillis()`.
-
- long millis = System.currentTimeMillis();
-
- Timestamp timestamp = Timestamp.newBuilder().setSeconds(millis / 1000)
- .setNanos((int) ((millis % 1000) * 1000000)).build();
-
- Example 5: Compute Timestamp from Java `Instant.now()`.
-
- Instant now = Instant.now();
-
- Timestamp timestamp =
- Timestamp.newBuilder().setSeconds(now.getEpochSecond())
- .setNanos(now.getNano()).build();
-
- Example 6: Compute Timestamp from current time in Python.
-
- timestamp = Timestamp()
- timestamp.GetCurrentTime()
-
- # JSON Mapping
-
- In JSON format, the Timestamp type is encoded as a string in the
- [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format. That is, the
- format is "{year}-{month}-{day}T{hour}:{min}:{sec}[.{frac_sec}]Z"
- where {year} is always expressed using four digits while {month}, {day},
- {hour}, {min}, and {sec} are zero-padded to two digits each. The fractional
- seconds, which can go up to 9 digits (i.e. up to 1 nanosecond resolution),
- are optional. The "Z" suffix indicates the timezone ("UTC"); the timezone
- is required. A proto3 JSON serializer should always use UTC (as indicated by
- "Z") when printing the Timestamp type and a proto3 JSON parser should be
- able to accept both UTC and other timezones (as indicated by an offset).
-
- For example, "2017-01-15T01:30:15.01Z" encodes 15.01 seconds past
- 01:30 UTC on January 15, 2017.
-
- In JavaScript, one can convert a Date object to this format using the
- standard
- [toISOString()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString)
- method. In Python, a standard `datetime.datetime` object can be converted
- to this format using
- [`strftime`](https://docs.python.org/2/library/time.html#time.strftime) with
- the time format spec '%Y-%m-%dT%H:%M:%S.%fZ'. Likewise, in Java, one can use
- the Joda Time's [`ISODateTimeFormat.dateTime()`](
- http://www.joda.org/joda-time/apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime%2D%2D
- ) to obtain a formatter capable of generating timestamps in this format.
-
-
-
- Field number for the "seconds" field.
-
-
-
- Represents seconds of UTC time since Unix epoch
- 1970-01-01T00:00:00Z. Must be from 0001-01-01T00:00:00Z to
- 9999-12-31T23:59:59Z inclusive.
-
-
-
- Field number for the "nanos" field.
-
-
-
- Non-negative fractions of a second at nanosecond resolution. Negative
- second values with fractions must still have non-negative nanos values
- that count forward in time. Must be from 0 to 999,999,999
- inclusive.
-
-
-
-
- Returns the difference between one and another, as a .
-
- The timestamp to subtract from. Must not be null.
- The timestamp to subtract. Must not be null.
- The difference between the two specified timestamps.
-
-
-
- Adds a to a , to obtain another Timestamp.
-
- The timestamp to add the duration to. Must not be null.
- The duration to add. Must not be null.
- The result of adding the duration to the timestamp.
-
-
-
- Subtracts a from a , to obtain another Timestamp.
-
- The timestamp to subtract the duration from. Must not be null.
- The duration to subtract.
- The result of subtracting the duration from the timestamp.
-
-
-
- Converts this timestamp into a .
-
-
- The resulting DateTime will always have a Kind of Utc.
- If the timestamp is not a precise number of ticks, it will be truncated towards the start
- of time. For example, a timestamp with a value of 99 will result in a
- value precisely on a second.
-
- This timestamp as a DateTime.
- The timestamp contains invalid values; either it is
- incorrectly normalized or is outside the valid range.
-
-
-
- Converts this timestamp into a .
-
-
- The resulting DateTimeOffset will always have an Offset of zero.
- If the timestamp is not a precise number of ticks, it will be truncated towards the start
- of time. For example, a timestamp with a value of 99 will result in a
- value precisely on a second.
-
- This timestamp as a DateTimeOffset.
- The timestamp contains invalid values; either it is
- incorrectly normalized or is outside the valid range.
-
-
-
- Converts the specified to a .
-
-
- The Kind of is not DateTimeKind.Utc.
- The converted timestamp.
-
-
-
- Converts the given to a
-
- The offset is taken into consideration when converting the value (so the same instant in time
- is represented) but is not a separate part of the resulting value. In other words, there is no
- roundtrip operation to retrieve the original DateTimeOffset.
- The date and time (with UTC offset) to convert to a timestamp.
- The converted timestamp.
-
-
-
- Converts a timestamp specified in seconds/nanoseconds to a string.
-
-
- If the value is a normalized duration in the range described in timestamp.proto,
- is ignored. Otherwise, if the parameter is true,
- a JSON object with a warning is returned; if it is false, an is thrown.
-
- Seconds portion of the duration.
- Nanoseconds portion of the duration.
- Determines the handling of non-normalized values
- The represented duration is invalid, and is false.
-
-
-
- Given another timestamp, returns 0 if the timestamps are equivalent, -1 if this timestamp precedes the other, and 1 otherwise
-
-
- Make sure the timestamps are normalized. Comparing non-normalized timestamps is not specified and may give unexpected results.
-
- Timestamp to compare
- an integer indicating whether this timestamp precedes or follows the other
-
-
-
- Compares two timestamps and returns whether the first is less than (chronologically precedes) the second
-
-
- Make sure the timestamps are normalized. Comparing non-normalized timestamps is not specified and may give unexpected results.
-
-
-
- true if a precedes b
-
-
-
- Compares two timestamps and returns whether the first is greater than (chronologically follows) the second
-
-
- Make sure the timestamps are normalized. Comparing non-normalized timestamps is not specified and may give unexpected results.
-
-
-
- true if a follows b
-
-
-
- Compares two timestamps and returns whether the first is less than (chronologically precedes) the second
-
-
- Make sure the timestamps are normalized. Comparing non-normalized timestamps is not specified and may give unexpected results.
-
-
-
- true if a precedes b
-
-
-
- Compares two timestamps and returns whether the first is greater than (chronologically follows) the second
-
-
- Make sure the timestamps are normalized. Comparing non-normalized timestamps is not specified and may give unexpected results.
-
-
-
- true if a follows b
-
-
-
- Returns whether two timestamps are equivalent
-
-
- Make sure the timestamps are normalized. Comparing non-normalized timestamps is not specified and may give unexpected results.
-
-
-
- true if the two timestamps refer to the same nanosecond
-
-
-
- Returns whether two timestamps differ
-
-
- Make sure the timestamps are normalized. Comparing non-normalized timestamps is not specified and may give unexpected results.
-
-
-
- true if the two timestamps differ
-
-
-
- Returns a string representation of this for diagnostic purposes.
-
-
- Normally the returned value will be a JSON string value (including leading and trailing quotes) but
- when the value is non-normalized or out of range, a JSON object representation will be returned
- instead, including a warning. This is to avoid exceptions being thrown when trying to
- diagnose problems - the regular JSON formatter will still throw an exception for non-normalized
- values.
-
- A string representation of this value.
-
-
- Holder for reflection information generated from google/protobuf/type.proto
-
-
- File descriptor for google/protobuf/type.proto
-
-
-
- The syntax in which a protocol buffer element is defined.
-
-
-
-
- Syntax `proto2`.
-
-
-
-
- Syntax `proto3`.
-
-
-
-
- A protocol buffer message type.
-
-
-
- Field number for the "name" field.
-
-
-
- The fully qualified message name.
-
-
-
- Field number for the "fields" field.
-
-
-
- The list of fields.
-
-
-
- Field number for the "oneofs" field.
-
-
-
- The list of types appearing in `oneof` definitions in this type.
-
-
-
- Field number for the "options" field.
-
-
-
- The protocol buffer options.
-
-
-
- Field number for the "source_context" field.
-
-
-
- The source context.
-
-
-
- Field number for the "syntax" field.
-
-
-
- The source syntax.
-
-
-
-
- A single field of a message type.
-
-
-
- Field number for the "kind" field.
-
-
-
- The field type.
-
-
-
- Field number for the "cardinality" field.
-
-
-
- The field cardinality.
-
-
-
- Field number for the "number" field.
-
-
-
- The field number.
-
-
-
- Field number for the "name" field.
-
-
-
- The field name.
-
-
-
- Field number for the "type_url" field.
-
-
-
- The field type URL, without the scheme, for message or enumeration
- types. Example: `"type.googleapis.com/google.protobuf.Timestamp"`.
-
-
-
- Field number for the "oneof_index" field.
-
-
-
- The index of the field type in `Type.oneofs`, for message or enumeration
- types. The first type has index 1; zero means the type is not in the list.
-
-
-
- Field number for the "packed" field.
-
-
-
- Whether to use alternative packed wire representation.
-
-
-
- Field number for the "options" field.
-
-
-
- The protocol buffer options.
-
-
-
- Field number for the "json_name" field.
-
-
-
- The field JSON name.
-
-
-
- Field number for the "default_value" field.
-
-
-
- The string value of the default value of this field. Proto2 syntax only.
-
-
-
- Container for nested types declared in the Field message type.
-
-
-
- Basic field types.
-
-
-
-
- Field type unknown.
-
-
-
-
- Field type double.
-
-
-
-
- Field type float.
-
-
-
-
- Field type int64.
-
-
-
-
- Field type uint64.
-
-
-
-
- Field type int32.
-
-
-
-
- Field type fixed64.
-
-
-
-
- Field type fixed32.
-
-
-
-
- Field type bool.
-
-
-
-
- Field type string.
-
-
-
-
- Field type group. Proto2 syntax only, and deprecated.
-
-
-
-
- Field type message.
-
-
-
-
- Field type bytes.
-
-
-
-
- Field type uint32.
-
-
-
-
- Field type enum.
-
-
-
-
- Field type sfixed32.
-
-
-
-
- Field type sfixed64.
-
-
-
-
- Field type sint32.
-
-
-
-
- Field type sint64.
-
-
-
-
- Whether a field is optional, required, or repeated.
-
-
-
-
- For fields with unknown cardinality.
-
-
-
-
- For optional fields.
-
-
-
-
- For required fields. Proto2 syntax only.
-
-
-
-
- For repeated fields.
-
-
-
-
- Enum type definition.
-
-
-
- Field number for the "name" field.
-
-
-
- Enum type name.
-
-
-
- Field number for the "enumvalue" field.
-
-
-
- Enum value definitions.
-
-
-
- Field number for the "options" field.
-
-
-
- Protocol buffer options.
-
-
-
- Field number for the "source_context" field.
-
-
-
- The source context.
-
-
-
- Field number for the "syntax" field.
-
-
-
- The source syntax.
-
-
-
-
- Enum value definition.
-
-
-
- Field number for the "name" field.
-
-
-
- Enum value name.
-
-
-
- Field number for the "number" field.
-
-
-
- Enum value number.
-
-
-
- Field number for the "options" field.
-
-
-
- Protocol buffer options.
-
-
-
-
- A protocol buffer option, which can be attached to a message, field,
- enumeration, etc.
-
-
-
- Field number for the "name" field.
-
-
-
- The option's name. For protobuf built-in options (options defined in
- descriptor.proto), this is the short name. For example, `"map_entry"`.
- For custom options, it should be the fully-qualified name. For example,
- `"google.api.http"`.
-
-
-
- Field number for the "value" field.
-
-
-
- The option's value packed in an Any message. If the value is a primitive,
- the corresponding wrapper type defined in google/protobuf/wrappers.proto
- should be used. If the value is an enum, it should be stored as an int32
- value using the google.protobuf.Int32Value type.
-
-
-
- Holder for reflection information generated from google/protobuf/wrappers.proto
-
-
- File descriptor for google/protobuf/wrappers.proto
-
-
-
- Field number for the single "value" field in all wrapper types.
-
-
-
-
- Wrapper message for `double`.
-
- The JSON representation for `DoubleValue` is JSON number.
-
-
-
- Field number for the "value" field.
-
-
-
- The double value.
-
-
-
-
- Wrapper message for `float`.
-
- The JSON representation for `FloatValue` is JSON number.
-
-
-
- Field number for the "value" field.
-
-
-
- The float value.
-
-
-
-
- Wrapper message for `int64`.
-
- The JSON representation for `Int64Value` is JSON string.
-
-
-
- Field number for the "value" field.
-
-
-
- The int64 value.
-
-
-
-
- Wrapper message for `uint64`.
-
- The JSON representation for `UInt64Value` is JSON string.
-
-
-
- Field number for the "value" field.
-
-
-
- The uint64 value.
-
-
-
-
- Wrapper message for `int32`.
-
- The JSON representation for `Int32Value` is JSON number.
-
-
-
- Field number for the "value" field.
-
-
-
- The int32 value.
-
-
-
-
- Wrapper message for `uint32`.
-
- The JSON representation for `UInt32Value` is JSON number.
-
-
-
- Field number for the "value" field.
-
-
-
- The uint32 value.
-
-
-
-
- Wrapper message for `bool`.
-
- The JSON representation for `BoolValue` is JSON `true` and `false`.
-
-
-
- Field number for the "value" field.
-
-
-
- The bool value.
-
-
-
-
- Wrapper message for `string`.
-
- The JSON representation for `StringValue` is JSON string.
-
-
-
- Field number for the "value" field.
-
-
-
- The string value.
-
-
-
-
- Wrapper message for `bytes`.
-
- The JSON representation for `BytesValue` is JSON string.
-
-
-
- Field number for the "value" field.
-
-
-
- The bytes value.
-
-
-
-
- This class is used internally by the Protocol Buffer Library and generated
- message implementations. It is public only for the sake of those generated
- messages. Others should not use this class directly.
-
- This class contains constants and helper functions useful for dealing with
- the Protocol Buffer wire format.
-
-
-
-
-
- Wire types within protobuf encoding.
-
-
-
-
- Variable-length integer.
-
-
-
-
- A fixed-length 64-bit value.
-
-
-
-
- A length-delimited value, i.e. a length followed by that many bytes of data.
-
-
-
-
- A "start group" value
-
-
-
-
- An "end group" value
-
-
-
-
- A fixed-length 32-bit value.
-
-
-
-
- Given a tag value, determines the wire type (lower 3 bits).
-
-
-
-
- Given a tag value, determines the field number (the upper 29 bits).
-
-
-
-
- Makes a tag value given a field number and wire type.
-
-
-
-
- Abstraction for writing to a steam / IBufferWriter
-
-
-
-
- Initialize an instance with a coded output stream.
- This approach is faster than using a constructor because the instance to initialize is passed by reference
- and we can write directly into it without copying.
-
-
-
-
- Initialize an instance with a buffer writer.
- This approach is faster than using a constructor because the instance to initialize is passed by reference
- and we can write directly into it without copying.
-
-
-
-
- Initialize an instance with a buffer represented by a single span (i.e. buffer cannot be refreshed)
- This approach is faster than using a constructor because the instance to initialize is passed by reference
- and we can write directly into it without copying.
-
-
-
-
- Verifies that SpaceLeft returns zero.
-
-
-
-
- If writing to a flat array, returns the space left in the array. Otherwise,
- throws an InvalidOperationException.
-
-
-
-
- An opaque struct that represents the current serialization state and is passed along
- as the serialization proceeds.
- All the public methods are intended to be invoked only by the generated code,
- users should never invoke them directly.
-
-
-
-
- Creates a WriteContext instance from CodedOutputStream.
- WARNING: internally this copies the CodedOutputStream's state, so after done with the WriteContext,
- the CodedOutputStream's state needs to be updated.
-
-
-
-
- Writes a double field value, without a tag.
-
- The value to write
-
-
-
- Writes a float field value, without a tag.
-
- The value to write
-
-
-
- Writes a uint64 field value, without a tag.
-
- The value to write
-
-
-
- Writes an int64 field value, without a tag.
-
- The value to write
-
-
-
- Writes an int32 field value, without a tag.
-
- The value to write
-
-
-
- Writes a fixed64 field value, without a tag.
-
- The value to write
-
-
-
- Writes a fixed32 field value, without a tag.
-
- The value to write
-
-
-
- Writes a bool field value, without a tag.
-
- The value to write
-
-
-
- Writes a string field value, without a tag.
- The data is length-prefixed.
-
- The value to write
-
-
-
- Writes a message, without a tag.
- The data is length-prefixed.
-
- The value to write
-
-
-
- Writes a group, without a tag, to the stream.
-
- The value to write
-
-
-
- Write a byte string, without a tag, to the stream.
- The data is length-prefixed.
-
- The value to write
-
-
-
- Writes a uint32 value, without a tag.
-
- The value to write
-
-
-
- Writes an enum value, without a tag.
-
- The value to write
-
-
-
- Writes an sfixed32 value, without a tag.
-
- The value to write.
-
-
-
- Writes an sfixed64 value, without a tag.
-
- The value to write
-
-
-
- Writes an sint32 value, without a tag.
-
- The value to write
-
-
-
- Writes an sint64 value, without a tag.
-
- The value to write
-
-
-
- Writes a length (in bytes) for length-delimited data.
-
-
- This method simply writes a rawint, but exists for clarity in calling code.
-
- Length value, in bytes.
-
-
-
- Encodes and writes a tag.
-
- The number of the field to write the tag for
- The wire format type of the tag to write
-
-
-
- Writes an already-encoded tag.
-
- The encoded tag
-
-
-
- Writes the given single-byte tag.
-
- The encoded tag
-
-
-
- Writes the given two-byte tag.
-
- The first byte of the encoded tag
- The second byte of the encoded tag
-
-
-
- Writes the given three-byte tag.
-
- The first byte of the encoded tag
- The second byte of the encoded tag
- The third byte of the encoded tag
-
-
-
- Writes the given four-byte tag.
-
- The first byte of the encoded tag
- The second byte of the encoded tag
- The third byte of the encoded tag
- The fourth byte of the encoded tag
-
-
-
- Writes the given five-byte tag.
-
- The first byte of the encoded tag
- The second byte of the encoded tag
- The third byte of the encoded tag
- The fourth byte of the encoded tag
- The fifth byte of the encoded tag
-
-
-
- Primitives for encoding protobuf wire format.
-
-
-
-
- Writes a double field value, without a tag, to the stream.
-
-
-
-
- Writes a float field value, without a tag, to the stream.
-
-
-
-
- Writes a uint64 field value, without a tag, to the stream.
-
-
-
-
- Writes an int64 field value, without a tag, to the stream.
-
-
-
-
- Writes an int32 field value, without a tag, to the stream.
-
-
-
-
- Writes a fixed64 field value, without a tag, to the stream.
-
-
-
-
- Writes a fixed32 field value, without a tag, to the stream.
-
-
-
-
- Writes a bool field value, without a tag, to the stream.
-
-
-
-
- Writes a string field value, without a tag, to the stream.
- The data is length-prefixed.
-
-
-
-
- Write a byte string, without a tag, to the stream.
- The data is length-prefixed.
-
-
-
-
- Writes a uint32 value, without a tag, to the stream.
-
-
-
-
- Writes an enum value, without a tag, to the stream.
-
-
-
-
- Writes an sfixed32 value, without a tag, to the stream.
-
-
-
-
- Writes an sfixed64 value, without a tag, to the stream.
-
-
-
-
- Writes an sint32 value, without a tag, to the stream.
-
-
-
-
- Writes an sint64 value, without a tag, to the stream.
-
-
-
-
- Writes a length (in bytes) for length-delimited data.
-
-
- This method simply writes a rawint, but exists for clarity in calling code.
-
-
-
-
- Writes a 32 bit value as a varint. The fast route is taken when
- there's enough buffer space left to whizz through without checking
- for each byte; otherwise, we resort to calling WriteRawByte each time.
-
-
-
-
- Writes out an array of bytes.
-
-
-
-
- Writes out part of an array of bytes.
-
-
-
-
- Writes out part of an array of bytes.
-
-
-
-
- Encodes and writes a tag.
-
-
-
-
- Writes an already-encoded tag.
-
-
-
-
- Writes the given single-byte tag directly to the stream.
-
-
-
-
- Writes the given two-byte tag directly to the stream.
-
-
-
-
- Writes the given three-byte tag directly to the stream.
-
-
-
-
- Writes the given four-byte tag directly to the stream.
-
-
-
-
- Writes the given five-byte tag directly to the stream.
-
-
-
-
- Encode a 32-bit value with ZigZag encoding.
-
-
- ZigZag encodes signed integers into values that can be efficiently
- encoded with varint. (Otherwise, negative values must be
- sign-extended to 64 bits to be varint encoded, thus always taking
- 10 bytes on the wire.)
-
-
-
-
- Encode a 64-bit value with ZigZag encoding.
-
-
- ZigZag encodes signed integers into values that can be efficiently
- encoded with varint. (Otherwise, negative values must be
- sign-extended to 64 bits to be varint encoded, thus always taking
- 10 bytes on the wire.)
-
-
-
-
- Writing messages / groups.
-
-
-
-
- Writes a message, without a tag.
- The data is length-prefixed.
-
-
-
-
- Writes a group, without a tag.
-
-
-
-
- Writes a message, without a tag.
- Message will be written without a length prefix.
-
-
-
-
diff --git a/ISBN_Check_test/bin/Debug/ISBN_Check_test.application b/ISBN_Check_test/bin/Debug/ISBN_Check_test.application
deleted file mode 100644
index 7e899d3..0000000
--- a/ISBN_Check_test/bin/Debug/ISBN_Check_test.application
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- F7W1cK7V9Up1c4wq6FjJVdBQX3Vi9VvrLNVXEgS4D+U=
-
-
-
-
\ No newline at end of file
diff --git a/ISBN_Check_test/bin/Debug/ISBN_Check_test.exe b/ISBN_Check_test/bin/Debug/ISBN_Check_test.exe
deleted file mode 100644
index 663093e..0000000
Binary files a/ISBN_Check_test/bin/Debug/ISBN_Check_test.exe and /dev/null differ
diff --git a/ISBN_Check_test/bin/Debug/ISBN_Check_test.exe.config b/ISBN_Check_test/bin/Debug/ISBN_Check_test.exe.config
deleted file mode 100644
index 1430fe0..0000000
--- a/ISBN_Check_test/bin/Debug/ISBN_Check_test.exe.config
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ISBN_Check_test/bin/Debug/ISBN_Check_test.exe.manifest b/ISBN_Check_test/bin/Debug/ISBN_Check_test.exe.manifest
deleted file mode 100644
index 7edcbc2..0000000
--- a/ISBN_Check_test/bin/Debug/ISBN_Check_test.exe.manifest
+++ /dev/null
@@ -1,242 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- pkUxy9puRCzT8+NR1z1AhrzgCfuXnvkLKPb6RRIvXI8=
-
-
-
-
-
-
-
-
-
-
-
- LAYio0GLM6iB7Yzp/UB7P8TyssxLkj7eqnZ4W1zSjw8=
-
-
-
-
-
-
-
-
-
-
-
- bxncI1VlTbrqYbFDshYwJwk+2t61DUInxbOAIRCnDQw=
-
-
-
-
-
-
-
-
-
-
-
- iZt23NwbTw3G3o7er2sV/njinSqOJNwVDnslLK/MOLg=
-
-
-
-
-
-
-
-
-
-
-
- QeTVrSMyJYZsM56dHatpgSg+p0WTseZEtdYYQVJfytI=
-
-
-
-
-
-
-
-
-
-
-
- EQ80i1BW05RFWHofw8nY4upHJV2z3owIUJDXc8sbY4o=
-
-
-
-
-
-
-
-
-
-
-
- oMcu3wg92gEoS1lxyKZqFe8s/JFkSKZUkE6D79O5Rkg=
-
-
-
-
-
-
-
-
-
-
-
- tiSUnfiw46YVP9+3MKfG9JkLZZLuDZIuF4hDPSdmEPM=
-
-
-
-
-
-
-
-
-
-
-
- Y2gBJDUXMpX6s7ws4eaLl77Q8BRSvpOwsUmf22BzBEE=
-
-
-
-
-
-
-
-
-
-
-
- rMzPvkXZ8I/+7ZkW43sz6YxlvgEs//bn+ntnIQzh/vs=
-
-
-
-
-
-
-
-
-
-
-
- QbXhpMWavbHOFGf1jD2f0G053/T8YdUAokEP7OgDf0s=
-
-
-
-
-
-
-
-
-
-
-
- oETXfttujbQFO/Z8xnHnaHwibBubCWOoHr41nOed/fc=
-
-
-
-
-
-
-
-
-
-
-
- GtLdciXVFioP06OzN6GUlEhSDjEwpLyOAQ7AL3YJdQA=
-
-
-
-
-
-
-
-
-
-
-
- AZnuMl92VNQ74m4O+fXzc+nN9LZP1xsfoplS4lGNs4k=
-
-
-
-
-
-
-
-
-
-
-
- sA/9afOty8HFRcsW9gn/0C+2jmZyxz1PouftB0gA+nQ=
-
-
-
-
-
-
-
-
-
- Qx+jN639AkukL3VOtM7n2jV0SwkhZyRLAjCNL9Lyp14=
-
-
-
-
-
-
-
-
- 0DgKqWF8wsno2qNKQ5/rIF5RAaY/bInkAt8Ir0MEdgo=
-
-
-
\ No newline at end of file
diff --git a/ISBN_Check_test/bin/Debug/ISBN_Check_test.pdb b/ISBN_Check_test/bin/Debug/ISBN_Check_test.pdb
deleted file mode 100644
index d64d9c1..0000000
Binary files a/ISBN_Check_test/bin/Debug/ISBN_Check_test.pdb and /dev/null differ
diff --git a/ISBN_Check_test/bin/Debug/K4os.Compression.LZ4.Streams.dll b/ISBN_Check_test/bin/Debug/K4os.Compression.LZ4.Streams.dll
deleted file mode 100644
index 4c68abb..0000000
Binary files a/ISBN_Check_test/bin/Debug/K4os.Compression.LZ4.Streams.dll and /dev/null differ
diff --git a/ISBN_Check_test/bin/Debug/K4os.Compression.LZ4.Streams.xml b/ISBN_Check_test/bin/Debug/K4os.Compression.LZ4.Streams.xml
deleted file mode 100644
index 4e02583..0000000
--- a/ISBN_Check_test/bin/Debug/K4os.Compression.LZ4.Streams.xml
+++ /dev/null
@@ -1,296 +0,0 @@
-
-
-
- K4os.Compression.LZ4.Streams
-
-
-
-
- LZ4 Frame descriptor.
-
-
-
- Content length. Not always known.
-
-
- Indicates if content checksum is provided.
-
-
- Indicates if blocks are chained (dependent) or not (independent).
-
-
- Indicates if block checksums are provided.
-
-
- Dictionary id. May be null.
-
-
- Block size.
-
-
-
- Decoder settings.
-
-
-
- Extra memory for decompression.
-
-
-
- LZ4 Decompression stream handling.
-
-
-
- Creates new instance .
- Inner stream.
- A function which will create appropriate decoder depending
- on frame descriptor.
- If true inner stream will not be closed after disposing.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Length of stream. Please note, this will only work if original LZ4 stream has
- ContentLength field set in descriptor. Otherwise returned value will be -1.
-
-
-
-
- Position within the stream. Position can be read, but cannot be set as LZ4 stream does
- not have Seek capability.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- LZ4 encoder settings.
-
-
-
-
- Content length. It is not enforced, it can be set to any value, but it will be
- written to the stream so it can be used while decoding. If you don't know the length
- just leave default value.
-
-
-
-
- Indicates if blocks should be chained (dependent) or not (independent). Dependent blocks
- (with chaining) provide better compression ratio but are a little but slower and take
- more memory.
-
-
-
-
- Block size. You can use any block size, but default values for LZ4 are 64k, 256k, 1m,
- and 4m. 64k is good enough for dependent blocks, but for independent blocks bigger is
- better.
-
-
-
- Indicates is content checksum is provided. Not implemented yet.
-
-
- Indicates if block checksum is provided. Not implemented yet.
-
-
- Dictionary id. Not implemented yet.
-
-
- Compression level.
-
-
- Extra memory (for the process, more is usually better).
-
-
-
- LZ4 compression stream.
-
-
-
- Creates new instance of .
- Inner stream.
- LZ4 Descriptor.
- Function which will take descriptor and return
- appropriate encoder.
- Indicates if stream should be left
- open after disposing.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Length of the stream and number of bytes written so far.
-
-
- Read-only position in the stream. Trying to set it will throw
- .
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- LZ4 frame descriptor.
-
-
-
- Content length (if available).
-
-
- Indicates if content checksum if present.
-
-
- Indicates if blocks are chained.
-
-
- Indicates if block checksums are present.
-
-
- Dictionary id (or null).
-
-
- Block size.
-
-
- Creates new instance of .
- Content length.
- Content checksum flag.
- Chaining flag.
- Block checksum flag.
- Dictionary id.
- Block size.
-
-
-
- Utility class with factory methods to create LZ4 compression and decompression streams.
-
-
-
- Created compression stream on top of inner stream.
- Inner stream.
- Compression settings.
- Leave inner stream open after disposing.
- Compression stream.
-
-
- Created compression stream on top of inner stream.
- Inner stream.
- Compression level.
- Extra memory used for compression.
- Leave inner stream open after disposing.
- Compression stream.
-
-
- Creates decompression stream on top of inner stream.
- Inner stream.
- Decompression settings.
- Leave inner stream open after disposing.
- Decompression stream.
-
-
- Creates decompression stream on top of inner stream.
- Inner stream.
- Extra memory used for decompression.
- Leave inner stream open after disposing.
- Decompression stream.
-
-
-
diff --git a/ISBN_Check_test/bin/Debug/K4os.Compression.LZ4.dll b/ISBN_Check_test/bin/Debug/K4os.Compression.LZ4.dll
deleted file mode 100644
index ea7a325..0000000
Binary files a/ISBN_Check_test/bin/Debug/K4os.Compression.LZ4.dll and /dev/null differ
diff --git a/ISBN_Check_test/bin/Debug/K4os.Compression.LZ4.xml b/ISBN_Check_test/bin/Debug/K4os.Compression.LZ4.xml
deleted file mode 100644
index 9af6341..0000000
--- a/ISBN_Check_test/bin/Debug/K4os.Compression.LZ4.xml
+++ /dev/null
@@ -1,794 +0,0 @@
-
-
-
- K4os.Compression.LZ4
-
-
-
-
- Action performed by encoder using FlushAndEncode method.
-
-
-
- Nothing has happened, most likely loading 0 bytes.
-
-
- Some bytes has been loaded into encoder.
-
-
- Compression was not possible so bytes has been copied.
-
-
- Compression succeeded.
-
-
-
- Interface of LZ4 decoder used by LZ4 streams.
-
-
-
- Block size.
-
-
- Bytes already decoded and available to be read.
- Always smaller than
-
-
-
- Decodes previously compressed block and caches decompressed block in decoder.
- Returns number of bytes decoded. These bytes can be read with .
-
- Points to compressed block.
- Length of compressed block.
- Size of the block. Value 0 indicates default block size.
- Number of decoded bytes.
-
-
-
- Inject already decompressed block and caches it in decoder.
- Used with uncompressed-yet-chained blocks and pre-made dictionaries.
- These bytes can be read with .
-
- Points to uncompressed block.
- Length of uncompressed block.
- Number of decoded bytes.
-
-
-
- Reads previously decoded bytes. Please note, should be
- negative number, pointing to bytes before current head.
-
- Buffer to write to.
- Offset in source buffer relatively to current head.
- Please note, it should be negative value.
- Number of bytes to read.
-
-
-
- Interface of LZ4 encoder used by LZ4 streams.
-
-
-
- Block size.
-
-
- Number of bytes read for compression.
- Always smaller than
-
-
- Adds bytes to internal buffer. Increases
- Source buffer.
- Source buffer length.
- Number of bytes topped up. If this function returns 0 it means that buffer
- is full ( equals ) and
- should be called to flush it.
-
-
-
- Encodes bytes in internal buffer (see: , ).
- If is true then if encoded buffer is bigger than
- source buffer source bytes are copied instead. In such case returned length is negative.
-
- Target buffer.
- Target buffer length.
- Indicates if copying is allowed.
- Length of encoded buffer. Negative if bytes are just copied.
-
-
-
- LZ4 decoder used with independent blocks mode. Plase note, that it will fail
- if input data has been compressed with chained blocks
- ( and )
-
-
-
-
-
-
-
-
-
- Creates new instance of block decoder.
- Block size. Must be equal or greater to one used for compression.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Independent block encoder. Produces larger files but uses less memory and
- gives better performance.
-
-
-
- Creates new instance of
- Compression level.
- Block size.
-
-
-
-
-
-
-
-
- LZ4 decoder handling dependent blocks.
-
-
- Creates new instance of .
- Block size.
- Number of extra blocks.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Static class with factory methods to create LZ4 decoders.
-
-
-
- Creates appropriate decoder for given parameters.
- Dependent blocks.
- Block size.
- Number of extra blocks.
- LZ4 decoder.
-
-
-
- Static class with factory method to create LZ4 encoders.
-
-
-
- Creates appropriate decoder for given parameters.
- Dependent blocks.
- Compression level.
- Block size.
- Number of extra blocks.
- LZ4 encoder.
-
-
-
- Base class for LZ4 encoders. Provides basic functionality shared by
- , ,
- and encoders. Do not used directly.
-
-
-
- Creates new instance of encoder.
- Needs to be true if using dependent blocks.
- Block size.
- Number of extra blocks.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Encodes single block using appropriate algorithm.
- Source buffer.
- Source buffer length.
- Target buffer.
- Target buffer length.
- Number of bytes actually written to target buffer.
-
-
- Copies current dictionary.
- Target buffer.
- Dictionary length.
- Dictionary length.
-
-
-
-
-
-
- Functionality of encoders added on top of fixed interface.
-
-
-
- Tops encoder up with some data.
- Encoder.
- Buffer pointer, will be shifted after operation by the number of
- bytes actually loaded.
- Length of buffer.
- true if buffer was topped up, false if no bytes were loaded.
-
-
- Tops encoder up with some data.
- Encoder.
- Buffer.
- Buffer offset.
- Length of buffer.
- Number of bytes actually loaded.
-
-
- Tops encoder up with some data.
- Encoder.
- Buffer.
- Buffer offset, will be increased after operation by the number
- of bytes actually loaded.
- Length of buffer.
- true if buffer was topped up, false if no bytes were loaded.
-
-
- Encodes all bytes currently stored in encoder into target buffer.
- Encoder.
- Target buffer.
- Offset in target buffer.
- Length of target buffer.
- if true copying bytes is allowed.
- Number of bytes encoder. If bytes were copied than this value is negative.
-
-
- Encodes all bytes currently stored in encoder into target buffer.
- Encoder.
- Target buffer.
- Offset in target buffer. Will be updated after operation.
- Length of target buffer.
- if true copying bytes is allowed.
- Result of this action. Bytes can be Copied (),
- Encoded () or nothing could have
- happened ().
-
-
- Encodes all bytes currently stored in encoder into target buffer.
- Encoder.
- Target buffer. Will be updated after operation.
- Length of buffer.
- if true copying bytes is allowed.
- Result of this action. Bytes can be Copied (),
- Encoded () or nothing could have
- happened ().
-
-
- Tops encoder and encodes content.
- Encoder.
- Source buffer (used to top up from).
- Source buffer length.
- Target buffer (used to encode into)
- Target buffer length.
- Forces encoding even if encoder is not full.
- Allows to copy bytes if compression was not possible.
- Number of bytes loaded (topped up)
- Number if bytes encoded or copied.
- Value is 0 if no encoding was done.
- Action performed.
-
-
- Tops encoder and encodes content.
- Encoder.
- Source buffer (used to top up from).
- Offset within source buffer.
- Source buffer length.
- Target buffer (used to encode into)
- Offset within target buffer.
- Target buffer length.
- Forces encoding even if encoder is not full.
- Allows to copy bytes if compression was not possible.
- Number of bytes loaded (topped up)
- Number if bytes encoded or copied.
- Value is 0 if no encoding was done.
- Action performed.
-
-
- Encoded remaining bytes in encoder.
- Encoder.
- Target buffer.
- Target buffer length.
- Allows to copy bytes if compression was not possible.
- Number if bytes encoded or copied.
- Value is 0 if no encoding was done.
- Action performed.
-
-
- Encoded remaining bytes in encoder.
- Encoder.
- Target buffer.
- Offset within target buffer.
- Target buffer length.
- Allows to copy bytes if compression was not possible.
- Number if bytes encoded or copied.
- Value is 0 if no encoding was done.
- Action performed.
-
-
- Drains decoder by reading all bytes which are ready.
- Decoder.
- Target buffer.
- Offset within target buffer.
- Offset in decoder relatively to decoder's head.
- Please note, it should be negative value.
- Number of bytes.
-
-
- Decodes data and immediately drains it into target buffer.
- Decoder.
- Source buffer (with compressed data, to be decoded).
- Source buffer length.
- Target buffer (to drained into).
- Target buffer length.
- Number of bytes actually decoded.
- true decoder was drained, false otherwise.
-
-
- Decodes data and immediately drains it into target buffer.
- Decoder.
- Source buffer (with compressed data, to be decoded).
- Offset within source buffer.
- Source buffer length.
- Target buffer (to drained into).
- Offset within target buffer.
- Target buffer length.
- Number of bytes actually decoded.
- true decoder was drained, false otherwise.
-
-
-
- LZ4 encoder using dependent blocks with fast compression.
-
-
-
- Creates new instance of
- Block size.
- Number of extra blocks.
-
-
-
-
-
-
-
-
-
-
-
-
- LZ4 encoder using dependent blocks with high compression.
-
-
-
- Creates new instance of
- Compression level.
- Block size.
- Number of extra blocks.
-
-
-
-
-
-
-
-
-
-
-
- Utility class with memory related functions.
-
-
- 1 KiB
-
-
- 2 KiB
-
-
- 4 KiB
-
-
- 8 KiB
-
-
- 16 KiB
-
-
- 32 KiB
-
-
- 64 KiB
-
-
- 128 KiB
-
-
- 256 KiB
-
-
- 512 KiB
-
-
- 1 MiB
-
-
- 4 MiB
-
-
- Empty byte array.
-
-
- Rounds integer value up to nearest multiple of step.
- A value.
- A step.
- Value rounded up.
-
-
-
- Copies memory block for to .
- Even though it is called "copy" it actually behaves like "move" which
- might be potential problem, although it shouldn't as I cannot think about
- any situation when "copy" invalid behaviour (forward copy of overlapping blocks)
- can be a desired.
-
- The target block address.
- The source block address.
- Length in bytes.
-
-
-
- Copies memory block for to .
- It handle "move" semantic properly handling overlapping blocks properly.
-
- The target block address.
- The source block address.
- Length in bytes.
-
-
-
- Copies memory block for to
- up to (around) .
- It does not handle overlapping blocks and may copy up to 8 bytes more than expected.
-
- The target block address.
- The source block address.
- The limit (in target block).
-
-
- Fill block of memory with zeroes.
- Address.
- Length.
-
-
- Fills memory block with repeating pattern of a single byte.
- Address.
- A pattern.
- Length.
-
-
-
- Copies memory block for to .
- This is proper implementation of memcpy (with all then weird behaviour for
- overlapping blocks). It is slower than "Copy" but may be required if "Copy"
- causes problems.
-
- The target block address.
- The source block address.
- Length in bytes.
-
-
-
- Copies memory block backwards from to .
- This is needed to implement memmove It is slower than "Move" but is needed for .NET 4.5,
- which does not implement Buffer.MemoryCopy.
-
- The target block address.
- The source block address.
- Length in bytes.
-
-
-
- Moves memory block for to .
- It handles overlapping block properly.
-
- The target block address.
- The source block address.
- Length in bytes.
-
-
- Copies exactly 8 bytes from source to target.
- Target address.
- Source address.
-
-
- Copies exactly 16 bytes from source to target.
- Target address.
- Source address.
-
-
- Copies exactly 18 bytes from source to target.
- Target address.
- Source address.
-
-
- Allocated block of memory. It is NOT initialized with zeroes.
- Size in bytes.
- Pointer to allocated block.
-
-
- Allocated block of memory and fills it with zeroes.
- Size in bytes.
- Pointer to allocated block.
-
-
-
- Free memory allocated previously with or
-
-
-
-
- Reads exactly 1 byte from given address.
- Address.
- Byte at given address.
-
-
- Reads exactly 2 bytes from given address.
- Address.
- 2 bytes at given address.
-
-
- Reads exactly 4 bytes from given address.
- Address.
- 4 bytes at given address.
-
-
- Reads exactly 8 bytes from given address.
- Address.
- 8 bytes at given address.
-
-
- Writes exactly 1 byte to given address.
- Address.
- Value.
-
-
- Writes exactly 2 bytes to given address.
- Address.
- Value.
-
-
- Writes exactly 4 bytes to given address.
- Address.
- Value.
-
-
- Writes exactly 8 bytes to given address.
- Address.
- Value.
-
-
-
- Skeleton for class with unmanaged resources.
- Implements but also handles proper release in
- case was not called.
-
-
-
- Determines if object was already disposed.
-
-
- Throws exception is object has been disposed already. Convenience method.
- Thrown if object is already disposed.
-
-
- Method releasing unmanaged resources.
-
-
- Method releasing managed resources.
-
-
-
- Disposed resources.
-
- true if dispose was explicitly called,
- false if called from GC.
-
-
-
-
-
- Destructor.
-
-
-
- Static class exposing LZ4 block compression methods.
-
-
-
- Maximum size after compression.
- Length of input buffer.
- Maximum length after compression.
-
-
- Compresses data from one buffer into another.
- Input buffer.
- Length of input buffer.
- Output buffer.
- Output buffer length.
- Compression level.
- Number of bytes written, or negative value if output buffer is too small.
-
-
- Compresses data from one buffer into another.
- Input buffer.
- Output buffer.
- Compression level.
- Number of bytes written, or negative value if output buffer is too small.
-
-
- Compresses data from one buffer into another.
- Input buffer.
- Input buffer offset.
- Input buffer length.
- Output buffer.
- Output buffer offset.
- Output buffer length.
- Compression level.
- Number of bytes written, or negative value if output buffer is too small.
-
-
- Decompresses data from given buffer.
- Input buffer.
- Input buffer length.
- Output buffer.
- Output buffer length.
- Number of bytes written, or negative value if output buffer is too small.
-
-
- Decompresses data from given buffer.
- Input buffer.
- Output buffer.
- Number of bytes written, or negative value if output buffer is too small.
-
-
- Decompresses data from given buffer.
- Input buffer.
- Input buffer offset.
- Input buffer length.
- Output buffer.
- Output buffer offset.
- Output buffer length.
- Number of bytes written, or negative value if output buffer is too small.
-
-
- Compression level.
-
-
- Fast compression.
-
-
- High compression, level 3.
-
-
- High compression, level 4.
-
-
- High compression, level 5.
-
-
- High compression, level 6.
-
-
- High compression, level 7.
-
-
- High compression, level 8.
-
-
- High compression, level 9.
-
-
- Optimal compression, level 10.
-
-
- Optimal compression, level 11.
-
-
- Maximum compression, level 12.
-
-
-
- Pickling support with LZ4 compression.
-
-
-
- Compresses input buffer into self-contained package.
- Input buffer.
- Compression level.
- Output buffer.
-
-
- Compresses input buffer into self-contained package.
- Input buffer.
- Input buffer offset.
- Input buffer length.
- Compression level.
- Output buffer.
-
-
- Compresses input buffer into self-contained package.
- Input buffer.
- Compression level.
- Output buffer.
-
-
- Compresses input buffer into self-contained package.
- Input buffer.
- Length of input data.
- Compression level.
- Output buffer.
-
-
- Decompresses previously pickled buffer (see: .
- Input buffer.
- Output buffer.
-
-
- Decompresses previously pickled buffer (see: .
- Input buffer.
- Input buffer offset.
- Input buffer length.
- Output buffer.
-
-
- Decompresses previously pickled buffer (see: .
- Input buffer.
- Output buffer.
-
-
- Decompresses previously pickled buffer (see: .
- Input buffer.
- Input buffer length.
- Output buffer.
-
-
-
diff --git a/ISBN_Check_test/bin/Debug/K4os.Hash.xxHash.dll b/ISBN_Check_test/bin/Debug/K4os.Hash.xxHash.dll
deleted file mode 100644
index b4cb8d9..0000000
Binary files a/ISBN_Check_test/bin/Debug/K4os.Hash.xxHash.dll and /dev/null differ
diff --git a/ISBN_Check_test/bin/Debug/K4os.Hash.xxHash.xml b/ISBN_Check_test/bin/Debug/K4os.Hash.xxHash.xml
deleted file mode 100644
index 2b84147..0000000
--- a/ISBN_Check_test/bin/Debug/K4os.Hash.xxHash.xml
+++ /dev/null
@@ -1,163 +0,0 @@
-
-
-
- K4os.Hash.xxHash
-
-
-
-
- Adapter implementing
-
-
-
-
- Creates new .
-
- Hash size (in bytes)
- Reset function.
- Update function.
- Digest function.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Base class for both and . Do not use directly.
-
-
-
- Protected constructor to prevent instantiation.
-
-
-
- xxHash 32-bit.
-
-
-
- Hash of empty buffer.
-
-
- Hash of provided buffer.
- Buffer.
- Length of buffer.
- Digest.
-
-
- Hash of provided buffer.
- Buffer.
- Digest.
-
-
- Hash of provided buffer.
- Buffer.
- Starting offset.
- Length of buffer.
- Digest.
-
-
- Creates xxHash instance.
-
-
- Resets hash calculation.
-
-
- Updates the has using given buffer.
- Buffer.
- Length of buffer.
-
-
- Updates the has using given buffer.
- Buffer.
-
-
- Updates the has using given buffer.
- Buffer.
- Starting offset.
- Length of buffer.
-
-
- Hash so far.
- Hash so far.
-
-
- Hash so far, as byte array.
- Hash so far.
-
-
- Converts this class to
-
-
-
-
- xxHash 64-bit.
-
-
-
- Hash of empty buffer.
-
-
- Hash of provided buffer.
- Buffer.
- Length of buffer.
- Digest.
-
-
- Hash of provided buffer.
- Buffer.
- Digest.
-
-
- Hash of provided buffer.
- Buffer.
- Starting offset.
- Length of buffer.
- Digest.
-
-
- Creates xxHash instance.
-
-
- Resets hash calculation.
-
-
- Updates the has using given buffer.
- Buffer.
- Length of buffer.
-
-
- Updates the has using given buffer.
- Buffer.
-
-
- Updates the has using given buffer.
- Buffer.
- Starting offset.
- Length of buffer.
-
-
- Hash so far.
- Hash so far.
-
-
- Hash so far, as byte array.
- Hash so far.
-
-
- Converts this class to
-
-
-
-
diff --git a/ISBN_Check_test/bin/Debug/MySql.Data.dll b/ISBN_Check_test/bin/Debug/MySql.Data.dll
deleted file mode 100644
index 10eb79b..0000000
Binary files a/ISBN_Check_test/bin/Debug/MySql.Data.dll and /dev/null differ
diff --git a/ISBN_Check_test/bin/Debug/MySql.Data.xml b/ISBN_Check_test/bin/Debug/MySql.Data.xml
deleted file mode 100644
index c9b6536..0000000
--- a/ISBN_Check_test/bin/Debug/MySql.Data.xml
+++ /dev/null
@@ -1,18492 +0,0 @@
-
-
-
- MySql.Data
-
-
-
-
- The implementation of the caching_sha2_password authentication plugin.
-
-
-
-
- Generates a byte array set with the password of the user in the expected format based on the
- SSL settings of the current connection.
-
- A byte array that contains the password of the user in the expected format.
-
-
-
- Defines the stage of the authentication.
-
-
-
-
- Allows connections to a user account set with the mysql_clear_password authentication plugin.
-
-
-
-
- The GSSAPI mechanism.
-
-
-
-
- Obtain credentials to be used to create a security context
-
- username
- password
- host
-
-
-
- Processes the challenge data.
-
- A byte array containing the challenge data from the server
- A byte array containing the response to be sent to the server
-
-
-
- Security context already established.
-
- A byte array containing the challenge data from the server
- A non-null byte array containing the response to be sent to the server
-
-
-
- Defines the default behavior for an authentication plugin.
-
-
-
-
- Gets or sets the authentication data returned by the server.
-
-
-
-
- This is a factory method that is used only internally. It creates an auth plugin based on the method type
-
-
-
-
-
-
-
-
- Gets the connection option settings.
-
-
-
-
- Gets the server version associated with this authentication plugin.
-
-
-
-
- Gets the encoding assigned to the native driver.
-
-
-
-
- Sets the authentication data required to encode, encrypt, or convert the password of the user.
-
- A byte array containing the authentication data provided by the server.
- This method may be overriden based on the requirements by the implementing authentication plugin.
-
-
-
- Defines the behavior when checking for constraints.
-
- This method is intended to be overriden.
-
-
-
- Throws a that encapsulates the original exception.
-
- The exception to encapsulate.
-
-
-
- Defines the behavior when authentication is successful.
-
- This method is intended to be overriden.
-
-
-
- Defines the behavior when more data is required from the server.
-
- The data returned by the server.
- The data to return to the server.
- This method is intended to be overriden.
-
-
-
- Gets the plugin name based on the authentication plugin type defined during the creation of this object.
-
-
-
-
- Gets the user name associated to the connection settings.
-
- The user name associated to the connection settings.
-
-
-
- Gets the encoded, encrypted, or converted password based on the authentication plugin type defined during the creation of this object.
- This method is intended to be overriden.
-
- An object containing the encoded, encrypted, or converted password.
-
-
-
- Provides functionality to read, decode and convert PEM files to objects supported in .NET.
-
-
-
-
- Converts the binary data of a PEM file to an object.
-
- A binary representation of the public key provided by the server.
- An object containing the data found in the public key.
-
-
-
- Allows connections to a user account set with the authentication_ldap_sasl authentication plugin.
-
-
-
-
- Determines if the character is a non-ASCII space.
-
-
- This list was obtained from http://tools.ietf.org/html/rfc3454#appendix-C.1.2
-
- true if the character is a non-ASCII space; otherwise, false.
- The character.
-
-
-
- Determines if the character is commonly mapped to nothing.
-
-
- This list was obtained from http://tools.ietf.org/html/rfc3454#appendix-B.1
-
- true if the character is commonly mapped to nothing; otherwise, false.
- The character.
-
-
-
- Determines if the character is prohibited.
-
-
- This list was obtained from http://tools.ietf.org/html/rfc3454#appendix-C.3
-
- true if the character is prohibited; otherwise, false.
- The string.
- The character index.
-
-
-
- Prepares the user name or password string.
-
- The string to prepare.
- The prepared string.
-
-
-
- Allows connections to a user account set with the mysql_native_password authentication plugin.
-
-
-
-
- Returns a byte array containing the proper encryption of the
- given password/seed according to the new 4.1.1 authentication scheme.
-
-
-
-
-
-
-
- Base class to handle SCRAM authentication methods
-
-
-
-
- Defines the state of the authentication process.
-
-
-
-
- Gets the name of the method.
-
-
-
-
- Parses the server's challenge token and returns the next challenge response.
-
- The next challenge response.
-
-
-
- Builds up the client-first message.
-
- An array of bytes containig the client-first message.
-
-
-
- Processes the server response from the client-first message and
- builds up the client-final message.
-
- Response from the server.
- An array of bytes containing the client-final message.
-
-
-
- Validates the server response.
-
- Server-final message
-
-
-
- Creates the HMAC SHA1 context.
-
- The HMAC context.
- The secret key.
-
-
-
- Apply the HMAC keyed algorithm.
-
- The results of the HMAC keyed algorithm.
- The key.
- The string.
-
-
-
- Applies the cryptographic hash function.
-
- The results of the hash.
- The string.
-
-
-
- Applies the exclusive-or operation to combine two octet strings.
-
- The alpha component.
- The blue component.
-
-
-
- The SCRAM-SHA-1 SASL mechanism.
-
-
- A salted challenge/response SASL mechanism that uses the HMAC SHA-1 algorithm.
-
-
-
-
- Initializes a new instance of the class.
-
-
- Creates a new SCRAM-SHA-1 SASL context.
-
- The user name.
- The password.
- The host.
-
-
-
- Gets the name of the method.
-
-
-
-
- The SCRAM-SHA-256 SASL mechanism.
-
-
- A salted challenge/response SASL mechanism that uses the HMAC SHA-256 algorithm.
-
-
-
-
- Initializes a new instance of the class.
-
-
- Creates a new SCRAM-SHA-256 SASL context.
-
- The user name.
- The password.
- The host.
-
-
-
- Gets the name of the method.
-
-
-
-
- The implementation of the sha256_password authentication plugin.
-
-
-
-
- The byte array representation of the public key provided by the server.
-
-
-
-
- Applies XOR to the byte arrays provided as input.
-
- A byte array that contains the results of the XOR operation.
-
-
-
-
-
-
-
-
- Defines the type of the security buffer.
-
-
-
-
- Defines a security handle.
-
-
-
-
- Describes a buffer allocated by a transport to pass to a security package.
-
-
-
-
- Specifies the size, in bytes, of the buffer.
-
-
-
-
- Bit flags that indicate the type of the buffer.
-
-
-
-
- Pointer to a buffer.
-
-
-
-
- Hold a numeric value used in defining other data types.
-
-
-
-
- Least significant digits.
-
-
-
-
- Most significant digits.
-
-
-
-
- Holds a pointer used to define a security handle.
-
-
-
-
- Least significant digits.
-
-
-
-
- Most significant digits.
-
-
-
-
- Indicates the sizes of important structures used in the message support functions.
-
-
-
-
- Specifies the maximum size of the security token used in the authentication changes.
-
-
-
-
- Specifies the maximum size of the signature created by the MakeSignature function.
- This member must be zero if integrity services are not requested or available.
-
-
-
-
- Specifies the preferred integral size of the messages.
-
-
-
-
- Size of the security trailer to be appended to messages.
- This member should be zero if the relevant services are not requested or available.
-
-
-
-
- Allows importing large amounts of data into a database with bulk loading.
-
-
-
-
- Gets or sets the connection.
-
- The connection.
-
-
-
- Gets or sets the field terminator.
-
- The field terminator.
-
-
-
- Gets or sets the line terminator.
-
- The line terminator.
-
-
-
- Gets or sets the name of the table.
-
- The name of the table.
-
-
-
- Gets or sets the character set.
-
- The character set.
-
-
-
- Gets or sets the name of the file.
-
- The name of the file.
-
-
-
- Gets or sets the timeout.
-
- The timeout.
-
-
-
- Gets or sets a value indicating whether the file name that is to be loaded
- is local to the client or not. The default value is false.
-
- true if local; otherwise, false.
-
-
-
- Gets or sets the number of lines to skip.
-
- The number of lines to skip.
-
-
-
- Gets or sets the line prefix.
-
- The line prefix.
-
-
-
- Gets or sets the field quotation character.
-
- The field quotation character.
-
-
-
- Gets or sets a value indicating whether [field quotation optional].
-
-
- true if [field quotation optional]; otherwise, false.
-
-
-
-
- Gets or sets the escape character.
-
- The escape character.
-
-
-
- Gets or sets the conflict option.
-
- The conflict option.
-
-
-
- Gets or sets the priority.
-
- The priority.
-
-
-
- Gets the columns.
-
- The columns.
-
-
-
- Gets the expressions.
-
- The expressions.
-
-
-
- Executes the load operation.
-
- The number of rows inserted.
-
-
-
- Asynchronous version of the load operation.
-
- The number of rows inserted.
-
-
-
- Executes the load operation asynchronously while the cancellation isn't requested.
-
- The cancellation token.
- The number of rows inserted.
-
-
-
- Represents the priority set for bulk loading operations.
-
-
-
-
- This is the default and indicates normal priority
-
-
-
-
- Low priority will cause the load operation to wait until all readers of the table
- have finished. This only affects storage engines that use only table-level locking
- such as MyISAM, Memory, and Merge.
-
-
-
-
- Concurrent priority is only relevant for MyISAM tables and signals that if the table
- has no free blocks in the middle that other readers can retrieve data from the table
- while the load operation is happening.
-
-
-
-
- Represents the behavior when conflicts arise during bulk loading operations.
-
-
-
-
- This is the default and indicates normal operation. In the event of a LOCAL load, this
- is the same as ignore. When the data file is on the server, then a key conflict will
- cause an error to be thrown and the rest of the data file ignored.
-
-
-
-
- Replace column values when a key conflict occurs.
-
-
-
-
- Ignore any rows where the primary key conflicts.
-
-
-
-
- Summary description for CharSetMap.
-
-
-
-
- Returns the text encoding for a given MySQL character set name
-
- Version of the connection requesting the encoding
- Name of the character set to get the encoding for
- Encoding object for the given character set name
-
-
-
- Initializes the mapping.
-
-
-
-
- Represents a character set object.
-
-
-
- Represents a SQL statement to execute against a MySQL database. This class cannot be inherited.
- MySqlCommand features the following methods for executing commands at a MySQL database:
-
-
- Item
- Description
-
- -
-
- ExecuteReader
-
- Executes commands that return rows.
-
- -
-
- ExecuteNonQuery
-
- Executes commands such as SQL INSERT, DELETE, and UPDATE statements.
-
- -
-
- ExecuteScalar
-
- Retrieves a single value (for example, an aggregate value) from a database.
-
-
-
- You can reset the CommandText property and reuse the MySqlCommand
- object. However, you must close the MySqlDataReader
- before you can execute a new or previous command.
-
- If a MySqlException is
- generated by the method executing a MySqlCommand, the MySqlConnection
- remains open. It is the responsibility of the programmer to close the connection.
-
-
- Using the '@' symbol for paramters is now the preferred approach although the old pattern of using
- '?' is still supported. Please be aware though that using '@' can cause conflicts when user variables
- are also used. To help with this situation please see the documentation on the 'allow user variables'
- connection string option. The 'old syntax' connection string option has now been deprecated.
-
-
- The following example creates a MySqlCommand and
- a MySqlConnection. The MySqlConnection is opened and set as the Connection
- for the MySqlCommand. The example then calls ExecuteNonQuery,
- and closes the connection. To accomplish this, the ExecuteNonQuery is
- passed a connection string and a query string that is a SQL INSERT
- statement.
-
- Public Sub InsertRow(myConnectionString As String)
- " If the connection string is null, use a default.
- If myConnectionString = "" Then
- myConnectionString = "Database=Test;Data Source=localhost;User Id=username;Password=pass"
- End If
- Dim myConnection As New MySqlConnection(myConnectionString)
- Dim myInsertQuery As String = "INSERT INTO Orders (id, customerId, amount) Values(1001, 23, 30.66)"
- Dim myCommand As New MySqlCommand(myInsertQuery)
- myCommand.Connection = myConnection
- myConnection.Open()
- myCommand.ExecuteNonQuery()
- myCommand.Connection.Close()
- End Sub
-
-
- public void InsertRow(string myConnectionString)
- {
- // If the connection string is null, use a default.
- if(myConnectionString == "")
- {
- myConnectionString = "Database=Test;Data Source=localhost;User Id=username;Password=pass";
- }
- MySqlConnection myConnection = new MySqlConnection(myConnectionString);
- string myInsertQuery = "INSERT INTO Orders (id, customerId, amount) Values(1001, 23, 30.66)";
- MySqlCommand myCommand = new MySqlCommand(myInsertQuery);
- myCommand.Connection = myConnection;
- myConnection.Open();
- myCommand.ExecuteNonQuery();
- myCommand.Connection.Close();
- }
-
-
-
-
-
-
- Initializes a new instance of the MySqlCommand class.
-
-
- The following example creates a MySqlCommand and sets some of its properties.
-
-
- This example shows how to use one of the overloaded
- versions of the MySqlCommand constructor. For other examples that might be available,
- see the individual overload topics.
-
-
-
- Public Sub CreateMySqlCommand()
- Dim myConnection As New MySqlConnection _
- ("Persist Security Info=False;database=test;server=myServer")
- myConnection.Open()
- Dim myTrans As MySqlTransaction = myConnection.BeginTransaction()
- Dim mySelectQuery As String = "SELECT * FROM MyTable"
- Dim myCommand As New MySqlCommand(mySelectQuery, myConnection, myTrans)
- myCommand.CommandTimeout = 20
- End Sub
-
-
- public void CreateMySqlCommand()
- {
- MySqlConnection myConnection = new MySqlConnection("Persist Security Info=False;
- database=test;server=myServer");
- myConnection.Open();
- MySqlTransaction myTrans = myConnection.BeginTransaction();
- string mySelectQuery = "SELECT * FROM myTable";
- MySqlCommand myCommand = new MySqlCommand(mySelectQuery, myConnection,myTrans);
- myCommand.CommandTimeout = 20;
- }
-
-
- public:
- void CreateMySqlCommand()
- {
- MySqlConnection* myConnection = new MySqlConnection(S"Persist Security Info=False;
- database=test;server=myServer");
- myConnection->Open();
- MySqlTransaction* myTrans = myConnection->BeginTransaction();
- String* mySelectQuery = S"SELECT * FROM myTable";
- MySqlCommand* myCommand = new MySqlCommand(mySelectQuery, myConnection, myTrans);
- myCommand->CommandTimeout = 20;
- };
-
-
-
- Initializes a new instance of the MySqlCommand class.
-
- The base constructor initializes all fields to their default values. The
- following table shows initial property values for an instance of .
-
-
- Properties
- Initial Value
-
- -
-
-
-
- empty string ("")
-
- -
-
-
-
- 0
-
- -
-
-
-
- CommandType.Text
-
- -
-
-
-
- Null
-
-
-
- You can change the value for any of these properties through a separate call to
- the property.
-
-
- The following example creates a and
- sets some of its properties.
-
-
- Public Sub CreateMySqlCommand()
- Dim myCommand As New MySqlCommand()
- myCommand.CommandType = CommandType.Text
- End Sub
-
-
- public void CreateMySqlCommand()
- {
- MySqlCommand myCommand = new MySqlCommand();
- myCommand.CommandType = CommandType.Text;
- }
-
-
-
-
-
- Initializes a new instance of the class with the text of the query.
- The text of the query.
- When an instance of is created,
- the following read/write properties are set to initial values.
-
-
-
- Properties
- Initial Value
-
- -
-
-
-
-
- cmdText
-
-
- -
-
-
-
- 0
-
- -
-
-
-
- CommandType.Text
-
- -
-
-
-
- Null
-
-
-
- You can change the value for any of these properties through a separate call to
- the property.
-
-
- The following example creates a and
- sets some of its properties.
-
-
- Public Sub CreateMySqlCommand()
- Dim sql as String = "SELECT * FROM mytable"
- Dim myCommand As New MySqlCommand(sql)
- myCommand.CommandType = CommandType.Text
- End Sub
-
-
- public void CreateMySqlCommand()
- {
- string sql = "SELECT * FROM mytable";
- MySqlCommand myCommand = new MySqlCommand(sql);
- myCommand.CommandType = CommandType.Text;
- }
-
-
-
-
-
- Initializes a new instance of the class
- with the text of the query and a .
- The text of the query.
- A that represents the
- connection to an instance of SQL Server.
-
- When an instance of is created,
- the following read/write properties are set to initial values.
-
-
-
- Properties
- Initial Value
-
- -
-
-
-
-
- cmdText
-
-
- -
-
-
-
- 0
-
- -
-
-
-
- CommandType.Text
-
- -
-
-
-
-
- connection
-
-
-
-
- You can change the value for any of these properties through a separate call to
- the property.
-
-
- The following example creates a and
- sets some of its properties.
-
-
- Public Sub CreateMySqlCommand()
- Dim conn as new MySqlConnection("server=myServer")
- Dim sql as String = "SELECT * FROM mytable"
- Dim myCommand As New MySqlCommand(sql, conn)
- myCommand.CommandType = CommandType.Text
- End Sub
-
-
- public void CreateMySqlCommand()
- {
- MySqlConnection conn = new MySqlConnection("server=myserver")
- string sql = "SELECT * FROM mytable";
- MySqlCommand myCommand = new MySqlCommand(sql, conn);
- myCommand.CommandType = CommandType.Text;
- }
-
-
-
-
-
- Initializes a new instance of the class
- with the text of the query, a , and the
- .
- The text of the query.
- A that represents the
- connection to an instance of SQL Server.
-
- The in which the executes.
-
- When an instance of is created,
- the following read/write properties are set to initial values.
-
-
-
- Properties
- Initial Value
-
- -
-
-
-
-
- cmdText
-
-
- -
-
-
-
- 0
-
- -
-
-
-
- CommandType.Text
-
- -
-
-
-
-
- connection
-
-
-
-
- You can change the value for any of these properties through a separate call to
- the property.
-
-
- The following example creates a and
- sets some of its properties.
-
-
- Public Sub CreateMySqlCommand()
- Dim conn as new MySqlConnection("server=myServer")
- conn.Open();
- Dim txn as MySqlTransaction = conn.BeginTransaction()
- Dim sql as String = "SELECT * FROM mytable"
- Dim myCommand As New MySqlCommand(sql, conn, txn)
- myCommand.CommandType = CommandType.Text
- End Sub
-
-
- public void CreateMySqlCommand()
- {
- MySqlConnection conn = new MySqlConnection("server=myserver")
- conn.Open();
- MySqlTransaction txn = conn.BeginTransaction();
- string sql = "SELECT * FROM mytable";
- MySqlCommand myCommand = new MySqlCommand(sql, conn, txn);
- myCommand.CommandType = CommandType.Text;
- }
-
-
-
-
-
- Gets the last inserted id.
-
-
-
-
-
- Gets or sets the SQL statement to execute at the data source.
-
- The SQL statement or stored procedure to execute. The default is an empty string.
-
-
- When the property is set to StoredProcedure,
- the CommandText property should be set to the name of the stored procedure.
- The user may be required to use escape character syntax if the stored procedure name
- contains any special characters. The command executes this stored procedure when
- you call one of the Execute methods. Starting with Connector/NET 5.0, having both a stored function
- and stored procedure with the same name in the same database is not supported. It is
- suggested that you provide unqiue names for your stored routines.
-
-
- The following example creates a and sets some of its properties.
-
- Public Sub CreateMySqlCommand()
- Dim myCommand As New MySqlCommand()
- myCommand.CommandText = "SELECT * FROM Mytable ORDER BY id"
- myCommand.CommandType = CommandType.Text
- End Sub
-
-
- public void CreateMySqlCommand()
- {
- MySqlCommand myCommand = new MySqlCommand();
- myCommand.CommandText = "SELECT * FROM mytable ORDER BY id";
- myCommand.CommandType = CommandType.Text;
- }
-
-
-
-
-
- Gets or sets the wait time before terminating the attempt to execute a command
- and generating an error.
-
- The time (in seconds) to wait for the command to execute. The default is 30
- seconds.
-
- CommandTimeout is dependent on the ability of MySQL to cancel an executing query.
- Because of this, CommandTimeout is only supported when connected to MySQL
- version 5.0.0 or higher.
-
-
-
-
- Gets or sets a value indicating how the property is to be interpreted.
-
- One of the values. The default is Text.
-
-
- When you set the CommandType property to StoredProcedure, you
- should set the property to the name of the stored
- procedure. The command executes this stored procedure when you call one of the
- Execute methods.
-
-
- The following example creates a and sets some of its properties.
-
- Public Sub CreateMySqlCommand()
- Dim myCommand As New MySqlCommand()
- myCommand.CommandType = CommandType.Text
- End Sub
-
-
- public void CreateMySqlCommand()
- {
- MySqlCommand myCommand = new MySqlCommand();
- myCommand.CommandType = CommandType.Text;
- }
-
-
-
-
-
- Gets a boolean value that indicates whether the Prepared method has been called.
-
-
-
-
-
- Gets or sets the used by this instance of the
- .
-
- The connection to a data source. The default value is a null reference
- (Nothing in Visual Basic).
-
-
- If you set Connection while a transaction is in progress and the
- property is not null, an
- is generated. If the Transaction property is not null and the transaction
- has already been committed or rolled back, Transaction is set to
- null.
-
-
- The following example creates a and sets some of its properties.
-
- Public Sub CreateMySqlCommand()
- Dim mySelectQuery As String = "SELECT * FROM mytable ORDER BY id"
- Dim myConnectString As String = "Persist Security Info=False;database=test;server=myServer"
- Dim myCommand As New MySqlCommand(mySelectQuery)
- myCommand.Connection = New MySqlConnection(myConnectString)
- myCommand.CommandType = CommandType.Text
- End Sub
-
-
- public void CreateMySqlCommand()
- {
- string mySelectQuery = "SELECT * FROM mytable ORDER BY id";
- string myConnectString = "Persist Security Info=False;database=test;server=myServer";
- MySqlCommand myCommand = new MySqlCommand(mySelectQuery);
- myCommand.Connection = new MySqlConnection(myConnectString);
- myCommand.CommandType = CommandType.Text;
- }
-
-
-
-
-
- Get the
-
- The parameters of the SQL statement or stored procedure. The default is
- an empty collection.
-
- Connector/NET does not support unnamed parameters. Every parameter added to the collection must
- have an associated name.
-
- The following example creates a and displays its parameters.
- To accomplish this, the method is passed a , a query string
- that is a SQL SELECT statement, and an array of objects.
-
- Public Sub CreateMySqlCommand(myConnection As MySqlConnection, _
- mySelectQuery As String, myParamArray() As MySqlParameter)
- Dim myCommand As New MySqlCommand(mySelectQuery, myConnection)
- myCommand.CommandText = "SELECT id, name FROM mytable WHERE age=@age"
- myCommand.UpdatedRowSource = UpdateRowSource.Both
- myCommand.Parameters.Add(myParamArray)
- Dim j As Integer
- For j = 0 To myCommand.Parameters.Count - 1
- myCommand.Parameters.Add(myParamArray(j))
- Next j
- Dim myMessage As String = ""
- Dim i As Integer
- For i = 0 To myCommand.Parameters.Count - 1
- myMessage += myCommand.Parameters(i).ToString() & ControlChars.Cr
- Next i
- Console.WriteLine(myMessage)
- End Sub
-
-
- public void CreateMySqlCommand(MySqlConnection myConnection, string mySelectQuery,
- MySqlParameter[] myParamArray)
- {
- MySqlCommand myCommand = new MySqlCommand(mySelectQuery, myConnection);
- myCommand.CommandText = "SELECT id, name FROM mytable WHERE age=@age";
- myCommand.Parameters.Add(myParamArray);
- for (int j=0; j<myParamArray.Length; j++)
- {
- myCommand.Parameters.Add(myParamArray[j]) ;
- }
- string myMessage = "";
- for (int i = 0; i < myCommand.Parameters.Count; i++)
- {
- myMessage += myCommand.Parameters[i].ToString() + "\n";
- }
- MessageBox.Show(myMessage);
- }
-
-
-
-
-
- Gets or sets the within which the executes.
-
- The . The default value is a null reference (Nothing in Visual Basic).
-
- You cannot set the Transaction property if it is already set to a
- specific value, and the command is in the process of executing. If you set the
- transaction property to a object that is not connected
- to the same as the object,
- an exception will be thrown the next time you attempt to execute a statement.
-
-
-
-
- Gets or sets a boolean value that indicates whether caching is enabled.
-
-
-
-
- Gets or sets the seconds for how long a TableDirect result should be cached.
-
-
-
-
- Gets or sets how command results are applied to the DataRow when used by the
- Update method of the DbDataAdapter.
-
-
-
-
- Gets or sets a value indicating whether the command object should be visible in a Windows Form Designer control.
-
-
-
-
- Attempts to cancel the execution of a currently active command
-
-
- Cancelling a currently active query only works with MySQL versions 5.0.0 and higher.
-
-
-
-
- Creates a new instance of a object.
-
-
- This method is a strongly-typed version of .
-
- A object.
-
-
-
-
- Check the connection to make sure
- - it is open
- - it is not currently being used by a reader
- - and we have the right version of MySQL for the requested command type
-
-
-
-
- Executes a SQL statement against the connection and returns the number of rows affected.
- Number of rows affected
- You can use ExecuteNonQuery to perform any type of database operation,
- however any resultsets returned will not be available. Any output parameters
- used in calling a stored procedure will be populated with data and can be
- retrieved after execution is complete.
- For UPDATE, INSERT, and DELETE statements, the return value is the number
- of rows affected by the command. For all other types of statements, the return
- value is -1.
-
- The following example creates a MySqlCommand and then
- executes it using ExecuteNonQuery. The example is passed a string that is a
- SQL statement (such as UPDATE, INSERT, or DELETE) and a string to use to
- connect to the data source.
-
- Public Sub CreateMySqlCommand(myExecuteQuery As String, myConnection As MySqlConnection)
- Dim myCommand As New MySqlCommand(myExecuteQuery, myConnection)
- myCommand.Connection.Open()
- myCommand.ExecuteNonQuery()
- myConnection.Close()
- End Sub
-
-
- public void CreateMySqlCommand(string myExecuteQuery, MySqlConnection myConnection)
- {
- MySqlCommand myCommand = new MySqlCommand(myExecuteQuery, myConnection);
- myCommand.Connection.Open();
- myCommand.ExecuteNonQuery();
- myConnection.Close();
- }
-
-
-
-
-
- Reset reader to null, to avoid "There is already an open data reader"
- on the next ExecuteReader(). Used in error handling scenarios.
-
-
-
-
- Reset SQL_SELECT_LIMIT that could have been modified by CommandBehavior.
-
-
-
-
- Sends the to the Connection
- and builds a .
-
- A object.
-
-
- When the property is set to StoredProcedure,
- the property should be set to the name of the stored
- procedure. The command executes this stored procedure when you call
- ExecuteReader.
-
-
- While the is in use, the associated
- is busy serving the MySqlDataReader.
- While in this state, no other operations can be performed on the
- MySqlConnection other than closing it. This is the case until the
- method of the MySqlDataReader is called.
-
-
- The following example creates a , then executes it by
- passing a string that is a SQL SELECT statement, and a string to use to connect to the
- data source.
-
- Public Sub CreateMySqlDataReader(mySelectQuery As String, myConnection As MySqlConnection)
- Dim myCommand As New MySqlCommand(mySelectQuery, myConnection)
- myConnection.Open()
- Dim myReader As MySqlDataReader
- myReader = myCommand.ExecuteReader()
- Try
- While myReader.Read()
- Console.WriteLine(myReader.GetString(0))
- End While
- Finally
- myReader.Close
- myConnection.Close
- End Try
- End Sub
-
-
- public void CreateMySqlDataReader(string mySelectQuery, MySqlConnection myConnection)
- {
- MySqlCommand myCommand = new MySqlCommand(mySelectQuery, myConnection);
- myConnection.Open();
- MMySqlDataReader myReader;
- myReader = myCommand.ExecuteReader();
- try
- {
- while(myReader.Read())
- {
- Console.WriteLine(myReader.GetString(0));
- }
- }
- finally
- {
- myReader.Close();
- myConnection.Close();
- }
- }
-
-
-
-
-
- Sends the to the Connection,
- and builds a using one of the values.
-
- One of the values.
-
-
- When the property is set to StoredProcedure,
- the property should be set to the name of the stored
- procedure. The command executes this stored procedure when you call
- ExecuteReader.
-
-
- The supports a special mode that enables large binary
- values to be read efficiently. For more information, see the SequentialAccess
- setting for .
-
-
- While the is in use, the associated
- is busy serving the MySqlDataReader.
- While in this state, no other operations can be performed on the
- MySqlConnection other than closing it. This is the case until the
- method of the MySqlDataReader is called.
- If the MySqlDataReader is created with CommandBehavior set to
- CloseConnection, closing the MySqlDataReader closes the connection
- automatically.
-
-
- When calling ExecuteReader with the SingleRow behavior, you should be aware that using a limit
- clause in your SQL will cause all rows (up to the limit given) to be retrieved by the client. The
- method will still return false after the first row but pulling all rows of data
- into the client will have a performance impact. If the limit clause is not necessary, it should
- be avoided.
-
-
- A object.
-
-
-
-
- Executes the query, and returns the first column of the first row in the
- result set returned by the query. Extra columns or rows are ignored.
-
- The first column of the first row in the result set, or a null reference if the
- result set is empty
-
-
- Use the ExecuteScalar method to retrieve a single value (for example,
- an aggregate value) from a database. This requires less code than using the
- method, and then performing the operations necessary
- to generate the single value using the data returned by a
-
-
- The following example creates a and then
- executes it using ExecuteScalar. The example is passed a string that is a
- SQL statement that returns an aggregate result, and a string to use to
- connect to the data source.
-
-
- Public Sub CreateMySqlCommand(myScalarQuery As String, myConnection As MySqlConnection)
- Dim myCommand As New MySqlCommand(myScalarQuery, myConnection)
- myCommand.Connection.Open()
- myCommand.ExecuteScalar()
- myConnection.Close()
- End Sub
-
-
- public void CreateMySqlCommand(string myScalarQuery, MySqlConnection myConnection)
- {
- MySqlCommand myCommand = new MySqlCommand(myScalarQuery, myConnection);
- myCommand.Connection.Open();
- myCommand.ExecuteScalar();
- myConnection.Close();
- }
-
-
- public:
- void CreateMySqlCommand(String* myScalarQuery, MySqlConnection* myConnection)
- {
- MySqlCommand* myCommand = new MySqlCommand(myScalarQuery, myConnection);
- myCommand->Connection->Open();
- myCommand->ExecuteScalar();
- myConnection->Close();
- }
-
-
-
-
-
-
-
-
-
- Creates a prepared version of the command on an instance of MySQL Server.
-
-
- Prepared statements are only supported on MySQL version 4.1 and higher. Calling
- prepare while connected to earlier versions of MySQL will succeed but will execute
- the statement in the same way as unprepared.
-
-
- The following example demonstrates the use of the Prepare method.
-
- public sub PrepareExample()
- Dim cmd as New MySqlCommand("INSERT INTO mytable VALUES (@val)", myConnection)
- cmd.Parameters.Add( "@val", 10 )
- cmd.Prepare()
- cmd.ExecuteNonQuery()
-
- cmd.Parameters(0).Value = 20
- cmd.ExecuteNonQuery()
- end sub
-
-
- private void PrepareExample()
- {
- MySqlCommand cmd = new MySqlCommand("INSERT INTO mytable VALUES (@val)", myConnection);
- cmd.Parameters.Add( "@val", 10 );
- cmd.Prepare();
- cmd.ExecuteNonQuery();
-
- cmd.Parameters[0].Value = 20;
- cmd.ExecuteNonQuery();
- }
-
-
-
-
-
- Initiates the asynchronous execution of the SQL statement or stored procedure
- that is described by this , and retrieves one or more
- result sets from the server.
-
- An that can be used to poll, wait for results,
- or both; this value is also needed when invoking EndExecuteReader,
- which returns a instance that can be used to retrieve
- the returned rows.
-
-
-
- Initiates the asynchronous execution of the SQL statement or stored procedure
- that is described by this using one of the
- CommandBehavior values.
-
- One of the values, indicating
- options for statement execution and data retrieval.
- An that can be used to poll, wait for results,
- or both; this value is also needed when invoking EndExecuteReader,
- which returns a instance that can be used to retrieve
- the returned rows.
-
-
-
- Finishes asynchronous execution of a SQL statement, returning the requested
- .
-
- The returned by the call to
- .
- A MySqlDataReader object that can be used to retrieve the requested rows.
-
-
-
- Initiates the asynchronous execution of the SQL statement or stored procedure
- that is described by this .
-
-
- An delegate that is invoked when the command's
- execution has completed. Pass a null reference (Nothing in Visual Basic)
- to indicate that no callback is required.
- A user-defined state object that is passed to the
- callback procedure. Retrieve this object from within the callback procedure
- using the property.
- An that can be used to poll or wait for results,
- or both; this value is also needed when invoking ,
- which returns the number of affected rows.
-
-
-
- Initiates the asynchronous execution of the SQL statement or stored procedure
- that is described by this .
-
- An that can be used to poll or wait for results,
- or both; this value is also needed when invoking ,
- which returns the number of affected rows.
-
-
-
- Finishes asynchronous execution of a SQL statement.
-
- The returned by the call
- to .
-
-
-
-
- Verifies if a query is valid even if it has not spaces or is a stored procedure call
-
- Query to validate
- If it is necessary to add call statement
-
-
-
- Creates a clone of this object. CommandText, Connection, and Transaction properties
- are included as well as the entire parameter list.
-
- The cloned object.
-
-
-
- Summary description for API.
-
-
-
-
- Summary description for CompressedStream.
-
-
-
-
- Represents an open connection to a MySQL Server database. This class cannot be inherited.
-
-
- A MySqlConnection object represents a session to a MySQL Server
- data source. When you create an instance of MySqlConnection, all
- properties are set to their initial values. For a list of these values, see the
- MySqlConnection constructor.
-
-
-
- If the MySqlConnection goes out of scope, it is not closed. Therefore,
- you must explicitly close the connection by calling
- or .
-
-
- The following example creates a and
- a MySqlConnection. The MySqlConnection is opened and set as the
- for the MySqlCommand. The example then calls
- , and closes the connection. To accomplish this, the ExecuteNonQuery is
- passed a connection string and a query string that is a SQL INSERT
- statement.
-
-
- Public Sub InsertRow(myConnectionString As String)
- ' If the connection string is null, use a default.
- If myConnectionString = "" Then
- myConnectionString = "Database=Test;Data Source=localhost;User Id=username;Password=pass"
- End If
- Dim myConnection As New MySqlConnection(myConnectionString)
- Dim myInsertQuery As String = "INSERT INTO Orders (id, customerId, amount) Values(1001, 23, 30.66)"
- Dim myCommand As New MySqlCommand(myInsertQuery)
- myCommand.Connection = myConnection
- myConnection.Open()
- myCommand.ExecuteNonQuery()
- myCommand.Connection.Close()
- End Sub
-
-
-
-
- public void InsertRow(string myConnectionString)
- {
- // If the connection string is null, use a default.
- if(myConnectionString == "")
- {
- myConnectionString = "Database=Test;Data Source=localhost;User Id=username;Password=pass";
- }
- MySqlConnection myConnection = new MySqlConnection(myConnectionString);
- string myInsertQuery = "INSERT INTO Orders (id, customerId, amount) Values(1001, 23, 30.66)";
- MySqlCommand myCommand = new MySqlCommand(myInsertQuery);
- myCommand.Connection = myConnection;
- myConnection.Open();
- myCommand.ExecuteNonQuery();
- myCommand.Connection.Close();
- }
-
-
-
-
-
- Occurs when MySQL returns warnings as a result of executing a command or query.
-
-
-
-
- Initializes a new instance of the class.
-
- When a new instance of is created, the read/write
- properties are set to the following initial values unless they are specifically
- set using their associated keywords in the property.
-
-
-
- Properties
- Initial Value
-
- -
-
-
-
- empty string ("")
-
- -
-
-
-
- 15
-
- -
-
-
-
- empty string ("")
-
- -
-
-
-
- empty string ("")
-
- -
-
-
-
- empty string ("")
-
-
-
- You can change the value for these properties only by using the ConnectionString property.
-
-
-
- Initializes a new instance of the class.
-
-
-
-
-
- Initializes a new instance of the class when given a string containing the connection string.
-
- When a new instance of is created, the read/write
- properties are set to the following initial values unless they are specifically
- set using their associated keywords in the property.
-
-
-
- Properties
- Initial Value
-
- -
-
-
-
- empty string ("")
-
- -
-
-
-
- 15
-
- -
-
-
-
- empty string ("")
-
- -
-
-
-
- empty string ("")
-
- -
-
-
-
- empty string ("")
-
-
-
- You can change the value for these properties only by using the ConnectionString property.
-
-
- The connection properties used to open the MySQL database.
-
-
-
-
- Determines whether the connection is a clone of other connection.
-
-
-
-
- Returns the id of the server thread this connection is executing on
-
-
-
-
- Gets the name of the MySQL server to which to connect.
-
-
-
-
- Gets the time to wait while trying to establish a connection before terminating the attempt and generating an error.
- The value set is less than 0.
- A value of 0 indicates no limit, and should be avoided in a
- because an attempt to connect
- will wait indefinitely.
-
- The following example creates a MySqlConnection
- and sets some of its properties in the connection string.
-
- Public Sub CreateSqlConnection()
- Dim myConnection As New MySqlConnection()
- myConnection.ConnectionString = "Persist Security Info=False;Username=user;Password=pass;database=test1;server=localhost;Connect Timeout=30"
- myConnection.Open()
- End Sub
-
-
- public void CreateSqlConnection()
- {
- MySqlConnection myConnection = new MySqlConnection();
- myConnection.ConnectionString = "Persist Security Info=False;Username=user;Password=pass;database=test1;server=localhost;Connect Timeout=30";
- myConnection.Open();
- }
-
-
-
-
- Gets the name of the current database or the database to be used after a connection is opened.The name of the current database or the name of the database to be used after a connection is opened. The default value is an empty string.
-
- The Database property does not update dynamically.
- If you change the current database using a SQL statement, then this property
- may reflect the wrong value. If you change the current database using the
- method, this property is updated to reflect the new database.
-
-
- The following example creates a and displays
- some of its read-only properties.
-
-
- Public Sub CreateMySqlConnection()
- Dim myConnString As String = _
- "Persist Security Info=False;database=test;server=localhost;user id=joeuser;pwd=pass"
- Dim myConnection As New MySqlConnection( myConnString )
- myConnection.Open()
- MessageBox.Show( "Server Version: " + myConnection.ServerVersion _
- + ControlChars.NewLine + "Database: " + myConnection.Database )
- myConnection.ChangeDatabase( "test2" )
- MessageBox.Show( "ServerVersion: " + myConnection.ServerVersion _
- + ControlChars.NewLine + "Database: " + myConnection.Database )
- myConnection.Close()
- End Sub
-
-
-
- public void CreateMySqlConnection()
- {
- string myConnString =
- "Persist Security Info=False;database=test;server=localhost;user id=joeuser;pwd=pass";
- MySqlConnection myConnection = new MySqlConnection( myConnString );
- myConnection.Open();
- MessageBox.Show( "Server Version: " + myConnection.ServerVersion
- + "\nDatabase: " + myConnection.Database );
- myConnection.ChangeDatabase( "test2" );
- MessageBox.Show( "ServerVersion: " + myConnection.ServerVersion
- + "\nDatabase: " + myConnection.Database );
- myConnection.Close();
- }
-
-
-
-
-
- Indicates if this connection should use compression when communicating with the server.
-
-
-
- Gets the current state of the connection.
- A bitwise combination of the values. The default is Closed.
-
- The allowed state changes are:
-
- -
- From Closed to Open, using the Open method of the connection object.
-
- -
- From Open to Closed, using either the Close method or the Dispose method of the connection object.
-
-
-
- The following example creates a , opens it,
- displays some of its properties, then closes the connection.
-
-
- Public Sub CreateMySqlConnection(myConnString As String)
- Dim myConnection As New MySqlConnection(myConnString)
- myConnection.Open()
- MessageBox.Show("ServerVersion: " + myConnection.ServerVersion _
- + ControlChars.Cr + "State: " + myConnection.State.ToString())
- myConnection.Close()
- End Sub
-
-
- public void CreateMySqlConnection(string myConnString)
- {
- MySqlConnection myConnection = new MySqlConnection(myConnString);
- myConnection.Open();
- MessageBox.Show("ServerVersion: " + myConnection.ServerVersion +
- "\nState: " + myConnection.State.ToString());
- myConnection.Close();
- }
-
-
-
-
- Gets a string containing the version of the MySQL server to which the client is connected.The version of the instance of MySQL.The connection is closed.
- The following example creates a , opens it,
- displays some of its properties, then closes the connection.
-
-
- Public Sub CreateMySqlConnection(myConnString As String)
- Dim myConnection As New MySqlConnection(myConnString)
- myConnection.Open()
- MessageBox.Show("ServerVersion: " + myConnection.ServerVersion _
- + ControlChars.Cr + "State: " + myConnection.State.ToString())
- myConnection.Close()
- End Sub
-
-
- public void CreateMySqlConnection(string myConnString)
- {
- MySqlConnection myConnection = new MySqlConnection(myConnString);
- myConnection.Open();
- MessageBox.Show("ServerVersion: " + myConnection.ServerVersion +
- "\nState: " + myConnection.State.ToString());
- myConnection.Close();
- }
-
-
-
-
-
- Gets or sets the string used to connect to a MySQL Server database.
-
-
- The ConnectionString returned may not be exactly like what was originally
- set but will be indentical in terms of keyword/value pairs. Security information
- will not be included unless the Persist Security Info value is set to true.
-
-
- You can use the ConnectionString property to connect to a database.
- The following example illustrates a typical connection string.
-
- "Persist Security Info=False;database=MyDB;server=MySqlServer;user id=myUser;Password=myPass"
-
- The ConnectionString property can be set only when the connection is
- closed. Many of the connection string values have corresponding read-only
- properties. When the connection string is set, all of these properties are
- updated, except when an error is detected. In this case, none of the properties
- are updated. properties return only those settings contained in the
- ConnectionString.
-
-
- To connect to a local machine, specify "localhost" for the server. If you do not
- specify a server, localhost is assumed.
-
-
- Resetting the ConnectionString on a closed connection resets all
- connection string values (and related properties) including the password. For
- example, if you set a connection string that includes "Database= MyDb", and
- then reset the connection string to "Data Source=myserver;User Id=myUser;Password=myPass",
- the property is no longer set to MyDb.
-
-
- The connection string is parsed immediately after being set. If errors in
- syntax are found when parsing, a runtime exception, such as ,
- is generated. Other errors can be found only when an attempt is made to open the
- connection.
-
-
- The basic format of a connection string consists of a series of keyword/value
- pairs separated by semicolons. The equal sign (=) connects each keyword and its
- value. To include values that contain a semicolon, single-quote character, or
- double-quote character, the value must be enclosed in double quotes. If the
- value contains both a semicolon and a double-quote character, the value can be
- enclosed in single quotes. The single quote is also useful if the value begins
- with a double-quote character. Conversely, the double quote can be used if the
- value begins with a single quote. If the value contains both single-quote and
- double-quote characters, the quote character used to enclose the value must be
- doubled each time it occurs within the value.
-
-
- To include preceding or trailing spaces in the string value, the value must
- be enclosed in either single quotes or double quotes. Any leading or trailing
- spaces around integer, Boolean, or enumerated values are ignored, even if
- enclosed in quotes. However, spaces within a string literal keyword or value are
- preserved. Using .NET Framework version 1.1, single or double quotes may be used
- within a connection string without using delimiters (for example, Data Source=
- my'Server or Data Source= my"Server), unless a quote character is the first or
- last character in the value.
-
-
- To include an equal sign (=) in a keyword or value, it must be preceded by
- another equal sign. For example, in the hypothetical connection string
-
- "key==word=value"
-
- the keyword is "key=word" and the value is "value".
-
- If a specific keyword in a keyword= value pair occurs multiple times in a
- connection string, the last occurrence listed is used in the value set.
-
- Keywords are not case sensitive.
-
- The following table lists the valid names for keyword values within the
- ConnectionString.
-
-
-
-
-
- | Name |
- Default |
- Description |
-
-
- |
- Connect Timeout -or- Connection Timeout
- |
- 15 |
-
- The length of time (in seconds) to wait for a connection to the server before
- terminating the attempt and generating an error.
- |
-
-
- |
- Host -or- Server -or- Data Source -or-
- DataSource -or- Address -or- Addr -or-
- Network Address
- |
- localhost |
-
-
- The name or network address of the instance of MySQL to which to connect. Multiple hosts can be
- specified separated by &. This can be useful where multiple MySQL servers are configured for replication
- and you are not concerned about the precise server you are connecting to. No attempt is made by the provider to
- synchronize writes to the database so care should be taken when using this option.
-
-
- In Unix environment with Mono, this can be a fully qualified path to MySQL socket filename. With this configuration, the Unix socket will be used instead of TCP/IP socket.
- Currently only a single socket name can be given so accessing MySQL in a replicated environment using Unix sockets is not currently supported.
-
- |
-
-
- | Port |
- 3306 |
-
- The port MySQL is using to listen for connections. This value is ignored if the connection protocol
- is anything but socket.
- |
-
-
- | Protocol |
- socket |
-
- Specifies the type of connection to make to the server.Values can be:
- socket or tcp for a socket connection
- pipe for a named pipe connection
- unix for a Unix socket connection
- memory to use MySQL shared memory
- |
-
-
- |
- CharSet -or Character Set
- |
- |
-
- Specifies the character set that should be used to encode all queries sent to the server.
- Resultsets are still returned in the character set of the data returned.
- |
-
-
- | Logging |
- false |
- When true, various pieces of information is output to any configured TraceListeners. |
-
-
- | Allow Batch |
- true |
-
- When true, multiple SQL statements can be sent with one command execution.
- -Note-
- Starting with MySQL 4.1.1, batch statements should be separated by the server-defined seperator character.
- Commands sent to earlier versions of MySQL should be seperated with ';'.
- |
-
-
- | Encrypt |
- false |
-
- When true, SSL/TLS encryption is used for all data sent between the
- client and server if the server has a certificate installed. Recognized values
- are true, false, yes, and no.
- |
-
-
- |
- Initial Catalog -or- Database
- |
- mysql |
- The name of the database to use intially |
-
-
- |
- Password -or- pwd
- |
- |
- The password for the MySQL account being used. |
-
-
- | Persist Security Info |
- false |
-
- When set to false or no (strongly recommended), security-sensitive
- information, such as the password, is not returned as part of the connection if
- the connection is open or has ever been in an open state. Resetting the
- connection string resets all connection string values including the password.
- Recognized values are true, false, yes, and no.
- |
-
-
- |
- User Id -or- Username -or- Uid -or- User name
- |
- |
- The MySQL login account being used. |
-
-
- | Shared Memory Name |
- MYSQL |
- The name of the shared memory object to use for communication if the connection protocol is set to memory. |
-
-
- | Allow Zero Datetime |
- false |
-
- True to have MySqlDataReader.GetValue() return a MySqlDateTime for date or datetime columns that have illegal values.
- False will cause a DateTime object to be returned for legal values and an exception will be thrown for illegal values.
- |
-
-
- | Convert Zero Datetime |
- false |
-
- True to have MySqlDataReader.GetValue() and MySqlDataReader.GetDateTime()
- return DateTime.MinValue for date or datetime columns that have illegal values.
- |
-
-
- |
- Pipe Name -or- Pipe
- |
- mysql |
-
- When set to the name of a named pipe, the MySqlConnection will attempt to connect to MySQL
- on that named pipe.
This settings only applies to the Windows platform.
- |
-
-
- |
- Use Performance Monitor -or- UsePerformanceMonitor
- |
- false |
-
- Posts performance data that can be tracked using perfmon
- |
-
-
- |
- Procedure Cache Size
- |
- 25 |
-
- How many stored procedure definitions can be held in the cache
- |
-
-
- | Use Procedure Bodies |
- true |
-
- Instructs the provider to attempt to call the procedure without first resolving the metadata. This
- is useful in situations where the calling user does not have access to the mysql.proc table. To
- use this mode, the parameters for the procedure must be added to the command in the same order
- as they appear in the procedure definition and their types must be explicitly set.
- |
-
-
- | Auto Enlist |
- true |
-
- Indicates whether the connection should automatically enlist in the current transaction,
- if there is one.
- |
-
-
- | Respect Binary Flags |
- true |
-
- Indicates whether the connection should respect all binary flags sent to the client
- as part of column metadata. False will cause the connector to behave like
- Connector/NET 5.0 and earlier.
- |
-
-
- | BlobAsUTF8IncludePattern |
- null |
-
- Pattern that should be used to indicate which blob columns should be treated as UTF-8.
- |
-
-
- | BlobAsUTF8ExcludePattern |
- null |
-
- Pattern that should be used to indicate which blob columns should not be treated as UTF-8.
- |
-
-
- | Default Command Timeout |
- 30 |
-
- The default timeout that new MySqlCommand objects will use unless changed.
- |
-
-
- | Allow User Variables |
- false |
-
- Should the provider expect user variables in the SQL.
- |
-
-
- | Interactive -or- Interactive Session |
- false |
-
- Should this session be considered interactive?
- |
-
-
- | Functions Return String |
- false |
-
- Set this option to true to force the return value of SQL functions to be string.
- |
-
-
- | Use Affected Rows |
- false |
-
- Set this option to true to cause the affected rows reported to reflect only the
- rows that are actually changed. By default, the number of rows that are matched
- is returned.
- |
-
-
-
-
- The following table lists the valid names for connection pooling values within
- the ConnectionString. For more information about connection pooling, see
- Connection Pooling for the MySql Data Provider.
-
-
-
-
- | Name |
- Default |
- Description |
-
-
- | Connection Lifetime |
- 0 |
-
- When a connection is returned to the pool, its creation time is compared with
- the current time, and the connection is destroyed if that time span (in seconds)
- exceeds the value specified by Connection Lifetime. This is useful in
- clustered configurations to force load balancing between a running server and a
- server just brought online.
-
- A value of zero (0) causes pooled connections to have the maximum connection
- timeout.
-
- |
-
-
- | Max Pool Size |
- 100 |
- The maximum number of connections allowed in the pool. |
-
-
- | Min Pool Size |
- 0 |
- The minimum number of connections allowed in the pool. |
-
-
- | Pooling |
- true |
-
- When true, the MySqlConnection object is drawn from the appropriate
- pool, or if necessary, is created and added to the appropriate pool. Recognized
- values are true, false, yes, and no.
- |
-
-
- | Connection Reset |
- false |
-
- Specifies whether the database connection should be reset when being
- drawn from the pool. Leaving this as false will yeild much faster
- connection opens but the user should understand the side effects
- of doing this such as temporary tables and user variables from the previous
- session not being cleared out.
- |
-
-
- | Cache Server Properties |
- false |
-
- Specifies whether the server variables are cached between pooled connections.
- On systems where the variables change infrequently and there are lots of
- connection attempts, this can speed up things dramatically.
- |
-
-
-
-
- When setting keyword or connection pooling values that require a Boolean
- value, you can use 'yes' instead of 'true', and 'no' instead of 'false'.
-
-
- Note The MySql Data Provider uses the native socket protocol to
- communicate with MySQL. Therefore, it does not support the use of an ODBC data source name (DSN) when
- connecting to MySQL because it does not add an ODBC layer.
-
-
- CAUTION In this release, the application should use caution when constructing a
- connection string based on user input (for example when retrieving user ID and password information from a
- dialog box, and appending it to the connection string). The application should
- ensure that a user cannot embed extra connection string parameters in these
- values (for example, entering a password as "validpassword;database=somedb" in
- an attempt to attach to a different database).
-
-
- The following example creates a and sets some of its properties
-
- Public Sub CreateConnection()
- Dim myConnection As New MySqlConnection()
- myConnection.ConnectionString = "Persist Security Info=False;database=myDB;server=myHost;Connect Timeout=30;user id=myUser; pwd=myPass"
- myConnection.Open()
- End Sub 'CreateConnection
-
-
- public void CreateConnection()
- {
- MySqlConnection myConnection = new MySqlConnection();
- myConnection.ConnectionString = "Persist Security Info=False;database=myDB;server=myHost;Connect Timeout=30;user id=myUser; pwd=myPass";
- myConnection.Open();
- }
-
-
- The following example creates a in Unix environment with Mono installed. MySQL socket filename used in this example is "/var/lib/mysql/mysql.sock". The actual filename depends on your MySQL configuration.
-
- Public Sub CreateConnection()
- Dim myConnection As New MySqlConnection()
- myConnection.ConnectionString = "database=myDB;server=/var/lib/mysql/mysql.sock;user id=myUser; pwd=myPass"
- myConnection.Open()
- End Sub 'CreateConnection
-
-
- public void CreateConnection()
- {
- MySqlConnection myConnection = new MySqlConnection();
- myConnection.ConnectionString = "database=myDB;server=/var/lib/mysql/mysql.sock;user id=myUser; pwd=myPass";
- myConnection.Open();
- }
-
-
-
-
-
- Gets a boolean value that indicates whether the password associated to the connection is expired.
-
-
-
- Begins a database transaction.An object representing the new transaction.Parallel transactions are not supported.
- This command is equivalent to the MySQL BEGIN TRANSACTION command.
-
- You must explicitly commit or roll back the transaction using the or
- method.
-
- If you do not specify an isolation level, the default isolation level is used. To specify an isolation
- level with the method, use the overload that takes the iso parameter. Also
- note that any attempt to begin a transaction while a transaction is in progress will throw an exception on MySQL 4.1 and higher.
- On MySQL 4.0, an exception will not be thrown because servers 4.0 and earlier did not report their transacation status.
-
-
-
- The following example creates a and a
- . It also demonstrates how to use the BeginTransaction, a
- , and methods.
-
- Public Sub RunTransaction(myConnString As String)
- Dim myConnection As New MySqlConnection(myConnString)
- myConnection.Open()
-
- Dim myCommand As MySqlCommand = myConnection.CreateCommand()
- Dim myTrans As MySqlTransaction
-
- ' Start a local transaction
- myTrans = myConnection.BeginTransaction()
- ' Must assign both transaction object and connection
- ' to Command object for a pending local transaction
- myCommand.Connection = myConnection
- myCommand.Transaction = myTrans
-
- Try
- myCommand.CommandText = "Insert into Test (id, desc) VALUES (100, 'Description')"
- myCommand.ExecuteNonQuery()
- myCommand.CommandText = "Insert into Test (id, desc) VALUES (101, 'Description')"
- myCommand.ExecuteNonQuery()
- myTrans.Commit()
- Console.WriteLine("Both records are written to database.")
- Catch e As Exception
- Try
- myTrans.Rollback()
- Catch ex As MySqlException
- If Not myTrans.Connection Is Nothing Then
- Console.WriteLine("An exception of type " + ex.GetType().ToString() + _
- " was encountered while attempting to roll back the transaction.")
- End If
- End Try
-
- Console.WriteLine("An exception of type " + e.GetType().ToString() + _
- "was encountered while inserting the data.")
- Console.WriteLine("Neither record was written to database.")
- Finally
- myConnection.Close()
- End Try
- End Sub
-
-
- public void RunTransaction(string myConnString)
- {
- MySqlConnection myConnection = new MySqlConnection(myConnString);
- myConnection.Open();
-
- MySqlCommand myCommand = myConnection.CreateCommand();
- MySqlTransaction myTrans;
-
- // Start a local transaction
- myTrans = myConnection.BeginTransaction();
- // Must assign both transaction object and connection
- // to Command object for a pending local transaction
- myCommand.Connection = myConnection;
- myCommand.Transaction = myTrans;
-
- try
- {
- myCommand.CommandText = "insert into Test (id, desc) VALUES (100, 'Description')";
- myCommand.ExecuteNonQuery();
- myCommand.CommandText = "insert into Test (id, desc) VALUES (101, 'Description')";
- myCommand.ExecuteNonQuery();
- myTrans.Commit();
- Console.WriteLine("Both records are written to database.");
- }
- catch(Exception e)
- {
- try
- {
- myTrans.Rollback();
- }
- catch (SqlException ex)
- {
- if (myTrans.Connection != null)
- {
- Console.WriteLine("An exception of type " + ex.GetType() +
- " was encountered while attempting to roll back the transaction.");
- }
- }
-
- Console.WriteLine("An exception of type " + e.GetType() +
- " was encountered while inserting the data.");
- Console.WriteLine("Neither record was written to database.");
- }
- finally
- {
- myConnection.Close();
- }
- }
-
-
-
-
- Begins a database transaction with the specified isolation level.The isolation level under which the transaction should run. The scope of the transaction. An object representing the new transaction.Parallel exceptions are not supported.
- This command is equivalent to the MySQL BEGIN TRANSACTION command.
-
- You must explicitly commit or roll back the transaction using the or
- method.
-
- If you do not specify an isolation level, the default isolation level is used. To specify an isolation
- level with the method, use the overload that takes the iso parameter.
- Also note that any attempt to begin a transaction while a transaction is in progress will throw an exception on MySQL 4.1 and higher.
- On MySQL 4.0, an exception will not be thrown because servers 4.0 and earlier did not report their transacation status.
-
-
-
- The following example creates a and a
- . It also demonstrates how to use the BeginTransaction, a
- , and methods.
-
- Public Sub RunTransaction(myConnString As String)
- Dim myConnection As New MySqlConnection(myConnString)
- myConnection.Open()
-
- Dim myCommand As MySqlCommand = myConnection.CreateCommand()
- Dim myTrans As MySqlTransaction
-
- ' Start a local transaction
- myTrans = myConnection.BeginTransaction()
- ' Must assign both transaction object and connection
- ' to Command object for a pending local transaction
- myCommand.Connection = myConnection
- myCommand.Transaction = myTrans
-
- Try
- myCommand.CommandText = "Insert into Test (id, desc) VALUES (100, 'Description')"
- myCommand.ExecuteNonQuery()
- myCommand.CommandText = "Insert into Test (id, desc) VALUES (101, 'Description')"
- myCommand.ExecuteNonQuery()
- myTrans.Commit()
- Console.WriteLine("Both records are written to database.")
- Catch e As Exception
- Try
- myTrans.Rollback()
- Catch ex As MySqlException
- If Not myTrans.Connection Is Nothing Then
- Console.WriteLine("An exception of type " + ex.GetType().ToString() + _
- " was encountered while attempting to roll back the transaction.")
- End If
- End Try
-
- Console.WriteLine("An exception of type " + e.GetType().ToString() + _
- "was encountered while inserting the data.")
- Console.WriteLine("Neither record was written to database.")
- Finally
- myConnection.Close()
- End Try
- End Sub
-
-
- public void RunTransaction(string myConnString)
- {
- MySqlConnection myConnection = new MySqlConnection(myConnString);
- myConnection.Open();
-
- MySqlCommand myCommand = myConnection.CreateCommand();
- MySqlTransaction myTrans;
-
- // Start a local transaction
- myTrans = myConnection.BeginTransaction();
- // Must assign both transaction object and connection
- // to Command object for a pending local transaction
- myCommand.Connection = myConnection;
- myCommand.Transaction = myTrans;
-
- try
- {
- myCommand.CommandText = "insert into Test (id, desc) VALUES (100, 'Description')";
- myCommand.ExecuteNonQuery();
- myCommand.CommandText = "insert into Test (id, desc) VALUES (101, 'Description')";
- myCommand.ExecuteNonQuery();
- myTrans.Commit();
- Console.WriteLine("Both records are written to database.");
- }
- catch(Exception e)
- {
- try
- {
- myTrans.Rollback();
- }
- catch (SqlException ex)
- {
- if (myTrans.Connection != null)
- {
- Console.WriteLine("An exception of type " + ex.GetType() +
- " was encountered while attempting to roll back the transaction.");
- }
- }
-
- Console.WriteLine("An exception of type " + e.GetType() +
- " was encountered while inserting the data.");
- Console.WriteLine("Neither record was written to database.");
- }
- finally
- {
- myConnection.Close();
- }
- }
-
-
-
-
- Changes the current database for an open MySqlConnection.The name of the database to use.
-
- The value supplied in the database parameter must be a valid database
- name. The database parameter cannot contain a null value, an empty
- string, or a string with only blank characters.
-
-
-
- When you are using connection pooling against MySQL, and you close
- the connection, it is returned to the connection pool. The next time the
- connection is retrieved from the pool, the reset connection request
- executes before the user performs any operations.
-
- The database name is not valid.The connection is not open.Cannot change the database.
- The following example creates a and displays
- some of its read-only properties.
-
-
- Public Sub CreateMySqlConnection()
- Dim myConnString As String = _
- "Persist Security Info=False;database=test;server=localhost;user id=joeuser;pwd=pass"
- Dim myConnection As New MySqlConnection( myConnString )
- myConnection.Open()
- MessageBox.Show( "Server Version: " + myConnection.ServerVersion _
- + ControlChars.NewLine + "Database: " + myConnection.Database )
- myConnection.ChangeDatabase( "test2" )
- MessageBox.Show( "ServerVersion: " + myConnection.ServerVersion _
- + ControlChars.NewLine + "Database: " + myConnection.Database )
- myConnection.Close()
- End Sub
-
-
-
- public void CreateMySqlConnection()
- {
- string myConnString =
- "Persist Security Info=False;database=test;server=localhost;user id=joeuser;pwd=pass";
- MySqlConnection myConnection = new MySqlConnection( myConnString );
- myConnection.Open();
- MessageBox.Show( "Server Version: " + myConnection.ServerVersion
- + "\nDatabase: " + myConnection.Database );
- myConnection.ChangeDatabase( "test2" );
- MessageBox.Show( "ServerVersion: " + myConnection.ServerVersion
- + "\nDatabase: " + myConnection.Database );
- myConnection.Close();
- }
-
-
-
-
-
- Pings the server.
-
- true if the ping was successful; otherwise, false.
-
-
- Opens a database connection with the property settings specified by the ConnectionString.Cannot open a connection without specifying a data source or server.A connection-level error occurred while opening the connection.
-
- The draws an open connection from the connection pool if one is available.
- Otherwise, it establishes a new connection to an instance of MySQL.
-
-
- The following example creates a , opens it,
- displays some of its properties, then closes the connection.
-
-
- Public Sub CreateMySqlConnection(myConnString As String)
- Dim myConnection As New MySqlConnection(myConnString)
- myConnection.Open()
- MessageBox.Show("ServerVersion: " + myConnection.ServerVersion _
- + ControlChars.Cr + "State: " + myConnection.State.ToString())
- myConnection.Close()
- End Sub
-
-
- public void CreateMySqlConnection(string myConnString)
- {
- MySqlConnection myConnection = new MySqlConnection(myConnString);
- myConnection.Open();
- MessageBox.Show("ServerVersion: " + myConnection.ServerVersion +
- "\nState: " + myConnection.State.ToString());
- myConnection.Close();
- }
-
-
-
-
-
- Creates and returns a object associated with the .
-
- A object.
-
-
-
- Closes the connection to the database. This is the preferred method of closing any open connection.
-
- The Close method rolls back any pending transactions. It then releases
- the connection to the connection pool, or closes the connection if connection
- pooling is disabled.
-
-
- An application can call Close more than one time. No exception is
- generated.
-
-
- The following example creates a , opens it,
- displays some of its properties, then closes the connection.
-
-
- Public Sub CreateMySqlConnection(myConnString As String)
- Dim myConnection As New MySqlConnection(myConnString)
- myConnection.Open()
- MessageBox.Show("ServerVersion: " + myConnection.ServerVersion _
- + ControlChars.Cr + "State: " + myConnection.State.ToString())
- myConnection.Close()
- End Sub
-
-
- public void CreateMySqlConnection(string myConnString)
- {
- MySqlConnection myConnection = new MySqlConnection(myConnString);
- myConnection.Open();
- MessageBox.Show("ServerVersion: " + myConnection.ServerVersion +
- "\nState: " + myConnection.State.ToString());
- myConnection.Close();
- }
-
-
-
-
-
- Cancels the query after the specified time interval.
-
- The length of time (in seconds) to wait for the cancelation of the command execution.
-
-
-
- Sets query timeout. If timeout has been set prior and not
- yet cleared ClearCommandTimeout(), it has no effect.
-
- timeout in seconds
- true if
-
-
-
- Clears query timeout, allowing next SetCommandTimeout() to succeed.
-
-
-
-
- Gets a schema collection based on the provided restriction values.
-
- The name of the collection.
- The values to restrict.
- A schema collection object.
-
-
- Empties the connection pool associated with the specified connection.
- The associated with the pool to be cleared.
-
-
- ClearPool clears the connection pool that is associated with the connection.
- If additional connections associated with connection are in use at the time of the call,
- they are marked appropriately and are discarded (instead of being returned to the pool)
- when Close is called on them.
-
-
-
-
- Clears all connection pools.
-
- ClearAllPools essentially performs a on all current connection
- pools.
-
-
-
-
-
- Initiates the asynchronous execution of a transaction.
-
- An object representing the new transaction.
-
-
-
- Asynchronous version of BeginTransaction.
-
- The cancellation token.
- An object representing the new transaction.
-
-
-
- Asynchronous version of BeginTransaction.
-
- The isolation level under which the transaction should run.
- An object representing the new transaction.
-
-
-
- Asynchronous version of BeginTransaction.
-
- The isolation level under which the transaction should run.
- The cancellation token.
- An object representing the new transaction.
-
-
-
- Asynchronous version of the ChangeDataBase method.
-
- The name of the database to use.
-
-
-
-
- Asynchronous version of the ChangeDataBase method.
-
- The name of the database to use.
- The cancellation token.
-
-
-
-
- Asynchronous version of the Close method.
-
-
-
-
- Asynchronous version of the Close method.
-
- The cancellation token.
-
-
-
- Asynchronous version of the ClearPool method.
-
- The connection associated with the pool to be cleared.
-
-
-
- Asynchronous version of the ClearPool method.
-
- The connection associated with the pool to be cleared.
- The cancellation token.
-
-
-
- Asynchronous version of the ClearAllPools method.
-
-
-
-
- Asynchronous version of the ClearAllPools method.
-
- The cancellation token.
-
-
-
- Asynchronous version of the GetSchemaCollection method.
-
- The name of the collection.
- The values to restrict.
- A collection of schema objects.
-
-
-
- Asynchronous version of the GetSchemaCollection method.
-
- The name of the collection.
- The values to restrict.
- The cancellation token.
- A collection of schema objects.
-
-
-
- Returns schema information for the data source of this .
-
- A that contains schema information.
-
-
-
- Returns schema information for the data source of this
- using the specified string for the schema name.
-
- Specifies the name of the schema to return.
- A that contains schema information.
-
-
-
- Returns schema information for the data source of this
- using the specified string for the schema name and the specified string array
- for the restriction values.
-
- Specifies the name of the schema to return.
- Specifies a set of restriction values for the requested schema.
- A that contains schema information.
-
-
-
- Enlists in the specified transaction.
-
-
- A reference to an existing in which to enlist.
-
-
-
-
- Creates a new MySqlConnection object with the exact same ConnectionString value
-
- A cloned MySqlConnection object
-
-
-
- Represents the method that will handle the event of a
- .
-
-
-
-
- Provides data for the InfoMessage event. This class cannot be inherited.
-
-
-
-
- Gets or sets an array of objects set with the errors found.
-
-
-
-
- IDisposable wrapper around SetCommandTimeout and ClearCommandTimeout functionality.
-
-
-
-
- Summary description for Crypt.
-
-
-
-
- Simple XOR scramble
-
- Source array
- Index inside source array
- Destination array
- Index inside destination array
- Password used to xor the bits
- Number of bytes to scramble
-
-
-
- Returns a byte array containing the proper encryption of the
- given password/seed according to the new 4.1.1 authentication scheme.
-
-
-
-
-
-
-
- Encrypts a password using the MySql encryption scheme
-
- The password to encrypt
- The encryption seed the server gave us
- Indicates if we should use the old or new encryption scheme
-
-
-
-
- Hashes a password using the algorithm from Monty's code.
- The first element in the return is the result of the "old" hash.
- The second element is the rest of the "new" hash.
-
- Password to be hashed
- Two element array containing the hashed values
-
-
-
- Provides a means of reading a forward-only stream of rows from a MySQL database. This class cannot be inherited.
-
-
- To create a MySQLDataReader, you must call the
- method of the object, rather than directly using a constructor.
-
-
- While the MySqlDataReader is in use, the associated
- is busy serving the MySqlDataReader, and no other operations can be performed
- on the MySqlConnection other than closing it. This is the case until the
- method of the MySqlDataReader is called.
-
-
- and
- are the only properties that you can call after the MySqlDataReader is
- closed. Though the RecordsAffected property may be accessed at any time
- while the MySqlDataReader exists, always call Close before returning
- the value of RecordsAffected to ensure an accurate return value.
-
-
- For optimal performance, MySqlDataReader avoids creating
- unnecessary objects or making unnecessary copies of data. As a result, multiple calls
- to methods such as return a reference to the
- same object. Use caution if you are modifying the underlying value of the objects
- returned by methods such as GetValue.
-
-
- The following example creates a ,
- a , and a MySqlDataReader. The example reads through
- the data, writing it out to the console. Finally, the example closes the MySqlDataReader, then the
- MySqlConnection.
-
- Public Sub ReadMyData(myConnString As String)
- Dim mySelectQuery As String = "SELECT OrderID, CustomerID FROM Orders"
- Dim myConnection As New MySqlConnection(myConnString)
- Dim myCommand As New MySqlCommand(mySelectQuery, myConnection)
- myConnection.Open()
- Dim myReader As MySqlDataReader
- myReader = myCommand.ExecuteReader()
- ' Always call Read before accessing data.
- While myReader.Read()
- Console.WriteLine((myReader.GetInt32(0) & ", " & myReader.GetString(1)))
- End While
- ' always call Close when done reading.
- myReader.Close()
- ' Close the connection when done with it.
- myConnection.Close()
- End Sub 'ReadMyData
-
-
- public void ReadMyData(string myConnString) {
- string mySelectQuery = "SELECT OrderID, CustomerID FROM Orders";
- MySqlConnection myConnection = new MySqlConnection(myConnString);
- MySqlCommand myCommand = new MySqlCommand(mySelectQuery,myConnection);
- myConnection.Open();
- MySqlDataReader myReader;
- myReader = myCommand.ExecuteReader();
- // Always call Read before accessing data.
- while (myReader.Read()) {
- Console.WriteLine(myReader.GetInt32(0) + ", " + myReader.GetString(1));
- }
- // always call Close when done reading.
- myReader.Close();
- // Close the connection when done with it.
- myConnection.Close();
- }
-
-
-
-
-
- Gets the number of columns in the current row.
-
-
-
-
- Gets a value indicating whether the MySqlDataReader contains one or more rows.
-
-
-
-
- Gets a value indicating whether the data reader is closed.
-
-
-
-
- Gets the number of rows changed, inserted, or deleted by execution of the SQL statement.
-
-
-
-
- Overloaded. Gets the value of a column in its native format.
- In C#, this property is the indexer for the MySqlDataReader class.
-
-
-
-
- Gets the value of a column in its native format.
- [C#] In C#, this property is the indexer for the MySqlDataReader class.
-
-
-
-
- Gets a value indicating the depth of nesting for the current row. This method is not
- supported currently and always returns 0.
-
-
-
-
- Closes the MySqlDataReader object.
-
-
-
-
- Gets the value of the specified column as a Boolean.
-
-
-
-
-
-
- Gets the value of the specified column as a Boolean.
-
-
-
-
-
-
- Gets the value of the specified column as a byte.
-
-
-
-
-
-
- Gets the value of the specified column as a byte.
-
-
-
-
-
-
- Gets the value of the specified column as a sbyte.
-
-
-
-
-
-
- Gets the value of the specified column as a sbyte.
-
-
-
-
-
-
- Reads a stream of bytes from the specified column offset into the buffer an array starting at the given buffer offset.
-
- The zero-based column ordinal.
- The index within the field from which to begin the read operation.
- The buffer into which to read the stream of bytes.
- The index for buffer to begin the read operation.
- The maximum length to copy into the buffer.
- The actual number of bytes read.
-
-
-
-
- Gets the value of the specified column as a single character.
-
-
-
-
-
-
- Gets the value of the specified column as a single character.
-
-
-
-
-
-
- Reads a stream of characters from the specified column offset into the buffer as an array starting at the given buffer offset.
-
-
-
-
-
-
-
-
-
-
- Gets the name of the source data type.
-
-
-
-
-
-
- Gets the value of the specified column as a object.
-
-
- No conversions are performed; therefore, the data retrieved must already be a DateTime object.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The zero-based column ordinal or column name.The value of the specified column.
-
-
-
- Gets the value of the specified column as a object.
-
-
- No conversions are performed; therefore, the data retrieved must already be a DateTime object.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The zero-based column ordinal or column name.The value of the specified column.
-
-
-
- Gets the value of the specified column as a object.
-
-
- No conversions are performed; therefore, the data retrieved must already be a DateTime object.
-
-
- Call IsDBNull to check for null values before calling this method.
-
-
-
- MySql allows date columns to contain the value '0000-00-00' and datetime
- columns to contain the value '0000-00-00 00:00:00'. The DateTime structure cannot contain
- or represent these values. To read a datetime value from a column that might
- contain zero values, use .
-
-
- The behavior of reading a zero datetime column using this method is defined by the
- ZeroDateTimeBehavior connection string option. For more information on this option,
- please refer to .
-
-
- The column name.The value of the specified column.
-
-
-
- Gets the value of the specified column as a object.
-
-
- No conversions are performed; therefore, the data retrieved must already be a DateTime object.
-
-
- Call IsDBNull to check for null values before calling this method.
-
-
-
- MySql allows date columns to contain the value '0000-00-00' and datetime
- columns to contain the value '0000-00-00 00:00:00'. The DateTime structure cannot contain
- or represent these values. To read a datetime value from a column that might
- contain zero values, use .
-
-
- The behavior of reading a zero datetime column using this method is defined by the
- ZeroDateTimeBehavior connection string option. For more information on this option,
- please refer to .
-
-
- The zero-based column ordinal.The value of the specified column.
-
-
-
- Gets the value of the specified column as a .
-
- The name of the colum.
- The value of the specified column as a .
-
-
-
- Gets the value of the specified column as a .
-
- The index of the colum.
- The value of the specified column as a .
-
-
-
- Gets the value of the specified column as a object.
-
-
- No conversions are performed; therefore, the data retrieved must already be a Decimal object.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The column nameThe value of the specified column.
-
-
-
- Gets the value of the specified column as a object.
-
-
- No conversions are performed; therefore, the data retrieved must already be a Decimal object.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The zero-based column ordinalThe value of the specified column.
-
-
- Gets the value of the specified column as a double-precision floating point number.
-
- No conversions are performed; therefore, the data retrieved must already be a Double object.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The column nameThe value of the specified column.
-
-
- Gets the value of the specified column as a double-precision floating point number.
-
- No conversions are performed; therefore, the data retrieved must already be a Double object.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The zero-based column ordinal.The value of the specified column.
-
-
-
- Gets the Type that is the data type of the object.
-
-
-
-
-
-
- Gets the value of the specified column as a single-precision floating point number.
-
-
- No conversions are performed; therefore, the data retrieved must already be a Float object.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The column nameThe value of the specified column.
-
-
-
- Gets the value of the specified column as a single-precision floating point number.
-
-
- No conversions are performed; therefore, the data retrieved must already be a Float object.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The zero-based column ordinal.The value of the specified column.
-
-
-
- Gets the value of the specified column as a globally-unique identifier(GUID).
-
- The name of the column.
-
-
-
-
-
-
- Gets the value of the specified column as a 16-bit signed integer.
-
- No conversions are performed; threfore, the data retrieved must already be a 16 bit integer value.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The column nameThe value of the specified column.
-
-
- Gets the value of the specified column as a 16-bit signed integer.
-
- No conversions are performed; therefore, the data retrieved must already be a 16 bit integer value.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The zero-based column ordinal.The value of the specified column.
-
-
- Gets the value of the specified column as a 32-bit signed integer.
-
- No conversions are performed; therefore, the data retrieved must already be a 32 bit integer value.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The column name.The value of the specified column.
-
-
- Gets the value of the specified column as a 32-bit signed integer.
-
- No conversions are performed; therefore, the data retrieved must already be a 32 bit integer value.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The zero-based column ordinal.The value of the specified column.
-
-
- Gets the value of the specified column as a 64-bit signed integer.
-
- No conversions are performed; therefore, the data retrieved must already be a 64 bit integer value.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The column name.The value of the specified column.
-
-
- Gets the value of the specified column as a 64-bit signed integer.
-
- No conversions are performed; therefore, the data retrieved must already be a 64 bit integer value.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The zero-based column ordinal.The value of the specified column.
-
-
-
- Gets the name of the specified column.
-
-
-
-
-
-
- Gets the column ordinal, given the name of the column.
-
-
-
-
-
-
- Gets the value of the specified column as a object.
-
-
- No conversions are performed; therefore, the data retrieved must already be a String object.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The column name.The value of the specified column.
-
-
-
- Gets the value of the specified column as a object.
-
-
- No conversions are performed; therefore, the data retrieved must already be a String object.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The zero-based column ordinal.The value of the specified column.
-
-
-
- Gets the value of the specified column as a object.
-
-
- No conversions are performed; therefore, the data retrieved must already be a Time value.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The zero-based column ordinal or column name.The value of the specified column.
-
-
-
- Gets the value of the specified column as a object.
-
-
- No conversions are performed; therefore, the data retrieved must already be a Time value.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The zero-based column ordinal or column name.The value of the specified column.
-
-
-
- Gets the value of the specified column in its native format.
-
-
-
-
-
-
- Gets all attribute columns in the collection for the current row.
-
-
-
-
-
- Gets the value of the specified column as a 16-bit unsigned integer.
-
- No conversions are performed; therefore, the data retrieved must already be a 16 bit unsigned integer value.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The zero-based column ordinal or column name.The value of the specified column.
-
-
- Gets the value of the specified column as a 16-bit unsigned integer.
-
- No conversions are performed; therefore, the data retrieved must already be a 16 bit unsigned integer value.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The zero-based column ordinal or column name.The value of the specified column.
-
-
- Gets the value of the specified column as a 32-bit unsigned integer.
-
- No conversions are performed; therefore, the data retrieved must already be a 32 bit unsigned integer value.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The zero-based column ordinal or column name.The value of the specified column.
-
-
- Gets the value of the specified column as a 32-bit unsigned integer.
-
- No conversions are performed; therefore, the data retrieved must already be a 32 bit unsigned integer value.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The zero-based column ordinal or column name.The value of the specified column.
-
-
- Gets the value of the specified column as a 64-bit unsigned integer.
-
- No conversions are performed; therefore, the data retrieved must already be a 64 bit unsigned integer value.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The zero-based column ordinal or column name.The value of the specified column.
-
-
- Gets the value of the specified column as a 64-bit unsigned integer.
-
- No conversions are performed; therefore, the data retrieved must already be a 64 bit unsigned integer value.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The zero-based column ordinal or column name.The value of the specified column.
-
-
-
- Gets a value indicating whether the column contains non-existent or missing values.
-
-
-
-
-
-
- Advances the data reader to the next result, when reading the results of batch SQL statements.
-
-
-
-
-
- Advances the MySqlDataReader to the next record.
-
-
-
-
-
- Gets the value of the specified column as a .
-
- The index of the colum.
- The value of the specified column as a .
-
-
-
- Gets the value of the specified column as a .
-
- The name of the colum.
- The value of the specified column as a .
-
-
-
- Returns an that iterates through the .
-
-
-
-
- Returns a DataTable that describes the column metadata of the MySqlDataReader.
-
-
-
-
-
- Summary description for BaseDriver.
-
-
-
-
- For pooled connections, time when the driver was
- put into idle queue
-
-
-
-
- Loads the properties from the connected server into a hashtable
-
-
-
-
-
-
- Loads all the current character set names and ids for this server
- into the charSets hashtable
-
-
-
-
- The exception that is thrown when MySQL returns an error. This class cannot be inherited.
-
-
-
- This class is created whenever the MySql Data Provider encounters an error generated from the server.
-
-
- Any open connections are not automatically closed when an exception is thrown. If
- the client application determines that the exception is fatal, it should close any open
- objects or objects.
-
-
- The following example generates a MySqlException due to a missing server,
- and then displays the exception.
-
-
- Public Sub ShowException()
- Dim mySelectQuery As String = "SELECT column1 FROM table1"
- Dim myConnection As New MySqlConnection ("Data Source=localhost;Database=Sample;")
- Dim myCommand As New MySqlCommand(mySelectQuery, myConnection)
-
- Try
- myCommand.Connection.Open()
- Catch e As MySqlException
- MessageBox.Show( e.Message )
- End Try
- End Sub
-
-
- public void ShowException()
- {
- string mySelectQuery = "SELECT column1 FROM table1";
- MySqlConnection myConnection =
- new MySqlConnection("Data Source=localhost;Database=Sample;");
- MySqlCommand myCommand = new MySqlCommand(mySelectQuery,myConnection);
-
- try
- {
- myCommand.Connection.Open();
- }
- catch (MySqlException e)
- {
- MessageBox.Show( e.Message );
- }
- }
-
-
-
-
-
- Gets a number that identifies the type of error.
-
-
-
-
- True if this exception was fatal and cause the closing of the connection, false otherwise.
-
-
-
-
- Gets the SQL state.
-
-
-
-
- Gets an integer that representes the MySQL error code.
-
-
-
-
- Summary description for Field.
-
-
-
-
- We are adding a custom installer class to our assembly so our installer
- can make proper changes to the machine.config file.
-
-
-
-
- We override Install so we can add our assembly to the proper
- machine.config files.
-
-
-
-
-
- We override Uninstall so we can remove out assembly from the
- machine.config files.
-
-
-
-
-
- Automatically generates single-table commands used to reconcile changes made to a DataSet with the associated MySQL database. This class cannot be inherited.
-
-
- The does not automatically generate the SQL statements required to
- reconcile changes made to a DataSet with the associated instance of MySQL.
- However, you can create a MySqlCommandBuilder object to automatically generate SQL statements for
- single-table updates if you set the SelectCommand property
- of the MySqlDataAdapter. Then, any additional SQL statements that you do not set are generated by the
- MySqlCommandBuilder.
-
-
-
- The MySqlCommandBuilder registers itself as a listener for RowUpdating
- events whenever you set the property. You can only associate one
- MySqlDataAdapter or MySqlCommandBuilder object with each other at one time.
-
-
-
- To generate INSERT, UPDATE, or DELETE statements, the MySqlCommandBuilder uses the
- SelectCommand property to retrieve a required set of metadata automatically. If you change
- the SelectCommand after the metadata has is retrieved (for example, after the first update), you
- should call the method to update the metadata.
-
-
-
- The SelectCommand must also return at least one primary key or unique
- column. If none are present, an InvalidOperation exception is generated,
- and the commands are not generated.
-
-
-
- The MySqlCommandBuilder also uses the Connection,
- CommandTimeout, and Transaction
- properties referenced by the SelectCommand. The user should call
- RefreshSchema if any of these properties are modified, or if the
- SelectCommand itself is replaced. Otherwise the InsertCommand,
- UpdateCommand, and
- DeleteCommand properties retain
- their previous values.
-
-
-
- If you call Dispose, the MySqlCommandBuilder is disassociated
- from the MySqlDataAdapter, and the generated commands are no longer used.
-
-
-
- Caution must be used when using MySqlCOmmandBuilder on MySql 4.0 systems. With MySql 4.0,
- database/schema information is not provided to the connector for a query. This means that
- a query that pulls columns from two identically named tables in two or more different databases
- will not cause an exception to be thrown but will not work correctly. Even more dangerous
- is the situation where your select statement references database X but is executed in
- database Y and both databases have tables with similar layouts. This situation can cause
- unwanted changes or deletes.
- This note does not apply to MySQL versions 4.1 and later.
-
-
-
- The following example uses the , along
- and , to
- select rows from a data source. The example is passed an initialized
- , a connection string, a
- query string that is a SQL SELECT statement, and a string that is the
- name of the database table. The example then creates a MySqlCommandBuilder.
-
-
- Public Shared Function SelectRows(myConnection As String, mySelectQuery As String, myTableName As String) As DataSet
- Dim myConn As New MySqlConnection(myConnection)
- Dim myDataAdapter As New MySqlDataAdapter()
- myDataAdapter.SelectCommand = New MySqlCommand(mySelectQuery, myConn)
- Dim cb As SqlCommandBuilder = New MySqlCommandBuilder(myDataAdapter)
-
- myConn.Open()
-
- Dim ds As DataSet = New DataSet
- myDataAdapter.Fill(ds, myTableName)
-
- ' Code to modify data in DataSet here
-
- ' Without the MySqlCommandBuilder this line would fail.
- myDataAdapter.Update(ds, myTableName)
-
- myConn.Close()
- End Function 'SelectRows
-
-
- public static DataSet SelectRows(string myConnection, string mySelectQuery, string myTableName)
- {
- MySqlConnection myConn = new MySqlConnection(myConnection);
- MySqlDataAdapter myDataAdapter = new MySqlDataAdapter();
- myDataAdapter.SelectCommand = new MySqlCommand(mySelectQuery, myConn);
- MySqlCommandBuilder cb = new MySqlCommandBuilder(myDataAdapter);
-
- myConn.Open();
-
- DataSet ds = new DataSet();
- myDataAdapter.Fill(ds, myTableName);
-
- //code to modify data in DataSet here
-
- //Without the MySqlCommandBuilder this line would fail
- myDataAdapter.Update(ds, myTableName);
-
- myConn.Close();
-
- return ds;
- }
-
-
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class
- with the associated object.
-
- The to use.
-
-
- The registers itself as a listener for
- events that are generated by the
- specified in this property.
-
-
- When you create a new instance MySqlCommandBuilder, any existing
- MySqlCommandBuilder associated with this MySqlDataAdapter
- is released.
-
-
-
-
-
- Gets or sets a object for which SQL statements are automatically generated.
-
- A object.
-
-
- The registers itself as a listener for
- events that are generated by the
- specified in this property.
-
-
- When you create a new instance MySqlCommandBuilder, any existing
- MySqlCommandBuilder associated with this MySqlDataAdapter
- is released.
-
-
-
-
-
- Retrieves parameter information from the stored procedure specified
- in the MySqlCommand and populates the Parameters collection of the
- specified MySqlCommand object.
- This method is not currently supported since stored procedures are
- not available in MySql.
-
- The MySqlCommand referencing the stored
- procedure from which the parameter information is to be derived.
- The derived parameters are added to the Parameters collection of the
- MySqlCommand.
- The command text is not
- a valid stored procedure name.
-
-
-
- Gets the delete command.
-
-
-
-
-
- Gets the update command.
-
-
-
-
-
- Gets the insert command.
-
-
-
-
-
-
-
-
-
-
-
-
- Represents a set of data commands and a database connection that are used to fill a dataset and update a MySQL database. This class cannot be inherited.
-
-
- The MySQLDataAdapter, serves as a bridge between a
- and MySQL for retrieving and saving data. The MySQLDataAdapter provides this
- bridge by mapping , which changes the data in the
- DataSet to match the data in the data source, and ,
- which changes the data in the data source to match the data in the DataSet,
- using the appropriate SQL statements against the data source.
-
-
- When the MySQLDataAdapter fills a DataSet, it will create the necessary
- tables and columns for the returned data if they do not already exist. However, primary
- key information will not be included in the implicitly created schema unless the
- property is set to .
- You may also have the MySQLDataAdapter create the schema of the DataSet,
- including primary key information, before filling it with data using .
-
-
- MySQLDataAdapter is used in conjunction with
- and to increase performance when connecting to a MySQL database.
-
-
- The MySQLDataAdapter also includes the ,
- , ,
- , and
- properties to facilitate the loading and updating of data.
-
-
- When an instance of MySQLDataAdapter is created, the read/write properties
- are set to initial values. For a list of these values, see the MySQLDataAdapter
- constructor.
-
-
- Please be aware that the class allows only
- Int16, Int32, and Int64 to have the AutoIncrement property set.
- If you plan to use autoincremement columns with MySQL, you should consider
- using signed integer columns.
-
-
- The following example creates a and a .
- The MySqlConnection is opened and set as the for the
- MySqlCommand. The example then calls , and closes
- the connection. To accomplish this, the ExecuteNonQuery is
- passed a connection string and a query string that is a SQL INSERT
- statement.
-
- Public Function SelectRows(dataSet As DataSet, connection As String, query As String) As DataSet
- Dim conn As New MySqlConnection(connection)
- Dim adapter As New MySqlDataAdapter()
- adapter.SelectCommand = new MySqlCommand(query, conn)
- adapter.Fill(dataset)
- Return dataset
- End Function
-
-
- public DataSet SelectRows(DataSet dataset,string connection,string query)
- {
- MySqlConnection conn = new MySqlConnection(connection);
- MySqlDataAdapter adapter = new MySqlDataAdapter();
- adapter.SelectCommand = new MySqlCommand(query, conn);
- adapter.Fill(dataset);
- return dataset;
- }
-
-
-
-
-
- Occurs during Update before a command is executed against the data source. The attempt to update is made, so the event fires.
-
-
-
-
- Occurs during Update after a command is executed against the data source. The attempt to update is made, so the event fires.
-
-
-
-
- Initializes a new instance of the MySqlDataAdapter class.
-
-
- When an instance of is created,
- the following read/write properties are set to the following initial
- values.
-
-
-
- Properties
- Initial Value
-
- -
-
-
-
-
- MissingMappingAction.Passthrough
-
-
- -
-
-
-
-
- MissingSchemaAction.Add
-
-
-
-
- You can change the value of any of these properties through a separate call
- to the property.
-
-
- The following example creates a and sets some of
- its properties.
-
- Public Sub CreateSqlDataAdapter()
- Dim conn As MySqlConnection = New MySqlConnection("Data Source=localhost;" & _
- "database=test")
- Dim da As MySqlDataAdapter = New MySqlDataAdapter
- da.MissingSchemaAction = MissingSchemaAction.AddWithKey
-
- da.SelectCommand = New MySqlCommand("SELECT id, name FROM mytable", conn)
- da.InsertCommand = New MySqlCommand("INSERT INTO mytable (id, name) " & _
- "VALUES (@id, @name)", conn)
- da.UpdateCommand = New MySqlCommand("UPDATE mytable SET id=@id, name=@name " & _
- "WHERE id=@oldId", conn)
- da.DeleteCommand = New MySqlCommand("DELETE FROM mytable WHERE id=@id", conn)
-
- da.InsertCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id")
- da.InsertCommand.Parameters.Add("@name", MySqlDbType.VarChar, 40, "name")
-
- da.UpdateCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id")
- da.UpdateCommand.Parameters.Add("@name", MySqlDbType.VarChar, 40, "name")
- da.UpdateCommand.Parameters.Add("@oldId", MySqlDbType.VarChar, 5, "id").SourceVersion = DataRowVersion.Original
-
- da.DeleteCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id").SourceVersion = DataRowVersion.Original
- End Sub
-
-
- public static void CreateSqlDataAdapter()
- {
- MySqlConnection conn = new MySqlConnection("Data Source=localhost;database=test");
- MySqlDataAdapter da = new MySqlDataAdapter();
- da.MissingSchemaAction = MissingSchemaAction.AddWithKey;
-
- da.SelectCommand = new MySqlCommand("SELECT id, name FROM mytable", conn);
- da.InsertCommand = new MySqlCommand("INSERT INTO mytable (id, name) " +
- "VALUES (@id, @name)", conn);
- da.UpdateCommand = new MySqlCommand("UPDATE mytable SET id=@id, name=@name " +
- "WHERE id=@oldId", conn);
- da.DeleteCommand = new MySqlCommand("DELETE FROM mytable WHERE id=@id", conn);
-
- da.InsertCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id");
- da.InsertCommand.Parameters.Add("@name", MySqlDbType.VarChar, 40, "name");
-
- da.UpdateCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id");
- da.UpdateCommand.Parameters.Add("@name", MySqlDbType.VarChar, 40, "name");
- da.UpdateCommand.Parameters.Add("@oldId", MySqlDbType.VarChar, 5, "id").SourceVersion = DataRowVersion.Original;
-
- da.DeleteCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id").SourceVersion = DataRowVersion.Original;
- }
-
-
-
-
-
- Initializes a new instance of the class with
- the specified as the
- property.
-
- that is a SQL SELECT statement or stored procedure and is set
- as the property of the .
-
-
- When an instance of is created,
- the following read/write properties are set to the following initial
- values.
-
-
-
- Properties
- Initial Value
-
- -
-
-
-
-
- MissingMappingAction.Passthrough
-
-
- -
-
-
-
-
- MissingSchemaAction.Add
-
-
-
-
- You can change the value of any of these properties through a separate call
- to the property.
-
-
- When SelectCommand (or any of the other command properties) is assigned
- to a previously created , the MySqlCommand is not cloned.
- The SelectCommand maintains a reference to the previously created MySqlCommand
- object.
-
-
- The following example creates a and sets some of
- its properties.
-
- Public Sub CreateSqlDataAdapter()
- Dim conn As MySqlConnection = New MySqlConnection("Data Source=localhost;" & _
- "database=test")
- Dim cmd as new MySqlCommand("SELECT id, name FROM mytable", conn)
- Dim da As MySqlDataAdapter = New MySqlDataAdapter(cmd)
- da.MissingSchemaAction = MissingSchemaAction.AddWithKey
-
- da.InsertCommand = New MySqlCommand("INSERT INTO mytable (id, name) " & _
- "VALUES (@id, @name)", conn)
- da.UpdateCommand = New MySqlCommand("UPDATE mytable SET id=@id, name=@name " & _
- "WHERE id=@oldId", conn)
- da.DeleteCommand = New MySqlCommand("DELETE FROM mytable WHERE id=@id", conn)
-
- da.InsertCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id")
- da.InsertCommand.Parameters.Add("@name", MySqlDbType.VarChar, 40, "name")
-
- da.UpdateCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id")
- da.UpdateCommand.Parameters.Add("@name", MySqlDbType.VarChar, 40, "name")
- da.UpdateCommand.Parameters.Add("@oldId", MySqlDbType.VarChar, 5, "id").SourceVersion = DataRowVersion.Original
-
- da.DeleteCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id").SourceVersion = DataRowVersion.Original
- End Sub
-
-
- public static void CreateSqlDataAdapter()
- {
- MySqlConnection conn = new MySqlConnection("Data Source=localhost;database=test");
- MySqlCommand cmd = new MySqlCommand("SELECT id, name FROM mytable", conn);
- MySqlDataAdapter da = new MySqlDataAdapter(cmd);
- da.MissingSchemaAction = MissingSchemaAction.AddWithKey;
-
- da.InsertCommand = new MySqlCommand("INSERT INTO mytable (id, name) " +
- "VALUES (@id, @name)", conn);
- da.UpdateCommand = new MySqlCommand("UPDATE mytable SET id=@id, name=@name " +
- "WHERE id=@oldId", conn);
- da.DeleteCommand = new MySqlCommand("DELETE FROM mytable WHERE id=@id", conn);
-
- da.InsertCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id");
- da.InsertCommand.Parameters.Add("@name", MySqlDbType.VarChar, 40, "name");
-
- da.UpdateCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id");
- da.UpdateCommand.Parameters.Add("@name", MySqlDbType.VarChar, 40, "name");
- da.UpdateCommand.Parameters.Add("@oldId", MySqlDbType.VarChar, 5, "id").SourceVersion = DataRowVersion.Original;
-
- da.DeleteCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id").SourceVersion = DataRowVersion.Original;
- }
-
-
-
-
-
- Initializes a new instance of the class with
- a and a object.
-
- A String that is a SQL SELECT statement or stored procedure to be used by
- the property of the .
-
- A that represents the connection.
-
-
- This implementation of the opens and closes a
- if it is not already open. This can be useful in a an application that must call the
- method for two or more MySqlDataAdapter objects.
- If the MySqlConnection is already open, you must explicitly call
- or to close it.
-
-
- When an instance of is created,
- the following read/write properties are set to the following initial
- values.
-
-
-
- Properties
- Initial Value
-
- -
-
-
-
-
- MissingMappingAction.Passthrough
-
-
- -
-
-
-
-
- MissingSchemaAction.Add
-
-
-
-
- You can change the value of any of these properties through a separate call
- to the property.
-
-
- The following example creates a and sets some of
- its properties.
-
- Public Sub CreateSqlDataAdapter()
- Dim conn As MySqlConnection = New MySqlConnection("Data Source=localhost;" & _
- "database=test")
- Dim da As MySqlDataAdapter = New MySqlDataAdapter("SELECT id, name FROM mytable", conn)
- da.MissingSchemaAction = MissingSchemaAction.AddWithKey
-
- da.InsertCommand = New MySqlCommand("INSERT INTO mytable (id, name) " & _
- "VALUES (@id, @name)", conn)
- da.UpdateCommand = New MySqlCommand("UPDATE mytable SET id=@id, name=@name " & _
- "WHERE id=@oldId", conn)
- da.DeleteCommand = New MySqlCommand("DELETE FROM mytable WHERE id=@id", conn)
-
- da.InsertCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id")
- da.InsertCommand.Parameters.Add("@name", MySqlDbType.VarChar, 40, "name")
-
- da.UpdateCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id")
- da.UpdateCommand.Parameters.Add("@name", MySqlDbType.VarChar, 40, "name")
- da.UpdateCommand.Parameters.Add("@oldId", MySqlDbType.VarChar, 5, "id").SourceVersion = DataRowVersion.Original
-
- da.DeleteCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id").SourceVersion = DataRowVersion.Original
- End Sub
-
-
- public static void CreateSqlDataAdapter()
- {
- MySqlConnection conn = new MySqlConnection("Data Source=localhost;database=test");
- MySqlDataAdapter da = new MySqlDataAdapter("SELECT id, name FROM mytable", conn);
- da.MissingSchemaAction = MissingSchemaAction.AddWithKey;
-
- da.InsertCommand = new MySqlCommand("INSERT INTO mytable (id, name) " +
- "VALUES (@id, @name)", conn);
- da.UpdateCommand = new MySqlCommand("UPDATE mytable SET id=@id, name=@name " +
- "WHERE id=@oldId", conn);
- da.DeleteCommand = new MySqlCommand("DELETE FROM mytable WHERE id=@id", conn);
-
- da.InsertCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id");
- da.InsertCommand.Parameters.Add("@name", MySqlDbType.VarChar, 40, "name");
-
- da.UpdateCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id");
- da.UpdateCommand.Parameters.Add("@name", MySqlDbType.VarChar, 40, "name");
- da.UpdateCommand.Parameters.Add("@oldId", MySqlDbType.VarChar, 5, "id").SourceVersion = DataRowVersion.Original;
-
- da.DeleteCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id").SourceVersion = DataRowVersion.Original;
- }
-
-
-
-
-
- Initializes a new instance of the class with
- a and a connection string.
-
- A that is a SQL SELECT statement or stored procedure to
- be used by the property of the .
- The connection string
-
- When an instance of is created,
- the following read/write properties are set to the following initial
- values.
-
-
-
- Properties
- Initial Value
-
- -
-
-
-
-
- MissingMappingAction.Passthrough
-
-
- -
-
-
-
-
- MissingSchemaAction.Add
-
-
-
-
- You can change the value of any of these properties through a separate call
- to the property.
-
-
- The following example creates a and sets some of
- its properties.
-
- Public Sub CreateSqlDataAdapter()
- Dim da As MySqlDataAdapter = New MySqlDataAdapter("SELECT id, name FROM mytable", "Data Source=localhost;database=test")
- Dim conn As MySqlConnection = da.SelectCommand.Connection
- da.MissingSchemaAction = MissingSchemaAction.AddWithKey
-
- da.InsertCommand = New MySqlCommand("INSERT INTO mytable (id, name) " & _
- "VALUES (@id, @name)", conn)
- da.UpdateCommand = New MySqlCommand("UPDATE mytable SET id=@id, name=@name " & _
- "WHERE id=@oldId", conn)
- da.DeleteCommand = New MySqlCommand("DELETE FROM mytable WHERE id=@id", conn)
-
- da.InsertCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id")
- da.InsertCommand.Parameters.Add("@name", MySqlDbType.VarChar, 40, "name")
-
- da.UpdateCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id")
- da.UpdateCommand.Parameters.Add("@name", MySqlDbType.VarChar, 40, "name")
- da.UpdateCommand.Parameters.Add("@oldId", MySqlDbType.VarChar, 5, "id").SourceVersion = DataRowVersion.Original
-
- da.DeleteCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id").SourceVersion = DataRowVersion.Original
- End Sub
-
-
- public static void CreateSqlDataAdapter()
- {
- MySqlDataAdapter da = new MySqlDataAdapter("SELECT id, name FROM mytable", "Data Source=localhost;database=test");
- MySqlConnection conn = da.SelectCommand.Connection;
- da.MissingSchemaAction = MissingSchemaAction.AddWithKey;
-
- da.InsertCommand = new MySqlCommand("INSERT INTO mytable (id, name) " +
- "VALUES (@id, @name)", conn);
- da.UpdateCommand = new MySqlCommand("UPDATE mytable SET id=@id, name=@name " +
- "WHERE id=@oldId", conn);
- da.DeleteCommand = new MySqlCommand("DELETE FROM mytable WHERE id=@id", conn);
-
- da.InsertCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id");
- da.InsertCommand.Parameters.Add("@name", MySqlDbType.VarChar, 40, "name");
-
- da.UpdateCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id");
- da.UpdateCommand.Parameters.Add("@name", MySqlDbType.VarChar, 40, "name");
- da.UpdateCommand.Parameters.Add("@oldId", MySqlDbType.VarChar, 5, "id").SourceVersion = DataRowVersion.Original;
-
- da.DeleteCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id").SourceVersion = DataRowVersion.Original;
- }
-
-
-
-
-
- Gets or sets a SQL statement or stored procedure used to delete records from the data set.
-
- A used during to delete records in the
- database that correspond to deleted rows in the .
-
-
- During , if this property is not set and primary key information
- is present in the , the DeleteCommand can be generated
- automatically if you set the property and use the
- . Then, any additional commands that you do not set are
- generated by the MySqlCommandBuilder. This generation logic requires key column
- information to be present in the DataSet.
-
-
- When DeleteCommand is assigned to a previously created ,
- the MySqlCommand is not cloned. The DeleteCommand maintains a reference
- to the previously created MySqlCommand object.
-
-
- The following example creates a and sets the
- and DeleteCommand properties. It assumes you have already
- created a object.
-
- Public Shared Function CreateCustomerAdapter(conn As MySqlConnection) As MySqlDataAdapter
-
- Dim da As MySqlDataAdapter = New MySqlDataAdapter()
- Dim cmd As MySqlCommand
- Dim parm As MySqlParameter
-
- ' Create the SelectCommand.
- cmd = New MySqlCommand("SELECT * FROM mytable WHERE id=@id AND name=@name", conn)
-
- cmd.Parameters.Add("@id", MySqlDbType.VarChar, 15)
- cmd.Parameters.Add("@name", MySqlDbType.VarChar, 15)
-
- da.SelectCommand = cmd
-
- ' Create the DeleteCommand.
- cmd = New MySqlCommand("DELETE FROM mytable WHERE id=@id", conn)
-
- parm = cmd.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id")
- parm.SourceVersion = DataRowVersion.Original
-
- da.DeleteCommand = cmd
-
- Return da
- End Function
-
-
- public static MySqlDataAdapter CreateCustomerAdapter(MySqlConnection conn)
- {
- MySqlDataAdapter da = new MySqlDataAdapter();
- MySqlCommand cmd;
- MySqlParameter parm;
-
- // Create the SelectCommand.
- cmd = new MySqlCommand("SELECT * FROM mytable WHERE id=@id AND name=@name", conn);
-
- cmd.Parameters.Add("@id", MySqlDbType.VarChar, 15);
- cmd.Parameters.Add("@name", MySqlDbType.VarChar, 15);
-
- da.SelectCommand = cmd;
-
- // Create the DeleteCommand.
- cmd = new MySqlCommand("DELETE FROM mytable WHERE id=@id", conn);
-
- parm = cmd.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id");
- parm.SourceVersion = DataRowVersion.Original;
-
- da.DeleteCommand = cmd;
-
- return da;
- }
-
-
-
-
-
- Gets or sets a SQL statement or stored procedure used to insert records into the data set.
-
- A used during to insert records into the
- database that correspond to new rows in the .
-
-
- During , if this property is not set and primary key information
- is present in the , the InsertCommand can be generated
- automatically if you set the property and use the
- . Then, any additional commands that you do not set are
- generated by the MySqlCommandBuilder. This generation logic requires key column
- information to be present in the DataSet.
-
-
- When InsertCommand is assigned to a previously created ,
- the MySqlCommand is not cloned. The InsertCommand maintains a reference
- to the previously created MySqlCommand object.
-
-
- If execution of this command returns rows, these rows may be added to the DataSet
- depending on how you set the property of the MySqlCommand object.
-
-
- The following example creates a and sets the
- and InsertCommand properties. It assumes you have already
- created a object.
-
- Public Shared Function CreateCustomerAdapter(conn As MySqlConnection) As MySqlDataAdapter
-
- Dim da As MySqlDataAdapter = New MySqlDataAdapter()
- Dim cmd As MySqlCommand
- Dim parm As MySqlParameter
-
- ' Create the SelectCommand.
- cmd = New MySqlCommand("SELECT * FROM mytable WHERE id=@id AND name=@name", conn)
-
- cmd.Parameters.Add("@id", MySqlDbType.VarChar, 15)
- cmd.Parameters.Add("@name", MySqlDbType.VarChar, 15)
-
- da.SelectCommand = cmd
-
- ' Create the InsertCommand.
- cmd = New MySqlCommand("INSERT INTO mytable (id,name) VALUES (@id, @name)", conn)
-
- cmd.Parameters.Add( "@id", MySqlDbType.VarChar, 15, "id" )
- cmd.Parameters.Add( "@name", MySqlDbType.VarChar, 15, "name" )
- da.InsertCommand = cmd
-
- Return da
- End Function
-
-
- public static MySqlDataAdapter CreateCustomerAdapter(MySqlConnection conn)
- {
- MySqlDataAdapter da = new MySqlDataAdapter();
- MySqlCommand cmd;
- MySqlParameter parm;
-
- // Create the SelectCommand.
- cmd = new MySqlCommand("SELECT * FROM mytable WHERE id=@id AND name=@name", conn);
-
- cmd.Parameters.Add("@id", MySqlDbType.VarChar, 15);
- cmd.Parameters.Add("@name", MySqlDbType.VarChar, 15);
-
- da.SelectCommand = cmd;
-
- // Create the InsertCommand.
- cmd = new MySqlCommand("INSERT INTO mytable (id,name) VALUES (@id,@name)", conn);
- cmd.Parameters.Add("@id", MySqlDbType.VarChar, 15, "id" );
- cmd.Parameters.Add("@name", MySqlDbType.VarChar, 15, "name" );
-
- da.InsertCommand = cmd;
-
- return da;
- }
-
-
-
-
-
- Gets or sets a SQL statement or stored procedure used to select records in the data source.
-
- A used during to select records from the
- database for placement in the .
-
-
- When SelectCommand is assigned to a previously created ,
- the MySqlCommand is not cloned. The SelectCommand maintains a reference to the
- previously created MySqlCommand object.
-
-
- If the SelectCommand does not return any rows, no tables are added to the
- , and no exception is raised.
-
-
- The following example creates a and sets the
- and InsertCommand properties. It assumes you have already
- created a object.
-
- Public Shared Function CreateCustomerAdapter(conn As MySqlConnection) As MySqlDataAdapter
-
- Dim da As MySqlDataAdapter = New MySqlDataAdapter()
- Dim cmd As MySqlCommand
- Dim parm As MySqlParameter
-
- ' Create the SelectCommand.
- cmd = New MySqlCommand("SELECT * FROM mytable WHERE id=@id AND name=@name", conn)
-
- cmd.Parameters.Add("@id", MySqlDbType.VarChar, 15)
- cmd.Parameters.Add("@name", MySqlDbType.VarChar, 15)
-
- da.SelectCommand = cmd
-
- ' Create the InsertCommand.
- cmd = New MySqlCommand("INSERT INTO mytable (id,name) VALUES (@id, @name)", conn)
-
- cmd.Parameters.Add( "@id", MySqlDbType.VarChar, 15, "id" )
- cmd.Parameters.Add( "@name", MySqlDbType.VarChar, 15, "name" )
- da.InsertCommand = cmd
-
- Return da
- End Function
-
-
- public static MySqlDataAdapter CreateCustomerAdapter(MySqlConnection conn)
- {
- MySqlDataAdapter da = new MySqlDataAdapter();
- MySqlCommand cmd;
- MySqlParameter parm;
-
- // Create the SelectCommand.
- cmd = new MySqlCommand("SELECT * FROM mytable WHERE id=@id AND name=@name", conn);
-
- cmd.Parameters.Add("@id", MySqlDbType.VarChar, 15);
- cmd.Parameters.Add("@name", MySqlDbType.VarChar, 15);
-
- da.SelectCommand = cmd;
-
- // Create the InsertCommand.
- cmd = new MySqlCommand("INSERT INTO mytable (id,name) VALUES (@id,@name)", conn);
- cmd.Parameters.Add("@id", MySqlDbType.VarChar, 15, "id" );
- cmd.Parameters.Add("@name", MySqlDbType.VarChar, 15, "name" );
-
- da.InsertCommand = cmd;
-
- return da;
- }
-
-
-
-
-
- Gets or sets a SQL statement or stored procedure used to updated records in the data source.
-
- A used during to update records in the
- database with data from the .
-
-
- During , if this property is not set and primary key information
- is present in the , the UpdateCommand can be generated
- automatically if you set the property and use the
- . Then, any additional commands that you do not set are
- generated by the MySqlCommandBuilder. This generation logic requires key column
- information to be present in the DataSet.
-
-
- When UpdateCommand is assigned to a previously created ,
- the MySqlCommand is not cloned. The UpdateCommand maintains a reference
- to the previously created MySqlCommand object.
-
-
- If execution of this command returns rows, these rows may be merged with the DataSet
- depending on how you set the property of the MySqlCommand object.
-
-
- The following example creates a and sets the
- and UpdateCommand properties. It assumes you have already
- created a object.
-
- Public Shared Function CreateCustomerAdapter(conn As MySqlConnection) As MySqlDataAdapter
-
- Dim da As MySqlDataAdapter = New MySqlDataAdapter()
- Dim cmd As MySqlCommand
- Dim parm As MySqlParameter
-
- ' Create the SelectCommand.
- cmd = New MySqlCommand("SELECT * FROM mytable WHERE id=@id AND name=@name", conn)
-
- cmd.Parameters.Add("@id", MySqlDbType.VarChar, 15)
- cmd.Parameters.Add("@name", MySqlDbType.VarChar, 15)
-
- da.SelectCommand = cmd
-
- ' Create the UpdateCommand.
- cmd = New MySqlCommand("UPDATE mytable SET id=@id, name=@name WHERE id=@oldId", conn)
-
- cmd.Parameters.Add( "@id", MySqlDbType.VarChar, 15, "id" )
- cmd.Parameters.Add( "@name", MySqlDbType.VarChar, 15, "name" )
-
- parm = cmd.Parameters.Add("@oldId", MySqlDbType.VarChar, 15, "id")
- parm.SourceVersion = DataRowVersion.Original
-
- da.UpdateCommand = cmd
-
- Return da
- End Function
-
-
- public static MySqlDataAdapter CreateCustomerAdapter(MySqlConnection conn)
- {
- MySqlDataAdapter da = new MySqlDataAdapter();
- MySqlCommand cmd;
- MySqlParameter parm;
-
- // Create the SelectCommand.
- cmd = new MySqlCommand("SELECT * FROM mytable WHERE id=@id AND name=@name", conn);
-
- cmd.Parameters.Add("@id", MySqlDbType.VarChar, 15);
- cmd.Parameters.Add("@name", MySqlDbType.VarChar, 15);
-
- da.SelectCommand = cmd;
-
- // Create the UpdateCommand.
- cmd = new MySqlCommand("UPDATE mytable SET id=@id, name=@name WHERE id=@oldId", conn);
- cmd.Parameters.Add("@id", MySqlDbType.VarChar, 15, "id" );
- cmd.Parameters.Add("@name", MySqlDbType.VarChar, 15, "name" );
-
- parm = cmd.Parameters.Add( "@oldId", MySqlDbType.VarChar, 15, "id" );
- parm.SourceVersion = DataRowVersion.Original;
-
- da.UpdateCommand = cmd;
-
- return da;
- }
-
-
-
-
-
- Open connection if it was closed.
- Necessary to workaround "connection must be open and valid" error
- with batched updates.
-
- Row state
- list of opened connections
- If connection is opened by this function, the list is updated
-
- true if connection was opened
-
-
-
- Overridden. See .
-
-
-
-
-
-
-
-
-
- Overridden. See .
-
-
-
-
-
-
-
-
-
- Overridden. Raises the RowUpdating event.
-
- A MySqlRowUpdatingEventArgs that contains the event data.
-
-
-
- Overridden. Raises the RowUpdated event.
-
- A MySqlRowUpdatedEventArgs that contains the event data.
-
-
-
- Asynchronous version of the Fill method.
-
- The to fill records with.
- The number of rows successfully added to or refreshed in the .
-
-
-
- Asynchronous version of the Fill method.
-
- The to fill records with.
- The cancellation token.
- The number of rows successfully added to or refreshed in the .
-
-
-
- Asynchronous version of the Fill method.
-
- The name of the to use for table mapping.
- The number of rows successfully added to or refreshed in the .
-
-
-
- Asynchronous version of the Fill method.
-
- The name of the to use for table mapping.
- The cancellation token.
- The number of rows successfully added to or refreshed in the .
-
-
-
- Asynchronous version of the Fill method.
-
- The to fill with records.
- The name of the source table to use for table mapping.
- The number of rows successfully added to or refreshed in the .
-
-
-
- Asynchronous version of the Fill method.
-
- The to fill with records.
- The name of the source table to use for table mapping.
- The cancellation token.
- The number of rows successfully added to or refreshed in the .
-
-
-
- Asynchronous version of the Fill method.
-
- The to fill with records.
- An instance of .
- The number of rows successfully added to or refreshed in the .
-
-
-
- Asynchronous version of the Fill method.
-
- The to fill with records.
- An instance of .
- The cancellation token.
- The number of rows successfully added to or refreshed in the .
-
-
-
- Asynchronous version of the Fill method.
-
- The to fill with records.
- The SQL SELECT statement used to retrieve rows from the data source.
- One of the values.
- The number of rows successfully added to or refreshed in the .
-
-
-
- Asynchronous version of the Fill method.
-
- The to fill with records.
- The SQL SELECT statement used to retrieve rows from the data source.
- One of the values.
- The cancellation token.
- The number of rows successfully added to or refreshed in the .
-
-
-
- Asynchronous version of the Fill method.
-
- The start record.
- The max number of affected records.
- The s to fill with records.
- The number of rows successfully added to or refreshed in the .
-
-
-
- Asynchronous version of the Fill method.
-
- The start record.
- The max number of affected records.
- The cancellation token.
- The s to fill with records.
- The number of rows successfully added to or refreshed in the .
-
-
-
- Asynchronous version of the Fill method.
-
- The to fill with records.
- The start record.
- The max number of affected records.
- The name of the source table to use for table mapping.
- The number of rows successfully added to or refreshed in the .
-
-
-
- Asynchronous version of the Fill method.
-
- The to fill with records.
- The start record.
- The max number of affected records.
- The name of the source table to use for table mapping.
- The cancellation token.
- The number of rows successfully added to or refreshed in the .
-
-
-
- Asynchronous version of the Fill method.
-
- The to fill with records.
- The name of the source table to use for table mapping.
- An instance of .
- The start record.
- The max number of affected records.
- The number of rows successfully added to or refreshed in the .
-
-
-
- Asynchronous version of the Fill method.
-
- The to fill with records.
- The name of the source table to use for table mapping.
- An instance of .
- The start record.
- The max number of affected records.
- The cancellation token.
- The number of rows successfully added to or refreshed in the .
-
-
-
- Asynchronous version of the Fill method.
-
- The s to fill with records.
- The start record.
- The max number of affected records.
- The SQL SELECT statement used to retrieve rows from the data source.
- One of the values.
- The number of rows successfully added to or refreshed in the s.
-
-
-
- Asynchronous version of the Fill method.
-
- The s to fill with records.
- The start record.
- The max number of affected records.
- The SQL SELECT statement used to retrieve rows from the data source.
- One of the values.
- The cancellation token.
- The number of rows successfully added to or refreshed in the s.
-
-
-
- Asynchronous version of the Fill method.
-
- The to fill with records.
- The start record.
- The max number of affected records.
- The name of the source table to use for table mapping.
- The SQL SELECT statement used to retrieve rows from the data source.
- One of the values.
- The number of rows successfully added to or refreshed in the .
-
-
-
- Asynchronous version of the Fill method.
-
- The to fill with records.
- The start record.
- The max number of affected records.
- The name of the source table to use for table mapping.
- The SQL SELECT statement used to retrieve rows from the data source.
- One of the values.
- The cancellation token.
- The number of rows successfully added to or refreshed in the .
-
-
-
- Async version of FillSchema
-
- DataSet to use
- Schema Type
- DataTable[]
-
-
-
- Async version of FillSchema
-
- DataSet to use
- Schema Type
- Source Table
- DataTable[]
-
-
-
- Async version of FillSchema
-
- DataSet to use
- Schema Type
- Source Table
- DataReader to use
- DataTable[]
-
-
-
- Async version of FillSchema
-
- DataSet to use
- Schema Type
- DBCommand to use
- Source Table
- Command Behavior
- DataTable[]
-
-
-
- Async version of FillSchema
-
- DataTable to use
- Schema Type
- DataTable
-
-
-
- Async version of FillSchema
-
- DataTable to use
- Schema Type
- DataReader to use
- DataTable
-
-
-
- Async version of FillSchema
-
- DataTable to use
- Schema Type
- DBCommand to use
- Command Behavior
- DataTable
-
-
-
- Async version of Update
-
- DataRow[] to use
- int
-
-
-
- Async version of Update
-
- DataSet to use
- int
-
-
-
- Async version of Update
-
- DataTable to use
- int
-
-
-
- Async version of Update
-
- DataRow[] to use
- Data Table Mapping
- int
-
-
-
- Async version of Update
-
- DataSet to use
- Source Table
-
-
-
-
- Represents the method that will handle the event of a .
-
-
-
-
- Represents the method that will handle the event of a .
-
-
-
-
- Provides data for the RowUpdating event. This class cannot be inherited.
-
-
-
-
- Initializes a new instance of the MySqlRowUpdatingEventArgs class.
-
- The to
- .
- The to execute during .
- One of the values that specifies the type of query executed.
- The sent through an .
-
-
-
- Gets or sets the MySqlCommand to execute when performing the Update.
-
-
-
-
- Provides data for the RowUpdated event. This class cannot be inherited.
-
-
-
-
- Initializes a new instance of the MySqlRowUpdatedEventArgs class.
-
- The sent through an .
- The executed when is called.
- One of the values that specifies the type of query executed.
- The sent through an .
-
-
-
- Gets or sets the MySqlCommand executed when Update is called.
-
-
-
-
- Enables the provider to help ensure that a user has a security level adequate for accessing data.
-
-
-
-
- Adds a new connection string with set of restricted keywords to the MySqlClientPermission object
-
- Settings to be used for the connection
- Keywords to define the restrictions
- KeyRestrictionBehavior to be used
-
-
-
- Returns MySqlClientPermission as an IPermission
-
-
-
-
-
- Associates a security action with a custom security attribute.
-
-
-
-
- Represents a section within a configuration file.
-
-
-
-
- Gets the MySQL configuations associated to the current configuration.
-
-
-
-
- Gets a collection of the exception interceptors available in the current configuration.
-
-
-
-
- Gets a collection of the command interceptors available in the current configuration.
-
-
-
-
- Gets a collection of the authentication plugins available in the current configuration.
-
-
-
-
- Gets or sets the replication configurations.
-
-
-
-
- Defines the configurations allowed for an authentication plugin.
-
-
-
-
- Gets or sets the name of the authentication plugin.
-
-
-
-
- Gets or sets the type of the authentication plugin.
-
-
-
-
- Defines the configurations allowed for an interceptor.
-
-
-
-
- Gets or sets the name of the interceptor.
-
-
-
-
- Gets or sets the type of the interceptor.
-
-
-
-
- Represents a generic configuration element.
-
-
-
-
-
- Gets an enumerator that iterates through the returned list.
-
- An enumerator that iterates through the returned list.
-
-
-
- Helper class that makes it easier to work with the provider.
-
-
-
-
- Asynchronous version of ExecuteDataRow.
-
- The settings to be used for the connection.
- The command to execute.
- The parameters to use for the command.
- The DataRow containing the first row of the resultset.
-
-
-
- Asynchronous version of ExecuteDataRow.
-
- The settings to be used for the connection.
- The command to execute.
- The cancellation token.
- The parameters to use for the command.
- The DataRow containing the first row of the resultset.
-
-
-
- Executes a single SQL command and returns the first row of the resultset. A new MySqlConnection object
- is created, opened, and closed during this method.
-
- Settings to be used for the connection
- Command to execute
- Parameters to use for the command
- DataRow containing the first row of the resultset
-
-
-
- Executes a single SQL command and returns the resultset in a .
- A new MySqlConnection object is created, opened, and closed during this method.
-
- Settings to be used for the connection
- Command to execute
- containing the resultset
-
-
-
- Executes a single SQL command and returns the resultset in a .
- A new MySqlConnection object is created, opened, and closed during this method.
-
- Settings to be used for the connection
- Command to execute
- Parameters to use for the command
- containing the resultset
-
-
-
- Executes a single SQL command and returns the resultset in a .
- The state of the object remains unchanged after execution
- of this method.
-
- object to use
- Command to execute
- containing the resultset
-
-
-
- Executes a single SQL command and returns the resultset in a .
- The state of the object remains unchanged after execution
- of this method.
-
- object to use
- Command to execute
- Parameters to use for the command
- containing the resultset
-
-
-
- Updates the given table with data from the given
-
- Settings to use for the update
- Command text to use for the update
- containing the new data to use in the update
- Tablename in the dataset to update
-
-
-
- Async version of ExecuteDataset
-
- Settings to be used for the connection
- Command to execute
- containing the resultset
-
-
-
- Async version of ExecuteDataset
-
- Settings to be used for the connection
- Command to execute
- Parameters to use for the command
- containing the resultset
-
-
-
- Async version of ExecuteDataset
-
- object to use
- Command to execute
- containing the resultset
-
-
-
- Async version of ExecuteDataset
-
- object to use
- Command to execute
- Parameters to use for the command
- containing the resultset
-
-
-
- Async version of UpdateDataset
-
- Settings to use for the update
- Command text to use for the update
- containing the new data to use in the update
- Tablename in the dataset to update
-
-
-
- Executes a single command against a MySQL database. The is assumed to be
- open when the method is called and remains open after the method completes.
-
- The object to use
- The SQL command to be executed.
- An array of objects to use with the command.
- The number of affected records.
-
-
-
- Executes a single command against a MySQL database.
-
- to use.
- The SQL command to be executed.
- An rray of objects to use with the command.
- The number of affected records.
- A new is created using the given.
-
-
-
- Executes a single command against a MySQL database, possibly inside an existing transaction.
-
- object to use for the command
- object to use for the command
- Command text to use
- Array of objects to use with the command
- True if the connection should be preserved, false if not
- object ready to read the results of the command
-
-
-
- Executes a single command against a MySQL database.
-
- Settings to use for this command
- Command text to use
- object ready to read the results of the command
-
-
-
- Executes a single command against a MySQL database.
-
- object to use for the command
- Command text to use
- object ready to read the results of the command
-
-
-
- Executes a single command against a MySQL database.
-
- Settings to use for this command
- Command text to use
- Array of objects to use with the command
- object ready to read the results of the command
-
-
-
- Executes a single command against a MySQL database.
-
- Connection to use for the command
- Command text to use
- Array of objects to use with the command
- object ready to read the results of the command
-
-
-
- Execute a single command against a MySQL database.
-
- Settings to use for the update
- Command text to use for the update
- The first column of the first row in the result set, or a null reference if the result set is empty.
-
-
-
- Execute a single command against a MySQL database.
-
- Settings to use for the command
- Command text to use for the command
- Parameters to use for the command
- The first column of the first row in the result set, or a null reference if the result set is empty.
-
-
-
- Execute a single command against a MySQL database.
-
- object to use
- Command text to use for the command
- The first column of the first row in the result set, or a null reference if the result set is empty.
-
-
-
- Execute a single command against a MySQL database.
-
- object to use
- Command text to use for the command
- Parameters to use for the command
- The first column of the first row in the result set, or a null reference if the result set is empty.
-
-
-
- Escapes the string.
-
- The string to escape.
- The string with all quotes escaped.
-
-
-
- Replaces quotes with double quotes.
-
- The string to modidify.
- A string containing double quotes instead of single quotes.
-
-
-
- Async version of ExecuteNonQuery
-
- object to use
- SQL command to be executed
- Array of objects to use with the command.
- Rows affected
-
-
-
- Asynchronous version of the ExecuteNonQuery method.
-
- to use.
- The SQL command to be executed.
- An array of objects to use with the command.
- The number of rows affected.
-
-
-
- Asynchronous version of the ExecuteNonQuery method.
-
- to use.
- The SQL command to be executed.
- The cancellation token.
- An array of objects to use with the command.
- The number of rows affected.
-
-
-
- Async version of ExecuteReader
-
- object to use for the command
- object to use for the command
- Command text to use
- Array of objects to use with the command
- True if the connection should be preserved, false if not
- object ready to read the results of the command
-
-
-
- Async version of ExecuteReader
-
- Settings to use for this command
- Command text to use
- object ready to read the results of the command
-
-
-
- Async version of ExecuteReader
-
- object to use for the command
- Command text to use
- object ready to read the results of the command
-
-
-
- Async version of ExecuteReader
-
- Settings to use for this command
- Command text to use
- Array of objects to use with the command
- object ready to read the results of the command
-
-
-
- Async version of ExecuteReader
-
- Connection to use for the command
- Command text to use
- Array of objects to use with the command
- object ready to read the results of the command
-
-
-
- Async version of ExecuteScalar
-
- Settings to use for the update
- Command text to use for the update
- The first column of the first row in the result set, or a null reference if the result set is empty.
-
-
-
- Async version of ExecuteScalar
-
- Settings to use for the command
- Command text to use for the command
- Parameters to use for the command
- The first column of the first row in the result set, or a null reference if the result set is empty.
-
-
-
- Async version of ExecuteScalar
-
- object to use
- Command text to use for the command
- The first column of the first row in the result set, or a null reference if the result set is empty.
-
-
-
- Async version of ExecuteScalar
-
- object to use
- Command text to use for the command
- Parameters to use for the command
- The first column of the first row in the result set, or a null reference if the result set is empty.
-
-
-
- Represents a parameter to a , This class cannot be inherited.
-
-
-
-
- Gets or sets the to use when loading .
-
-
-
-
- CLoses this object.
-
- An object that is a clone of this object.
-
-
-
- Initializes a new instance of the class with the parameter name, the , the size, and the source column name.
-
- The name of the parameter to map.
- One of the values.
- The length of the parameter.
- The name of the source column.
-
-
-
- Initializes a new instance of the class with the parameter name and a value of the new MySqlParameter.
-
- The name of the parameter to map.
- An that is the value of the .
-
-
-
- Initializes a new instance of the class with the parameter name and the data type.
-
- The name of the parameter to map.
- One of the values.
-
-
-
- Initializes a new instance of the class with the parameter name, the , and the size.
-
- The name of the parameter to map.
- One of the values.
- The length of the parameter.
-
-
-
- Initializes a new instance of the class with the parameter name, the type of the parameter, the size of the parameter, a , the precision of the parameter, the scale of the parameter, the source column, a to use, and the value of the parameter.
-
- The name of the parameter to map.
- One of the values.
- The length of the parameter.
- One of the values.
- true if the value of the field can be null, otherwise false.
- The total number of digits to the left and right of the decimal point to which is resolved.
- The total number of decimal places to which is resolved.
- The name of the source column.
- One of the values.
- An that is the value of the .
-
-
-
-
- Gets or sets a value indicating whether the parameter is input-only, output-only, bidirectional, or a stored procedure return value parameter.
- As of MySql version 4.1 and earlier, input-only is the only valid choice.
-
-
-
-
- Gets or sets a value indicating whether the parameter accepts null values.
-
-
-
-
- Gets or sets the of the parameter.
-
-
-
-
- Gets or sets the maximum number of digits used to represent the property.
-
-
-
-
- Gets or sets the number of decimal places to which is resolved.
-
-
-
-
- Gets or sets the maximum size, in bytes, of the data within the column.
-
-
-
-
- Gets or sets the value of the parameter.
-
-
-
-
- Returns the possible values for this parameter if this parameter is of type
- SET or ENUM. Returns null otherwise.
-
-
-
-
- Gets or sets the name of the source column that is mapped to the and used for loading or returning the .
-
-
-
-
- Sets or gets a value which indicates whether the source column is nullable.
- This allows to correctly generate Update statements
- for nullable columns.
-
-
-
-
- Gets or sets the of the parameter.
-
-
-
-
- Overridden. Gets a string containing the .
-
-
-
-
-
- Resets the DbType property to its original settings.
-
-
-
-
- Represents a collection of parameters relevant to a as well as their respective mappings to columns in a . This class cannot be inherited.
-
-
- The number of the parameters in the collection must be equal to the number of
- parameter placeholders within the command text, or an exception will be generated.
-
- The following example creates multiple instances of
- through the MySqlParameterCollection collection within the .
- These parameters are used to select data within the data source and place the data in
- the . This code assumes that a DataSet and a MySqlDataAdapter
- have already been created with the appropriate schema, commands, and connection.
-
- Public Sub AddParameters()
- ' ...
- ' create myDataSet and myDataAdapter
- ' ...
- myDataAdapter.SelectCommand.Parameters.Add("@CategoryName", MySqlDbType.VarChar, 80).Value = "toasters"
- myDataAdapter.SelectCommand.Parameters.Add("@SerialNum", MySqlDbType.Long).Value = 239
-
- myDataAdapter.Fill(myDataSet)
- End Sub 'AddSqlParameters
-
-
- public void AddSqlParameters()
- {
- // ...
- // create myDataSet and myDataAdapter
- // ...
-
- myDataAdapter.SelectCommand.Parameters.Add("@CategoryName", MySqlDbType.VarChar, 80).Value = "toasters";
- myDataAdapter.SelectCommand.Parameters.Add("@SerialNum", MySqlDbType.Long).Value = 239;
- myDataAdapter.Fill(myDataSet);
-
- }
-
-
-
-
-
- Gets a value that indicates whether the
- has a fixed size.
-
-
-
-
- Gets a value that indicates whether the
- is read-only.
-
-
-
-
- Gets a value that indicates whether the
- is synchronized.
-
-
-
-
- Gets the number of MySqlParameter objects in the collection.
-
-
-
-
- Gets the at the specified index.
-
- Gets the with a specified attribute.
- [C#] In C#, this property is the indexer for the class.
-
-
-
-
- Gets the with the specified name.
-
-
-
-
- Adds a to the with the parameter name, the data type, the column length, and the source column name.
-
- The name of the parameter.
- One of the values.
- The length of the column.
- The name of the source column.
- The newly added object.
-
-
-
- Adds the specified object to the .
-
- The to add to the collection.
- The newly added object.
-
-
-
- Adds a parameter and its value.
-
- The name of the parameter.
- The value of the parameter.
- A object representing the provided values.
-
-
-
- Adds a to the given the parameter name and the data type.
-
- The name of the parameter.
- One of the values.
- The newly added object.
-
-
-
- Adds a to the with the parameter name, the data type, and the column length.
-
- The name of the parameter.
- One of the values.
- The length of the column.
- The newly added object.
-
-
-
- Removes all items from the collection.
-
-
-
-
- Gets the location of the in the collection with a specific parameter name.
-
- The name of the object to retrieve.
- The zero-based location of the in the collection.
-
-
-
- Gets the location of a in the collection.
-
- The object to locate.
- The zero-based location of the in the collection.
- Gets the location of a in the collection.
-
-
-
- This method will update all the items in the index hashes when
- we insert a parameter somewhere in the middle
-
-
-
-
-
-
- Adds an array of values to the end of the .
-
-
-
-
-
- Retrieve the parameter with the given name.
-
-
-
-
-
-
- Adds the specified object to the .
-
- The to add to the collection.
- The index of the new object.
-
-
-
- Gets a value indicating whether a with the specified parameter name exists in the collection.
-
- The name of the object to find.
- true if the collection contains the parameter; otherwise, false.
-
-
-
- Gets a value indicating whether a MySqlParameter exists in the collection.
-
- The value of the object to find.
- true if the collection contains the object; otherwise, false.
- Gets a value indicating whether a exists in the collection.
-
-
-
- Copies MySqlParameter objects from the MySqlParameterCollection to the specified array.
-
-
-
-
-
-
- Returns an enumerator that iterates through the .
-
-
-
-
-
- Inserts a MySqlParameter into the collection at the specified index.
-
-
-
-
-
-
- Removes the specified MySqlParameter from the collection.
-
-
-
-
-
- Removes the specified from the collection using the parameter name.
-
- The name of the object to retrieve.
-
-
-
- Removes the specified from the collection using a specific index.
-
- The zero-based index of the parameter.
- Removes the specified from the collection.
-
-
-
- Gets an object that can be used to synchronize access to the
- .
-
-
-
-
- Represents a single(not nested) TransactionScope
-
-
-
-
- Defines security permissions assigned to a MySQL object.
-
-
-
-
- Creates a set of permissions.
-
- A flag indicating if the reflection permission should be included.
- A object representing a collection of permissions.
-
-
-
- BaseCommandInterceptor is the base class that should be used for all userland
- command interceptors
-
-
-
-
- Gets the active connection.
-
-
-
-
- Executes an SQL statements that returns a scalar value such as a calculation.
-
- The SQL statement to execute.
- A scalar value that represents the result returned by the execution of the SQL statement.
- false.
- This method is intended to be overriden.
-
-
-
- Executes an SQL statement that returns the number of affected rows.
-
- The SQL statement to execute.
- The number of affected rows.
- false.
- This method is intended to be overriden.
-
-
-
- Executes an SQL statement that will return a resultset.
-
- The SQL statement to execute.
- A value that describes the results of the query and its effect on the database.
- A object containing the result of the statement execution.
- false.
- This method is intended to be overriden.
-
-
-
- Sets the active connection.
-
- The active connection.
-
-
-
- CommandInterceptor is the "manager" class that keeps the list of registered interceptors
- for the given connection.
-
-
-
-
- BaseExceptionInterceptor is the base class that should be used for all userland
- exception interceptors.
-
-
-
-
- Returns the received exception.
-
- The exception to be returned.
- The exception originally received.
-
-
-
- Gets the active connection.
-
-
-
-
- Initilizes this object by setting the active connection.
-
- The connection to become active.
-
-
-
- StandardExceptionInterceptor is the standard interceptor that simply returns the exception.
- It is the default action.
-
-
-
-
- Returns the received exception, which is the default action
-
- The exception to be returned.
- The exception originally received.
-
-
-
- ExceptionInterceptor is the "manager" class that keeps the list of registered interceptors
- for the given connection.
-
-
-
-
- Interceptor is the base class for the "manager" classes such as ExceptionInterceptor,
- CommandInterceptor, etc
-
-
-
-
- Return schema information about procedures and functions
- Restrictions supported are:
- schema, name, type
-
-
-
-
-
-
- Return schema information about parameters for procedures and functions
- Restrictions supported are:
- schema, name, type, parameter name
-
-
-
-
- Initializes a new row for the procedure parameters table.
-
-
-
-
- Parses out the elements of a procedure parameter data type.
-
-
-
-
- Implementation of memcached binary client protocol.
-
- According to http://code.google.com/p/memcached/wiki/BinaryProtocolRevamped
-
-
-
- Sends an store command (add, replace, set).
-
-
-
-
-
-
-
-
-
-
- Sends a get command.
-
-
-
-
-
-
-
-
- Sends a delete command.
-
-
-
-
-
-
-
- Sends a command without args (like flush).
-
-
-
-
-
-
-
- Sends a command with amount (INCR/DECR)
-
-
-
-
-
-
-
-
- Encodes in the binary protocol the a command of the kind set, add or replace.
-
-
-
-
-
-
- If true applies to set, add or replace commands; if false applies to append and prepend commands.
-
-
-
-
- An interface of the client memcached protocol. This class is abstract for
- implementation of the Memcached client interface see for the
- text protocol version and for the binary protocol version.
-
-
-
-
- The port used by the connection.
-
-
-
-
- The server DNS or IP address used by the connection.
-
-
-
-
- The network stream used by the connecition.
-
-
-
-
- Factory method for creating instances of that implement a connection with the requested features.
- The connection object returned must be explicitely opened see method .
-
- The Memcached server DNS or IP address.
- The port for the Memcached server
- A set of flags indicating characterestics requested.
- An instance of a client connection ready to be used.
-
-
-
- Opens the client connection.
-
-
-
-
- Closes the client connection.
-
-
-
-
- Adds a new key/value pair with the given TimeSpan expiration.
-
- The key for identifying the entry.
- The data to associate with the key.
- The interval of timespan, use TimeSpan.Zero for no expiration.
-
-
-
- Appens the data to the existing data for the associated key.
-
- The key for identifying the entry.
- The data to append with the data associated with the key.
-
-
-
- Executes the Check-and-set Memcached operation.
-
- The key for identifying the entry.
- The data to use in the CAS.
- The interval of timespan, use TimeSpan.Zero for no expiration.
- The CAS unique value to use.
-
-
-
-
- Decrements the value associated with a key by the given amount.
-
- The key associated with the value to decrement.
- The amount to decrement the value.
-
-
-
- Removes they pair key/value given the specified key.
-
-
-
-
-
- Removes all entries from the storage, effectively invalidating the whole cache.
-
- The interval after which the cache will be cleaned. Can be TimeSpan.Zero for immediately.
-
-
-
- Get the key/value pair associated with a given key.
-
- The key for which to returm the key/value.
- The key/value associated with the key or a MemcachedException if it does not exists.
-
-
-
- Increments the value associated with a key by the given amount.
-
- The key associated with the value to increment.
- The amount to increment the value.
-
-
-
- Prepends the data to the existing data for the associated key.
-
- The key for identifying the entry.
- The data to append with the data associated with the key.
-
-
-
- Replaces the value associated with the given key with another value.
-
- The key for identifying the entry.
- The data to replace the value associated with the key.
- The interval of timespan, use TimeSpan.Zero for no expiration.
-
-
-
- Set the value of a given key.
-
- The key for identifying the entry.
- The data to associate with the given key.
- The interval of timespan, use TimeSpan.Zero for no expiration.
-
-
-
- A set of flags for requesting new instances of connections
-
-
-
-
- Requests a connection implememting the text protocol.
-
-
-
-
- Requests a connection implementing the binary protocol.
-
-
-
-
- Requests a TCP connection. Currently UDP is not supported.
-
-
-
-
- The base exception class for all Memcached exceptions.
-
-
-
-
- Implementation of the Memcached text client protocol.
-
-
-
-
- Sends a command to the memcached server.
-
-
-
-
-
-
- This version is for commands that take a key, data, expiration and casUnique.
-
-
-
- Sends a command to the memcached server.
-
-
-
-
-
- This version is for commands that take a key, data and expiration
-
-
-
- Send a command to memcached server.
-
-
-
-
- This version is for commands that don't need flags neither expiration fields.
-
-
-
- Sends a command to the server.
-
-
-
- This version is for commands that only require a key
-
-
-
- Sends a command to the server.
-
-
-
-
- This version is for commands that only require a key and an integer value.
-
-
-
- Sends a command to the server.
-
-
-
- This version is for commands that only require a key and expiration.
-
-
-
- Abstract class that provides common functionality for connection options that apply for all protocols.
-
-
-
-
- Readonly field containing a collection of protocol shared connection options.
-
-
-
-
- Gets or sets a flag indicating if the object has access to procedures.
-
-
-
-
- Gets or sets a dictionary representing key-value pairs for each connection option.
-
-
-
-
- Gets or sets the name of the server.
-
- The server.
-
-
-
- Gets or sets the name of the database for the initial connection.
-
-
-
-
- Gets or sets the protocol that should be used for communicating
- with MySQL.
-
-
-
-
- Gets or sets the port number that is used when the socket
- protocol is being used.
-
-
-
-
- Gets or sets a boolean value that indicates whether this connection
- should resolve DNS SRV records.
-
-
-
-
- Gets or sets the user ID that should be used to connect with.
-
-
-
-
- Gets or sets the password that should be used to make a connection.
-
-
-
-
- Gets or sets the path to the certificate file to be used.
-
-
-
-
- Gets or sets the password to be used in conjunction with the certificate file.
-
-
-
-
- Gets or sets the location to a personal store where a certificate is held.
-
-
-
-
- Gets or sets a certificate thumbprint to ensure correct identification of a certificate contained within a personal store.
-
-
-
-
- Indicates whether to use SSL connections and how to handle server certificate errors.
-
-
-
-
- Sets the TLS versions to use in a SSL connection to the server.
-
-
- Tls version=TLSv1.1,TLSv1.2;
-
-
-
-
- Gets or sets the path to a local key file in PEM format to use for establishing an encrypted connection.
-
-
-
-
- Gets or sets the path to a local certificate file in PEM format to use for establishing an encrypted connection.
-
-
-
-
- Gets or sets the idle connection time(seconds) for TCP connections.
-
-
-
-
- Gets or sets the character set that should be used for sending queries to the server.
-
-
-
-
- Analyzes the connection string for potential duplicated or invalid connection options.
-
- Connection string.
- Flag that indicates if the connection is using X Protocol.
- Flag that indicates if the default port is used.
-
-
-
- Represents a set of methods for creating instances of the MySQL client implementation of the data source classes.
-
-
-
-
- Gets an instance of the .
- This can be used to retrieve strongly typed data objects.
-
-
-
-
- Returns a strongly typed instance.
-
- A new strongly typed instance of DbCommand.
-
-
-
- Returns a strongly typed instance.
-
- A new strongly typed instance of DbConnection.
-
-
-
- Returns a strongly typed instance.
-
- A new strongly typed instance of DbParameter.
-
-
-
- Returns a strongly typed instance.
-
- A new strongly typed instance of DbConnectionStringBuilder.
-
-
-
- Returns a strongly typed instance.
-
- A new strongly typed instance of DbCommandBuilder.
-
-
-
- Returns a strongly typed instance.
-
- A new strongly typed instance of DbDataAdapter.
-
-
-
- Provide a simple caching layer
-
-
-
-
- Aids in the creation of connection strings by exposing the connection options as properties.
- Contains connection options specific to the Classic protocol.
-
-
-
-
- Main constructor.
-
-
-
-
- Constructor accepting a connection string.
-
- The connection string.
-
-
-
- Readonly field containing a collection of classic protocol and protocol shared connection options.
-
-
-
-
- Gets or sets the name of the named pipe that should be used
- for communicating with MySQL.
-
-
-
-
- Gets or sets a boolean value that indicates whether this connection
- should use compression.
-
-
-
-
- Gets or sets a boolean value that indicates whether this connection will allow
- commands to send multiple SQL statements in one execution.
-
-
-
-
- Gets or sets a boolean value that indicates whether logging is enabled.
-
-
-
-
- Gets or sets the base name of the shared memory objects used to
- communicate with MySQL when the shared memory protocol is being used.
-
-
-
-
- Gets or sets the default command timeout.
-
-
-
-
- Gets or sets the connection timeout.
-
-
-
-
- Gets or sets a boolean value that indicates whether this connection will allow
- to load data local infile.
-
-
-
-
- Gets or sets the safe path where files can be read and uploaded to the server.
-
-
-
-
- Gets or sets a boolean value that indicates if the password should be persisted
- in the connection string.
-
-
-
-
- Gets or sets a boolean value that indicates if the connection should be encrypted.
-
- Obsolte. Use instead.
-
-
-
- Gets or sets a boolean value that indicates if RSA public keys should be retrieved from the server.
-
- This option is only relevant when SSL is disabled. Setting this option to true in
- 8.0 servers that have the caching_sha2_password authentication plugin as the default plugin will
- cause the connection attempt to fail if the user hasn't successfully connected to the server on a
- previous occasion.
-
-
-
- Gets or sets a boolean value that indicates if zero date time values are supported.
-
- Default value is false.
-
-
-
- Gets or sets a boolean value that indicates if zero datetime values should be
- converted to DateTime.MinValue.
-
- Default value is false.
-
-
-
- Gets or sets a boolean value that indicates if the Usage Advisor should be enabled.
-
- Default value is false.
-
-
-
- Gets or sets the size of the stored procedure cache.
-
- Default value is 25.
-
-
-
- Gets or sets a boolean value that indicates if the performance monitor hooks should be enabled.
-
- Default value is false.
-
-
-
- Gets or sets a boolean value that indicates if an opened connection should particiapte in the current scope.
-
- Default value is true.
-
-
-
- Gets or sets a boolean value that indicates if security asserts must be included.
-
- Must be set to true when using the class in a partial trust environment,
- with the library installed in the GAC of the hosting environment. Not supported in .NET Core.
- Default value is false.
-
-
-
- Gets or sets a boolean value that indicates if column binary flags set by the server are ignored.
-
- Default value is true.
-
-
-
- Gets or sets a boolean value that indicates if TINYINT(1) shound be treated as a BOOLEAN.
-
- Default value is true.
-
-
-
- Gets or sets a boolean value that indicates if the provider expects user variables in the SQL.
-
- Default value is false.
-
-
-
- Gets or sets a boolean value that indicates if the session should be interactive.
-
- Default value is false.
-
-
-
- Gets or sets a boolean value that indicates if server functions should be treated as returning a string.
-
- Default value is false.
-
-
-
- Gets or sets a boolean value that indicates if the server should report affected rows instead of found rows.
-
- Default value is false.
-
-
-
- Gets or sets a boolean value that indicates if items of data type BINARY(16) should be treated as guids.
-
- Default value is false.
-
-
-
- Gets or sets a boolean value that indicates if SQL Server syntax should be allowed by supporting square brackets
- around symbols instead of backticks.
-
- Default value is false.
-
-
-
- Gets or sets a boolean value that indicates if caching of TableDirect commands is enabled.
-
- Default value is false.
-
-
-
- Gets or sets the seconds for how long a TableDirect result should be cached.
-
- Default value is 0.
-
-
-
- Gets or sets a boolean value that indicates if stored routine parameters should be checked against the server.
-
- Default value is true.
-
-
-
- Gets or sets a boolean value that indicates if this connection will use replication.
-
- Default value is false.
-
-
-
- Gets or sets the list of interceptors that can triage thrown MySqlExceptions.
-
-
-
-
- Gets or sets the list of interceptors that can intercept command operations.
-
-
-
-
- Gets or sets the lifetime of a pooled connection.
-
- Default value is 0.
-
-
-
- Gets or sets a boolean value indicating if connection pooling is enabled.
-
- Default value is true.
-
-
-
- Gets the minimum connection pool size.
-
- Default value is 0.
-
-
-
- Gets or sets the maximum connection pool setting.
-
- Default value is 100.
-
-
-
- Gets or sets a boolean value that indicates if the connection should be reset when retrieved
- from the pool.
-
- Default value is false.
-
-
-
- Gets or sets a boolean value that indicates whether the server variable settings are updated by a
- SHOW VARIABLES command each time a pooled connection is returned.
-
- Default value is false.
-
-
-
- Indicates whether the driver should treat binary BLOBs as UTF8.
-
- Default value is false.
-
-
-
- Gets or sets the pattern to match for the columns that should be treated as UTF8.
-
-
-
-
- Gets or sets the pattern to match for the columns that should not be treated as UTF8.
-
-
-
-
- Gets or sets a connection option.
-
- The keyword that identifies the connection option to modify.
-
-
-
- Summary description for ClientParam.
-
-
-
-
- DB Operations Code
-
-
-
-
- Specifies MySQL specific data type of a field, property, for use in a .
-
-
-
-
-
- A fixed precision and scale numeric value between -1038
- -1 and 10 38 -1.
-
-
-
-
- The signed range is -128 to 127. The unsigned
- range is 0 to 255.
-
-
-
-
- A 16-bit signed integer. The signed range is
- -32768 to 32767. The unsigned range is 0 to 65535
-
-
-
-
- Specifies a 24 (3 byte) signed or unsigned value.
-
-
-
-
- A 32-bit signed integer
-
-
-
-
- A 64-bit signed integer.
-
-
-
-
- A small (single-precision) floating-point
- number. Allowable values are -3.402823466E+38 to -1.175494351E-38,
- 0, and 1.175494351E-38 to 3.402823466E+38.
-
-
-
-
- A normal-size (double-precision)
- floating-point number. Allowable values are -1.7976931348623157E+308
- to -2.2250738585072014E-308, 0, and 2.2250738585072014E-308 to
- 1.7976931348623157E+308.
-
-
-
-
- A timestamp. The range is '1970-01-01 00:00:00' to sometime in the
- year 2037
-
-
-
-
- Date The supported range is '1000-01-01' to '9999-12-31'.
-
-
-
-
- Time The range is '-838:59:59' to '838:59:59'.
-
-
-
-
- DateTime The supported range is '1000-01-01 00:00:00' to
- '9999-12-31 23:59:59'.
-
-
-
-
- Datetime The supported range is '1000-01-01 00:00:00' to
- '9999-12-31 23:59:59'.
-
-
-
-
- A year in 2- or 4-digit format (default is 4-digit). The
- allowable values are 1901 to 2155, 0000 in the 4-digit year
- format, and 1970-2069 if you use the 2-digit format (70-69).
-
-
-
-
- Obsolete Use Datetime or Date type
-
-
-
-
- A variable-length string containing 0 to 65535 characters
-
-
-
-
- Bit-field data type
-
-
-
-
- JSON
-
-
-
-
- New Decimal
-
-
-
-
- An enumeration. A string object that can have only one value,
- chosen from the list of values 'value1', 'value2', ..., NULL
- or the special "" error value. An ENUM can have a maximum of
- 65535 distinct values
-
-
-
-
- A set. A string object that can have zero or more values, each
- of which must be chosen from the list of values 'value1', 'value2',
- ... A SET can have a maximum of 64 members.
-
-
-
-
- A binary column with a maximum length of 255 (2^8 - 1)
- characters
-
-
-
-
- A binary column with a maximum length of 16777215 (2^24 - 1) bytes.
-
-
-
-
- A binary column with a maximum length of 4294967295 or
- 4G (2^32 - 1) bytes.
-
-
-
-
- A binary column with a maximum length of 65535 (2^16 - 1) bytes.
-
-
-
-
- A variable-length string containing 0 to 255 bytes.
-
-
-
-
- A fixed-length string.
-
-
-
-
- Geometric (GIS) data type.
-
-
-
-
- Unsigned 8-bit value.
-
-
-
-
- Unsigned 16-bit value.
-
-
-
-
- Unsigned 24-bit value.
-
-
-
-
- Unsigned 32-bit value.
-
-
-
-
- Unsigned 64-bit value.
-
-
-
-
- Fixed length binary string.
-
-
-
-
- Variable length binary string.
-
-
-
-
- A text column with a maximum length of 255 (2^8 - 1) characters.
-
-
-
-
- A text column with a maximum length of 16777215 (2^24 - 1) characters.
-
-
-
-
- A text column with a maximum length of 4294967295 or
- 4G (2^32 - 1) characters.
-
-
-
-
- A text column with a maximum length of 65535 (2^16 - 1) characters.
-
-
-
-
- A guid column.
-
-
-
-
- Allows the user to specify the type of connection that should
- be used.
-
-
-
-
- TCP/IP style connection. Works everywhere.
-
-
-
-
- TCP/IP style connection. Works everywhere.
-
-
-
-
- TCP/IP style connection. Works everywhere.
-
-
-
-
- Named pipe connection. Works only on Windows systems.
-
-
-
-
- Named pipe connection. Works only on Windows systems.
-
-
-
-
- Unix domain socket connection. Works only with Unix systems.
-
-
-
-
- Unix domain socket connection. Works only with Unix systems.
-
-
-
-
- Shared memory connection. Currently works only with Windows systems.
-
-
-
-
- Shared memory connection. Currently works only with Windows systems.
-
-
-
-
- SSL options for connection.
-
-
-
-
- Do not use SSL.
-
-
-
-
- Use SSL, if server supports it. This option is only available for the classic protocol.
-
-
-
-
- Always use SSL. Deny connection if server does not support SSL.
- Do not perform server certificate validation.
- This is the default SSL mode when the same isn't specified as part of the connection string.
-
-
-
-
- Always use SSL. Validate server SSL certificate, but different host name mismatch.
-
-
-
-
- Always use SSL and perform full certificate validation.
-
-
-
-
- Specifies the connection types supported
-
-
-
-
- Use TCP/IP sockets.
-
-
-
-
- Use client library.
-
-
-
-
- Use MySQL embedded server.
-
-
-
-
- Defines the location of the certificate store.
-
-
-
-
- Do not use certificate store.
-
-
-
-
- Use certificate store for the current user.
-
-
-
-
- User certificate store for the machine.
-
-
-
-
- Specifies the authentication mechanism that should be used.
-
-
-
-
- If SSL is enabled or Unix sockets are being used, sets PLAIN as the authentication mechanism;
- otherwise, it tries to use MYSQL41 and then SHA256_MEMORY.
-
-
-
-
- Authenticate using PLAIN.
-
-
-
-
- Authenticate using MYSQL41.
-
-
-
-
- Authenticate using EXTERNAL.
-
-
-
-
- Authenticate using SHA256_MEMORY.
-
-
-
-
- Defines waiting options that may be used with row locking options.
-
-
-
-
- Waits until the blocking transaction releases the row lock.
-
-
-
-
- Never waits to acquire a row lock. The query executes immediately,
- failing with an error if a requested row is locked.
-
-
-
-
- Never waits to acquire a row lock. The query executes immediately,
- removing locked rows from the result set.
-
-
-
-
- Defines the type of compression used when data is exchanged between client and server.
-
-
-
-
- Uses compression if client and server are able to reach a concensus. Otherwise, compression
- is not used.
-
-
-
-
- Enforces the use of compression. If no concensus is reached, an error is raised.
-
-
-
-
- Disables compression.
-
-
-
-
- Defines the compression algorithms that can be used.
-
-
-
-
- The warnings that cause a connection to close.
-
-
-
-
- Collection of error codes that can be returned by the server
-
-
-
-
-
-
-
-
-
-
- Error level
-
-
-
-
- Error code
-
-
-
-
- Error message
-
-
-
-
- Provides a reference to error codes returned by MySQL.
-
-
-
-
- ER_HASHCHK
-
-
-
- ER_NISAMCHK
-
-
-
- ER_NO
-
-
-
- ER_YES
-
-
- The file couldn't be created.
- ER_CANT_CREATE_FILE
-
-
- The table couldn't be created.
- ER_CANT_CREATE_TABLE
-
-
- The database couldn't be created.
- ER_CANT_CREATE_DB
-
-
- The database couldn't be created, it already exists.
- ER_DB_CREATE_EXISTS
-
-
- The database couldn't be dropped, it doesn't exist.
- ER_DB_DROP_EXISTS
-
-
- The database couldn't be dropped, the file can't be deleted.
- ER_DB_DROP_DELETE
-
-
- The database couldn't be dropped, the directory can't be deleted.
- ER_DB_DROP_RMDIR
-
-
- The file couldn't be deleted.
- ER_CANT_DELETE_FILE
-
-
- The record couldn't be read from the system table.
- ER_CANT_FIND_SYSTEM_REC
-
-
- The status couldn't be retrieved.
- ER_CANT_GET_STAT
-
-
- The working directory couldn't be retrieved.
- ER_CANT_GET_WD
-
-
- The file couldn't be locked.
- ER_CANT_LOCK
-
-
- The file couldn't be opened.
- ER_CANT_OPEN_FILE
-
-
- The file couldn't be found.
- ER_FILE_NOT_FOUND
-
-
- The directory couldn't be read.
- ER_CANT_READ_DIR
-
-
- The working directory couldn't be entered.
- ER_CANT_SET_WD
-
-
- The record changed since it was last read.
- ER_CHECKREAD
-
-
- The disk is full.
- ER_DISK_FULL
-
-
-
- There is already a key with the given values.
-
-
-
- An error occurred when closing the file.
- ER_ERROR_ON_CLOSE
-
-
- An error occurred when reading from the file.
- ER_ERROR_ON_READ
-
-
- An error occurred when renaming then file.
- ER_ERROR_ON_RENAME
-
-
- An error occurred when writing to the file.
- ER_ERROR_ON_WRITE
-
-
- The file is in use.
- ER_FILE_USED
-
-
- Sorting has been aborted.
- ER_FILSORT_ABORT
-
-
- The view doesn't exist.
- ER_FORM_NOT_FOUND
-
-
- Got the specified error from the table storage engine.
- ER_GET_ERRNO
-
-
- The table storage engine doesn't support the specified option.
- ER_ILLEGAL_HA
-
-
-
- The specified key was not found.
-
-
-
- The file contains incorrect information.
- ER_NOT_FORM_FILE
-
-
- The key file is incorrect for the table, it should be repaired.
- ER_NOT_KEYFILE
-
-
- The key file is old for the table, it should be repaired.
- ER_OLD_KEYFILE
-
-
- The table is read-only
- ER_OPEN_AS_READONLY
-
-
- The server is out of memory, it should be restarted.
- ER_OUTOFMEMORY
-
-
- The server is out of sort-memory, the sort buffer size should be increased.
- ER_OUT_OF_SORTMEMORY
-
-
- An unexpected EOF was found when reading from the file.
- ER_UNEXPECTED_EOF
-
-
- Too many connections are open.
- ER_CON_COUNT_ERROR
-
-
- The server is out of resources, check if MySql or some other process is using all available memory.
- ER_OUT_OF_RESOURCES
-
-
-
- Given when the connection is unable to successfully connect to host.
-
-
-
- The handshake was invalid.
- ER_HANDSHAKE_ERROR
-
-
- Access was denied for the specified user using the specified database.
- ER_DBACCESS_DENIED_ERROR
-
-
-
- Normally returned when an incorrect password is given
-
-
-
- No database has been selected.
- ER_NO_DB_ERROR
-
-
- The command is unknown.
- ER_UNKNOWN_COM_ERROR
-
-
- The specified column cannot be NULL.
- ER_BAD_NULL_ERROR
-
-
- The specified database is not known.
-
-
- The specified table already exists.
- ER_TABLE_EXISTS_ERROR
-
-
- The specified table is unknown.
- ER_BAD_TABLE_ERROR
-
-
- The specified column is ambiguous.
- ER_NON_UNIQ_ERROR
-
-
- The server is currently being shutdown.
- ER_SERVER_SHUTDOWN
-
-
- The specified columns is unknown.
- ER_BAD_FIELD_ERROR
-
-
- The specified column isn't in GROUP BY.
- ER_WRONG_FIELD_WITH_GROUP
-
-
- The specified columns cannot be grouped on.
- ER_WRONG_GROUP_FIELD
-
-
- There are sum functions and columns in the same statement.
- ER_WRONG_SUM_SELECT
-
-
- The column count doesn't match the value count.
- ER_WRONG_VALUE_COUNT
-
-
- The identifier name is too long.
- ER_TOO_LONG_IDENT
-
-
- The column name is duplicated.
- ER_DUP_FIELDNAME
-
-
-
- Duplicate Key Name
-
-
-
-
- Duplicate Key Entry
-
-
-
- The column specifier is incorrect.
- ER_WRONG_FIELD_SPEC
-
-
- An error occurred when parsing the statement.
- ER_PARSE_ERROR
-
-
- The statement is empty.
- ER_EMPTY_QUERY
-
-
- The table alias isn't unique.
- ER_NONUNIQ_TABLE
-
-
- The default value is invalid for the specified field.
- ER_INVALID_DEFAULT
-
-
- The table has multiple primary keys defined.
- ER_MULTIPLE_PRI_KEY
-
-
- Too many keys were defined for the table.
- ER_TOO_MANY_KEYS
-
-
- Too many parts to the keys were defined for the table.
- ER_TOO_MANY_KEY_PARTS
-
-
- The specified key is too long
- ER_TOO_LONG_KEY
-
-
- The specified key column doesn't exist in the table.
- ER_KEY_COLUMN_DOES_NOT_EXITS
-
-
- The BLOB column was used as a key, this can't be done.
- ER_BLOB_USED_AS_KEY
-
-
- The column length is too big for the specified column type.
- ER_TOO_BIG_FIELDLENGTH
-
-
- There can only be one auto-column, and it must be defined as a PK.
- ER_WRONG_AUTO_KEY
-
-
- The server is ready to accept connections.
- ER_READY
-
-
-
- ER_NORMAL_SHUTDOWN
-
-
- The server received the specified signal and is aborting.
- ER_GOT_SIGNAL
-
-
- The server shutdown is complete.
- ER_SHUTDOWN_COMPLETE
-
-
- The server is forcing close of the specified thread.
- ER_FORCING_CLOSE
-
-
- An error occurred when creating the IP socket.
- ER_IPSOCK_ERROR
-
-
- The table has no index like the one used in CREATE INDEX.
- ER_NO_SUCH_INDEX
-
-
- The field separator argument is not what is expected, check the manual.
- ER_WRONG_FIELD_TERMINATORS
-
-
- The BLOB columns must terminated, fixed row lengths cannot be used.
- ER_BLOBS_AND_NO_TERMINATED
-
-
- The text file cannot be read.
- ER_TEXTFILE_NOT_READABLE
-
-
- The specified file already exists.
- ER_FILE_EXISTS_ERROR
-
-
- Information returned by the LOAD statement.
- ER_LOAD_INFO
-
-
- Information returned by an UPDATE statement.
- ER_ALTER_INFO
-
-
- The prefix key is incorrect.
- ER_WRONG_SUB_KEY
-
-
- All columns cannot be removed from a table, use DROP TABLE instead.
- ER_CANT_REMOVE_ALL_FIELDS
-
-
- Cannot DROP, check that the column or key exists.
- ER_CANT_DROP_FIELD_OR_KEY
-
-
- Information returned by an INSERT statement.
- ER_INSERT_INFO
-
-
- The target table cannot be specified for update in FROM clause.
- ER_UPDATE_TABLE_USED
-
-
- The specified thread ID is unknown.
- ER_NO_SUCH_THREAD
-
-
- The thread cannot be killed, the current user is not the owner.
- ER_KILL_DENIED_ERROR
-
-
- No tables used in the statement.
- ER_NO_TABLES_USED
-
-
- Too many string have been used for the specified column and SET.
- ER_TOO_BIG_SET
-
-
- A unique filename couldn't be generated.
- ER_NO_UNIQUE_LOGFILE
-
-
- The specified table was locked with a READ lock, and can't be updated.
- ER_TABLE_NOT_LOCKED_FOR_WRITE
-
-
- The specified table was not locked with LOCK TABLES.
- ER_TABLE_NOT_LOCKED
-
-
- BLOB and Text columns cannot have a default value.
- ER_BLOB_CANT_HAVE_DEFAULT
-
-
- The specified database name is incorrect.
- ER_WRONG_DB_NAME
-
-
- The specified table name is incorrect.
- ER_WRONG_TABLE_NAME
-
-
- The SELECT command would examine more than MAX_JOIN_SIZE rows, check the WHERE clause and use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is ok.
- ER_TOO_BIG_SELECT
-
-
- An unknown error occurred.
- ER_UNKNOWN_ERROR
-
-
- The specified procedure is unknown.
- ER_UNKNOWN_PROCEDURE
-
-
- The number of parameters provided for the specified procedure is incorrect.
- ER_WRONG_PARAMCOUNT_TO_PROCEDURE
-
-
- The parameters provided for the specified procedure are incorrect.
- ER_WRONG_PARAMETERS_TO_PROCEDURE
-
-
- The specified table is unknown.
- ER_UNKNOWN_TABLE
-
-
- The specified column has been specified twice.
- ER_FIELD_SPECIFIED_TWICE
-
-
- The group function has been incorrectly used.
- ER_INVALID_GROUP_FUNC_USE
-
-
- The specified table uses an extension that doesn't exist in this MySQL version.
- ER_UNSUPPORTED_EXTENSION
-
-
- The table must have at least one column.
- ER_TABLE_MUST_HAVE_COLUMNS
-
-
- The specified table is full.
- ER_RECORD_FILE_FULL
-
-
- The specified character set is unknown.
- ER_UNKNOWN_CHARACTER_SET
-
-
- Too many tables, MySQL can only use the specified number of tables in a JOIN.
- ER_TOO_MANY_TABLES
-
-
- Too many columns
- ER_TOO_MANY_FIELDS
-
-
- The row size is too large, the maximum row size for the used tables (not counting BLOBS) is specified, change some columns or BLOBS.
- ER_TOO_BIG_ROWSIZE
-
-
- A thread stack overrun occurred. Stack statistics are specified.
- ER_STACK_OVERRUN
-
-
- A cross dependency was found in the OUTER JOIN, examine the ON conditions.
- ER_WRONG_OUTER_JOIN
-
-
- The table handler doesn't support NULL in the given index, change specified column to be NOT NULL or use another handler.
- ER_NULL_COLUMN_IN_INDEX
-
-
- The specified user defined function cannot be loaded.
- ER_CANT_FIND_UDF
-
-
- The specified user defined function cannot be initialised.
- ER_CANT_INITIALIZE_UDF
-
-
- No paths are allowed for the shared library.
- ER_UDF_NO_PATHS
-
-
- The specified user defined function already exists.
- ER_UDF_EXISTS
-
-
- The specified shared library cannot be opened.
- ER_CANT_OPEN_LIBRARY
-
-
- The specified symbol cannot be found in the library.
- ER_CANT_FIND_DL_ENTRY
-
-
- The specified function is not defined.
- ER_FUNCTION_NOT_DEFINED
-
-
- The specified host is blocked because of too many connection errors, unblock with 'mysqladmin flush-hosts'.
- ER_HOST_IS_BLOCKED
-
-
-
- The given host is not allowed to connect
-
-
-
-
- The anonymous user is not allowed to connect
-
-
-
-
- The given password is not allowed
-
-
-
-
- The given password does not match
-
-
-
- Information returned by an UPDATE statement.
- ER_UPDATE_INFO
-
-
- A new thread couldn't be created.
- ER_CANT_CREATE_THREAD
-
-
- The column count doesn't match the value count.
- ER_WRONG_VALUE_COUNT_ON_ROW
-
-
- The specified table can't be re-opened.
- ER_CANT_REOPEN_TABLE
-
-
- The NULL value has been used incorrectly.
- ER_INVALID_USE_OF_NULL
-
-
- The regular expression contains an error.
- ER_REGEXP_ERROR
-
-
- GROUP columns (MIN(), MAX(), COUNT(), ...) cannot be mixes with no GROUP columns if there is not GROUP BY clause.
- ER_MIX_OF_GROUP_FUNC_AND_FIELDS
-
-
-
- ER_NONEXISTING_GRANT
-
-
-
- ER_TABLEACCESS_DENIED_ERROR
-
-
-
- ER_COLUMNACCESS_DENIED_ERROR
-
-
-
- ER_ILLEGAL_GRANT_FOR_TABLE
-
-
-
- ER_GRANT_WRONG_HOST_OR_USER
-
-
-
- ER_NO_SUCH_TABLE
-
-
-
- ER_NONEXISTING_TABLE_GRANT
-
-
-
- ER_NOT_ALLOWED_COMMAND
-
-
-
- ER_SYNTAX_ERROR
-
-
-
- ER_DELAYED_CANT_CHANGE_LOCK
-
-
-
- ER_TOO_MANY_DELAYED_THREADS
-
-
-
- ER_ABORTING_CONNECTION
-
-
-
- An attempt was made to send or receive a packet larger than
- max_allowed_packet_size
-
-
-
-
- ER_NET_READ_ERROR_FROM_PIPE
-
-
-
- ER_NET_FCNTL_ERROR
-
-
-
- ER_NET_PACKETS_OUT_OF_ORDER
-
-
-
- ER_NET_UNCOMPRESS_ERROR
-
-
-
- ER_NET_READ_ERROR
-
-
-
- ER_NET_READ_INTERRUPTED
-
-
-
- ER_NET_ERROR_ON_WRITE
-
-
-
- ER_NET_WRITE_INTERRUPTED
-
-
-
- ER_TOO_LONG_STRING
-
-
-
- ER_TABLE_CANT_HANDLE_BLOB
-
-
-
- ER_TABLE_CANT_HANDLE_AUTO_INCREMENT
-
-
-
- ER_DELAYED_INSERT_TABLE_LOCKED
-
-
-
- ER_WRONG_COLUMN_NAME
-
-
-
- ER_WRONG_KEY_COLUMN
-
-
-
- ER_WRONG_MRG_TABLE
-
-
-
- ER_DUP_UNIQUE
-
-
-
- ER_BLOB_KEY_WITHOUT_LENGTH
-
-
-
- ER_PRIMARY_CANT_HAVE_NULL
-
-
-
- ER_TOO_MANY_ROWS
-
-
-
- ER_REQUIRES_PRIMARY_KEY
-
-
-
- ER_NO_RAID_COMPILED
-
-
-
- ER_UPDATE_WITHOUT_KEY_IN_SAFE_MODE
-
-
-
- ER_KEY_DOES_NOT_EXITS
-
-
-
- ER_CHECK_NO_SUCH_TABLE
-
-
-
- ER_CHECK_NOT_IMPLEMENTED
-
-
-
- ER_CANT_DO_THIS_DURING_AN_TRANSACTION
-
-
-
- ER_ERROR_DURING_COMMIT
-
-
-
- ER_ERROR_DURING_ROLLBACK
-
-
-
- ER_ERROR_DURING_FLUSH_LOGS
-
-
-
- ER_ERROR_DURING_CHECKPOINT
-
-
-
- ER_NEW_ABORTING_CONNECTION
-
-
-
- ER_DUMP_NOT_IMPLEMENTED
-
-
-
- ER_FLUSH_SOURCE_BINLOG_CLOSED
-
-
-
- ER_INDEX_REBUILD
-
-
-
- ER_SOURCE
-
-
-
- ER_SOURCE_NET_READ
-
-
-
- ER_SOURCE_NET_WRITE
-
-
-
- ER_FT_MATCHING_KEY_NOT_FOUND
-
-
-
- ER_LOCK_OR_ACTIVE_TRANSACTION
-
-
-
- ER_UNKNOWN_SYSTEM_VARIABLE
-
-
-
- ER_CRASHED_ON_USAGE
-
-
-
- ER_CRASHED_ON_REPAIR
-
-
-
- ER_WARNING_NOT_COMPLETE_ROLLBACK
-
-
-
- ER_TRANS_CACHE_FULL
-
-
-
- ER_REPLICA_MUST_STOP
-
-
-
- ER_REPLICA_NOT_RUNNING
-
-
-
- ER_BAD_REPLICA
-
-
-
- ER_SOURCE_INFO
-
-
-
- ER_REPLICA_THREAD
-
-
-
- ER_TOO_MANY_USER_CONNECTIONS
-
-
-
- ER_SET_CONSTANTS_ONLY
-
-
-
- ER_LOCK_WAIT_TIMEOUT
-
-
-
- ER_LOCK_TABLE_FULL
-
-
-
- ER_READ_ONLY_TRANSACTION
-
-
-
- ER_DROP_DB_WITH_READ_LOCK
-
-
-
- ER_CREATE_DB_WITH_READ_LOCK
-
-
-
- ER_WRONG_ARGUMENTS
-
-
-
- ER_NO_PERMISSION_TO_CREATE_USER
-
-
-
- ER_UNION_TABLES_IN_DIFFERENT_DIR
-
-
-
- ER_LOCK_DEADLOCK
-
-
-
- ER_TABLE_CANT_HANDLE_FT
-
-
-
- ER_CANNOT_ADD_FOREIGN
-
-
-
- ER_NO_REFERENCED_ROW
-
-
-
- ER_ROW_IS_REFERENCED
-
-
-
- ER_CONNECT_TO_SOURCE
-
-
-
- ER_QUERY_ON_SOURCE
-
-
-
- ER_ERROR_WHEN_EXECUTING_COMMAND
-
-
-
- ER_WRONG_USAGE
-
-
-
- ER_WRONG_NUMBER_OF_COLUMNS_IN_SELECT
-
-
-
- ER_CANT_UPDATE_WITH_READLOCK
-
-
-
- ER_MIXING_NOT_ALLOWED
-
-
-
- ER_DUP_ARGUMENT
-
-
-
- ER_USER_LIMIT_REACHED
-
-
-
- ER_SPECIFIC_ACCESS_DENIED_ERROR
-
-
-
- ER_LOCAL_VARIABLE
-
-
-
- ER_GLOBAL_VARIABLE
-
-
-
- ER_NO_DEFAULT
-
-
-
- ER_WRONG_VALUE_FOR_VAR
-
-
-
- ER_WRONG_TYPE_FOR_VAR
-
-
-
- ER_VAR_CANT_BE_READ
-
-
-
- ER_CANT_USE_OPTION_HERE
-
-
-
- ER_NOT_SUPPORTED_YET
-
-
-
- ER_SOURCE_FATAL_ERROR_READING_BINLOG
-
-
-
- ER_REPLICA_IGNORED_TABLE
-
-
-
- ER_INCORRECT_GLOBAL_LOCAL_VAR
-
-
-
- ER_WRONG_FK_DEF
-
-
-
- ER_KEY_REF_DO_NOT_MATCH_TABLE_REF
-
-
-
- ER_OPERAND_COLUMNS
-
-
-
- ER_SUBQUERY_NO_1_ROW
-
-
-
- ER_UNKNOWN_STMT_HANDLER
-
-
-
- ER_CORRUPT_HELP_DB
-
-
-
- ER_CYCLIC_REFERENCE
-
-
-
- ER_AUTO_CONVERT
-
-
-
- ER_ILLEGAL_REFERENCE
-
-
-
- ER_DERIVED_MUST_HAVE_ALIAS
-
-
-
- ER_SELECT_REDUCED
-
-
-
- ER_TABLENAME_NOT_ALLOWED_HERE
-
-
-
- ER_NOT_SUPPORTED_AUTH_MODE
-
-
-
- ER_SPATIAL_CANT_HAVE_NULL
-
-
-
- ER_COLLATION_CHARSET_MISMATCH
-
-
-
- ER_REPLICA_WAS_RUNNING
-
-
-
- ER_REPLICA_WAS_NOT_RUNNING
-
-
-
- ER_TOO_BIG_FOR_UNCOMPRESS
-
-
-
- ER_ZLIB_Z_MEM_ERROR
-
-
-
- ER_ZLIB_Z_BUF_ERROR
-
-
-
- ER_ZLIB_Z_DATA_ERROR
-
-
-
- ER_CUT_VALUE_GROUP_CONCAT
-
-
-
- ER_WARN_TOO_FEW_RECORDS
-
-
-
- ER_WARN_TOO_MANY_RECORDS
-
-
-
- ER_WARN_NULL_TO_NOTNULL
-
-
-
- ER_WARN_DATA_OUT_OF_RANGE
-
-
-
- WARN_DATA_TRUNCATED
-
-
-
- ER_WARN_USING_OTHER_HANDLER
-
-
-
- ER_CANT_AGGREGATE_2COLLATIONS
-
-
-
- ER_DROP_USER
-
-
-
- ER_REVOKE_GRANTS
-
-
-
- ER_CANT_AGGREGATE_3COLLATIONS
-
-
-
- ER_CANT_AGGREGATE_NCOLLATIONS
-
-
-
- ER_VARIABLE_IS_NOT_STRUCT
-
-
-
- ER_UNKNOWN_COLLATION
-
-
-
- ER_REPLICA_IGNORED_SSL_PARAMS
-
-
-
- ER_SERVER_IS_IN_SECURE_AUTH_MODE
-
-
-
- ER_WARN_FIELD_RESOLVED
-
-
-
- ER_BAD_REPLICA_UNTIL_COND
-
-
-
- ER_MISSING_SKIP_REPLICA
-
-
-
- ER_UNTIL_COND_IGNORED
-
-
-
- ER_WRONG_NAME_FOR_INDEX
-
-
-
- ER_WRONG_NAME_FOR_CATALOG
-
-
-
- ER_WARN_QC_RESIZE
-
-
-
- ER_BAD_FT_COLUMN
-
-
-
- ER_UNKNOWN_KEY_CACHE
-
-
-
- ER_WARN_HOSTNAME_WONT_WORK
-
-
-
- ER_UNKNOWN_STORAGE_ENGINE
-
-
-
- ER_WARN_DEPRECATED_SYNTAX
-
-
-
- ER_NON_UPDATABLE_TABLE
-
-
-
- ER_FEATURE_DISABLED
-
-
-
- ER_OPTION_PREVENTS_STATEMENT
-
-
-
- ER_DUPLICATED_VALUE_IN_TYPE
-
-
-
- ER_TRUNCATED_WRONG_VALUE
-
-
-
- ER_TOO_MUCH_AUTO_TIMESTAMP_COLS
-
-
-
- ER_INVALID_ON_UPDATE
-
-
-
- ER_UNSUPPORTED_PS
-
-
-
- ER_GET_ERRMSG
-
-
-
- ER_GET_TEMPORARY_ERRMSG
-
-
-
- ER_UNKNOWN_TIME_ZONE
-
-
-
- ER_WARN_INVALID_TIMESTAMP
-
-
-
- ER_INVALID_CHARACTER_STRING
-
-
-
- ER_WARN_ALLOWED_PACKET_OVERFLOWED
-
-
-
- ER_CONFLICTING_DECLARATIONS
-
-
-
- ER_SP_NO_RECURSIVE_CREATE
-
-
-
- ER_SP_ALREADY_EXISTS
-
-
-
- ER_SP_DOES_NOT_EXIST
-
-
-
- ER_SP_DROP_FAILED
-
-
-
- ER_SP_STORE_FAILED
-
-
-
- ER_SP_LILABEL_MISMATCH
-
-
-
- ER_SP_LABEL_REDEFINE
-
-
-
- ER_SP_LABEL_MISMATCH
-
-
-
- ER_SP_UNINIT_VAR
-
-
-
- ER_SP_BADSELECT
-
-
-
- ER_SP_BADRETURN
-
-
-
- ER_SP_BADSTATEMENT
-
-
-
- ER_UPDATE_LOG_DEPRECATED_IGNORED
-
-
-
- ER_UPDATE_LOG_DEPRECATED_TRANSLATED
-
-
-
- ER_QUERY_INTERRUPTED
-
-
-
- ER_SP_WRONG_NO_OF_ARGS
-
-
-
- ER_SP_COND_MISMATCH
-
-
-
- ER_SP_NORETURN
-
-
-
- ER_SP_NORETURNEND
-
-
-
- ER_SP_BAD_CURSOR_QUERY
-
-
-
- ER_SP_BAD_CURSOR_SELECT
-
-
-
- ER_SP_CURSOR_MISMATCH
-
-
-
- ER_SP_CURSOR_ALREADY_OPEN
-
-
-
- ER_SP_CURSOR_NOT_OPEN
-
-
-
- ER_SP_UNDECLARED_VAR
-
-
-
- ER_SP_WRONG_NO_OF_FETCH_ARGS
-
-
-
- ER_SP_FETCH_NO_DATA
-
-
-
- ER_SP_DUP_PARAM
-
-
-
- ER_SP_DUP_VAR
-
-
-
- ER_SP_DUP_COND
-
-
-
- ER_SP_DUP_CURS
-
-
-
- ER_SP_CANT_ALTER
-
-
-
- ER_SP_SUBSELECT_NYI
-
-
-
- ER_STMT_NOT_ALLOWED_IN_SF_OR_TRG
-
-
-
- ER_SP_VARCOND_AFTER_CURSHNDLR
-
-
-
- ER_SP_CURSOR_AFTER_HANDLER
-
-
-
- ER_SP_CASE_NOT_FOUND
-
-
-
- ER_FPARSER_TOO_BIG_FILE
-
-
-
- ER_FPARSER_BAD_HEADER
-
-
-
- ER_FPARSER_EOF_IN_COMMENT
-
-
-
- ER_FPARSER_ERROR_IN_PARAMETER
-
-
-
- ER_FPARSER_EOF_IN_UNKNOWN_PARAMETER
-
-
-
- ER_VIEW_NO_EXPLAIN
-
-
-
- ER_FRM_UNKNOWN_TYPE
-
-
-
- ER_WRONG_OBJECT
-
-
-
- ER_NONUPDATEABLE_COLUMN
-
-
-
- ER_VIEW_SELECT_DERIVED
-
-
-
- ER_VIEW_SELECT_CLAUSE
-
-
-
- ER_VIEW_SELECT_VARIABLE
-
-
-
- ER_VIEW_SELECT_TMPTABLE
-
-
-
- ER_VIEW_WRONG_LIST
-
-
-
- ER_WARN_VIEW_MERGE
-
-
-
- ER_WARN_VIEW_WITHOUT_KEY
-
-
-
- ER_VIEW_INVALID
-
-
-
- ER_SP_NO_DROP_SP
-
-
-
- ER_SP_GOTO_IN_HNDLR
-
-
-
- ER_TRG_ALREADY_EXISTS
-
-
-
- ER_TRG_DOES_NOT_EXIST
-
-
-
- ER_TRG_ON_VIEW_OR_TEMP_TABLE
-
-
-
- ER_TRG_CANT_CHANGE_ROW
-
-
-
- ER_TRG_NO_SUCH_ROW_IN_TRG
-
-
-
- ER_NO_DEFAULT_FOR_FIELD
-
-
-
- ER_DIVISION_BY_ZERO
-
-
-
- ER_TRUNCATED_WRONG_VALUE_FOR_FIELD
-
-
-
- ER_ILLEGAL_VALUE_FOR_TYPE
-
-
-
- ER_VIEW_NONUPD_CHECK
-
-
-
- ER_VIEW_CHECK_FAILED
-
-
-
- ER_PROCACCESS_DENIED_ERROR
-
-
-
- ER_RELAY_LOG_FAIL
-
-
-
- ER_PASSWD_LENGTH
-
-
-
- ER_UNKNOWN_TARGET_BINLOG
-
-
-
- ER_IO_ERR_LOG_INDEX_READ
-
-
-
- ER_BINLOG_PURGE_PROHIBITED
-
-
-
- ER_FSEEK_FAIL
-
-
-
- ER_BINLOG_PURGE_FATAL_ERR
-
-
-
- ER_LOG_IN_USE
-
-
-
- ER_LOG_PURGE_UNKNOWN_ERR
-
-
-
- ER_RELAY_LOG_INIT
-
-
-
- ER_NO_BINARY_LOGGING
-
-
-
- ER_RESERVED_SYNTAX
-
-
-
- ER_WSAS_FAILED
-
-
-
- ER_DIFF_GROUPS_PROC
-
-
-
- ER_NO_GROUP_FOR_PROC
-
-
-
- ER_ORDER_WITH_PROC
-
-
-
- ER_LOGGING_PROHIBIT_CHANGING_OF
-
-
-
- ER_NO_FILE_MAPPING
-
-
-
- ER_WRONG_MAGIC
-
-
-
- ER_PS_MANY_PARAM
-
-
-
- ER_KEY_PART_0
-
-
-
- ER_VIEW_CHECKSUM
-
-
-
- ER_VIEW_MULTIUPDATE
-
-
-
- ER_VIEW_NO_INSERT_FIELD_LIST
-
-
-
- ER_VIEW_DELETE_MERGE_VIEW
-
-
-
- ER_CANNOT_USER
-
-
-
- ER_XAER_NOTA
-
-
-
- ER_XAER_INVAL
-
-
-
- ER_XAER_RMFAIL
-
-
-
- ER_XAER_OUTSIDE
-
-
-
- ER_XAER_RMERR
-
-
-
- ER_XA_RBROLLBACK
-
-
-
- ER_NONEXISTING_PROC_GRANT
-
-
-
- ER_PROC_AUTO_GRANT_FAIL
-
-
-
- ER_PROC_AUTO_REVOKE_FAIL
-
-
-
- ER_DATA_TOO_LONG
-
-
-
- ER_SP_BAD_SQLSTATE
-
-
-
- ER_STARTUP
-
-
-
- ER_LOAD_FROM_FIXED_SIZE_ROWS_TO_VAR
-
-
-
- ER_CANT_CREATE_USER_WITH_GRANT
-
-
-
- ER_WRONG_VALUE_FOR_TYPE
-
-
-
- ER_TABLE_DEF_CHANGED
-
-
-
- ER_SP_DUP_HANDLER
-
-
-
- ER_SP_NOT_VAR_ARG
-
-
-
- ER_SP_NO_RETSET
-
-
-
- ER_CANT_CREATE_GEOMETRY_OBJECT
-
-
-
- ER_FAILED_ROUTINE_BREAK_BINLOG
-
-
-
- ER_BINLOG_UNSAFE_ROUTINE
-
-
-
- ER_BINLOG_CREATE_ROUTINE_NEED_SUPER
-
-
-
- ER_EXEC_STMT_WITH_OPEN_CURSOR
-
-
-
- ER_STMT_HAS_NO_OPEN_CURSOR
-
-
-
- ER_COMMIT_NOT_ALLOWED_IN_SF_OR_TRG
-
-
-
- ER_NO_DEFAULT_FOR_VIEW_FIELD
-
-
-
- ER_SP_NO_RECURSION
-
-
-
- ER_TOO_BIG_SCALE
-
-
-
- ER_TOO_BIG_PRECISION
-
-
-
- ER_M_BIGGER_THAN_D
-
-
-
- ER_WRONG_LOCK_OF_SYSTEM_TABLE
-
-
-
- ER_CONNECT_TO_FOREIGN_DATA_SOURCE
-
-
-
- ER_QUERY_ON_FOREIGN_DATA_SOURCE
-
-
-
- ER_FOREIGN_DATA_SOURCE_DOESNT_EXIST
-
-
-
- ER_FOREIGN_DATA_STRING_INVALID_CANT_CREATE
-
-
-
- ER_FOREIGN_DATA_STRING_INVALID
-
-
-
- ER_CANT_CREATE_FEDERATED_TABLE
-
-
-
- ER_TRG_IN_WRONG_SCHEMA
-
-
-
- ER_STACK_OVERRUN_NEED_MORE
-
-
-
- ER_TOO_LONG_BODY
-
-
-
- ER_WARN_CANT_DROP_DEFAULT_KEYCACHE
-
-
-
- ER_TOO_BIG_DISPLAYWIDTH
-
-
-
- ER_XAER_DUPID
-
-
-
- ER_DATETIME_FUNCTION_OVERFLOW
-
-
-
- ER_CANT_UPDATE_USED_TABLE_IN_SF_OR_TRG
-
-
-
- ER_VIEW_PREVENT_UPDATE
-
-
-
- ER_PS_NO_RECURSION
-
-
-
- ER_SP_CANT_SET_AUTOCOMMIT
-
-
-
- ER_MALFORMED_DEFINER
-
-
-
- ER_VIEW_FRM_NO_USER
-
-
-
- ER_VIEW_OTHER_USER
-
-
-
- ER_NO_SUCH_USER
-
-
-
- ER_FORBID_SCHEMA_CHANGE
-
-
-
- ER_ROW_IS_REFERENCED_2
-
-
-
- ER_NO_REFERENCED_ROW_2
-
-
-
- ER_SP_BAD_VAR_SHADOW
-
-
-
- ER_TRG_NO_DEFINER
-
-
-
- ER_OLD_FILE_FORMAT
-
-
-
- ER_SP_RECURSION_LIMIT
-
-
-
- ER_SP_PROC_TABLE_CORRUPT
-
-
-
- ER_SP_WRONG_NAME
-
-
-
- ER_TABLE_NEEDS_UPGRADE
-
-
-
- ER_SP_NO_AGGREGATE
-
-
-
- ER_MAX_PREPARED_STMT_COUNT_REACHED
-
-
-
- ER_VIEW_RECURSIVE
-
-
-
- ER_NON_GROUPING_FIELD_USED
-
-
-
- ER_TABLE_CANT_HANDLE_SPKEYS
-
-
-
- ER_NO_TRIGGERS_ON_SYSTEM_SCHEMA
-
-
-
- ER_REMOVED_SPACES
-
-
-
- ER_AUTOINC_READ_FAILED
-
-
-
- ER_USERNAME
-
-
-
- ER_HOSTNAME
-
-
-
- ER_WRONG_STRING_LENGTH
-
-
-
- ER_NON_INSERTABLE_TABLE
-
-
-
- ER_ADMIN_WRONG_MRG_TABLE
-
-
-
- ER_TOO_HIGH_LEVEL_OF_NESTING_FOR_SELECT
-
-
-
- ER_NAME_BECOMES_EMPTY
-
-
-
- ER_AMBIGUOUS_FIELD_TERM
-
-
-
- ER_FOREIGN_SERVER_EXISTS
-
-
-
- ER_FOREIGN_SERVER_DOESNT_EXIST
-
-
-
- ER_ILLEGAL_HA_CREATE_OPTION
-
-
-
- ER_PARTITION_REQUIRES_VALUES_ERROR
-
-
-
- ER_PARTITION_WRONG_VALUES_ERROR
-
-
-
- ER_PARTITION_MAXVALUE_ERROR
-
-
-
- ER_PARTITION_SUBPARTITION_ERROR
-
-
-
- ER_PARTITION_SUBPART_MIX_ERROR
-
-
-
- ER_PARTITION_WRONG_NO_PART_ERROR
-
-
-
- ER_PARTITION_WRONG_NO_SUBPART_ERROR
-
-
-
- ER_WRONG_EXPR_IN_PARTITION_FUNC_ERROR
-
-
-
- ER_NO_CONST_EXPR_IN_RANGE_OR_LIST_ERROR
-
-
-
- ER_FIELD_NOT_FOUND_PART_ERROR
-
-
-
- ER_LIST_OF_FIELDS_ONLY_IN_HASH_ERROR
-
-
-
- ER_INCONSISTENT_PARTITION_INFO_ERROR
-
-
-
- ER_PARTITION_FUNC_NOT_ALLOWED_ERROR
-
-
-
- ER_PARTITIONS_MUST_BE_DEFINED_ERROR
-
-
-
- ER_RANGE_NOT_INCREASING_ERROR
-
-
-
- ER_INCONSISTENT_TYPE_OF_FUNCTIONS_ERROR
-
-
-
- ER_MULTIPLE_DEF_CONST_IN_LIST_PART_ERROR
-
-
-
- ER_PARTITION_ENTRY_ERROR
-
-
-
- ER_MIX_HANDLER_ERROR
-
-
-
- ER_PARTITION_NOT_DEFINED_ERROR
-
-
-
- ER_TOO_MANY_PARTITIONS_ERROR
-
-
-
- ER_SUBPARTITION_ERROR
-
-
-
- ER_CANT_CREATE_HANDLER_FILE
-
-
-
- ER_BLOB_FIELD_IN_PART_FUNC_ERROR
-
-
-
- ER_UNIQUE_KEY_NEED_ALL_FIELDS_IN_PF
-
-
-
- ER_NO_PARTS_ERROR
-
-
-
- ER_PARTITION_MGMT_ON_NONPARTITIONED
-
-
-
- ER_FOREIGN_KEY_ON_PARTITIONED
-
-
-
- ER_DROP_PARTITION_NON_EXISTENT
-
-
-
- ER_DROP_LAST_PARTITION
-
-
-
- ER_COALESCE_ONLY_ON_HASH_PARTITION
-
-
-
- ER_REORG_HASH_ONLY_ON_SAME_NO
-
-
-
- ER_REORG_NO_PARAM_ERROR
-
-
-
- ER_ONLY_ON_RANGE_LIST_PARTITION
-
-
-
- ER_ADD_PARTITION_SUBPART_ERROR
-
-
-
- ER_ADD_PARTITION_NO_NEW_PARTITION
-
-
-
- ER_COALESCE_PARTITION_NO_PARTITION
-
-
-
- ER_REORG_PARTITION_NOT_EXIST
-
-
-
- ER_SAME_NAME_PARTITION
-
-
-
- ER_NO_BINLOG_ERROR
-
-
-
- ER_CONSECUTIVE_REORG_PARTITIONS
-
-
-
- ER_REORG_OUTSIDE_RANGE
-
-
-
- ER_PARTITION_FUNCTION_FAILURE
-
-
-
- ER_PART_STATE_ERROR
-
-
-
- ER_LIMITED_PART_RANGE
-
-
-
- ER_PLUGIN_IS_NOT_LOADED
-
-
-
- ER_WRONG_VALUE
-
-
-
- ER_NO_PARTITION_FOR_GIVEN_VALUE
-
-
-
- ER_FILEGROUP_OPTION_ONLY_ONCE
-
-
-
- ER_CREATE_FILEGROUP_FAILED
-
-
-
- ER_DROP_FILEGROUP_FAILED
-
-
-
- ER_TABLESPACE_AUTO_EXTEND_ERROR
-
-
-
- ER_WRONG_SIZE_NUMBER
-
-
-
- ER_SIZE_OVERFLOW_ERROR
-
-
-
- ER_ALTER_FILEGROUP_FAILED
-
-
-
- ER_BINLOG_ROW_LOGGING_FAILED
-
-
-
- ER_BINLOG_ROW_WRONG_TABLE_DEF
-
-
-
- ER_BINLOG_ROW_RBR_TO_SBR
-
-
-
- ER_EVENT_ALREADY_EXISTS
-
-
-
- ER_EVENT_STORE_FAILED
-
-
-
- ER_EVENT_DOES_NOT_EXIST
-
-
-
- ER_EVENT_CANT_ALTER
-
-
-
- ER_EVENT_DROP_FAILED
-
-
-
- ER_EVENT_INTERVAL_NOT_POSITIVE_OR_TOO_BIG
-
-
-
- ER_EVENT_ENDS_BEFORE_STARTS
-
-
-
- ER_EVENT_EXEC_TIME_IN_THE_PAST
-
-
-
- ER_EVENT_OPEN_TABLE_FAILED
-
-
-
- ER_EVENT_NEITHER_M_EXPR_NOR_M_AT
-
-
-
- ER_COL_COUNT_DOESNT_MATCH_CORRUPTED
-
-
-
- ER_CANNOT_LOAD_FROM_TABLE
-
-
-
- ER_EVENT_CANNOT_DELETE
-
-
-
- ER_EVENT_COMPILE_ERROR
-
-
-
- ER_EVENT_SAME_NAME
-
-
-
- ER_EVENT_DATA_TOO_LONG
-
-
-
- ER_DROP_INDEX_FK
-
-
-
- ER_WARN_DEPRECATED_SYNTAX_WITH_VER
-
-
-
- ER_CANT_WRITE_LOCK_LOG_TABLE
-
-
-
- ER_CANT_LOCK_LOG_TABLE
-
-
-
- ER_FOREIGN_DUPLICATE_KEY
-
-
-
- ER_COL_COUNT_DOESNT_MATCH_PLEASE_UPDATE
-
-
-
- ER_TEMP_TABLE_PREVENTS_SWITCH_OUT_OF_RBR
-
-
-
- ER_STORED_FUNCTION_PREVENTS_SWITCH_BINLOG_FORMAT
-
-
-
- ER_NDB_CANT_SWITCH_BINLOG_FORMAT
-
-
-
- ER_PARTITION_NO_TEMPORARY
-
-
-
- ER_PARTITION_CONST_DOMAIN_ERROR
-
-
-
- ER_PARTITION_FUNCTION_IS_NOT_ALLOWED
-
-
-
- ER_DDL_LOG_ERROR
-
-
-
- ER_NULL_IN_VALUES_LESS_THAN
-
-
-
- ER_WRONG_PARTITION_NAME
-
-
-
- ER_CANT_CHANGE_TRANSACTION_ISOLATION
-
-
-
- ER_DUP_ENTRY_AUTOINCREMENT_CASE
-
-
-
- ER_EVENT_MODIFY_QUEUE_ERROR
-
-
-
- ER_EVENT_SET_VAR_ERROR
-
-
-
- ER_PARTITION_MERGE_ERROR
-
-
-
- ER_CANT_ACTIVATE_LOG
-
-
-
- ER_RBR_NOT_AVAILABLE
-
-
-
- ER_BASE64_DECODE_ERROR
-
-
-
- ER_EVENT_RECURSION_FORBIDDEN
-
-
-
- ER_EVENTS_DB_ERROR
-
-
-
- ER_ONLY_INTEGERS_ALLOWED
-
-
-
- ER_UNSUPORTED_LOG_ENGINE
-
-
-
- ER_BAD_LOG_STATEMENT
-
-
-
- ER_CANT_RENAME_LOG_TABLE
-
-
-
- ER_WRONG_PARAMCOUNT_TO_NATIVE_FCT
-
-
-
- ER_WRONG_PARAMETERS_TO_NATIVE_FCT
-
-
-
- ER_WRONG_PARAMETERS_TO_STORED_FCT
-
-
-
- ER_NATIVE_FCT_NAME_COLLISION
-
-
-
- ER_DUP_ENTRY_WITH_KEY_NAME
-
-
-
- ER_BINLOG_PURGE_EMFILE
-
-
-
- ER_EVENT_CANNOT_CREATE_IN_THE_PAST
-
-
-
- ER_EVENT_CANNOT_ALTER_IN_THE_PAST
-
-
-
- ER_REPLICA_INCIDENT
-
-
-
- ER_NO_PARTITION_FOR_GIVEN_VALUE_SILENT
-
-
-
- ER_BINLOG_UNSAFE_STATEMENT
-
-
-
- ER_REPLICA_FATAL_ERROR
-
-
-
- ER_REPLICA_RELAY_LOG_READ_FAILURE
-
-
-
- ER_REPLICA_RELAY_LOG_WRITE_FAILURE
-
-
-
- ER_REPLICA_CREATE_EVENT_FAILURE
-
-
-
- ER_REPLICA_SOURCE_COM_FAILURE
-
-
-
- ER_BINLOG_LOGGING_IMPOSSIBLE
-
-
-
- ER_VIEW_NO_CREATION_CTX
-
-
-
- ER_VIEW_INVALID_CREATION_CTX
-
-
-
- ER_SR_INVALID_CREATION_CTX
-
-
-
- ER_TRG_CORRUPTED_FILE
-
-
-
- ER_TRG_NO_CREATION_CTX
-
-
-
- ER_TRG_INVALID_CREATION_CTX
-
-
-
- ER_EVENT_INVALID_CREATION_CTX
-
-
-
- ER_TRG_CANT_OPEN_TABLE
-
-
-
- ER_CANT_CREATE_SROUTINE
-
-
-
- ER_REPLICA_AMBIGOUS_EXEC_MODE
-
-
-
- ER_NO_FORMAT_DESCRIPTION_EVENT_BEFORE_BINLOG_STATEMENT
-
-
-
- ER_REPLICA_CORRUPT_EVENT
-
-
-
- ER_LOAD_DATA_INVALID_COLUMN
-
-
-
- ER_LOG_PURGE_NO_FILE
-
-
-
- ER_XA_RBTIMEOUT
-
-
-
- ER_XA_RBDEADLOCK
-
-
-
- ER_NEED_REPREPARE
-
-
-
- ER_DELAYED_NOT_SUPPORTED
-
-
-
- WARN_NO_SOURCE_INFO
-
-
-
- WARN_OPTION_IGNORED
-
-
-
- WARN_PLUGIN_DELETE_BUILTIN
-
-
-
- WARN_PLUGIN_BUSY
-
-
-
- ER_VARIABLE_IS_READONLY
-
-
-
- ER_WARN_ENGINE_TRANSACTION_ROLLBACK
-
-
-
- ER_REPLICA_HEARTBEAT_FAILURE
-
-
-
- ER_REPLICA_HEARTBEAT_VALUE_OUT_OF_RANGE
-
-
-
- ER_NDB_REPLICATION_SCHEMA_ERROR
-
-
-
- ER_CONFLICT_FN_PARSE_ERROR
-
-
-
- ER_EXCEPTIONS_WRITE_ERROR
-
-
-
- ER_TOO_LONG_TABLE_COMMENT
-
-
-
- ER_TOO_LONG_FIELD_COMMENT
-
-
-
- ER_FUNC_INEXISTENT_NAME_COLLISION
-
-
-
- ER_DATABASE_NAME
-
-
-
- ER_TABLE_NAME
-
-
-
- ER_PARTITION_NAME
-
-
-
- ER_SUBPARTITION_NAME
-
-
-
- ER_TEMPORARY_NAME
-
-
-
- ER_RENAMED_NAME
-
-
-
- ER_TOO_MANY_CONCURRENT_TRXS
-
-
-
- WARN_NON_ASCII_SEPARATOR_NOT_IMPLEMENTED
-
-
-
- ER_DEBUG_SYNC_TIMEOUT
-
-
-
- ER_DEBUG_SYNC_HIT_LIMIT
-
-
-
- ER_ERROR_LAST
-
-
-
- ER_CLIENT_INTERACTION_TIMEOUT
-
-
-
- WriteInteger
-
-
-
-
-
-
- Summary description for MySqlPool.
-
-
-
-
- It is assumed that this property will only be used from inside an active
- lock.
-
-
-
-
- Indicates whether this pool is being cleared.
-
-
-
-
- It is assumed that this method is only called from inside an active lock.
-
-
-
-
- It is assumed that this method is only called from inside an active lock.
-
-
-
-
- Removes a connection from the in use pool. The only situations where this method
- would be called are when a connection that is in use gets some type of fatal exception
- or when the connection is being returned to the pool and it's too old to be
- returned.
-
-
-
-
-
- Clears this pool of all idle connections and marks this pool and being cleared
- so all other connections are closed when they are returned.
-
-
-
-
- Remove expired drivers from the idle pool
-
-
-
- Closing driver is a potentially lengthy operation involving network
- IO. Therefore we do not close expired drivers while holding
- idlePool.SyncRoot lock. We just remove the old drivers from the idle
- queue and return them to the caller. The caller will need to close
- them (or let GC close them)
-
-
-
-
- Summary description for MySqlPoolManager.
-
-
-
-
- Queue of demoted hosts.
-
-
-
-
- List of hosts that will be attempted to connect to.
-
-
-
-
- Timer to be used when a host have been demoted.
-
-
-
-
- Remove drivers that have been idle for too long.
-
-
-
-
- Remove hosts that have been on the demoted list for more
- than 120,000 milliseconds and add them to the available hosts list.
-
-
-
-
- Provides a class capable of executing a SQL script containing
- multiple SQL statements including CREATE PROCEDURE statements
- that require changing the delimiter
-
-
-
-
- Handles the event raised whenever a statement is executed.
-
-
-
-
- Handles the event raised whenever an error is raised by the execution of a script.
-
-
-
-
- Handles the event raised whenever a script execution is finished.
-
-
-
-
- Initializes a new instance of the
- class.
-
-
-
-
- Initializes a new instance of the
- class.
-
- The connection.
-
-
-
- Initializes a new instance of the
- class.
-
- The query.
-
-
-
- Initializes a new instance of the
- class.
-
- The connection.
- The query.
-
-
-
- Gets or sets the connection.
-
- The connection.
-
-
-
- Gets or sets the query.
-
- The query.
-
-
-
- Gets or sets the delimiter.
-
- The delimiter.
-
-
-
- Executes this instance.
-
- The number of statements executed as part of the script.
-
-
-
- Initiates the asynchronous execution of SQL statements.
-
- The number of statements executed as part of the script inside.
-
-
-
- Initiates the asynchronous execution of SQL statements.
-
- The cancellation token.
- The number of statements executed as part of the script inside.
-
-
-
- Represents the method that will handle errors when executing MySQL statements.
-
-
-
-
- Represents the method that will handle errors when executing MySQL scripts.
-
-
-
-
- Sets the arguments associated to MySQL scripts.
-
-
-
-
- Gets the statement text.
-
- The statement text.
-
-
-
- Gets the line.
-
- The line.
-
-
-
- Gets the position.
-
- The position.
-
-
-
- Sets the arguments associated to MySQL script errors.
-
-
-
-
- Initializes a new instance of the class.
-
- The exception.
-
-
-
- Gets the exception.
-
- The exception.
-
-
-
- Gets or sets a value indicating whether this is ignored.
-
- true if ignore; otherwise, false.
-
-
-
- Summary description for MySqlStream.
-
-
-
-
- ReadPacket is called by NativeDriver to start reading the next
- packet on the stream.
-
-
-
-
- Reads the specified number of bytes from the stream and stores them at given
- offset in the buffer.
- Throws EndOfStreamException if not all bytes can be read.
-
- Stream to read from
- Array to store bytes read from the stream
- The offset in buffer at which to begin storing the data read from the current stream.
- Number of bytes to read
-
-
-
- LoadPacket loads up and decodes the header of the incoming packet.
-
-
-
-
- Traces information about the client execution.
-
-
-
-
- Gets the list of trace listeners.
-
-
-
-
- Gets or sets the switch to control tracing and debugging.
-
-
-
-
- Gets or sets a flag indicating if query analysis is enabled.
-
-
-
-
- Enables query analysis.
-
- The host on which to enable query analysis.
- The interval of time for logging trace information.
-
-
-
- Disables query analysis.
-
-
-
-
- Specifies the types of warning flags.
-
-
-
-
- No index exists.
-
-
-
-
- Bad index exists.
-
-
-
-
- Rows have been excluded from the result.
-
-
-
-
- Columns have been excluded from the result.
-
-
-
-
- Type conversions took place.
-
-
-
-
- Specifies the event that triggered the trace.
-
-
-
-
- A connection has been opened.
-
-
-
-
- A connection has been closed.
-
-
-
-
- A query has been executed.
-
-
-
-
- Data has been retrieved from the resultset.
-
-
-
-
- Data retrieval has ended.
-
-
-
-
- Query execution has ended.
-
-
-
-
- The statement to be executed has been created.
-
-
-
-
- The statement has been executed.
-
-
-
-
- The statement is no longer required.
-
-
-
-
- The query provided is of a nonquery type.
-
-
-
-
- Usage advisor warnings have been requested.
-
-
-
-
- Noncritical problem.
-
-
-
-
- An error has been raised during data retrieval.
-
-
-
-
- The query has been normalized.
-
-
-
-
- Summary description for Driver.
-
-
-
-
- Sets the current database for the this connection
-
-
-
-
-
- Return the appropriate set of connection flags for our
- server capabilities and our user requested options.
-
-
-
-
- Query is the method that is called to send all queries to the server
-
-
-
-
- Verify that the file to upload is in a valid directory
- according to the safe path entered by a user under
- "AllowLoadLocalInfileInPath" connection option.
-
- File to validate against the safe path.
-
-
-
- Sends the specified file to the server.
- This supports the LOAD DATA LOCAL INFILE
-
-
-
-
-
- FetchDataRow is the method that the data reader calls to see if there is another
- row to fetch. In the non-prepared mode, it will simply read the next data packet.
- In the prepared mode (statementId > 0), it will
-
-
-
-
- Execution timeout, in milliseconds. When the accumulated time for network IO exceeds this value
- TimeoutException is thrown. This timeout needs to be reset for every new command
-
-
-
-
-
- Summary description for PreparedStatement.
-
-
-
-
- Prepares CommandText for use with the Prepare method
-
- Command text stripped of all paramter names
-
- Takes the output of TokenizeSql and creates a single string of SQL
- that only contains '?' markers for each parameter. It also creates
- the parameterMap array list that includes all the paramter names in the
- order they appeared in the SQL
-
-
-
-
- Defines a replication configurarion element in the configuration file.
-
-
-
-
- Gets a collection of objects representing the server groups.
-
-
-
-
- Defines a replication server group in the configuration file.
-
-
-
-
- Gets or sets the name of the replication server group configuration.
-
-
-
-
- Gets or sets the group type of the replication server group configuration.
-
-
-
-
- Gets or sets the number of seconds to wait for retry.
-
-
-
-
- Gets a collection of objects representing the
- server configurations associated to this group configuration.
-
-
-
-
- Defines a replication server in configuration file.
-
-
-
-
- Gets or sets the name of the replication server configuration.
-
-
-
-
- Gets or sets whether the replication server is configured as source.
-
-
-
-
- Gets or sets whether the replication server is configured as source.
-
-
-
-
- Gets or sets the connection string associated to this replication server.
-
-
-
-
- Manager for Replication and Load Balancing features
-
-
-
-
- Returns Replication Server Group List
-
-
-
-
- Adds a Default Server Group to the list
-
- Group name
- Time between reconnections for failed servers
- Replication Server Group added
-
-
-
- Adds a Server Group to the list
-
- Group name
- ServerGroup type reference
- Time between reconnections for failed servers
- Server Group added
-
-
-
- Gets the next server from a replication group
-
- Group name
- True if the server to return must be a source
- Replication Server defined by the Load Balancing plugin
-
-
-
- Gets a Server Group by name
-
- Group name
- Server Group if found, otherwise throws an MySqlException
-
-
-
- Validates if the replication group name exists
-
- Group name to validate
- true if the replication group name is found; otherwise, false
-
-
-
- Assigns a new server driver to the connection object
-
- Group name
- True if the server connection to assign must be a source
- MySqlConnection object where the new driver will be assigned
-
-
-
- Class that implements Round Robing Load Balancing technique.
-
-
-
-
- Gets an available server based on Round Robin load balancing.
-
- Flag indicating if the server to return must be a source.
- A object representing the next available server.
-
-
-
- Represents a server in a Replication environment.
-
-
-
-
- Gets the server name.
-
-
-
-
- Gets a value indicating whether the server is source or replica.
-
-
-
-
- Gets a value indicating whether the server is source or replica.
-
-
-
-
- Gets the connection string used to connect to the server.
-
-
-
-
- Gets a flag indicating if the server is available to be considered in load balancing.
-
-
-
-
- Base class used to implement load balancing features.
-
-
-
-
- List of servers available for replication.
-
-
-
- The group name.
- The number of seconds to perform a retry.
-
-
-
- Gets the group name.
-
-
-
-
- Gets the retry time between connections to failed servers.
-
-
-
-
- Gets the server list in the group.
-
-
-
-
- Adds a server into the group.
-
- The server name.
- A flag indicating if the server to add is source or replica.
- The connection string used by this server.
- A object representing the recently added object.
-
-
-
- Removes a server from the group.
-
- The server name.
-
-
-
- Gets a server by name.
-
- The server name.
- The replication server.
-
-
-
- Must be implemented. Defines the next server for a custom load balancing implementation.
-
- Defines if the server to return is a source or any.
- The next server based on the load balancing implementation.
- Null if no available server is found.
-
-
-
-
- Defines the next server for a custom load balancing implementation.
-
- Defines if the server to return is a source or any.
- Currently not being used.
- The next server based on the load balancing implementation.
- Null if no available server is found.
-
-
-
-
- Handles a failed connection to a server.
-
- The failed server.
- This method can be overrided to implement a custom failover handling.
-
-
-
- Handles a failed connection to a server.
-
- The failed server.
- The exception that caused the failover.
-
-
-
- return the ordinal for the given column name
-
-
-
-
-
-
- Retrieve the value as the given column index
-
- The column value to retrieve
- The value as the given column
-
-
-
- Closes the current resultset, dumping any data still on the wire
-
-
-
-
- Loads the column metadata for the current resultset
-
-
-
-
- Represents a schema and its contents.
-
-
-
-
- Gets or sets the name of the schema.
-
-
-
-
- Gets the list of columns in the schema.
-
-
-
-
- Gets the list of rows in the schema.
-
-
-
-
- Represents a row within a schema.
-
-
-
-
- Represents a column within a schema.
-
-
-
-
- The name of the column.
-
-
-
-
- The type of the column.
-
-
-
-
- GetForeignKeysOnTable retrieves the foreign keys on the given table.
- Since MySQL supports foreign keys on versions prior to 5.0, we can't use
- information schema. MySQL also does not include any type of SHOW command
- for foreign keys so we have to resort to use SHOW CREATE TABLE and parsing
- the output.
-
- The table to store the key info in.
- The table to get the foeign key info for.
- Only get foreign keys that match this name.
- Should column information be included in the table.
-
-
-
- Serializes the given parameter to the given memory stream
-
-
- This method is called by PrepareSqlBuffers to convert the given
- parameter to bytes and write those bytes to the given memory stream.
-
-
- True if the parameter was successfully serialized, false otherwise.
-
-
-
- Summary description for StoredProcedure.
-
-
-
-
- Defines the basic operations to be performed on the table cache.
-
-
-
-
- The maximum age allowed for cache entries.
-
-
-
-
- Adds the given command and result set to the cache.
-
- The command to store in the cache.
- The resultset associated to the stored command.
-
-
-
- Retrieves the specified command from the cache.
-
- The command to retrieve.
- The allowed age for the cache entry.
-
-
-
-
- Removes the specified command from the cache.
-
- The command to remove from the cache.
-
-
-
- Clears the cache.
-
-
-
-
- Removes cache entries older than the value defined by .
-
-
-
-
- Stream that supports timeout of IO operations.
- This class is used is used to support timeouts for SQL command, where a
- typical operation involves several network reads/writes.
- Timeout here is defined as the accumulated duration of all IO operations.
-
-
-
-
- Construct a TimedStream
-
- Undelying stream
-
-
-
- Figure out whether it is necessary to reset timeout on stream.
- We track the current value of timeout and try to avoid
- changing it too often, because setting Read/WriteTimeout property
- on network stream maybe a slow operation that involves a system call
- (setsockopt). Therefore, we allow a small difference, and do not
- reset timeout if current value is slightly greater than the requested
- one (within 0.1 second).
-
-
-
-
- Common handler for IO exceptions.
- Resets timeout to infinity if timeout exception is
- detected and stops the times.
-
- original exception
-
-
-
- Represents a SQL transaction to be made in a MySQL database. This class cannot be inherited.
-
- The application creates a MySqlTransaction object by calling
- on the object. All subsequent operations associated with the
- transaction (for example, committing or aborting the transaction), are performed on the
- MySqlTransaction object.
-
- The following example creates a and a MySqlTransaction.
- It also demonstrates how to use the ,
- , and methods.
-
- Public Sub RunTransaction(myConnString As String)
- Dim myConnection As New MySqlConnection(myConnString)
- myConnection.Open()
-
- Dim myCommand As MySqlCommand = myConnection.CreateCommand()
- Dim myTrans As MySqlTransaction
-
- ' Start a local transaction
- myTrans = myConnection.BeginTransaction()
- ' Must assign both transaction object and connection
- ' to Command object for a pending local transaction
- myCommand.Connection = myConnection
- myCommand.Transaction = myTrans
-
- Try
- myCommand.CommandText = "Insert into Region (RegionID, RegionDescription) VALUES (100, 'Description')"
- myCommand.ExecuteNonQuery()
- myCommand.CommandText = "Insert into Region (RegionID, RegionDescription) VALUES (101, 'Description')"
- myCommand.ExecuteNonQuery()
- myTrans.Commit()
- Console.WriteLine("Both records are written to database.")
- Catch e As Exception
- Try
- myTrans.Rollback()
- Catch ex As MySqlException
- If Not myTrans.Connection Is Nothing Then
- Console.WriteLine("An exception of type " & ex.GetType().ToString() & _
- " was encountered while attempting to roll back the transaction.")
- End If
- End Try
-
- Console.WriteLine("An exception of type " & e.GetType().ToString() & _
- "was encountered while inserting the data.")
- Console.WriteLine("Neither record was written to database.")
- Finally
- myConnection.Close()
- End Try
- End Sub 'RunTransaction
-
-
- public void RunTransaction(string myConnString)
- {
- MySqlConnection myConnection = new MySqlConnection(myConnString);
- myConnection.Open();
-
- MySqlCommand myCommand = myConnection.CreateCommand();
- MySqlTransaction myTrans;
-
- // Start a local transaction
- myTrans = myConnection.BeginTransaction();
- // Must assign both transaction object and connection
- // to Command object for a pending local transaction
- myCommand.Connection = myConnection;
- myCommand.Transaction = myTrans;
-
- try
- {
- myCommand.CommandText = "Insert into Region (RegionID, RegionDescription) VALUES (100, 'Description')";
- myCommand.ExecuteNonQuery();
- myCommand.CommandText = "Insert into Region (RegionID, RegionDescription) VALUES (101, 'Description')";
- myCommand.ExecuteNonQuery();
- myTrans.Commit();
- Console.WriteLine("Both records are written to database.");
- }
- catch(Exception e)
- {
- try
- {
- myTrans.Rollback();
- }
- catch (MySqlException ex)
- {
- if (myTrans.Connection != null)
- {
- Console.WriteLine("An exception of type " + ex.GetType() +
- " was encountered while attempting to roll back the transaction.");
- }
- }
-
- Console.WriteLine("An exception of type " + e.GetType() +
- " was encountered while inserting the data.");
- Console.WriteLine("Neither record was written to database.");
- }
- finally
- {
- myConnection.Close();
- }
- }
-
-
-
-
-
- Gets the object associated with the transaction, or a null reference (Nothing in Visual Basic) if the transaction is no longer valid.
-
- The object associated with this transaction.
-
- A single application may have multiple database connections, each
- with zero or more transactions. This property enables you to
- determine the connection object associated with a particular
- transaction created by .
-
-
-
-
- Specifies the for this transaction.
-
-
- The for this transaction. The default is ReadCommitted.
-
-
- Parallel transactions are not supported. Therefore, the IsolationLevel
- applies to the entire transaction.
-
-
-
-
- Commits the database transaction.
-
- The Commit method is equivalent to the MySQL SQL statement
- COMMIT.
-
- The following example creates a and a
- . It also demonstrates how to use the
- , , and Rollback
- methods.
-
- Public Sub RunSqlTransaction(myConnString As String)
- Dim myConnection As New MySqlConnection(myConnString)
- myConnection.Open()
-
- Dim myCommand As MySqlCommand = myConnection.CreateCommand()
- Dim myTrans As MySqlTransaction
-
- ' Start a local transaction
- myTrans = myConnection.BeginTransaction()
-
- ' Must assign both transaction object and connection
- ' to Command object for a pending local transaction
- myCommand.Connection = myConnection
- myCommand.Transaction = myTrans
-
- Try
- myCommand.CommandText = "Insert into mytable (id, desc) VALUES (100, 'Description')"
- myCommand.ExecuteNonQuery()
- myCommand.CommandText = "Insert into mytable (id, desc) VALUES (101, 'Description')"
- myCommand.ExecuteNonQuery()
- myTrans.Commit()
- Console.WriteLine("Success.")
- Catch e As Exception
- Try
- myTrans.Rollback()
- Catch ex As MySqlException
- If Not myTrans.Connection Is Nothing Then
- Console.WriteLine("An exception of type " & ex.GetType().ToString() & _
- " was encountered while attempting to roll back the transaction.")
- End If
- End Try
-
- Console.WriteLine("An exception of type " & e.GetType().ToString() & _
- "was encountered while inserting the data.")
- Console.WriteLine("Neither record was written to database.")
- Finally
- myConnection.Close()
- End Try
- End Sub
-
-
- public void RunSqlTransaction(string myConnString)
- {
- MySqlConnection myConnection = new MySqlConnection(myConnString);
- myConnection.Open();
-
- MySqlCommand myCommand = myConnection.CreateCommand();
- MySqlTransaction myTrans;
-
- // Start a local transaction
- myTrans = myConnection.BeginTransaction();
- // Must assign both transaction object and connection
- // to Command object for a pending local transaction
- myCommand.Connection = myConnection;
- myCommand.Transaction = myTrans;
-
- try
- {
- myCommand.CommandText = "Insert into mytable (id, desc) VALUES (100, 'Description')";
- myCommand.ExecuteNonQuery();
- myCommand.CommandText = "Insert into mytable (id, desc) VALUES (101, 'Description')";
- myCommand.ExecuteNonQuery();
- myTrans.Commit();
- Console.WriteLine("Both records are written to database.");
- }
- catch(Exception e)
- {
- try
- {
- myTrans.Rollback();
- }
- catch (MySqlException ex)
- {
- if (myTrans.Connection != null)
- {
- Console.WriteLine("An exception of type " + ex.GetType() +
- " was encountered while attempting to roll back the transaction.");
- }
- }
-
- Console.WriteLine("An exception of type " + e.GetType() +
- " was encountered while inserting the data.");
- Console.WriteLine("Neither record was written to database.");
- }
- finally
- {
- myConnection.Close();
- }
- }
-
-
-
-
-
- Rolls back a transaction from a pending state.
-
- The Rollback method is equivalent to the MySQL statement ROLLBACK.
- The transaction can only be rolled back from a pending state
- (after BeginTransaction has been called, but before Commit is
- called).
-
- The following example creates a and a
- . It also demonstrates how to use the
- , , and Rollback
- methods.
-
- Public Sub RunSqlTransaction(myConnString As String)
- Dim myConnection As New MySqlConnection(myConnString)
- myConnection.Open()
-
- Dim myCommand As MySqlCommand = myConnection.CreateCommand()
- Dim myTrans As MySqlTransaction
-
- ' Start a local transaction
- myTrans = myConnection.BeginTransaction()
-
- ' Must assign both transaction object and connection
- ' to Command object for a pending local transaction
- myCommand.Connection = myConnection
- myCommand.Transaction = myTrans
-
- Try
- myCommand.CommandText = "Insert into mytable (id, desc) VALUES (100, 'Description')"
- myCommand.ExecuteNonQuery()
- myCommand.CommandText = "Insert into mytable (id, desc) VALUES (101, 'Description')"
- myCommand.ExecuteNonQuery()
- myTrans.Commit()
- Console.WriteLine("Success.")
- Catch e As Exception
- Try
- myTrans.Rollback()
- Catch ex As MySqlException
- If Not myTrans.Connection Is Nothing Then
- Console.WriteLine("An exception of type " & ex.GetType().ToString() & _
- " was encountered while attempting to roll back the transaction.")
- End If
- End Try
-
- Console.WriteLine("An exception of type " & e.GetType().ToString() & _
- "was encountered while inserting the data.")
- Console.WriteLine("Neither record was written to database.")
- Finally
- myConnection.Close()
- End Try
- End Sub
-
-
- public void RunSqlTransaction(string myConnString)
- {
- MySqlConnection myConnection = new MySqlConnection(myConnString);
- myConnection.Open();
-
- MySqlCommand myCommand = myConnection.CreateCommand();
- MySqlTransaction myTrans;
-
- // Start a local transaction
- myTrans = myConnection.BeginTransaction();
- // Must assign both transaction object and connection
- // to Command object for a pending local transaction
- myCommand.Connection = myConnection;
- myCommand.Transaction = myTrans;
-
- try
- {
- myCommand.CommandText = "Insert into mytable (id, desc) VALUES (100, 'Description')";
- myCommand.ExecuteNonQuery();
- myCommand.CommandText = "Insert into mytable (id, desc) VALUES (101, 'Description')";
- myCommand.ExecuteNonQuery();
- myTrans.Commit();
- Console.WriteLine("Both records are written to database.");
- }
- catch(Exception e)
- {
- try
- {
- myTrans.Rollback();
- }
- catch (MySqlException ex)
- {
- if (myTrans.Connection != null)
- {
- Console.WriteLine("An exception of type " + ex.GetType() +
- " was encountered while attempting to roll back the transaction.");
- }
- }
-
- Console.WriteLine("An exception of type " + e.GetType() +
- " was encountered while inserting the data.");
- Console.WriteLine("Neither record was written to database.");
- }
- finally
- {
- myConnection.Close();
- }
- }
-
-
-
-
-
- GSS API constants
-
-
-
-
- GSS_C_NT_HOSTBASED_SERVICE (1.2.840.113554.1.2.1.4)
-
-
-
-
- GSS_KRB5_NT_PRINCIPAL_NAME (1.2.840.113554.1.2.2.1)
-
-
-
-
- GSS_C_NT_USER_NAME (1.2.840.113554.1.2.1.1)
-
-
-
-
- GSS_KRB5_MECH_OID_DESC (1.2.840.113554.1.2.2)
-
-
-
-
- GSS_KRB5_MECH_OID_DESC Set
-
-
-
-
- Defines a security context
-
-
-
-
- Sets the main properties to create and initiate a security context.
-
- Service Principal Name.
- Credentials.
- Requested flags.
-
-
-
- Initiate the security context
-
- Challenge received by the server.
- A byte array containing the response to be sent to the server
-
-
-
- Unwrap a message.
-
- Message acquired from the server.
- Unwrapped message.
-
-
-
- Wrap a message.
-
- Message to be wrapped.
- A byte array containing the wrapped message.
-
-
-
- Allocate a clr byte array and copy the token data over
-
- Buffer.
- A byte array
-
-
-
- Cleanups unmanaged resources
-
-
-
-
- No flags provided
-
-
-
-
- Delegates credentials to a remote peer. Do not delegate the credentials if the value is false.
-
-
-
-
- Requests that the peer authenticate itself. If false, authenticate to the remote peer only.
-
-
-
-
- Enables replay detection for messages protected with gss_wrap(3GSS) or gss_get_mic(3GSS). Do not attempt to detect replayed messages if false.
-
-
-
-
- Enables detection of out-of-sequence protected messages. Do not attempt to detect out-of-sequence messages if false.
-
-
-
-
- Requests that confidential service be made available by means of gss_wrap(3GSS). If false, no per-message confidential service is required.
-
-
-
-
- Requests that integrity service be made available by means of gss_wrap(3GSS) or gss_get_mic(3GSS). If false, no per-message integrity service is required.
-
-
-
-
- Does not reveal the initiator's identify to the acceptor. Otherwise, authenticate normally.
-
-
-
-
- (Returned only) If true, the protection services specified by the states of GSS_C_CONF_FLAG and GSS_C_INTEG_FLAG are available
- if the accompanying major status return value is either GSS_S_COMPLETE or GSS_S_CONTINUE_NEEDED. If false, the protection services are available
- only if the accompanying major status return value is GSS_S_COMPLETE.
-
-
-
-
- (Returned only) If true, the resultant security context may be transferred to other processes by means of a call to gss_export_sec_context(3GSS). If false, the security context cannot be transferred.
-
-
-
-
- Credentials to use to establish the context
-
-
-
-
- Acquires credentials for the supplied principal using the supplied password
-
- Username
- Password
- GSS_C_BOTH - Credentials may be used either to initiate or accept security contexts.
- GSS_C_INITIATE - Credentials will only be used to initiate security contexts.
- GSS_C_ACCEPT - Credentials will only be used to accept security contexts.
- An object containing the credentials
-
-
-
- Acquires credentials for the supplied principal using material stored in a valid keytab
-
- Username
- GSS_C_BOTH - Credentials may be used either to initiate or accept security contexts.
- GSS_C_INITIATE - Credentials will only be used to initiate security contexts.
- GSS_C_ACCEPT - Credentials will only be used to accept security contexts.
- An object containing the credentials
-
-
- size_t->unsigned int
-
-
- void*
-
-
- OM_uint32->gss_uint32->unsigned int
-
-
- void*
-
-
- OM_uint32->gss_uint32->unsigned int
-
-
- void*
-
-
-
- Converts a contiguous string name to GSS_API internal format
- The gss_import_name() function converts a contiguous string name to internal form. In general,
- the internal name returned by means of the output_name parameter will not be a mechanism name; the exception to this is if the input_name_type
- indicates that the contiguous string provided by means of the input_name_buffer parameter is of type GSS_C_NT_EXPORT_NAME, in which case,
- the returned internal name will be a mechanism name for the mechanism that exported the name.
-
- Status code returned by the underlying mechanism.
- The gss_buffer_desc structure containing the name to be imported.
- A gss_OID that specifies the format that the input_name_buffer is in.
- The gss_name_t structure to receive the returned name in internal form. Storage associated with this name must be freed by the application after use with a call to gss_release_name().
-
- The gss_import_name() function may return the following status codes:
- GSS_S_COMPLETE: The gss_import_name() function completed successfully.
- GSS_S_BAD_NAMETYPE: The input_name_type was unrecognized.
- GSS_S_BAD_NAME: The input_name parameter could not be interpreted as a name of the specified type.
- GSS_S_BAD_MECH: The input_name_type was GSS_C_NT_EXPORT_NAME, but the mechanism contained within the input_name is not supported.
-
-
-
-
- Allows an application to acquire a handle for a pre-existing credential by name. GSS-API implementations must impose a local access-control
- policy on callers of this routine to prevent unauthorized callers from acquiring credentials to which they are not entitled.
- This routine is not intended to provide a "login to the network" function, as such a function would involve the creation of new credentials
- rather than merely acquiring a handle to existing credentials
-
- Mechanism specific status code.
- Name of principal whose credential should be acquired.
- Number of seconds that credentials should remain valid.
- Specify GSS_C_INDEFINITE to request that the credentials have the maximum permitted lifetime.
- Set of underlying security mechanisms that may be used.
- GSS_C_NO_OID_SET may be used to obtain an implementation-specific default.
- GSS_C_BOTH - Credentials may be used either to initiate or accept security contexts.
- GSS_C_INITIATE - Credentials will only be used to initiate security contexts.
- GSS_C_ACCEPT - Credentials will only be used to accept security contexts.
- The returned credential handle. Resources associated with this credential handle must be released
- by the application after use with a call to gss_release_cred().
- The set of mechanisms for which the credential is valid. Storage associated with the returned OID-set must
- be released by the application after use with a call to gss_release_oid_set(). Specify NULL if not required.
- Actual number of seconds for which the returned credentials will remain valid. If the implementation does not
- support expiration of credentials, the value GSS_C_INDEFINITE will be returned. Specify NULL if not required.
-
- gss_acquire_cred() may return the following status codes:
- GSS_S_COMPLETE: Successful completion.
- GSS_S_BAD_MECH: Unavailable mechanism requested.
- GSS_S_BAD_NAMETYPE: Type contained within desired_name parameter is not supported.
- GSS_S_BAD_NAME: Value supplied for desired_name parameter is ill formed.
- GSS_S_CREDENTIALS_EXPIRED: The credentials could not be acquired Because they have expired.
- GSS_S_NO_CRED: No credentials were found for the specified name.
-
-
-
-
- Acquires a credential for use in establishing a security context using a password.
-
- Mechanism specific status code.
- Name of principal whose credential should be acquired.
- The password.
- Number of seconds that credentials should remain valid.
- Specify GSS_C_INDEFINITE to request that the credentials have the maximum permitted lifetime.
- Set of underlying security mechanisms that may be used.
- GSS_C_NO_OID_SET may be used to obtain an implementation-specific default.
- GSS_C_BOTH - Credentials may be used either to initiate or accept security contexts.
- GSS_C_INITIATE - Credentials will only be used to initiate security contexts.
- GSS_C_ACCEPT - Credentials will only be used to accept security contexts.
- The returned credential handle. Resources associated with this credential handle must be released
- by the application after use with a call to gss_release_cred().
- The set of mechanisms for which the credential is valid. Storage associated with the returned OID-set must
- be released by the application after use with a call to gss_release_oid_set(). Specify NULL if not required.
- Actual number of seconds for which the returned credentials will remain valid. If the implementation does not
- support expiration of credentials, the value GSS_C_INDEFINITE will be returned. Specify NULL if not required.
-
- gss_acquire_cred_with_password() may return the following status codes:
- GSS_S_COMPLETE: Successful completion.
- GSS_S_BAD_MECH: Unavailable mechanism requested.
- GSS_S_BAD_NAMETYPE: Type contained within desired_name parameter is not supported.
- GSS_S_BAD_NAME: Value supplied for desired_name parameter is ill formed.
- GSS_S_CREDENTIALS_EXPIRED: The credentials could not be acquired Because they have expired.
- GSS_S_NO_CRED: No credentials were found for the specified name.
-
-
-
-
- Initiates the establishment of a security context between the application and a remote peer.
- Initially, the input_token parameter should be specified either as GSS_C_NO_BUFFER, or as a pointer to a gss_buffer_desc object whose length field
- contains the value zero. The routine may return a output_token which should be transferred to the peer application, where the peer application will
- present it to gss_accept_sec_context. If no token need be sent, gss_init_sec_context will indicate this by setting the length field of the output_token
- argument to zero. To complete the context establishment, one or more reply tokens may be required from the peer application; if so, gss_init_sec_context
- will return a status containing the supplementary information bit GSS_S_CONTINUE_NEEDED. In this case, gss_init_sec_context should be called again when the
- reply token is received from the peer application, passing the reply token to gss_init_sec_context via the input_token parameters.
-
- Mechanism specific status code.
- Handle for credentials claimed. Supply GSS_C_NO_CREDENTIAL to act as a default initiator principal.
- If no default initiator is defined, the function will return GSS_S_NO_CRED.
- Context handle for new context. Supply GSS_C_NO_CONTEXT for first call; use value returned by first call in continuation calls.
- Resources associated with this context-handle must be released by the application after use with a call to gss_delete_sec_context().
- Name of target.
- Object ID of desired mechanism. Supply GSS_C_NO_OID to obtain an implementation specific default.
- Contains various independent flags, each of which requests that the context support a specific service option.
- Symbolic names are provided for each flag, and the symbolic names corresponding to the required flags should be logically-ORed together to form the bit-mask value.
- Desired number of seconds for which context should remain valid. Supply 0 to request a default validity period.
- Application-specified bindings. Allows application to securely bind channel identification information to the security context.
- Specify GSS_C_NO_CHANNEL_BINDINGS if channel bindings are not used.
- Token received from peer application. Supply GSS_C_NO_BUFFER, or a pointer to a buffer containing the value GSS_C_EMPTY_BUFFER on initial call.
- Actual mechanism used. The OID returned via this parameter will be a pointer to static storage that should be treated as read-only;
- In particular the application should not attempt to free it. Specify NULL if not required.
- Token to be sent to peer application. If the length field of the returned buffer is zero, no token need be sent to the peer application.
- Storage associated with this buffer must be freed by the application after use with a call to gss_release_buffer().
- Contains various independent flags, each of which indicates that the context supports a specific service option.
- Specify NULL if not required. Symbolic names are provided for each flag, and the symbolic names corresponding to the required flags should be
- logically-ANDed with the ret_flags value to test whether a given option is supported by the context.
- Number of seconds for which the context will remain valid. If the implementation does not support context expiration,
- the value GSS_C_INDEFINITE will be returned. Specify NULL if not required.
-
- gss_init_sec_context() may return the following status codes:
-
- GSS_S_COMPLETE: Successful completion.
- GSS_S_CONTINUE_NEEDED: A token from the peer application is required to complete the context, and gss_init_sec_context() must be called again with that token.
- GSS_S_DEFECTIVE_TOKEN: Consistency checks performed on the input_token failed.
- GSS_S_DEFECTIVE_CREDENTIAL: Consistency checks performed on the credential failed.
- GSS_S_NO_CRED: The supplied credentials are not valid for context acceptance, or the credential handle does not reference any credentials.
- GSS_S_CREDENTIALS_EXPIRED: The referenced credentials have expired.
- GSS_S_BAD_BINDINGS: The input_token contains different channel bindings than those specified by means of the input_chan_bindings parameter.
- GSS_S_BAD_SIG: The input_token contains an invalid MIC or a MIC that cannot be verified.
- GSS_S_OLD_TOKEN: The input_token is too old. This is a fatal error while establishing context.
- GSS_S_DUPLICATE_TOKEN: The input_token is valid, but it is a duplicate of a token already processed.This is a fatal error while establishing context.
- GSS_S_NO_CONTEXT: The supplied context handle does not refer to a valid context.
- GSS_S_BAD_NAMETYPE: The provided target_name parameter contains an invalid or unsupported name type.
- GSS_S_BAD_NAME: The supplied target_name parameter is ill-formed.
- GSS_S_BAD_MECH: The token received specifies a mechanism that is not supported by the implementation or the provided credential.
-
-
-
-
- Allows an application to obtain a textual representation of a GSS-API status code, for display to the user or for logging purposes.
- Since some status values may indicate multiple conditions, applications may need to call gss_display_status multiple times,
- each call generating a single text string. The message_context parameter is used by gss_display_status to store state information about which
- error messages have already been extracted from a given status_value; message_context must be initialized to 0 by the application prior to the first call,
- and gss_display_status will return a non-zero value in this parameter if there are further messages to extract.
-
- Mechanism specific status code.
- Status value to be converted.
- GSS_C_GSS_CODE - status_value is a GSS status code. GSS_C_MECH_CODE - status_value is a mechanism status code.
- Underlying mechanism (used to interpret a minor status value). Supply GSS_C_NO_OID to obtain the system default.
- Should be initialized to zero by the application prior to the first call.
- On return from gss_display_status(), a non-zero status_value parameter indicates that additional messages may be extracted from the status code via
- subsequent calls to gss_display_status(), passing the same status_value, status_type, mech_type, and message_context parameters.
- Textual interpretation of the status_value. Storage associated with this parameter must be freed by the application
- after use with a call to gss_release_buffer().
-
- gss_display_status() may return the following status codes:
- GSS_S_COMPLETE: Successful completion.
- GSS_S_BAD_MECH: Indicates that translation in accordance with an unsupported mechanism type was requested.
- GSS_S_BAD_STATUS: The status value was not recognized, or the status type was neither GSS_C_GSS_CODE nor GSS_C_MECH_CODE.
-
-
-
-
- Free storage associated with a buffer. The storage must have been allocated by a GSS-API routine.
- In addition to freeing the associated storage, the routine will zero the length field in the descriptor to which the buffer parameter refers,
- and implementations are encouraged to additionally set the pointer field in the descriptor to NULL. Any buffer object returned by a GSS-API routine
- may be passed to gss_release_buffer (even if there is no storage associated with the buffer).
-
- Mechanism-specific status code.
- The storage associated with the buffer will be deleted. The gss_buffer_desc object will not be freed,
- but its length field will be zeroed.
-
- The gss_release_buffer() function may return the following status codes:
- GSS_S_COMPLETE: Successful completion
-
-
-
-
- Delete a security context. gss_delete_sec_context will delete the local data structures associated with the specified security context,
- and may generate an output_token, which when passed to the peer gss_process_context_token will instruct it to do likewise.
- If no token is required by the mechanism, the GSS-API should set the length field of the output_token (if provided) to zero.
- No further security services may be obtained using the context specified by context_handle.
-
- Mechanism specific status code.
- Context handle identifying context to delete. After deleting the context,
- the GSS-API will set this context handle to GSS_C_NO_CONTEXT.
-
- The gss_delete_sec_context() function may return the following status codes:
- GSS_S_COMPLETE: Successful completion.
- GSS_S_NO_CONTEXT: No valid context was supplied.
-
-
-
-
- Free GSSAPI-allocated storage associated with an internal-form name. The name is set to GSS_C_NO_NAME on successful completion of this call.
-
- Mechanism specific status code.
- The name to be deleted.
-
- The gss_release_name() function may return the following status codes:
- GSS_S_COMPLETE: Successful completion.
- GSS_S_BAD_NAME: The name parameter did not contain a valid name.
-
-
-
-
- Informs GSS-API that the specified credential handle is no longer required by the application, and frees associated resources.
- The cred_handle is set to GSS_C_NO_CREDENTIAL on successful completion of this call.
-
- Mechanism specific status code.
- Opaque handle identifying credential to be released. If GSS_C_NO_CREDENTIAL is supplied,
- the routine will complete successfully, but will do nothing.
-
- The gss_release_cred() function may return the following status codes:
- GSS_S_COMPLETE: Successful completion.
- GSS_S_NO_CRED: Credentials could not be accessed.
-
-
-
-
- Converts a message previously protected by gss_wrap back to a usable form, verifying the embedded MIC.
- The conf_state parameter indicates whether the message was encrypted; the qop_state parameter indicates the strength of
- protection that was used to provide the confidentiality and integrity services.
-
- Mechanism specific status code.
- Identifies the context on which the message arrived.
- Protected message.
- Buffer to receive unwrapped message.
-
- The gss_unwrap() function may return the following status codes:
- GSS_S_COMPLETE: Successful completion.
- GSS_S_DEFECTIVE_TOKEN: The token failed consistency checks.
- GSS_S_BAD_SIG: The MIC was incorrect.
- GSS_S_DUPLICATE_TOKEN: The token was valid, and contained a correct MIC for the message, but it had already been processed.
- GSS_S_OLD_TOKEN: The token was valid, and contained a correct MIC for the message, but it is too old to check for duplication.
- GSS_S_UNSEQ_TOKEN: The token was valid, and contained a correct MIC for the message, but has been verified out of sequence;
- a later token has already been received.
- GSS_S_GAP_TOKEN: The token was valid, and contained a correct MIC for the message, but has been verified out of sequence;
- an earlier expected token has not yet been received.
- GSS_S_CONTEXT_EXPIRED: The context has already expired.
- GSS_S_NO_CONTEXT: The context_handle parameter did not identify a valid context.
-
-
-
-
- Attaches a cryptographic MIC and optionally encrypts the specified input_message. The output_message contains both the MIC and the message.
- The qop_req parameter allows a choice between several cryptographic algorithms, if supported by the chosen mechanism.
-
- Mechanism specific status code.
- Identifies the context on which the message arrived.
- Message to be protected.
- Buffer to receive protected message.
-
- The gss_unwrap() function may return the following status codes:
- GSS_S_COMPLETE: Successful completion.
- GSS_S_CONTEXT_EXPIRED: The context has already expired.
- GSS_S_NO_CONTEXT: The context_handle parameter did not identify a valid context.
- GSS_S_BAD_QOP: The specified QOP is not supported by the mechanism.
-
-
-
-
- MIT Kerberos 5 GSS Bindings Windows 32bit
-
-
-
-
- MIT Kerberos 5 GSS Bindings Windows 64bit
-
-
-
-
- MIT Kerberos 5 GSS Bindings Linux
-
-
-
-
- Automatic dynamic disposable
-
-
-
-
- Automatic dynamic disposable storing
-
-
-
-
- Automatic dynamic disposable storing , will be called at dispose
-
-
-
-
- Automatic dynamic disposable storing , will be disposed
-
-
-
-
- Automatic dynamic disposable storing , will be disposed
-
-
-
-
- Automatic dynamic disposable storing , will be disposed
-
-
-
-
- Automatic dynamic disposable storing , will be disposed and will be called at dispose
-
-
-
-
- Automatic dynamic disposable
-
-
-
-
- Original value, can be used with ref
-
-
-
-
- Automatic dynamic disposable storing , will be disposed and will be called at dispose
-
-
-
-
- Returns stored value
-
-
-
-
- Gets the Kerberos configuration from the "krb5.conf/krb5.ini" file
-
-
-
-
- Memory pinned object
-
-
-
-
- Create memory pinned object from
-
- Any class type
- Value to pin
- Pinned value
-
-
-
- Memory pinned object
-
- Any class type
-
-
-
- Original object value, can be used with ref
-
-
-
-
- In memory address of the object
-
-
-
-
- Create memory pinned object from
-
- Value to pin
-
-
-
- Returns address of object in memory
-
-
-
-
- Returns original object value
-
-
-
-
- DNS resolver that runs queries against a server.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Gets the DNS SVR records of the service name that is provided.
-
- A list of s sorted as described in RFC2782.
-
-
-
- Sorts a list of DNS SRV records according to the sorting rules described in RFC2782.
-
- List of s to sort.
- A new list of sorted s.
-
-
-
- Resets the DnsSrvResolver
-
-
-
-
- Class that represents a DNS SRV record.
- RFC 2782 (https://tools.ietf.org/html/rfc2782)
-
-
-
-
- Gets the port.
-
-
-
-
- Gets the priority.
-
-
-
-
- Gets the target domain name.
-
-
-
-
- Gets the weight.
-
-
-
-
- Initializes a new instance of class.
-
- The port.
- The priority.
- The target.
- The weight.
-
-
-
- Initializes a new instance of class.
-
- The DNS SRV record.
-
-
-
- Compare two objects. First, using their priority and
- if both have the same, then using their weights.
-
- A to compare.
- A to compare.
-
-
-
-
- Initializes a new instance of the class from a .
-
- The DNS SRV record.
-
-
-
- This class is modeled after .NET Stopwatch. It provides better
- performance (no system calls).It is however less precise than
- .NET Stopwatch, measuring in milliseconds. It is adequate to use
- when high-precision is not required (e.g for measuring IO timeouts),
- but not for other tasks.
-
-
-
-
- Wrapper around NetworkStream.
-
- MyNetworkStream is equivalent to NetworkStream, except
- 1. It throws TimeoutException if read or write timeout occurs, instead
- of IOException, to match behavior of other streams (named pipe and
- shared memory). This property comes handy in TimedStream.
-
- 2. It implements workarounds for WSAEWOULDBLOCK errors, that can start
- occuring after stream has times out. For a discussion about the CLR bug,
- refer to http://tinyurl.com/lhgpyf. This error should never occur, as
- we're not using asynchronous operations, but apparerntly it does occur
- directly after timeout has expired.
- The workaround is hinted in the URL above and implemented like this:
- For each IO operation, if it throws WSAEWOULDBLOCK, we explicitely set
- the socket to Blocking and retry the operation once again.
-
-
-
-
- Determines whether the connection state is closed or open.
-
- true if connection is closed; otherwise, false.
-
-
-
- Set keepalive + timeout on socket.
-
- socket
- keepalive timeout, in seconds
-
-
-
- Read a single quoted identifier from the stream
-
-
-
-
-
-
- Helper class to encapsulate shared memory functionality
- Also cares of proper cleanup of file mapping object and cew
-
-
-
-
- Summary description for SharedMemoryStream.
-
-
-
-
- By creating a private ctor, we keep the compiler from creating a default ctor
-
-
-
-
- Mark - or + signs that are unary ops as no output
-
-
-
-
-
- Handles SSL connections for the Classic and X protocols.
-
-
-
-
- Contains the connection options provided by the user.
-
-
-
-
- A flag to establish how certificates are to be treated and validated.
-
-
-
-
- Defines the supported TLS protocols.
-
-
-
-
- Retrieves a collection containing the client SSL PFX certificates.
-
- Dependent on connection string settings.
- Either file or store based certificates are used.
-
-
-
- Initiates the SSL connection.
-
- The base stream.
- The encoding used in the SSL connection.
- The connection string used to establish the connection.
- A instance ready to initiate an SSL connection.
-
-
-
- Verifies the SSL certificates used for authentication.
-
- An object that contains state information for this validation.
- The MySQL server 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.
- true if no errors were found based on the selected SSL mode; false, otherwise.
-
-
-
- Gets the extension of the specified file.
-
- The path of the file.
- Flag to indicate if the result should be converted to lower case.
- The . character is ommited from the result.
-
-
-
-
- Summary description for StreamCreator.
-
-
-
-
- Set the keepalive timeout on the socket.
-
- The socket object.
- The keepalive timeout, in seconds.
-
-
-
- Summary description for Version.
-
-
-
-
- Provides functionality to read SSL PEM certificates and to perform multiple validations via Bouncy Castle.
-
-
-
-
- Raises an exception if the specified connection option is null, empty or whitespace.
-
- The connection option to verify.
- The name of the connection option.
-
-
-
- Reads the specified file as a byte array.
-
- The path of the file to read.
- A byte array representing the read file.
-
-
-
- Reads the SSL certificate file.
-
- The path to the certificate file.
- A instance representing the SSL certificate file.
-
-
-
- Reads the SSL certificate key file.
-
- The path to the certificate key file.
- A instance representing the SSL certificate key file.
-
-
-
- Verifies that the certificate has not yet expired.
-
- The certificate to verify.
-
-
-
- Verifies a certificate CA status.
-
- The certificate to validate.
- A flag indicating the expected CA status.
-
-
-
- Verifies that the certificate was signed using the private key that corresponds to the specified public key
-
- The client side certificate containing the public key.
- The server certificate.
-
-
-
- Verifies that no SSL policy errors regarding the identitfy of the host were raised.
-
- A instance set with the raised SSL errors.
-
-
-
- Verifies that the issuer matches the CA by comparing the CA certificate issuer and the server certificate issuer.
-
- The CA certificate.
- The server certificate.
-
-
-
-
- Gets and sets the host list.
-
-
-
-
- Gets the active host.
-
-
-
-
- Active host.
-
-
-
-
- Sets the initial active host.
-
-
-
-
- Determines the next host.
-
- object that represents the next available host.
-
-
-
- Implements common elements that allow to manage the hosts available for client side failover.
-
-
-
-
- Gets and sets the failover group which consists of a host list.
-
-
-
-
- Resets the manager.
-
-
-
-
- Sets the host list to be used during failover operations.
-
- The host list.
- The failover method.
-
-
-
- Attempts to establish a connection to a host specified from the list.
-
- The original connection string set by the user.
- An out parameter that stores the updated connection string.
- A object in case this is a pooling scenario.
- A flag indicating if the default port is used in the connection.
- An instance if the connection was succesfully established, a exception is thrown otherwise.
-
-
-
-
- Creates a if more than one host is found.
-
- A string containing an unparsed list of hosts.
- true if the connection is X Protocol; otherwise false.
- true if the connection data is a URI; otherwise false.
- The number of hosts found, -1 if an error was raised during parsing.
-
-
-
- Creates a object based on the provided parameters.
-
- The host string that can be a simple host name or a host name and port.
- The priority of the host.
- The port number of the host.
- true if the connection data is a URI; otherwise false.
-
-
-
-
- Attempts the next host in the list. Moves to the first element if the end of the list is reached.
-
-
-
-
- Determines the next host on which to attempt a connection by checking the value of the Priority property in descending order.
-
-
-
-
- Determines the next host on which to attempt a connection randomly.
-
-
-
-
- Depicts a host which can be failed over to.
-
-
-
-
- Gets and sets the name or address of the host.
-
-
-
-
- Gets and sets the port number.
-
-
-
-
- Gets a value between 0 and 100 which represents the priority of the host.
-
-
-
-
- Flag to indicate if this host is currently being used.
-
-
-
-
- Flag to indicate if this host has been attempted to connection.
-
-
-
-
- Time since the host has been demoted.
-
-
-
-
- Initializes a object.
-
- The host.
- The port.
- The priority.
-
-
-
- Compares two objects of type .
-
- FailoverServer object to compare.
- True if host properties are the same. Otherwise, false.
-
-
-
- Manages the hosts available for client side failover using the Random Failover method.
- The Random Failover method attempts to connect to the hosts specified in the list randomly until all the hosts have been attempted.
-
-
-
-
- The initial host taken from the list.
-
-
-
-
- The host for the current connection attempt.
-
-
-
-
- Random object to get the next host.
-
-
-
-
- Sets the initial active host.
-
-
-
-
- Determines the next host.
-
- A object that represents the next available host.
-
-
-
- Manages the hosts available for client side failover using the Sequential Failover method.
- The Sequential Failover method attempts to connect to the hosts specified in the list one after another until the initial host is reached.
-
-
-
-
- The initial host taken from the list.
-
-
-
-
- The index of the current host.
-
-
-
-
- The host for the current connection attempt.
-
-
-
-
- Sets the initial active host.
-
-
-
-
- Determines the next host.
-
- A object that represents the next available host.
-
-
-
- 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 Improper MySqlCommandBuilder state: adapter is null.
-
-
-
-
- Looks up a localized string similar to Improper MySqlCommandBuilder state: adapter's SelectCommand is null.
-
-
-
-
- Looks up a localized string similar to Invalid attempt to access a field before calling Read().
-
-
-
-
- Looks up a localized string similar to Authentication to host '{0}' for user '{1}' using method '{2}' failed with message: {3}.
-
-
-
-
- Looks up a localized string similar to Authentication method '{0}' not supported by any of the available plugins..
-
-
-
-
- Looks up a localized string similar to Version string not in acceptable format.
-
-
-
-
- Looks up a localized string similar to The buffer cannot be null.
-
-
-
-
- Looks up a localized string similar to The buffer is not large enough.
-
-
-
-
- Looks up a localized string similar to Canceling an executing query requires MySQL 5.0 or higher..
-
-
-
-
- Looks up a localized string similar to Canceling an active query is only supported on MySQL 5.0.0 and above. .
-
-
-
-
- Looks up a localized string similar to Parameters can only be derived for commands using the StoredProcedure command type..
-
-
-
-
- Looks up a localized string similar to MySqlCommandBuilder does not support multi-table statements.
-
-
-
-
- Looks up a localized string similar to MySqlCommandBuilder cannot operate on tables with no unique or key columns.
-
-
-
-
- Looks up a localized string similar to Chaos isolation level is not supported .
-
-
-
-
- Looks up a localized string similar to Clear-password authentication is not supported over insecure channels..
-
-
-
-
- Looks up a localized string similar to The CommandText property has not been properly initialized..
-
-
-
-
- Looks up a localized string similar to Compression is not supported..
-
-
-
-
- Looks up a localized string similar to The connection is already open..
-
-
-
-
- Looks up a localized string similar to Connection unexpectedly terminated..
-
-
-
-
- Looks up a localized string similar to Connection must be valid and open.
-
-
-
-
- Looks up a localized string similar to The connection is not open..
-
-
-
-
- Looks up a localized string similar to The connection property has not been set or is null..
-
-
-
-
- Looks up a localized string similar to Could not find specified column in results: {0}.
-
-
-
-
- Looks up a localized string similar to Count cannot be negative.
-
-
-
-
- Looks up a localized string similar to SetLength is not a valid operation on CompressedStream.
-
-
-
-
- Looks up a localized string similar to The given value was not in a supported format..
-
-
-
-
- Looks up a localized string similar to There is already an open DataReader associated with this Connection which must be closed first..
-
-
-
-
- Looks up a localized string similar to The default connection encoding was not found. Please report this as a bug along with your connection string and system details..
-
-
-
-
- Looks up a localized string similar to MySQL Connector/NET does not currently support distributed transactions..
-
-
-
-
- Looks up a localized string similar to Specifying multiple host names with DNS SRV lookup is not permitted..
-
-
-
-
- Looks up a localized string similar to Specifying a port number with DNS SRV lookup is not permitted..
-
-
-
-
- Looks up a localized string similar to Using Unix domain sockets with DNS SRV lookup is not permitted..
-
-
-
-
- Looks up a localized string similar to Unable to locate any hosts for {0}..
-
-
-
-
- Looks up a localized string similar to Connection option '{0}' is duplicated..
-
-
-
-
- Looks up a localized string similar to SSL connection option '{0}' is duplicated..
-
-
-
-
- Looks up a localized string similar to Encoding error during validation..
-
-
-
-
- Looks up a localized string similar to Error creating socket connection.
-
-
-
-
- Looks up a localized string similar to Verify that user '{0}'@'{1}' has enough privileges to execute..
-
-
-
-
- Looks up a localized string similar to Fatal error encountered during command execution..
-
-
-
-
- Looks up a localized string similar to Fatal error encountered during data read..
-
-
-
-
- Looks up a localized string similar to Fatal error encountered attempting to read the resultset..
-
-
-
-
- Looks up a localized string similar to File based certificates are only supported when connecting to MySQL Server 5.1 or greater..
-
-
-
-
- Looks up a localized string similar to The specified file cannot be converted to a certificate..
-
-
-
-
- Looks up a localized string similar to The specified file cannot be converted to a key..
-
-
-
-
- Looks up a localized string similar to Failed to read file at the specified location..
-
-
-
-
- Looks up a localized string similar to No file path has been provided for the connection option {0}..
-
-
-
-
- Looks up a localized string similar to From index and length use more bytes than from contains.
-
-
-
-
- Looks up a localized string similar to From index must be a valid index inside the from buffer.
-
-
-
-
- Looks up a localized string similar to Call to GetHostEntry failed after {0} while querying for hostname '{1}': SocketErrorCode={2}, ErrorCode={3}, NativeErrorCode={4}..
-
-
-
-
- Looks up a localized string similar to Retrieving procedure metadata for {0} from server..
-
-
-
-
- Looks up a localized string similar to Value has an unsupported format..
-
-
-
-
- Looks up a localized string similar to An incorrect response was received from the server..
-
-
-
-
- Looks up a localized string similar to Index and length use more bytes than to has room for.
-
-
-
-
- Looks up a localized string similar to Index must be a valid position in the buffer.
-
-
-
-
- Looks up a localized string similar to The provided key is invalid..
-
-
-
-
- Looks up a localized string similar to Certificate with Thumbprint '{0}' not found..
-
-
-
-
- Looks up a localized string similar to You have specified an invalid column ordinal..
-
-
-
-
- Looks up a localized string similar to The requested value '{0}' is invalid for the given keyword '{1}'..
-
-
-
-
- Looks up a localized string similar to The host name or IP address is invalid..
-
-
-
-
- Looks up a localized string similar to Microsecond must be a value between 0 and 999999..
-
-
-
-
- Looks up a localized string similar to Millisecond must be a value between 0 and 999. For more precision use Microsecond..
-
-
-
-
- Looks up a localized string similar to No other SSL options are accepted when SSL Mode is set to None..
-
-
-
-
- Looks up a localized string similar to Either provide a valid path for 'allowloadlocalinfileinpath' or enable 'allowloadlocalinfile'..
-
-
-
-
- Looks up a localized string similar to Procedure or function '{0}' cannot be found in database '{1}'..
-
-
-
-
- Looks up a localized string similar to The certificate is invalid..
-
-
-
-
- Looks up a localized string similar to Unable to validate the signature..
-
-
-
-
- Looks up a localized string similar to Unable to verify the signature..
-
-
-
-
- Looks up a localized string similar to Value '{0}' is not of the correct type..
-
-
-
-
- Looks up a localized string similar to Option "tls-version" can not be specified when SSL connections are disabled..
-
-
-
-
- Looks up a localized string similar to '{0}' not recognized as a valid TLS protocol version (should be one of TLSv1, TLSv1.1, TLSv1.2{1})..
-
-
-
-
- Looks up a localized string similar to '{0}' is an illegal value for a boolean option..
-
-
-
-
- Looks up a localized string similar to Keyword does not allow null values..
-
-
-
-
- Looks up a localized string similar to Option not supported..
-
-
-
-
- Looks up a localized string similar to Server asked for stream in response to LOAD DATA LOCAL INFILE, but the functionality is disabled by the client setting 'allowlocalinfile' to 'false'..
-
-
-
-
- Looks up a localized string similar to Mixing named and unnamed parameters is not allowed..
-
-
-
-
- Looks up a localized string similar to INTERNAL ERROR: More than one output parameter row detected..
-
-
-
-
- Looks up a localized string similar to Multiple simultaneous connections or connections with different connection strings inside the same transaction are not currently supported..
-
-
-
-
- Looks up a localized string similar to NamedPipeStream does not support seeking.
-
-
-
-
- Looks up a localized string similar to NamedPipeStream doesn't support SetLength.
-
-
-
-
- Looks up a localized string similar to The new value must be a MySqlParameter object..
-
-
-
-
- Looks up a localized string similar to Invalid attempt to call NextResult when the reader is closed..
-
-
-
-
- Looks up a localized string similar to When calling stored procedures and 'Use Procedure Bodies' is false, all parameters must have their type explicitly set..
-
-
-
-
- Looks up a localized string similar to Nested transactions are not supported..
-
-
-
-
- Looks up a localized string similar to The host {0} does not support SSL connections..
-
-
-
-
- Looks up a localized string similar to Unix sockets are not supported on Windows..
-
-
-
-
- Looks up a localized string similar to Cannot retrieve Windows identity for current user. Connections that use IntegratedSecurity cannot be pooled. Use either 'ConnectionReset=true' or 'Pooling=false' in the connection string to fix..
-
-
-
-
- Looks up a localized string similar to The object is not open or has been disposed..
-
-
-
-
- Looks up a localized string similar to The offset cannot be negative.
-
-
-
-
- Looks up a localized string similar to Offset must be a valid position in buffer.
-
-
-
-
- Looks up a localized string similar to Authentication with old password no longer supported, use 4.1 style passwords..
-
-
-
-
- Looks up a localized string similar to The option '{0}' is not currently supported..
-
-
-
-
- Looks up a localized string similar to Parameter '{0}' has already been defined..
-
-
-
-
- Looks up a localized string similar to Parameter cannot have a negative value.
-
-
-
-
- Looks up a localized string similar to Parameter cannot be null.
-
-
-
-
- Looks up a localized string similar to Parameter '{0}' can't be null or empty..
-
-
-
-
- Looks up a localized string similar to Parameter index was not found in Parameter Collection..
-
-
-
-
- Looks up a localized string similar to Parameter is invalid..
-
-
-
-
- Looks up a localized string similar to Parameter '{0}' must be defined..
-
-
-
-
- Looks up a localized string similar to Parameter '{0}' was not found during prepare..
-
-
-
-
- Looks up a localized string similar to Parameter can't be null or empty..
-
-
-
-
- Looks up a localized string similar to Password must be valid and contain length characters.
-
-
-
-
- Looks up a localized string similar to This category includes a series of counters for MySQL.
-
-
-
-
- Looks up a localized string similar to .NET Data Provider for MySQL.
-
-
-
-
- Looks up a localized string similar to The number of times a procedures metadata had to be queried from the server..
-
-
-
-
- Looks up a localized string similar to Hard Procedure Queries.
-
-
-
-
- Looks up a localized string similar to The number of times a procedures metadata was retrieved from the client-side cache..
-
-
-
-
- Looks up a localized string similar to Soft Procedure Queries.
-
-
-
-
- Looks up a localized string similar to same name are not supported..
-
-
-
-
- Looks up a localized string similar to Packets larger than max_allowed_packet are not allowed..
-
-
-
-
- Looks up a localized string similar to Reading from the stream has failed..
-
-
-
-
- Looks up a localized string similar to Invalid attempt to read a prior column using SequentialAccess.
-
-
-
-
- Looks up a localized string similar to Replicated connections allow only readonly statements..
-
-
-
-
- Looks up a localized string similar to Attempt to connect to '{0}' server failed..
-
-
-
-
- Looks up a localized string similar to No available server found..
-
-
-
-
- Looks up a localized string similar to Replication group '{0}' not found..
-
-
-
-
- Looks up a localized string similar to Replicated server not found: '{0}'.
-
-
-
-
- Looks up a localized string similar to Routine '{0}' cannot be found. Either check the spelling or make sure you have sufficient rights to execute the routine..
-
-
-
-
- Looks up a localized string similar to Attempt to call stored function '{0}' without specifying a return parameter.
-
-
-
-
- Looks up a localized string similar to Retrieval of the RSA public key is not enabled for insecure connections..
-
-
-
-
- Looks up a localized string similar to Connector/NET no longer supports server versions prior to 5.0.
-
-
-
-
- Looks up a localized string similar to Snapshot isolation level is not supported..
-
-
-
-
- Looks up a localized string similar to Socket streams do not support seeking.
-
-
-
-
- Looks up a localized string similar to Retrieving procedure metadata for {0} from procedure cache..
-
-
-
-
- Looks up a localized string similar to Stored procedures are not supported on this version of MySQL.
-
-
-
-
- Looks up a localized string similar to The certificate authority (CA) does not match..
-
-
-
-
- Looks up a localized string similar to The host name does not match the name on the certificate..
-
-
-
-
- Looks up a localized string similar to The certificate is not a certificate authority (CA)..
-
-
-
-
- Looks up a localized string similar to SSL Connection error..
-
-
-
-
- Looks up a localized string similar to The stream has already been closed.
-
-
-
-
- Looks up a localized string similar to The stream does not support reading.
-
-
-
-
- Looks up a localized string similar to The stream does not support writing.
-
-
-
-
- Looks up a localized string similar to String can't be empty..
-
-
-
-
- Looks up a localized string similar to Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding..
-
-
-
-
- Looks up a localized string similar to error connecting: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached..
-
-
-
-
- Looks up a localized string similar to All server connection attempts were aborted. Timeout of {0} seconds was exceeded for each selected server..
-
-
-
-
- Looks up a localized string similar to TLSv1.3 is supported in .NET Framework 4.8 or .NET Core 3.0..
-
-
-
-
- Looks up a localized string similar to No supported TLS protocol version found in the 'tls-versions' list..
-
-
-
-
- Looks up a localized string similar to {0}: Connection Closed.
-
-
-
-
- Looks up a localized string similar to Unable to trace. There are more than Int32.MaxValue connections in use..
-
-
-
-
- Looks up a localized string similar to {0}: Error encountered during row fetch. Number = {1}, Message={2}.
-
-
-
-
- Looks up a localized string similar to {0}: Connection Opened: connection string = '{1}'.
-
-
-
-
- Looks up a localized string similar to {0}: Error encountered attempting to open result: Number={1}, Message={2}.
-
-
-
-
- Looks up a localized string similar to {0}: Query Closed.
-
-
-
-
- Looks up a localized string similar to {0}: Query Normalized: {2}.
-
-
-
-
- Looks up a localized string similar to {0}: Query Opened: {2}.
-
-
-
-
- Looks up a localized string similar to {0}: Resultset Opened: field(s) = {1}, affected rows = {2}, inserted id = {3}.
-
-
-
-
- Looks up a localized string similar to {0}: Resultset Closed. Total rows={1}, skipped rows={2}, size (bytes)={3}.
-
-
-
-
- Looks up a localized string similar to {0}: Set Database: {1}.
-
-
-
-
- Looks up a localized string similar to {0}: Statement closed: statement id = {1}.
-
-
-
-
- Looks up a localized string similar to {0}: Statement executed: statement id = {1}.
-
-
-
-
- Looks up a localized string similar to {0}: Statement prepared: sql='{1}', statement id={2}.
-
-
-
-
- Looks up a localized string similar to {0}: Usage Advisor Warning: Query is using a bad index.
-
-
-
-
- Looks up a localized string similar to {0}: Usage Advisor Warning: The field '{2}' was converted to the following types: {3}.
-
-
-
-
- Looks up a localized string similar to {0}: Usage Advisor Warning: Query does not use an index.
-
-
-
-
- Looks up a localized string similar to {0}: Usage Advisor Warning: The following columns were not accessed: {2}.
-
-
-
-
- Looks up a localized string similar to {0}: Usage Advisor Warning: Skipped {2} rows. Consider a more focused query..
-
-
-
-
- Looks up a localized string similar to {0}: MySql Warning: Level={1}, Code={2}, Message={3}.
-
-
-
-
- Looks up a localized string similar to Type '{0}' is not derived from BaseCommandInterceptor.
-
-
-
-
- Looks up a localized string similar to Type '{0}' is not derived from BaseExceptionInterceptor.
-
-
-
-
- Looks up a localized string similar to Unable to connect to any of the specified MySQL hosts..
-
-
-
-
- Looks up a localized string similar to Unable to create plugin for authentication method '{0}'. Please see inner exception for details..
-
-
-
-
- Looks up a localized string similar to Unable to derive stored routine parameters. The 'Parameters' information schema table is not available and access to the stored procedure body has been disabled..
-
-
-
-
- Looks up a localized string similar to Unable to enable query analysis. Be sure the MySql.Data.EMTrace assembly is properly located and registered..
-
-
-
-
- Looks up a localized string similar to An error occured attempting to enumerate the user-defined functions. Do you have SELECT privileges on the mysql.func table?.
-
-
-
-
- Looks up a localized string similar to Unable to execute stored procedure '{0}'..
-
-
-
-
- Looks up a localized string similar to There was an error parsing the foreign key definition..
-
-
-
-
- Looks up a localized string similar to Error encountered reading the RSA public key..
-
-
-
-
- Looks up a localized string similar to Unable to retrieve stored procedure metadata for routine '{0}'. Either grant SELECT privilege to mysql.proc for this user or use "check parameters=false" with your connection string..
-
-
-
-
- Looks up a localized string similar to Unable to start a second async operation while one is running..
-
-
-
-
- Looks up a localized string similar to Unix sockets are not supported on Windows.
-
-
-
-
- Looks up a localized string similar to Unknown authentication method '{0}' was requested..
-
-
-
-
- Looks up a localized string similar to Unknown connection protocol.
-
-
-
-
- Looks up a localized string similar to Trying to upload a file from outside the path set on 'allowloadlocalinfileinpath' is invalid..
-
-
-
-
- Looks up a localized string similar to Value '{0}' is not of the correct type..
-
-
-
-
- Looks up a localized string similar to The requested column value could not be treated as or conveted to a Guid..
-
-
-
-
- Looks up a localized string similar to Windows authentication connections are not supported on {0}.
-
-
-
-
- Looks up a localized string similar to Writing to the stream failed..
-
-
-
-
- Looks up a localized string similar to Parameter '{0}' is not found but a parameter with the name '{1}' is found. Parameter names must include the leading parameter marker..
-
-
-
-
- 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 Appdata path is not defined..
-
-
-
-
- Looks up a localized string similar to Authentication failed using MYSQL41 and SHA256_MEMORY. Check the user name and password or try using a secure connection..
-
-
-
-
- Looks up a localized string similar to You can't get more sessions because Client is closed..
-
-
-
-
- Looks up a localized string similar to Client option '{0}' does not support value '{1}'..
-
-
-
-
- Looks up a localized string similar to Client option '{0}' is not recognized as valid..
-
-
-
-
- Looks up a localized string similar to {0} '{1}' does not exist in schema '{2}'..
-
-
-
-
- Looks up a localized string similar to Compression requested but the compression algorithm negotiation failed..
-
-
-
-
- Looks up a localized string similar to Compression using {0} is not supported..
-
-
-
-
- Looks up a localized string similar to Failed to load libzstd.dll. Removing zstd_stream from the client supported compression algorithms..
-
-
-
-
- Looks up a localized string similar to Compression using {0} is not supported in .NET Framework..
-
-
-
-
- Looks up a localized string similar to The connection property 'compression' acceptable values are: 'preferred', 'required' or 'disabled'. The value '{0}' is not acceptable..
-
-
-
-
- Looks up a localized string similar to Compression is not enabled..
-
-
-
-
- Looks up a localized string similar to Compression requested but the server does not support it..
-
-
-
-
- Looks up a localized string similar to There are still decompressed messages pending to be processed..
-
-
-
-
- Looks up a localized string similar to '{0}' cannot be set to false with DNS SRV lookup enabled..
-
-
-
-
- Looks up a localized string similar to Scheme '{0}' is not valid..
-
-
-
-
- Looks up a localized string similar to Duplicate key '{0}' used in "connection-attributes"..
-
-
-
-
- Looks up a localized string similar to Key name in connection attribute cannot be an empty string..
-
-
-
-
- Looks up a localized string similar to At least one option must be specified..
-
-
-
-
- Looks up a localized string similar to This feature is currently not supported..
-
-
-
-
- Looks up a localized string similar to This functionality is only supported in MySQL {0} and higher..
-
-
-
-
- Looks up a localized string similar to Collation with id '{0}' not found..
-
-
-
-
- Looks up a localized string similar to The value of "connection-attributes" must be either a boolean or a list of key-value pairs..
-
-
-
-
- Looks up a localized string similar to Connection Data is incorrect..
-
-
-
-
- Looks up a localized string similar to The connection string is invalid..
-
-
-
-
- Looks up a localized string similar to '{0}' is not a valid connection string attribute..
-
-
-
-
- Looks up a localized string similar to The connection timeout value must be a positive integer (including 0)..
-
-
-
-
- Looks up a localized string similar to Decimal (BCD) format is invalid..
-
-
-
-
- Looks up a localized string similar to Field type with name '{0}' not found..
-
-
-
-
- Looks up a localized string similar to Index type with name '{0}' not found..
-
-
-
-
- Looks up a localized string similar to The value provided is not a valid JSON document. {0}.
-
-
-
-
- Looks up a localized string similar to {0} is not a valid column name in the row..
-
-
-
-
- Looks up a localized string similar to {0} is not a valid index for the row..
-
-
-
-
- Looks up a localized string similar to Session state is not valid..
-
-
-
-
- Looks up a localized string similar to Invalid Uri .
-
-
-
-
- Looks up a localized string similar to Invalid uri query value.
-
-
-
-
- Looks up a localized string similar to Key names in "connection-attributes" cannot start with "_"..
-
-
-
-
- Looks up a localized string similar to Json configuration must contain 'uri' or 'host' but not both..
-
-
-
-
- Looks up a localized string similar to Keyword '{0}' not found..
-
-
-
-
- Looks up a localized string similar to Keyword not supported..
-
-
-
-
- Looks up a localized string similar to Field '{0}' is mandatory..
-
-
-
-
- Looks up a localized string similar to Missed required schema option..
-
-
-
-
- Looks up a localized string similar to More than one document id was generated. Please use the DocumentIds property instead..
-
-
-
-
- Looks up a localized string similar to There is no data at index {0}.
-
-
-
-
- Looks up a localized string similar to No 'host' has been specified..
-
-
-
-
- Looks up a localized string similar to No more data in resultset..
-
-
-
-
- Looks up a localized string similar to Object '{0}' not found.
-
-
-
-
- Looks up a localized string similar to No placeholders..
-
-
-
-
- Looks up a localized string similar to Connection closed. Reason: connection idle was too long.
-
-
-
-
- Looks up a localized string similar to Connection closed. Reason: connection was killed by a different session.
-
-
-
-
- Looks up a localized string similar to Connection closed. Reason: server was shutdown.
-
-
-
-
- Looks up a localized string similar to {0} must be a value greater than 0..
-
-
-
-
- Looks up a localized string similar to Path not found '{0}'..
-
-
-
-
- Looks up a localized string similar to Queue timeout expired. The timeout period elapsed prior to getting a session from the pool..
-
-
-
-
- Looks up a localized string similar to Providing a port number as part of the host address isn't supported when using connection strings in basic format or anonymous objects. Use URI format instead..
-
-
-
-
- Looks up a localized string similar to You must either assign no priority to any of the hosts or give a priority for every host..
-
-
-
-
- Looks up a localized string similar to The priority must be between 0 and 100..
-
-
-
-
- Looks up a localized string similar to ProgramData path is not defined..
-
-
-
-
- Looks up a localized string similar to The server doesn't support the requested operation. Please update the MySQL Server, client library, or both..
-
-
-
-
- Looks up a localized string similar to The process of closing the resultset and resulted in results being lost..
-
-
-
-
- Looks up a localized string similar to All server connection attempts were aborted. Timeout of {0} milliseconds was exceeded for each selected server..
-
-
-
-
- Looks up a localized string similar to All server connection attempts were aborted. Timeout was exceeded for each selected server..
-
-
-
-
- Looks up a localized string similar to Connection attempt to the server was aborted. Timeout of {0} milliseconds was exceeded..
-
-
-
-
- Looks up a localized string similar to Connection attempt to the server was aborted. Timeout was exceeded..
-
-
-
-
- Looks up a localized string similar to Unable to connect to any specified host..
-
-
-
-
- Looks up a localized string similar to Unable to read or decode data value..
-
-
-
-
- Looks up a localized string similar to Unable to open a session..
-
-
-
-
- Looks up a localized string similar to Unexpected end of packet found while reading data values.
-
-
-
-
- Looks up a localized string similar to Field name '{0}' is not allowed..
-
-
-
-
- Looks up a localized string similar to Unknown placeholder :{0}.
-
-
-
-
- Looks up a localized string similar to Value '{0}' is not of the correct type..
-
-
-
-
- Summary description for MySqlUInt64.
-
-
-
-
- An exception thrown by MySQL when a type conversion does not succeed.
-
-
-
- Initializes a new instance of the class with a specified error message.
- Message describing the error.
-
-
-
- Represents a datetime data type object in a MySql database.
-
-
-
-
- Defines whether the UTF or local timezone will be used.
-
-
-
-
- Constructs a new MySqlDateTime object by setting the individual time properties to
- the given values.
-
- The year to use.
- The month to use.
- The day to use.
- The hour to use.
- The minute to use.
- The second to use.
- The microsecond to use.
-
-
-
- Constructs a new MySqlDateTime object by using values from the given object.
-
- The object to copy.
-
-
-
- Constructs a new MySqlDateTime object by copying the current value of the given object.
-
- The MySqlDateTime object to copy.
-
-
-
- Enables the contruction of a MySqlDateTime object by parsing a string.
-
-
-
-
- Indicates if this object contains a value that can be represented as a DateTime
-
-
-
- Returns the year portion of this datetime
-
-
- Returns the month portion of this datetime
-
-
- Returns the day portion of this datetime
-
-
- Returns the hour portion of this datetime
-
-
- Returns the minute portion of this datetime
-
-
- Returns the second portion of this datetime
-
-
-
- Returns the milliseconds portion of this datetime
- expressed as a value between 0 and 999
-
-
-
-
- Returns the microseconds portion of this datetime (6 digit precision)
-
-
-
-
- Returns true if this datetime object has a null value
-
-
-
-
- Retrieves the value of this as a DateTime object.
-
-
-
- Returns this value as a DateTime
-
-
- Returns a MySQL specific string representation of this value
-
-
-
-
-
-
-
-
- Represents a decimal data type object in a MySql database.
-
-
-
-
- Gets a boolean value signaling if the type is null.
-
-
-
-
- Gets or sets the decimal precision of the type.
-
-
-
-
- Gets or sets the scale of the type.
-
-
-
-
- Gets the decimal value associated to this type.
-
-
-
-
- Converts this decimal value to a double value.
-
- The value of this type converted to a dobule value.
-
-
-
- Represents a geometry data type object in a MySql database.
-
-
-
-
- Gets the x coordinate.
-
-
-
-
- Gets the y coordinate.
-
-
-
-
- Gets the SRID value.
-
-
-
-
- Gets a boolean value that signals if the type is null.
-
-
-
-
- Gets the value associated to this type.
-
-
-
-
- Gets the value associated to this type.
-
-
-
- Returns the Well-Known Text representation of this value
- POINT({0} {1})", longitude, latitude
- http://dev.mysql.com/doc/refman/4.1/en/gis-wkt-format.html
-
-
-
- Get value from WKT format
- SRID=0;POINT (x y) or POINT (x y)
-
- WKT string format
-
-
-
- Try to get value from WKT format
- SRID=0;POINT (x y) or POINT (x y)
-
- WKT string format
- Out mysqlGeometryValue
-
-
-
- Sets the DSInfo when GetSchema is called for the DataSourceInformation collection.
-
-
-
-
- Gets the well-known text representation of the geomtry object.
-
- A string representation of the WKT.
-
-
-
- Enables X Protocol packets from the network stream to be retrieved and processed
-
-
-
-
- The instance of the stream that holds the network connection with MySQL Server.
-
-
-
-
- This field is used to enable compression and decompression actions in the communication channel.
-
-
-
-
- A Queue to store the pending packets removed from the
-
-
-
-
- Creates a new instance of XPacketProcessor.
-
- The stream to be used as communication channel.
-
-
-
- Creates a new instance of XPacketProcessor.
-
- The stream to be used as communication channel.
- The XCompressionController to be used for compression actions.
-
-
-
- Identifies the kind of packet received over the network and execute
- the corresponding processing.
-
-
-
-
- Reads data from the network stream and create a packet of type .
-
- A .
-
-
-
- Sends the read/write actions to the MyNetworkStream class.
-
-
-
-
- Reads the pending packets present in the network channel and processes them accordingly.
-
-
-
-
- Implementation of EXTERNAL authentication type.
-
-
-
-
- Implementation of MySQL41 authentication type.
-
-
-
-
- Implementation of PLAIN authentication type.
-
-
-
-
- Compares two Guids in string format.
-
- The first string to compare.
- The first string to compare.
- An integer that indicates the lexical relationship between the two comparands, similar to
-
-
-
- Compares two objects.
-
- The first to compare.
- The second to compare.
- An integer that indicates the lexical relationship between the two comparands, similar to
-
-
-
- Provides functionality for loading unmanaged libraries.
-
-
-
-
- Loads the specified unmanaged library from the embedded resources.
-
- The application name.
- The library name.
-
-
-
- Provides support for configuring X Protocol compressed messages.
-
-
-
-
- The capabilities sub-key used to specify the compression algorithm.
-
-
-
-
- The capabilities key used to specify the compression capability.
-
-
-
-
- Messages with a value lower than this threshold will not be compressed.
-
-
-
-
- Default value for enabling or disabling combined compressed messages.
-
-
-
-
- Default value for the maximum number of combined compressed messages contained in a compression message.
-
-
-
-
- The capabilities sub-key used to specify if combining compressed messages is permitted.
-
-
-
-
- The capabilities sub-key used to specify the maximum number of compressed messages contained in a compression message.
-
-
-
-
- Buffer used to store the data received from the server.
-
-
-
-
- Deflate stream used for compressing data.
-
-
-
-
- Deflate stream used for decompressing data.
-
-
-
-
- Flag indicating if the initialization is for compression or decompression.
-
-
-
-
- Stores the communication packet generated the last time ReadNextBufferedMessage method was called.
-
-
-
-
- Indicates if the libzstd.dll has been loaded.
-
-
-
-
- Stream used to store multiple X Protocol messages.
-
-
-
-
- ZStandard stream used for decompressing data.
-
-
-
-
- Main constructor used to set the compression algorithm and initialize the list of messages to
- be compressed by the client.
-
- The compression algorithm to use.
- Flag indicating if the initialization is for compression or decompression.
-
-
-
- Gets or sets the list of messages that should be compressed by the client when compression is enabled.
-
-
-
-
- Gets or sets the compression algorithm.
-
-
-
-
- Flag indicating if compression is enabled.
-
-
-
-
- Flag indicating if the last decompressed message contains multiple messages.
-
-
-
-
- General method used to compress data using the compression algorithm defined in the constructor.
-
- The data to compress.
- A compressed byte array.
-
-
-
- Compresses data using the deflate_stream algorithm.
-
- The data to compress.
- A compressed byte array.
-
-
-
- Compresses data using the lz4_message algorithm.
-
- The data to compress.
- A compressed byte array.
-
-
-
- Compresses data using the zstd_stream algorithm.
-
- The data to compress.
- A compressed byte array.
-
-
-
- General method used to decompress data using the compression algorithm defined in the constructor.
-
- The data to decompress.
- The expected length of the decompressed data.
- A decompressed byte array.
-
-
-
- Decompresses data using the deflate_stream compression algorithm.
-
- The data to decompress.
- The expected length of the decompressed data.
- A decompressed byte array.
-
-
-
- Decompresses data using the lz4_message compression algorithm.
-
- The data to decompress.
- The expected length of the decompressed data.
- A decompressed byte array.
-
-
-
- Decompresses data using the zstd_stream compression algorithm.
-
- The data to decompress.
- The expected length of the decompressed data.
- A decompressed byte array.
-
-
-
- Closes and disposes of any open streams.
-
-
-
-
- Gets the byte array representing the next X Protocol frame that is stored in cache.
-
- A byte array representing an X Protocol frame.
-
-
-
- Gets a representing the next X Protocol frame that is stored in cache.
-
- A with the next X Protocol frame.
-
-
-
- Loads the libzstd.dll assembly.
-
-
-
-
- Constructor that sets the stream used to read or write data.
-
- The stream used to read or write data.
-
-
-
- Constructor that sets the stream used to read or write data and the compression controller.
-
- The stream used to read or write data.
- The compression controller.
-
-
-
- Gets or sets the compression controller uses to manage compression operations.
-
-
-
-
- Writes X Protocol frames to the X Plugin.
-
- The integer representation of the client message identifier used for the message.
- The message to include in the X Protocol frame.
-
-
-
- Writes X Protocol frames to the X Plugin.
-
- The client message identifier used for the message.
- The message to include in the X Protocol frame.
-
-
-
- Reads X Protocol frames incoming from the X Plugin.
-
- A instance representing the X Protocol frame that was read.
-
-
-
- Abstract class for the protocol base operations in client/server communication.
-
-
-
-
- Expression parser for MySQL-X protocol.
-
-
- string being parsed.
-
-
- Token stream produced by lexer.
-
-
- Parser's position in token stream.
-
-
- Mapping of names to positions for named placeholders. Used for both string values ":arg" and numeric values ":2".
-
-
- Number of positional placeholders.
-
-
- Are relational columns identifiers allowed?
-
-
- Token types used by the lexer.
-
-
- Token. Includes type and string value of the token.
-
-
- Mapping of reserved words to token types.
-
-
- Does the next character equal the given character? (respects bounds)
-
-
- Helper function to match integer or floating point numbers. This function should be called when the position is on the first character of the number (a
- digit or '.').
-
- @param i The current position in the string
- @return the next position in the string after the number.
-
-
- Lexer for MySQL-X expression language.
-
-
- Assert that the token at pos is of type type.
-
-
- Does the current token have type `t'?
-
-
- Does the next token have type `t'?
-
-
- Does the token at position `pos' have type `t'?
-
-
- Consume token.
-
- @return the string value of the consumed token
-
-
- Parse a paren-enclosed expression list. This is used for function params or IN params.
-
- @return a List of expressions
-
-
- Parse a function call of the form: IDENTIFIER PAREN_EXPR_LIST.
-
- @return an Expr representing the function call.
-
-
- Parse an identifier for a function call: [schema.]name
-
-
- Parse a document path member.
-
-
- Parse a document path array index.
-
-
- Parse a JSON-style document path, like WL#7909, but prefix by @. instead of $.
-
-
- Parse a document field.
-
-
- Parse a column identifier (which may optionally include a JSON document path).
-
-
- Build a unary operator expression.
-
-
- Parse an atomic expression. (c.f. grammar at top)
-
-
- Parse a left-associated binary operator.
-
- @param types
- The token types that denote this operator.
- @param innerParser
- The inner parser that should be called to parse operands.
- @return an expression tree of the binary operator or a single operand
-
-
- Parse the entire string as an expression.
-
- @return an X-protocol expression tree
-
-
-
- Parse an ORDER BY specification which is a comma-separated list of expressions, each may be optionally suffixed by ASC/DESC.
-
-
- Parse a SELECT projection which is a comma-separated list of expressions, each optionally suffixed with a target alias.
-
-
- Parse an INSERT field name.
- @todo unit test
-
-
- Parse an UPDATE field which can include can document paths.
-
-
- Parse a document projection which is similar to SELECT but with document paths as the target alias.
-
-
- Parse a list of expressions used for GROUP BY.
-
-
- @return the number of positional placeholders in the expression.
-
-
- @return a mapping of parameter names to positions.
-
-
- Proto-buf helper to build a LITERAL Expr with a Scalar NULL type.
-
-
- Proto-buf helper to build a LITERAL Expr with a Scalar DOUBLE type (wrapped in Any).
-
-
- Proto-buf helper to build a LITERAL Expr with a Scalar SINT (signed int) type (wrapped in Any).
-
-
- Proto-buf helper to build a LITERAL Expr with a Scalar UINT (unsigned int) type (wrapped in Any).
-
-
- Proto-buf helper to build a LITERAL Expr with a Scalar STRING type (wrapped in Any).
-
-
- Proto-buf helper to build a LITERAL Expr with a Scalar OCTETS type (wrapped in Any).
-
-
- Proto-buf helper to build a LITERAL Expr with a Scalar BOOL type (wrapped in Any).
-
-
- Wrap an Any value in a LITERAL expression.
-
-
- Build an Any with a string value.
-
-
-
- Parses an anonymous object into a dictionary.
-
- The object to parse.
- A dictionary if the provided object is an anonymous object; otherwise, null.
-
-
- List of operators which will be serialized as infix operators.
-
-
- Scalar to string.
-
-
- JSON document path to string.
-
-
- Column identifier (or JSON path) to string.
-
-
- Function call to string.
-
-
- Create a string from a list of (already stringified) parameters. Surround by parens and separate by commas.
-
-
- Convert an operator to a string. Includes special cases for chosen infix operators (AND, OR) and special forms such as LIKE and BETWEEN.
-
-
- Escape a string literal.
-
-
- Quote a named identifer.
-
-
- Serialize an expression to a string.
-
-
-
- Build the message to be sent to MySQL Server to execute statement "Create" or "Modify" collection with schema options
-
- The namespace
- The name of the command to be executed on MySql Server
- Array of KeyValuePairs with the parameters required to build the message
- void.
-
-
-
- Sends the delete documents message
-
-
-
-
- Sends the CRUD modify message
-
-
-
-
- Class implementation for a default communication kind.
-
-
-
-
- Constructor method for the communication routing service
-
- A MySqlXConnectionStringBuilder setted with the information to use in the connection
-
-
-
- Gets the current connection base on the connection mode
-
- One of the values of ConnectionMode Offline, ReadOnly, WriteOnly, ReadWrite
-
-
-
-
- Abstract class used to define the kind of server in environments with multiple types of distributed systems.
-
-
-
-
- Main class for parsing json strings.
-
-
-
-
- Initializes a new instance of the JsonParser class.
-
-
-
-
- Parses the received string into a dictionary.
-
- The string to parse.
- A object that represents the parsed string.
-
-
-
- Abstract class to manage and encapsulate one or more actual connections.
-
-
-
-
- Creates a new session object with the values of the settings parameter.
-
- Settings to be used in the session object
-
-
-
- Sets the connection's charset default collation.
-
- The opened session.
- The character set.
-
-
-
- Gets the version of the server.
-
- An instance of containing the server version.
-
-
-
- Gets the thread Id of the connection.
-
- Thread Id
-
-
-
- Implementation class for object that manages low-level work of queuing tasks onto threads.
-
-
-
-
- Implementation class of InternalSession to manage connections using the Xprotocol type object.
-
-
-
-
- Defines the compression controller that will be passed on the instance when
- compression is enabled.
-
-
-
-
- Defines the compression controller that will be passed on the instance when
- compression is enabled.
-
-
-
-
- Reorder the list of algorithms retrieved from server to the preferred order
-
-
-
-
- Validate the algorithms given in the connection string are valid compared with enum CompressionAlgorithms
-
-
-
-
- Negotiates compression capabilities with the server.
-
- An array containing the compression algorithms supported by the server.
- An array containing the compression algorithms given by user/client.
-
-
-
- Prepare the dictionary of arguments required to create a MySQL message.
-
- The name of the MySQL schema.
- The name of the collection.
- This object hold the parameters required to create the collection.
-
- Collection referente.
-
-
-
- Prepare the dictionary of arguments required to Modify a MySQL message.
-
- The name of the MySQL schema.
- The name of the collection.
- This object hold the parameters required to Modify the collection.
-
-
-
-
- Gets the compression algorithm being used to compress or decompress data.
-
- Flag to indicate if the compression algorithm should be
- retrieved from the reader or writer controller.
- The name of the compression algorithm being used if any.
- null if no compression algorithm is being used.
-
-
-
- Represents a base class for a Session.
-
-
-
-
- Flag to set if prepared statements are supported.
-
-
-
-
- Gets the connection settings for this session.
-
-
-
-
- Gets the currently active schema.
-
-
-
-
- Gets the default schema provided when creating the session.
-
-
-
-
- Gets the connection uri representation of the connection options provided during the creation of the session.
-
-
-
-
- Initializes a new instance of the BaseSession class based on the specified connection string.
-
- The connection used to create the session.
- A object.
- is null.
- Unable to parse the when
- in URI format.
-
- When using Unix sockets the protocol=unix or protocol=unixsocket connection option is required.
- This will enable elements passed in the server connection option to be treated as Unix sockets. The user is also required
- to explicitly set sslmode to none since X Plugin does not support SSL when using Unix sockets. Note that
- protocol=unix and protocol=unixsocket are synonyms.
-
- Multiple hosts can be specified as part of the ,
- which enables client-side failover when trying to establish a connection.
-
- Connection URI examples:
- - mysqlx://test:test@[192.1.10.10,localhost]
- - mysqlx://test:test@[192.1.10.10,127.0.0.1]
- - mysqlx://root:@[../tmp/mysqlx.sock,/tmp/mysqld.sock]?protocol=unix&sslmode=none
- - mysqlx://test:test@[192.1.10.10:33060,127.0.0.1:33060]
- - mysqlx://test:test@[192.1.10.10,120.0.0.2:22000,[::1]:33060]/test?connectiontimeout=10
- - mysqlx://test:test@[(address=server.example,priority=20),(address=127.0.0.1,priority=100)]
- - mysqlx://test:test@[(address=server.example,priority=100),(address=127.0.0.1,priority=75),(address=192.0.10.56,priority=25)]
-
-
- Connection string examples:
- - server=10.10.10.10,localhost;port=33060;uid=test;password=test;
- - host=10.10.10.10,192.101.10.2,localhost;port=5202;uid=test;password=test;
- - host=./tmp/mysqld.sock,/var/run/mysqldx.sock;port=5202;uid=root;protocol=unix;sslmode=none;
- - server=(address=server.example,priority=20),(address=127.0.0.1,priority=100);port=33060;uid=test;password=test;
- - server=(address=server.example,priority=100),(address=127.0.0.1,priority=75),(address=192.0.10.56,priority=25);port=33060;uid=test;password=test;
-
-
- Failover methods
- - Sequential: Connection attempts will be performed in a sequential order, that is, one after another until
- a connection is successful or all the elements from the list have been tried.
-
- - Priority based: If a priority is provided, the connection attemps will be performed in descending order, starting
- with the host with the highest priority. Priority must be a value between 0 and 100. Additionally, it is required to either
- give a priority for every host or no priority to any host.
-
-
-
-
-
- Initializes a new instance of the BaseSession class based on the specified anonymous type object.
-
- The connection data as an anonymous type used to create the session.
- A object.
- is null.
-
- Multiple hosts can be specified as part of the , which enables client-side failover when trying to
- establish a connection.
-
- To assign multiple hosts, create a property similar to the connection string examples shown in
- . Note that the value of the property must be a string.
-
-
-
-
-
- Drops the database/schema with the given name.
-
- The name of the schema.
- is null.
-
-
-
- Creates a schema/database with the given name.
-
- The name of the schema/database.
- A object that matches the recently created schema/database.
-
-
-
- Gets the schema with the given name.
-
- The name of the schema.
- A object set with the provided schema name.
-
-
-
- Gets a list of schemas (or databases) in this session.
-
- A list containing all existing schemas (or databases).
-
-
-
- Starts a new transaction.
-
-
-
-
- Commits the current transaction.
-
- A object containing the results of the commit operation.
-
-
-
- Rolls back the current transaction.
-
-
-
-
- Closes this session or releases it to the pool.
-
-
-
-
- Closes this session
-
-
-
-
- Sets a transaction savepoint with an autogenerated name.
-
- The autogenerated name of the transaction savepoint.
-
-
-
- Sets a named transaction savepoint.
-
- The name of the transaction savepoint.
- The name of the transaction savepoint.
-
-
-
- Removes the named savepoint from the set of savepoints within the current transaction.
-
- The name of the transaction savepoint.
-
-
-
- Rolls back a transaction to the named savepoint without terminating the transaction.
-
- The name of the transaction savepoint.
-
-
-
- Parses the connection data.
-
- The connection string or connection URI.
- A object.
- An updated connection string representation of the provided connection string or connection URI.
-
-
-
- Parses a connection URI.
-
- The connection URI to parse.
- The connection string representation of the provided .
-
-
-
- Validates if the string provided is a Unix socket file.
-
- The Unix socket to evaluate.
- true if is a valid Unix socket; otherwise, false.
-
-
-
- Converts the URI object into a connection string.
-
- An instance with the values for the provided connection options.
- The path of the Unix socket file.
- If true the replaces the value for the server connection option; otherwise, false
- Flag indicating if this is a connection using DNS SRV.
- A connection string.
-
-
-
- Parses a connection string.
-
- The connection string to parse.
- The parsed connection string.
-
-
-
- Normalizes the Unix socket by removing leading and ending parenthesis as well as removing special characters.
-
- The Unix socket to normalize.
- A normalized Unix socket.
-
-
-
- Disposes the current object. Disposes of the managed state if the flag is set to true.
-
- Flag to indicate if the managed state is to be disposed.
-
-
-
- Disposes the current object. Code added to correctly implement the disposable pattern.
-
-
-
-
- Describes the state of the session.
-
-
-
-
- The session is closed.
-
-
-
-
- The session is open.
-
-
-
-
- The session object is connecting to the data source.
-
-
-
-
- The session object is executing a command.
-
-
-
-
- Class encapsulating a session pooling functionality.
-
-
-
-
- Queue of demoted hosts.
-
-
-
-
- List of hosts that will be attempted to connect to.
-
-
-
-
- Timer to be used when a host have been demoted.
-
-
-
-
- Remove hosts from the demoted list that have already been there for more
- than 120,000 milliseconds and add them to the available hosts list.
-
-
-
-
- Get a session from pool or create a new one.
-
-
-
-
-
- Closes all sessions the Client object created and destroys the managed pool.
-
-
-
-
- Represents a collection of documents.
-
-
-
-
- Creates an containing the provided objects that can be used to add
- one or more items to a collection.
-
- The objects to add.
- An object containing the objects to add.
- is null.
- This method can take anonymous objects, domain objects, or just plain JSON strings.
- The statement can be further modified before execution.
-
-
-
- Creates a with the given condition that can be used to remove
- one or more documents from a collection.The statement can then be further modified before execution.
-
- The condition to match documents.
- A object set with the given condition.
- is null or white space.
- The statement can then be further modified before execution.
-
-
-
- Removes the document with the given identifier.
-
- The unique identifier of the document to replace.
- A object containing the results of the execution.
- is null or white space.
- This is a direct execution method.
-
-
-
- Creates a with the given condition that can be used to modify one or more
- documents from a collection.
-
- The condition to match documents.
- A object set with the given condition.
- is null or white space.
- The statement can then be further modified before execution.
-
-
-
- Replaces the document matching the given identifier.
-
- The unique identifier of the document to replace.
- The document to replace the matching document.
- A object containing the results of the execution.
- is null or whitespace.
- is null.
- This is a direct execution method. Operation succeeds even if no matching document was found;
- in which case, the Result.RecordsAffected property is zero. If the new document contains an identifier, the value
- is ignored.
-
-
-
- Adds the given document to the collection unless the identifier or any other field that has a unique index
- already exists, in which case it will update the matching document.
-
- The unique identifier of the document to replace.
- The document to replace the matching document.
- A object containing the results of the execution.
- The server version is lower than 8.0.3.
- is null or white space.
- is null.
- The is different from the one in .
- This is a direct execution method.
-
-
-
- Returns the number of documents in this collection on the server.
-
- The number of documents found.
-
-
-
- Creates a with the given condition which can be used to find documents in a
- collection.
-
- An optional condition to match documents.
- A object set with the given condition.
- The statement can then be further modified before execution.
-
-
-
- Creates an index based on the properties provided in the JSON document.
-
- The index name.
- JSON document describing the index to be created.
-
- is a JSON document with the following fields:
-
- - fields: array of IndexField objects, each describing a single document member to be
- included in the index (see below).
- - type: string, (optional) the type of index. One of INDEX or SPATIAL. Default is INDEX and may
- be omitted.
-
-
- A single IndexField description consists of the following fields:
-
- - field: string, the full document path to the document member or field to be indexed.
- - type: string, one of the supported SQL column types to map the field into (see the following list).
- For numeric types, the optional UNSIGNED keyword may follow. For the TEXT type, the length to consider for
- indexing may be added.
- - required: bool, (optional) true if the field is required to exist in the document. defaults to
- false, except for GEOJSON where it defaults to true.
- - options: int, (optional) special option flags for use when decoding GEOJSON data.
- - srid: int, (optional) srid value for use when decoding GEOJSON data.
-
-
- Supported SQL column types:
-
- - INT [UNSIGNED]
- - TINYINT [UNSIGNED]
- - SMALLINT [UNSIGNED]
- - MEDIUMINT [UNSIGNED]
- - INTEGER [UNSIGNED]
- - BIGINT [UNSIGNED]
- - REAL [UNSIGNED]
- - FLOAT [UNSIGNED]
- - DOUBLE [UNSIGNED]
- - DECIMAL [UNSIGNED]
- - NUMERIC [UNSIGNED]
- - DATE
- - TIME
- - TIMESTAMP
- - DATETIME
- - TEXT[(length)]
- - CHAR[(lenght)]
- - GEOJSON (extra options: options, srid)
-
-
-
-
-
- Drops a collection index.
-
- The index name.
- is null or white space.
-
-
-
- Verifies if the current collection exists in the server schema.
-
- true if the collection exists; otherwise, false.
-
-
-
- Returns the document with the given identifier.
-
- The unique identifier of the document to replace.
- A object if a document matching given identifier exists; otherwise, null.
- is null or white space.
- This is a direct execution method.
-
-
-
- Base abstract class that defines elements inherited by all result types.
-
-
-
-
- Gets the number of records affected by the statement that generated this result.
-
-
-
-
- Gets the object of the session.
-
-
-
-
- Gets a read-only collection of objects derived from statement execution.
-
-
-
-
- Gets the number of warnings in the collection derived from statement execution.
-
-
-
-
- No action is performed by this method. It is intended to be overriden by child classes if required.
-
-
-
-
- Base abstract class for API statement.
-
-
-
-
-
- Initializes a new instance of the BaseStatement class based on the specified session.
-
- The session where the statement will be executed.
-
-
-
- Gets the that owns the statement.
-
-
-
-
- Executes the base statements. This method is intended to be defined by child classes.
-
- A result object containing the details of the execution.
-
-
-
- Executes a statement asynchronously.
-
- A result object containing the details of the execution.
-
-
-
- Validates if the session is open and valid.
-
-
-
-
- Sets the status as Changed for prepared statement validation.
-
-
-
-
- Converts a statement to prepared statement for a second execution
- without any change but Bind, Limit, or Offset.
-
-
-
-
- Abstract class for buffered results.
-
- Generic result type.
-
-
-
- Index of the current item.
-
-
-
-
- List of generic items in this buffered result.
-
-
-
-
- Flag that indicates if all items have been read.
-
-
-
-
- Gets a dictionary containing the column names and their index.
-
-
-
-
- Gets the page size set for this buffered result.
-
-
-
-
- Loads the column data into the field.
-
-
-
-
- Retrieves a read-only list of the generic items associated to this buffered result.
-
- A generic list representing items in this buffered result.
-
-
-
- Retrieves one element from the generic items associated to this buffered result.
-
- A generic object that corresponds to the current or default item.
-
-
-
- Determines if all items have already been read.
-
- True if all items have been retrived, false otherwise.
-
-
-
- Gets the current item.
-
- All items have already been read.
-
-
-
- Determines if all items have already been read.
-
- True if all items have been retrived, false otherwise.
-
-
-
- Resets the value of the field to zero.
-
-
-
-
- Gets an representation of this object.
-
- An representation of this object.
-
-
-
- Gets an representation of this object.
-
- An representation of this object.
-
-
-
- Retrieves a read-only list of the generic items associated to this buffered result.
-
- A generic list representing items in this buffered result.
-
-
-
- No body has been defined for this method.
-
-
-
-
- This object store the required parameters to create a Collection with schema validation.
-
-
-
-
- If false, throws an exception if the collection exists.
-
-
-
-
- Object which hold the Level and Schema parameters.
-
-
-
-
- This object store the required parameters to modify a Collection with schema validation.
-
-
-
-
- This object store the required parameters to Modify a Collection with schema validation.
-
-
-
-
- This object store the required parameters to create a Collection with schema validation.
-
-
-
-
- It can be STRICT to enable schema validation or OFF to disable .
-
-
-
-
- The JSON which define the rules to be validated in the collection.
-
-
-
-
- The possible values for parameter Level in Validation object.
-
-
-
-
- Class to represent an error in this result.
-
-
-
-
- Numeric code.
-
-
-
-
- Return code indicating the outcome of the executed SQL statement.
-
-
-
-
- Error message.
-
-
-
-
- Initializes a new instance of the ErrorInfo class.
-
-
-
-
- Abstract class for filterable statements.
-
- The filterable statement.
- The database object.
- The type of result.
-
-
-
- Initializes a new instance of the FiltarableStatement class based on the target and condition.
-
- The database object.
- The optional filter condition.
-
-
-
- Enables the setting of Where condition for this operation.
-
- The Where condition.
- The implementing statement type.
-
-
-
- Sets the number of items to be returned by the operation.
-
- The number of items to be returned.
- The implementing statement type.
- is equal or lower than 0.
-
-
-
- Sets the number of items to be skipped before including them into the result.
-
- The number of items to be skipped.
- The implementing statement type.
-
-
-
- Binds the parameter values in filter expression.
-
- The parameter name.
- The value of the parameter.
- A generic object representing the implementing statement type.
-
-
-
- Binds the parameter values in filter expression.
-
- The parameters as a DbDoc object.
- A generic object representing the implementing statement type.
-
-
-
- Binds the parameter values in filter expression.
-
- The parameters as a JSON string.
- The implementing statement type.
-
-
-
- Binds the parameter values in filter expression.
-
- The parameters as an anonymous object: new { param1 = value1, param2 = value2, ... }.
- The implementing statement type.
-
-
-
- Executes the statement.
-
- The function to execute.
- The generic object to use.
- A generic result object containing the results of the execution.
-
-
-
- Clones the filterable data but Session and Target remain the
- same.
-
- A clone of this filterable statement.
-
-
-
- Represents a general statement result.
-
-
-
-
- Gets the last inserted identifier (if there is one) by the statement that generated this result.
-
-
-
-
- Gets the list of generated identifiers in the order of the Add() calls.
-
-
-
-
- Abstract class to select a database object target.
-
- The database object.
- The execution result.
-
-
-
- Initializes a new instance of the TargetedBaseStatement class based on the provided target.
-
- The database object.
-
-
-
- Gets the database target.
-
-
-
-
- Represents a warning in this result.
-
-
-
-
- Numeric value associated to the warning message.
-
-
-
-
- Error message.
-
-
-
-
- Strict level for the warning.
-
-
-
-
- Initializes a new instance of the WarningInfo class based on the code and msg.
-
- The code for the warning.
- The error message for the warning.
-
-
-
- Represents a chaining collection insert statement.
-
-
-
-
- Adds documents to the collection.
-
- The documents to add.
- This object.
- The array is null.
-
-
-
- Executes the Add statement.
-
- A object containing the results of the execution.
-
-
-
- Implementation class for CRUD statements with collections using an index.
-
-
-
-
- Executes this statement.
-
- A object containing the results of the execution.
-
-
-
- Represents a collection statement.
-
-
-
-
-
- Converts base s into objects.
-
- Array of objects to be converted to objects.
- An enumerable collection of objects.
-
-
-
- Represents the result of an operation that includes a collection of documents.
-
-
-
-
- Represents a chaining collection find statement.
-
-
-
-
- List of column projections that shall be returned.
-
- List of columns.
- This object set with the specified columns or fields.
-
-
-
- Executes the Find statement.
-
- A object containing the results of execution and data.
-
-
-
- Locks matching rows against updates.
-
- Optional row lock option to use.
- This same object set with the lock shared option.
- The server version is lower than 8.0.3.
-
-
-
- Locks matching rows so no other transaction can read or write to it.
-
- Optional row lock option to use.
- This same object set with the lock exclusive option.
- The server version is lower than 8.0.3.
-
-
-
- Sets the collection aggregation.
-
- The field list for aggregation.
- This same object set with the specified group-by criteria.
-
-
-
- Filters criteria for aggregated groups.
-
- The filter criteria for aggregated groups.
- This same object set with the specified filter criteria.
-
-
-
- Sets user-defined sorting criteria for the operation. The strings use normal SQL syntax like
- "order ASC" or "pages DESC, age ASC".
-
- The order criteria.
- A generic object representing the implementing statement type.
-
-
-
- Enables the setting of Where condition for this operation.
-
- The Where condition.
- The implementing statement type.
-
-
-
- Represents a chaining collection modify statement.
-
-
-
-
- Sets key and value.
-
- The document path key.
- The new value.
- This object.
-
-
-
- Changes value for a key.
-
- The document path key.
- The new value.
- This object.
-
-
-
- Removes keys or values from a document.
-
- An array of document paths representing the keys to be removed.
- This object.
-
-
-
- Creates a object set with the changes to be applied to all matching documents.
-
- The JSON-formatted object describing the set of changes.
- A object set with the changes described in .
- can be a object, an anonymous object, or a JSON string.
- is null.
- is null or white space.
-
-
-
- Inserts an item into the specified array.
-
- The document path key including the index on which the item will be inserted.
- The value to insert into the array.
- A object containing the updated array.
-
-
-
- Appends an item to the specified array.
-
- The document path key.
- The value to append to the array.
- A object containing the updated array.
-
-
-
- Allows the user to set the sorting criteria for the operation. The strings use normal SQL syntax like
- "order ASC" or "pages DESC, age ASC".
-
- The order criteria.
- A generic object representing the implementing statement type.
-
-
-
- Enables the setting of Where condition for this operation.
-
- The Where condition.
- The implementing statement type.
-
-
-
- Executes the modify statement.
-
- A object containing the results of the execution.
-
-
-
- Represents a chaining collection remove statement.
-
-
-
-
- Sets user-defined sorting criteria for the operation. The strings use normal SQL syntax like
- "order ASC" or "pages DESC, age ASC".
-
- The order criteria.
- A generic object representing the implementing statement type.
-
-
-
- Enables the setting of Where condition for this operation.
-
- The Where condition.
- The implementing statement type.
-
-
-
- Executes the remove statement.
-
- A object containing the results of the execution.
-
-
-
- Represents a database object.
-
-
-
-
- Gets the session that owns the database object.
-
-
-
-
- Gets the schema that owns the database object.
-
-
-
-
- Gets the database object name.
-
-
-
-
- Verifies that the database object exists in the database.
-
- True if the object exists in database, false otherwise.
-
-
-
- Represents a generic document in JSON format.
-
-
-
-
- Initializes a new instance of the DbDoc class based on the object provided. The value can be a domain object, anonymous object, or JSON string.
-
- The value for this DbDoc.
-
-
-
- Gets the value of a document property.
-
- The key path for the property.
-
-
-
-
- Gets the identifier of the document.
-
-
-
-
- Gets a value indicating if this document has an identifier (property named _id with a value).
-
-
-
-
- Sets a property on this document.
-
- The key of the property.
- The new property value.
-
-
-
- Returns this document in Json format.
-
- A Json formatted string.
-
-
-
- Compares this DbDoc with another one.
-
- The DbDoc to compare to.
- True if they are equal, false otherwise.
-
-
-
- Gets a value that serves as a hash function for a particular type.
-
- A hash code for the current object.
-
-
-
- Represents a collection of documents with a generic type.
-
-
-
-
- Initializes a new instance of the generic Collection class based on the specified schema
- and name.
-
- The object associated to this collection.
- The name of the collection.
-
-
-
- Creates an containing the provided generic object. The add
- statement can be further modified before execution.
-
- The generic object to add.
- An object containing the object to add.
-
-
-
- Defines elements that allow to iterate through the contents of various items.
-
-
-
-
- Initializes a new instance of the Iterator class.
-
-
-
-
- This method is not yet implemented.
-
-
-
- Exception is always thrown since the body of the method is not yet implemented.
-
-
-
- Main class for session operations related to Connector/NET implementation of the X DevAPI.
-
-
-
-
- Opens a session to the server given or to the first available server if multiple servers were specified.
-
- The connection string or URI string format.
-
- A object representing the established session.
- Multiple hosts can be specified as part of the which
- will enable client side failover when trying to establish a connection. For additional details and syntax
- examples refer to the remarks section.
-
-
-
- Opens a session to the server given.
-
- The connection data for the server.
-
- A object representing the established session.
-
-
-
- Creates a new instance.
-
- The connection string or URI string format.
-
- The connection options in JSON string format.
- A object representing a session pool.
-
-
-
- Creates a new instance.
-
- The connection string or URI string format.
-
- The connection options in object format.
-
-
- new { pooling = new
- {
- enabled = true,
- maxSize = 15,
- maxIdleTime = 60000,
- queueTimeout = 60000
- }
- }
-
-
-
- A object representing a session pool.
-
-
-
- Creates a new instance.
-
- The connection data.
-
- The connection options in JSON string format.
- A object representing a session pool.
-
-
-
- Creates a new instance.
-
- The connection data.
-
- The connection options in object format.
-
-
- new { pooling = new
- {
- enabled = true,
- maxSize = 15,
- maxIdleTime = 60000,
- queueTimeout = 60000
- }
- }
-
-
-
- A object representing a session pool.
-
-
-
- Enables the creation of connection strings by exposing the connection options as properties.
- Contains connection options specific to the X protocol.
-
-
-
-
- Main constructor.
-
-
-
-
- Constructor accepting a connection string.
-
- The connection string.
- A flag indicating if the default port is used in the connection.
-
-
-
- Readonly field containing a collection of classic protocol and protocol shared connection options.
-
-
-
-
- Gets or sets the connection timeout.
-
-
-
-
- Gets or sets the connection attributes.
-
-
-
-
- Path to a local file containing certificate revocation lists.
-
-
-
-
- Gets or sets the compression type between client and server.
-
-
-
-
- Gets or sets the compression algorithm.
-
-
-
-
- Gets or sets a connection option.
-
- The keyword that identifies the connection option to modify.
-
-
-
- Represents a table column.
-
-
-
-
- Gets the original column name.
-
-
-
-
- Gets the alias of the column name.
-
-
-
-
- Gets the table name the column orginates from.
-
-
-
-
- Gets the alias of the table name .
-
-
-
-
- Gets the schema name the column originates from.
-
-
-
-
- Gets the catalog the schema originates from.
- In MySQL protocol this is `def` by default.
-
-
-
-
- Gets the collation used for this column.
-
-
-
-
- Gets the character set used for this column.
-
-
-
-
- Gets the column length.
-
-
-
-
- Gets the fractional decimal digits for floating point and fixed point numbers.
-
-
-
-
- Gets the Mysql data type.
-
-
-
-
- Gets the .NET Clr data type.
-
-
-
-
- True if it's a signed number.
-
-
-
-
- True if column is UINT zerofill or BYTES rightpad.
-
-
-
-
- Initializes a new instance of the Column class.
-
-
-
-
- Represents a resultset that contains rows of data.
-
-
-
-
- Gets the columns in this resultset.
-
-
-
-
- Gets the number of columns in this resultset.
-
-
-
-
- Gets a list containing the column names in this resultset.
-
-
-
-
- Gets the rows of this resultset. This collection will be incomplete unless all the rows have been read
- either by using the Next method or the Buffer method.
-
-
-
-
- Gets the value of the column value at the current index.
-
- The column index.
- The CLR value at the column index.
-
-
-
- Allows getting the value of the column value at the current index.
-
- The column index.
- The CLR value at the column index.
-
-
-
- Returns the index of the given column name.
-
- The name of the column to find.
- The numeric index of column.
-
-
-
- Represents a single row of data in a table.
-
-
-
-
- Gets the value of the row at the given index.
-
- The column index to retrieve the value.
- The value at the index.
-
-
-
- Gets the value of the column as a string.
-
- The name of the column.
- The value of the column as a string.
-
-
-
- Gets a string based indexer into the row. Returns the value as a CLR type.
-
- The column index to get.
- The CLR value for the column.
-
-
-
- Inherits from . Creates a resultset that contains rows of data.
-
-
-
-
- Represents a resultset that contains rows of data for relational operations.
-
-
-
-
- Gets a boolean value indicating if this result has data.
-
-
-
-
- Moves to next resultset.
-
- True if there is a new resultset, false otherwise.
-
-
-
- Represents a sql statement.
-
-
-
-
- Initializes a new instance of the SqlStament class bassed on the session and sql statement.
-
- The session the Sql statement belongs to.
- The Sql statement.
-
-
-
- Gets the current Sql statement.
-
-
-
-
- Gets the list of parameters associated to this Sql statement.
-
-
-
-
- Executes the current Sql statement.
-
- A object with the resultset and execution status.
-
-
-
- Binds the parameters values by position.
-
- The parameter values.
- This set with the binded parameters.
-
-
-
- Represents a server Table or View.
-
-
-
-
- Gets a value indicating whether the object is
- a View (True) or a Table (False).
-
-
-
-
- Creates a set with the columns to select. The table select
- statement can be further modified before execution. This method is intended to select a set
- of table rows.
-
- The optional column names to select.
- A object for select chain operations.
-
-
-
- Creates a set with the fileds to insert to. The table
- insert statement can be further modified before exeuction. This method is intended to
- insert one or multiple rows into a table.
-
- The list of fields to insert.
- A object for insert chain operations.
-
-
-
- Creates a . This method is intended to update table rows
- values.
-
- A object for update chain operations.
-
-
-
- Creates a . This method is intended to delete rows from a
- table.
-
- A object for delete chain operations.
-
-
-
- Returns the number of rows in the table on the server.
-
- The number of rows.
-
-
-
- Verifies if the table exists in the database.
-
- true if the table exists; otherwise, false.
-
-
-
- Represents a chaining table delete statement.
-
-
-
-
- Sets user-defined sorting criteria for the operation. The strings use normal SQL syntax like
- "order ASC" or "pages DESC, age ASC".
-
- The order criteria.
- A generic object representing the implementing statement type.
-
-
-
- Executes the delete statement.
-
- A object containing the results of the delete execution.
-
-
-
- Represents a chaining table insert statement.
-
-
-
-
- Executes the insert statement.
-
- A object containing the results of the insert statement.
-
-
-
- Values to be inserted.
- Multiple rows supported.
-
- The values to be inserted.
- This same object.
-
-
-
- Represents a chaining table select statement.
-
-
-
-
- Executes the select statement.
-
- A object containing the results of the execution and data.
-
-
-
- Locks matching rows against updates.
-
- Optional row lock option to use.
- This same object set with lock shared option.
- The server version is lower than 8.0.3.
-
-
-
- Locks matching rows so no other transaction can read or write to it.
-
- Optional row lock option to use.
- This same object set with the lock exclusive option.
- The server version is lower than 8.0.3.
-
-
-
- Sets the table aggregation.
-
- The column list for aggregation.
- This same object set with the specified group-by criteria.
-
-
-
- Filters criteria for aggregated groups.
-
- The filter criteria for aggregated groups.
- This same object set with the specified filter criteria.
-
-
-
- Sets user-defined sorting criteria for the operation. The strings use normal SQL syntax like
- "order ASC" or "pages DESC, age ASC".
-
- The order criteria.
- A generic object that represents the implementing statement type.
-
-
-
- Represents a chaining table update statement.
-
-
-
-
- Executes the update statement.
-
- A object ocntaining the results of the update statement execution.
-
-
-
- Column and value to be updated.
-
- Column name.
- Value to be updated.
- This same object.
-
-
-
- Sets user-defined sorting criteria for the operation. The strings use normal SQL syntax like
- "order ASC" or "pages DESC, age ASC".
-
- The order criteria.
- A generic object that represents the implementing statement type.
-
-
-
- Represents a schema or database.
-
-
-
-
- Session related to current schema.
-
-
-
-
- Returns a list of all collections in this schema.
-
- A list representing all found collections.
-
-
-
- Returns a list of all tables in this schema.
-
- A list representing all found tables.
-
-
-
- Gets a collection by name.
-
- The name of the collection to get.
- Ensures the collection exists in the schema.
- A object matching the given name.
-
-
-
- Gets a typed collection object. This is useful for using domain objects.
-
- The type of collection returned.
- The name of collection to get.
- A generic object set with the given name.
-
-
-
- Gets the given collection as a table.
-
- The name of the collection.
- A object set with the given name.
-
-
-
- Gets a table object. Upon return the object may or may not be valid.
-
- The name of the table object.
- A object set with the given name.
-
-
-
- Creates a collection.
-
- The name of the collection to create.
- If false, throws an exception if the collection exists.
- Collection referente.
-
-
-
- Creates a collection including a schema validation.
-
- The name of the collection to create.
- This object hold the parameters required to create the collection.
-
- Collection referente.
-
-
-
- Modify a collection adding or removing schema validation parameters.
-
- The name of the collection to create.
- This object encapsulate the Validation parameters level and schema.
- Collection referente.
-
-
-
- Drops the given collection.
-
- The name of the collection to drop.
- is null.
-
-
-
- Determines if this schema actually exists.
-
- True if exists, false otherwise.
-
-
-
- Represents a single server session.
-
-
-
-
- Returns a object that can be used to execute the given SQL.
-
- The SQL to execute.
- A object set with the provided SQL.
-
-
-
- Sets the schema in the database.
-
- The schema name to be set.
-
-
-
- Executes a query in the database to get the current schema.
-
- Current database object or null if no schema is selected.
-
-
-
- Closes the current session properly after it was closed by the server.
-
-
-
- Holder for reflection information generated from mysqlx.proto
-
-
- File descriptor for mysqlx.proto
-
-
-
- IDs of messages that can be sent from client to the server
-
- .. note::
- this message is never sent on the wire. It is only used to let ``protoc``
-
- * generate constants
- * check for uniqueness
-
-
-
- Container for nested types declared in the ClientMessages message type.
-
-
-
- IDs of messages that can be sent from server to client
-
- .. note::
- this message is never sent on the wire. It is only used to let ``protoc``
-
- * generate constants
- * check for uniqueness
-
-
-
- Container for nested types declared in the ServerMessages message type.
-
-
-
- NOTICE has to stay at 11 forever
-
-
-
-
- generic Ok message
-
-
-
- Field number for the "msg" field.
-
-
-
- generic Error message
-
- A ``severity`` of ``ERROR`` indicates the current message sequence is
- aborted for the given error and the session is ready for more.
-
- In case of a ``FATAL`` error message the client should not expect
- the server to continue handling any further messages and should
- close the connection.
-
- :param severity: severity of the error message
- :param code: error-code
- :param sql_state: SQL state
- :param msg: human readable error message
-
-
-
- Field number for the "severity" field.
-
-
- Field number for the "code" field.
-
-
- Field number for the "sql_state" field.
-
-
- Field number for the "msg" field.
-
-
- Container for nested types declared in the Error message type.
-
-
- Holder for reflection information generated from mysqlx_connection.proto
-
-
- File descriptor for mysqlx_connection.proto
-
-
-
- a Capability
-
- a tuple of a ``name`` and a :protobuf:msg:`Mysqlx.Datatypes::Any`
-
-
-
- Field number for the "name" field.
-
-
- Field number for the "value" field.
-
-
-
- Capabilities
-
-
-
- Field number for the "capabilities" field.
-
-
-
- get supported connection capabilities and their current state
-
- :returns: :protobuf:msg:`Mysqlx.Connection::Capabilities` or :protobuf:msg:`Mysqlx::Error`
-
-
-
-
- sets connection capabilities atomically
-
- only provided values are changed, other values are left unchanged.
- If any of the changes fails, all changes are discarded.
-
- :precond: active sessions == 0
- :returns: :protobuf:msg:`Mysqlx::Ok` or :protobuf:msg:`Mysqlx::Error`
-
-
-
- Field number for the "capabilities" field.
-
-
-
- announce to the server that the client wants to close the connection
-
- it discards any session state of the server
-
- :Returns: :protobuf:msg:`Mysqlx::Ok`
-
-
-
- Field number for the "uncompressed_size" field.
-
-
- Field number for the "server_messages" field.
-
-
- Field number for the "client_messages" field.
-
-
- Field number for the "payload" field.
-
-
- Holder for reflection information generated from mysqlx_crud.proto
-
-
- File descriptor for mysqlx_crud.proto
-
-
-
- DataModel to use for filters, names, ...
-
-
-
-
- ViewAlgorithm defines how MySQL Server processes the view
-
-
-
-
- MySQL chooses which algorithm to use
-
-
-
-
- the text of a statement that refers to the view and the view definition are merged
-
-
-
-
- the view are retrieved into a temporary table
-
-
-
-
- ViewSqlSecurity defines the security context in which the view is going to be
- executed, this means that VIEW can be executed with current user permissions or
- with permissions of the uses who defined the VIEW
-
-
-
-
- ViewCheckOption limits the write operations done on a `VIEW`
- (`INSERT`, `UPDATE`, `DELETE`) to rows in which the `WHERE` clause is `TRUE`
-
-
-
-
- the view WHERE clause is checked, but no underlying views are checked
-
-
-
-
- the view WHERE clause is checked, then checking recurses to underlying views
-
-
-
-
- column definition
-
-
-
- Field number for the "name" field.
-
-
-
- optional
-
-
-
- Field number for the "alias" field.
-
-
-
- optional
-
-
-
- Field number for the "document_path" field.
-
-
-
- a projection
-
- :param source: the expression identifying an element from the source data
- which can include a column identifier or any expression
- :param alias: optional alias. Required for DOCUMENTs (clients may use
- the source string as default)
-
-
-
- Field number for the "source" field.
-
-
-
- required
-
-
-
- Field number for the "alias" field.
-
-
-
- optional
-
-
-
-
- collection
-
-
-
- Field number for the "name" field.
-
-
-
- required
-
-
-
- Field number for the "schema" field.
-
-
-
- optional
-
-
-
-
- limit
-
- :param row_count: maximum rows to filter
- :param offset: maximum rows to skip before applying the row_count
-
-
-
- Field number for the "row_count" field.
-
-
-
- required
-
-
-
- Field number for the "offset" field.
-
-
-
- optional
-
-
-
-
- limit expression
-
- LimitExpr in comparison to Limit, is able to specify that row_count and
- offset are placeholders.
- This message support expressions of following types Expr/literal/UINT,
- Expr/PLACEHOLDER.
-
- :param row_count: maximum rows to filter
- :param offset: maximum rows to skip before applying the row_count
-
-
-
- Field number for the "row_count" field.
-
-
-
- required
-
-
-
- Field number for the "offset" field.
-
-
-
- optional
-
-
-
-
- sort order
-
-
-
- Field number for the "expr" field.
-
-
-
- required
-
-
-
- Field number for the "direction" field.
-
-
-
- optional//[ default=ASC ]
-
-
-
- Container for nested types declared in the Order message type.
-
-
-
- update operations
-
- :param source: specification of the value to be updated
- if data_model is TABLE, a column name may be specified and also a document path, if the column has type JSON
- if data_model is DOCUMENT, only document paths are allowed
- in both cases, schema and table must be not set
- :param operation: the type of operation to be performed
- :param value: an expression to be computed as the new value for the operation
-
-
-
- Field number for the "source" field.
-
-
-
- required
-
-
-
- Field number for the "operation" field.
-
-
-
- required
-
-
-
- Field number for the "value" field.
-
-
-
- optional
-
-
-
- Container for nested types declared in the UpdateOperation message type.
-
-
-
- only allowed for TABLE
-
-
-
-
- no value (removes the identified path from a object or array)
-
-
-
-
- sets the new value on the identified path
-
-
-
-
- replaces a value if the path exists
-
-
-
-
- source and value must be documents
-
-
-
-
- insert the value in the array at the index identified in the source path
-
-
-
-
- append the value on the array at the identified path
-
-
-
-
- merge JSON object value with the provided patch expression
-
-
-
-
- Find Documents/Rows in a Collection/Table
-
- .. uml::
-
- client -> server: Find
- ... one or more Resultset ...
-
- :param collection: collection to insert into
- :param data_model: datamodel that the operations refer to
- :param projection: list of column projections that shall be returned
- :param args: values for parameters used in filter expression
- :param criteria: filter criteria
- :param limit: numbers of rows that shall be skipped and returned (user can set one of: limit, limit_expr)
- :param order: sort-order in which the rows/document shall be returned in
- :param grouping: column expression list for aggregation (GROUP BY)
- :param grouping_criteria: filter criteria for aggregated groups
- :param locking: perform row locking on matches
- :param locking_options: additional options how to handle locked rows
- :param limit_expr: numbers of rows that shall be skipped and returned (user can set one of: limit, limit_expr)
- :Returns: :protobuf:msg:`Mysqlx.Resultset::`
-
-
-
- Field number for the "collection" field.
-
-
-
- required
-
-
-
- Field number for the "data_model" field.
-
-
-
- optional
-
-
-
- Field number for the "projection" field.
-
-
- Field number for the "criteria" field.
-
-
-
- optional
-
-
-
- Field number for the "args" field.
-
-
- Field number for the "order" field.
-
-
- Field number for the "grouping" field.
-
-
- Field number for the "grouping_criteria" field.
-
-
-
- optional
-
-
-
- Field number for the "locking" field.
-
-
-
- optional
-
-
-
- Field number for the "locking_options" field.
-
-
-
- optional
-
-
-
- Field number for the "limit" field.
-
-
-
- optional
-
-
-
- Field number for the "limit_expr" field.
-
-
-
- optional
-
-
-
- Container for nested types declared in the Find message type.
-
-
-
- Lock matching rows against updates
-
-
-
-
- Lock matching rows so no other transaction can read or write to it
-
-
-
-
- Do not wait to acquire row lock, fail with an error if a requested row is locked
-
-
-
-
- Do not wait to acquire a row lock, remove locked rows from the result set
-
-
-
-
- Insert documents/rows into a collection/table
-
- :param collection: collection to insert into
- :param data_model: datamodel that the operations refer to
- :param projection: name of the columns to insert data into (empty if data_model is DOCUMENT)
- :param row: set of rows to insert into the collection/table (a single expression with a JSON document literal or an OBJECT expression)
- :param args: values for parameters used in row expressions
- :param upsert: true if this should be treated as an Upsert (that is, update on duplicate key)
- :Returns: :protobuf:msg:`Mysqlx.Resultset::`
-
-
-
- Field number for the "collection" field.
-
-
-
- required
-
-
-
- Field number for the "data_model" field.
-
-
-
- optional
-
-
-
- Field number for the "projection" field.
-
-
- Field number for the "row" field.
-
-
- Field number for the "args" field.
-
-
- Field number for the "upsert" field.
-
-
-
- optional//[default = false]
-
-
-
- Container for nested types declared in the Insert message type.
-
-
- Field number for the "field" field.
-
-
-
- Update documents/rows in a collection/table
-
- :param collection: collection to change
- :param data_model: datamodel that the operations refer to
- :param criteria: filter expression to match rows that the operations will apply on
- :param args: values for parameters used in filter expression
- :param limit: limits the number of rows to match (user can set one of: limit, limit_expr)
- :param order: specifies order of matched rows
- :param operation: list of operations to be applied. Valid operations will depend on the data_model.
- :param limit_expr: limits the number of rows to match (user can set one of: limit, limit_expr)
- :Returns: :protobuf:msg:`Mysqlx.Resultset::`
-
-
-
- Field number for the "collection" field.
-
-
-
- required
-
-
-
- Field number for the "data_model" field.
-
-
-
- optional
-
-
-
- Field number for the "criteria" field.
-
-
-
- optional
-
-
-
- Field number for the "args" field.
-
-
- Field number for the "order" field.
-
-
- Field number for the "operation" field.
-
-
- Field number for the "limit" field.
-
-
-
- optional
-
-
-
- Field number for the "limit_expr" field.
-
-
-
- optional
-
-
-
-
- Delete documents/rows from a Collection/Table
-
- :param collection: collection to change
- :param data_model: datamodel that the operations refer to
- :param criteria: filter expression to match rows that the operations will apply on
- :param args: values for parameters used in filter expression
- :param limit: limits the number of rows to match (user can set one of: limit, limit_expr)
- :param order: specifies order of matched rows
- :param limit_expr: limits the number of rows to match (user can set one of: limit, limit_expr)
- :Returns: :protobuf:msg:`Mysqlx.Resultset::`
-
-
-
- Field number for the "collection" field.
-
-
-
- required
-
-
-
- Field number for the "data_model" field.
-
-
-
- optional
-
-
-
- Field number for the "criteria" field.
-
-
-
- optional
-
-
-
- Field number for the "args" field.
-
-
- Field number for the "order" field.
-
-
- Field number for the "limit" field.
-
-
-
- optional
-
-
-
- Field number for the "limit_expr" field.
-
-
-
- optional
-
-
-
- Field number for the "collection" field.
-
-
-
- required
-
-
-
- Field number for the "definer" field.
-
-
-
- optional
-
-
-
- Field number for the "algorithm" field.
-
-
-
- optional//[default = UNDEFINED]
-
-
-
- Field number for the "security" field.
-
-
-
- optional//[default = DEFINER]
-
-
-
- Field number for the "check" field.
-
-
-
- optional
-
-
-
- Field number for the "column" field.
-
-
- Field number for the "stmt" field.
-
-
-
- required
-
-
-
- Field number for the "replace_existing" field.
-
-
-
- optional//[default = false]
-
-
-
- Field number for the "collection" field.
-
-
-
- required
-
-
-
- Field number for the "definer" field.
-
-
-
- optional
-
-
-
- Field number for the "algorithm" field.
-
-
-
- optional
-
-
-
- Field number for the "security" field.
-
-
-
- optional
-
-
-
- Field number for the "check" field.
-
-
-
- optional
-
-
-
- Field number for the "column" field.
-
-
- Field number for the "stmt" field.
-
-
-
- optional
-
-
-
- Field number for the "collection" field.
-
-
-
- required
-
-
-
- Field number for the "if_exists" field.
-
-
-
- optional//[ default = false ]
-
-
-
- Holder for reflection information generated from mysqlx_cursor.proto
-
-
- File descriptor for mysqlx_cursor.proto
-
-
-
- Open a cursor
-
- .. uml::
-
- client -> server: Open
- alt Success
- ... none or partial Resultsets or full Resultsets ...
- client <- server: StmtExecuteOk
- else Failure
- client <- server: Error
- end
-
- :param cursor_id: client side assigned cursor id, the ID is going to represent new cursor and assigned to it statement
- :param stmt: statement which resultset is going to be iterated through the cursor
- :param fetch_rows: number of rows which should be retrieved from sequential cursor
- :Returns: :protobuf:msg:`Mysqlx.Ok::`
-
-
-
- Field number for the "cursor_id" field.
-
-
-
- required
-
-
-
- Field number for the "stmt" field.
-
-
-
- required
-
-
-
- Field number for the "fetch_rows" field.
-
-
-
- optional
-
-
-
- Container for nested types declared in the Open message type.
-
-
- Field number for the "type" field.
-
-
-
- required
-
-
-
- Field number for the "prepare_execute" field.
-
-
-
- optional
-
-
-
- Container for nested types declared in the OneOfMessage message type.
-
-
-
- Fetch next portion of data from a cursor
-
- .. uml::
-
- client -> server: Fetch
- alt Success
- ... none or partial Resultsets or full Resultsets ...
- client <- server: StmtExecuteOk
- else
- client <- server: Error
- end
-
- :param cursor_id: client side assigned cursor id, must be already open
- :param fetch_rows: number of rows which should be retrieved from sequential cursor
-
-
-
- Field number for the "cursor_id" field.
-
-
-
- required
-
-
-
- Field number for the "fetch_rows" field.
-
-
-
- optional
-
-
-
-
- Close cursor
-
- .. uml::
-
- client -> server: Close
- alt Success
- client <- server: Ok
- else Failure
- client <- server: Error
- end
-
- :param cursor_id: client side assigned cursor id, must be allocated/open
- :Returns: :protobuf:msg:`Mysqlx.Ok|Mysqlx.Error`
-
-
-
- Field number for the "cursor_id" field.
-
-
-
- required
-
-
-
- Holder for reflection information generated from mysqlx_datatypes.proto
-
-
- File descriptor for mysqlx_datatypes.proto
-
-
-
- a scalar
-
-
-
- Field number for the "type" field.
-
-
-
- required
-
-
-
- Field number for the "v_signed_int" field.
-
-
- Field number for the "v_unsigned_int" field.
-
-
- Field number for the "v_octets" field.
-
-
-
- 4 is unused, was Null which doesn't have a storage anymore
-
-
-
- Field number for the "v_double" field.
-
-
- Field number for the "v_float" field.
-
-
- Field number for the "v_bool" field.
-
-
- Field number for the "v_string" field.
-
-
- Enum of possible cases for the "DefaultOneOf" oneof.
-
-
- Container for nested types declared in the Scalar message type.
-
-
-
- a string with a charset/collation
-
-
-
- Field number for the "value" field.
-
-
-
- required
-
-
-
- Field number for the "collation" field.
-
-
- Enum of possible cases for the "String_present" oneof.
-
-
-
- an opaque octet sequence, with an optional content_type
- See ``Mysqlx.Resultset.ColumnMetadata`` for list of known values.
-
-
-
- Field number for the "value" field.
-
-
-
- required
-
-
-
- Field number for the "content_type" field.
-
-
-
- a object
-
-
-
- Field number for the "fld" field.
-
-
- Container for nested types declared in the Object message type.
-
-
- Field number for the "key" field.
-
-
-
- required
-
-
-
- Field number for the "value" field.
-
-
-
- required
-
-
-
-
- a Array
-
-
-
- Field number for the "value" field.
-
-
-
- a helper to allow all field types
-
-
-
- Field number for the "type" field.
-
-
-
- required
-
-
-
- Field number for the "scalar" field.
-
-
- Field number for the "obj" field.
-
-
- Field number for the "array" field.
-
-
- Container for nested types declared in the Any message type.
-
-
- Holder for reflection information generated from mysqlx_expect.proto
-
-
- File descriptor for mysqlx_expect.proto
-
-
-
- open an Expect block and set/unset the conditions that have to be fulfilled
-
- if any of the conditions fail, all enclosed messages will fail with
- a Mysqlx.Error message.
-
- :returns: :protobuf:msg:`Mysqlx::Ok` on success, :protobuf:msg:`Mysqlx::Error` on error
-
-
-
- Field number for the "op" field.
-
-
-
- [ default = EXPECT_CTX_COPY_PREV ];//optional
-
-
-
- Field number for the "cond" field.
-
-
- Container for nested types declared in the Open message type.
-
-
-
- copy the operations from the parent Expect-block
-
-
-
-
- start with a empty set of operations
-
-
-
- Field number for the "condition_key" field.
-
-
-
- required
-
-
-
- Field number for the "condition_value" field.
-
-
-
- optional
-
-
-
- Field number for the "op" field.
-
-
-
- [ default = EXPECT_OP_SET ];//optional
-
-
-
- Container for nested types declared in the Condition message type.
-
-
-
- Change error propagation behaviour
-
-
-
-
- Check if X Protocol field exists
-
-
-
-
- Check if X Protocol support document _id generation
-
-
-
-
- set the condition
-
- set, if not set
- overwrite, if set
-
-
-
-
- unset the condition
-
-
-
-
- close a Expect block
-
- closing a Expect block restores the state of the previous Expect block
- for the following messages
-
- :returns: :protobuf:msg:`Mysqlx::Ok` on success, :protobuf:msg:`Mysqlx::Error` on error
-
-
-
- Holder for reflection information generated from mysqlx_expr.proto
-
-
- File descriptor for mysqlx_expr.proto
-
-
-
- Expressions
-
- the "root" of the expression tree
-
- .. productionlist::
- expr: `operator` |
- : `identifier` |
- : `function_call` |
- : variable |
- : `literal` |
- : placeholder
-
- If expression type is PLACEHOLDER then it refers to the value of a parameter
- specified when executing a statement (see `args` field of `StmtExecute` command).
- Field `position` (which must be present for such an expression) gives 0-based
- position of the parameter in the parameter list.
-
-
-
- Field number for the "type" field.
-
-
-
- required
-
-
-
- Field number for the "identifier" field.
-
-
- Field number for the "variable" field.
-
-
- Field number for the "literal" field.
-
-
- Field number for the "function_call" field.
-
-
- Field number for the "operator" field.
-
-
- Field number for the "position" field.
-
-
- Field number for the "object" field.
-
-
- Field number for the "array" field.
-
-
- Container for nested types declared in the Expr message type.
-
-
-
- identifier: name, schame.name
-
- .. productionlist::
- identifier: string "." string |
- : string
-
-
-
- Field number for the "name" field.
-
-
-
- required
-
-
-
- Field number for the "schema_name" field.
-
-
-
- DocumentPathItem
-
- .. productionlist::
- document_path: path_item | path_item document_path
- path_item : member | array_index | "**"
- member : "." string | "." "*"
- array_index : "[" number "]" | "[" "*" "]"
-
-
-
- Field number for the "type" field.
-
-
-
- required
-
-
-
- Field number for the "value" field.
-
-
- Field number for the "index" field.
-
-
- Container for nested types declared in the DocumentPathItem message type.
-
-
-
- .member
-
-
-
-
- .*
-
-
-
-
- [index]
-
-
-
-
- [*]
-
-
-
-
- **
-
-
-
-
- col_identifier (table): col@doc_path, tbl.col@doc_path col, tbl.col, schema.tbl.col
- col_identifier (document): doc_path
-
- .. productionlist::
- col_identifier: string "." string "." string |
- : string "." string |
- : string |
- : string "." string "." string "@" document_path |
- : string "." string "@" document_path |
- : string "@" document_path |
- : document_path
- document_path: member | arrayLocation | doubleAsterisk
- member = "." string | "." "*"
- arrayLocation = "[" index "]" | "[" "*" "]"
- doubleAsterisk = "**"
-
-
-
- Field number for the "document_path" field.
-
-
- Field number for the "name" field.
-
-
- Field number for the "table_name" field.
-
-
- Field number for the "schema_name" field.
-
-
-
- function call: ``func(a, b, "1", 3)``
-
- .. productionlist::
- function_call: `identifier` "(" [ `expr` ["," `expr` ]* ] ")"
-
-
-
- Field number for the "name" field.
-
-
-
- required
-
-
-
- Field number for the "param" field.
-
-
-
- operator: ``<<(a, b)``
-
- .. note::
-
- Non-authoritative list of operators implemented (case sensitive):
-
- Nullary
- * ``*``
- * ``default``
-
- Unary
- * ``!``
- * ``sign_plus``
- * ``sign_minus``
- * ``~``
-
- Binary
- * ``&&``
- * ``||``
- * ``xor``
- * ``==``
- * ``!=``
- * ``>``
- * ``>=``
- * ``<``
- * ``<=``
- * ``&``
- * ``|``
- * ``^``
- * ``<<``
- * ``>>``
- * ``+``
- * ``-``
- * ``*``
- * ``/``
- * ``div``
- * ``%``
- * ``is``
- * ``is_not``
- * ``regexp``
- * ``not_regexp``
- * ``like``
- * ``not_like``
- * ``cast``
- * ``cont_in``
- * ``not_cont_in``
-
- Using special representation, with more than 2 params
- * ``in`` (param[0] IN (param[1], param[2], ...))
- * ``not_in`` (param[0] NOT IN (param[1], param[2], ...))
-
- Ternary
- * ``between``
- * ``between_not``
- * ``date_add``
- * ``date_sub``
-
- Units for date_add/date_sub
- * ``MICROSECOND``
- * ``SECOND``
- * ``MINUTE``
- * ``HOUR``
- * ``DAY``
- * ``WEEK``
- * ``MONTH``
- * ``QUARTER``
- * ``YEAR``
- * ``SECOND_MICROSECOND``
- * ``MINUTE_MICROSECOND``
- * ``MINUTE_SECOND``
- * ``HOUR_MICROSECOND``
- * ``HOUR_SECOND``
- * ``HOUR_MINUTE``
- * ``DAY_MICROSECOND``
- * ``DAY_SECOND``
- * ``DAY_MINUTE``
- * ``DAY_HOUR``
-
- Types for cast
- * ``BINARY[(N)]``
- * ``CHAR[(N)]``
- * ``DATE``
- * ``DATETIME``
- * ``DECIMAL[(M[,D])]``
- * ``JSON``
- * ``SIGNED [INTEGER]``
- * ``TIME``
- * ``UNSIGNED [INTEGER]``
-
- .. productionlist::
- operator: `name` "(" [ `expr` ["," `expr` ]* ] ")"
-
-
-
- Field number for the "name" field.
-
-
-
- required
-
-
-
- Field number for the "param" field.
-
-
-
- an object (with expression values)
-
-
-
- Field number for the "fld" field.
-
-
- Container for nested types declared in the Object message type.
-
-
- Field number for the "key" field.
-
-
-
- required
-
-
-
- Field number for the "value" field.
-
-
-
- required
-
-
-
-
- a Array of expressions
-
-
-
- Field number for the "value" field.
-
-
- Holder for reflection information generated from mysqlx_notice.proto
-
-
- File descriptor for mysqlx_notice.proto
-
-
-
- Common Frame for all Notices
-
- ===================================================== =====
- .type value
- ===================================================== =====
- :protobuf:msg:`Mysqlx.Notice::Warning` 1
- :protobuf:msg:`Mysqlx.Notice::SessionVariableChanged` 2
- :protobuf:msg:`Mysqlx.Notice::SessionStateChanged` 3
- ===================================================== =====
-
- :param type: the type of the payload
- :param payload: the payload of the notification
- :param scope: global or local notification
-
-
-
- Field number for the "type" field.
-
-
-
- required
-
-
-
- Field number for the "scope" field.
-
-
-
- [ default = GLOBAL ];//optional
-
-
-
- Field number for the "payload" field.
-
-
-
- optional
-
-
-
- Container for nested types declared in the Frame message type.
-
-
-
- Server-side warnings and notes
-
- ``.scope`` == ``local``
- ``.level``, ``.code`` and ``.msg`` map the content of
-
- .. code-block:: sql
-
- SHOW WARNINGS
-
- ``.scope`` == ``global``
- (undefined) will be used for global, unstructured messages like:
-
- * server is shutting down
- * a node disconnected from group
- * schema or table dropped
-
- ========================================== =======================
- :protobuf:msg:`Mysqlx.Notice::Frame` field value
- ========================================== =======================
- ``.type`` 1
- ``.scope`` ``local`` or ``global``
- ========================================== =======================
-
- :param level: warning level: Note or Warning
- :param code: warning code
- :param msg: warning message
-
-
-
- Field number for the "level" field.
-
-
-
- [ default = WARNING ];//optional
-
-
-
- Field number for the "code" field.
-
-
-
- required
-
-
-
- Field number for the "msg" field.
-
-
-
- required
-
-
-
- Container for nested types declared in the Warning message type.
-
-
-
- Notify clients about changes to the current session variables
-
- Every change to a variable that is accessible through:
-
- .. code-block:: sql
-
- SHOW SESSION VARIABLES
-
- ========================================== =========
- :protobuf:msg:`Mysqlx.Notice::Frame` field value
- ========================================== =========
- ``.type`` 2
- ``.scope`` ``local``
- ========================================== =========
-
- :param namespace: namespace that param belongs to
- :param param: name of the variable
- :param value: the changed value of param
-
-
-
- Field number for the "param" field.
-
-
-
- required
-
-
-
- Field number for the "value" field.
-
-
-
- optional
-
-
-
-
- Notify clients about changes to the internal session state
-
- ========================================== =========
- :protobuf:msg:`Mysqlx.Notice::Frame` field value
- ========================================== =========
- ``.type`` 3
- ``.scope`` ``local``
- ========================================== =========
-
- :param param: parameter key
- :param value: updated value
-
-
-
- Field number for the "param" field.
-
-
-
- required
-
-
-
- Field number for the "value" field.
-
-
- Container for nested types declared in the SessionStateChanged message type.
-
-
-
- .. more to be added
-
-
-
- Holder for reflection information generated from mysqlx_prepare.proto
-
-
- File descriptor for mysqlx_prepare.proto
-
-
-
- Prepare a new statement
-
- .. uml::
-
- client -> server: Prepare
- alt Success
- client <- server: Ok
- else Failure
- client <- server: Error
- end
-
- :param stmt_id: client side assigned statement id, which is going to identify the result of preparation
- :param stmt: defines one of following messages to be prepared - Crud.Find, Crud.Insert, Crud.Delete, Crud.Upsert, Sql.StmtExecute
- :Returns: :protobuf:msg:`Mysqlx.Ok|Mysqlx.Error`
-
-
-
- Field number for the "stmt_id" field.
-
-
-
- required
-
-
-
- Field number for the "stmt" field.
-
-
-
- required
-
-
-
- Container for nested types declared in the Prepare message type.
-
-
- Field number for the "type" field.
-
-
-
- required
-
-
-
- Field number for the "find" field.
-
-
-
- optional
-
-
-
- Field number for the "insert" field.
-
-
-
- optional
-
-
-
- Field number for the "update" field.
-
-
-
- optional
-
-
-
- Field number for the "delete" field.
-
-
-
- optional
-
-
-
- Field number for the "stmt_execute" field.
-
-
-
- optional
-
-
-
- Enum of possible cases for the "Type_present" oneof.
-
-
- Container for nested types declared in the OneOfMessage message type.
-
-
-
- Determine which of optional fields was set by the client
- (Workaround for missing "oneof" keyword in pb2.5)
-
-
-
-
- Execute already prepared statement
-
- .. uml::
-
- client -> server: Execute
- alt Success
- ... Resultsets...
- client <- server: StmtExecuteOk
- else Failure
- client <- server: Error
- end
-
- :param stmt_id: client side assigned statement id, must be already prepared
- :param args_list: Arguments to bind to the prepared statement
- :param compact_metadata: send only type information for :protobuf:msg:`Mysqlx.Resultset::ColumnMetadata`, skipping names and others
- :Returns: :protobuf:msg:`Mysqlx.Ok::`
-
-
-
- Field number for the "stmt_id" field.
-
-
-
- required
-
-
-
- Field number for the "args" field.
-
-
- Field number for the "compact_metadata" field.
-
-
-
- [ default = false ]; optional
-
-
-
-
- Deallocate already prepared statement
-
- Deallocating the statement.
-
- .. uml::
-
- client -> server: Deallocate
- alt Success
- client <- server: Ok
- else Failure
- client <- server: Error
- end
-
- :param stmt_id: client side assigned statement id, must be already prepared
- :Returns: :protobuf:msg:`Mysqlx.Ok|Mysqlx.Error`
-
-
-
- Field number for the "stmt_id" field.
-
-
-
- required
-
-
-
- Holder for reflection information generated from mysqlx_resultset.proto
-
-
- File descriptor for mysqlx_resultset.proto
-
-
-
- a hint about the higher-level encoding of a BYTES field
-
- ====== ====== ===========
- type value description
- ====== ====== ===========
- BYTES 0x0001 GEOMETRY (WKB encoding)
- BYTES 0x0002 JSON (text encoding)
- BYTES 0x0003 XML (text encoding)
- ====== ====== ===========
-
- .. note::
- this list isn't comprehensive. As guideline: the field's value is expected
- to pass a validator check on client and server if this field is set.
- If the server adds more internal datatypes that rely on BLOB storage
- like image manipulation, seeking into complex types in BLOBs, ... more
- types will be added.
-
-
-
-
- a hint about the higher-level encoding of a DATETIME field
-
- ====== ====== ===========
- type value description
- ======== ====== ===========
- DATE 0x0001 DATETIME contains only date part
- DATETIME 0x0002 DATETIME contains both date and time parts
- ====== ====== ===========
-
-
-
-
- resultsets are finished, OUT paramset is next
-
-
-
-
- resultset and out-params are finished, but more resultsets available
-
-
-
-
- all resultsets are finished
-
-
-
-
- cursor is opened still the execution of PrepFetch or PrepExecute ended
-
-
-
-
- meta data of a Column
-
- .. note:: the encoding used for the different ``bytes`` fields in the meta data is externally
- controlled.
- .. seealso:: https://dev.mysql.com/doc/refman/8.0/en/charset-connection.html
-
- .. note::
- The server may not set the ``original_{table|name}`` fields if they are equal to the plain
- ``{table|name}`` field.
-
- A client has to reconstruct it like::
-
- if .original_name is empty and .name is not empty:
- .original_name = .name
-
- if .original_table is empty and .table is not empty:
- .original_table = .table
-
- .. note::
- ``compact metadata format`` can be requested by the client. In that case only ``.type`` is set and
- all other fields are empty.
-
- :param type:
- .. table:: Expected Datatype of Mysqlx.Resultset.Row per SQL Type for non NULL values
-
- ================= ============ ======= ========== ====== ========
- SQL Type .type .length .frac_dig .flags .charset
- ================= ============ ======= ========== ====== ========
- TINY SINT x
- TINY UNSIGNED UINT x x
- SHORT SINT x
- SHORT UNSIGNED UINT x x
- INT24 SINT x
- INT24 UNSIGNED UINT x x
- INT SINT x
- INT UNSIGNED UINT x x
- LONGLONG SINT x
- LONGLONG UNSIGNED UINT x x
- DOUBLE DOUBLE x x x
- FLOAT FLOAT x x x
- DECIMAL DECIMAL x x x
- VARCHAR,CHAR,... BYTES x x x
- GEOMETRY BYTES
- TIME TIME x
- DATE DATETIME x
- DATETIME DATETIME x
- YEAR UINT x x
- TIMESTAMP DATETIME x
- SET SET x
- ENUM ENUM x
- NULL BYTES
- BIT BIT x
- ================= ============ ======= ========== ====== ========
-
- .. note:: the SQL "NULL" value is sent as an empty field value in :protobuf:msg:`Mysqlx.Resultset::Row`
- .. seealso:: protobuf encoding of primitive datatypes are decribed in https://developers.google.com/protocol-buffers/docs/encoding
-
- SINT
-
- ``.length``
- maximum number of displayable decimal digits (including minus sign) of the type
-
- .. note::
- valid range is 0-255, but usually you'll see 1-20
-
- =============== ==
- SQL Type max digits per type
- =============== ==
- TINY SIGNED 4
- SHORT SIGNED 6
- INT24 SIGNED 8
- INT SIGNED 11
- LONGLONG SIGNED 20
- =============== ==
-
- .. seealso:: definition of ``M`` in https://dev.mysql.com/doc/refman/8.0/en/numeric-type-overview.html
-
- ``value``
- variable length encoded signed 64 integer
-
- UINT
-
- ``.flags & 1`` (zerofill)
- the client has to left pad with 0's up to .length
-
- ``.length``
- maximum number of displayable decimal digits of the type
-
- .. note::
- valid range is 0-255, but usually you'll see 1-20
-
- ================= ==
- SQL Type max digits per type
- ================= ==
- TINY UNSIGNED 3
- SHORT UNSIGNED 5
- INT24 UNSIGNED 8
- INT UNSIGNED 10
- LONGLONG UNSIGNED 20
- ================= ==
-
- .. seealso:: definition of ``M`` in https://dev.mysql.com/doc/refman/8.0/en/numeric-type-overview.html
-
- ``value``
- variable length encoded unsigned 64 integer
-
- BIT
-
- ``.length``
- maximum number of displayable binary digits
-
- .. note:: valid range for M of the ``BIT`` type is 1 - 64
- .. seealso:: https://dev.mysql.com/doc/refman/8.0/en/numeric-type-overview.html
-
- ``value``
- variable length encoded unsigned 64 integer
-
- DOUBLE
-
- ``.length``
- maximum number of displayable decimal digits (including the decimal point and ``.fractional_digits``)
-
- ``.fractional_digits``
- maximum number of displayable decimal digits following the decimal point
-
- ``value``
- encoded as Protobuf's 'double'
-
- FLOAT
-
- ``.length``
- maximum number of displayable decimal digits (including the decimal point and ``.fractional_digits``)
-
- ``.fractional_digits``
- maximum number of displayable decimal digits following the decimal point
-
- ``value``
- encoded as Protobuf's 'float'
-
- BYTES, ENUM
- BYTES is used for all opaque byte strings that may have a charset
-
- * TINYBLOB, BLOB, MEDIUMBLOB, LONGBLOB
- * TINYTEXT, TEXT, MEDIUMTEXT, LONGTEXT
- * VARCHAR, VARBINARY
- * CHAR, BINARY
- * ENUM
-
- ``.length``
- the maximum length of characters of the underlying type
-
- ``.flags & 1`` (rightpad)
- if the length of the field is less than ``.length``, the receiver is
- supposed to add padding characters to the right end of the string.
- If the ``.charset`` is "binary", the padding character is ``0x00``,
- otherwise it is a space character as defined by that character set.
-
- ============= ======= ======== =======
- SQL Type .length .charset .flags
- ============= ======= ======== =======
- TINYBLOB 256 binary
- BLOB 65535 binary
- VARCHAR(32) 32 utf8
- VARBINARY(32) 32 utf8_bin
- BINARY(32) 32 binary rightpad
- CHAR(32) 32 utf8 rightpad
- ============= ======= ======== =======
-
- ``value``
- sequence of bytes with added one extra '\0' byte at the end. To obtain the
- original string, the extra '\0' should be removed.
- .. note:: the length of the string can be acquired with protobuf's field length() method
- length of sequence-of-bytes = length-of-field - 1
- .. note:: the extra byte allows to distinguish between a NULL and empty byte sequence
-
- TIME
- A time value.
-
- ``value``
- the following bytes sequence:
-
- ``| negate [ | hour | [ | minutes | [ | seconds | [ | useconds | ]]]]``
-
- * negate - one byte, should be one of: 0x00 for "+", 0x01 for "-"
- * hour - optional variable length encoded unsigned64 value for the hour
- * minutes - optional variable length encoded unsigned64 value for the minutes
- * seconds - optional variable length encoded unsigned64 value for the seconds
- * useconds - optional variable length encoded unsigned64 value for the microseconds
-
- .. seealso:: protobuf encoding in https://developers.google.com/protocol-buffers/docs/encoding
- .. note:: hour, minutes, seconds, useconds are optional if all the values to the right are 0
-
- Example: 0x00 -> +00:00:00.000000
-
- DATETIME
- A date or date and time value.
-
- ``value``
- a sequence of variants, arranged as follows:
-
- ``| year | month | day | [ | hour | [ | minutes | [ | seconds | [ | useconds | ]]]]``
-
- * year - variable length encoded unsigned64 value for the year
- * month - variable length encoded unsigned64 value for the month
- * day - variable length encoded unsigned64 value for the day
- * hour - optional variable length encoded unsigned64 value for the hour
- * minutes - optional variable length encoded unsigned64 value for the minutes
- * seconds - optional variable length encoded unsigned64 value for the seconds
- * useconds - optional variable length encoded unsigned64 value for the microseconds
-
- .. note:: hour, minutes, seconds, useconds are optional if all the values to the right are 0
-
- ``.flags & 1`` (timestamp)
-
- ============= =======
- SQL Type .flags
- ============= =======
- DATETIME
- TIMESTAMP 1
-
- DECIMAL
- An arbitrary length number. The number is encoded as a single byte
- indicating the position of the decimal point followed by the Packed BCD
- encoded number. Packed BCD is used to simplify conversion to and
- from strings and other native arbitrary precision math datatypes.
- .. seealso:: packed BCD in https://en.wikipedia.org/wiki/Binary-coded_decimal
-
- ``.length``
- maximum number of displayable decimal digits (*excluding* the decimal point and sign, but including ``.fractional_digits``)
-
- .. note:: should be in the range of 1 - 65
-
- ``.fractional_digits``
- is the decimal digits to display out of length
-
- .. note:: should be in the range of 0 - 30
-
- ``value``
- the following bytes sequence:
-
- ``| scale | BCD | sign | [0x0] |``
-
- * scale - 8bit scale value (number of decimal digit after the '.')
- * BCD - BCD encoded digits (4 bits for each digit)
- * sign - sign encoded on 4 bits (0xc = "+", 0xd = "-")
- * 0x0 - last 4bits if length(digits) % 2 == 0
-
- Example: x04 0x12 0x34 0x01 0xd0 -> -12.3401
-
- SET
- A list of strings representing a SET of values.
-
- ``value``
- A sequence of 0 or more of protobuf's bytes (length prepended octets) or one of
- the special sequences with a predefined meaning listed below.
-
- Example (length of the bytes array shown in brackets):
- * ``[0]`` - the NULL value
- * ``[1] 0x00`` - a set containing a blank string ''
- * ``[1] 0x01`` - this would be an invalid value, but is to be treated as the empty set
- * ``[2] 0x01 0x00`` - a set with a single item, which is the '\0' character
- * ``[8] 0x03 F O O 0x03 B A R`` - a set with 2 items: FOO,BAR
-
- :param name: name of the column
- :param original_name: name of the column before an alias was applied
- :param table: name of the table the column orginates from
- :param original_table: name of the table the column orginates from before an alias was applied
- :param schema: schema the column originates from
- :param catalog:
- catalog the schema originates from
-
- .. note::
- as there is current no support for catalogs in MySQL, don't expect this field to be set.
- In the MySQL C/S protocol the field had the value ``def`` all the time.
-
- :param fractional_digits: displayed factional decimal digits for floating point and fixed point numbers
- :param length: maximum count of displayable characters of .type
- :param flags:
- ``.type`` specific flags
-
- ======= ====== ===========
- type value description
- ======= ====== ===========
- UINT 0x0001 zerofill
- DOUBLE 0x0001 unsigned
- FLOAT 0x0001 unsigned
- DECIMAL 0x0001 unsigned
- BYTES 0x0001 rightpad
- ======= ====== ===========
-
- ====== ================
- value description
- ====== ================
- 0x0010 NOT_NULL
- 0x0020 PRIMARY_KEY
- 0x0040 UNIQUE_KEY
- 0x0080 MULTIPLE_KEY
- 0x0100 AUTO_INCREMENT
- ====== ================
-
- default: 0
- :param content_type:
- a hint about the higher-level encoding of a BYTES field, for more informations
- please refer to Mysqlx.Resultset.ContentType_BYTES enum.
-
-
-
- Field number for the "type" field.
-
-
-
- datatype of the field in a row
-
-
-
- Field number for the "name" field.
-
-
- Field number for the "original_name" field.
-
-
- Field number for the "table" field.
-
-
- Field number for the "original_table" field.
-
-
- Field number for the "schema" field.
-
-
- Field number for the "catalog" field.
-
-
- Field number for the "collation" field.
-
-
- Field number for the "fractional_digits" field.
-
-
- Field number for the "length" field.
-
-
- Field number for the "flags" field.
-
-
- Field number for the "content_type" field.
-
-
- Container for nested types declared in the ColumnMetaData message type.
-
-
-
- Row in a Resultset
-
- a row is represented as a list of fields encoded as byte blobs.
- Blob of size 0 represents the NULL value. Otherwise, if it contains at least
- one byte, it encodes a non-null value of the field using encoding appropriate for the
- type of the value given by ``ColumnMetadata``, as specified
- in the :protobuf:msg:`Mysqlx.Resultset::ColumnMetaData` description.
-
-
-
- Field number for the "field" field.
-
-
- Holder for reflection information generated from mysqlx_session.proto
-
-
- File descriptor for mysqlx_session.proto
-
-
-
- the initial message send from the client to the server to start the
- authentication proccess
-
- :param mech_name: authentication mechanism name
- :param auth_data: authentication data
- :param initial_response: initial response
- :Returns: :protobuf:msg:`Mysqlx.Session::AuthenticateContinue`
-
-
-
- Field number for the "mech_name" field.
-
-
-
- required
-
-
-
- Field number for the "auth_data" field.
-
-
- Field number for the "initial_response" field.
-
-
-
- send by client or server after a :protobuf:msg:`Mysqlx.Session::AuthenticateStart` to
- exchange more auth data
-
- :param auth_data: authentication data
- :Returns: :protobuf:msg:`Mysqlx.Session::AuthenticateContinue`
-
-
-
- Field number for the "auth_data" field.
-
-
-
- required
-
-
-
-
- sent by the server after successful authentication
-
- :param auth_data: authentication data
-
-
-
- Field number for the "auth_data" field.
-
-
-
- reset the current session
- param keep_open: if is true the session will be reset, but stays authenticated.
- otherwise, the session will be closed and needs to be authenticated again.
-
- :Returns: :protobuf:msg:`Mysqlx::Ok`
-
-
-
- Field number for the "keep_open" field.
-
-
-
- close the current session
-
- :Returns: :protobuf:msg:`Mysqlx::Ok`
-
-
-
- Holder for reflection information generated from mysqlx_sql.proto
-
-
- File descriptor for mysqlx_sql.proto
-
-
-
- execute a statement in the given namespace
-
- .. uml::
-
- client -> server: StmtExecute
- ... zero or more Resultsets ...
- server --> client: StmtExecuteOk
-
- Notices:
- This message may generate a notice containing WARNINGs generated by its execution.
- This message may generate a notice containing INFO messages generated by its execution.
-
- :param namespace: namespace of the statement to be executed
- :param stmt: statement that shall be executed.
- :param args: values for wildcard replacements
- :param compact_metadata: send only type information for :protobuf:msg:`Mysqlx.Resultset::ColumnMetadata`, skipping names and others
- :returns:
- * zero or one :protobuf:msg:`Mysqlx.Resultset::` followed by :protobuf:msg:`Mysqlx.Sql::StmtExecuteOk`
-
-
-
- Field number for the "namespace" field.
-
-
-
- optional [ default = "sql" ]
-
-
-
- Field number for the "stmt" field.
-
-
-
- required
-
-
-
- Field number for the "args" field.
-
-
- Field number for the "compact_metadata" field.
-
-
-
- optional [ default = false ]
-
-
-
-
- statement executed successful
-
-
-
-
diff --git a/ISBN_Check_test/bin/Debug/Newtonsoft.Json.dll b/ISBN_Check_test/bin/Debug/Newtonsoft.Json.dll
deleted file mode 100644
index 7af125a..0000000
Binary files a/ISBN_Check_test/bin/Debug/Newtonsoft.Json.dll and /dev/null differ
diff --git a/ISBN_Check_test/bin/Debug/Newtonsoft.Json.xml b/ISBN_Check_test/bin/Debug/Newtonsoft.Json.xml
deleted file mode 100644
index 008e0ca..0000000
--- a/ISBN_Check_test/bin/Debug/Newtonsoft.Json.xml
+++ /dev/null
@@ -1,11305 +0,0 @@
-
-
-
- Newtonsoft.Json
-
-
-
-
- Represents a BSON Oid (object id).
-
-
-
-
- Gets or sets the value of the Oid.
-
- The value of the Oid.
-
-
-
- Initializes a new instance of the class.
-
- The Oid value.
-
-
-
- Represents a reader that provides fast, non-cached, forward-only access to serialized BSON data.
-
-
-
-
- Gets or sets a value indicating whether binary data reading should be 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.
-
-
-
- Initializes a new instance of the class.
-
- The containing the BSON data to read.
-
-
-
- Initializes a new instance of the class.
-
- The containing the BSON data to read.
-
-
-
- Initializes a new instance of the class.
-
- The containing the BSON data to read.
- 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 containing the BSON data to read.
- 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 underlying .
-
-
- true if the next token was read successfully; false if there are no more tokens to read.
-
-
-
-
- Changes the reader's state to .
- If is set to true, the underlying is also closed.
-
-
-
-
- Represents a writer that provides a fast, non-cached, forward-only way of generating BSON data.
-
-
-
-
- Gets or sets the used when writing values to BSON.
- When set to no conversion will occur.
-
- The used when writing values to BSON.
-
-
-
- Initializes a new instance of the class.
-
- The to write to.
-
-
-
- Initializes a new instance of the class.
-
- The to write to.
-
-
-
- Flushes whatever is in the buffer to the underlying and also flushes the underlying stream.
-
-
-
-
- Writes the end.
-
- The token.
-
-
-
- Writes 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 writer.
- If is set to true, the underlying is also closed.
- If is set to true, the JSON is auto-completed.
-
-
-
-
- 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.
-
-
-
- Specifies how constructors are used when initializing objects during deserialization by the .
-
-
-
-
- First attempt to use the public default constructor, then fall back to a single parameterized constructor, then to the non-public default constructor.
-
-
-
-
- Json.NET will use a non-public default constructor before falling back to a parameterized constructor.
-
-
-
-
- Converts a binary value to and from a base 64 string value.
-
-
-
-
- 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.
-
-
-
-
- Creates 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 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 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").
-
-
-
-
- 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.
-
-
-
- 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.
-
-
-
- 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.
-
-
-
-
- Gets or sets a value indicating whether the written enum text should be camel case.
- The default value is false.
-
- true if the written enum text will be camel case; otherwise, false.
-
-
-
- Gets or sets the naming strategy used to resolve how enum text is written.
-
- The naming strategy used to resolve how enum text is written.
-
-
-
- Gets or sets a value indicating whether integer values are allowed when serializing and deserializing.
- The default value is true.
-
- true if integers are allowed when serializing and deserializing; otherwise, false.
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- true if the written enum text will be camel case; otherwise, false.
-
-
-
- Initializes a new instance of the class.
-
- The naming strategy used to resolve how enum text is written.
- true if integers are allowed when serializing and deserializing; otherwise, false.
-
-
-
- Initializes a new instance of the class.
-
- The of the used to write enum text.
-
-
-
- Initializes a new instance of the class.
-
- The of the used to write enum text.
-
- The parameter list to use when constructing the described by .
- If null, the default constructor is used.
- When non-null, there must be a constructor defined in the that exactly matches the number,
- order, and type of these parameters.
-
-
-
-
- Initializes a new instance of the class.
-
- The of the used to write enum text.
-
- The parameter list to use when constructing the described by .
- If null, the default constructor is used.
- When non-null, there must be a constructor defined in the that exactly matches the number,
- order, and type of these parameters.
-
- true if integers are allowed when serializing and deserializing; 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 Unix epoch time
-
-
-
-
- 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 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.
-
-
-
-
- Gets or sets the name of the root element to insert when deserializing to XML if the JSON structure has produced multiple root elements.
-
- The name of the deserialized root element.
-
-
-
- Gets or sets a value 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 attribute 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.
-
-
-
- Gets or sets a value indicating whether to encode special characters when converting JSON to XML.
- If true, special characters like ':', '@', '?', '#' and '$' in JSON property names aren't used to specify
- XML namespaces, attributes or processing directives. Instead special characters are encoded and written
- as part of the XML element name.
-
- true if special characters are encoded; otherwise, false.
-
-
-
- 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 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.
-
-
-
-
- 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.
-
-
-
-
- The default JSON name table implementation.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Gets a string containing the same characters as the specified range of characters in the given array.
-
- The character array containing the name to find.
- The zero-based index into the array specifying the first character of the name.
- The number of characters in the name.
- A string containing the same characters as the specified range of characters in the given array.
-
-
-
- Adds the specified string into name table.
-
- The string to add.
- This method is not thread-safe.
- The resolved string.
-
-
-
- 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 it 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 set 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 of 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.
-
-
-
-
- Provides an interface for using pooled arrays.
-
- The array type content.
-
-
-
- Rent an array from the pool. This array must be returned when it is no longer needed.
-
- The minimum required length of the array. The returned array may be longer.
- The rented array from the pool. This array must be returned when it is no longer needed.
-
-
-
- Return an array to the pool.
-
- The array that is being returned.
-
-
-
- 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 and can be provided; otherwise, false.
-
-
-
-
- Gets the current line number.
-
- The current line number or 0 if no line information is available (for example, when returns false).
-
-
-
- Gets the current line position.
-
- The current line position or 0 if no line information is available (for example, when returns false).
-
-
-
- Instructs the how to serialize the collection.
-
-
-
-
- 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.
-
-
-
- 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.
-
-
-
- Instructs the to use the specified constructor when deserializing that object.
-
-
-
-
- Instructs the how to serialize the object.
-
-
-
-
- Gets or sets the id.
-
- The id.
-
-
-
- Gets or sets the title.
-
- The title.
-
-
-
- Gets or sets the description.
-
- The description.
-
-
-
- Gets or sets the collection's items converter.
-
- The collection's items converter.
-
-
-
- The parameter list to use when constructing the described by .
- If null, the default constructor is used.
- When non-null, there must be a constructor defined in the that exactly matches the number,
- order, and type of these parameters.
-
-
-
- [JsonContainer(ItemConverterType = typeof(MyContainerConverter), ItemConverterParameters = new object[] { 123, "Four" })]
-
-
-
-
-
- Gets or sets the of the .
-
- The of the .
-
-
-
- The parameter list to use when constructing the described by .
- If null, the default constructor is used.
- When non-null, there must be a constructor defined in the that exactly matches the number,
- order, and type of these parameters.
-
-
-
- [JsonContainer(NamingStrategyType = typeof(MyNamingStrategy), NamingStrategyParameters = new object[] { 123, "Four" })]
-
-
-
-
-
- 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.
-
-
-
- Provides methods for converting between .NET types and JSON types.
-
-
-
-
-
-
-
- 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
- .
-
-
-
-
- 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.
- The string delimiter character.
- The string escape handling.
- 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 should be 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 of 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 should be formatted.
- A collection of 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 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 used.
-
- The type of the value being serialized.
- This parameter is used when is to write out the type name if the type of the value does not match.
- Specifying 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 should be formatted.
- The used to serialize the object.
- If this is null, default serialization settings will be 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 should be formatted.
- The used to serialize the object.
- If this is null, default serialization settings will be used.
-
- The type of the value being serialized.
- This parameter is used when is to write out the type name if the type of the value does not match.
- Specifying 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 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 inferred 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 inferred 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 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 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 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 used.
-
-
-
-
- Serializes the to a JSON string.
-
- The node to serialize.
- A JSON string of the .
-
-
-
- Serializes the to a JSON string using formatting.
-
- The node to serialize.
- Indicates how the output should be formatted.
- A JSON string of the .
-
-
-
- Serializes the to a JSON string using formatting and omits the root object if is true.
-
- The node to serialize.
- Indicates how the output should be formatted.
- Omits writing the root object.
- A JSON string of the .
-
-
-
- Deserializes the from a JSON string.
-
- The JSON string.
- The deserialized .
-
-
-
- Deserializes the from a JSON string nested in a root element specified by .
-
- The JSON string.
- The name of the root element to append when deserializing.
- The deserialized .
-
-
-
- Deserializes the from a JSON string nested in a root element specified by
- and writes a Json.NET array attribute for collections.
-
- The JSON string.
- The name of the root element to append when deserializing.
-
- A value 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 .
-
-
-
- Deserializes the from a JSON string nested in a root element specified by ,
- writes a Json.NET array attribute for collections, and encodes special characters.
-
- The JSON string.
- The name of the root element to append when deserializing.
-
- A value to indicate whether to write the Json.NET array attribute.
- This attribute helps preserve arrays when converting the written XML back to JSON.
-
-
- A value to indicate whether to encode special characters when converting JSON to XML.
- If true, special characters like ':', '@', '?', '#' and '$' in JSON property names aren't used to specify
- XML namespaces, attributes or processing directives. Instead special characters are encoded and written
- as part of the XML element name.
-
- The deserialized .
-
-
-
- Serializes the to a JSON string.
-
- The node to convert to JSON.
- A JSON string of the .
-
-
-
- Serializes the to a JSON string using formatting.
-
- The node to convert to JSON.
- Indicates how the output should be formatted.
- A JSON string of the .
-
-
-
- Serializes the to a JSON string using formatting and omits the root object if is true.
-
- The node to serialize.
- Indicates how the output should be formatted.
- Omits writing the root object.
- A JSON string of the .
-
-
-
- Deserializes the from a JSON string.
-
- The JSON string.
- The deserialized .
-
-
-
- Deserializes the from a JSON string nested in a root element specified by .
-
- The JSON string.
- The name of the root element to append when deserializing.
- The deserialized .
-
-
-
- Deserializes the from a JSON string nested in a root element specified by
- and writes a Json.NET array attribute for collections.
-
- The JSON string.
- The name of the root element to append when deserializing.
-
- A value 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 .
-
-
-
- Deserializes the from a JSON string nested in a root element specified by ,
- writes a Json.NET array attribute for collections, and encodes special characters.
-
- The JSON string.
- The name of the root element to append when deserializing.
-
- A value to indicate whether to write the Json.NET array attribute.
- This attribute helps preserve arrays when converting the written XML back to JSON.
-
-
- A value to indicate whether to encode special characters when converting JSON to XML.
- If true, special characters like ':', '@', '?', '#' and '$' in JSON property names aren't used to specify
- XML namespaces, attributes or processing directives. Instead special characters are encoded and written
- as part of the XML element name.
-
- The deserialized .
-
-
-
- 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 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.
-
-
-
- Converts an object to and from JSON.
-
- The object type to convert.
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- 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.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read. If there is no existing value then null will be used.
- The existing value has a value.
- 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.
-
-
-
-
- Instructs the to use the specified when serializing the member or class.
-
-
-
-
- Gets the of the .
-
- The of the .
-
-
-
- The parameter list to use when constructing the described by .
- If null, the default constructor is used.
-
-
-
-
- Initializes a new instance of the class.
-
- Type of the .
-
-
-
- Initializes a new instance of the class.
-
- Type of the .
- Parameter list to use when constructing the . Can be null.
-
-
-
- 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 null 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.
-
-
-
-
- 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.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Instructs the not to serialize the public field or public read/write property value.
-
-
-
-
- Base class for a table of atomized string objects.
-
-
-
-
- Gets a string containing the same characters as the specified range of characters in the given array.
-
- The character array containing the name to find.
- The zero-based index into the array specifying the first character of the name.
- The number of characters in the name.
- A string containing the same characters as the specified range of characters in the given array.
-
-
-
- Instructs the how to serialize the object.
-
-
-
-
- Gets or sets the member serialization.
-
- The member serialization.
-
-
-
- Gets or sets the missing member handling used when deserializing this object.
-
- The missing member handling.
-
-
-
- Gets or sets how the object's properties with null values are handled during serialization and deserialization.
-
- How the object's properties with null values are handled during serialization and deserialization.
-
-
-
- Gets or sets a value that indicates whether the object's properties are required.
-
-
- A value indicating whether the object's properties are required.
-
-
-
-
- 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.
-
-
-
- Instructs the to always serialize the member with the specified name.
-
-
-
-
- Gets or sets the type used when serializing the property's collection items.
-
- The collection's items type.
-
-
-
- The parameter list to use when constructing the described by .
- If null, the default constructor is used.
- When non-null, there must be a constructor defined in the that exactly matches the number,
- order, and type of these parameters.
-
-
-
- [JsonProperty(ItemConverterType = typeof(MyContainerConverter), ItemConverterParameters = new object[] { 123, "Four" })]
-
-
-
-
-
- Gets or sets the of the .
-
- The of the .
-
-
-
- The parameter list to use when constructing the described by .
- If null, the default constructor is used.
- When non-null, there must be a constructor defined in the that exactly matches the number,
- order, and type of these parameters.
-
-
-
- [JsonProperty(NamingStrategyType = typeof(MyNamingStrategy), NamingStrategyParameters = new object[] { 123, "Four" })]
-
-
-
-
-
- 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 of a member.
-
- The numeric order of serialization.
-
-
-
- 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 reference loop handling used when serializing the property's collection items.
-
- The collection's items reference loop handling.
-
-
-
- Gets or sets 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.
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class with the specified name.
-
- Name of the property.
-
-
-
- Represents a reader that provides fast, non-cached, forward-only access to serialized JSON data.
-
-
-
-
- Asynchronously reads the next JSON token from the source.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns true if the next token was read successfully; false if there are no more tokens to read.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously skips the children of the current token.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously reads the next JSON token from the source as a of .
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns the of . This result will be null at the end of an array.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously reads the next JSON token from the source as a [].
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns the []. This result will be null at the end of an array.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously reads the next JSON token from the source as a of .
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns the of . This result will be null at the end of an array.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously reads the next JSON token from the source as a of .
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns the of . This result will be null at the end of an array.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously reads the next JSON token from the source as a of .
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns the of . This result will be null at the end of an array.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously reads the next JSON token from the source as a of .
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns the of . This result will be null at the end of an array.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously reads the next JSON token from the source as a of .
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns the of . This result will be null at the end of an array.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously reads the next JSON token from the source as a .
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns the . This result will be null at the end of an array.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Specifies the state of the reader.
-
-
-
-
- A 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 method has been called.
-
-
-
-
- Reader has just read a value.
-
-
-
-
- Reader is at the start of a constructor.
-
-
-
-
- Reader is in a constructor.
-
-
-
-
- An error occurred that prevents the read operation from continuing.
-
-
-
-
- The end of the file has been reached successfully.
-
-
-
-
- Gets the current reader state.
-
- The current reader state.
-
-
-
- Gets or sets a value indicating whether the source should be closed when this reader is closed.
-
-
- true to close the source when this 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.
-
-
-
-
- Gets or sets how time zones are handled when reading JSON.
-
-
-
-
- Gets or sets how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON.
-
-
-
-
- Gets or sets how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
-
-
-
-
- Gets or sets 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 .
- A null value means there is no maximum.
- The default value is 128.
-
-
-
-
- Gets the type of the current JSON token.
-
-
-
-
- Gets the text value of the current JSON token.
-
-
-
-
- Gets the .NET 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 .
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Reads the next JSON token from the source.
-
- true if the next token was read successfully; false if there are no more tokens to read.
-
-
-
- Reads the next JSON token from the source as a of .
-
- A of . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the source as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the source as a [].
-
- A [] or null 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 source as a of .
-
- A of . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the source as a of .
-
- A of . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the source as a of .
-
- A of . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the source as a of .
-
- A of . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the source as a of .
-
- A of . 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 current token and value.
-
- The new token.
- The value.
- A flag indicating whether the position index inside an array should be updated.
-
-
-
- Sets the state based on current token type.
-
-
-
-
- Releases unmanaged and - optionally - managed resources.
-
- true to release both managed and unmanaged resources; false to release only unmanaged resources.
-
-
-
- Changes the reader's state to .
- If is set to true, the source is also closed.
-
-
-
-
- The exception thrown when an error occurs while reading JSON text.
-
-
-
-
- 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.
-
-
-
- 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 null 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).
-
-
-
- Initializes a new instance of the class
- with a specified error message, JSON path, line number, line position, 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 path to the JSON where the error occurred.
- The line number indicating where the error occurred.
- The line position indicating where the error occurred.
- The exception that is the cause of the current exception, or null if no inner exception is specified.
-
-
-
- Instructs the to always serialize the member, and to require that the member has a value.
-
-
-
-
- The exception thrown when an error occurs during JSON serialization or deserialization.
-
-
-
-
- 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.
-
-
-
- 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 null 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).
-
-
-
- Initializes a new instance of the class
- with a specified error message, JSON path, line number, line position, 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 path to the JSON where the error occurred.
- The line number indicating where the error occurred.
- The line position indicating where the error occurred.
- The exception that is the cause of the current exception, or null 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.
-
-
-
-
- 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 resolving type names.
-
-
-
-
- Gets or sets the used by the serializer when writing trace messages.
-
- The trace writer.
-
-
-
- Gets or sets the equality comparer used by the serializer when comparing references.
-
- The equality comparer.
-
-
-
- Gets or sets how type name writing and reading is handled by the serializer.
- The default value is .
-
-
- should be used with caution when your application deserializes JSON from an external source.
- Incoming types should be validated with a custom
- when deserializing with a value other than .
-
-
-
-
- Gets or sets how a type name assembly is written and resolved by the serializer.
- The default value is .
-
- The type name assembly format.
-
-
-
- Gets or sets how a type name assembly is written and resolved by the serializer.
- The default value is .
-
- The type name assembly format.
-
-
-
- Gets or sets how object references are preserved by the serializer.
- The default value is .
-
-
-
-
- Gets or sets how reference loops (e.g. a class referencing itself) is handled.
- The default value is .
-
-
-
-
- Gets or sets how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization.
- The default value is .
-
-
-
-
- Gets or sets how null values are handled during serialization and deserialization.
- The default value is .
-
-
-
-
- Gets or sets how default values are handled during serialization and deserialization.
- The default value is .
-
-
-
-
- Gets or sets how objects are created during deserialization.
- The default value is .
-
- The object creation handling.
-
-
-
- Gets or sets how constructors are used during deserialization.
- The default value is .
-
- The constructor handling.
-
-
-
- Gets or sets how metadata properties are used during deserialization.
- The default value is .
-
- 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.
- The default value is .
-
-
-
-
- Gets or sets how dates are written to JSON text.
- The default value is .
-
-
-
-
- Gets or sets how time zones are handled during serialization and deserialization.
- The default value is .
-
-
-
-
- Gets or sets how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON.
- The default value is .
-
-
-
-
- Gets or sets how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
- The default value is .
-
-
-
-
- Gets or sets how special floating point numbers, e.g. ,
- and ,
- are written as JSON text.
- The default value is .
-
-
-
-
- Gets or sets how strings are escaped when writing JSON text.
- The default value is .
-
-
-
-
- Gets or sets how and values are formatted when writing JSON text,
- and the expected date format when reading JSON text.
- The default value is "yyyy'-'MM'-'dd'T'HH':'mm':'ss.FFFFFFFK".
-
-
-
-
- Gets or sets the culture used when reading JSON.
- The default value is .
-
-
-
-
- Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a .
- A null value means there is no maximum.
- The default value is 128.
-
-
-
-
- Gets a value indicating whether there will be a check for additional JSON content after deserializing an object.
- The default value is false.
-
-
- true if there will be a check for additional JSON content after deserializing an object; otherwise, false.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Creates a new instance.
- The will not use default settings
- from .
-
-
- A new instance.
- The will not use default settings
- from .
-
-
-
-
- Creates a new instance using the specified .
- The will not use default settings
- from .
-
- The settings to be applied to the .
-
- A new instance using the specified .
- The will not use default settings
- from .
-
-
-
-
- Creates a new instance.
- The will use default settings
- from .
-
-
- A new instance.
- The will use default settings
- from .
-
-
-
-
- Creates a new instance using the specified .
- The will use default settings
- from as well as the specified .
-
- The settings to be applied to the .
-
- A new instance using the specified .
- The will use default settings
- from as well as the specified .
-
-
-
-
- Populates the JSON values onto the target object.
-
- The that contains the JSON structure to read values from.
- The target object to populate values onto.
-
-
-
- Populates the JSON values onto the target object.
-
- The that contains the JSON structure to read 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
- using the specified .
-
- The used to write the JSON structure.
- The to serialize.
-
-
-
- Serializes the specified and writes the JSON structure
- 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 to write out the type name if the type of the value does not match.
- Specifying the type is optional.
-
-
-
-
- Serializes the specified and writes the JSON structure
- 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.
- Specifying the type is optional.
-
-
-
-
- Serializes the specified and writes the JSON structure
- using the specified .
-
- The used to write the JSON structure.
- The to serialize.
-
-
-
- Specifies the settings on a object.
-
-
-
-
- Gets or sets how reference loops (e.g. a class referencing itself) are handled.
- The default value is .
-
- 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.
- The default value is .
-
- Missing member handling.
-
-
-
- Gets or sets how objects are created during deserialization.
- The default value is .
-
- The object creation handling.
-
-
-
- Gets or sets how null values are handled during serialization and deserialization.
- The default value is .
-
- Null value handling.
-
-
-
- Gets or sets how default values are handled during serialization and deserialization.
- The default value is .
-
- 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 default value is .
-
- The preserve references handling.
-
-
-
- Gets or sets how type name writing and reading is handled by the serializer.
- The default value is .
-
-
- should be used with caution when your application deserializes JSON from an external source.
- Incoming types should be validated with a custom
- when deserializing with a value other than .
-
- The type name handling.
-
-
-
- Gets or sets how metadata properties are used during deserialization.
- The default value is .
-
- The metadata properties handling.
-
-
-
- Gets or sets how a type name assembly is written and resolved by the serializer.
- The default value is .
-
- The type name assembly format.
-
-
-
- Gets or sets how a type name assembly is written and resolved by the serializer.
- The default value is .
-
- The type name assembly format.
-
-
-
- Gets or sets how constructors are used during deserialization.
- The default value is .
-
- 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 equality comparer used by the serializer when comparing references.
-
- The equality comparer.
-
-
-
- Gets or sets the used by the serializer when resolving references.
-
- The reference resolver.
-
-
-
- Gets or sets a function that creates the used by the serializer when resolving references.
-
- A function that creates the used by the serializer when resolving references.
-
-
-
- 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 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.
-
-
-
- Gets or sets how and values are formatted when writing JSON text,
- and the expected date format when reading JSON text.
- The default value is "yyyy'-'MM'-'dd'T'HH':'mm':'ss.FFFFFFFK".
-
-
-
-
- Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a .
- A null value means there is no maximum.
- The default value is 128.
-
-
-
-
- Indicates how JSON text output is formatted.
- The default value is .
-
-
-
-
- Gets or sets how dates are written to JSON text.
- The default value is .
-
-
-
-
- Gets or sets how time zones are handled during serialization and deserialization.
- The default value is .
-
-
-
-
- Gets or sets how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON.
- The default value is .
-
-
-
-
- Gets or sets how special floating point numbers, e.g. ,
- and ,
- are written as JSON.
- The default value is .
-
-
-
-
- Gets or sets how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
- The default value is .
-
-
-
-
- Gets or sets how strings are escaped when writing JSON text.
- The default value is .
-
-
-
-
- Gets or sets the culture used when reading JSON.
- The default value is .
-
-
-
-
- Gets a value indicating whether there will be a check for additional content after deserializing an object.
- The default value is false.
-
-
- true if there will be a check for additional content after deserializing an object; otherwise, false.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Represents a reader that provides fast, non-cached, forward-only access to JSON text data.
-
-
-
-
- Asynchronously reads the next JSON token from the source.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns true if the next token was read successfully; false if there are no more tokens to read.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously reads the next JSON token from the source as a of .
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns the of . This result will be null at the end of an array.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously reads the next JSON token from the source as a [].
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns the []. This result will be null at the end of an array.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously reads the next JSON token from the source as a of .
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns the of . This result will be null at the end of an array.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously reads the next JSON token from the source as a of .
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns the of . This result will be null at the end of an array.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously reads the next JSON token from the source as a of .
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns the of . This result will be null at the end of an array.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously reads the next JSON token from the source as a of .
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns the of . This result will be null at the end of an array.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously reads the next JSON token from the source as a of .
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns the of . This result will be null at the end of an array.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously reads the next JSON token from the source as a .
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns the . This result will be null at the end of an array.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Initializes a new instance of the class with the specified .
-
- The containing the JSON data to read.
-
-
-
- Gets or sets the reader's property name table.
-
-
-
-
- Gets or sets the reader's character buffer pool.
-
-
-
-
- Reads the next JSON token from the underlying .
-
-
- true if the next token was read successfully; false if there are no more tokens to read.
-
-
-
-
- Reads the next JSON token from the underlying as a of .
-
- A of . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the underlying as a of .
-
- A of . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the underlying as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the underlying as a [].
-
- A [] or null 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 underlying as a of .
-
- A of . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the underlying as a of .
-
- A of . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the underlying as a of .
-
- A of . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the underlying as a of .
-
- A of . This method will return null at the end of an array.
-
-
-
- Changes the reader's state to .
- If is set to true, the underlying is also closed.
-
-
-
-
- Gets a value indicating whether the class can return line information.
-
-
- true if and can be provided; otherwise, false.
-
-
-
-
- Gets the current line number.
-
-
- The current line number or 0 if no line information is available (for example, returns false).
-
-
-
-
- Gets the current line position.
-
-
- The current line position or 0 if no line information is available (for example, returns false).
-
-
-
-
- Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data.
-
-
-
-
- Asynchronously flushes whatever is in the buffer to the destination and also flushes the destination.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes the JSON value delimiter.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes the specified end token.
-
- The end token to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously closes this writer.
- If is set to true, the destination is also closed.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes the end of the current JSON object or array.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes indent characters.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes an indent space.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes raw JSON without changing the writer's state.
-
- The raw JSON to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a null value.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes the property name of a name/value pair of a JSON object.
-
- The name of the property.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes the property name of a name/value pair of 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.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes the beginning of a JSON array.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes the beginning of a JSON object.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes the start of a constructor with the given name.
-
- The name of the constructor.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes an undefined value.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes the given white space.
-
- The string of white space characters.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a [] value.
-
- The [] value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a comment /*...*/ containing the specified text.
-
- Text to place inside the comment.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes the end of an array.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes the end of a constructor.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes the end of a JSON object.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes raw JSON where a value is expected and updates the writer's state.
-
- The raw JSON to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Gets or sets the writer's character array pool.
-
-
-
-
- Gets or sets how many s to write for each level in the hierarchy when is set to .
-
-
-
-
- Gets or sets which character to use to quote attribute values.
-
-
-
-
- Gets or sets which character to use for indenting when is set to .
-
-
-
-
- Gets or sets a value indicating whether object names will be surrounded with quotes.
-
-
-
-
- Initializes a new instance of the class using the specified .
-
- The to write to.
-
-
-
- Flushes whatever is in the buffer to the underlying and also flushes the underlying .
-
-
-
-
- Closes this writer.
- If is set to true, the underlying is also closed.
- If is set to true, the JSON is auto-completed.
-
-
-
-
- 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 of value.
-
- The of value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a of value.
-
- The of value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a [] value.
-
- The [] value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a comment /*...*/ containing the specified text.
-
- Text to place inside the comment.
-
-
-
- Writes the given white space.
-
- The string of white space characters.
-
-
-
- Specifies the type of JSON token.
-
-
-
-
- This is returned by the if a read 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.
-
-
- JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
-
-
-
-
-
- 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 .NET type for the current JSON token.
-
-
-
-
-
- Initializes a new instance of the class that
- validates the content returned from the given .
-
- The to read from while validating.
-
-
-
- Gets or sets the schema.
-
- The schema.
-
-
-
- Gets the used to construct this .
-
- The specified in the constructor.
-
-
-
- Changes the reader's state to .
- If is set to true, the underlying is also closed.
-
-
-
-
- Reads the next JSON token from the underlying as a of .
-
- A of .
-
-
-
- Reads the next JSON token from the underlying as a [].
-
-
- A [] or null if the next JSON token is null.
-
-
-
-
- Reads the next JSON token from the underlying as a of .
-
- A of .
-
-
-
- Reads the next JSON token from the underlying as a of .
-
- A of .
-
-
-
- Reads the next JSON token from the underlying as a of .
-
- A of .
-
-
-
- Reads the next JSON token from the underlying as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the underlying as a of .
-
- A of . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the underlying as a of .
-
- A of .
-
-
-
- Reads the next JSON token from the underlying .
-
-
- true if the next token was read successfully; false if there are no more tokens to read.
-
-
-
-
- Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data.
-
-
-
-
- Asynchronously closes this writer.
- If is set to true, the destination is also closed.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously flushes whatever is in the buffer to the destination and also flushes the destination.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes the specified end token.
-
- The end token to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes indent characters.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes the JSON value delimiter.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes an indent space.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes raw JSON without changing the writer's state.
-
- The raw JSON to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes the end of the current JSON object or array.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes the end of an array.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes the end of a constructor.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes the end of a JSON object.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a null value.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes the property name of a name/value pair of a JSON object.
-
- The name of the property.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes the property name of a name/value pair of 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.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes the beginning of a JSON array.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a comment /*...*/ containing the specified text.
-
- Text to place inside the comment.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes raw JSON where a value is expected and updates the writer's state.
-
- The raw JSON to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes the start of a constructor with the given name.
-
- The name of the constructor.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes the beginning of a JSON object.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes the current token.
-
- The to read the token from.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes the current token.
-
- The to read the token from.
- A flag indicating whether the current token's children should be written.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes the token and its value.
-
- The to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes the token and its value.
-
- The to write.
-
- The value to write.
- A value is only required for tokens that have an associated value, e.g. the property name for .
- null can be passed to the method for tokens that don't have a value, e.g. .
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a [] value.
-
- The [] value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes an undefined value.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes the given white space.
-
- The string of white space characters.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously ets the state of the .
-
- The being written.
- The value being written.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Gets or sets a value indicating whether the destination should be closed when this writer is closed.
-
-
- true to close the destination when this writer is closed; otherwise false. The default is true.
-
-
-
-
- Gets or sets a value indicating whether the JSON should be auto-completed when this writer is closed.
-
-
- true to auto-complete the JSON when this 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.
-
-
-
-
- Gets or sets a value indicating how JSON text output should be formatted.
-
-
-
-
- Gets or sets how dates are written to JSON text.
-
-
-
-
- Gets or sets how time zones are handled when writing JSON text.
-
-
-
-
- Gets or sets how strings are escaped when writing JSON text.
-
-
-
-
- Gets or sets how special floating point numbers, e.g. ,
- and ,
- are written to JSON text.
-
-
-
-
- Gets or sets how and values are formatted when writing JSON text.
-
-
-
-
- Gets or sets the culture used when writing JSON. Defaults to .
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Flushes whatever is in the buffer to the destination and also flushes the destination.
-
-
-
-
- Closes this writer.
- If is set to true, the destination is also closed.
- If is set to true, the JSON is auto-completed.
-
-
-
-
- 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 of a JSON object.
-
- The name of the property.
-
-
-
- Writes the property name of a name/value pair of 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 token and its value.
-
- The to write.
-
- The value to write.
- A value is only required for tokens that have an associated value, e.g. the property name for .
- null can be passed to the method for tokens that don't have a value, e.g. .
-
-
-
-
- Writes the token.
-
- The to write.
-
-
-
- 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 of value.
-
- The of value to write.
-
-
-
- Writes a of value.
-
- The of value to write.
-
-
-
- Writes a of value.
-
- The of value to write.
-
-
-
- Writes a of value.
-
- The of value to write.
-
-
-
- Writes a of value.
-
- The of value to write.
-
-
-
- Writes a of value.
-
- The of value to write.
-
-
-
- Writes a of value.
-
- The of value to write.
-
-
-
- Writes a of value.
-
- The of value to write.
-
-
-
- Writes a of value.
-
- The of value to write.
-
-
-
- Writes a of value.
-
- The of value to write.
-
-
-
- Writes a of value.
-
- The of value to write.
-
-
-
- Writes a of value.
-
- The of value to write.
-
-
-
- Writes a of value.
-
- The of value to write.
-
-
-
- Writes a of value.
-
- The of value to write.
-
-
-
- Writes a of value.
-
- The of value to write.
-
-
-
- Writes a of value.
-
- The of value to write.
-
-
-
- Writes a of value.
-
- The of 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 a comment /*...*/ containing the specified text.
-
- Text to place inside the comment.
-
-
-
- Writes the given white space.
-
- The string of white space characters.
-
-
-
- Releases unmanaged and - optionally - managed resources.
-
- true to release both managed and unmanaged resources; false to release only unmanaged resources.
-
-
-
- Sets the state of the .
-
- The being written.
- The value being written.
-
-
-
- The exception thrown when an error occurs while writing JSON text.
-
-
-
-
- Gets the path to the JSON where the error occurred.
-
- The path to the JSON where the error occurred.
-
-
-
- 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 null 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).
-
-
-
- Initializes a new instance of the class
- with a specified error message, JSON path 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 path to the JSON where the error occurred.
- The exception that is the cause of the current exception, or null if no inner exception is specified.
-
-
-
- Specifies how JSON comments are handled when loading JSON.
-
-
-
-
- Ignore comments.
-
-
-
-
- Load comments as a with type .
-
-
-
-
- Specifies how duplicate property names are handled when loading JSON.
-
-
-
-
- Replace the existing value when there is a duplicate property. The value of the last property in the JSON object will be used.
-
-
-
-
- Ignore the new value when there is a duplicate property. The value of the first property in the JSON object will be used.
-
-
-
-
- Throw a when a duplicate property is encountered.
-
-
-
-
- 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 token in the source collection.
-
-
-
- Returns a collection of tokens that contains every token in the source collection, and 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 every token in the source collection, the ancestors of every token 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 token in the source collection.
-
-
-
- Returns a collection of tokens that contains every token in the source collection, and 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 every token in the source collection, and the descendants of every token 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 token 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 token 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 token 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 token 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 token 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 token 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 of with the specified key.
-
-
-
-
-
- Represents a JSON array.
-
-
-
-
-
-
-
- Writes this token to a asynchronously.
-
- A into which this method will write.
- The token to monitor for cancellation requests.
- A collection of which will be used when writing the token.
- A that represents the asynchronous write operation.
-
-
-
- Asynchronously loads a from a .
-
- A that will be read for the content of the .
- If this is null, default load settings will be used.
- The token to monitor for cancellation requests. The default value is .
- A representing the asynchronous load. The property contains the JSON that was read from the specified .
-
-
-
- Asynchronously loads a from a .
-
- A that will be read for the content of the .
- The used to load the JSON.
- If this is null, default load settings will be used.
- The token to monitor for cancellation requests. The default value is .
- A representing the asynchronous load. The property contains the JSON that was read from the specified .
-
-
-
- Gets the container's children tokens.
-
- The container's children tokens.
-
-
-
- Gets the node type for this .
-
- The type.
-
-
-
- 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 .
-
-
-
- Loads an from a .
-
- A that will be read for the content of the .
- The used to load the JSON.
- If this is null, default load settings will be used.
- 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.
-
-
-
-
-
-
- Load a from a string that contains JSON.
-
- A that contains JSON.
- The used to load the JSON.
- If this is null, default load settings will be used.
- 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 key.
-
- The with the specified key.
-
-
-
- Gets or sets the at the specified index.
-
-
-
-
-
- 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 .
-
-
-
-
- Removes the item at the specified index.
-
- The zero-based index of the item to remove.
-
- is not a valid index in the .
-
-
-
-
- Returns an enumerator that iterates through the collection.
-
-
- A of that can be used to iterate through the collection.
-
-
-
-
- Adds an item to the .
-
- The object to add to the .
-
-
-
- Removes all items from the .
-
-
-
-
- Determines whether the contains a specific value.
-
- The object to locate in the .
-
- true if is found in the ; otherwise, false.
-
-
-
-
- Copies the elements of the to an array, starting at a particular array index.
-
- The array.
- Index of the array.
-
-
-
- Gets a value indicating whether the is read-only.
-
- true if the is read-only; otherwise, false.
-
-
-
- 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 .
-
-
-
-
- Represents a JSON constructor.
-
-
-
-
- Writes this token to a asynchronously.
-
- A into which this method will write.
- The token to monitor for cancellation requests.
- A collection of which will be used when writing the token.
- A that represents the asynchronous write operation.
-
-
-
- Asynchronously loads a from a .
-
- A that will be read for the content of the .
- The token to monitor for cancellation requests. The default value is .
-
- A that represents the asynchronous load. The
- property returns a that contains the JSON that was read from the specified .
-
-
-
- Asynchronously loads a from a .
-
- A that will be read for the content of the .
- The used to load the JSON.
- If this is null, default load settings will be used.
- The token to monitor for cancellation requests. The default value is .
-
- A that represents the asynchronous load. The
- property returns 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.
-
-
-
- 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.
-
-
-
- Gets the with the specified key.
-
- The with the specified key.
-
-
-
- Loads a from a .
-
- A that will be read for the content of the .
- A that contains the JSON that was read from the specified .
-
-
-
- Loads a from a .
-
- A that will be read for the content of the .
- The used to load the JSON.
- If this is null, default load settings will be used.
- A that contains the JSON that was read from the specified .
-
-
-
- Represents a token that can contain other tokens.
-
-
-
-
- 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.
-
-
-
- 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.
-
-
-
- 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 .
-
-
-
-
- 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 of containing the descendant tokens of the .
-
-
-
- Returns a collection of the tokens that contain this token, and all descendant tokens of this token, in document order.
-
- An of containing this token, and all 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 a that can be used to add tokens to the .
-
- A that is ready to have content written to it.
-
-
-
- Replaces the child nodes of this token with the specified content.
-
- The content.
-
-
-
- Removes the child nodes from this token.
-
-
-
-
- Merge the specified content into this .
-
- The content to be merged.
-
-
-
- Merge the specified content into this using .
-
- The content to be merged.
- The used to merge the content.
-
-
-
- Gets the count of child JSON tokens.
-
- The count of child JSON tokens.
-
-
-
- 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 can be used to iterate through the collection.
-
-
- A that can be used to iterate through the collection.
-
-
-
-
- Gets the of with the specified key.
-
-
-
-
-
- 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.
-
-
-
-
- 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.
-
-
-
-
- Represents a JSON object.
-
-
-
-
-
-
-
- Writes this token to a asynchronously.
-
- A into which this method will write.
- The token to monitor for cancellation requests.
- A collection of which will be used when writing the token.
- A that represents the asynchronous write operation.
-
-
-
- Asynchronously loads a from a .
-
- A that will be read for the content of the .
- The token to monitor for cancellation requests. The default value is .
-
- A that represents the asynchronous load. The
- property returns a that contains the JSON that was read from the specified .
-
-
-
- Asynchronously loads a from a .
-
- A that will be read for the content of the .
- The used to load the JSON.
- If this is null, default load settings will be used.
- The token to monitor for cancellation requests. The default value is .
-
- A that represents the asynchronous load. The
- property returns a that contains the JSON that was read from the specified .
-
-
-
- Gets the container's children tokens.
-
- The container's children tokens.
-
-
-
- Occurs when a property value changes.
-
-
-
-
- Occurs when a property value is changing.
-
-
-
-
- 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 the node type for this .
-
- The type.
-
-
-
- Gets an of of this object's properties.
-
- An of of this object's properties.
-
-
-
- Gets a with the specified name.
-
- The property name.
- A with the specified name or null.
-
-
-
- Gets the with the specified name.
- The exact name will be searched for first and if no matching property is found then
- the will be used to match a property.
-
- The property name.
- One of the enumeration values that specifies how the strings will be compared.
- A matched with the specified name or null.
-
-
-
- Gets a of of this object's property values.
-
- A of of this object's property values.
-
-
-
- Gets the with the specified key.
-
- The with the specified key.
-
-
-
- Gets or sets the with the specified property name.
-
-
-
-
-
- Loads a from a .
-
- A that will be read for the content of the .
- A that contains the JSON that was read from the specified .
-
- is not valid JSON.
-
-
-
-
- Loads a from a .
-
- A that will be read for the content of the .
- The used to load the JSON.
- If this is null, default load settings will be used.
- A that contains the JSON that was read from the specified .
-
- is not valid JSON.
-
-
-
-
- Load a from a string that contains JSON.
-
- A that contains JSON.
- A populated from the string that contains JSON.
-
- is not valid JSON.
-
-
-
-
-
-
-
- Load a from a string that contains JSON.
-
- A that contains JSON.
- The used to load the JSON.
- If this is null, default load settings will be used.
- A populated from the string that contains JSON.
-
- is not valid 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.
-
-
-
- Determines whether the JSON object has the specified property name.
-
- Name of the property.
- true if the JSON object has the specified property name; otherwise, false.
-
-
-
- Removes the property with the specified name.
-
- Name of the property.
- true if item was successfully removed; otherwise, false.
-
-
-
- Tries to get the with the specified property name.
-
- Name of the property.
- The value.
- true if a value was successfully retrieved; otherwise, false.
-
-
-
- Returns an enumerator that can be used to iterate 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 responsible for binding operations performed on this object.
-
- The expression tree representation of the runtime value.
-
- The to bind this object.
-
-
-
-
- Represents a JSON property.
-
-
-
-
- Writes this token to a asynchronously.
-
- A into which this method will write.
- The token to monitor for cancellation requests.
- A collection of which will be used when writing the token.
- A that represents the asynchronous write operation.
-
-
-
- Asynchronously loads a from a .
-
- A that will be read for the content of the .
- The token to monitor for cancellation requests. The default value is .
- A representing the asynchronous creation. The
- property returns a that contains the JSON that was read from the specified .
-
-
-
- Asynchronously loads a from a .
-
- A that will be read for the content of the .
- The used to load the JSON.
- If this is null, default load settings will be used.
- The token to monitor for cancellation requests. The default value is .
- A representing the asynchronous creation. The
- property returns 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.
-
-
-
- Initializes a new instance of the class from another object.
-
- A object to copy from.
-
-
-
- Gets the node type for this .
-
- The type.
-
-
-
- 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 a from a .
-
- A that will be read for the content of the .
- A that contains the JSON that was read from the specified .
-
-
-
- Loads a from a .
-
- A that will be read for the content of the .
- The used to load the JSON.
- If this is null, default load settings will be used.
- A that contains the JSON that was read from the specified .
-
-
-
- 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.
-
-
-
-
- Asynchronously creates an instance of with the content of the reader's current token.
-
- The reader.
- The token to monitor for cancellation requests. The default value is .
- A representing the asynchronous creation. The
- property returns an instance of with the content of the reader's current token.
-
-
-
- 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.
-
-
-
- Specifies the settings used when loading JSON.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Gets or sets how JSON comments are handled when loading JSON.
- The default value is .
-
- The JSON comment handling.
-
-
-
- Gets or sets how JSON line info is handled when loading JSON.
- The default value is .
-
- The JSON line info handling.
-
-
-
- Gets or sets how duplicate property names in JSON objects are handled when loading JSON.
- The default value is .
-
- The JSON duplicate property name handling.
-
-
-
- Specifies the settings used when merging JSON.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Gets or sets the method used when merging JSON arrays.
-
- The method used when merging JSON arrays.
-
-
-
- Gets or sets how null value properties are merged.
-
- How null value properties are merged.
-
-
-
- Gets or sets the comparison used to match property names while merging.
- 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.
-
- The comparison used to match property names while merging.
-
-
-
- Specifies the settings used when selecting JSON.
-
-
-
-
- Gets or sets a timeout that will be used when executing regular expressions.
-
- The timeout that will be used when executing regular expressions.
-
-
-
- Gets or sets a flag that indicates whether an error should be thrown if
- no tokens are found when evaluating part of the expression.
-
-
- A flag that indicates whether an error should be thrown if
- no tokens are found when evaluating part of the expression.
-
-
-
-
- Represents an abstract JSON token.
-
-
-
-
- Writes this token to a asynchronously.
-
- A into which this method will write.
- The token to monitor for cancellation requests.
- A collection of which will be used when writing the token.
- A that represents the asynchronous write operation.
-
-
-
- Writes this token to a asynchronously.
-
- A into which this method will write.
- A collection of which will be used when writing the token.
- A that represents the asynchronous write operation.
-
-
-
- Asynchronously creates a from a .
-
- An positioned at the token to read into this .
- The token to monitor for cancellation requests. The default value is .
-
- A that represents the asynchronous creation. The
- property returns a 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.
-
-
-
-
- Asynchronously creates a from a .
-
- An positioned at the token to read into this .
- The used to load the JSON.
- If this is null, default load settings will be used.
- The token to monitor for cancellation requests. The default value is .
-
- A that represents the asynchronous creation. The
- property returns a 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.
-
-
-
-
- Asynchronously creates a from a .
-
- A positioned at the token to read into this .
- The token to monitor for cancellation requests. The default value is .
-
- A that represents the asynchronous creation. The
- property returns a 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.
-
-
-
-
- Asynchronously creates a from a .
-
- A positioned at the token to read into this .
- The used to load the JSON.
- If this is null, default load settings will be used.
- The token to monitor for cancellation requests. The default value is .
-
- A that represents the asynchronous creation. The
- property returns a 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.
-
-
-
-
- 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.
-
-
-
-
- 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.
-
-
-
- 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.
-
-
-
-
- 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 tokens that contain this token, and the ancestors of this token.
-
- A collection of tokens that contain this token, and the ancestors 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.
-
- The with the specified key.
-
-
-
- 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.
-
-
-
- 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 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.
-
-
- ToString() returns a non-JSON string value for tokens with a type of .
- If you want the JSON for all token types then you should use .
-
-
- The indented JSON for this token.
-
-
-
-
- Returns the JSON for this token using the given formatting and converters.
-
- Indicates how the output should be formatted.
- A collection of s 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 of .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to of .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to of .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to of .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to of .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to of .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to of .
-
- 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 of .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to of .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to of .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to of .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to of .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to of .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to of .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to of .
-
- 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 of .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to of .
-
- 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 of .
-
- 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 of .
-
- 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 of 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 of to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from of to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from of to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from of to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from of to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from of to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from of 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 of 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 of to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from of 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 of to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from of to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from of to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from of 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 of 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 of to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Creates a for this token.
-
- A 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 an instance of 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 an instance of 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 an instance of 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 an instance of 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 .
-
- A positioned at the token to read into this .
-
- A 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.
-
-
-
-
- Creates a from a .
-
- An positioned at the token to read into this .
- The used to load the JSON.
- If this is null, default load settings will be used.
-
- A 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.
-
-
-
- Load a from a string that contains JSON.
-
- A that contains JSON.
- The used to load the JSON.
- If this is null, default load settings will be used.
- A populated from the string that contains JSON.
-
-
-
- Creates a from a .
-
- A positioned at the token to read into this .
- The used to load the JSON.
- If this is null, default load settings will be used.
-
- A 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.
-
-
-
-
- Creates a from a .
-
- A positioned at the token to read into this .
-
- A 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 JSONPath expression. Selects the token that matches the object path.
-
-
- A that contains a JSONPath expression.
-
- A , or null.
-
-
-
- Selects a using a JSONPath expression. Selects the token that matches the object path.
-
-
- A that contains a JSONPath 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 using a JSONPath expression. Selects the token that matches the object path.
-
-
- A that contains a JSONPath expression.
-
- The used to select tokens.
- A .
-
-
-
- Selects a collection of elements using a JSONPath expression.
-
-
- A that contains a JSONPath expression.
-
- An of that contains the selected elements.
-
-
-
- Selects a collection of elements using a JSONPath expression.
-
-
- A that contains a JSONPath expression.
-
- A flag to indicate whether an error should be thrown if no tokens are found when evaluating part of the expression.
- An of that contains the selected elements.
-
-
-
- Selects a collection of elements using a JSONPath expression.
-
-
- A that contains a JSONPath expression.
-
- The used to select tokens.
- An of 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 .
-
-
-
- Adds an object to the annotation list of this .
-
- The annotation to add.
-
-
-
- Get the first annotation object of the specified type from this .
-
- The type of the annotation to retrieve.
- The first annotation object that matches the specified type, or null if no annotation is of the specified type.
-
-
-
- Gets the first annotation object of the specified type from this .
-
- The of the annotation to retrieve.
- The first annotation object that matches the specified type, or null if no annotation is of the specified type.
-
-
-
- Gets a collection of annotations of the specified type for this .
-
- The type of the annotations to retrieve.
- An that contains the annotations for this .
-
-
-
- Gets a collection of annotations of the specified type for this .
-
- The of the annotations to retrieve.
- An of that contains the annotations that match the specified type for this .
-
-
-
- Removes the annotations of the specified type from this .
-
- The type of annotations to remove.
-
-
-
- Removes the annotations of the specified type from this .
-
- The of annotations to remove.
-
-
-
- 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.
-
-
-
-
- Gets the at the reader's current position.
-
-
-
-
- Initializes a new instance of the class.
-
- The token to read from.
-
-
-
- Initializes a new instance of the class.
-
- The token to read from.
- The initial path of the token. It is prepended to the returned .
-
-
-
- Reads the next JSON token from the underlying .
-
-
- 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.
-
-
-
-
- Gets the at the writer's current position.
-
-
-
-
- Gets the token being written.
-
- The token being written.
-
-
-
- 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 .
-
-
-
-
- Closes this writer.
- If is set to true, the JSON is auto-completed.
-
-
- Setting to true has no additional effect, since the underlying is a type that cannot be closed.
-
-
-
-
- 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 be 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 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.
-
-
-
- Represents a value in JSON (string, integer, date, etc).
-
-
-
-
- Writes this token to a asynchronously.
-
- A into which this method will write.
- The token to monitor for cancellation requests.
- A collection of which will be used when writing the token.
- A that represents the asynchronous write operation.
-
-
-
- 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.
-
-
-
- Gets a value indicating whether this token has child tokens.
-
-
- true if this token has child values; otherwise, false.
-
-
-
-
- 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.
-
-
-
- Creates a null value.
-
- A null value.
-
-
-
- Creates a undefined value.
-
- A undefined value.
-
-
-
- Gets the node type for this .
-
- The type.
-
-
-
- Gets or sets the underlying token value.
-
- The underlying token value.
-
-
-
- Writes this token to a .
-
- A into which this method will write.
- A collection of s 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.
-
-
-
-
- Serves as a hash function for a particular type.
-
-
- A hash code for the current .
-
-
-
-
- Returns a that represents this instance.
-
-
- ToString() returns a non-JSON string value for tokens with a type of .
- If you want the JSON for all token types then you should use .
-
-
- 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 of the same type as this instance.
-
-
-
-
- Specifies how line information is handled when loading JSON.
-
-
-
-
- Ignore line information.
-
-
-
-
- Load line information.
-
-
-
-
- Specifies how JSON arrays are merged together.
-
-
-
- Concatenate arrays.
-
-
- Union arrays, skipping items that already exist.
-
-
- Replace all array items.
-
-
- Merge array items together, matched by index.
-
-
-
- Specifies how null value properties are merged.
-
-
-
-
- The content's null value properties will be ignored during merging.
-
-
-
-
- The content's null value properties will be merged.
-
-
-
-
- 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 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.
-
-
-
-
- Do not try to read metadata properties.
-
-
-
-
- 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 .
-
-
-
-
-
-
-
- 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.
-
-
-
-
- The property is not required but it cannot be a null value.
-
-
-
-
-
- Contains the JSON schema extension methods.
-
-
- JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
-
-
-
-
-
-
- Determines whether the is valid.
-
-
- JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
-
-
- The source to test.
- The schema to test with.
-
- true if the specified is valid; otherwise, false.
-
-
-
-
-
- Determines whether the is valid.
-
-
- JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
-
-
- 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 .
-
-
- JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
-
-
- The source to test.
- The schema to test with.
-
-
-
-
- Validates the specified .
-
-
- JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
-
-
- The source to test.
- The schema to test with.
- The validation event handler.
-
-
-
-
- An in-memory representation of a JSON Schema.
-
-
- JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
-
-
-
-
-
- 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 divisible by.
-
- A number that the value should be divisible 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 disallowed 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.
-
-
-
- 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 JSON Schema.
-
- A that contains JSON Schema.
- A populated from the string that contains JSON Schema.
-
-
-
- Load a from a string that contains JSON Schema using the specified .
-
- A that contains JSON Schema.
- The resolver.
- A populated from the string that contains JSON Schema.
-
-
-
- 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 .
-
-
-
-
-
- Returns detailed information about the schema exception.
-
-
- JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
-
-
-
-
-
- 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.
-
-
-
- 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 null 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).
-
-
-
-
- Generates a from a specified .
-
-
- JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
-
-
-
-
-
- Gets or sets how undefined schemas are handled by the serializer.
-
-
-
-
- Gets or sets the contract resolver.
-
- The contract resolver.
-
-
-
- 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.
-
-
-
-
- Resolves from an id.
-
-
- JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
-
-
-
-
-
- Gets or sets the loaded schemas.
-
- The loaded schemas.
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Gets a for the specified reference.
-
- The id.
- A for the specified reference.
-
-
-
-
- The value types allowed by the .
-
-
- JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
-
-
-
-
-
- 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 .
-
-
- JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
-
-
-
-
-
- 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 .
-
-
- JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
-
-
-
-
-
- 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 .
-
-
- JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
-
-
-
-
-
- A camel case naming strategy.
-
-
-
-
- Initializes a new instance of the class.
-
-
- A flag indicating whether dictionary keys should be processed.
-
-
- A flag indicating whether explicitly specified property names should be processed,
- e.g. a property name customized with a .
-
-
-
-
- Initializes a new instance of the class.
-
-
- A flag indicating whether dictionary keys should be processed.
-
-
- A flag indicating whether explicitly specified property names should be processed,
- e.g. a property name customized with a .
-
-
- A flag indicating whether extension data names should be processed.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Resolves the specified property name.
-
- The property name to resolve.
- The resolved property name.
-
-
-
- Resolves member mappings for a type, camel casing property names.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Resolves the contract for a given type.
-
- The type to resolve a contract for.
- The contract for a given type.
-
-
-
- Used by to resolve a for a given .
-
-
-
-
- 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.
-
-
-
-
- Gets or sets a value indicating whether to ignore IsSpecified members when serializing and deserializing types.
-
-
- true if the IsSpecified members will be ignored when serializing and deserializing types; otherwise, false.
-
-
-
-
- Gets or sets a value indicating whether to ignore ShouldSerialize members when serializing and deserializing types.
-
-
- true if the ShouldSerialize members will be ignored when serializing and deserializing types; otherwise, false.
-
-
-
-
- Gets or sets the naming strategy used to resolve how property names and dictionary keys are serialized.
-
- The naming strategy used to resolve how property names and dictionary keys are serialized.
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- 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.
- Resolved name of the property.
-
-
-
- Resolves the name of the extension data. By default no changes are made to extension data names.
-
- Name of the extension data.
- Resolved name of the extension data.
-
-
-
- Resolves the key of the dictionary. By default is used to resolve dictionary keys.
-
- Key of the dictionary.
- Resolved key of the dictionary.
-
-
-
- Gets the resolved name of the property.
-
- Name of the property.
- Name of the property.
-
-
-
- The default naming strategy. Property names and dictionary keys are unchanged.
-
-
-
-
- Resolves the specified property name.
-
- The property name to resolve.
- The resolved property name.
-
-
-
- The default serialization binder used when resolving and loading classes from type names.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- 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.
-
-
-
-
- Gets the that will be used to filter the trace messages passed to the writer.
- For example a filter level of will exclude messages and include ,
- and 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.
-
-
-
- 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 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.
-
-
-
-
- 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.
-
-
-
- Initializes a new instance of the class.
-
- The current object.
- 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.
-
-
-
- Provides methods to get attributes.
-
-
-
-
- Returns a collection of all of the attributes, or an empty collection if there are no attributes.
-
- When true, look up the hierarchy chain for the inherited custom attribute.
- A collection of s, or an empty collection.
-
-
-
- Returns a collection of attributes, identified by type, or an empty collection if there are no attributes.
-
- The type of the attributes.
- When true, look up the hierarchy chain for the inherited custom attribute.
- A collection of s, or an empty collection.
-
-
-
- Used by to resolve a for a given .
-
-
-
-
-
-
-
-
- Resolves the contract for a given type.
-
- The type to resolve a contract for.
- The contract for a given type.
-
-
-
- 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 was resolved from the reference.
-
-
-
- Gets the reference for the specified 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.
-
-
-
- Allows users to control class loading and mandate what class to load.
-
-
-
-
- When implemented, 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 implemented, 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.
-
-
-
-
- Gets the that will be used to filter the trace messages passed to the writer.
- For example a filter level of will exclude messages and include ,
- and 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.
-
-
-
- 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 .
-
-
-
-
- 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.
-
-
-
- Gets or sets the function used to create the object. When set this function will override .
-
- The function used to create the object.
-
-
-
- Gets a value indicating whether the creator has a parameter with the collection values.
-
- true if the creator has a parameter with the collection values; otherwise, false.
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Contract details for a used by the .
-
-
-
-
- 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.
-
-
-
- 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 .
-
-
-
-
- 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 the internally resolved for the contract's type.
- This converter is used as a fallback converter when no other converter is resolved.
- Setting will always override this 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 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.
-
-
-
- Contract details for a used by the .
-
-
-
-
- Gets or sets the dictionary key resolver.
-
- The dictionary key resolver.
-
-
-
- Gets the of the dictionary keys.
-
- The of the dictionary keys.
-
-
-
- Gets the of the dictionary values.
-
- The of the dictionary values.
-
-
-
- Gets or sets the function used to create the object. When set this function will override .
-
- The function used to create the object.
-
-
-
- Gets a value indicating whether the creator has a parameter with the dictionary values.
-
- true if the creator has a parameter with the dictionary values; otherwise, false.
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Contract details for a used by the .
-
-
-
-
- Gets the object's properties.
-
- The object's properties.
-
-
-
- Gets or sets the property name resolver.
-
- The property name resolver.
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Contract details for a used by the .
-
-
-
-
- Gets or sets the object constructor.
-
- The object constructor.
-
-
-
- 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.
-
-
-
- Contract details for a used by the .
-
-
-
-
- Gets or sets the object member serialization.
-
- The member object serialization.
-
-
-
- Gets or sets the missing member handling used when deserializing this object.
-
- The missing member handling.
-
-
-
- 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 or sets how the object's properties with null values are handled during serialization and deserialization.
-
- How the object's properties with null values are handled during serialization and deserialization.
-
-
-
- Gets the object's properties.
-
- The object's properties.
-
-
-
- Gets a collection of instances that define the parameters used with .
-
-
-
-
- Gets or sets the function used to create the object. When set this function will override .
- This function is called with a collection of arguments which are defined by the collection.
-
- The function used to create the object.
-
-
-
- Gets or sets the extension data setter.
-
-
-
-
- Gets or sets the extension data getter.
-
-
-
-
- Gets or sets the extension data value type.
-
-
-
-
- Gets or sets the extension data name resolver.
-
- The extension data name resolver.
-
-
-
- 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.
-
-
-
-
- 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 of a member.
-
- The numeric order of serialization.
-
-
-
- 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 for this property.
-
- The for this property.
-
-
-
- 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 precedence 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 a value indicating whether has a value specified.
-
-
-
-
- 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 serialized.
-
- A predicate used to determine whether the property should be serialized.
-
-
-
- Gets or sets a predicate used to determine whether the property should be deserialized.
-
- A predicate used to determine whether the property should be deserialized.
-
-
-
- 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.
-
-
-
- Returns a that represents this instance.
-
-
- A that represents this instance.
-
-
-
-
- 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 type name handling used when serializing the property's collection items.
-
- The collection's items type name handling.
-
-
-
- Gets or sets 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 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.
-
-
-
- Lookup and create an instance of the type described by the argument.
-
- The type to create.
- Optional arguments to pass to an initializing constructor of the JsonConverter.
- If null, the default constructor is used.
-
-
-
- A kebab case naming strategy.
-
-
-
-
- Initializes a new instance of the class.
-
-
- A flag indicating whether dictionary keys should be processed.
-
-
- A flag indicating whether explicitly specified property names should be processed,
- e.g. a property name customized with a .
-
-
-
-
- Initializes a new instance of the class.
-
-
- A flag indicating whether dictionary keys should be processed.
-
-
- A flag indicating whether explicitly specified property names should be processed,
- e.g. a property name customized with a .
-
-
- A flag indicating whether extension data names should be processed.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Resolves the specified property name.
-
- The property name to resolve.
- The resolved property name.
-
-
-
- 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.
-
-
-
-
- Gets the that will be used to filter the trace messages passed to the writer.
- For example a filter level of will exclude messages and include ,
- and messages.
-
-
- The that will be used to filter the trace messages passed to the writer.
-
-
-
-
- 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.
-
-
-
-
- A base class for resolving how property names and dictionary keys are serialized.
-
-
-
-
- A flag indicating whether dictionary keys should be processed.
- Defaults to false.
-
-
-
-
- A flag indicating whether extension data names should be processed.
- Defaults to false.
-
-
-
-
- A flag indicating whether explicitly specified property names,
- e.g. a property name customized with a , should be processed.
- Defaults to false.
-
-
-
-
- Gets the serialized name for a given property name.
-
- The initial property name.
- A flag indicating whether the property has had a name explicitly specified.
- The serialized property name.
-
-
-
- Gets the serialized name for a given extension data name.
-
- The initial extension data name.
- The serialized extension data name.
-
-
-
- Gets the serialized key for a given dictionary key.
-
- The initial dictionary key.
- The serialized dictionary key.
-
-
-
- Resolves the specified property name.
-
- The property name to resolve.
- The resolved property name.
-
-
-
- Hash code calculation
-
-
-
-
-
- Object equality implementation
-
-
-
-
-
-
- Compare to another NamingStrategy
-
-
-
-
-
-
- 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.
-
-
-
-
- Provides methods to get attributes from a , , or .
-
-
-
-
- Initializes a new instance of the class.
-
- The instance to get attributes for. This parameter should be a , , or .
-
-
-
- Returns a collection of all of the attributes, or an empty collection if there are no attributes.
-
- When true, look up the hierarchy chain for the inherited custom attribute.
- A collection of s, or an empty collection.
-
-
-
- Returns a collection of attributes, identified by type, or an empty collection if there are no attributes.
-
- The type of the attributes.
- When true, look up the hierarchy chain for the inherited custom attribute.
- A collection of s, or an empty collection.
-
-
-
- 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.
-
-
-
- A snake case naming strategy.
-
-
-
-
- Initializes a new instance of the class.
-
-
- A flag indicating whether dictionary keys should be processed.
-
-
- A flag indicating whether explicitly specified property names should be processed,
- e.g. a property name customized with a .
-
-
-
-
- Initializes a new instance of the class.
-
-
- A flag indicating whether dictionary keys should be processed.
-
-
- A flag indicating whether explicitly specified property names should be processed,
- e.g. a property name customized with a .
-
-
- A flag indicating whether extension data names should be processed.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Resolves the specified property name.
-
- The property name to resolve.
- The resolved property name.
-
-
-
- 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.
-
-
-
-
- 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 of the class 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 class is used to load the assembly.
-
-
-
-
- Specifies type name handling options for the .
-
-
- should be used with caution when your application deserializes JSON from an external source.
- Incoming types should be validated with a custom
- when deserializing with a value other than .
-
-
-
-
- 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.
- Note that this doesn't include the root serialized object by default. To include the root object's type name in JSON
- you must specify a root type object with
- or .
-
-
-
-
- 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 .
-
- The list to add to.
- The collection of elements to add.
-
-
-
- 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
-
-
-
-
- Helper class for serializing immutable collections.
- Note that this is used by all builds, even those that don't support immutable collections, in case the DLL is GACed
- https://github.com/JamesNK/Newtonsoft.Json/issues/652
-
-
-
-
- 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 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 this class lets you reuse its 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.
-
-
-
-
- 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 result in an being thrown.
-
-
-
-
- The method has been called.
-
-
-
-
- An object is being written.
-
-
-
-
- An array is being written.
-
-
-
-
- A constructor is being written.
-
-
-
-
- A property is being written.
-
-
-
-
- A write method has not been called.
-
-
-
- Specifies that an output will not be null even if the corresponding type allows it.
-
-
- Specifies that when a method returns , the parameter will not be null even if the corresponding type allows it.
-
-
- Initializes the attribute with the specified return value condition.
-
- The return value condition. If the method returns this value, the associated parameter will not be null.
-
-
-
- Gets the return value condition.
-
-
- Specifies that an output may be null even if the corresponding type disallows it.
-
-
- Specifies that null is allowed as an input even if the corresponding type disallows it.
-
-
-
- Specifies that the method will not return if the associated Boolean parameter is passed the specified value.
-
-
-
-
- Initializes a new instance of the class.
-
-
- The condition parameter value. Code after the method will be considered unreachable by diagnostics if the argument to
- the associated parameter matches this value.
-
-
-
- Gets the condition parameter value.
-
-
-
diff --git a/ISBN_Check_test/bin/Debug/Renci.SshNet.dll b/ISBN_Check_test/bin/Debug/Renci.SshNet.dll
deleted file mode 100644
index 751e3a5..0000000
Binary files a/ISBN_Check_test/bin/Debug/Renci.SshNet.dll and /dev/null differ
diff --git a/ISBN_Check_test/bin/Debug/Renci.SshNet.xml b/ISBN_Check_test/bin/Debug/Renci.SshNet.xml
deleted file mode 100644
index 5c502b6..0000000
--- a/ISBN_Check_test/bin/Debug/Renci.SshNet.xml
+++ /dev/null
@@ -1,23057 +0,0 @@
-
-
-
- Renci.SshNet
-
-
-
-
- Generates a array of the specified length, and fills it with a
- cryptographically strong random sequence of values.
-
- The length of the array generate.
-
-
-
- Fills an array of bytes with a cryptographically strong random sequence of values.
-
- The array to fill with cryptographically strong random bytes.
- is null.
-
- The length of the byte array determines how many random bytes are produced.
-
-
-
-
- Returns the Internet Protocol (IP) addresses for the specified host.
-
- The host name or IP address to resolve
-
- An array of type that holds the IP addresses for the host that
- is specified by the parameter.
-
- is null.
- An error is encountered when resolving .
-
-
-
- Returns an enumerable collection of file information that matches a search pattern.
-
-
- The search string to match against the names of files.
-
- An enumerable collection of files that matches .
-
- is null.
- is null.
- The path represented by does not exist or is not valid.
-
-
-
- Returns a value indicating whether the specified can be used
- to send data.
-
- The to check.
-
- true if can be written to; otherwise, false.
-
-
-
-
- Reads a byte from the specified .
-
- The to read from.
- Specifies the amount of time after which the call will time out.
-
- The byte read, or -1 if the socket was closed.
-
- The read operation timed out.
- The read failed.
-
-
-
- Sends a byte using the specified .
-
- The to write to.
- The value to send.
- The write failed.
-
-
-
- Receives data from a bound .
-
-
- The number of bytes to receive.
- Specifies the amount of time after which the call will time out.
-
- The bytes received.
-
-
- If no data is available for reading, the method will
- block until data is available or the time-out value is exceeded. If the time-out value is exceeded, the
- call will throw a .
- If you are in non-blocking mode, and there is no data available in the in the protocol stack buffer, the
- method will complete immediately and throw a .
-
-
-
-
- Receives data from a bound into a receive buffer.
-
-
- An array of type that is the storage location for the received data.
- The position in parameter to store the received data.
- The number of bytes to receive.
- The maximum time to wait until bytes have been received.
-
- The number of bytes received.
-
-
-
- If no data is available for reading, the method will
- block until data is available or the time-out value is exceeded. If the time-out value is exceeded, the
- call will throw a .
-
-
- If you are in non-blocking mode, and there is no data available in the in the protocol stack buffer, the
- method will complete immediately and throw a .
-
-
-
-
-
- Suspends the current thread for the specified number of milliseconds.
-
- The number of milliseconds for which the thread is suspended.
-
-
-
- Executes the specified action in a separate thread.
-
- The action to execute.
-
-
-
- Base class for all supported authentication methods
-
-
-
-
- Gets the name of the authentication method.
-
-
- The name of the authentication method.
-
-
-
-
- Gets connection username.
-
-
-
-
- Gets list of allowed authentications.
-
-
-
-
- Initializes a new instance of the class.
-
- The username.
- is whitespace or null.
-
-
-
- Authenticates the specified session.
-
- The session to authenticate.
-
- The result of the authentication process.
-
-
-
-
- Authenticates the specified session.
-
- The session to authenticate.
-
- The result of the authentication process.
-
-
-
-
- Represents possible authentication methods results
-
-
-
-
- Authentication was successful.
-
-
-
-
- Authentication completed with partial success.
-
-
-
-
- Authentication failed.
-
-
-
-
- Serves as base class for client implementations, provides common client functionality.
-
-
-
-
- Holds value indicating whether the connection info is owned by this client.
-
-
-
-
- Gets the current session.
-
-
- The current session.
-
-
-
-
- Gets the factory for creating new services.
-
-
- The factory for creating new services.
-
-
-
-
- Gets the connection info.
-
-
- The connection info.
-
- The method was called after the client was disposed.
-
-
-
- Gets a value indicating whether this client is connected to the server.
-
-
- true if this client is connected; otherwise, false.
-
- The method was called after the client was disposed.
-
-
-
- Gets or sets the keep-alive interval.
-
-
- The keep-alive interval. Specify negative one (-1) milliseconds to disable the
- keep-alive. This is the default value.
-
- The method was called after the client was disposed.
-
-
-
- Occurs when an error occurred.
-
-
-
-
-
-
-
- Occurs when host key received.
-
-
-
-
-
-
-
- Initializes a new instance of the class.
-
- The connection info.
- Specified whether this instance owns the connection info.
- is null.
-
- If is true, then the
- connection info will be disposed when this instance is disposed.
-
-
-
-
- Initializes a new instance of the class.
-
- The connection info.
- Specified whether this instance owns the connection info.
- The factory to use for creating new services.
- is null.
- is null.
-
- If is true, then the
- connection info will be disposed when this instance is disposed.
-
-
-
-
- Connects client to the server.
-
- The client is already connected.
- The method was called after the client was disposed.
- Socket connection to the SSH server or proxy server could not be established, or an error occurred while resolving the hostname.
- SSH session could not be established.
- Authentication of SSH session failed.
- Failed to establish proxy connection.
-
-
-
- Disconnects client from the server.
-
- The method was called after the client was disposed.
-
-
-
- Sends a keep-alive message to the server.
-
-
- Use to configure the client to send a keep-alive at regular
- intervals.
-
- The method was called after the client was disposed.
-
-
-
- Called when client is connecting to the server.
-
-
-
-
- Called when client is connected to the server.
-
-
-
-
- Called when client is disconnecting from the server.
-
-
-
-
- Called when client is disconnected from the server.
-
-
-
-
- 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.
-
-
-
- Check if the current instance is disposed.
-
- THe current instance is disposed.
-
-
-
- Releases unmanaged resources and performs other cleanup operations before the
- is reclaimed by garbage collection.
-
-
-
-
- Stops the keep-alive timer, and waits until all timer callbacks have been
- executed.
-
-
-
-
- Starts the keep-alive timer.
-
-
- When is negative one (-1) milliseconds, then
- the timer will not be started.
-
-
-
-
- Creates a with the specified due time and interval.
-
- The amount of time to delay before the keep-alive message is first sent. Specify negative one (-1) milliseconds to prevent the timer from starting. Specify zero (0) to start the timer immediately.
- The time interval between attempts to send a keep-alive message. Specify negative one (-1) milliseconds to disable periodic signaling.
-
- A with the specified due time and interval.
-
-
-
-
- Disposes the SSH session, and assigns null to .
-
-
-
-
- Returns a value indicating whether the SSH session is established.
-
-
- true if the SSH session is established; otherwise, false.
-
-
-
-
- Represents base class for SSH channel implementations.
-
-
-
-
- Holds a value indicating whether the SSH_MSG_CHANNEL_CLOSE has been sent to the remote party.
-
-
- true when a SSH_MSG_CHANNEL_CLOSE message has been sent to the other party;
- otherwise, false.
-
-
-
-
- Holds a value indicating whether a SSH_MSG_CHANNEL_CLOSE has been received from the other
- party.
-
-
- true when a SSH_MSG_CHANNEL_CLOSE message has been received from the other party;
- otherwise, false.
-
-
-
-
- Holds a value indicating whether the SSH_MSG_CHANNEL_EOF has been received from the other party.
-
-
- true when a SSH_MSG_CHANNEL_EOF message has been received from the other party;
- otherwise, false.
-
-
-
-
- Holds a value indicating whether the SSH_MSG_CHANNEL_EOF has been sent to the remote party.
-
-
- true when a SSH_MSG_CHANNEL_EOF message has been sent to the remote party;
- otherwise, false.
-
-
-
-
- Occurs when an exception is thrown when processing channel messages.
-
-
-
-
- Initializes a new instance.
-
- The session.
- The local channel number.
- Size of the window.
- Size of the packet.
-
-
-
- Gets the session.
-
-
- Thhe session.
-
-
-
-
- Gets the type of the channel.
-
-
- The type of the channel.
-
-
-
-
- Gets the local channel number.
-
-
- The local channel number.
-
-
-
-
- Gets the maximum size of a data packet that we can receive using the channel.
-
-
- The maximum size of a packet.
-
-
-
- This is the maximum size (in bytes) we support for the data (payload) of a
- SSH_MSG_CHANNEL_DATA message we receive.
-
-
- We currently do not enforce this limit.
-
-
-
-
-
- Gets the size of the local window.
-
-
- The size of the local window.
-
-
-
-
- Gets the remote channel number.
-
-
- The remote channel number.
-
-
-
-
- Gets the maximum size of a data packet that we can send using the channel.
-
-
- The maximum size of data that can be sent using a
- on the current channel.
-
- The channel has not been opened, or the open has not yet been confirmed.
-
-
-
- Gets the window size of the remote server.
-
-
- The size of the server window.
-
-
-
-
- Gets a value indicating whether this channel is open.
-
-
- true if this channel is open; otherwise, false.
-
-
-
-
- Occurs when is received.
-
-
-
-
- Occurs when is received.
-
-
-
-
- Occurs when is received.
-
-
-
-
- Occurs when is received.
-
-
-
-
- Occurs when is received.
-
-
-
-
- Occurs when is received.
-
-
-
-
- Occurs when is received.
-
-
-
-
- Gets a value indicating whether the session is connected.
-
-
- true if the session is connected; otherwise, false.
-
-
-
-
- Gets the connection info.
-
- The connection info.
-
-
-
- Gets the session semaphore to control number of session channels.
-
- The session semaphore.
-
-
-
- Sends a SSH_MSG_CHANNEL_DATA message with the specified payload.
-
- The payload to send.
-
-
-
- Sends a SSH_MSG_CHANNEL_DATA message with the specified payload.
-
- An array of containing the payload to send.
- The zero-based offset in at which to begin taking data from.
- The number of bytes of to send.
-
-
- When the size of the data to send exceeds the maximum packet size or the remote window
- size does not allow the full data to be sent, then this method will send the data in
- multiple chunks and will wait for the remote window size to be adjusted when it's zero.
-
-
- This is done to support SSH servers will a small window size that do not agressively
- increase their window size. We need to take into account that there may be SSH servers
- that only increase their window size when it has reached zero.
-
-
-
-
-
- Called when channel window need to be adjust.
-
- The bytes to add.
-
-
-
- Called when channel data is received.
-
- The data.
-
-
-
- Called when channel extended data is received.
-
- The data.
- The data type code.
-
-
-
- Called when channel has no more data to receive.
-
-
-
-
- Called when channel is closed by the server.
-
-
-
-
- Called when channel request received.
-
- Channel request information.
-
-
-
- Called when channel request was successful
-
-
-
-
- Called when channel request failed.
-
-
-
-
- Raises event.
-
- The exception.
-
-
-
- Sends a message to the server.
-
- The message to send.
-
- true if the message was sent to the server; otherwise, false.
-
- The size of the packet exceeds the maximum size defined by the protocol.
-
- This methods returns false when the attempt to send the message results in a
- or a .
-
-
-
-
- Sends SSH message to the server.
-
- The message.
-
-
-
- Sends a SSH_MSG_CHANNEL_EOF message to the remote server.
-
- The channel is closed.
-
-
-
- Waits for the handle to be signaled or for an error to occurs.
-
- The wait handle.
-
-
-
- Closes the channel, waiting for the SSH_MSG_CHANNEL_CLOSE message to be received from the server.
-
-
-
-
- Called when an occurs while processing a channel message.
-
- The .
-
- This method will in turn invoke , and
- raise the event.
-
-
-
-
- Determines the length of data that currently can be sent in a single message.
-
- The length of the message that must be sent.
-
- The actual data length that currently can be sent.
-
-
-
-
- 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.
-
-
-
- Releases unmanaged resources and performs other cleanup operations before the
- is reclaimed by garbage collection.
-
-
-
-
- Implements "direct-tcpip" SSH channel.
-
-
-
-
- Initializes a new instance.
-
- The session.
- The local channel number.
- Size of the window.
- Size of the packet.
-
-
-
- Gets the type of the channel.
-
-
- The type of the channel.
-
-
-
-
- Occurs as the forwarded port is being stopped.
-
-
-
-
- Binds channel to remote host.
-
-
-
-
- Closes the socket, hereby interrupting the blocking receive in .
-
-
-
-
- Shuts down the socket.
-
- One of the values that specifies the operation that will no longer be allowed.
-
-
-
- Closes the channel, waiting for the SSH_MSG_CHANNEL_CLOSE message to be received from the server.
-
-
-
-
- Called when channel data is received.
-
- The data.
-
-
-
- Called when channel is opened by the server.
-
- The remote channel number.
- Initial size of the window.
- Maximum size of the packet.
-
-
-
- Called when channel has no more data to receive.
-
-
-
-
- Called whenever an unhandled occurs in causing
- the message loop to be interrupted, or when an exception occurred processing a channel message.
-
-
-
-
- Called when the server wants to terminate the connection immmediately.
-
-
- The sender MUST NOT send or receive any data after this message, and
- the recipient MUST NOT accept any data after receiving this message.
-
-
-
-
- Implements "forwarded-tcpip" SSH channel.
-
-
-
-
- Initializes a new instance.
-
- The session.
- The local channel number.
- Size of the window.
- Size of the packet.
- The remote channel number.
- The window size of the remote party.
- The maximum size of a data packet that we can send to the remote party.
-
-
-
- Gets the type of the channel.
-
-
- The type of the channel.
-
-
-
-
- Binds the channel to the specified endpoint.
-
- The endpoint to connect to.
- The forwarded port for which the channel is opened.
-
-
-
- Occurs as the forwarded port is being stopped.
-
-
-
-
- Shuts down the socket.
-
- One of the values that specifies the operation that will no longer be allowed.
-
-
-
- Closes the socket, hereby interrupting the blocking receive in .
-
-
-
-
- Closes the channel waiting for the SSH_MSG_CHANNEL_CLOSE message to be received from the server.
-
-
-
-
- Called when channel data is received.
-
- The data.
-
-
-
- Implements Session SSH channel.
-
-
-
-
- Counts failed channel open attempts
-
-
-
-
- Holds a value indicating whether the session semaphore has been obtained by the current
- channel.
-
-
- 0 when the session semaphore has not been obtained or has already been released,
- and 1 when the session has been obtained and still needs to be released.
-
-
-
-
- Wait handle to signal when response was received to open the channel
-
-
-
-
- Initializes a new instance.
-
- The session.
- The local channel number.
- Size of the window.
- Size of the packet.
-
-
-
- Gets the type of the channel.
-
-
- The type of the channel.
-
-
-
-
- Opens the channel.
-
-
-
-
- Called when channel is opened by the server.
-
- The remote channel number.
- Initial size of the window.
- Maximum size of the packet.
-
-
-
- Called when channel failed to open.
-
- The reason code.
- The description.
- The language.
-
-
-
- Sends the pseudo terminal request.
-
- The environment variable.
- The columns.
- The rows.
- The width.
- The height.
- The terminal mode values.
-
- true if request was successful; otherwise false.
-
-
-
-
- Sends the X11 forwarding request.
-
- if set to true the it is single connection.
- The protocol.
- The cookie.
- The screen number.
-
- true if request was successful; otherwise false.
-
-
-
-
- Sends the environment variable request.
-
- Name of the variable.
- The variable value.
-
- true if request was successful; otherwise false.
-
-
-
-
- Sends the shell request.
-
-
- true if request was successful; otherwise false.
-
-
-
-
- Sends the exec request.
-
- The command.
-
- true if request was successful; otherwise false.
-
-
-
-
- Sends the exec request.
-
- Length of the break.
-
- true if request was successful; otherwise false.
-
-
-
-
- Sends the subsystem request.
-
- The subsystem.
-
- true if request was successful; otherwise false.
-
-
-
-
- Sends the window change request.
-
- The columns.
- The rows.
- The width.
- The height.
-
- true if request was successful; otherwise false.
-
-
-
-
- Sends the local flow request.
-
- if set to true [client can do].
-
- true if request was successful; otherwise false.
-
-
-
-
- Sends the signal request.
-
- Name of the signal.
-
- true if request was successful; otherwise false.
-
-
-
-
- Sends the exit status request.
-
- The exit status.
-
- true if request was successful; otherwise false.
-
-
-
-
- Sends the exit signal request.
-
- Name of the signal.
- if set to true [core dumped].
- The error message.
- The language.
-
- true if request was successful; otherwise false.
-
-
-
-
- Sends eow@openssh.com request.
-
-
- true if request was successful; otherwise false.
-
-
-
-
- Sends keepalive@openssh.com request.
-
-
- true if request was successful; otherwise false.
-
-
-
-
- Called when channel request was successful
-
-
-
-
- Called when channel request failed.
-
-
-
-
- Sends the channel open message.
-
- The client is not connected.
- The operation timed out.
- The size of the packet exceeds the maximum size defined by the protocol.
-
-
- When a session semaphore for this instance has not yet been obtained by this or any other thread,
- the thread will block until such a semaphore is available and send a
- to the remote host.
-
-
- Note that the session semaphore is released in any of the following cases:
-
- -
- A is received for the channel being opened.
-
- -
- The remote host does not respond to the within the configured .
-
- -
- The remote host closes the channel.
-
- -
- The is disposed.
-
- -
- A socket error occurs sending a message to the remote host.
-
-
-
-
- If the session semaphore was already obtained for this instance (and not released), then this method
- immediately returns control to the caller. This should only happen when another thread has obtain the
- session semaphore and already sent the , but the remote host did not
- confirmed or rejected attempt to open the channel.
-
-
-
-
-
- Releases unmanaged and - optionally - managed resources
-
- true to release both managed and unmanaged resources; false to release only unmanaged resources.
-
-
-
- Releases the session semaphore.
-
-
- When the session semaphore has already been released, or was never obtained by
- this instance, then this method does nothing.
-
-
-
-
- Lists channel types as defined by the protocol.
-
-
-
-
- session
-
-
-
-
- x11
-
-
-
-
- forwarded-tcpip
-
-
-
-
- direct-tcpip
-
-
-
-
- Initializes a new instance.
-
- The session.
- The local channel number.
- Size of the window.
- Size of the packet.
-
-
-
- Occurs when is received.
-
-
-
-
- Occurs when is received.
-
-
-
-
- Called when channel is opened by the server.
-
- The remote channel number.
- Initial size of the window.
- Maximum size of the packet.
-
-
-
- Send message to open a channel.
-
- Message to send
- The client is not connected.
- The operation timed out.
- The size of the packet exceeds the maximum size defined by the protocol.
-
-
-
- Called when channel failed to open.
-
- The reason code.
- The description.
- The language.
-
-
-
- Unsubscribes the current from session events.
-
- The session.
-
- Does nothing when is null.
-
-
-
-
- Represents SSH channel.
-
-
-
-
- Occurs when is received.
-
-
-
-
- Occurs when an exception is thrown when processing channel messages.
-
-
-
-
- Occurs when is received.
-
-
-
-
- Occurs when is received.
-
-
-
-
- Occurs when is received.
-
-
-
-
- Gets the local channel number.
-
-
- The local channel number.
-
-
-
-
- Gets the maximum size of a data packet that we can receive using the channel.
-
-
- The maximum size of a packet.
-
-
-
- This is the maximum size (in bytes) we support for the data (payload) of a
- SSH_MSG_CHANNEL_DATA message we receive.
-
-
- We currently do not enforce this limit.
-
-
-
-
-
- Gets the maximum size of a data packet that can be sent using the channel.
-
-
- The maximum size of data that can be sent using a
- on the current channel.
-
- The channel has not been opened, or the open has not yet been confirmed.
-
-
-
- Gets a value indicating whether this channel is open.
-
-
- true if this channel is open; otherwise, false.
-
-
-
-
- Sends a SSH_MSG_CHANNEL_DATA message with the specified payload.
-
- The payload to send.
-
-
-
- Sends a SSH_MSG_CHANNEL_DATA message with the specified payload.
-
- An array of containing the payload to send.
- The zero-based offset in at which to begin taking data from.
- The number of bytes of to send.
-
-
- When the size of the data to send exceeds the maximum packet size or the remote window
- size does not allow the full data to be sent, then this method will send the data in
- multiple chunks and will wait for the remote window size to be adjusted when it's zero.
-
-
- This is done to support SSH servers will a small window size that do not agressively
- increase their window size. We need to take into account that there may be SSH servers
- that only increase their window size when it has reached zero.
-
-
-
-
-
- Sends a SSH_MSG_CHANNEL_EOF message to the remote server.
-
- The channel is closed.
-
-
-
- A "direct-tcpip" SSH channel.
-
-
-
-
- Occurs when an exception is thrown while processing channel messages.
-
-
-
-
- Gets a value indicating whether this channel is open.
-
-
- true if this channel is open; otherwise, false.
-
-
-
-
- Gets the local channel number.
-
-
- The local channel number.
-
-
-
-
- Opens a channel for a locally forwarded TCP/IP port.
-
- The name of the remote host to forward to.
- The port of the remote hosts to forward to.
- The forwarded port for which the channel is opened.
- The socket to receive requests from, and send responses from the remote host to.
-
-
-
- Binds the channel to the remote host.
-
-
-
-
- A "forwarded-tcpip" SSH channel.
-
-
-
-
- Occurs when an exception is thrown while processing channel messages.
-
-
-
-
- Binds the channel to the specified endpoint.
-
- The endpoint to connect to.
- The forwarded port for which the channel is opened.
-
-
-
- Session SSH channel.
-
-
-
-
- Opens the channel.
-
-
-
-
- Sends the pseudo terminal request.
-
- The environment variable.
- The columns.
- The rows.
- The width.
- The height.
- The terminal mode values.
-
- true if request was successful; otherwise false.
-
-
-
-
- Sends the X11 forwarding request.
-
- if set to true the it is single connection.
- The protocol.
- The cookie.
- The screen number.
-
- true if request was successful; otherwise false.
-
-
-
-
- Sends the environment variable request.
-
- Name of the variable.
- The variable value.
-
- true if request was successful; otherwise false.
-
-
-
-
- Sends the shell request.
-
-
- true if request was successful; otherwise false.
-
-
-
-
- Sends the exec request.
-
- The command.
-
- true if request was successful; otherwise false.
-
-
-
-
- Sends the exec request.
-
- Length of the break.
-
- true if request was successful; otherwise false.
-
-
-
-
- Sends the subsystem request.
-
- The subsystem.
-
- true if request was successful; otherwise false.
-
-
-
-
- Sends the window change request.
-
- The columns.
- The rows.
- The width.
- The height.
-
- true if request was successful; otherwise false.
-
-
-
-
- Sends the local flow request.
-
- if set to true [client can do].
-
- true if request was successful; otherwise false.
-
-
-
-
- Sends the signal request.
-
- Name of the signal.
-
- true if request was successful; otherwise false.
-
-
-
-
- Sends the exit status request.
-
- The exit status.
-
- true if request was successful; otherwise false.
-
-
-
-
- Sends the exit signal request.
-
- Name of the signal.
- if set to true [core dumped].
- The error message.
- The language.
-
- true if request was successful; otherwise false.
-
-
-
-
- Sends eow@openssh.com request.
-
-
- true if request was successful; otherwise false.
-
-
-
-
- Sends keepalive@openssh.com request.
-
-
- true if request was successful; otherwise false.
-
-
-
-
- Initializes a new instance.
-
- The session.
- The local channel number.
- Size of the window.
- Size of the packet.
- The remote channel number.
- The window size of the remote party.
- The maximum size of a data packet that we can send to the remote party.
-
-
-
- Holds information about key size and cipher to use
-
-
-
-
- Gets the size of the key.
-
-
- The size of the key.
-
-
-
-
- Gets the cipher.
-
-
-
-
- Initializes a new instance of the class.
-
- Size of the key.
- The cipher.
-
-
-
- Initializes a new instance.
-
- The number of times an authentication attempt with any given can result in before it is disregarded.
- is less than one.
-
-
-
- Gets the number of times an authentication attempt with any given can
- result in before it is disregarded.
-
-
- The number of times an authentication attempt with any given can result
- in before it is disregarded.
-
-
-
-
- Attempts to authentication for a given using the
- of the specified .
-
- A to use for authenticating.
- The for which to perform authentication.
-
-
-
- Records if a given has been tried, and how many times this resulted
- in .
-
-
- When there's no entry for a given , then it was never tried.
-
-
-
-
- Holds the list of authentications methods that failed.
-
-
-
-
- Records a authentication attempt for the specified
- .
-
- An for which to record the result of an authentication attempt.
-
-
-
- Records a authentication attempt for the specified
- .
-
- An for which to record the result of an authentication attempt.
-
-
-
- Returns the number of times an authentication attempt with the specified
- has resulted in .
-
- An .
-
- The number of times an authentication attempt with the specified
- has resulted in .
-
-
-
-
- Returns a list of supported authentication methods that match one of the specified allowed authentication
- methods.
-
- A list of allowed authentication methods.
-
- A list of supported authentication methods that match one of the specified allowed authentication methods.
-
-
- The authentication methods are returned in the order in which they were specified in the list that was
- used to initialize the current instance.
-
-
-
-
- Returns the authentication methods from the specified list that have not yet failed.
-
- A list of authentication methods.
-
- The authentication methods from that have not yet failed.
-
-
-
- This method first returns the authentication methods that have not yet been executed, and only then
- returns those for which an authentication attempt resulted in a .
-
-
- Any that has failed is skipped.
-
-
-
-
-
- Provides additional information for asynchronous command execution
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Gets or sets the bytes received. If SFTP only file bytes are counted.
-
- Total bytes received.
-
-
-
- Gets or sets the bytes sent by SFTP.
-
- Total bytes sent.
-
-
-
- Gets a user-defined object that qualifies or contains information about an asynchronous operation.
-
- A user-defined object that qualifies or contains information about an asynchronous operation.
-
-
-
- Gets a that is used to wait for an asynchronous operation to complete.
-
- A that is used to wait for an asynchronous operation to complete.
-
-
-
- Gets a value that indicates whether the asynchronous operation completed synchronously.
-
- true if the asynchronous operation completed synchronously; otherwise, false.
-
-
-
- Gets a value that indicates whether the asynchronous operation has completed.
-
- true if the operation is complete; otherwise, false.
-
-
-
- Gets a value indicating whether was already called for this
- .
-
-
- true if was already called for this ;
- otherwise, false.
-
-
-
-
- Base class to encapsulates the results of an asynchronous operation.
-
-
-
-
- Gets or sets a value indicating whether has been called on the current
- .
-
-
- true if has been called on the current ;
- otherwise, false.
-
-
-
-
- Initializes a new instance of the class.
-
- The async callback.
- The state.
-
-
-
- Marks asynchronous operation as completed.
-
- The exception.
- if set to true [completed synchronously].
-
-
-
- Waits until the asynchronous operation completes, and then returns.
-
-
-
-
- Gets a user-defined object that qualifies or contains information about an asynchronous operation.
-
- A user-defined object that qualifies or contains information about an asynchronous operation.
-
-
-
- Gets a value that indicates whether the asynchronous operation completed synchronously.
-
- true if the asynchronous operation completed synchronously; otherwise, false.
-
-
-
- Gets a that is used to wait for an asynchronous operation to complete.
-
- A that is used to wait for an asynchronous operation to complete.
-
-
-
- Gets a value that indicates whether the asynchronous operation has completed.
-
-
- true if the operation is complete; otherwise, false.
-
-
-
- Base class to encapsulates the results of an asynchronous operation that returns result.
-
- The type of the result.
-
-
-
- Initializes a new instance of the class.
-
- The async callback.
- The state.
-
-
-
- Marks asynchronous operation as completed.
-
- The result.
- if set to true [completed synchronously].
-
-
-
- Waits until the asynchronous operation completes, and then returns the value generated by the asynchronous operation.
-
-
- The invocation result.
-
-
-
-
- Provides data for event.
-
-
-
-
- Gets banner message.
-
-
-
-
- Gets banner language.
-
-
-
-
- Initializes a new instance of the class.
-
- The username.
- Banner message.
- Banner language.
-
-
-
- Base class for authentication events.
-
-
-
-
- Gets the username.
-
-
-
-
- Initializes a new instance of the class.
-
- The username.
-
-
-
- Provides data for event.
-
-
-
-
- Gets or sets the new password.
-
-
- The new password.
-
-
-
-
- Initializes a new instance of the class.
-
- The username.
-
-
-
- Provides prompt information when is raised
-
-
-
-
- Gets the prompt sequence id.
-
-
-
-
- Gets or sets a value indicating whether the user input should be echoed as characters are typed.
-
-
- true if the user input should be echoed as characters are typed; otherwise, false.
-
-
-
-
- Gets server information request.
-
-
-
-
- Gets or sets server information response.
-
-
- The response.
-
-
-
-
- Initializes a new instance of the class.
-
- The sequence id.
- if set to true the user input should be echoed.
- The request.
-
-
-
- Provides data for event.
-
-
-
-
- Gets prompt language.
-
-
-
-
- Gets prompt instruction.
-
-
-
-
- Gets server information request prompts.
-
-
-
-
- Initializes a new instance of the class.
-
- The username.
- The instruction.
- The language.
- The information request prompts.
-
-
-
- Represents an arbitrarily large signed integer.
-
-
-
-
- Gets number of bits used by the number.
-
-
- The number of the bit used.
-
-
-
-
- Mods the inverse.
-
- The bi.
- The modulus.
-
- Modulus inverted number.
-
-
-
-
- Returns positive remainder that results from division with two specified values.
-
- The value to be divided.
- The value to divide by.
-
- Positive remainder that results from the division.
-
-
-
-
- Generates a new, random of the specified length.
-
- The number of bits for the new number.
- A random number of the specified length.
-
-
-
- Initializes a new instance of the structure using a 32-bit signed integer value.
-
- A 32-bit signed integer.
-
-
-
- Initializes a new instance of the structure using an unsigned 32-bit integer value.
-
- An unsigned 32-bit integer value.
-
-
-
- Initializes a new instance of the structure using a 64-bit signed integer value.
-
- A 64-bit signed integer.
-
-
-
- Initializes a new instance of the structure with an unsigned 64-bit integer value.
-
- An unsigned 64-bit integer.
-
-
-
- Initializes a new instance of the structure using a double-precision floating-point value.
-
- A double-precision floating-point value.
-
-
-
- Initializes a new instance of the structure using a single-precision floating-point value.
-
- A single-precision floating-point value.
-
-
-
- Initializes a new instance of the structure using a value.
-
- A decimal number.
-
-
-
- Initializes a new instance of the structure using the values in a byte array.
-
- An array of values in little-endian order.
- is null.
-
-
-
- Indicates whether the value of the current object is an even number.
-
-
- true if the value of the BigInteger object is an even number; otherwise, false.
-
-
-
-
- Indicates whether the value of the current object is .
-
-
- true if the value of the object is ;
- otherwise, false.
-
-
-
-
- Indicates whether the value of the current object is a power of two.
-
-
- true if the value of the object is a power of two;
- otherwise, false.
-
-
-
-
- Indicates whether the value of the current object is .
-
-
- true if the value of the object is ;
- otherwise, false.
-
-
-
-
- Gets a number that indicates the sign (negative, positive, or zero) of the current object.
-
-
- A number that indicates the sign of the object.
-
-
-
-
- Gets a value that represents the number negative one (-1).
-
-
- An integer whose value is negative one (-1).
-
-
-
-
- Gets a value that represents the number one (1).
-
-
- An object whose value is one (1).
-
-
-
-
- Gets a value that represents the number 0 (zero).
-
-
- An integer whose value is 0 (zero).
-
-
-
-
- Defines an explicit conversion of a object to a 32-bit signed integer value.
-
- The value to convert to a 32-bit signed integer.
-
- An object that contains the value of the parameter.
-
-
-
-
- Defines an explicit conversion of a object to an unsigned 32-bit integer value.
-
- The value to convert to an unsigned 32-bit integer.
-
- An object that contains the value of the parameter.
-
-
-
-
- Defines an explicit conversion of a object to a 16-bit signed integer value.
-
- The value to convert to a 16-bit signed integer.
-
- An object that contains the value of the parameter.
-
-
-
-
-
-
-
-
- An object that contains the value of the parameter.
-
-
-
-
- Defines an explicit conversion of a object to an unsigned byte value.
-
- The value to convert to a .
-
- An object that contains the value of the parameter.
-
-
-
-
- Defines an explicit conversion of a object to a signed 8-bit value.
-
- The value to convert to a signed 8-bit value.
-
- An object that contains the value of the parameter.
-
-
-
-
- Defines an explicit conversion of a object to a 64-bit signed integer value.
-
- The value to convert to a 64-bit signed integer.
-
- An object that contains the value of the parameter.
-
-
-
-
- Defines an explicit conversion of a object to an unsigned 64-bit integer value.
-
- The value to convert to an unsigned 64-bit integer.
-
- An object that contains the value of the parameter.
-
-
-
-
- Defines an explicit conversion of a object to a value.
-
- The value to convert to a .
-
- An object that contains the value of the parameter.
-
-
-
-
- Defines an explicit conversion of a object to a single-precision floating-point value.
-
- The value to convert to a single-precision floating-point value.
-
- An object that contains the value of the parameter.
-
-
-
-
- Defines an explicit conversion of a object to a value.
-
- The value to convert to a .
-
- An object that contains the value of the parameter.
-
-
-
-
- Defines an implicit conversion of a signed 32-bit integer to a value.
-
- The value to convert to a .
-
- An object that contains the value of the parameter.
-
-
-
-
- Defines an implicit conversion of a 32-bit unsigned integer to a value.
-
- The value to convert to a .
-
- An object that contains the value of the parameter.
-
-
-
-
- Defines an implicit conversion of a signed 16-bit integer to a BigInteger value.
-
- The value to convert to a .
-
- An object that contains the value of the parameter.
-
-
-
-
- Defines an implicit conversion of a 16-bit unsigned integer to a value.
-
- The value to convert to a .
-
- An object that contains the value of the parameter.
-
-
-
-
- Defines an implicit conversion of an unsigned byte to a value.
-
- The value to convert to a .
-
- An object that contains the value of the parameter.
-
-
-
-
-
-
- The value to convert to a .
-
- An object that contains the value of the parameter.
-
-
-
-
- Defines an implicit conversion of a signed 64-bit integer to a value.
-
- The value to convert to a .
-
- An object that contains the value of the parameter.
-
-
-
-
- Defines an implicit conversion of a 64-bit unsigned integer to a value.
-
- The value to convert to a .
-
- An object that contains the value of the parameter.
-
-
-
-
- Defines an explicit conversion of a value to a value.
-
- The value to convert to a .
-
- An object that contains the value of the parameter.
-
-
-
-
- Defines an explicit conversion of a object to a value.
-
- The value to convert to a .
-
- An object that contains the value of the parameter.
-
-
-
-
- Defines an explicit conversion of a object to a value.
-
- The value to convert to a .
-
- An object that contains the value of the parameter.
-
-
-
-
- Adds the values of two specified objects.
-
- The first value to add.
- The second value to add.
-
- The sum of and .
-
-
-
-
- Subtracts a value from another value.
-
- The value to subtract from (the minuend).
- The value to subtract (the subtrahend).
-
- The result of subtracting from .
-
-
-
-
- Multiplies two specified values.
-
- The first value to multiply.
- The second value to multiply.
-
- The product of left and right.
-
-
-
-
- Divides a specified value by another specified value by using
- integer division.
-
- The value to be divided.
- The value to divide by.
-
- The integral result of the division.
-
-
-
-
- Returns the remainder that results from division with two specified values.
-
- The value to be divided.
- The value to divide by.
-
- The remainder that results from the division.
-
-
-
-
- Negates a specified value.
-
- The value to negate.
-
- The result of the parameter multiplied by negative one (-1).
-
-
-
-
- Returns the value of the operand.
-
- An integer value.
-
- The value of the operand.
-
-
- The sign of the operand is unchanged.
-
-
-
-
- Increments a value by 1.
-
- The value to increment.
-
- The value of the parameter incremented by 1.
-
-
-
-
- Decrements a value by 1.
-
- The value to decrement.
-
- The value of the parameter decremented by 1.
-
-
-
-
- Performs a bitwise And operation on two values.
-
- The first value.
- The second value.
-
- The result of the bitwise And operation.
-
-
-
-
- Performs a bitwise Or operation on two values.
-
- The first value.
- The second value.
-
- The result of the bitwise Or operation.
-
-
-
-
- Performs a bitwise exclusive Or (XOr) operation on two values.
-
- The first value.
- The second value.
-
- The result of the bitwise Or operation.
-
-
-
-
- Returns the bitwise one's complement of a value.
-
- An integer value.
-
- The bitwise one's complement of .
-
-
-
-
- Shifts a value a specified number of bits to the left.
-
- The value whose bits are to be shifted.
- The number of bits to shift value to the left.
-
- A value that has been shifted to the left by the specified number of bits.
-
-
-
-
- Shifts a value a specified number of bits to the right.
-
- The value whose bits are to be shifted.
- The number of bits to shift value to the right.
-
- A value that has been shifted to the right by the specified number of bits.
-
-
-
-
- Returns a value that indicates whether a value is less than another
- value.
-
- The first value to compare.
- The second value to compare.
-
- true if is less than ; otherwise, false.
-
-
-
-
- Returns a value that indicates whether a value is less than a 64-bit signed integer.
-
- The first value to compare.
- The second value to compare.
-
- true if left is than ; otherwise, false.
-
-
-
-
- Returns a value that indicates whether a 64-bit signed integer is less than a value.
-
- The first value to compare.
- The second value to compare.
-
- true if is less than ;
- otherwise, false.
-
-
-
-
- Returns a value that indicates whether a 64-bit signed integer is less than a value.
-
- The first value to compare.
- The second value to compare.
-
- true if is less than ; otherwise, false.
-
-
-
-
- Returns a value that indicates whether a 64-bit unsigned integer is less than a value.
-
- The first value to compare.
- The second value to compare.
-
- true if is less than ; otherwise, false.
-
-
-
-
- Returns a value that indicates whether a value is less than or equal
- to another value.
-
- The first value to compare.
- The second value to compare.
-
- true if is less than or equal to ;
- otherwise, false.
-
-
-
-
- Returns a value that indicates whether a value is less than or equal
- to a 64-bit signed integer.
-
- The first value to compare.
- The second value to compare.
-
- true if is less than or equal to ;
- otherwise, false.
-
-
-
-
- Returns a value that indicates whether a 64-bit signed integer is less than or equal to a value.
-
- The first value to compare.
- The second value to compare.
-
- true if is less than or equal to ;
- otherwise, false.
-
-
-
-
- Returns a value that indicates whether a value is less than or equal to
- a 64-bit unsigned integer.
-
- The first value to compare.
- The second value to compare.
-
- true if is less than or equal to ;
- otherwise, false.
-
-
-
-
- Returns a value that indicates whether a 64-bit unsigned integer is less than or equal to a
- value.
-
- The first value to compare.
- The second value to compare.
-
- true if is less than or equal to ;
- otherwise, false.
-
-
-
-
- Returns a value that indicates whether a value is greater than another
- value.
-
- The first value to compare.
- The second value to compare.
-
- true if is greater than ;
- otherwise, false.
-
-
-
-
- Returns a value that indicates whether a is greater than a 64-bit signed integer value.
-
- The first value to compare.
- The second value to compare.
-
- true if is greater than ;
- otherwise, false.
-
-
-
-
- Returns a value that indicates whether a 64-bit signed integer is greater than a value.
-
- The first value to compare.
- The second value to compare.
-
- true if is greater than ;
- otherwise, false.
-
-
-
-
- Returns a value that indicates whether a value is greater than a 64-bit unsigned integer.
-
- The first value to compare.
- The second value to compare.
-
- true if is greater than ;
- otherwise, false.
-
-
-
-
- Returns a value that indicates whether a 64-bit unsigned integer is greater than a value.
-
- The first value to compare.
- The second value to compare.
-
- true if is greater than ;
- otherwise, false.
-
-
-
-
- Returns a value that indicates whether a value is greater than or equal
- to another value.
-
- The first value to compare.
- The second value to compare.
-
- true if is greater than ;
- otherwise, false.
-
-
-
-
- Returns a value that indicates whether a value is greater than or equal
- to a 64-bit signed integer value.
-
- The first value to compare.
- The second value to compare.
-
- true if is greater than ;
- otherwise, false.
-
-
-
-
- Returns a value that indicates whether a 64-bit signed integer is greater than or equal to a
- value.
-
- The first value to compare.
- The second value to compare.
-
- true if is greater than ;
- otherwise, false.
-
-
-
-
- Returns a value that indicates whether a value is greater than or equal to a
- 64-bit unsigned integer value.
-
- The first value to compare.
- The second value to compare.
-
- true if is greater than ;
- otherwise, false.
-
-
-
-
- Returns a value that indicates whether a 64-bit unsigned integer is greater than or equal to a
- value.
-
- The first value to compare.
- The second value to compare.
-
- true if is greater than ;
- otherwise, false.
-
-
-
-
- Returns a value that indicates whether the values of two objects are equal.
-
- The first value to compare.
- The second value to compare.
-
- true if the and parameters have the same value;
- otherwise, false.
-
-
-
-
- Returns a value that indicates whether a value and a signed long integer value are equal.
-
- The first value to compare.
- The second value to compare.
-
- true if the and parameters have the same value;
- otherwise, false.
-
-
-
-
- Returns a value that indicates whether a signed long integer value and a value are equal.
-
- The first value to compare.
- The second value to compare.
-
- true if the and parameters have the same value;
- otherwise, false.
-
-
-
-
- Returns a value that indicates whether a value and an unsigned long integer value are equal.
-
- The first value to compare.
- The second value to compare.
-
- true if the and parameters have the same value;
- otherwise, false.
-
-
-
-
- Returns a value that indicates whether an unsigned long integer value and a value are equal.
-
- The first value to compare.
- The second value to compare.
-
- true if the and parameters have the same value;
- otherwise, false.
-
-
-
-
- Returns a value that indicates whether two objects have different values.
-
- The first value to compare.
- The second value to compare.
-
- true if and are not equal;
- otherwise, false.
-
-
-
-
- Returns a value that indicates whether a value and a 64-bit signed integer are not equal.
-
- The first value to compare.
- The second value to compare.
-
- true if and are not equal;
- otherwise, false.
-
-
-
-
- Returns a value that indicates whether a 64-bit signed integer and a value are not equal.
-
- The first value to compare.
- The second value to compare.
-
- true if and are not equal;
- otherwise, false.
-
-
-
-
- Returns a value that indicates whether a value and a 64-bit unsigned integer are not equal.
-
- The first value to compare.
- The second value to compare.
-
- true if and are not equal;
- otherwise, false.
-
-
-
-
- Returns a value that indicates whether a 64-bit unsigned integer and a value are not equal.
-
- The first value to compare.
- The second value to compare.
-
- true if and are not equal;
- otherwise, false.
-
-
-
-
- Returns a value that indicates whether the current instance and a specified object have the same value.
-
- The object to compare.
-
- true if the parameter is a object or a type capable
- of implicit conversion to a value, and its value is equal to the value of the
- current object; otherwise, false.
-
-
-
-
- Returns a value that indicates whether the current instance and a specified object
- have the same value.
-
- The object to compare.
-
- true if this object and have the same value;
- otherwise, false.
-
-
-
-
- Returns a value that indicates whether the current instance and a signed 64-bit integer have the same value.
-
- The signed 64-bit integer value to compare.
-
- true if the signed 64-bit integer and the current instance have the same value; otherwise, false.
-
-
-
-
- Converts the numeric value of the current object to its equivalent string representation.
-
-
- The string representation of the current value.
-
-
-
-
- Converts the numeric value of the current object to its equivalent string representation
- by using the specified format.
-
- A standard or custom numeric format string.
-
- The string representation of the current value in the format specified by the
- parameter.
-
- is not a valid format string.
-
-
-
- Converts the numeric value of the current object to its equivalent string representation
- by using the specified culture-specific formatting information.
-
- An object that supplies culture-specific formatting information.
-
- The string representation of the current value in the format specified by the
- parameter.
-
-
-
-
- Converts the numeric value of the current object to its equivalent string representation
- by using the specified format and culture-specific format information.
-
- A standard or custom numeric format string.
- An object that supplies culture-specific formatting information.
-
- The string representation of the current value as specified by the
- and parameters.
-
-
-
-
- Converts the string representation of a number to its equivalent.
-
- A string that contains the number to convert.
-
- A value that is equivalent to the number specified in the parameter.
-
- is null.
- is not in the correct format.
-
-
-
- Converts the string representation of a number in a specified style to its equivalent.
-
- A string that contains a number to convert.
- A bitwise combination of the enumeration values that specify the permitted format of .
-
- A value that is equivalent to the number specified in the parameter.
-
-
- is not a value.
- -or-
- includes the or flag along with another value.
-
- is null.
- does not comply with the input pattern specified by .
-
-
-
- Converts the string representation of a number in a specified style to its equivalent.
-
- A string that contains a number to convert.
- An object that provides culture-specific formatting information about .
-
- A value that is equivalent to the number specified in the parameter.
-
- is null.
- is not in the correct format.
-
-
-
- Converts the string representation of a number in a specified style and culture-specific format to its equivalent.
-
- A string that contains a number to convert.
- A bitwise combination of the enumeration values that specify the permitted format of .
- An object that provides culture-specific formatting information about .
-
- A value that is equivalent to the number specified in the parameter.
-
-
- is not a value.
- -or-
- includes the or flag along with another value.
-
- is null.
- does not comply with the input pattern specified by .
-
-
-
- Tries to convert the string representation of a number to its equivalent, and
- returns a value that indicates whether the conversion succeeded.
-
- The string representation of a number.
- When this method returns, contains the equivalent to the number that is contained in value, or zero (0) if the conversion fails. The conversion fails if the parameter is null or is not of the correct format. This parameter is passed uninitialized.
-
- true if was converted successfully; otherwise, false.
-
- is null.
-
-
-
- Tries to convert the string representation of a number in a specified style and culture-specific format to its
- equivalent, and returns a value that indicates whether the conversion succeeded.
-
- The string representation of a number.
- A bitwise combination of enumeration values that indicates the style elements that can be present in .
- An object that supplies culture-specific formatting information about .
- When this method returns, contains the equivalent to the number that is contained in value, or if the conversion fails. The conversion fails if the parameter is null or is not of the correct format. This parameter is passed uninitialized.
-
- true if was converted successfully; otherwise, false.
-
-
- is not a value.
- -or-
- includes the or flag along with another value.
-
-
-
-
- Returns the smaller of two values.
-
- The first value to compare.
- The second value to compare.
-
- The or parameter, whichever is smaller.
-
-
-
-
- Returns the larger of two values.
-
- The first value to compare.
- The second value to compare.
-
- The or parameter, whichever is larger.
-
-
-
-
- Gets the absolute value of a object.
-
- A number.
-
- The absolute value of .
-
-
-
-
- Divides one value by another, returns the result, and returns the remainder in
- an output parameter.
-
- The value to be divided.
- The value to divide by.
- When this method returns, contains a value that represents the remainder from the division. This parameter is passed uninitialized.
-
- The quotient of the division.
-
-
-
-
- Raises a value to the power of a specified value.
-
- The number to raise to the power.
- The exponent to raise by.
-
- The result of raising to the power.
-
-
-
-
- Performs modulus division on a number raised to the power of another number.
-
- The number to raise to the power.
- The exponent to raise by.
- The number by which to divide raised to the power.
-
- The remainder after dividing raised by by
- .
-
- is negative.
-
-
-
- Finds the greatest common divisor of two values.
-
- The first value.
- The second value.
-
- The greatest common divisor of and .
-
-
-
-
- Returns the logarithm of a specified number in a specified base.
-
- A number whose logarithm is to be found.
- The base of the logarithm.
-
- The base logarithm of value,
-
- The log of is out of range of the data type.
-
-
-
- Returns the natural (base e) logarithm of a specified number.
-
- The number whose logarithm is to be found.
-
- The natural (base e) logarithm of .
-
- The base 10 log of value is out of range of the data type.
-
-
-
- Returns the base 10 logarithm of a specified number.
-
- A number whose logarithm is to be found.
-
- The base 10 logarithm of .
-
- The base 10 log of value is out of range of the data type.
-
-
-
- Returns a value that indicates whether the current instance and an unsigned 64-bit integer have the same value.
-
- The unsigned 64-bit integer to compare.
-
- true if the current instance and the unsigned 64-bit integer have the same value; otherwise, false.
-
-
-
-
- Returns the hash code for the current object.
-
-
- A 32-bit signed integer hash code.
-
-
-
-
- Adds two values and returns the result.
-
- The first value to add.
- The second value to add.
-
- The sum of and .
-
-
-
-
- Subtracts one value from another and returns the result.
-
- The value to subtract from (the minuend).
- The value to subtract (the subtrahend).
-
- The result of subtracting from .
-
-
-
-
- Returns the product of two values.
-
- The first number to multiply.
- The second number to multiply.
-
- The product of the and parameters.
-
-
-
-
- Divides one value by another and returns the result.
-
- The value to be divided.
- The value to divide by.
-
- The quotient of the division.
-
-
-
-
- Performs integer division on two values and returns the remainder.
-
- The value to be divided.
- The value to divide by.
-
- The remainder after dividing by .
-
-
-
-
- Negates a specified value.
-
- The value to negate.
-
- The result of the parameter multiplied by negative one (-1).
-
-
-
-
- Compares this instance to a specified object and returns an integer that indicates whether the value of
- this instance is less than, equal to, or greater than the value of the specified object.
-
- The object to compare.
-
- A signed integer that indicates the relationship of the current instance to the parameter,
- as shown in the following table.
-
-
- Value
- Condition
-
- -
- Less than zero
- The current instance is less than .
-
- -
- Zero
- The current instance equals .
-
- -
- Greater than zero
- The current instance is greater than .
-
-
-
- is not a .
-
-
-
- Compares this instance to a second and returns an integer that indicates whether the
- value of this instance is less than, equal to, or greater than the value of the specified object.
-
- The object to compare.
-
- A signed integer value that indicates the relationship of this instance to , as
- shown in the following table.
-
-
- Value
- Condition
-
- -
- Less than zero
- The current instance is less than .
-
- -
- Zero
- The current instance equals .
-
- -
- Greater than zero
- The current instance is greater than .
-
-
-
-
-
-
- Compares this instance to an unsigned 64-bit integer and returns an integer that indicates whether the value of this
- instance is less than, equal to, or greater than the value of the unsigned 64-bit integer.
-
- The unsigned 64-bit integer to compare.
-
- A signed integer that indicates the relative value of this instance and , as shown
- in the following table.
-
-
- Value
- Condition
-
- -
- Less than zero
- The current instance is less than .
-
- -
- Zero
- The current instance equals .
-
- -
- Greater than zero
- The current instance is greater than .
-
-
-
-
-
-
- Compares this instance to a signed 64-bit integer and returns an integer that indicates whether the value of this
- instance is less than, equal to, or greater than the value of the signed 64-bit integer.
-
- The signed 64-bit integer to compare.
-
- A signed integer that indicates the relative value of this instance and , as shown
- in the following table.
-
-
- Value
- Condition
-
- -
- Less than zero
- The current instance is less than .
-
- -
- Zero
- The current instance equals .
-
- -
- Greater than zero
- The current instance is greater than .
-
-
-
-
-
-
- Compares two values and returns an integer that indicates whether the first value is less than, equal to, or greater than the second value.
-
- The first value to compare.
- The second value to compare.
-
- A signed integer that indicates the relative values of left and right, as shown in the following table.
-
-
- Value
- Condition
-
- -
- Less than zero
- is less than .
-
- -
- Zero
- equals .
-
- -
- Greater than zero
- is greater than .
-
-
-
-
-
-
- Converts a value to a byte array.
-
-
- The value of the current object converted to an array of bytes.
-
-
-
-
- Provides data for event.
-
-
-
-
- Gets channel data.
-
-
-
-
- Initializes a new instance of the class.
-
- Channel number.
- Channel data.
-
-
-
- Base class for all channel related events.
-
-
-
-
- Gets the channel number.
-
-
-
-
- Initializes a new instance of the class.
-
- The channel number.
-
-
-
- Provides data for events.
-
-
-
-
- Initializes a new instance of the class.
-
- Channel number.
- Channel data.
- Channel data type code.
-
-
-
- Gets the data type code.
-
-
-
-
- Provides data for event.
-
-
-
-
- Initializes a new instance of the class.
-
- The remote channel number.
- The initial window size.
- The maximum packet size.
-
-
-
- Gets the initial size of the window.
-
-
- The initial size of the window.
-
-
-
-
- Gets the maximum size of the packet.
-
-
- The maximum size of the packet.
-
-
-
-
- Provides data for event.
-
-
-
-
- Gets failure reason code.
-
-
-
-
- Gets failure description.
-
-
-
-
- Gets failure language.
-
-
-
-
- Initializes a new instance of the class.
-
- Channel number.
- Failure reason code.
- Failure description.
- Failure language.
-
-
-
- Provides data for event.
-
-
-
-
- Gets request information.
-
-
-
-
- Initializes a new instance of the class.
-
- Request information.
-
-
-
- Base class for DER encoded data.
-
-
-
-
- Gets a value indicating whether end of data is reached.
-
-
- true if end of data is reached; otherwise, false.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- DER encoded data.
- its a construct
-
-
-
- Encodes written data as DER byte array.
-
- DER Encoded array.
-
-
-
- Reads next mpint data type from internal buffer.
-
- mpint read.
-
-
-
- Reads next int data type from internal buffer.
-
- int read.
-
-
-
- Reads next octetstring data type from internal buffer.
-
- data read.
-
-
-
- Reads next bitstring data type from internal buffer.
-
- data read.
-
-
-
- Reads next object data type from internal buffer.
-
- data read.
-
-
-
- Writes BOOLEAN data into internal buffer.
-
- UInt32 data to write.
-
-
-
- Writes UInt32 data into internal buffer.
-
- UInt32 data to write.
-
-
-
- Writes INTEGER data into internal buffer.
-
- BigInteger data to write.
-
-
-
- Writes OCTETSTRING data into internal buffer.
-
- The data.
-
-
-
- Writes BITSTRING data into internal buffer.
-
- The data.
-
-
-
- Writes OBJECTIDENTIFIER data into internal buffer.
-
- The identifier.
-
-
-
- Writes OBJECTIDENTIFIER data into internal buffer.
-
- The bytes.
-
-
-
- Writes NULL data into internal buffer.
-
-
-
-
- Writes DerData data into internal buffer.
-
- DerData data to write.
-
-
-
- Gets Data Length
-
- length
-
-
-
- Write Byte data into internal buffer.
-
-
-
-
- Reads Byte data into internal buffer.
-
- data read
-
-
-
- Reads lengths Bytes data into internal buffer.
-
- data read
- amount of data to read.
-
-
-
- Provides data for the ErrorOccured events.
-
-
-
-
- Gets the System.Exception that represents the error that occurred.
-
-
-
-
- Initializes a new instance of the class.
-
- An System.Exception that represents the error that occurred.
-
-
-
- Collection of different extension method
-
-
-
-
- Determines whether the specified value is null or white space.
-
- The value.
-
- true if is null or white space; otherwise, false.
-
-
-
-
- Initializes a new instance of the structure using the SSH BigNum2 Format
-
-
-
-
- Reverses the sequence of the elements in the entire one-dimensional .
-
- The one-dimensional to reverse.
-
- The with its elements reversed.
-
-
-
-
- Prints out
-
- The bytes.
-
-
-
- Creates an instance of the specified type using that type's default constructor.
-
- The type to create.
- Type of the instance to create.
- A reference to the newly created object.
-
-
-
- Returns a specified number of contiguous bytes from a given offset.
-
- The array to return a number of bytes from.
- The zero-based offset in at which to begin taking bytes.
- The number of bytes to take from .
-
- A array that contains the specified number of bytes at the specified offset
- of the input array.
-
- is null.
-
- When is zero and equals the length of ,
- then is returned.
-
-
-
-
- Returns a specified number of contiguous bytes from the start of the specified byte array.
-
- The array to return a number of bytes from.
- The number of bytes to take from .
-
- A array that contains the specified number of bytes at the start of the input array.
-
- is null.
-
- When equals the length of , then
- is returned.
-
-
-
-
- Trims the leading zero from a byte array.
-
- The value.
-
- without leading zeros.
-
-
-
-
- Pads with leading zeros if needed.
-
- The data.
- The length to pad to.
-
-
-
- Provides data for the HostKeyReceived event.
-
-
-
-
- Gets or sets a value indicating whether host key can be trusted.
-
-
- true if host key can be trusted; otherwise, false.
-
-
-
-
- Gets the host key.
-
-
-
-
- Gets the host key name.
-
-
-
-
- Gets the finger print.
-
-
-
-
- Gets the length of the key in bits.
-
-
- The length of the key in bits.
-
-
-
-
- Initializes a new instance of the class.
-
- The host.
-
-
-
- The exception that is thrown when there is something wrong with the server capabilities.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- The message.
-
-
-
- Initializes a new instance of the class.
-
- The message.
- The inner exception.
-
-
-
- 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).
-
-
-
- Describes object identifier for DER encoding
-
-
-
-
- Gets the object identifier.
-
-
-
-
- Initializes a new instance of the class.
-
- The identifiers.
-
-
-
- Provides convenience methods for conversion to and from both Big Endian and Little Endian.
-
-
-
-
- Converts little endian bytes into number.
-
- The buffer.
- Converted .
-
-
-
- Converts little endian bytes into number.
-
- The buffer.
- The buffer offset.
- Converted .
-
-
-
- Converts little endian bytes into number.
-
- The buffer.
- Converted .
-
-
-
- Converts little endian bytes into number.
-
- The buffer.
- Converted .
-
-
-
- Populates buffer with little endian number representation.
-
- The number to convert.
-
-
-
- Populates buffer with little endian number representation.
-
- The number to convert.
- The buffer.
-
-
-
- Populates buffer with little endian number representation.
-
- The number to convert.
-
-
-
- Populates buffer with little endian number representation.
-
- The number to convert.
- The buffer.
-
-
-
- Populates buffer with little endian number representation.
-
- The number to convert.
- The buffer.
- The buffer offset.
-
-
-
- Populates buffer with little endian number representation.
-
- The number to convert.
-
-
-
- Populates buffer with little endian number representation.
-
- The number to convert.
- The buffer.
-
-
-
- Returns the specified 64-bit unsigned integer value as an array of bytes.
-
- The number to convert.
- An array of bytes with length 8.
-
-
-
- Converts big endian bytes into number.
-
- The buffer.
- Converted .
-
-
-
- Converts big endian bytes into number.
-
- The buffer.
- The buffer offset.
- Converted .
-
-
-
- Converts big endian bytes into number.
-
- The buffer.
- Converted .
-
-
-
- Converts big endian bytes into number.
-
- The buffer.
- Converted .
-
-
-
- PipeStream is a thread-safe read/write data stream for use between two threads in a
- single-producer/single-consumer type problem.
-
- 2006/10/13 1.0
- Update on 2008/10/9 1.1 - uses Monitor instead of Manual Reset events for more elegant synchronicity.
-
- Copyright (c) 2006 James Kolpack (james dot kolpack at google mail)
-
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
- associated documentation files (the "Software"), to deal in the Software without restriction,
- including without limitation the rights to use, copy, modify, merge, publish, distribute,
- sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:
-
- The above copyright notice and this permission notice shall be included in all copies or
- substantial portions of the Software.
-
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
- INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
- PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT
- OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
- OTHER DEALINGS IN THE SOFTWARE.
-
-
-
-
- Queue of bytes provides the datastructure for transmitting from an
- input stream to an output stream.
-
- Possible more effecient ways to accomplish this.
-
-
-
- Indicates that the input stream has been flushed and that
- all remaining data should be written to the output stream.
-
-
-
-
- Maximum number of bytes to store in the buffer.
-
-
-
-
- Setting this to true will cause Read() to block if it appears
- that it will run out of data.
-
-
-
-
- Indicates whether the current is disposed.
-
-
-
-
- Gets or sets the maximum number of bytes to store in the buffer.
-
- The length of the max buffer.
-
-
-
- Gets or sets a value indicating whether to block last read method before the buffer is empty.
- When true, Read() will block until it can fill the passed in buffer and count.
- When false, Read() will not block, returning all the available buffer data.
-
-
- Setting to true will remove the possibility of ending a stream reader prematurely.
-
-
- true if block last read method before the buffer is empty; otherwise, false.
-
- Methods were called after the stream was closed.
-
-
-
- When overridden in a derived class, clears all buffers for this stream and causes any buffered data to be written to the underlying device.
-
- An I/O error occurs.
- Methods were called after the stream was closed.
-
- Once flushed, any subsequent read operations no longer block until requested bytes are available. Any write operation reactivates blocking
- reads.
-
-
-
-
- When overridden in a derived class, sets the position within the current stream.
-
-
- The new position within the current stream.
-
- A byte offset relative to the origin parameter.
- A value of type indicating the reference point used to obtain the new position.
- The stream does not support seeking, such as if the stream is constructed from a pipe or console output.
-
-
-
- When overridden in a derived class, sets the length of the current stream.
-
- The desired length of the current stream in bytes.
- The stream does not support both writing and seeking, such as if the stream is constructed from a pipe or console output.
-
-
-
- When overridden in a derived class, reads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes read.
-
-
- The total number of bytes read into the buffer. This can be less than the number of bytes requested if that many bytes are not currently available, or zero if the stream is closed or end of the stream has been reached.
-
- The zero-based byte offset in buffer at which to begin storing the data read from the current stream.
- The maximum number of bytes to be read from the current stream.
- An array of bytes. When this method returns, the buffer contains the specified byte array with the values between offset and (offset + count - 1) replaced by the bytes read from the current source.
- The sum of offset and count is larger than the buffer length.
- Methods were called after the stream was closed.
- The stream does not support reading.
- is null.
- An I/O error occurs.
- offset or count is negative.
-
-
-
- Returns true if there are
-
- The count.
- True if data available; otherwisefalse.
-
-
-
- When overridden in a derived class, writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written.
-
- The zero-based byte offset in buffer at which to begin copying bytes to the current stream.
- The number of bytes to be written to the current stream.
- An array of bytes. This method copies count bytes from buffer to the current stream.
- An I/O error occurs.
- The stream does not support writing.
- Methods were called after the stream was closed.
- is null.
- The sum of offset and count is greater than the buffer length.
- offset or count is negative.
-
-
-
- Releases the unmanaged resources used by the Stream and optionally releases the managed resources.
-
- true to release both managed and unmanaged resources; false to release only unmanaged resources.
-
- Disposing a will interrupt blocking read and write operations.
-
-
-
-
- When overridden in a derived class, gets a value indicating whether the current stream supports reading.
-
-
- true if the stream supports reading; otherwise, false.
-
-
-
-
- When overridden in a derived class, gets a value indicating whether the current stream supports seeking.
-
-
- true if the stream supports seeking; otherwise, false.
-
-
-
-
- When overridden in a derived class, gets a value indicating whether the current stream supports writing.
-
-
- true if the stream supports writing; otherwise, false.
-
-
-
-
- When overridden in a derived class, gets the length in bytes of the stream.
-
-
- A long value representing the length of the stream in bytes.
-
- A class derived from Stream does not support seeking.
- Methods were called after the stream was closed.
-
-
-
- When overridden in a derived class, gets or sets the position within the current stream.
-
-
- The current position within the stream.
-
- The stream does not support seeking.
-
-
-
- Provides data for event.
-
-
-
-
- Gets request originator host.
-
-
-
-
- Gets request originator port.
-
-
-
-
- Initializes a new instance of the class.
-
- The host.
- The port.
- is null.
- is not within and .
-
-
-
- Gets the file name part of a given POSIX path.
-
- The POSIX path to get the file name for.
-
- The file name part of .
-
- is null.
-
-
- If contains no forward slash, then
- is returned.
-
-
- If path has a trailing slash, return a zero-length string.
-
-
-
-
-
- Gets the directory name part of a given POSIX path.
-
- The POSIX path to get the directory name for.
-
- The directory part of the specified , or . if
- does not contain any directory information.
-
- is null.
-
-
-
- The exception that is thrown when a proxy connection cannot be established.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- The message.
-
-
-
- Initializes a new instance of the class.
-
- The message.
- The inner exception.
-
-
-
- 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).
-
-
-
- Provides data for the Downloading event.
-
-
-
-
- Gets the downloaded filename.
-
-
-
-
- Gets the downloaded file size.
-
-
-
-
- Gets number of downloaded bytes so far.
-
-
-
-
- Initializes a new instance of the class.
-
- The downloaded filename.
- The downloaded file size.
- The number of downloaded bytes so far.
-
-
-
- The exception that is thrown when SCP error occurred.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- The message.
-
-
-
- Initializes a new instance of the class.
-
- The message.
- The inner exception.
-
-
-
- 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).
-
-
-
- Provides data for the Uploading event.
-
-
-
-
- Gets the uploaded filename.
-
-
-
-
- Gets the uploaded file size.
-
-
-
-
- Gets number of uploaded bytes so far.
-
-
-
-
- Initializes a new instance of the class.
-
- The uploaded filename.
- The uploaded file size.
- The number of uploaded bytes so far.
-
-
-
- Light implementation of SemaphoreSlim.
-
-
-
-
- Initializes a new instance of the class, specifying
- the initial number of requests that can be granted concurrently.
-
- The initial number of requests for the semaphore that can be granted concurrently.
- is a negative number.
-
-
-
- Gets the current count of the .
-
-
-
-
- Returns a that can be used to wait on the semaphore.
-
-
- A that can be used to wait on the semaphore.
-
-
- A successful wait on the does not imply a successful
- wait on the itself. It should be followed by a true wait
- on the semaphore.
-
-
-
-
- Exits the once.
-
- The previous count of the .
-
-
-
- Exits the a specified number of times.
-
- The number of times to exit the semaphore.
-
- The previous count of the .
-
-
-
-
- Blocks the current thread until it can enter the .
-
-
-
-
- Blocks the current thread until it can enter the , using a 32-bit signed
- integer that specifies the timeout.
-
- The number of milliseconds to wait, or Infinite(-1) to wait indefinitely.
-
- true if the current thread successfully entered the ; otherwise, false.
-
-
-
-
- Blocks the current thread until it can enter the , using a
- to specify the timeout.
-
- A that represents the number of milliseconds to wait, or a that represents -1 milliseconds to wait indefinitely.
-
- true if the current thread successfully entered the ; otherwise, false.
-
-
-
-
- Finalizes the current .
-
-
-
-
- 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.
-
-
-
- The exception that is thrown when file or directory is not found.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- The message.
-
-
-
- Initializes a new instance of the class.
-
- The message.
- The inner exception.
-
-
-
- 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).
-
-
-
- The exception that is thrown when operation permission is denied.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- The message.
-
-
-
- Initializes a new instance of the class.
-
- The message.
- The inner exception.
-
-
-
- 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).
-
-
-
- Provides data for Shell DataReceived event
-
-
-
-
- Gets the data.
-
-
-
-
- Gets the line data.
-
-
-
-
- Initializes a new instance of the class.
-
- The data.
-
-
-
- Initializes a new instance of the class.
-
- The line.
-
-
-
- The exception that is thrown when authentication failed.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- The message.
-
-
-
- Initializes a new instance of the class.
-
- The message.
- The inner exception.
-
-
-
- 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).
-
-
-
- The exception that is thrown when connection was terminated.
-
-
-
-
- Gets the disconnect reason if provided by the server or client. Otherwise None.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- The message.
-
-
-
- Initializes a new instance of the class.
-
- The message.
- The disconnect reason code.
-
-
-
- Initializes a new instance of the class.
-
- The message.
- The disconnect reason code.
- The inner.
-
-
-
- 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).
-
-
-
- Base ssh data serialization type
-
-
-
-
- Gets the underlying that is used for reading and writing SSH data.
-
-
- The underlying that is used for reading and writing SSH data.
-
-
-
-
- Gets a value indicating whether all data from the buffer has been read.
-
-
- true if this instance is end of data; otherwise, false.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Gets data bytes array.
-
-
- A array representation of data structure.
-
-
-
-
- Writes the current message to the specified .
-
- The to write the message to.
-
-
-
- Loads data from specified bytes.
-
- Bytes array.
- is null.
-
-
-
- Loads data from the specified buffer.
-
- Bytes array.
- The zero-based offset in at which to begin reading SSH data.
- The number of bytes to load.
- is null.
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Reads all data left in internal buffer at current position.
-
- An array of bytes containing the remaining data in the internal buffer.
-
-
-
- Reads next specified number of bytes data type from internal buffer.
-
- Number of bytes to read.
- An array of bytes that was read from the internal buffer.
- is greater than the internal buffer size.
-
-
-
- Reads next byte data type from internal buffer.
-
- Byte read.
-
-
-
- Reads next boolean data type from internal buffer.
-
- Boolean read.
-
-
-
- Reads next uint16 data type from internal buffer.
-
- uint16 read
-
-
-
- Reads next uint32 data type from internal buffer.
-
- uint32 read
-
-
-
- Reads next uint64 data type from internal buffer.
-
- uint64 read
-
-
-
- Reads next string data type from internal buffer using the specific encoding.
-
-
- The read.
-
-
-
-
- Reads next data type as byte array from internal buffer.
-
-
- The bytes read.
-
-
-
-
- Reads next name-list data type from internal buffer.
-
-
- String array or read data.
-
-
-
-
- Reads next extension-pair data type from internal buffer.
-
- Extensions pair dictionary.
-
-
-
- Writes bytes array data into internal buffer.
-
- Byte array data to write.
- is null.
-
-
-
- Writes a sequence of bytes to the current SSH data stream and advances the current position
- within this stream by the number of bytes written.
-
- An array of bytes. This method write bytes from buffer to the current SSH data stream.
- The zero-based offset in at which to begin writing bytes to the SSH data stream.
- The number of bytes to be written to the current SSH data stream.
- is null.
- The sum of and is greater than the buffer length.
- or is negative.
-
-
-
- Writes data into internal buffer.
-
- data to write.
-
-
-
- Writes into internal buffer.
-
- data to write.
-
-
-
- Writes data into internal buffer.
-
- data to write.
-
-
-
- Writes data into internal buffer.
-
- data to write.
-
-
-
- Writes data into internal buffer using default encoding.
-
- data to write.
- is null.
-
-
-
- Writes data into internal buffer using the specified encoding.
-
- data to write.
- The character encoding to use.
- is null.
- is null.
-
-
-
- Writes data into internal buffer.
-
- The data to write.
- is null.
-
-
-
- Writes data into internal buffer.
-
- An array of bytes. This method write bytes from buffer to the current SSH data stream.
- The zero-based byte offset in at which to begin writing bytes to the SSH data stream.
- The number of bytes to be written to the current SSH data stream.
- is null.
- The sum of and is greater than the buffer length.
- or is negative.
-
-
-
- Writes mpint data into internal buffer.
-
- mpint data to write.
-
-
-
- Writes name-list data into internal buffer.
-
- name-list data to write.
-
-
-
- Writes extension-pair data into internal buffer.
-
- extension-pair data to write.
-
-
-
- Specialized for reading and writing data SSH data.
-
-
-
-
- Initializes a new instance of the class with an expandable capacity initialized
- as specified.
-
- The initial size of the internal array in bytes.
-
-
-
- Initializes a new non-resizable instance of the class based on the specified byte array.
-
- The array of unsigned bytes from which to create the current stream.
- is null.
-
-
-
- Initializes a new non-resizable instance of the class based on the specified byte array.
-
- The array of unsigned bytes from which to create the current stream.
- The zero-based offset in at which to begin reading SSH data.
- The number of bytes to load.
- is null.
-
-
-
- Gets a value indicating whether all data from the SSH data stream has been read.
-
-
- true if this instance is end of data; otherwise, false.
-
-
-
-
- Writes an to the SSH data stream.
-
- data to write.
-
-
-
- Writes an to the SSH data stream.
-
- data to write.
-
-
-
- Writes a into the SSH data stream.
-
- The to write.
-
-
-
- Writes bytes array data into the SSH data stream.
-
- Byte array data to write.
- is null.
-
-
-
- Reads a byte array from the SSH data stream.
-
-
- The byte array read from the SSH data stream.
-
-
-
-
- Writes a buffer preceded by its length into the SSH data stream.
-
- The data to write.
- is null.
-
-
-
- Writes a buffer preceded by its length into the SSH data stream.
-
- An array of bytes. This method write bytes from buffer to the current SSH data stream.
- The zero-based byte offset in at which to begin writing bytes to the SSH data stream.
- The number of bytes to be written to the current SSH data stream.
- is null.
- The sum of and is greater than the buffer length.
- or is negative.
-
-
-
- Writes string data to the SSH data stream using the specified encoding.
-
- The string data to write.
- The character encoding to use.
- is null.
- is null.
-
-
-
- Reads a from the SSH datastream.
-
-
- The read from the SSH data stream.
-
-
-
-
- Reads the next data type from the SSH data stream.
-
-
- The read from the SSH data stream.
-
-
-
-
- Reads the next data type from the SSH data stream.
-
-
- The read from the SSH data stream.
-
-
-
-
- Reads the next data type from the SSH data stream.
-
-
- The read from the SSH data stream.
-
-
-
-
- Reads next specified number of bytes data type from internal buffer.
-
- Number of bytes to read.
-
- An array of bytes that was read from the internal buffer.
-
- is greater than the internal buffer size.
-
-
-
- Writes the stream contents to a byte array, regardless of the .
-
-
- This method returns the contents of the as a byte array.
-
-
- If the current instance was constructed on a provided byte array, a copy of the section of the array
- to which this instance has access is returned.
-
-
-
-
- The exception that is thrown when SSH exception occurs.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- The message.
-
-
-
- Initializes a new instance of the class.
-
- The message.
- The inner.
-
-
-
- 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).
-
-
-
- The exception that is thrown when operation is timed out.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- The message.
-
-
-
- Initializes a new instance of the class.
-
- The message.
- The inner exception.
-
-
-
- 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).
-
-
-
- The exception that is thrown when pass phrase for key file is empty or null
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- The message.
-
-
-
- Initializes a new instance of the class.
-
- The message.
- The inner exception.
-
-
-
- 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 the initial assignments of the opcode values that are used in the 'encoded terminal modes' valu
-
-
-
-
- Indicates end of options.
-
-
-
-
- Interrupt character; 255 if none. Similarly for the other characters. Not all of these characters are supported on all systems.
-
-
-
-
- The quit character (sends SIGQUIT signal on POSIX systems).
-
-
-
-
- Erase the character to left of the cursor.
-
-
-
-
- Kill the current input line.
-
-
-
-
- End-of-file character (sends EOF from the terminal).
-
-
-
-
- End-of-line character in addition to carriage return and/or linefeed.
-
-
-
-
- Additional end-of-line character.
-
-
-
-
- Continues paused output (normally control-Q).
-
-
-
-
- Pauses output (normally control-S).
-
-
-
-
- Suspends the current program.
-
-
-
-
- Another suspend character.
-
-
-
-
- Reprints the current input line.
-
-
-
-
- Erases a word left of cursor.
-
-
-
-
- Enter the next character typed literally, even if it is a special character
-
-
-
-
- Character to flush output.
-
-
-
-
- Switch to a different shell layer.
-
-
-
-
- Prints system status line (load, command, pid, etc).
-
-
-
-
- Toggles the flushing of terminal output.
-
-
-
-
- The ignore parity flag. The parameter SHOULD be 0 if this flag is FALSE, and 1 if it is TRUE.
-
-
-
-
- Mark parity and framing errors.
-
-
-
-
- Enable checking of parity errors.
-
-
-
-
- Strip 8th bit off characters.
-
-
-
-
- Map NL into CR on input.
-
-
-
-
- Ignore CR on input.
-
-
-
-
- Map CR to NL on input.
-
-
-
-
- Translate uppercase characters to lowercase.
-
-
-
-
- Enable output flow control.
-
-
-
-
- Any char will restart after stop.
-
-
-
-
- Enable input flow control.
-
-
-
-
- Ring bell on input queue full.
-
-
-
-
- Terminal input and output is assumed to be encoded in UTF-8.
-
-
-
-
- Enable signals INTR, QUIT, [D]SUSP.
-
-
-
-
- Canonicalize input lines.
-
-
-
-
- Enable input and output of uppercase characters by preceding their lowercase equivalents with "\".
-
-
-
-
- Enable echoing.
-
-
-
-
- Visually erase chars.
-
-
-
-
- Kill character discards current line.
-
-
-
-
- Echo NL even if ECHO is off.
-
-
-
-
- Don't flush after interrupt.
-
-
-
-
- Stop background jobs from output.
-
-
-
-
- Enable extensions.
-
-
-
-
- Echo control characters as ^(Char).
-
-
-
-
- Visual erase for line kill.
-
-
-
-
- Retype pending input.
-
-
-
-
- Enable output processing.
-
-
-
-
- Convert lowercase to uppercase.
-
-
-
-
- Map NL to CR-NL.
-
-
-
-
- Translate carriage return to newline (output).
-
-
-
-
- Translate newline to carriage return-newline (output).
-
-
-
-
- Newline performs a carriage return (output).
-
-
-
-
- 7 bit mode.
-
-
-
-
- 8 bit mode.
-
-
-
-
- Parity enable.
-
-
-
-
- Odd parity, else even.
-
-
-
-
- Specifies the input baud rate in bits per second.
-
-
-
-
- Specifies the output baud rate in bits per second.
-
-
-
-
- Specifies compression modes
-
-
-
-
- Specifies that content should be compressed.
-
-
-
-
- Specifies that content should be decompressed.
-
-
-
-
- Represents base class for compression algorithm implementation
-
-
-
-
- Gets or sets a value indicating whether compression is active.
-
-
- true if compression is active; otherwise, false.
-
-
-
-
- Gets the session.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes the algorithm
-
- The session.
-
-
-
- Compresses the specified data.
-
- Data to compress.
- Compressed data
-
-
-
- Compresses the specified data.
-
- Data to compress.
- The zero-based byte offset in at which to begin reading the data to compress.
- The number of bytes to be compressed.
-
- The compressed data.
-
-
-
-
- Decompresses the specified data.
-
- Compressed data.
-
- The decompressed data.
-
-
-
-
- Decompresses the specified data.
-
- Compressed data.
- The zero-based byte offset in at which to begin reading the data to decompress.
- The number of bytes to be read from the compressed data.
-
- The decompressed data.
-
-
-
-
- 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.
-
-
-
- Releases unmanaged resources and performs other cleanup operations before the is reclaimed
- by garbage collection.
-
-
-
-
- Represents "zlib" compression implementation
-
-
-
-
- Gets algorithm name.
-
-
-
-
- Initializes the algorithm
-
- The session.
-
-
-
- Represents "zlib@openssh.org" compression implementation
-
-
-
-
- Gets algorithm name.
-
-
-
-
- Initializes the algorithm
-
- The session.
-
-
-
- Implements Zlib compression algorithm.
-
-
-
-
- Initializes a new instance of the class.
-
- The stream.
- The mode.
-
-
-
- Writes the specified buffer.
-
- The buffer.
- The offset.
- The count.
-
-
-
- Represents remote connection information class.
-
-
- This class is NOT thread-safe. Do not use the same with multiple
- client instances.
-
-
-
-
- The default connection timeout.
-
-
- 30 seconds.
-
-
-
-
- The default channel close timeout.
-
-
- 1 second.
-
-
-
-
- Gets supported key exchange algorithms for this connection.
-
-
-
-
- Gets supported encryptions for this connection.
-
-
-
-
- Gets supported hash algorithms for this connection.
-
-
-
-
- Gets supported host key algorithms for this connection.
-
-
-
-
- Gets supported authentication methods for this connection.
-
-
-
-
- Gets supported compression algorithms for this connection.
-
-
-
-
- Gets the supported channel requests for this connection.
-
-
- The supported channel requests for this connection.
-
-
-
-
- Gets a value indicating whether connection is authenticated.
-
-
- true if connection is authenticated; otherwise, false.
-
-
-
-
- Gets connection host.
-
-
- The connection host.
-
-
-
-
- Gets connection port.
-
-
- The connection port. The default value is 22.
-
-
-
-
- Gets connection username.
-
-
-
-
- Gets proxy type.
-
-
- The type of the proxy.
-
-
-
-
- Gets proxy connection host.
-
-
-
-
- Gets proxy connection port.
-
-
-
-
- Gets proxy connection username.
-
-
-
-
- Gets proxy connection password.
-
-
-
-
- Gets or sets connection timeout.
-
-
- The connection timeout. The default value is 30 seconds.
-
-
-
-
-
-
-
- Gets or sets the timeout to use when waiting for a server to acknowledge closing a channel.
-
-
- The channel close timeout. The default value is 1 second.
-
-
- If a server does not send a SSH_MSG_CHANNEL_CLOSE message before the specified timeout
- elapses, the channel will be closed immediately.
-
-
-
-
- Gets or sets the character encoding.
-
-
- The character encoding. The default is .
-
-
-
-
- Gets or sets number of retry attempts when session channel creation failed.
-
-
- The number of retry attempts when session channel creation failed. The default
- value is 10.
-
-
-
-
- Gets or sets maximum number of session channels to be open simultaneously.
-
-
- The maximum number of session channels to be open simultaneously. The default
- value is 10.
-
-
-
-
- Occurs when authentication banner is sent by the server.
-
-
-
-
-
-
-
- Gets the current key exchange algorithm.
-
-
-
-
- Gets the current server encryption.
-
-
-
-
- Gets the current client encryption.
-
-
-
-
- Gets the current server hash algorithm.
-
-
-
-
- Gets the current client hash algorithm.
-
-
-
-
- Gets the current host key algorithm.
-
-
-
-
- Gets the current server compression algorithm.
-
-
-
-
- Gets the server version.
-
-
-
-
- Get the client version.
-
-
-
-
- Gets the current client compression algorithm.
-
-
-
-
- Initializes a new instance of the class.
-
- The host.
- The username.
- The authentication methods.
- is null.
- is a zero-length string.
- is null, a zero-length string or contains only whitespace characters.
- is null.
- No specified.
-
-
-
- Initializes a new instance of the class.
-
- The host.
- The port.
- The username.
- The authentication methods.
- is null.
- is null, a zero-length string or contains only whitespace characters.
- is not within and .
- is null.
- No specified.
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Connection port.
- Connection username.
- Type of the proxy.
- The proxy host.
- The proxy port.
- The proxy username.
- The proxy password.
- The authentication methods.
- is null.
- is null, a zero-length string or contains only whitespace characters.
- is not within and .
- is not and is null.
- is not and is not within and .
- is null.
- No specified.
-
-
-
- Authenticates the specified session.
-
- The session to be authenticated.
- The factory to use for creating new services.
- is null.
- is null.
- No suitable authentication method found to complete authentication, or permission denied.
-
-
-
- Signals that an authentication banner message was received from the server.
-
- The session in which the banner message was received.
- The banner message.{
-
-
-
- Establishes a socket connection to the specified host and port.
-
- The host name of the server to connect to.
- The port to connect to.
- The maximum time to wait for the connection to be established.
- The connection failed to establish within the configured .
- An error occurred trying to establish the connection.
-
-
-
- Performs a blocking read on the socket until bytes are received.
-
- The to read from.
- An array of type that is the storage location for the received data.
- The position in parameter to store the received data.
- The number of bytes to read.
-
- The number of bytes read.
-
- The socket is closed.
- The read failed.
-
-
-
- Performs a blocking read on the socket until bytes are received.
-
- The to read from.
- An array of type that is the storage location for the received data.
- The position in parameter to store the received data.
- The number of bytes to read.
- The maximum time to wait until bytes have been received.
-
- The number of bytes read.
-
- The socket is closed.
- The read has timed-out.
- The read failed.
-
-
-
- Establishes a tunnel via an HTTP proxy server.
-
-
-
-
- Specification
- URL
-
- -
- HTTP CONNECT method
- https://tools.ietf.org/html/rfc7231#section-4.3.6
-
- -
- HTTP Authentication: Basic and Digest Access Authentication
- https://tools.ietf.org/html/rfc2617
-
-
-
-
-
-
- Performs a blocking read on the socket until a line is read.
-
- The to read from.
- A that represents the time to wait until a line is read.
- The read has timed-out.
- An error occurred when trying to access the socket.
-
- The line read from the socket, or null when the remote server has shutdown and all data has been received.
-
-
-
-
- Handles the SSH protocol version exchange.
-
-
-
-
- Performs the SSH protocol version exchange.
-
- The identification string of the SSH client.
- A connected to the server.
- The maximum time to wait for the server to respond.
-
- The SSH identification of the server.
-
-
-
-
- Handles the SSH protocol version exchange.
-
-
- https://tools.ietf.org/html/rfc4253#section-4.2
-
-
-
-
- Performs the SSH protocol version exchange.
-
- The identification string of the SSH client.
- A connected to the server.
- The maximum time to wait for the server to respond.
-
- The SSH identification of the server.
-
-
-
-
- Performs a blocking read on the socket until a line is read.
-
- The to read from.
- A that represents the time to wait until a line is read.
- A to which read bytes will be added.
- The read has timed-out.
- An error occurred when trying to access the socket.
-
- The line read from the socket, or null when the remote server has shutdown and all data has been received.
-
-
-
-
- Establishes a tunnel via a SOCKS4 proxy server.
-
-
- https://www.openssh.com/txt/socks4.protocol
-
-
-
-
- Establishes a connection to the server via a SOCKS5 proxy.
-
- The connection information.
- The .
-
-
-
- Establishes a tunnel via a SOCKS5 proxy server.
-
-
- https://en.wikipedia.org/wiki/SOCKS#SOCKS5
-
-
-
-
- Establishes a connection to the server via a SOCKS5 proxy.
-
- The connection information.
- The .
-
-
-
- https://tools.ietf.org/html/rfc1929
-
-
-
-
- Represents an SSH identification.
-
-
-
-
- Initializes a new instance with the specified protocol version
- and software version.
-
- The SSH protocol version.
- The software version of the implementation
- is .
- is .
-
-
-
- Initializes a new instance with the specified protocol version,
- software version and comments.
-
- The SSH protocol version.
- The software version of the implementation
- The comments.
- is .
- is .
-
-
-
- Gets or sets the software version of the implementation.
-
-
- The software version of the implementation.
-
-
- This is primarily used to trigger compatibility extensions and to indicate
- the capabilities of an implementation.
-
-
-
-
- Gets or sets the SSH protocol version.
-
-
- The SSH protocol version.
-
-
-
-
- Gets or sets the comments.
-
-
- The comments, or if there are no comments.
-
-
- should contain additional information that might be useful
- in solving user problems.
-
-
-
-
- Returns the SSH identification string.
-
-
- The SSH identification string.
-
-
-
-
- Specifies behavior for expected expression
-
-
-
-
- Gets the expected regular expression.
-
-
-
-
- Gets the action to perform when expected expression is found.
-
-
-
-
- Initializes a new instance of the class.
-
- The expect regular expression.
- The action to perform.
- or is null.
-
-
-
- Initializes a new instance of the class.
-
- The expect expression.
- The action to perform.
- or is null.
-
-
-
- Provides additional information for asynchronous command execution
-
-
-
-
- Initializes a new instance of the class.
-
- The async callback.
- The state.
-
-
-
- Base class for port forwarding functionality.
-
-
-
-
- Gets or sets the session.
-
-
- The session.
-
-
-
-
- The event occurs as the forwarded port is being stopped.
-
-
-
-
- The event occurs as the forwarded port is being stopped.
-
-
-
-
- Gets a value indicating whether port forwarding is started.
-
-
- true if port forwarding is started; otherwise, false.
-
-
-
-
- Occurs when an exception is thrown.
-
-
-
-
- Occurs when a port forwarding request is received.
-
-
-
-
- Starts port forwarding.
-
-
-
-
- Stops port forwarding.
-
-
-
-
- Starts port forwarding.
-
-
-
-
- Stops port forwarding, and waits for the specified timeout until all pending
- requests are processed.
-
- The maximum amount of time to wait for pending requests to finish processing.
-
-
-
- Releases unmanaged and - optionally - managed resources
-
- true to release both managed and unmanaged resources; false to release only unmanaged resources.
-
-
-
- Ensures the current instance is not disposed.
-
- The current instance is disposed.
-
-
-
- Raises event.
-
- The exception.
-
-
-
- Raises event.
-
- Request originator host.
- Request originator port.
-
-
-
- Raises the event.
-
-
-
-
- Handles session ErrorOccured event.
-
- The source of the event.
- The instance containing the event data.
-
-
-
- Provides functionality for forwarding connections from the client to destination servers via the SSH server,
- also known as dynamic port forwarding.
-
-
-
-
- Gets the bound host.
-
-
-
-
- Gets the bound port.
-
-
-
-
- Gets a value indicating whether port forwarding is started.
-
-
- true if port forwarding is started; otherwise, false.
-
-
-
-
- Initializes a new instance of the class.
-
- The port.
-
-
-
- Initializes a new instance of the class.
-
- The host.
- The port.
-
-
-
- Starts local port forwarding.
-
-
-
-
- Stops local port forwarding, and waits for the specified timeout until all pending
- requests are processed.
-
- The maximum amount of time to wait for pending requests to finish processing.
-
-
-
- Ensures the current instance is not disposed.
-
- The current instance is disposed.
-
-
-
- Interrupts the listener, and unsubscribes from events.
-
-
-
-
- Waits for pending channels to close.
-
- The maximum time to wait for the pending channels to close.
-
-
-
- Holds a value indicating whether the current instance is disposed.
-
-
- true if the current instance is disposed; otherwise, false.
-
-
-
-
- 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.
-
-
-
- Releases unmanaged resources and performs other cleanup operations before the
- is reclaimed by garbage collection.
-
-
-
-
- Initializes the .
-
-
-
- When the port is started for the first time, a is created with an initial count
- of 1.
-
-
- On subsequent (re)starts, we'll dispose the current and create a new one with
- initial count of 1.
-
-
-
-
-
- Reads a null terminated string from a socket.
-
- The to read from.
- The timeout to apply to individual reads.
-
- The read, or null when the socket was closed.
-
-
-
-
- Provides functionality for local port forwarding
-
-
-
-
- Gets the bound host.
-
-
-
-
- Gets the bound port.
-
-
-
-
- Gets the forwarded host.
-
-
-
-
- Gets the forwarded port.
-
-
-
-
- Gets a value indicating whether port forwarding is started.
-
-
- true if port forwarding is started; otherwise, false.
-
-
-
-
- Initializes a new instance of the class.
-
- The bound port.
- The host.
- The port.
- is greater than .
- is null.
- is greater than .
-
-
-
-
-
-
- Initializes a new instance of the class.
-
- The bound host.
- The host.
- The port.
- is null.
- is null.
- is greater than .
-
-
-
- Initializes a new instance of the class.
-
- The bound host.
- The bound port.
- The host.
- The port.
- is null.
- is null.
- is greater than .
- is greater than .
-
-
-
- Starts local port forwarding.
-
-
-
-
- Stops local port forwarding, and waits for the specified timeout until all pending
- requests are processed.
-
- The maximum amount of time to wait for pending requests to finish processing.
-
-
-
- Ensures the current instance is not disposed.
-
- The current instance is disposed.
-
-
-
- Interrupts the listener, and unsubscribes from events.
-
-
-
-
- Waits for pending channels to close.
-
- The maximum time to wait for the pending channels to close.
-
-
-
- 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.
-
-
-
- Releases unmanaged resources and performs other cleanup operations before the
- is reclaimed by garbage collection.
-
-
-
-
- Initializes the .
-
-
-
- When the port is started for the first time, a is created with an initial count
- of 1.
-
-
- On subsequent (re)starts, we'll dispose the current and create a new one with
- initial count of 1.
-
-
-
-
-
- Provides functionality for remote port forwarding
-
-
-
-
- Gets a value indicating whether port forwarding is started.
-
-
- true if port forwarding is started; otherwise, false.
-
-
-
-
- Gets the bound host.
-
-
-
-
- Gets the bound host.
-
-
-
-
- Gets the bound port.
-
-
-
-
- Gets the forwarded host.
-
-
-
-
- Gets the forwarded host.
-
-
-
-
- Gets the forwarded port.
-
-
-
-
- Initializes a new instance of the class.
-
- The bound host address.
- The bound port.
- The host address.
- The port.
- is null.
- is null.
- is greater than .
- is greater than .
-
-
-
- Initializes a new instance of the class.
-
- The bound port.
- The host.
- The port.
-
-
-
-
-
-
- Initializes a new instance of the class.
-
- The bound host.
- The bound port.
- The host.
- The port.
-
-
-
- Starts remote port forwarding.
-
-
-
-
- Stops remote port forwarding.
-
- The maximum amount of time to wait for the port to stop.
-
-
-
- Ensures the current instance is not disposed.
-
- The current instance is disposed.
-
-
-
- Initializes the .
-
-
-
- When the port is started for the first time, a is created with an initial count
- of 1.
-
-
- On subsequent (re)starts, we'll dispose the current and create a new one with
- initial count of 1.
-
-
-
-
-
- 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.
-
-
-
- Releases unmanaged resources and performs other cleanup operations before the
- is reclaimed by garbage collection.
-
-
-
-
- Returns a value indicating whether has been changed to .
-
- The status to transition from.
-
- true if has been changed to ; otherwise, false.
-
- Cannot transition to .
-
- While a transition from to is not possible, this method will
- return false for any such attempts. This is related to concurrency.
-
-
-
-
- Returns a value indicating whether has been changed to .
-
- The status to transition from.
-
- true if has been changed to ; otherwise, false.
-
- Cannot transition to .
-
- While a transition from to is not possible, this method will
- return false for any such attempts. This is related to concurrency.
-
-
-
-
- Holds information about key size and cipher to use
-
-
-
-
- Gets the size of the key.
-
-
- The size of the key.
-
-
-
-
- Gets the cipher.
-
-
-
-
- Initializes a new instance of the class.
-
- Size of the key.
- The hash algorithm to use for a given key.
-
-
-
- Base interface for authentication of a session using a given method.
-
-
-
-
- Authenticates the specified session.
-
- The session to authenticate.
-
- The result of the authentication process.
-
-
-
-
- Gets the list of allowed authentications.
-
-
- The list of allowed authentications.
-
-
-
-
- Gets the name of the authentication method.
-
-
- The name of the authentication method.
-
-
-
-
- Signals that an authentication banner message was received from the server.
-
- The session in which the banner message was received.
- The banner message.{
-
-
-
- Gets the supported authentication methods for this connection.
-
-
- The supported authentication methods for this connection.
-
-
-
-
- Creates a for the credentials represented
- by the current .
-
-
- A for the credentials represented by the
- current .
-
-
-
-
- Represents remote connection information.
-
-
-
-
- Gets or sets the timeout to used when waiting for a server to acknowledge closing a channel.
-
-
- The channel close timeout. The default value is 1 second.
-
-
- If a server does not send a SSH2_MSG_CHANNEL_CLOSE message before the specified timeout
- elapses, the channel will be closed immediately.
-
-
-
-
- Gets the supported channel requests for this connection.
-
-
- The supported channel requests for this connection.
-
-
-
-
- Gets the character encoding.
-
-
- The character encoding.
-
-
-
-
- Gets connection host.
-
-
- The connection host.
-
-
-
-
- Gets connection port.
-
-
- The connection port. The default value is 22.
-
-
-
-
- Gets proxy type.
-
-
- The type of the proxy.
-
-
-
-
- Gets proxy connection host.
-
-
-
-
- Gets proxy connection port.
-
-
-
-
- Gets proxy connection username.
-
-
-
-
- Gets proxy connection password.
-
-
-
-
- Gets the number of retry attempts when session channel creation failed.
-
-
- The number of retry attempts when session channel creation failed.
-
-
-
-
- Gets or sets connection timeout.
-
-
- The connection timeout. The default value is 30 seconds.
-
-
-
-
-
-
-
- Occurs when authentication banner is sent by the server.
-
-
-
-
- Supports port forwarding functionality.
-
-
-
-
- The event occurs as the forwarded port is being stopped.
-
-
-
-
- Represents a transformation that can be applied to a remote path.
-
-
-
-
- Transforms the specified remote path.
-
- The path to transform.
-
- The transformed path.
-
-
-
-
- Factory for creating new services.
-
-
-
-
- Creates a new with the specified and
- .
-
- The to use for creating a new session.
- A factory to create instances.
-
- An for the specified .
-
- is null.
- is null.
-
-
-
- Creates a new in a given and with
- the specified operation timeout and encoding.
-
- The to create the in.
- The number of milliseconds to wait for an operation to complete, or -1 to wait indefinitely.
- The encoding.
- The factory to use for creating SFTP messages.
-
- An .
-
-
-
-
- Create a new .
-
-
- A .
-
-
-
-
- Negotiates a key exchange algorithm, and creates a for the negotiated
- algorithm.
-
- A of the key exchange algorithms supported by the client where the key is the name of the algorithm, and the value is the type implementing this algorithm.
- The names of the key exchange algorithms supported by the SSH server.
-
- A that was negotiated between client and server.
-
- is null.
- is null.
- No key exchange algorithm is supported by both client and server.
-
-
-
- Creates a shell stream.
-
- The SSH session.
- The TERM environment variable.
- The terminal width in columns.
- The terminal width in rows.
- The terminal height in pixels.
- The terminal height in pixels.
- Size of the buffer.
- The terminal mode values.
-
- The created instance.
-
- Client is not connected.
-
-
- The TERM environment variable contains an identifier for the text window's capabilities.
- You can get a detailed list of these cababilities by using the ‘infocmp’ command.
-
-
- The column/row dimensions override the pixel dimensions(when non-zero). Pixel dimensions refer
- to the drawable area of the window.
-
-
-
-
-
- Creates an that encloses a path in double quotes, and escapes
- any embedded double quote with a backslash.
-
-
- An that encloses a path in double quotes, and escapes any
- embedded double quote with a backslash.
- with a shell.
-
-
-
-
- Creates an that can be used to establish a connection
- to the server identified by the specified .
-
- A detailing the server to establish a connection to.
- A factory to create instances.
-
- An that can be used to establish a connection to the
- server identified by the specified .
-
- is .
- is .
- The value of is not supported.
-
-
-
- Creates an that deals with the SSH protocol
- version exchange.
-
-
- An .
-
-
-
-
- Creates a factory to create instances.
-
-
- An .
-
-
-
-
- Creates a new in a given
- and with the specified operation timeout.
-
- The to create the in.
- The number of milliseconds to wait for an operation to complete, or -1 to wait indefinitely.
-
- An .
-
-
-
-
- Provides functionality to connect and interact with SSH server.
-
-
-
-
- Gets or sets the connection info.
-
- The connection info.
-
-
-
- Gets a value indicating whether the session is connected.
-
-
- true if the session is connected; otherwise, false.
-
-
-
-
- Gets the session semaphore that controls session channels.
-
-
- The session semaphore.
-
-
-
-
- Gets a that can be used to wait for the message listener loop to complete.
-
-
- A that can be used to wait for the message listener loop to complete, or
- null when the session has not been connected.
-
-
-
-
- Connects to the server.
-
- Socket connection to the SSH server or proxy server could not be established, or an error occurred while resolving the hostname.
- SSH session could not be established.
- Authentication of SSH session failed.
- Failed to establish proxy connection.
-
-
-
- Create a new SSH session channel.
-
-
- A new SSH session channel.
-
-
-
-
- Create a new channel for a locally forwarded TCP/IP port.
-
-
- A new channel for a locally forwarded TCP/IP port.
-
-
-
-
- Creates a "forwarded-tcpip" SSH channel.
-
-
- A new "forwarded-tcpip" SSH channel.
-
-
-
-
- Disconnects from the server.
-
-
- This sends a SSH_MSG_DISCONNECT message to the server, waits for the
- server to close the socket on its end and subsequently closes the client socket.
-
-
-
-
- Called when client is disconnecting from the server.
-
-
-
-
- Registers SSH message with the session.
-
- The name of the message to register with the session.
-
-
-
- Sends a message to the server.
-
- The message to send.
- The client is not connected.
- The operation timed out.
- The size of the packet exceeds the maximum size defined by the protocol.
-
-
-
- Sends a message to the server.
-
- The message to send.
-
- true if the message was sent to the server; otherwise, false.
-
- The size of the packet exceeds the maximum size defined by the protocol.
-
- This methods returns false when the attempt to send the message results in a
- or a .
-
-
-
-
- Unregister SSH message from the session.
-
- The name of the message to unregister with the session.
-
-
-
- Waits for the specified handle or the exception handle for the receive thread
- to signal within the connection timeout.
-
- The wait handle.
- A received package was invalid or failed the message integrity check.
- None of the handles are signaled in time and the session is not disconnecting.
- A socket error was signaled while receiving messages from the server.
-
- When neither handles are signaled in time and the session is not closing, then the
- session is disconnected.
-
-
-
-
- Waits for the specified handle or the exception handle for the receive thread
- to signal within the specified timeout.
-
- The wait handle.
- The time to wait for any of the handles to become signaled.
- A received package was invalid or failed the message integrity check.
- None of the handles are signaled in time and the session is not disconnecting.
- A socket error was signaled while receiving messages from the server.
-
- When neither handles are signaled in time and the session is not closing, then the
- session is disconnected.
-
-
-
-
- Waits for the specified to receive a signal, using a
- to specify the time interval.
-
- The that should be signaled.
- A that represents the number of milliseconds to wait, or a that represents -1 milliseconds to wait indefinitely.
- When this method returns , contains the .
-
- A .
-
-
-
-
- Waits for the specified to receive a signal, using a
- to specify the time interval.
-
- The that should be signaled.
- A that represents the number of milliseconds to wait, or a that represents -1 milliseconds to wait indefinitely.
-
- A .
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when session has been disconnected from the server.
-
-
-
-
- Occurs when an error occurred.
-
-
-
-
- Occurs when host key received.
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message is received from the server.
-
-
-
-
- Implementation of the SSH File Transfer Protocol (SFTP) over SSH.
-
-
-
-
- Gets or sets the maximum size of the buffer in bytes.
-
-
- The size of the buffer. The default buffer size is 32768 bytes (32 KB).
-
-
-
- For write operations, this limits the size of the payload for
- individual SSH_FXP_WRITE messages. The actual size is always
- capped at the maximum packet size supported by the peer
- (minus the size of protocol fields).
-
-
- For read operations, this controls the size of the payload which
- is requested from the peer in a SSH_FXP_READ message. The peer
- will send the requested number of bytes in a SSH_FXP_DATA message,
- possibly split over multiple SSH_MSG_CHANNEL_DATA messages.
-
-
- To optimize the size of the SSH packets sent by the peer,
- the actual requested size will take into account the size of the
- SSH_FXP_DATA protocol fields.
-
-
- The size of the each indivual SSH_FXP_DATA message is limited to the
- local maximum packet size of the channel, which is set to 64 KB
- for SSH.NET. However, the peer can limit this even further.
-
-
- The method was called after the client was disposed.
-
-
-
- Gets or sets the operation timeout.
-
-
- The timeout to wait until an operation completes. The default value is negative
- one (-1) milliseconds, which indicates an infinite timeout period.
-
- The method was called after the client was disposed.
- represents a value that is less than -1 or greater than milliseconds.
-
-
-
- Gets sftp protocol version.
-
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Gets remote working directory.
-
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Appends lines to a file, creating the file if it does not already exist.
-
- The file to append the lines to. The file is created if it does not already exist.
- The lines to append to the file.
- isnull -or- is null.
- Client is not connected.
- The specified path is invalid, or its directory was not found on the remote host.
- The method was called after the client was disposed.
-
- The characters are written to the file using UTF-8 encoding without a Byte-Order Mark (BOM)
-
-
-
-
- Appends lines to a file by using a specified encoding, creating the file if it does not already exist.
-
- The file to append the lines to. The file is created if it does not already exist.
- The lines to append to the file.
- The character encoding to use.
- is null. -or- is null. -or- is null.
- Client is not connected.
- The specified path is invalid, or its directory was not found on the remote host.
- The method was called after the client was disposed.
-
-
-
- Appends the specified string to the file, creating the file if it does not already exist.
-
- The file to append the specified string to.
- The string to append to the file.
- is null. -or- is null.
- Client is not connected.
- The specified path is invalid, or its directory was not found on the remote host.
- The method was called after the client was disposed.
-
- The characters are written to the file using UTF-8 encoding without a Byte-Order Mark (BOM).
-
-
-
-
- Appends the specified string to the file, creating the file if it does not already exist.
-
- The file to append the specified string to.
- The string to append to the file.
- The character encoding to use.
- is null. -or- is null. -or- is null.
- Client is not connected.
- The specified path is invalid, or its directory was not found on the remote host.
- The method was called after the client was disposed.
-
-
-
- Creates a that appends UTF-8 encoded text to the specified file,
- creating the file if it does not already exist.
-
- The path to the file to append to.
-
- A that appends text to a file using UTF-8 encoding without a
- Byte-Order Mark (BOM).
-
- is null.
- Client is not connected.
- The specified path is invalid, or its directory was not found on the remote host.
- The method was called after the client was disposed.
-
-
-
- Creates a that appends text to a file using the specified
- encoding, creating the file if it does not already exist.
-
- The path to the file to append to.
- The character encoding to use.
-
- A that appends text to a file using the specified encoding.
-
- is null. -or- is null.
- Client is not connected.
- The specified path is invalid, or its directory was not found on the remote host.
- The method was called after the client was disposed.
-
-
-
- Begins an asynchronous file downloading into the stream.
-
- The path.
- The output.
-
- An that references the asynchronous operation.
-
- is null.
- is null or contains only whitespace characters.
- Client is not connected.
- Permission to perform the operation was denied by the remote host. -or- A SSH command was denied by the server.
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
- Method calls made by this method to , may under certain conditions result in exceptions thrown by the stream.
-
-
-
-
- Begins an asynchronous file downloading into the stream.
-
- The path.
- The output.
- The method to be called when the asynchronous write operation is completed.
-
- An that references the asynchronous operation.
-
- is null.
- is null or contains only whitespace characters.
- Client is not connected.
- Permission to perform the operation was denied by the remote host. -or- A SSH command was denied by the server.
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
- Method calls made by this method to , may under certain conditions result in exceptions thrown by the stream.
-
-
-
-
- Begins an asynchronous file downloading into the stream.
-
- The path.
- The output.
- The method to be called when the asynchronous write operation is completed.
- A user-provided object that distinguishes this particular asynchronous write request from other requests.
- The download callback.
-
- An that references the asynchronous operation.
-
- is null.
- is null or contains only whitespace characters.
- The method was called after the client was disposed.
-
- Method calls made by this method to , may under certain conditions result in exceptions thrown by the stream.
-
-
-
-
- Begins an asynchronous operation of retrieving list of files in remote directory.
-
- The path.
- The method to be called when the asynchronous write operation is completed.
- A user-provided object that distinguishes this particular asynchronous write request from other requests.
- The list callback.
-
- An that references the asynchronous operation.
-
- The method was called after the client was disposed.
-
-
-
- Begins the synchronize directories.
-
- The source path.
- The destination path.
- The search pattern.
- The async callback.
- The state.
-
- An that represents the asynchronous directory synchronization.
-
- is null.
- is null or contains only whitespace.
-
-
-
- Begins an asynchronous uploading the stream into remote file.
-
- Data input stream.
- Remote file path.
-
- An that references the asynchronous operation.
-
- is null.
- is null or contains only whitespace characters.
- Client is not connected.
- Permission to list the contents of the directory was denied by the remote host. -or- A SSH command was denied by the server.
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
-
- Method calls made by this method to , may under certain conditions result in exceptions thrown by the stream.
-
-
- If the remote file already exists, it is overwritten and truncated.
-
-
-
-
-
- Begins an asynchronous uploading the stream into remote file.
-
- Data input stream.
- Remote file path.
- The method to be called when the asynchronous write operation is completed.
-
- An that references the asynchronous operation.
-
- is null.
- is null or contains only whitespace characters.
- Client is not connected.
- Permission to list the contents of the directory was denied by the remote host. -or- A SSH command was denied by the server.
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
-
- Method calls made by this method to , may under certain conditions result in exceptions thrown by the stream.
-
-
- If the remote file already exists, it is overwritten and truncated.
-
-
-
-
-
- Begins an asynchronous uploading the stream into remote file.
-
- Data input stream.
- Remote file path.
- The method to be called when the asynchronous write operation is completed.
- A user-provided object that distinguishes this particular asynchronous write request from other requests.
- The upload callback.
-
- An that references the asynchronous operation.
-
- is null.
- is null or contains only whitespace characters.
- Client is not connected.
- Permission to list the contents of the directory was denied by the remote host. -or- A SSH command was denied by the server.
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
-
- Method calls made by this method to , may under certain conditions result in exceptions thrown by the stream.
-
-
- If the remote file already exists, it is overwritten and truncated.
-
-
-
-
-
- Begins an asynchronous uploading the stream into remote file.
-
- Data input stream.
- Remote file path.
- Specified whether an existing file can be overwritten.
- The method to be called when the asynchronous write operation is completed.
- A user-provided object that distinguishes this particular asynchronous write request from other requests.
- The upload callback.
-
- An that references the asynchronous operation.
-
- is null.
- is null or contains only whitespace characters.
- The method was called after the client was disposed.
-
-
- Method calls made by this method to , may under certain conditions result in exceptions thrown by the stream.
-
-
- When refers to an existing file, set to true to overwrite and truncate that file.
- If is false, the upload will fail and will throw an
- .
-
-
-
-
-
- Changes remote directory to path.
-
- New directory path.
- is null.
- Client is not connected.
- Permission to change directory denied by remote host. -or- A SSH command was denied by the server.
- was not found on the remote host.
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
-
-
- Changes permissions of file(s) to specified mode.
-
- File(s) path, may match multiple files.
- The mode.
- is null.
- Client is not connected.
- Permission to change permission on the path(s) was denied by the remote host. -or- A SSH command was denied by the server.
- was not found on the remote host.
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
-
-
- Creates or overwrites a file in the specified path.
-
- The path and name of the file to create.
-
- A that provides read/write access to the file specified in path.
-
- is null.
- Client is not connected.
- The specified path is invalid, or its directory was not found on the remote host.
- The method was called after the client was disposed.
-
- If the target file already exists, it is first truncated to zero bytes.
-
-
-
-
- Creates or overwrites the specified file.
-
- The path and name of the file to create.
- The maximum number of bytes buffered for reads and writes to the file.
-
- A that provides read/write access to the file specified in path.
-
- is null.
- Client is not connected.
- The specified path is invalid, or its directory was not found on the remote host.
- The method was called after the client was disposed.
-
- If the target file already exists, it is first truncated to zero bytes.
-
-
-
-
- Creates remote directory specified by path.
-
- Directory path to create.
- is null or contains only whitespace characters.
- Client is not connected.
- Permission to create the directory was denied by the remote host. -or- A SSH command was denied by the server.
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
-
-
- Creates or opens a file for writing UTF-8 encoded text.
-
- The file to be opened for writing.
-
- A that writes text to a file using UTF-8 encoding without
- a Byte-Order Mark (BOM).
-
- is null.
- Client is not connected.
- The specified path is invalid, or its directory was not found on the remote host.
- The method was called after the client was disposed.
-
-
- If the target file already exists, it is overwritten. It is not first truncated to zero bytes.
-
-
- If the target file does not exist, it is created.
-
-
-
-
-
- Creates or opens a file for writing text using the specified encoding.
-
- The file to be opened for writing.
- The character encoding to use.
-
- A that writes to a file using the specified encoding.
-
- is null.
- Client is not connected.
- The specified path is invalid, or its directory was not found on the remote host.
- The method was called after the client was disposed.
-
-
- If the target file already exists, it is overwritten. It is not first truncated to zero bytes.
-
-
- If the target file does not exist, it is created.
-
-
-
-
-
- Deletes the specified file or directory.
-
- The name of the file or directory to be deleted. Wildcard characters are not supported.
- is null.
- Client is not connected.
- was not found on the remote host.
- The method was called after the client was disposed.
-
-
-
- Deletes remote directory specified by path.
-
- Directory to be deleted path.
- is null or contains only whitespace characters.
- Client is not connected.
- was not found on the remote host.
- Permission to delete the directory was denied by the remote host. -or- A SSH command was denied by the server.
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
-
-
- Deletes remote file specified by path.
-
- File to be deleted path.
- is null or contains only whitespace characters.
- Client is not connected.
- was not found on the remote host.
- Permission to delete the file was denied by the remote host. -or- A SSH command was denied by the server.
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
-
-
- Downloads remote file specified by the path into the stream.
-
- File to download.
- Stream to write the file into.
- The download callback.
- is null.
- is null or contains only whitespace characters.
- Client is not connected.
- Permission to perform the operation was denied by the remote host. -or- A SSH command was denied by the server.
- was not found on the remote host.///
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
- Method calls made by this method to , may under certain conditions result in exceptions thrown by the stream.
-
-
-
-
- Ends an asynchronous file downloading into the stream.
-
- The pending asynchronous SFTP request.
- The object did not come from the corresponding async method on this type.-or- was called multiple times with the same .
- Client is not connected.
- Permission to perform the operation was denied by the remote host. -or- A SSH command was denied by the server.
- The path was not found on the remote host.
- A SSH error where is the message from the remote host.
-
-
-
- Ends an asynchronous operation of retrieving list of files in remote directory.
-
- The pending asynchronous SFTP request.
-
- A list of files.
-
- The object did not come from the corresponding async method on this type.-or- was called multiple times with the same .
-
-
-
- Ends the synchronize directories.
-
- The async result.
-
- A list of uploaded files.
-
- The object did not come from the corresponding async method on this type.-or- was called multiple times with the same .
- The destination path was not found on the remote host.
-
-
-
- Ends an asynchronous uploading the stream into remote file.
-
- The pending asynchronous SFTP request.
- The object did not come from the corresponding async method on this type.-or- was called multiple times with the same .
- Client is not connected.
- The directory of the file was not found on the remote host.
- Permission to upload the file was denied by the remote host. -or- A SSH command was denied by the server.
- A SSH error where is the message from the remote host.
-
-
-
- Checks whether file or directory exists;
-
- The path.
-
- true if directory or file exists; otherwise false.
-
- is null or contains only whitespace characters.
- Client is not connected.
- Permission to perform the operation was denied by the remote host. -or- A SSH command was denied by the server.
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
-
-
- Gets reference to remote file or directory.
-
- The path.
-
- A reference to file object.
-
- Client is not connected.
- was not found on the remote host.
- is null.
- The method was called after the client was disposed.
-
-
-
- Gets the of the file on the path.
-
- The path to the file.
-
- The of the file on the path.
-
- is null.
- Client is not connected.
- was not found on the remote host.
- The method was called after the client was disposed.
-
-
-
- Returns the date and time the specified file or directory was last accessed.
-
- The file or directory for which to obtain access date and time information.
-
- A structure set to the date and time that the specified file or directory was last accessed.
- This value is expressed in local time.
-
- is null.
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Returns the date and time, in coordinated universal time (UTC), that the specified file or directory was last accessed.
-
- The file or directory for which to obtain access date and time information.
-
- A structure set to the date and time that the specified file or directory was last accessed.
- This value is expressed in UTC time.
-
- is null.
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Returns the date and time the specified file or directory was last written to.
-
- The file or directory for which to obtain write date and time information.
-
- A structure set to the date and time that the specified file or directory was last written to.
- This value is expressed in local time.
-
- is null.
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Returns the date and time, in coordinated universal time (UTC), that the specified file or directory was last written to.
-
- The file or directory for which to obtain write date and time information.
-
- A structure set to the date and time that the specified file or directory was last written to.
- This value is expressed in UTC time.
-
- is null.
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Gets status using statvfs@openssh.com request.
-
- The path.
-
- A instance that contains file status information.
-
- Client is not connected.
- is null.
- The method was called after the client was disposed.
-
-
-
- Retrieves list of files in remote directory.
-
- The path.
- The list callback.
-
- A list of files.
-
- is null.
- Client is not connected.
- Permission to list the contents of the directory was denied by the remote host. -or- A SSH command was denied by the server.
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
-
-
- Opens a on the specified path with read/write access.
-
- The file to open.
- A value that specifies whether a file is created if one does not exist, and determines whether the contents of existing files are retained or overwritten.
-
- An unshared that provides access to the specified file, with the specified mode and read/write access.
-
- is null.
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Opens a on the specified path, with the specified mode and access.
-
- The file to open.
- A value that specifies whether a file is created if one does not exist, and determines whether the contents of existing files are retained or overwritten.
- A value that specifies the operations that can be performed on the file.
-
- An unshared that provides access to the specified file, with the specified mode and access.
-
- is null.
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Opens an existing file for reading.
-
- The file to be opened for reading.
-
- A read-only on the specified path.
-
- is null.
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Opens an existing UTF-8 encoded text file for reading.
-
- The file to be opened for reading.
-
- A on the specified path.
-
- is null.
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Opens a file for writing.
-
- The file to be opened for writing.
-
- An unshared object on the specified path with access.
-
- is null.
- Client is not connected.
- The method was called after the client was disposed.
-
- If the file does not exist, it is created.
-
-
-
-
- Opens a binary file, reads the contents of the file into a byte array, and closes the file.
-
- The file to open for reading.
-
- A byte array containing the contents of the file.
-
- is null.
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Opens a text file, reads all lines of the file using UTF-8 encoding, and closes the file.
-
- The file to open for reading.
-
- A string array containing all lines of the file.
-
- is null.
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Opens a file, reads all lines of the file with the specified encoding, and closes the file.
-
- The file to open for reading.
- The encoding applied to the contents of the file.
-
- A string array containing all lines of the file.
-
- is null.
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Opens a text file, reads all lines of the file with the UTF-8 encoding, and closes the file.
-
- The file to open for reading.
-
- A string containing all lines of the file.
-
- is null.
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Opens a file, reads all lines of the file with the specified encoding, and closes the file.
-
- The file to open for reading.
- The encoding applied to the contents of the file.
-
- A string containing all lines of the file.
-
- is null.
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Reads the lines of a file with the UTF-8 encoding.
-
- The file to read.
-
- The lines of the file.
-
- is null.
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Read the lines of a file that has a specified encoding.
-
- The file to read.
- The encoding that is applied to the contents of the file.
-
- The lines of the file.
-
- is null.
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Renames remote file from old path to new path.
-
- Path to the old file location.
- Path to the new file location.
- is null. -or- or is null.
- Client is not connected.
- Permission to rename the file was denied by the remote host. -or- A SSH command was denied by the server.
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
-
-
- Renames remote file from old path to new path.
-
- Path to the old file location.
- Path to the new file location.
- if set to true then perform a posix rename.
- is null. -or- or is null.
- Client is not connected.
- Permission to rename the file was denied by the remote host. -or- A SSH command was denied by the server.
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
-
-
- Sets the specified of the file on the specified path.
-
- The path to the file.
- The desired .
- is null.
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Creates a symbolic link from old path to new path.
-
- The old path.
- The new path.
- is null. -or- is null or contains only whitespace characters.
- Client is not connected.
- Permission to create the symbolic link was denied by the remote host. -or- A SSH command was denied by the server.
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
-
-
- Synchronizes the directories.
-
- The source path.
- The destination path.
- The search pattern.
-
- A list of uploaded files.
-
- is null.
- is null or contains only whitespace.
- was not found on the remote host.
-
-
-
- Uploads stream into remote file.
-
- Data input stream.
- Remote file path.
- The upload callback.
- is null.
- is null or contains only whitespace characters.
- Client is not connected.
- Permission to upload the file was denied by the remote host. -or- A SSH command was denied by the server.
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
- Method calls made by this method to , may under certain conditions result in exceptions thrown by the stream.
-
-
-
-
- Uploads stream into remote file.
-
- Data input stream.
- Remote file path.
- if set to true then existing file will be overwritten.
- The upload callback.
- is null.
- is null or contains only whitespace characters.
- Client is not connected.
- Permission to upload the file was denied by the remote host. -or- A SSH command was denied by the server.
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
- Method calls made by this method to , may under certain conditions result in exceptions thrown by the stream.
-
-
-
-
- Writes the specified byte array to the specified file, and closes the file.
-
- The file to write to.
- The bytes to write to the file.
- is null.
- Client is not connected.
- The specified path is invalid, or its directory was not found on the remote host.
- The method was called after the client was disposed.
-
-
- If the target file already exists, it is overwritten. It is not first truncated to zero bytes.
-
-
- If the target file does not exist, it is created.
-
-
-
-
-
- Writes a collection of strings to the file using the UTF-8 encoding, and closes the file.
-
- The file to write to.
- The lines to write to the file.
- is null.
- Client is not connected.
- The specified path is invalid, or its directory was not found on the remote host.
- The method was called after the client was disposed.
-
-
- The characters are written to the file using UTF-8 encoding without a Byte-Order Mark (BOM).
-
-
- If the target file already exists, it is overwritten. It is not first truncated to zero bytes.
-
-
- If the target file does not exist, it is created.
-
-
-
-
-
- Writes a collection of strings to the file using the specified encoding, and closes the file.
-
- The file to write to.
- The lines to write to the file.
- The character encoding to use.
- is null.
- Client is not connected.
- The specified path is invalid, or its directory was not found on the remote host.
- The method was called after the client was disposed.
-
-
- If the target file already exists, it is overwritten. It is not first truncated to zero bytes.
-
-
- If the target file does not exist, it is created.
-
-
-
-
-
- Write the specified string array to the file using the UTF-8 encoding, and closes the file.
-
- The file to write to.
- The string array to write to the file.
- is null.
- Client is not connected.
- The specified path is invalid, or its directory was not found on the remote host.
- The method was called after the client was disposed.
-
-
- The characters are written to the file using UTF-8 encoding without a Byte-Order Mark (BOM).
-
-
- If the target file already exists, it is overwritten. It is not first truncated to zero bytes.
-
-
- If the target file does not exist, it is created.
-
-
-
-
-
- Writes the specified string array to the file by using the specified encoding, and closes the file.
-
- The file to write to.
- The string array to write to the file.
- An object that represents the character encoding applied to the string array.
- is null.
- Client is not connected.
- The specified path is invalid, or its directory was not found on the remote host.
- The method was called after the client was disposed.
-
-
- If the target file already exists, it is overwritten. It is not first truncated to zero bytes.
-
-
- If the target file does not exist, it is created.
-
-
-
-
-
- Writes the specified string to the file using the UTF-8 encoding, and closes the file.
-
- The file to write to.
- The string to write to the file.
- is null.
- Client is not connected.
- The specified path is invalid, or its directory was not found on the remote host.
- The method was called after the client was disposed.
-
-
- The characters are written to the file using UTF-8 encoding without a Byte-Order Mark (BOM).
-
-
- If the target file already exists, it is overwritten. It is not first truncated to zero bytes.
-
-
- If the target file does not exist, it is created.
-
-
-
-
-
- Writes the specified string to the file using the specified encoding, and closes the file.
-
- The file to write to.
- The string to write to the file.
- The encoding to apply to the string.
- is null.
- Client is not connected.
- The specified path is invalid, or its directory was not found on the remote host.
- The method was called after the client was disposed.
-
-
- If the target file already exists, it is overwritten. It is not first truncated to zero bytes.
-
-
- If the target file does not exist, it is created.
-
-
-
-
-
- Base interface for SSH subsystem implementations.
-
-
-
-
- Gets or set the number of seconds to wait for an operation to complete.
-
-
- The number of seconds to wait for an operation to complete, or -1 to wait indefinitely.
-
-
-
-
- Gets a value indicating whether this session is open.
-
-
- true if this session is open; otherwise, false.
-
-
-
-
- Connects the subsystem using a new SSH channel session.
-
- The session is already connected.
- The method was called after the session was disposed.
-
-
-
- Disconnects the subsystem channel.
-
-
-
-
- Waits a specified time for a given to get signaled.
-
- The handle to wait for.
- The number of millieseconds wait for to get signaled, or -1 to wait indefinitely.
- The connection was closed by the server.
- The channel was closed.
- The handle did not get signaled within the specified timeout.
-
-
-
- Blocks the current thread until the specified gets signaled, using a
- 32-bit signed integer to specify the time interval in milliseconds.
-
- The handle to wait for.
- To number of milliseconds to wait for to get signaled, or -1 to wait indefinitely.
-
- true if received a signal within the specified timeout;
- otherwise, false.
-
- The connection was closed by the server.
- The channel was closed.
-
- The blocking wait is also interrupted when either the established channel is closed, the current
- session is disconnected or an unexpected occurred while processing a channel
- or session event.
-
-
-
-
- Blocks the current thread until the specified gets signaled, using a
- 32-bit signed integer to specify the time interval in milliseconds.
-
- The first handle to wait for.
- The second handle to wait for.
- To number of milliseconds to wait for a to get signaled, or -1 to wait indefinitely.
-
- 0 if received a signal within the specified timeout and 1
- if received a signal within the specified timeout, or
- if no object satisfied the wait.
-
- The connection was closed by the server.
- The channel was closed.
-
-
- The blocking wait is also interrupted when either the established channel is closed, the current
- session is disconnected or an unexpected occurred while processing a channel
- or session event.
-
-
- When both and are signaled during the call,
- then 0 is returned.
-
-
-
-
-
- Waits for any of the elements in the specified array to receive a signal, using a 32-bit signed
- integer to specify the time interval.
-
- A array - constructed using - containing the objects to wait for.
- To number of milliseconds to wait for a to get signaled, or -1 to wait indefinitely.
-
- The array index of the first non-system object that satisfied the wait.
-
- The connection was closed by the server.
- The channel was closed.
- No object satified the wait and a time interval equivalent to has passed.
-
- For the return value, the index of the first non-system object is considered to be zero.
-
-
-
-
- Creates a array that is composed of system objects and the specified
- elements.
-
- A array containing the objects to wait for.
-
- A array that is composed of system objects and the specified elements.
-
-
-
-
- Creates a array that is composed of system objects and the specified
- elements.
-
- The first to wait for.
- The second to wait for.
-
- A array that is composed of system objects and the specified elements.
-
-
-
-
- Provides functionality to perform keyboard interactive authentication.
-
-
-
-
- Gets authentication method name
-
-
-
-
- Occurs when server prompts for more authentication information.
-
-
-
-
- Initializes a new instance of the class.
-
- The username.
- is whitespace or null.
-
-
-
- Authenticates the specified session.
-
- The session to authenticate.
- Result of authentication process.
-
-
-
- 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.
-
-
-
- Releases unmanaged resources and performs other cleanup operations before the
- is reclaimed by garbage collection.
-
-
-
-
- Provides connection information when keyboard interactive authentication method is used
-
-
-
-
-
-
-
- Occurs when server prompts for more authentication information.
-
-
-
-
-
-
-
- Initializes a new instance of the class.
-
- The host.
- The username.
-
-
-
- Initializes a new instance of the class.
-
- The host.
- The port.
- The username.
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Connection port.
- Connection username.
- Type of the proxy.
- The proxy host.
- The proxy port.
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Connection port.
- Connection username.
- Type of the proxy.
- The proxy host.
- The proxy port.
- The proxy username.
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Connection username.
- Type of the proxy.
- The proxy host.
- The proxy port.
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Connection username.
- Type of the proxy.
- The proxy host.
- The proxy port.
- The proxy username.
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Connection username.
- Type of the proxy.
- The proxy host.
- The proxy port.
- The proxy username.
- The proxy password.
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Connection port.
- Connection username.
- Type of the proxy.
- The proxy host.
- The proxy port.
- The proxy username.
- The proxy password.
-
-
-
- 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.
-
-
-
- Releases unmanaged resources and performs other cleanup operations before the
- is reclaimed by garbage collection.
-
-
-
-
- Provides data for message events.
-
- Message type
-
-
-
- Gets the message.
-
-
-
-
- Initializes a new instance of the class.
-
- The message.
- is null.
-
-
-
- Represents SSH_MSG_USERAUTH_BANNER message.
-
-
-
-
- Gets banner message.
-
-
-
-
- Gets banner language.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents SSH_MSG_USERAUTH_FAILURE message.
-
-
-
-
- Gets or sets the allowed authentications if available.
-
-
- The allowed authentications.
-
-
-
-
- Gets failure message.
-
-
-
-
- Gets a value indicating whether authentication is partially successful.
-
-
- true if partially successful; otherwise, false.
-
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents SSH_MSG_USERAUTH_INFO_REQUEST message.
-
-
-
-
- Gets information request name.
-
-
-
-
- Gets information request instruction.
-
-
-
-
- Gets information request language.
-
-
-
-
- Gets information request prompts.
-
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents SSH_MSG_USERAUTH_INFO_RESPONSE message.
-
-
-
-
- Gets authentication responses.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- -1 to indicate that the size of the message cannot be determined,
- or is too costly to calculate.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents SSH_MSG_USERAUTH_PASSWD_CHANGEREQ message.
-
-
-
-
- Gets password change request message as UTF-8 encoded byte array.
-
-
-
-
- Gets message language as UTF-8 encoded byte array.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents SSH_MSG_USERAUTH_PK_OK message.
-
-
-
-
- Gets the name of the public key algorithm as ASCII encoded byte array.
-
-
- The name of the public key algorithm.
-
-
-
-
- Gets the public key data.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents SSH_MSG_USERAUTH_REQUEST message. Server as a base message for other user authentication requests.
-
-
-
-
- Returns the authentication message code for SSH_MSG_USERAUTH_REQUEST.
-
-
-
-
- Gets authentication username as UTF-8 encoded byte array.
-
-
-
-
- Gets the name of the service as ASCII encoded byte array.
-
-
- The name of the service.
-
-
-
-
- Gets the name of the authentication method.
-
-
- The name of the method.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Initializes a new instance of the class.
-
- Name of the service.
- Authentication username.
- The name of the authentication method.
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents "hostbased" SSH_MSG_USERAUTH_REQUEST message.
-
-
-
-
- Gets the public key algorithm for host key as ASCII encoded byte array.
-
-
-
-
- Gets or sets the public host key and certificates for client host.
-
-
- The public host key.
-
-
-
-
- Gets or sets the name of the client host as ASCII encoded byte array.
-
-
- The name of the client host.
-
-
-
-
- Gets or sets the client username on the client host as UTF-8 encoded byte array.
-
-
- The client username.
-
-
-
-
- Gets or sets the signature.
-
-
- The signature.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Initializes a new instance of the class.
-
- Name of the service.
- Authentication username.
- The public key algorithm.
- The public host key.
- Name of the client host.
- The client username.
- The signature.
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents "keyboard-interactive" SSH_MSG_USERAUTH_REQUEST message.
-
-
-
-
- Gets message language.
-
-
-
-
- Gets authentication sub methods.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Initializes a new instance of the class.
-
- Name of the service.
- Authentication username.
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents "none" SSH_MSG_USERAUTH_REQUEST message.
-
-
-
-
- Initializes a new instance of the class.
-
- Name of the service.
- Authentication username.
-
-
-
- Represents "password" SSH_MSG_USERAUTH_REQUEST message.
-
-
-
-
- Gets authentication password.
-
-
-
-
- Gets new authentication password.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Initializes a new instance of the class.
-
- Name of the service.
- Authentication username.
- Authentication password.
-
-
-
- Initializes a new instance of the class.
-
- Name of the service.
- Authentication username.
- Authentication password.
- New authentication password.
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents "publickey" SSH_MSG_USERAUTH_REQUEST message.
-
-
-
-
- Gets the name of the public key algorithm as ASCII encoded byte array.
-
-
- The name of the public key algorithm.
-
-
-
-
- Gets the public key data.
-
-
-
-
- Gets or sets public key signature.
-
-
- The signature.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Initializes a new instance of the class.
-
- Name of the service.
- Authentication username.
- Name of private key algorithm.
- Private key data.
-
-
-
- Initializes a new instance of the class.
-
- Name of the service.
- Authentication username.
- Name of private key algorithm.
- Private key data.
- Private key signature.
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents SSH_MSG_USERAUTH_SUCCESS message.
-
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Gets the address to bind to.
-
-
-
-
- Gets port number to bind to.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents SSH_MSG_CHANNEL_CLOSE message.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- The local channel number.
-
-
-
- Represents SSH_MSG_CHANNEL_DATA message.
-
-
-
-
- Gets or sets message data.
-
-
- The data.
-
-
- The actual data to read or write depends on the and .
-
-
-
-
- Gets the zero-based offset in at which the data begins.
-
-
- The zero-based offset in at which the data begins.
-
-
-
-
- Gets the number of bytes of to read or write.
-
-
- The number of bytes of to read or write.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- The local channel number.
- Message data.
-
-
-
- Initializes a new instance of the class.
-
- The local channel number.
- The message data.
- The zero-based byte offset in at which to begin reading or writing data from.
- The number of bytes of to read or write.
-
-
-
- Loads the data.
-
-
-
-
- Saves the data.
-
-
-
-
- Represents SSH_MSG_CHANNEL_EOF message.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- The local channel number.
-
-
-
- Represents SSH_MSG_CHANNEL_EXTENDED_DATA message.
-
-
-
-
- Gets message data type code.
-
-
-
-
- Gets message data.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- The local channel number.
- The message data type code.
- The message data.
-
-
-
- Loads the data.
-
-
-
-
- Saves the data.
-
-
-
-
- Represents SSH_MSG_CHANNEL_FAILURE message.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- The local channel number.
-
-
-
- Base class for all channel specific SSH messages.
-
-
-
-
- Gets or sets the local channel number.
-
-
- The local channel number.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Initializes a new .
-
-
-
-
- Initializes a new with the specified local channel number.
-
- The local channel number.
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Returns a that represents this instance.
-
-
- A that represents this instance.
-
-
-
-
- Represents SSH_MSG_CHANNEL_OPEN_CONFIRMATION message.
-
-
-
-
- Gets the remote channel number.
-
-
-
-
- Gets the initial size of the window.
-
-
- The initial size of the window.
-
-
-
-
- Gets the maximum size of the packet.
-
-
- The maximum size of the packet.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- The local channel number.
- Initial size of the window.
- Maximum size of the packet.
- The remote channel number.
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents SSH_MSG_CHANNEL_OPEN_FAILURE message.
-
-
-
-
- Gets failure reason code.
-
-
-
-
- Gets description for failure.
-
-
-
-
- Gets message language.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- The local channel number.
- The description.
- The reason code.
-
-
-
- Initializes a new instance of the class.
-
- The local channel number.
- The description.
- The reason code.
- The language (RFC3066).
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- List channel open failure reasons defined by the protocol.
-
-
-
-
- SSH_OPEN_ADMINISTRATIVELY_PROHIBITED
-
-
-
-
- SSH_OPEN_CONNECT_FAILED
-
-
-
-
- SSH_OPEN_UNKNOWN_CHANNEL_TYPE
-
-
-
-
- SSH_OPEN_RESOURCE_SHORTAGE
-
-
-
-
- Base class for open channel messages
-
-
-
-
- Gets the type of the channel to open.
-
-
- The type of the channel to open.
-
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents SSH_MSG_CHANNEL_OPEN message.
-
-
-
-
- Gets the type of the channel as ASCII encoded byte array.
-
-
- The type of the channel.
-
-
-
-
- Gets or sets the local channel number.
-
-
- The local channel number.
-
-
-
-
- Gets the initial size of the window.
-
-
- The initial size of the window.
-
-
-
-
- Gets the maximum size of the packet.
-
-
- The maximum size of the packet.
-
-
-
-
- Gets channel specific open information.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- The channel number.
- Initial size of the window.
- Maximum size of the packet.
- Information specific to the type of the channel to open.
- is null.
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Used to open "direct-tcpip" channel type
-
-
-
-
- Specifies channel open type
-
-
-
-
- Gets the type of the channel to open.
-
-
- The type of the channel to open.
-
-
-
-
- Gets the host to connect.
-
-
-
-
- Gets the port to connect.
-
-
-
-
- Gets the originator address.
-
-
-
-
- Gets the originator port.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Initializes a new instance of the class from the
- specified data.
-
- is null.
-
-
-
- Initializes a new instance of the class.
-
- The host to connect.
- The port to connect.
- The originator address.
- The originator port.
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Used to open "forwarded-tcpip" channel type
-
-
-
-
- Initializes a new instance of the class from the
- specified data.
-
- is null.
-
-
-
- Initializes a new instance with the specified connector
- address and port, and originator address and port.
-
-
-
-
- Specifies channel open type
-
-
-
-
- Gets the type of the channel to open.
-
-
- The type of the channel to open.
-
-
-
-
- Gets the connected address.
-
-
-
-
- Gets the connected port.
-
-
-
-
- Gets the originator address.
-
-
-
-
- Gets the originator port.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Used to open "session" channel type
-
-
-
-
- Specifies channel open type
-
-
-
-
- Gets the type of the channel to open.
-
-
- The type of the channel to open.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class from the
- specified data.
-
- is null.
-
-
-
- Used to open "x11" channel type
-
-
-
-
- Specifies channel open type
-
-
-
-
- Gets the type of the channel to open.
-
-
- The type of the channel to open.
-
-
-
-
- Gets the originator address.
-
-
-
-
- Gets the originator port.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Initializes a new instance of the class from the
- specified data.
-
- is null.
-
-
-
- Initializes a new instance of the class with the
- specified originator address and port.
-
- The originator address.
- The originator port.
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents "break" type channel request information
-
-
-
-
- Channel request name
-
-
-
-
- Gets the name of the request.
-
-
- The name of the request.
-
-
-
-
- Gets break length in milliseconds.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- Length of the break.
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents SSH_MSG_CHANNEL_REQUEST message.
-
-
-
-
- Gets the name of the request.
-
-
- The name of the request.
-
-
-
-
- Gets channel request data.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- The local channel number.
- The info.
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents "eow@openssh.com" type channel request information
-
-
-
-
- Channel request name
-
-
-
-
- Gets the name of the request.
-
-
- The name of the request.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Represents "env" type channel request information
-
-
-
-
- Channel request name
-
-
-
-
- Gets the name of the request.
-
-
- The name of the request.
-
-
-
-
- Gets or sets the name of the variable.
-
-
- The name of the variable.
-
-
-
-
- Gets or sets the variable value.
-
-
- The variable value.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- Name of the variable.
- The variable value.
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents "exec" type channel request information
-
-
-
-
- Channel request name
-
-
-
-
- Gets the name of the request.
-
-
- The name of the request.
-
-
-
-
- Gets command to execute.
-
-
- The command.
-
-
-
-
- Gets the encoding.
-
-
- The encoding.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- The command.
- The character encoding to use.
- or is null.
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents "exit-signal" type channel request information
-
-
-
-
- Channel request name
-
-
-
-
- Gets the name of the request.
-
-
- The name of the request.
-
-
-
-
- Gets the name of the signal.
-
-
- The name of the signal.
-
-
-
-
- Gets a value indicating whether core is dumped.
-
-
- true if core is dumped; otherwise, false.
-
-
-
-
- Gets the error message.
-
-
-
-
- Gets message language.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- Name of the signal.
- if set to true then core is dumped.
- The error message.
- The language.
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents "exit-status" type channel request information
-
-
-
-
- Channel request name.
-
-
-
-
- Gets the name of the request.
-
-
- The name of the request.
-
-
-
-
- Gets the exit status number.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- The exit status number.
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents "keepalive@openssh.com" type channel request information
-
-
-
-
- Channel request name
-
-
-
-
- Gets the name of the request.
-
-
- The name of the request.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Represents "pty-req" type channel request information
-
-
-
-
- Channel request name
-
-
-
-
- Gets the name of the request.
-
-
- The name of the request.
-
-
-
-
- Gets or sets the value of the TERM environment variable (e.g., vt100).
-
-
- The value of the TERM environment variable.
-
-
-
-
- Gets or sets the terminal width in columns (e.g., 80).
-
-
- The terminal width in columns.
-
-
-
-
- Gets or sets the terminal width in rows (e.g., 24).
-
-
- The terminal width in rows.
-
-
-
-
- Gets or sets the terminal width in pixels (e.g., 640).
-
-
- The terminal width in pixels.
-
-
-
-
- Gets or sets the terminal height in pixels (e.g., 480).
-
-
- The terminal height in pixels.
-
-
-
-
- Gets or sets the terminal mode.
-
-
- The terminal mode.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- -1 to indicate that the size of the message cannot be determined,
- or is too costly to calculate.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- The TERM environment variable which a identifier for the text window’s capabilities.
- The terminal width in columns.
- The terminal width in rows.
- The terminal height in pixels.
- The terminal height in pixels.
- The terminal mode values.
-
-
- The TERM environment variable contains an identifier for the text window's capabilities.
- You can get a detailed list of these cababilities by using the ‘infocmp’ command.
-
-
- The column/row dimensions override the pixel dimensions(when nonzero). Pixel dimensions refer
- to the drawable area of the window.
-
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents type specific information for channel request.
-
-
-
-
- Gets the name of the request.
-
-
- The name of the request.
-
-
-
-
- Gets or sets a value indicating whether reply message is needed.
-
-
- true if reply message is needed; otherwise, false.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents "shell" type channel request information
-
-
-
-
- Channel request name
-
-
-
-
- Gets the name of the request.
-
-
- The name of the request.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Represents "signal" type channel request information
-
-
-
-
- Channel request name.
-
-
-
-
- Gets the name of the request.
-
-
- The name of the request.
-
-
-
-
- Gets the name of the signal.
-
-
- The name of the signal.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- Name of the signal.
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents "subsystem" type channel request information
-
-
-
-
- Channel request name
-
-
-
-
- Gets the name of the request.
-
-
- The name of the request.
-
-
-
-
- Gets the name of the subsystem.
-
-
- The name of the subsystem.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- The subsystem.
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents "window-change" type channel request information
-
-
-
-
- Channe request name
-
-
-
-
- Gets the name of the request.
-
-
- The name of the request.
-
-
-
-
- Gets the columns.
-
-
-
-
- Gets the rows.
-
-
-
-
- Gets the width.
-
-
-
-
- Gets the height.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- The columns.
- The rows.
- The width.
- The height.
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents "x11-req" type channel request information
-
-
-
-
- Channel request name
-
-
-
-
- Gets the name of the request.
-
-
- The name of the request.
-
-
-
-
- Gets or sets a value indicating whether it is a single connection.
-
-
- true if it is a single connection; otherwise, false.
-
-
-
-
- Gets or sets the authentication protocol.
-
-
- The authentication protocol.
-
-
-
-
- Gets or sets the authentication cookie.
-
-
- The authentication cookie.
-
-
-
-
- Gets or sets the screen number.
-
-
- The screen number.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- if set to true it is a single connection.
- The protocol.
- The cookie.
- The screen number.
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents "xon-xoff" type channel request information
-
-
-
-
- Channel request type
-
-
-
-
- Gets the name of the request.
-
-
- The name of the request.
-
-
-
-
- Gets or sets a value indicating whether client can do.
-
-
- true if client can do; otherwise, false.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- if set to true [client can do].
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents SSH_MSG_CHANNEL_SUCCESS message.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- The local channel number.
-
-
-
- Represents SSH_MSG_CHANNEL_SUCCESS message.
-
-
-
-
- Gets number of bytes to add to the window.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- The local channel number.
- The bytes to add.
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents SSH_MSG_GLOBAL_REQUEST message.
-
-
-
-
- Gets the name of the request.
-
-
- The name of the request.
-
-
-
-
- Gets a value indicating whether message reply should be sent..
-
-
- true if message reply should be sent; otherwise, false.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- Name of the request.
- if set to true [want reply].
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Specifies supported request names.
-
-
-
-
- tcpip-forward
-
-
-
-
- cancel-tcpip-forward
-
-
-
-
- Represents SSH_MSG_REQUEST_FAILURE message.
-
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents SSH_MSG_REQUEST_SUCCESS message.
-
-
-
-
- Gets the bound port.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- The bound port.
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Gets the address to bind to.
-
-
-
-
- Gets port number to bind to.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Base class for all SSH protocol messages
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Writes the message to the specified .
-
-
-
-
- Returns a that represents this instance.
-
-
- A that represents this instance.
-
-
-
-
- Process the current message for the specified .
-
- The for which to process the current message.
-
-
-
- Indicates that a class represents SSH message. This class cannot be inherited.
-
-
-
-
- Gets or sets message name as defined in RFC 4250.
-
-
- The name.
-
-
-
-
- Gets or sets message number as defined in RFC 4250.
-
-
- The number.
-
-
-
-
- Initializes a new instance of the class.
-
- The name.
- The number.
-
-
-
- Specifies list of supported services
-
-
-
-
- ssh-userauth
-
-
-
-
- ssh-connection
-
-
-
-
- Represents SSH_MSG_DEBUG message.
-
-
-
-
- Gets a value indicating whether the message to be always displayed.
-
-
- true if the message always to be displayed; otherwise, false.
-
-
-
-
- Gets debug message.
-
-
-
-
- Gets message language.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents SSH_MSG_DISCONNECT message.
-
-
-
-
- Gets disconnect reason code.
-
-
-
-
- Gets disconnect description.
-
-
-
-
- Gets message language.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- The reason code.
- The message.
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Provides list of disconnect reason as specified by the protocol.
-
-
-
-
- Disconnect reason is not provided.
-
-
-
-
- SSH_DISCONNECT_HOST_NOT_ALLOWED_TO_CONNECT
-
-
-
-
- SSH_DISCONNECT_PROTOCOL_ERROR
-
-
-
-
- SSH_DISCONNECT_KEY_EXCHANGE_FAILED
-
-
-
-
- SSH_DISCONNECT_RESERVED
-
-
-
-
- SSH_DISCONNECT_MAC_ERROR
-
-
-
-
- SSH_DISCONNECT_COMPRESSION_ERROR
-
-
-
-
- SSH_DISCONNECT_SERVICE_NOT_AVAILABLE
-
-
-
-
- SSH_DISCONNECT_PROTOCOL_VERSION_NOT_SUPPORTED
-
-
-
-
- SSH_DISCONNECT_HOST_KEY_NOT_VERIFIABLE
-
-
-
-
- SSH_DISCONNECT_CONNECTION_LOST
-
-
-
-
- SSH_DISCONNECT_BY_APPLICATION
-
-
-
-
- SSH_DISCONNECT_TOO_MANY_CONNECTIONS
-
-
-
-
- SSH_DISCONNECT_AUTH_CANCELLED_BY_USER
-
-
-
-
- SSH_DISCONNECT_NO_MORE_AUTH_METHODS_AVAILABLE
-
-
-
-
- SSH_DISCONNECT_ILLEGAL_USER_NAME
-
-
-
-
- Represents SSH_MSG_IGNORE message.
-
-
-
-
- Gets ignore message data if any.
-
-
-
-
- Initializes a new instance of the class
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Initializes a new instance of the class.
-
- The data.
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Indicates that message that implement this interface is allowed during key exchange phase
-
-
-
-
- Represents SSH_MSG_KEX_DH_GEX_GROUP message.
-
-
-
-
- Gets or sets the safe prime.
-
-
- The safe prime.
-
-
-
-
- Gets or sets the generator for subgroup in GF(p).
-
-
- The sub group.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents SSH_MSG_KEX_DH_GEX_INIT message.
-
-
-
-
- Gets the E value.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Initializes a new instance of the class.
-
- The client exchange value.
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents SSH_MSG_KEX_DH_GEX_REPLY message.
-
-
-
-
- Gets server public host key and certificates
-
- The host key.
-
-
-
- Gets the F value.
-
-
-
-
- Gets the signature of H.
-
- The signature.
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents SSH_MSG_KEX_DH_GEX_REQUEST message.
-
-
-
-
- Gets or sets the minimal size in bits of an acceptable group.
-
-
- The minimum.
-
-
-
-
- Gets or sets the preferred size in bits of the group the server will send.
-
-
- The preferred.
-
-
-
-
- Gets or sets the maximal size in bits of an acceptable group.
-
-
- The maximum.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Initializes a new instance of the class.
-
- The minimum.
- The preferred.
- The maximum.
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents SSH_MSG_KEXDH_INIT message.
-
-
-
-
- Gets the E value.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Initializes a new instance of the class.
-
- The client exchange value.
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents SSH_MSG_KEXDH_REPLY message.
-
-
-
-
- Gets server public host key and certificates
-
- The host key.
-
-
-
- Gets the F value.
-
-
-
-
- Gets the signature of H.
-
- The signature.
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents SSH_MSG_KEXECDH_INIT message.
-
-
-
-
- Gets the client's ephemeral contribution to the ECDH exchange, encoded as an octet string
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents SSH_MSG_KEXECDH_REPLY message.
-
-
-
-
- Gets a string encoding an X.509v3 certificate containing the server's ECDSA public host key
-
- The host key.
-
-
-
- Gets the server's ephemeral contribution to the ECDH exchange, encoded as an octet string.
-
-
-
-
- Gets an octet string containing the server's signature of the newly established exchange hash value.
-
- The signature.
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents SSH_MSG_KEXINIT message.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Gets session cookie.
-
-
-
-
- Gets or sets supported key exchange algorithms.
-
-
- Supported key exchange algorithms.
-
-
-
-
- Gets or sets supported server host key algorithms.
-
-
- Supported server host key algorithms.
-
-
-
-
- Gets or sets supported encryption algorithms client to server.
-
-
- Supported encryption algorithms client to server.
-
-
-
-
- Gets or sets supported encryption algorithms server to client.
-
-
- Supported encryption algorithms server to client.
-
-
-
-
- Gets or sets supported hash algorithms client to server.
-
-
- Supported hash algorithms client to server.
-
-
-
-
- Gets or sets supported hash algorithms server to client.
-
-
- Supported hash algorithms server to client.
-
-
-
-
- Gets or sets supported compression algorithms client to server.
-
-
- Supported compression algorithms client to server.
-
-
-
-
- Gets or sets supported compression algorithms server to client.
-
-
- Supported compression algorithms server to client.
-
-
-
-
- Gets or sets supported languages client to server.
-
-
- Supported languages client to server.
-
-
-
-
- Gets or sets supported languages server to client.
-
-
- The languages server to client.
-
-
-
-
- Gets or sets a value indicating whether first key exchange packet follows.
-
-
- true if first key exchange packet follows; otherwise, false.
-
-
-
-
- Gets or sets the reserved value.
-
-
- The reserved value.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- -1 to indicate that the size of the message cannot be determined,
- or is too costly to calculate.
-
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents SSH_MSG_NEWKEYS message.
-
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents SSH_MSG_SERVICE_ACCEPT message.
-
-
-
-
- Gets the name of the service.
-
-
- The name of the service.
-
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents SSH_MSG_SERVICE_REQUEST message.
-
-
-
-
- Gets the name of the service.
-
-
- The name of the service.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Initializes a new instance of the class.
-
- Name of the service.
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents SSH_MSG_UNIMPLEMENTED message.
-
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Contains operation for working with NetConf server.
-
-
-
-
- Holds instance that used to communicate to the server
-
-
-
-
- Gets or sets the operation timeout.
-
-
- The timeout to wait until an operation completes. The default value is negative
- one (-1) milliseconds, which indicates an infinite time-out period.
-
- represents a value that is less than -1 or greater than milliseconds.
-
-
-
- Gets the current NetConf session.
-
-
- The current NetConf session.
-
-
-
-
- Initializes a new instance of the class.
-
- The connection info.
- is null.
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Connection port.
- Authentication username.
- Authentication password.
- is null.
- is invalid, or is null or contains only whitespace characters.
- is not within and .
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Authentication username.
- Authentication password.
- is null.
- is invalid, or is null or contains only whitespace characters.
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Connection port.
- Authentication username.
- Authentication private key file(s) .
- is null.
- is invalid, -or- is null or contains only whitespace characters.
- is not within and .
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Authentication username.
- Authentication private key file(s) .
- is null.
- is invalid, -or- is null or contains only whitespace characters.
-
-
-
- Initializes a new instance of the class.
-
- The connection info.
- Specified whether this instance owns the connection info.
- is null.
-
- If is true, then the
- connection info will be disposed when this instance is disposed.
-
-
-
-
- Initializes a new instance of the class.
-
- The connection info.
- Specified whether this instance owns the connection info.
- The factory to use for creating new services.
- is null.
- is null.
-
- If is true, then the
- connection info will be disposed when this instance is disposed.
-
-
-
-
- Gets the NetConf server capabilities.
-
-
- The NetConf server capabilities.
-
-
-
-
- Gets the NetConf client capabilities.
-
-
- The NetConf client capabilities.
-
-
-
-
- Gets or sets a value indicating whether automatic message id handling is
- enabled.
-
-
- true if automatic message id handling is enabled; otherwise, false.
- The default value is true.
-
-
-
-
- Sends the receive RPC.
-
- The RPC.
- Reply message to RPC request
- Client is not connected.
-
-
-
- Sends the receive RPC.
-
- The XML.
- Reply message to RPC request
-
-
-
- Sends the close RPC.
-
- Reply message to closing RPC request
- Client is not connected.
-
-
-
- Called when client is connected to the server.
-
-
-
-
- Called when client is disconnecting from the server.
-
-
-
-
- Releases unmanaged and - optionally - managed resources
-
- true to release both managed and unmanaged resources; false to release only unmanaged resources.
-
-
-
- Gets the NetConf server capabilities.
-
-
- The NetConf server capabilities.
-
-
-
-
- Gets the NetConf client capabilities.
-
-
- The NetConf client capabilities.
-
-
-
-
- Gets NetConf server capabilities.
-
-
-
-
- Gets NetConf client capabilities.
-
-
-
-
- Initializes a new instance of the class.
-
- The session.
- The number of milliseconds to wait for an operation to complete, or -1 to wait indefinitely.
-
-
-
- Provides functionality for "none" authentication method
-
-
-
-
- Gets connection name
-
-
-
-
- Initializes a new instance of the class.
-
- The username.
- is whitespace or null.
-
-
-
- Authenticates the specified session.
-
- The session.
-
- Result of authentication process.
-
- is null.
-
-
-
- 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.
-
-
-
- Releases unmanaged resources and performs other cleanup operations before the
- is reclaimed by garbage collection.
-
-
-
-
- Provides functionality to perform password authentication.
-
-
-
-
- Gets authentication method name
-
-
-
-
- Gets the password as a sequence of bytes.
-
-
- The password as a sequence of bytes.
-
-
-
-
- Occurs when user's password has expired and needs to be changed.
-
-
-
-
- Initializes a new instance of the class.
-
- The username.
- The password.
- is whitespace or null.
- is null.
-
-
-
- Initializes a new instance of the class.
-
- The username.
- The password.
- is whitespace or null.
- is null.
-
-
-
- Authenticates the specified session.
-
- The session to authenticate.
-
- Result of authentication process.
-
- is null.
-
-
-
- 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.
-
-
-
- Releases unmanaged resources and performs other cleanup operations before the
- is reclaimed by garbage collection.
-
-
-
-
- Provides connection information when password authentication method is used
-
-
-
-
-
-
-
-
-
- Occurs when user's password has expired and needs to be changed.
-
-
-
-
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Connection username.
- Connection password.
-
-
-
- is null.
- is invalid, or is null or contains only whitespace characters.
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Connection port.
- Connection username.
- Connection password.
- is null.
- is invalid, or is null or contains only whitespace characters.
- is not within and .
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- The port.
- Connection username.
- Connection password.
- Type of the proxy.
- The proxy host.
- The proxy port.
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- The port.
- Connection username.
- Connection password.
- Type of the proxy.
- The proxy host.
- The proxy port.
- The proxy username.
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Connection username.
- Connection password.
- Type of the proxy.
- The proxy host.
- The proxy port.
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Connection username.
- Connection password.
- Type of the proxy.
- The proxy host.
- The proxy port.
- The proxy username.
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Connection username.
- Connection password.
- Type of the proxy.
- The proxy host.
- The proxy port.
- The proxy username.
- The proxy password.
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Connection username.
- Connection password.
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Connection port.
- Connection username.
- Connection password.
- is null.
- is invalid, or is null or contains only whitespace characters.
- is not within and .
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- The port.
- Connection username.
- Connection password.
- Type of the proxy.
- The proxy host.
- The proxy port.
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- The port.
- Connection username.
- Connection password.
- Type of the proxy.
- The proxy host.
- The proxy port.
- The proxy username.
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Connection username.
- Connection password.
- Type of the proxy.
- The proxy host.
- The proxy port.
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Connection username.
- Connection password.
- Type of the proxy.
- The proxy host.
- The proxy port.
- The proxy username.
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Connection username.
- Connection password.
- Type of the proxy.
- The proxy host.
- The proxy port.
- The proxy username.
- The proxy password.
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- The port.
- Connection username.
- Connection password.
- Type of the proxy.
- The proxy host.
- The proxy port.
- The proxy username.
- The proxy password.
-
-
-
- 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.
-
-
-
- Releases unmanaged resources and performs other cleanup operations before the
- is reclaimed by garbage collection.
-
-
-
-
- Provides functionality to perform private key authentication.
-
-
-
-
- Gets authentication method name
-
-
-
-
- Gets the key files used for authentication.
-
-
-
-
- Initializes a new instance of the class.
-
- The username.
- The key files.
- is whitespace or null.
-
-
-
- Authenticates the specified session.
-
- The session to authenticate.
-
- Result of authentication process.
-
-
-
-
- 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.
-
-
-
- Releases unmanaged resources and performs other cleanup operations before the
- is reclaimed by garbage collection.
-
-
-
-
- Provides connection information when private key authentication method is used
-
-
-
-
-
-
-
- Gets the key files used for authentication.
-
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Connection username.
- Connection key files.
-
-
-
-
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Connection port.
- Connection username.
- Connection key files.
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- The port.
- Connection username.
- Type of the proxy.
- The proxy host.
- The proxy port.
- The key files.
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- The port.
- Connection username.
- Type of the proxy.
- The proxy host.
- The proxy port.
- The proxy username.
- The key files.
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Connection username.
- Type of the proxy.
- The proxy host.
- The proxy port.
- The key files.
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Connection username.
- Type of the proxy.
- The proxy host.
- The proxy port.
- The proxy username.
- The key files.
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Connection username.
- Type of the proxy.
- The proxy host.
- The proxy port.
- The proxy username.
- The proxy password.
- The key files.
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- The port.
- Connection username.
- Type of the proxy.
- The proxy host.
- The proxy port.
- The proxy username.
- The proxy password.
- The key files.
-
-
-
- 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.
-
-
-
- Releases unmanaged resources and performs other cleanup operations before the
- is reclaimed by garbage collection.
-
-
-
-
- Represents private key information.
-
-
-
-
-
-
- The following private keys are supported:
-
- -
- RSA in OpenSSL PEM and ssh.com format
-
- -
- DSA in OpenSSL PEM and ssh.com format
-
- -
- ECDSA 256/384/521 in OpenSSL PEM format
-
- -
- ED25519 in OpenSSH key format
-
-
-
-
- The following encryption algorithms are supported:
-
- -
- DES-EDE3-CBC
-
- -
- DES-EDE3-CFB
-
- -
- DES-CBC
-
- -
- AES-128-CBC
-
- -
- AES-192-CBC
-
- -
- AES-256-CBC
-
-
-
-
-
-
-
- Gets the host key.
-
-
-
-
- Initializes a new instance of the class.
-
- The private key.
-
-
-
- Initializes a new instance of the class.
-
- Name of the file.
- is null or empty.
- This method calls internally, this method does not catch exceptions from .
-
-
-
- Initializes a new instance of the class.
-
- Name of the file.
- The pass phrase.
- is null or empty, or is null.
- This method calls internally, this method does not catch exceptions from .
-
-
-
- Initializes a new instance of the class.
-
- The private key.
- The pass phrase.
- or is null.
-
-
-
- Opens the specified private key.
-
- The private key.
- The pass phrase.
-
-
-
- Decrypts encrypted private key file data.
-
- The cipher info.
- Encrypted data.
- Decryption pass phrase.
- Decryption binary salt.
- Decrypted byte array.
- , , or is null.
-
-
-
- Parses an OpenSSH V1 key file (i.e. ED25519 key) according to the the key spec:
- https://github.com/openssh/openssh-portable/blob/master/PROTOCOL.key.
-
- the key file data (i.e. base64 encoded data between the header/footer)
- passphrase or null if there isn't one
-
-
-
-
- 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.
-
-
-
- Releases unmanaged resources and performs other cleanup operations before the
- is reclaimed by garbage collection.
-
-
-
-
- Reads next mpint data type from internal buffer where length specified in bits.
-
- mpint read.
-
-
-
- Specifies the type of proxy client will use to connect to server.
-
-
-
- No proxy server.
-
-
- A SOCKS4 proxy server.
-
-
- A SOCKS5 proxy server.
-
-
- A HTTP proxy server.
-
-
-
- Encloses a path in double quotes, and escapes any embedded double quote with a backslash.
-
-
-
-
- Encloses a path in double quotes, and escapes any embedded double quote with a backslash.
-
- The path to transform.
-
- The transformed path.
-
- is null.
-
-
-
- Original
- Transformed
-
- -
- /var/log/auth.log
- "/var/log/auth.log"
-
- -
- /var/mp3/Guns N' Roses
- "/var/mp3/Guns N' Roses"
-
- -
- /var/garbage!/temp
- "/var/garbage!/temp"
-
- -
- /var/would be 'kewl'!/not?
- "/var/would be 'kewl'!, not?"
-
- -
-
- ""
-
- -
- Hello "World"
- "Hello \"World"
-
-
-
-
-
-
- Performs no transformation.
-
-
-
-
- Returns the specified path without applying a transformation.
-
- The path to transform.
-
- The specified path as is.
-
- is null.
-
- This transformation is recommended for servers that do not require any quoting to preserve the
- literal value of metacharacters, or when paths are guaranteed to never contain any such characters.
-
-
-
-
- Quotes a path in a way to be suitable to be used with a shell-based server.
-
-
-
-
- Quotes a path in a way to be suitable to be used with a shell-based server.
-
- The path to transform.
-
- A quoted path.
-
- is null.
-
-
- If contains a single-quote, that character is embedded
- in quotation marks (eg. "'"). Sequences of single-quotes are grouped in a single
- pair of quotation marks.
-
-
- An exclamation mark in is escaped with a backslash. This is
- necessary because C Shell interprets it as a meta-character for history substitution
- even when enclosed in single quotes or quotation marks.
-
-
- All other characters are enclosed in single quotes. Sequences of such characters are grouped
- in a single pair of single quotes.
-
-
- References:
-
- -
- Shell Command Language
-
- -
- Unix C-Shell special characters and their uses
-
- -
- Differences Between Bourne and C Shell Quoting
-
-
-
-
-
-
-
- Original
- Transformed
-
- -
- /var/log/auth.log
- '/var/log/auth.log'
-
- -
- /var/mp3/Guns N' Roses
- '/var/mp3/Guns N'"'"' Roses'
-
- -
- /var/garbage!/temp
- '/var/garbage'\!'/temp'
-
- -
- /var/would be 'kewl'!, not?
- '/var/would be '"'"'kewl'"'"\!', not?'
-
- -
-
- ''
-
- -
- Hello "World"
- 'Hello "World"'
-
-
-
-
-
-
- Provides access to built-in remote path transformations.
-
-
- References:
-
- -
- Shell Command Language
-
- -
- Unix C-Shell special characters and their uses
-
- -
- Differences Between Bourne and C Shell Quoting
-
- -
- Everyone quotes command line arguments the wrong way
-
-
-
-
-
-
- Quotes a path in a way to be suitable to be used with a shell-based server.
-
-
- A quoted path.
-
-
-
- If a path contains a single-quote, that character is embedded in quotation marks (eg. "'").
- Sequences of single-quotes are grouped in a single pair of quotation marks.
-
-
- An exclamation mark in a path is escaped with a backslash. This is necessary because C Shell
- interprets it as a meta-character for history substitution even when enclosed in single quotes
- or quotation marks.
-
-
- All other characters are enclosed in single quotes. Sequences of such characters are grouped
- in a single pair of single quotes.
-
-
-
-
-
- Original
- Transformed
-
- -
- /var/log/auth.log
- '/var/log/auth.log'
-
- -
- /var/mp3/Guns N' Roses
- '/var/mp3/Guns N'"'"' Roses'
-
- -
- /var/garbage!/temp
- '/var/garbage'\!'/temp'
-
- -
- /var/would be 'kewl'!, not?
- '/var/would be '"'"'kewl'"'"\!', not?'
-
- -
-
- ''
-
- -
- Hello "World"
- 'Hello "World"'
-
-
-
-
-
-
- Performs no transformation.
-
-
- Recommended for servers that do not require any character to be escaped or enclosed in quotes,
- or when paths are guaranteed to never contain any special characters (such as #, ", ', $, ...).
-
-
-
-
- Encloses a path in double quotes, and escapes any embedded double quote with a backslash.
-
-
- A transformation that encloses a path in double quotes, and escapes any embedded double quote with
- a backslash.
-
-
-
-
- Original
- Transformed
-
- -
- /var/log/auth.log
- "/var/log/auth.log"
-
- -
- /var/mp3/Guns N' Roses
- "/var/mp3/Guns N' Roses"
-
- -
- /var/garbage!/temp
- "/var/garbage!/temp"
-
- -
- /var/would be 'kewl'!, not?
- "/var/would be 'kewl'!, not?"
-
- -
-
- ""
-
- -
- Hello "World"
- "Hello \"World"
-
-
-
-
-
-
- Provides SCP client functionality.
-
-
-
- More information on the SCP protocol is available here:
- https://github.com/net-ssh/net-scp/blob/master/lib/net/scp.rb
-
-
- Known issues in OpenSSH:
-
- -
- Recursive download (-prf) does not deal well with specific UTF-8 and newline characters.
- Recursive update does not support empty path for uploading to home directory.
-
-
-
-
-
- Provides SCP client functionality.
-
-
-
-
- Gets or sets the operation timeout.
-
-
- The timeout to wait until an operation completes. The default value is negative
- one (-1) milliseconds, which indicates an infinite time-out period.
-
-
-
-
- Gets or sets the size of the buffer.
-
-
- The size of the buffer. The default buffer size is 16384 bytes.
-
-
-
-
- Gets or sets the transformation to apply to remote paths.
-
-
- The transformation to apply to remote paths. The default is .
-
- is null.
-
-
- This transformation is applied to the remote file or directory path that is passed to the
- scp command.
-
-
- See for the transformations that are supplied
- out-of-the-box with SSH.NET.
-
-
-
-
-
- Occurs when downloading file.
-
-
-
-
- Occurs when uploading file.
-
-
-
-
- Initializes a new instance of the class.
-
- The connection info.
- is null.
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Connection port.
- Authentication username.
- Authentication password.
- is null.
- is invalid, or is null or contains only whitespace characters.
- is not within and .
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Authentication username.
- Authentication password.
- is null.
- is invalid, or is null or contains only whitespace characters.
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Connection port.
- Authentication username.
- Authentication private key file(s) .
- is null.
- is invalid, -or- is null or contains only whitespace characters.
- is not within and .
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Authentication username.
- Authentication private key file(s) .
- is null.
- is invalid, -or- is null or contains only whitespace characters.
-
-
-
- Initializes a new instance of the class.
-
- The connection info.
- Specified whether this instance owns the connection info.
- is null.
-
- If is true, then the
- connection info will be disposed when this instance is disposed.
-
-
-
-
- Initializes a new instance of the class.
-
- The connection info.
- Specified whether this instance owns the connection info.
- The factory to use for creating new services.
- is null.
- is null.
-
- If is true, then the
- connection info will be disposed when this instance is disposed.
-
-
-
-
- Uploads the specified stream to the remote host.
-
- The to upload.
- A relative or absolute path for the remote file.
- is null.
- is a zero-length .
- A directory with the specified path exists on the remote host.
- The secure copy execution request was rejected by the server.
-
-
-
- Downloads the specified file from the remote host to the stream.
-
- A relative or absolute path for the remote file.
- The to download the remote file to.
- is null or contains only whitespace characters.
- is null.
- exists on the remote host, and is not a regular file.
- The secure copy execution request was rejected by the server.
-
-
-
- Sets mode, size and name of file being upload.
-
- The channel to perform the upload in.
- A from which any feedback from the server can be read.
- The size of the content to upload.
- The name of the file, without path, to which the content is to be uploaded.
-
-
- When the SCP transfer is already initiated for a file, a zero-length should
- be specified for . This prevents the server from uploading the
- content to a file with path <file path>/ if there's
- already a directory with this path, and allows us to receive an error response.
-
-
-
-
-
- Uploads the content of a file.
-
- The channel to perform the upload in.
- A from which any feedback from the server can be read.
- The content to upload.
- The name of the remote file, without path, to which the content is uploaded.
-
- is only used for raising the event.
-
-
-
-
- Checks the return code.
-
- The output stream.
-
-
-
- Read a LF-terminated string from the .
-
- The to read from.
-
- The string without trailing LF.
-
-
-
-
- Uploads the specified file to the remote host.
-
- The file system info.
- A relative or absolute path for the remote file.
- is null.
- is null.
- is a zero-length .
- A directory with the specified path exists on the remote host.
- The secure copy execution request was rejected by the server.
-
-
-
- Uploads the specified directory to the remote host.
-
- The directory info.
- A relative or absolute path for the remote directory.
- is null.
- is null.
- is a zero-length string.
- does not exist on the remote host, is not a directory or the user does not have the required permission.
- The secure copy execution request was rejected by the server.
-
-
-
- Downloads the specified file from the remote host to local file.
-
- Remote host file name.
- Local file information.
- is null.
- is null or empty.
- exists on the remote host, and is not a regular file.
- The secure copy execution request was rejected by the server.
-
-
-
- Downloads the specified directory from the remote host to local directory.
-
- Remote host directory name.
- Local directory information.
- is null or empty.
- is null.
- File or directory with the specified path does not exist on the remote host.
- The secure copy execution request was rejected by the server.
-
-
-
- Uploads the and
- of the next file or directory to upload.
-
- The channel to perform the upload in.
- A from which any feedback from the server can be read.
- The file or directory to upload.
-
-
-
- Upload the files and subdirectories in the specified directory.
-
- The channel to perform the upload in.
- A from which any feedback from the server can be read.
- The directory to upload.
-
-
-
- Sets mode and name of the directory being upload.
-
-
-
-
- Return a value indicating whether the specified path is a valid SCP file path.
-
- The path to verify.
-
- if is a valid SCP file path; otherwise, .
-
-
- To match OpenSSH behavior (introduced as a result of CVE-2018-20685), a file path is considered
- invalid in any of the following conditions:
-
- -
- is a zero-length string.
-
- -
- is ".".
-
- -
- is "..".
-
- -
- contains a forward slash (/).
-
-
-
-
-
-
- Represents the abstract base class from which all implementations of algorithms must inherit.
-
-
-
-
- Gets algorithm name.
-
-
-
- Copy constructor. This will copy the state of the provided
- message digest.
-
-
- interface that a message digest conforms to.
-
-
- return the algorithm name
-
- @return the algorithm name
-
-
- return the size, in bytes, of the digest produced by this message digest.
-
- @return the size, in bytes, of the digest produced by this message digest.
-
-
- return the size, in bytes, of the internal buffer used by this digest.
-
- @return the size, in bytes, of the internal buffer used by this digest.
-
-
- update the message digest with a single byte.
-
- @param inByte the input byte to be entered.
-
-
- update the message digest with a block of bytes.
-
- @param input the byte array containing the data.
- @param inOff the offset into the byte array where the data starts.
- @param len the length of the data.
-
-
- Close the digest, producing the final digest value. The doFinal
- call leaves the digest reset.
-
- @param output the array the digest is to be copied into.
- @param outOff the offset into the out array the digest is to start at.
-
-
- reset the digest back to it's initial state.
-
-
- The base class for parameters to key generators.
-
-
- initialise the generator with a source of randomness
- and a strength (in bits).
-
- @param random the random byte source.
- @param strength the size, in bits, of the keys we want to produce.
-
-
- return the random source associated with this
- generator.
-
- @return the generators random source.
-
-
- return the bit strength for keys produced by this generator,
-
- @return the strength of the keys this generator produces (in bits).
-
-
- Generic interface for objects generating random bytes.
-
-
- Add more seed material to the generator.
- A byte array to be mixed into the generator's state.
-
-
- Add more seed material to the generator.
- A long value to be mixed into the generator's state.
-
-
- Fill byte array with random values.
- Array to be filled.
-
-
- Fill byte array with random values.
- Array to receive bytes.
- Index to start filling at.
- Length of segment to fill.
-
-
- return a = a + b - b preserved.
-
-
- unsigned comparison on two arrays - note the arrays may
- start with leading zeros.
-
-
- return z = x / y - done in place (z value preserved, x contains the
- remainder)
-
-
- return whether or not a BigInteger is probably prime with a
- probability of 1 - (1/2)**certainty.
- From Knuth Vol 2, pg 395.
-
-
- Calculate the numbers u1, u2, and u3 such that:
-
- u1 * a + u2 * b = u3
-
- where u3 is the greatest common divider of a and b.
- a and b using the extended Euclid algorithm (refer p. 323
- of The Art of Computer Programming vol 2, 2nd ed).
- This also seems to have the side effect of calculating
- some form of multiplicative inverse.
-
- @param a First number to calculate gcd for
- @param b Second number to calculate gcd for
- @param u1Out the return object for the u1 value
- @return The greatest common divisor of a and b
-
-
- return w with w = x * x - w is assumed to have enough space.
-
-
- return x with x = y * z - x is assumed to have enough space.
-
-
- Calculate mQuote = -m^(-1) mod b with b = 2^32 (32 = word size)
-
-
- Montgomery multiplication: a = x * y * R^(-1) mod m
-
- Based algorithm 14.36 of Handbook of Applied Cryptography.
-
- m, x, y should have length n
- a should have length (n + 1)
- b = 2^32, R = b^n
-
- The result is put in x
-
- NOTE: the indices of x, y, m, a different in HAC and in Java
-
-
- return x = x % y - done in place (y value preserved)
-
-
- do a left shift - this returns a new array.
-
-
- do a right shift - this does it in place.
-
-
- do a right shift by one - this does it in place.
-
-
- returns x = x - y - we assume x is >= y
-
-
- Class representing a simple version of a big decimal. A
- SimpleBigDecimal is basically a
- {@link java.math.BigInteger BigInteger} with a few digits on the right of
- the decimal point. The number of (binary) digits on the right of the decimal
- point is called the scale of the SimpleBigDecimal.
- Unlike in {@link java.math.BigDecimal BigDecimal}, the scale is not adjusted
- automatically, but must be set manually. All SimpleBigDecimals
- taking part in the same arithmetic operation must have equal scale. The
- result of a multiplication of two SimpleBigDecimals returns a
- SimpleBigDecimal with double scale.
-
-
- Returns a SimpleBigDecimal representing the same numerical
- value as value.
- @param value The value of the SimpleBigDecimal to be
- created.
- @param scale The scale of the SimpleBigDecimal to be
- created.
- @return The such created SimpleBigDecimal.
-
-
- Constructor for SimpleBigDecimal. The value of the
- constructed SimpleBigDecimal Equals bigInt /
- 2scale.
- @param bigInt The bigInt value parameter.
- @param scale The scale of the constructed SimpleBigDecimal.
-
-
- Class holding methods for point multiplication based on the window
- τ-adic nonadjacent form (WTNAF). The algorithms are based on the
- paper "Improved Algorithms for Arithmetic on Anomalous Binary Curves"
- by Jerome A. Solinas. The paper first appeared in the Proceedings of
- Crypto 1997.
-
-
- The window width of WTNAF. The standard value of 4 is slightly less
- than optimal for running time, but keeps space requirements for
- precomputation low. For typical curves, a value of 5 or 6 results in
- a better running time. When changing this value, the
- αu's must be computed differently, see
- e.g. "Guide to Elliptic Curve Cryptography", Darrel Hankerson,
- Alfred Menezes, Scott Vanstone, Springer-Verlag New York Inc., 2004,
- p. 121-122
-
-
- 24
-
-
- The αu's for a=0 as an array
- of ZTauElements.
-
-
- The αu's for a=0 as an array
- of TNAFs.
-
-
- The αu's for a=1 as an array
- of ZTauElements.
-
-
- The αu's for a=1 as an array
- of TNAFs.
-
-
- Computes the norm of an element λ of
- Z[τ].
- @param mu The parameter μ of the elliptic curve.
- @param lambda The element λ of
- Z[τ].
- @return The norm of λ.
-
-
- Computes the norm of an element λ of
- R[τ], where λ = u + vτ
- and u and u are real numbers (elements of
- R).
- @param mu The parameter μ of the elliptic curve.
- @param u The real part of the element λ of
- R[τ].
- @param v The τ-adic part of the element
- λ of R[τ].
- @return The norm of λ.
-
-
- Rounds an element λ of R[τ]
- to an element of Z[τ], such that their difference
- has minimal norm. λ is given as
- λ = λ0 + λ1τ.
- @param lambda0 The component λ0.
- @param lambda1 The component λ1.
- @param mu The parameter μ of the elliptic curve. Must
- equal 1 or -1.
- @return The rounded element of Z[τ].
- @throws ArgumentException if lambda0 and
- lambda1 do not have same scale.
-
-
- Approximate division by n. For an integer
- k, the value λ = s k / n is
- computed to c bits of accuracy.
- @param k The parameter k.
- @param s The curve parameter s0 or
- s1.
- @param vm The Lucas Sequence element Vm.
- @param a The parameter a of the elliptic curve.
- @param m The bit length of the finite field
- Fm.
- @param c The number of bits of accuracy, i.e. the scale of the returned
- SimpleBigDecimal.
- @return The value λ = s k / n computed to
- c bits of accuracy.
-
-
- Computes the τ-adic NAF (non-adjacent form) of an
- element λ of Z[τ].
- @param mu The parameter μ of the elliptic curve.
- @param lambda The element λ of
- Z[τ].
- @return The τ-adic NAF of λ.
-
-
- Applies the operation τ() to an
- AbstractF2mPoint.
- @param p The AbstractF2mPoint to which τ() is applied.
- @return τ(p)
-
-
- Returns the parameter μ of the elliptic curve.
- @param curve The elliptic curve from which to obtain μ.
- The curve must be a Koblitz curve, i.e. a Equals
- 0 or 1 and b Equals
- 1.
- @return μ of the elliptic curve.
- @throws ArgumentException if the given ECCurve is not a Koblitz
- curve.
-
-
- Calculates the Lucas Sequence elements Uk-1 and
- Uk or Vk-1 and
- Vk.
- @param mu The parameter μ of the elliptic curve.
- @param k The index of the second element of the Lucas Sequence to be
- returned.
- @param doV If set to true, computes Vk-1 and
- Vk, otherwise Uk-1 and
- Uk.
- @return An array with 2 elements, containing Uk-1
- and Uk or Vk-1
- and Vk.
-
-
- Computes the auxiliary value tw. If the width is
- 4, then for mu = 1, tw = 6 and for
- mu = -1, tw = 10
- @param mu The parameter μ of the elliptic curve.
- @param w The window width of the WTNAF.
- @return the auxiliary value tw
-
-
- Computes the auxiliary values s0 and
- s1 used for partial modular reduction.
- @param curve The elliptic curve for which to compute
- s0 and s1.
- @throws ArgumentException if curve is not a
- Koblitz curve (Anomalous Binary Curve, ABC).
-
-
- Partial modular reduction modulo
- (τm - 1)/(τ - 1).
- @param k The integer to be reduced.
- @param m The bitlength of the underlying finite field.
- @param a The parameter a of the elliptic curve.
- @param s The auxiliary values s0 and
- s1.
- @param mu The parameter μ of the elliptic curve.
- @param c The precision (number of bits of accuracy) of the partial
- modular reduction.
- @return ρ := k partmod (τm - 1)/(τ - 1)
-
-
- Multiplies a {@link org.bouncycastle.math.ec.AbstractF2mPoint AbstractF2mPoint}
- by a BigInteger using the reduced τ-adic
- NAF (RTNAF) method.
- @param p The AbstractF2mPoint to Multiply.
- @param k The BigInteger by which to Multiply p.
- @return k * p
-
-
- Multiplies a {@link org.bouncycastle.math.ec.AbstractF2mPoint AbstractF2mPoint}
- by an element λ of Z[τ]
- using the τ-adic NAF (TNAF) method.
- @param p The AbstractF2mPoint to Multiply.
- @param lambda The element λ of
- Z[τ].
- @return λ * p
-
-
- Multiplies a {@link org.bouncycastle.math.ec.AbstractF2mPoint AbstractF2mPoint}
- by an element λ of Z[τ]
- using the τ-adic NAF (TNAF) method, given the TNAF
- of λ.
- @param p The AbstractF2mPoint to Multiply.
- @param u The the TNAF of λ..
- @return λ * p
-
-
- Computes the [τ]-adic window NAF of an element
- λ of Z[τ].
- @param mu The parameter μ of the elliptic curve.
- @param lambda The element λ of
- Z[τ] of which to compute the
- [τ]-adic NAF.
- @param width The window width of the resulting WNAF.
- @param pow2w 2width.
- @param tw The auxiliary value tw.
- @param alpha The αu's for the window width.
- @return The [τ]-adic window NAF of
- λ.
-
-
- Does the precomputation for WTNAF multiplication.
- @param p The ECPoint for which to do the precomputation.
- @param a The parameter a of the elliptic curve.
- @return The precomputation array for p.
-
-
- Class representing an element of Z[τ]. Let
- λ be an element of Z[τ]. Then
- λ is given as λ = u + vτ. The
- components u and v may be used directly, there
- are no accessor methods.
- Immutable class.
-
-
- The "real" part of λ.
-
-
- The "τ-adic" part of λ.
-
-
- Constructor for an element λ of
- Z[τ].
- @param u The "real" part of λ.
- @param v The "τ-adic" part of
- λ.
-
-
- Simple shift-and-add multiplication. Serves as reference implementation
- to verify (possibly faster) implementations, and for very small scalars.
-
- @param p
- The point to multiply.
- @param k
- The multiplier.
- @return The result of the point multiplication kP.
-
-
- Base class for an elliptic curve.
-
-
- Compute a PreCompInfo for a point on this curve, under a given name. Used by
- ECMultipliers to save the precomputation for this ECPoint for use
- by subsequent multiplication.
-
- @param point
- The ECPoint to store precomputations for.
- @param name
- A String used to index precomputations of different types.
- @param callback
- Called to calculate the PreCompInfo.
-
-
- Normalization ensures that any projective coordinate is 1, and therefore that the x, y
- coordinates reflect those of the equivalent point in an affine coordinate system. Where more
- than one point is to be normalized, this method will generally be more efficient than
- normalizing each point separately.
-
- @param points
- An array of points that will be updated in place with their normalized versions,
- where necessary
-
-
- Normalization ensures that any projective coordinate is 1, and therefore that the x, y
- coordinates reflect those of the equivalent point in an affine coordinate system. Where more
- than one point is to be normalized, this method will generally be more efficient than
- normalizing each point separately. An (optional) z-scaling factor can be applied; effectively
- each z coordinate is scaled by this value prior to normalization (but only one
- actual multiplication is needed).
-
- @param points
- An array of points that will be updated in place with their normalized versions,
- where necessary
- @param off
- The start of the range of points to normalize
- @param len
- The length of the range of points to normalize
- @param iso
- The (optional) z-scaling factor - can be null
-
-
- Create a cache-safe lookup table for the specified sequence of points. All the points MUST
- belong to this ECCurve instance, and MUST already be normalized.
-
-
- Sets the default ECMultiplier, unless already set.
-
-
- Decode a point on this curve from its ASN.1 encoding. The different
- encodings are taken account of, including point compression for
- Fp (X9.62 s 4.2.1 pg 17).
- @return The decoded point.
-
-
- Elliptic curve over Fp
-
-
- The auxiliary values s0 and
- s1 used for partial modular reduction for
- Koblitz curves.
-
-
- Solves a quadratic equation z2 + z = beta(X9.62
- D.1.6) The other solution is z + 1.
-
- @param beta
- The value to solve the quadratic equation for.
- @return the solution for z2 + z = beta or
- null if no solution exists.
-
-
- @return the auxiliary values s0 and
- s1 used for partial modular reduction for
- Koblitz curves.
-
-
- Returns true if this is a Koblitz curve (ABC curve).
- @return true if this is a Koblitz curve (ABC curve), false otherwise
-
-
- Elliptic curves over F2m. The Weierstrass equation is given by
- y2 + xy = x3 + ax2 + b.
-
-
- The exponent m of F2m.
-
-
- TPB: The integer k where xm +
- xk + 1 represents the reduction polynomial
- f(z).
- PPB: The integer k1 where xm +
- xk3 + xk2 + xk1 + 1
- represents the reduction polynomial f(z).
-
-
- TPB: Always set to 0
- PPB: The integer k2 where xm +
- xk3 + xk2 + xk1 + 1
- represents the reduction polynomial f(z).
-
-
- TPB: Always set to 0
- PPB: The integer k3 where xm +
- xk3 + xk2 + xk1 + 1
- represents the reduction polynomial f(z).
-
-
- The point at infinity on this curve.
-
-
- Constructor for Trinomial Polynomial Basis (TPB).
- @param m The exponent m of
- F2m.
- @param k The integer k where xm +
- xk + 1 represents the reduction
- polynomial f(z).
- @param a The coefficient a in the Weierstrass equation
- for non-supersingular elliptic curves over
- F2m.
- @param b The coefficient b in the Weierstrass equation
- for non-supersingular elliptic curves over
- F2m.
-
-
- Constructor for Trinomial Polynomial Basis (TPB).
- @param m The exponent m of
- F2m.
- @param k The integer k where xm +
- xk + 1 represents the reduction
- polynomial f(z).
- @param a The coefficient a in the Weierstrass equation
- for non-supersingular elliptic curves over
- F2m.
- @param b The coefficient b in the Weierstrass equation
- for non-supersingular elliptic curves over
- F2m.
- @param order The order of the main subgroup of the elliptic curve.
- @param cofactor The cofactor of the elliptic curve, i.e.
- #Ea(F2m) = h * n.
-
-
- Constructor for Pentanomial Polynomial Basis (PPB).
- @param m The exponent m of
- F2m.
- @param k1 The integer k1 where xm +
- xk3 + xk2 + xk1 + 1
- represents the reduction polynomial f(z).
- @param k2 The integer k2 where xm +
- xk3 + xk2 + xk1 + 1
- represents the reduction polynomial f(z).
- @param k3 The integer k3 where xm +
- xk3 + xk2 + xk1 + 1
- represents the reduction polynomial f(z).
- @param a The coefficient a in the Weierstrass equation
- for non-supersingular elliptic curves over
- F2m.
- @param b The coefficient b in the Weierstrass equation
- for non-supersingular elliptic curves over
- F2m.
-
-
- Constructor for Pentanomial Polynomial Basis (PPB).
- @param m The exponent m of
- F2m.
- @param k1 The integer k1 where xm +
- xk3 + xk2 + xk1 + 1
- represents the reduction polynomial f(z).
- @param k2 The integer k2 where xm +
- xk3 + xk2 + xk1 + 1
- represents the reduction polynomial f(z).
- @param k3 The integer k3 where xm +
- xk3 + xk2 + xk1 + 1
- represents the reduction polynomial f(z).
- @param a The coefficient a in the Weierstrass equation
- for non-supersingular elliptic curves over
- F2m.
- @param b The coefficient b in the Weierstrass equation
- for non-supersingular elliptic curves over
- F2m.
- @param order The order of the main subgroup of the elliptic curve.
- @param cofactor The cofactor of the elliptic curve, i.e.
- #Ea(F2m) = h * n.
-
-
- Return true if curve uses a Trinomial basis.
-
- @return true if curve Trinomial, false otherwise.
-
-
- return the field name for this field.
-
- @return the string "Fp".
-
-
- return a sqrt root - the routine verifies that the calculation
- returns the right value - if none exists it returns null.
-
-
- Class representing the Elements of the finite field
- F2m in polynomial basis (PB)
- representation. Both trinomial (Tpb) and pentanomial (Ppb) polynomial
- basis representations are supported. Gaussian normal basis (GNB)
- representation is not supported.
-
-
- Indicates gaussian normal basis representation (GNB). Number chosen
- according to X9.62. GNB is not implemented at present.
-
-
- Indicates trinomial basis representation (Tpb). Number chosen
- according to X9.62.
-
-
- Indicates pentanomial basis representation (Ppb). Number chosen
- according to X9.62.
-
-
- Tpb or Ppb.
-
-
- The exponent m of F2m.
-
-
- The LongArray holding the bits.
-
-
- Constructor for Ppb.
- @param m The exponent m of
- F2m.
- @param k1 The integer k1 where xm +
- xk3 + xk2 + xk1 + 1
- represents the reduction polynomial f(z).
- @param k2 The integer k2 where xm +
- xk3 + xk2 + xk1 + 1
- represents the reduction polynomial f(z).
- @param k3 The integer k3 where xm +
- xk3 + xk2 + xk1 + 1
- represents the reduction polynomial f(z).
- @param x The BigInteger representing the value of the field element.
-
-
- Constructor for Tpb.
- @param m The exponent m of
- F2m.
- @param k The integer k where xm +
- xk + 1 represents the reduction
- polynomial f(z).
- @param x The BigInteger representing the value of the field element.
-
-
- Checks, if the ECFieldElements a and b
- are elements of the same field F2m
- (having the same representation).
- @param a field element.
- @param b field element to be compared.
- @throws ArgumentException if a and b
- are not elements of the same field
- F2m (having the same
- representation).
-
-
- @return the representation of the field
- F2m, either of
- {@link F2mFieldElement.Tpb} (trinomial
- basis representation) or
- {@link F2mFieldElement.Ppb} (pentanomial
- basis representation).
-
-
- @return the degree m of the reduction polynomial
- f(z).
-
-
- @return Tpb: The integer k where xm +
- xk + 1 represents the reduction polynomial
- f(z).
- Ppb: The integer k1 where xm +
- xk3 + xk2 + xk1 + 1
- represents the reduction polynomial f(z).
-
-
- @return Tpb: Always returns 0
- Ppb: The integer k2 where xm +
- xk3 + xk2 + xk1 + 1
- represents the reduction polynomial f(z).
-
-
- @return Tpb: Always set to 0
- Ppb: The integer k3 where xm +
- xk3 + xk2 + xk1 + 1
- represents the reduction polynomial f(z).
-
-
- base class for points on elliptic curves.
-
-
- Returns the affine x-coordinate after checking that this point is normalized.
-
- @return The affine x-coordinate of this point
- @throws IllegalStateException if the point is not normalized
-
-
- Returns the affine y-coordinate after checking that this point is normalized
-
- @return The affine y-coordinate of this point
- @throws IllegalStateException if the point is not normalized
-
-
- Returns the x-coordinate.
-
- Caution: depending on the curve's coordinate system, this may not be the same value as in an
- affine coordinate system; use Normalize() to get a point where the coordinates have their
- affine values, or use AffineXCoord if you expect the point to already have been normalized.
-
- @return the x-coordinate of this point
-
-
- Returns the y-coordinate.
-
- Caution: depending on the curve's coordinate system, this may not be the same value as in an
- affine coordinate system; use Normalize() to get a point where the coordinates have their
- affine values, or use AffineYCoord if you expect the point to already have been normalized.
-
- @return the y-coordinate of this point
-
-
- Normalization ensures that any projective coordinate is 1, and therefore that the x, y
- coordinates reflect those of the equivalent point in an affine coordinate system.
-
- @return a new ECPoint instance representing the same point, but with normalized coordinates
-
-
- return the field element encoded with point compression. (S 4.3.6)
-
-
- Multiplies this ECPoint by the given number.
- @param k The multiplicator.
- @return k * this.
-
-
- Elliptic curve points over Fp
-
-
- Create a point which encodes without point compression.
-
- @param curve the curve to use
- @param x affine x co-ordinate
- @param y affine y co-ordinate
-
-
- Create a point that encodes with or without point compression.
-
- @param curve the curve to use
- @param x affine x co-ordinate
- @param y affine y co-ordinate
- @param withCompression if true encode with point compression
-
-
- Elliptic curve points over F2m
-
-
- @param curve base curve
- @param x x point
- @param y y point
-
-
- @param curve base curve
- @param x x point
- @param y y point
- @param withCompression true if encode with point compression.
-
-
- Interface for classes encapsulating a point multiplication algorithm
- for ECPoints.
-
-
- Multiplies the ECPoint p by k, i.e.
- p is added k times to itself.
- @param p The ECPoint to be multiplied.
- @param k The factor by which p is multiplied.
- @return p multiplied by k.
-
-
- Class holding precomputation data for fixed-point multiplications.
-
-
- Lookup table for the precomputed ECPoints used for a fixed point multiplication.
-
-
- The width used for the precomputation. If a larger width precomputation
- is already available this may be larger than was requested, so calling
- code should refer to the actual width.
-
-
- Interface for classes storing precomputation data for multiplication
- algorithms. Used as a Memento (see GOF patterns) for
- WNafMultiplier.
-
-
- Class implementing the WNAF (Window Non-Adjacent Form) multiplication
- algorithm.
-
-
- Multiplies this by an integer k using the
- Window NAF method.
- @param k The integer by which this is multiplied.
- @return A new ECPoint which equals this
- multiplied by k.
-
-
- Determine window width to use for a scalar multiplication of the given size.
-
- @param bits the bit-length of the scalar to multiply by
- @return the window size to use
-
-
- Class holding precomputation data for the WNAF (Window Non-Adjacent Form)
- algorithm.
-
-
- Array holding the precomputed ECPoints used for a Window
- NAF multiplication.
-
-
- Array holding the negations of the precomputed ECPoints used
- for a Window NAF multiplication.
-
-
- Holds an ECPoint representing Twice(this). Used for the
- Window NAF multiplication to create or extend the precomputed values.
-
-
- Computes the Window NAF (non-adjacent Form) of an integer.
- @param width The width w of the Window NAF. The width is
- defined as the minimal number w, such that for any
- w consecutive digits in the resulting representation, at
- most one is non-zero.
- @param k The integer of which the Window NAF is computed.
- @return The Window NAF of the given width, such that the following holds:
- k = ∑i=0l-1 ki2i
- , where the ki denote the elements of the
- returned byte[].
-
-
- Determine window width to use for a scalar multiplication of the given size.
-
- @param bits the bit-length of the scalar to multiply by
- @return the window size to use
-
-
- Determine window width to use for a scalar multiplication of the given size.
-
- @param bits the bit-length of the scalar to multiply by
- @param windowSizeCutoffs a monotonically increasing list of bit sizes at which to increment the window width
- @return the window size to use
-
-
- Class implementing the WTNAF (Window
- τ-adic Non-Adjacent Form) algorithm.
-
-
- Multiplies a {@link org.bouncycastle.math.ec.AbstractF2mPoint AbstractF2mPoint}
- by k using the reduced τ-adic NAF (RTNAF)
- method.
- @param p The AbstractF2mPoint to multiply.
- @param k The integer by which to multiply k.
- @return p multiplied by k.
-
-
- Multiplies a {@link org.bouncycastle.math.ec.AbstractF2mPoint AbstractF2mPoint}
- by an element λ of Z[τ] using
- the τ-adic NAF (TNAF) method.
- @param p The AbstractF2mPoint to multiply.
- @param lambda The element λ of
- Z[τ] of which to compute the
- [τ]-adic NAF.
- @return p multiplied by λ.
-
-
- Multiplies a {@link org.bouncycastle.math.ec.AbstractF2mPoint AbstractF2mPoint}
- by an element λ of Z[τ]
- using the window τ-adic NAF (TNAF) method, given the
- WTNAF of λ.
- @param p The AbstractF2mPoint to multiply.
- @param u The the WTNAF of λ..
- @return λ * p
-
-
- Class holding precomputation data for the WTNAF (Window
- τ-adic Non-Adjacent Form) algorithm.
-
-
- Array holding the precomputed AbstractF2mPoints used for the
- WTNAF multiplication in
- {@link org.bouncycastle.math.ec.multiplier.WTauNafMultiplier.multiply()
- WTauNafMultiplier.multiply()}.
-
-
-
- Utility class for creating IDigest objects from their names/Oids
-
-
-
- Use the specified instance of IRandomGenerator as random source.
-
- This constructor performs no seeding of either the IRandomGenerator or the
- constructed SecureRandom. It is the responsibility of the client to provide
- proper seed material as necessary/appropriate for the given IRandomGenerator
- implementation.
-
- The source to generate all random bytes from.
-
-
- base constructor.
-
-
- create a SecurityUtilityException with the given message.
-
- @param message the message to be carried with the exception.
-
-
- General array utilities.
-
-
-
- Are two arrays equal.
-
- Left side.
- Right side.
- True if equal.
-
-
-
- A constant time equals comparison - does not terminate early if
- test will fail.
-
- first array
- second array
- true if arrays equal, false otherwise.
-
-
- Make a copy of a range of bytes from the passed in data array. The range can
- extend beyond the end of the input array, in which case the return array will
- be padded with zeroes.
-
- @param data the array from which the data is to be copied.
- @param from the start index at which the copying should take place.
- @param to the final index of the range (exclusive).
-
- @return a new byte array containing the range given.
-
-
- BigInteger utilities.
-
-
- Return the passed in value as an unsigned byte array.
-
- @param value value to be converted.
- @return a byte array without a leading zero byte if present in the signed encoding.
-
-
- Return the passed in value as an unsigned byte array of specified length, zero-extended as necessary.
-
- @param length desired length of result array.
- @param n value to be converted.
- @return a byte array of specified length, with leading zeroes as necessary given the size of n.
-
-
- Return a random BigInteger not less than 'min' and not greater than 'max'
-
- @param min the least value that may be generated
- @param max the greatest value that may be generated
- @param random the source of randomness
- @return a random BigInteger value in the range [min,max]
-
-
-
- Class to decode and encode Hex.
-
-
-
- encode the input data producing a Hex encoded byte array.
-
- @return a byte array containing the Hex encoded data.
-
-
- encode the input data producing a Hex encoded byte array.
-
- @return a byte array containing the Hex encoded data.
-
-
- Hex encode the byte data writing it to the given output stream.
-
- @return the number of bytes produced.
-
-
- Hex encode the byte data writing it to the given output stream.
-
- @return the number of bytes produced.
-
-
- decode the Hex encoded input data. It is assumed the input data is valid.
-
- @return a byte array representing the decoded data.
-
-
- decode the Hex encoded string data - whitespace will be ignored.
-
- @return a byte array representing the decoded data.
-
-
- decode the Hex encoded string data writing it to the given output stream,
- whitespace characters will be ignored.
-
- @return the number of bytes produced.
-
-
- encode the input data producing a Hex output stream.
-
- @return the number of bytes produced.
-
-
- decode the Hex encoded byte data writing it to the given output stream,
- whitespace characters will be ignored.
-
- @return the number of bytes produced.
-
-
- decode the Hex encoded string data writing it to the given output stream,
- whitespace characters will be ignored.
-
- @return the number of bytes produced.
-
-
-
- Produce a copy of this object with its configuration and in its current state.
-
-
- The returned object may be used simply to store the state, or may be used as a similar object
- starting from the copied state.
-
-
-
-
- Restore a copied object state into this object.
-
-
- Implementations of this method should try to avoid or minimise memory allocation to perform the reset.
-
- an object originally {@link #copy() copied} from an object of the same type as this instance.
- if the provided object is not of the correct type.
- if the other parameter is in some other way invalid.
-
-
- Exception to be thrown on a failure to reset an object implementing Memoable.
-
- The exception extends InvalidCastException to enable users to have a single handling case,
- only introducing specific handling of this one if required.
-
-
-
- Basic Constructor.
-
- @param msg message to be associated with this exception.
-
-
-
- Implements certificate support for host algorithm.
-
-
-
-
- Gets the host key data.
-
-
-
-
- Initializes a new instance of the class.
-
- The host key name.
-
-
-
- Signs the specified data.
-
- The data.
- Signed data.
-
-
-
-
- Verifies the signature.
-
- The data.
- The signature.
- true if signature was successfully verified; otherwise false.
-
-
-
-
- Base class for asymmetric cipher implementations.
-
-
-
-
- Gets the minimum data size.
-
-
- The minimum data size.
-
-
-
- BCrypt implementation.
-
-
- BCrypt implements OpenBSD-style Blowfish password hashing using the scheme described in
- "A Future-
- Adaptable Password Scheme" by Niels Provos and David Mazieres.
-
-
- This password hashing system tries to thwart off-line password cracking using a
- computationally-intensive hashing algorithm, based on Bruce Schneier's Blowfish cipher.
- The work factor of the algorithm is parameterised, so it can be increased as computers
- get faster.
-
-
- Usage is really simple. To hash a password for the first time, call the method with a random salt, like this:
-
- string pw_hash = BCrypt.HashPassword(plain_password);
-
- To check whether a plaintext password matches one that has been hashed previously,
- use the method:
-
-
- if (BCrypt.Verify(candidate_password, stored_hash))
- Console.WriteLine("It matches");
- else
- Console.WriteLine("It does not match");
-
-
- The method takes an optional parameter (workFactor) that
- determines the computational complexity of the hashing:
-
-
- string strong_salt = BCrypt.GenerateSalt(10);
- string stronger_salt = BCrypt.GenerateSalt(12);
-
-
- The amount of work increases exponentially (2^workFactor), so each increment is twice
- as much work. The default workFactor is 10, and the valid range is 4 to 31.
-
-
-
-
-
- Hash a string using the OpenBSD bcrypt scheme and a salt generated by .
-
- Just an alias for HashPassword.
- The string to hash.
- The hashed string.
-
-
-
- Hash a string using the OpenBSD bcrypt scheme and a salt generated by .
-
- Just an alias for HashPassword.
- The string to hash.
- The log2 of the number of rounds of hashing to apply - the work
- factor therefore increases as 2^workFactor.
- The hashed string.
-
-
-
- Hash a password using the OpenBSD bcrypt scheme and a salt generated by .
-
- The password to hash.
- The hashed password.
-
-
-
- Hash a password using the OpenBSD bcrypt scheme and a salt generated by using the given .
-
- The password to hash.
- The log2 of the number of rounds of hashing to apply - the work
- factor therefore increases as 2^workFactor.
- The hashed password.
-
-
- Hash a password using the OpenBSD bcrypt scheme.
- Thrown when one or more arguments have unsupported or
- illegal values.
- The password to hash.
- the salt to hash with (perhaps generated using BCrypt.gensalt).
- The hashed password
-
-
-
- Generate a salt for use with the method.
-
- The log2 of the number of rounds of hashing to apply - the work
- factor therefore increases as 2**workFactor.
- A base64 encoded salt value.
-
-
-
- Generate a salt for use with the method
- selecting a reasonable default for the number of hashing rounds to apply.
-
- A base64 encoded salt value.
-
-
-
- Verifies that the hash of the given matches the provided
-
-
- The text to verify.
- The previously-hashed password.
- true if the passwords match, false otherwise.
-
-
-
- Encode a byte array using bcrypt's slightly-modified base64 encoding scheme. Note that this
- is *not* compatible with the standard MIME-base64 encoding.
-
- Thrown when one or more arguments have unsupported or
- illegal values.
- The byte array to encode.
- The number of bytes to encode.
- Base64-encoded string.
-
-
-
- Decode a string encoded using bcrypt's base64 scheme to a byte array. Note that this is *not*
- compatible with the standard MIME-base64 encoding.
-
- Thrown when one or more arguments have unsupported or
- illegal values.
- The string to decode.
- The maximum bytes to decode.
- The decoded byte array.
-
-
-
- Look up the 3 bits base64-encoded by the specified character, range-checking against
- conversion table.
-
- The base64-encoded value.
- The decoded value of x.
-
-
- Blowfish encipher a single 64-bit block encoded as two 32-bit halves.
- An array containing the two 32-bit half blocks.
- The position in the array of the blocks.
-
-
- Cycically extract a word of key material.
- The string to extract the data from.
- [in,out] The current offset.
- The next word of material from data.
-
-
- Initializes the Blowfish key schedule.
-
-
- Key the Blowfish cipher.
- The key byte array.
-
-
-
- Perform the "enhanced key schedule" step described by Provos and Mazieres in "A Future-
- Adaptable Password Scheme" http://www.openbsd.org/papers/bcrypt-paper.ps.
-
- Salt byte array.
- Input byte array.
-
-
- Perform the central hashing step in the bcrypt scheme.
- Thrown when one or more arguments have unsupported or
- illegal values.
- The input byte array to hash.
- The salt byte array to hash with.
- The binary logarithm of the number of rounds of hashing to apply.
- A byte array containing the hashed result.
-
-
- Compatibility with new OpenBSD function.
- Ported from SSHJ library (https://github.com/hierynomus/sshj)
-
-
-
- Applies the Bcrypt kdf to derive a key and iv from the passphrase,
- the key/iv are returned in the output variable.
- Ported from the SSHJ library. https://github.com/hierynomus/sshj
-
-
-
-
-
-
-
-
- Appends multiple byte arrays into one array.
-
-
-
-
-
-
- Exception for signalling parse errors.
-
-
- Default constructor.
-
-
- Initializes a new instance of .
- The message.
-
-
- Initializes a new instance of .
- The message.
- The inner exception.
-
-
-
- Base class for block cipher implementations.
-
-
-
-
- Gets the size of the block in bytes.
-
-
- The size of the block in bytes.
-
-
-
-
- Gets the minimum data size.
-
-
- The minimum data size.
-
-
-
-
- Gets the size of the block.
-
-
- The size of the block.
-
-
-
-
- Initializes a new instance of the class.
-
- The key.
- Size of the block.
- Cipher mode.
- Cipher padding.
- is null.
-
-
-
- Encrypts the specified data.
-
- The data.
- The zero-based offset in at which to begin encrypting.
- The number of bytes to encrypt from .
- Encrypted data
-
-
-
- Decrypts the specified data.
-
- The data.
- Decrypted data
-
-
-
- Decrypts the specified input.
-
- The input.
- The zero-based offset in at which to begin decrypting.
- The number of bytes to decrypt from .
-
- The decrypted data.
-
-
-
-
- Base class for cipher implementation.
-
-
-
-
- Gets the minimum data size.
-
-
- The minimum data size.
-
-
-
-
- Encrypts the specified input.
-
- The input.
- Encrypted data.
-
-
-
- Encrypts the specified input.
-
- The input.
- The zero-based offset in at which to begin encrypting.
- The number of bytes to encrypt from .
-
- The encrypted data.
-
-
-
-
- Decrypts the specified input.
-
- The input.
-
- The decrypted data.
-
-
-
-
- Decrypts the specified input.
-
- The input.
- The zero-based offset in at which to begin decrypting.
- The number of bytes to decrypt from .
-
- The decrypted data.
-
-
-
-
- Implements digital signature where where asymmetric cipher is used,
-
-
-
-
- Initializes a new instance of the class.
-
- The object identifier.
- The cipher.
-
-
-
- Verifies the signature.
-
- The input.
- The signature.
-
- True if signature was successfully verified; otherwise false.
-
-
-
-
- Creates the signature.
-
- The input.
-
- Signed input data.
-
-
-
-
- Hashes the specified input.
-
- The input.
- Hashed data.
-
-
-
- Encodes hash using DER.
-
- The hash data.
- DER Encoded byte array
-
-
-
- AES cipher implementation.
-
-
-
-
- Initializes a new instance of the class.
-
- The key.
- The mode.
- The padding.
- is null.
- Keysize is not valid for this algorithm.
-
-
-
- Encrypts the specified region of the input byte array and copies the encrypted data to the specified region of the output byte array.
-
- The input data to encrypt.
- The offset into the input byte array from which to begin using data.
- The number of bytes in the input byte array to use as data.
- The output to which to write encrypted data.
- The offset into the output byte array from which to begin writing data.
-
- The number of bytes encrypted.
-
- or is null.
- or is too short.
-
-
-
- Decrypts the specified region of the input byte array and copies the decrypted data to the specified region of the output byte array.
-
- The input data to decrypt.
- The offset into the input byte array from which to begin using data.
- The number of bytes in the input byte array to use as data.
- The output to which to write decrypted data.
- The offset into the output byte array from which to begin writing data.
-
- The number of bytes decrypted.
-
- or is null.
- or is too short.
-
-
-
- Implements ARCH4 cipher algorithm
-
-
-
-
- Holds the state of the RC4 engine
-
-
-
-
- Gets the minimum data size.
-
-
- The minimum data size.
-
-
-
-
- Initializes a new instance of the class.
-
- The key.
- if set to true will disharged first 1536 bytes.
- is null.
-
-
-
- Encrypts the specified region of the input byte array and copies the encrypted data to the specified region of the output byte array.
-
- The input data to encrypt.
- The offset into the input byte array from which to begin using data.
- The number of bytes in the input byte array to use as data.
- The output to which to write encrypted data.
- The offset into the output byte array from which to begin writing data.
-
- The number of bytes encrypted.
-
-
-
-
- Decrypts the specified region of the input byte array and copies the decrypted data to the specified region of the output byte array.
-
- The input data to decrypt.
- The offset into the input byte array from which to begin using data.
- The number of bytes in the input byte array to use as data.
- The output to which to write decrypted data.
- The offset into the output byte array from which to begin writing data.
-
- The number of bytes decrypted.
-
-
-
-
- Encrypts the specified input.
-
- The input.
- The zero-based offset in at which to begin encrypting.
- The number of bytes to encrypt from .
-
- Encrypted data.
-
-
-
-
- Decrypts the specified input.
-
- The input.
-
- The decrypted data.
-
-
-
-
- Decrypts the specified input.
-
- The input.
- The zero-based offset in at which to begin decrypting.
- The number of bytes to decrypt from .
-
- The decrypted data.
-
-
-
-
- Blowfish cipher implementation.
-
-
-
-
- The s-boxes
-
-
-
-
- The s-boxes
-
-
-
-
- The s-boxes
-
-
-
-
- The s-boxes
-
-
-
-
- The p-array
-
-
-
-
- Initializes a new instance of the class.
-
- The key.
- The mode.
- The padding.
- is null.
- Keysize is not valid for this algorithm.
-
-
-
- Encrypts the specified region of the input byte array and copies the encrypted data to the specified region of the output byte array.
-
- The input data to encrypt.
- The offset into the input byte array from which to begin using data.
- The number of bytes in the input byte array to use as data.
- The output to which to write encrypted data.
- The offset into the output byte array from which to begin writing data.
-
- The number of bytes encrypted.
-
-
-
-
- Decrypts the specified region of the input byte array and copies the decrypted data to the specified region of the output byte array.
-
- The input data to decrypt.
- The offset into the input byte array from which to begin using data.
- The number of bytes in the input byte array to use as data.
- The output to which to write decrypted data.
- The offset into the output byte array from which to begin writing data.
-
- The number of bytes decrypted.
-
-
-
-
- apply the encryption cycle to each value pair in the table.
-
- The xl.
- The xr.
- The table.
-
-
-
- Implements CAST cipher algorithm
-
-
-
-
- The rotating round key
-
-
-
-
- The masking round key
-
-
-
-
- Initializes a new instance of the class.
-
- The key.
- The mode.
- The padding.
- is null.
- Keysize is not valid for this algorithm.
-
-
-
- Encrypts the specified region of the input byte array and copies the encrypted data to the specified region of the output byte array.
-
- The input data to encrypt.
- The offset into the input byte array from which to begin using data.
- The number of bytes in the input byte array to use as data.
- The output to which to write encrypted data.
- The offset into the output byte array from which to begin writing data.
-
- The number of bytes encrypted.
-
-
-
-
- Decrypts the specified region of the input byte array and copies the decrypted data to the specified region of the output byte array.
-
- The input data to decrypt.
- The offset into the input byte array from which to begin using data.
- The number of bytes in the input byte array to use as data.
- The output to which to write decrypted data.
- The offset into the output byte array from which to begin writing data.
-
- The number of bytes decrypted.
-
-
-
-
- Sets the subkeys using the same nomenclatureas described in RFC2144.
-
- The key.
-
-
-
- The first of the three processing functions for the encryption and decryption.
-
- The input to be processed.
- The mask to be used from Km[n].
- The rotation value to be used.
-
-
-
-
- The second of the three processing functions for the encryption and decryption.
-
- The input to be processed.
- The mask to be used from Km[n].
- The rotation value to be used.
-
-
-
-
- The third of the three processing functions for the encryption and decryption.
-
- The input to be processed.
- The mask to be used from Km[n].
- The rotation value to be used.
-
-
-
-
- Does the 16 rounds to encrypt the block.
-
- The LH-32bits of the plaintext block.
- The RH-32bits of the plaintext block.
- The result.
-
-
-
- Base class for cipher mode implementations
-
-
-
-
- Gets the cipher.
-
-
-
-
- Gets the IV vector.
-
-
-
-
- Holds block size of the cipher.
-
-
-
-
- Initializes a new instance of the class.
-
- The iv.
-
-
-
- Initializes the specified cipher mode.
-
- The cipher.
-
-
-
- Encrypts the specified region of the input byte array and copies the encrypted data to the specified region of the output byte array.
-
- The input data to encrypt.
- The offset into the input byte array from which to begin using data.
- The number of bytes in the input byte array to use as data.
- The output to which to write encrypted data.
- The offset into the output byte array from which to begin writing data.
-
- The number of bytes encrypted.
-
-
-
-
- Decrypts the specified region of the input byte array and copies the decrypted data to the specified region of the output byte array.
-
- The input data to decrypt.
- The offset into the input byte array from which to begin using data.
- The number of bytes in the input byte array to use as data.
- The output to which to write decrypted data.
- The offset into the output byte array from which to begin writing data.
-
- The number of bytes decrypted.
-
-
-
-
- Base class for cipher padding implementations
-
-
-
-
- Pads the specified input to match the block size.
-
- Size of the block.
- The input.
-
- Padded data array.
-
-
-
-
- Pads the specified input to match the block size.
-
- Size of the block.
- The input.
- The zero-based offset in at which the data to pad starts.
- The number of bytes in to take into account.
-
- The padded data array.
-
-
-
-
- Pads the specified input with a given number of bytes.
-
- The input.
- The number of bytes to pad the input with.
-
- The padded data array.
-
-
-
-
- Pads the specified input with a given number of bytes.
-
- The input.
- The zero-based offset in at which the data to pad starts.
- The number of bytes in to take into account.
- The number of bytes to pad the input with.
-
- The padded data array.
-
-
-
-
- Implements DES cipher algorithm.
-
-
-
-
- Initializes a new instance of the class.
-
- The key.
- The mode.
- The padding.
- is null.
-
-
-
- Encrypts the specified region of the input byte array and copies the encrypted data to the specified region of the output byte array.
-
- The input data to encrypt.
- The offset into the input byte array from which to begin using data.
- The number of bytes in the input byte array to use as data.
- The output to which to write encrypted data.
- The offset into the output byte array from which to begin writing data.
-
- The number of bytes encrypted.
-
-
-
-
- Decrypts the specified region of the input byte array and copies the decrypted data to the specified region of the output byte array.
-
- The input data to decrypt.
- The offset into the input byte array from which to begin using data.
- The number of bytes in the input byte array to use as data.
- The output to which to write decrypted data.
- The offset into the output byte array from which to begin writing data.
-
- The number of bytes decrypted.
-
-
-
-
- Generates the working key.
-
- if set to true [encrypting].
- The key.
- Generated working key.
-
-
-
- Validates the key.
-
-
-
-
- Performs DES function.
-
- The w key.
- The input.
- The in off.
- The out bytes.
- The out off.
-
-
-
- Implements CBC cipher mode
-
-
-
-
- Initializes a new instance of the class.
-
- The iv.
-
-
-
- Encrypts the specified region of the input byte array and copies the encrypted data to the specified region of the output byte array.
-
- The input data to encrypt.
- The offset into the input byte array from which to begin using data.
- The number of bytes in the input byte array to use as data.
- The output to which to write encrypted data.
- The offset into the output byte array from which to begin writing data.
-
- The number of bytes encrypted.
-
-
-
-
- Decrypts the specified region of the input byte array and copies the decrypted data to the specified region of the output byte array.
-
- The input data to decrypt.
- The offset into the input byte array from which to begin using data.
- The number of bytes in the input byte array to use as data.
- The output to which to write decrypted data.
- The offset into the output byte array from which to begin writing data.
-
- The number of bytes decrypted.
-
-
-
-
- Implements CFB cipher mode
-
-
-
-
- Initializes a new instance of the class.
-
- The iv.
-
-
-
- Encrypts the specified region of the input byte array and copies the encrypted data to the specified region of the output byte array.
-
- The input data to encrypt.
- The offset into the input byte array from which to begin using data.
- The number of bytes in the input byte array to use as data.
- The output to which to write encrypted data.
- The offset into the output byte array from which to begin writing data.
-
- The number of bytes encrypted.
-
-
-
-
- Decrypts the specified region of the input byte array and copies the decrypted data to the specified region of the output byte array.
-
- The input data to decrypt.
- The offset into the input byte array from which to begin using data.
- The number of bytes in the input byte array to use as data.
- The output to which to write decrypted data.
- The offset into the output byte array from which to begin writing data.
-
- The number of bytes decrypted.
-
-
-
-
- Implements CTR cipher mode
-
-
-
-
- Initializes a new instance of the class.
-
- The iv.
-
-
-
- Encrypts the specified region of the input byte array and copies the encrypted data to the specified region of the output byte array.
-
- The input data to encrypt.
- The offset into the input byte array from which to begin using data.
- The number of bytes in the input byte array to use as data.
- The output to which to write encrypted data.
- The offset into the output byte array from which to begin writing data.
-
- The number of bytes encrypted.
-
-
-
-
- Decrypts the specified region of the input byte array and copies the decrypted data to the specified region of the output byte array.
-
- The input data to decrypt.
- The offset into the input byte array from which to begin using data.
- The number of bytes in the input byte array to use as data.
- The output to which to write decrypted data.
- The offset into the output byte array from which to begin writing data.
-
- The number of bytes decrypted.
-
-
-
-
- Implements OFB cipher mode
-
-
-
-
- Initializes a new instance of the class.
-
- The iv.
-
-
-
- Encrypts the specified region of the input byte array and copies the encrypted data to the specified region of the output byte array.
-
- The input data to encrypt.
- The offset into the input byte array from which to begin using data.
- The number of bytes in the input byte array to use as data.
- The output to which to write encrypted data.
- The offset into the output byte array from which to begin writing data.
-
- The number of bytes encrypted.
-
-
-
-
- Decrypts the specified region of the input byte array and copies the decrypted data to the specified region of the output byte array.
-
- The input data to decrypt.
- The offset into the input byte array from which to begin using data.
- The number of bytes in the input byte array to use as data.
- The output to which to write decrypted data.
- The offset into the output byte array from which to begin writing data.
-
- The number of bytes decrypted.
-
-
-
-
- Implements PKCS5 cipher padding
-
-
-
-
- Pads the specified input to match the block size.
-
- The size of the block.
- The input.
- The zero-based offset in at which the data to pad starts.
- The number of bytes in to take into account.
-
- The padded data array.
-
-
-
-
- Pads the specified input with a given number of bytes.
-
- The input.
- The zero-based offset in at which the data to pad starts.
- The number of bytes in to take into account.
- The number of bytes to pad the input with.
-
- The padded data array.
-
-
-
-
- Implements PKCS7 cipher padding
-
-
-
-
- Pads the specified input to match the block size.
-
- The size of the block.
- The input.
- The zero-based offset in at which the data to pad starts.
- The number of bytes in to take into account.
-
- The padded data array.
-
-
-
-
- Pads the specified input with a given number of bytes.
-
- The input.
- The zero-based offset in at which the data to pad starts.
- The number of bytes in to take into account.
- The number of bytes to pad the input with.
-
- The padded data array.
-
-
-
-
- Implements RSA cipher algorithm.
-
-
-
-
- Initializes a new instance of the class.
-
- The RSA key.
-
-
-
- Encrypts the specified data.
-
- The data.
- The zero-based offset in at which to begin encrypting.
- The number of bytes to encrypt from .
- Encrypted data.
-
-
-
- Decrypts the specified data.
-
- The data.
-
- The decrypted data.
-
- Only block type 01 or 02 are supported.
- Thrown when decrypted block type is not supported.
-
-
-
- Decrypts the specified input.
-
- The input.
- The zero-based offset in at which to begin decrypting.
- The number of bytes to decrypt from .
-
- The decrypted data.
-
- Only block type 01 or 02 are supported.
- Thrown when decrypted block type is not supported.
-
-
-
- Implements Serpent cipher algorithm.
-
-
-
-
- Initializes a new instance of the class.
-
- The key.
- The mode.
- The padding.
- is null.
- Keysize is not valid for this algorithm.
-
-
-
- Encrypts the specified region of the input byte array and copies the encrypted data to the specified region of the output byte array.
-
- The input data to encrypt.
- The offset into the input byte array from which to begin using data.
- The number of bytes in the input byte array to use as data.
- The output to which to write encrypted data.
- The offset into the output byte array from which to begin writing data.
-
- The number of bytes encrypted.
-
-
-
-
- Decrypts the specified region of the input byte array and copies the decrypted data to the specified region of the output byte array.
-
- The input data to decrypt.
- The offset into the input byte array from which to begin using data.
- The number of bytes in the input byte array to use as data.
- The output to which to write decrypted data.
- The offset into the output byte array from which to begin writing data.
-
- The number of bytes decrypted.
-
-
-
-
- Expand a user-supplied key material into a session key.
-
- The user-key bytes to use.
-
- A session key.
-
- is not multiple of 4 bytes.
-
-
-
- S0 - { 3, 8,15, 1,10, 6, 5,11,14,13, 4, 2, 7, 0, 9,12 } - 15 terms.
-
- A.
- The b.
- The c.
- The d.
-
-
-
- InvSO - {13, 3,11, 0,10, 6, 5,12, 1,14, 4, 7,15, 9, 8, 2 } - 15 terms.
-
- A.
- The b.
- The c.
- The d.
-
-
-
- S1 - {15,12, 2, 7, 9, 0, 5,10, 1,11,14, 8, 6,13, 3, 4 } - 14 terms.
-
- A.
- The b.
- The c.
- The d.
-
-
-
- InvS1 - { 5, 8, 2,14,15, 6,12, 3,11, 4, 7, 9, 1,13,10, 0 } - 14 steps.
-
- A.
- The b.
- The c.
- The d.
-
-
-
- S2 - { 8, 6, 7, 9, 3,12,10,15,13, 1,14, 4, 0,11, 5, 2 } - 16 terms.
-
- A.
- The b.
- The c.
- The d.
-
-
-
- InvS2 - {12, 9,15, 4,11,14, 1, 2, 0, 3, 6,13, 5, 8,10, 7 } - 16 steps.
-
- A.
- The b.
- The c.
- The d.
-
-
-
- S3 - { 0,15,11, 8,12, 9, 6, 3,13, 1, 2, 4,10, 7, 5,14 } - 16 terms.
-
- A.
- The b.
- The c.
- The d.
-
-
-
- InvS3 - { 0, 9,10, 7,11,14, 6,13, 3, 5,12, 2, 4, 8,15, 1 } - 15 terms
-
- A.
- The b.
- The c.
- The d.
-
-
-
- S4 - { 1,15, 8, 3,12, 0,11, 6, 2, 5, 4,10, 9,14, 7,13 } - 15 terms.
-
- A.
- The b.
- The c.
- The d.
-
-
-
- InvS4 - { 5, 0, 8, 3,10, 9, 7,14, 2,12,11, 6, 4,15,13, 1 } - 15 terms.
-
- A.
- The b.
- The c.
- The d.
-
-
-
- S5 - {15, 5, 2,11, 4,10, 9,12, 0, 3,14, 8,13, 6, 7, 1 } - 16 terms.
-
- A.
- The b.
- The c.
- The d.
-
-
-
- InvS5 - { 8,15, 2, 9, 4, 1,13,14,11, 6, 5, 3, 7,12,10, 0 } - 16 terms.
-
- A.
- The b.
- The c.
- The d.
-
-
-
- S6 - { 7, 2,12, 5, 8, 4, 6,11,14, 9, 1,15,13, 3,10, 0 } - 15 terms.
-
- A.
- The b.
- The c.
- The d.
-
-
-
- InvS6 - {15,10, 1,13, 5, 3, 6, 0, 4, 9,14, 7, 2,12, 8,11 } - 15 terms.
-
- A.
- The b.
- The c.
- The d.
-
-
-
- S7 - { 1,13,15, 0,14, 8, 2,11, 7, 4,12,10, 9, 3, 5, 6 } - 16 terms.
-
- A.
- The b.
- The c.
- The d.
-
-
-
- InvS7 - { 3, 0, 6,13, 9,14,15, 8, 5,12,11, 7,10, 1, 4, 2 } - 17 terms.
-
- A.
- The b.
- The c.
- The d.
-
-
-
- Apply the linear transformation to the register set.
-
-
-
-
- Apply the inverse of the linear transformation to the register set.
-
-
-
-
- Implements 3DES cipher algorithm.
-
-
-
-
- Initializes a new instance of the class.
-
- The key.
- The mode.
- The padding.
- is null.
-
-
-
- Encrypts the specified region of the input byte array and copies the encrypted data to the specified region of the output byte array.
-
- The input data to encrypt.
- The offset into the input byte array from which to begin using data.
- The number of bytes in the input byte array to use as data.
- The output to which to write encrypted data.
- The offset into the output byte array from which to begin writing data.
-
- The number of bytes encrypted.
-
-
-
-
- Decrypts the specified region of the input byte array and copies the decrypted data to the specified region of the output byte array.
-
- The input data to decrypt.
- The offset into the input byte array from which to begin using data.
- The number of bytes in the input byte array to use as data.
- The output to which to write decrypted data.
- The offset into the output byte array from which to begin writing data.
-
- The number of bytes decrypted.
-
-
-
-
- Validates the key.
-
-
-
-
- Implements Twofish cipher algorithm
-
-
-
-
- Initializes a new instance of the class.
-
- The key.
- The mode.
- The padding.
- is null.
- Keysize is not valid for this algorithm.
-
-
-
- Encrypts the specified region of the input byte array and copies the encrypted data to the specified region of the output byte array.
-
- The input data to encrypt.
- The offset into the input byte array from which to begin using data.
- The number of bytes in the input byte array to use as data.
- The output to which to write encrypted data.
- The offset into the output byte array from which to begin writing data.
-
- The number of bytes encrypted.
-
-
-
-
- Decrypts the specified region of the input byte array and copies the decrypted data to the specified region of the output byte array.
-
- The input data to decrypt.
- The offset into the input byte array from which to begin using data.
- The number of bytes in the input byte array to use as data.
- The output to which to write decrypted data.
- The offset into the output byte array from which to begin writing data.
-
- The number of bytes decrypted.
-
-
-
- Define the fixed p0/p1 permutations used in keyed S-box lookup.
- By changing the following constant definitions, the S-boxes will
- automatically Get changed in the Twofish engine.
-
-
- gSubKeys[] and gSBox[] are eventually used in the
- encryption and decryption methods.
-
-
- Use (12, 8) Reed-Solomon code over GF(256) to produce
- a key S-box 32-bit entity from 2 key material 32-bit
- entities.
-
- @param k0 first 32-bit entity
- @param k1 second 32-bit entity
- @return Remainder polynomial Generated using RS code
-
-
- Reed-Solomon code parameters: (12,8) reversible code:
-
-
- G(x) = x^4 + (a+1/a)x^3 + ax^2 + (a+1/a)x + 1
-
- where a = primitive root of field generator 0x14D
-
-
-
-
- Base class for signature implementations
-
-
-
-
- Verifies the signature.
-
- The input.
- The signature.
- True if signature was successfully verified; otherwise false.
-
-
-
- Creates the signature.
-
- The input.
- Signed input data.
-
-
-
- Implements DSA digital signature algorithm.
-
-
-
-
- Initializes a new instance of the class.
-
- The DSA key.
- is null.
-
-
-
- Verifies the signature.
-
- The input.
- The signature.
-
- true if signature was successfully verified; otherwise false.
-
- Invalid signature.
-
-
-
- Creates the signature.
-
- The input.
-
- Signed input data.
-
- Invalid DSA key.
-
-
-
- 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.
-
-
-
- Releases unmanaged resources and performs other cleanup operations before the
- is reclaimed by garbage collection.
-
-
-
-
- Implements ECDSA digital signature algorithm.
-
-
-
-
- Initializes a new instance of the class.
-
- The ECDSA key.
- is null.
-
-
-
- Verifies the signature.
-
- The input.
- The signature.
-
- true if signature was successfully verified; otherwise false.
-
-
-
-
- Creates the signature.
-
- The input.
-
- Signed input data.
-
-
-
-
- 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.
-
-
-
- Releases unmanaged resources and performs other cleanup operations before the
- is reclaimed by garbage collection.
-
-
-
-
- Implements ECDSA digital signature algorithm.
-
-
-
-
- Initializes a new instance of the class.
-
- The ED25519Key key.
- is null.
-
-
-
- Verifies the signature.
-
- The input.
- The signature.
-
- true if signature was successfully verified; otherwise false.
-
- Invalid signature.
-
-
-
- Creates the signature.
-
- The input.
-
- Signed input data.
-
- Invalid ED25519Key key.
-
-
-
- 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.
-
-
-
- Releases unmanaged resources and performs other cleanup operations before the
- is reclaimed by garbage collection.
-
-
-
-
- Computes a Hash-based Message Authentication Code (HMAC) by using the hash function.
-
-
-
-
- Initializes a with the specified key.
-
- The key.
-
-
-
- Initializes a with the specified key and size of the computed hash code.
-
- The key.
- The size, in bits, of the computed hash code.
-
-
-
- Gets the size, in bits, of the computed hash code.
-
-
- The size, in bits, of the computed hash code.
-
-
-
-
- Finalizes the hash computation after the last data is processed by the cryptographic stream object.
-
-
- The computed hash code.
-
-
-
-
- Computes a Hash-based Message Authentication Code (HMAC) by using the hash function.
-
-
-
-
- Initializes a with the specified key.
-
- The key.
-
-
-
- Initializes a with the specified key and size of the computed hash code.
-
- The key.
- The size, in bits, of the computed hash code.
-
-
-
- Gets the size, in bits, of the computed hash code.
-
-
- The size, in bits, of the computed hash code.
-
-
-
-
- Finalizes the hash computation after the last data is processed by the cryptographic stream object.
-
-
- The computed hash code.
-
-
-
-
- Computes a Hash-based Message Authentication Code (HMAC) by using the hash function.
-
-
-
-
- Initializes a with the specified key.
-
- The key.
-
-
-
- Initializes a with the specified key and size of the computed hash code.
-
- The key.
- The size, in bits, of the computed hash code.
-
-
-
- Gets the size, in bits, of the computed hash code.
-
-
- The size, in bits, of the computed hash code.
-
-
-
-
- Finalizes the hash computation after the last data is processed by the cryptographic stream object.
-
-
- The computed hash code.
-
-
-
-
- Computes a Hash-based Message Authentication Code (HMAC) by using the hash function.
-
-
-
-
- Initializes a with the specified key.
-
- The key.
-
-
-
- Initializes a with the specified key and size of the computed hash code.
-
- The key.
- The size, in bits, of the computed hash code.
-
-
-
- Gets the size, in bits, of the computed hash code.
-
-
- The size, in bits, of the computed hash code.
-
-
-
-
- Finalizes the hash computation after the last data is processed by the cryptographic stream object.
-
-
- The computed hash code.
-
-
-
-
- Computes a Hash-based Message Authentication Code (HMAC) by using the hash function.
-
-
-
-
- Initializes a with the specified key.
-
- The key.
-
-
-
- Initializes a with the specified key and size of the computed hash code.
-
- The key.
- The size, in bits, of the computed hash code.
-
-
-
- Gets the size, in bits, of the computed hash code.
-
-
- The size, in bits, of the computed hash code.
-
-
-
-
- Finalizes the hash computation after the last data is processed by the cryptographic stream object.
-
-
- The computed hash code.
-
-
-
-
- Implements RSA digital signature algorithm.
-
-
-
-
- Initializes a new instance of the class.
-
- The RSA key.
-
-
-
- Hashes the specified input.
-
- The input.
-
- Hashed data.
-
-
-
-
- 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.
-
-
-
- Releases unmanaged resources and performs other cleanup operations before the
- is reclaimed by garbage collection.
-
-
-
-
- Base class of stream cipher algorithms.
-
-
-
-
- Initializes a new instance of the class.
-
- The key.
- is null.
-
-
-
- Base class for symmetric cipher implementations.
-
-
-
-
- Gets the key.
-
-
-
-
- Initializes a new instance of the class.
-
- The key.
- is null.
-
-
-
- Encrypts the specified region of the input byte array and copies the encrypted data to the specified region of the output byte array.
-
- The input data to encrypt.
- The offset into the input byte array from which to begin using data.
- The number of bytes in the input byte array to use as data.
- The output to which to write encrypted data.
- The offset into the output byte array from which to begin writing data.
-
- The number of bytes encrypted.
-
-
-
-
- Decrypts the specified region of the input byte array and copies the decrypted data to the specified region of the output byte array.
-
- The input data to decrypt.
- The offset into the input byte array from which to begin using data.
- The number of bytes in the input byte array to use as data.
- The output to which to write decrypted data.
- The offset into the output byte array from which to begin writing data.
-
- The number of bytes decrypted.
-
-
-
-
- Contains DSA private and public key
-
-
-
-
- Gets the P.
-
-
-
-
- Gets the Q.
-
-
-
-
- Gets the G.
-
-
-
-
- Gets public key Y.
-
-
-
-
- Gets private key X.
-
-
-
-
- Gets the length of the key.
-
-
- The length of the key.
-
-
-
-
- Gets the digital signature.
-
-
-
-
- Gets or sets the public.
-
-
- The public.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- DER encoded private key data.
-
-
-
- Initializes a new instance of the class.
-
- The p.
- The q.
- The g.
- The y.
- The x.
-
-
-
- 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.
-
-
-
- Releases unmanaged resources and performs other cleanup operations before the
- is reclaimed by garbage collection.
-
-
-
-
- Contains ECDSA (ecdsa-sha2-nistp{256,384,521}) private and public key
-
-
-
-
- Gets the SSH name of the ECDSA Key
-
-
-
-
- Gets the HashAlgorithm to use
-
-
-
-
- Gets the length of the key.
-
-
- The length of the key.
-
-
-
-
- Gets the digital signature.
-
-
-
-
- Gets or sets the public.
-
-
- The public.
-
-
-
-
- Gets ECDsa Object
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- The curve name
- Value of publickey
- Value of privatekey
-
-
-
- Initializes a new instance of the class.
-
- DER encoded private key data.
-
-
-
- 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.
-
-
-
- Releases unmanaged resources and performs other cleanup operations before the
- is reclaimed by garbage collection.
-
-
-
-
- Contains ED25519 private and public key
-
-
-
-
- Gets the Key String.
-
-
-
-
- Gets or sets the public.
-
-
- The public.
-
-
-
-
- Gets the length of the key.
-
-
- The length of the key.
-
-
-
-
- Gets the digital signature.
-
-
-
-
- Gets the PublicKey Bytes
-
-
-
-
- Gets the PrivateKey Bytes
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- pk data.
- sk data.
-
-
-
- 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.
-
-
-
- Releases unmanaged resources and performs other cleanup operations before the
- is reclaimed by garbage collection.
-
-
-
-
- Base class for asymmetric cipher algorithms
-
-
-
-
- Specifies array of big integers that represent private key
-
-
-
-
- Gets the key specific digital signature.
-
-
-
-
- Gets or sets the public key.
-
-
- The public.
-
-
-
-
- Gets the length of the key.
-
-
- The length of the key.
-
-
-
-
- Initializes a new instance of the class.
-
- DER encoded private key data.
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Signs the specified data with the key.
-
- The data to sign.
-
- Signed data.
-
-
-
-
- Verifies the signature.
-
- The data to verify.
- The signature to verify against.
- True is signature was successfully verifies; otherwise false.
-
-
-
- Contains RSA private and public key
-
-
-
-
- Gets the modulus.
-
-
-
-
- Gets the exponent.
-
-
-
-
- Gets the D.
-
-
-
-
- Gets the P.
-
-
-
-
- Gets the Q.
-
-
-
-
- Gets the DP.
-
-
-
-
- Gets the DQ.
-
-
-
-
- Gets the inverse Q.
-
-
-
-
- Gets the length of the key.
-
-
- The length of the key.
-
-
-
-
- Gets the digital signature.
-
-
-
-
- Gets or sets the public.
-
-
- The public.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- DER encoded private key data.
-
-
-
- Initializes a new instance of the class.
-
- The modulus.
- The exponent.
- The d.
- The p.
- The q.
- The inverse Q.
-
-
-
- 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.
-
-
-
- Releases unmanaged resources and performs other cleanup operations before the
- is reclaimed by garbage collection.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Base class for SSH host algorithms.
-
-
-
-
- Gets the host key name.
-
-
-
-
- Gets the host key data.
-
-
-
-
- Initializes a new instance of the class.
-
- The host key name.
-
-
-
- Signs the specified data.
-
- The data.
- Signed data.
-
-
-
- Verifies the signature.
-
- The data.
- The signature.
- True is signature was successfully verifies; otherwise false.
-
-
-
- Represents a key exchange algorithm.
-
-
-
-
- Occurs when the host key is received.
-
-
-
-
- Gets the name of the algorithm.
-
-
- The name of the algorithm.
-
-
-
-
- Gets the exchange hash.
-
-
- The exchange hash.
-
-
-
-
- Starts the key exchange algorithm.
-
- The session.
- Key exchange init message.
-
-
-
- Finishes the key exchange algorithm.
-
-
-
-
- Creates the client-side cipher to use.
-
-
- The client cipher.
-
-
-
-
- Creates the server-side cipher to use.
-
-
- The server cipher.
-
-
-
-
- Creates the server-side hash algorithm to use.
-
-
- The server hash algorithm.
-
-
-
-
- Creates the client-side hash algorithm to use.
-
-
- The client hash algorithm.
-
-
-
-
- Creates the compression algorithm to use to deflate data.
-
-
- The compression method to deflate data.
-
-
-
-
- Creates the compression algorithm to use to inflate data.
-
-
- The compression method to inflate data.
-
-
-
-
- Represents base class for different key exchange algorithm implementations
-
-
-
-
- Gets or sets the session.
-
-
- The session.
-
-
-
-
- Gets or sets key exchange shared key.
-
-
- The shared key.
-
-
-
-
- Gets the exchange hash.
-
- The exchange hash.
-
-
-
- Occurs when host key received.
-
-
-
-
- Starts key exchange algorithm
-
- The session.
- Key exchange init message.
-
-
-
- Finishes key exchange algorithm.
-
-
-
-
- Creates the server side cipher to use.
-
- Server cipher.
-
-
-
- Creates the client side cipher to use.
-
- Client cipher.
-
-
-
- Creates the server side hash algorithm to use.
-
- Hash algorithm
-
-
-
- Creates the client side hash algorithm to use.
-
- Hash algorithm
-
-
-
- Creates the compression algorithm to use to deflate data.
-
- Compression method.
-
-
-
- Creates the compression algorithm to use to inflate data.
-
- Compression method.
-
-
-
- Determines whether the specified host key can be trusted.
-
- The host algorithm.
-
- true if the specified host can be trusted; otherwise, false.
-
-
-
-
- Validates the exchange hash.
-
- true if exchange hash is valid; otherwise false.
-
-
-
- Calculates key exchange hash value.
-
- Key exchange hash.
-
-
-
- Hashes the specified data bytes.
-
- The hash data.
-
- Hashed bytes
-
-
-
-
- Sends SSH message to the server
-
- The message.
-
-
-
- Generates the session key.
-
- The shared key.
- The exchange hash.
- The key.
- The size.
-
-
-
-
- Generates the session key.
-
- The shared key.
- The exchange hash.
- The p.
- The session id.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- 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.
-
-
-
- Releases unmanaged resources and performs other cleanup operations before the
- is reclaimed by garbage collection.
-
-
-
-
- Represents base class for Diffie Hellman key exchange algorithm
-
-
-
-
- Specifies key exchange group number.
-
-
-
-
- Specifies key exchange prime number.
-
-
-
-
- Specifies client payload
-
-
-
-
- Specifies server payload
-
-
-
-
- Specifies client exchange number.
-
-
-
-
- Specifies server exchange number.
-
-
-
-
- Specifies random generated number.
-
-
-
-
- Specifies host key data.
-
-
-
-
- Specifies signature data.
-
-
-
-
- Gets the size, in bits, of the computed hash code.
-
-
- The size, in bits, of the computed hash code.
-
-
-
-
- Validates the exchange hash.
-
-
- true if exchange hash is valid; otherwise false.
-
-
-
-
- Starts key exchange algorithm
-
- The session.
- Key exchange init message.
-
-
-
- Populates the client exchange value.
-
-
-
-
- Handles the server DH reply message.
-
- The host key.
- The server exchange value.
- The signature.
-
-
-
- Represents "diffie-hellman-group14-sha1" algorithm implementation.
-
-
-
-
- https://tools.ietf.org/html/rfc2409#section-6.2
-
-
-
-
- Gets algorithm name.
-
-
-
-
- Gets the group prime.
-
-
- The group prime.
-
-
-
-
- Represents "diffie-hellman-group14-sha256" algorithm implementation.
-
-
-
-
- https://tools.ietf.org/html/rfc2409#section-6.2
-
-
-
-
- Gets algorithm name.
-
-
-
-
- Gets the group prime.
-
-
- The group prime.
-
-
-
-
- Represents "diffie-hellman-group16-sha512" algorithm implementation.
-
-
-
-
- https://tools.ietf.org/html/rfc3526#section-5
-
-
-
-
- Gets algorithm name.
-
-
-
-
- Represents "diffie-hellman-group1-sha1" algorithm implementation.
-
-
-
-
- Gets algorithm name.
-
-
-
-
- Gets the group prime.
-
-
- The group prime.
-
-
-
-
- Represents "diffie-hellman-group-exchange-sha1" algorithm implementation.
-
-
-
-
- Gets algorithm name.
-
-
-
-
- Gets the size, in bits, of the computed hash code.
-
-
- The size, in bits, of the computed hash code.
-
-
-
-
- Hashes the specified data bytes.
-
- The hash data.
-
- Hashed bytes
-
-
-
-
- Represents "diffie-hellman-group-exchange-sha256" algorithm implementation.
-
-
-
-
- Gets algorithm name.
-
-
-
-
- Gets the size, in bits, of the computed hash code.
-
-
- The size, in bits, of the computed hash code.
-
-
-
-
- Hashes the specified data bytes.
-
- Data to hash.
-
- Hashed bytes
-
-
-
-
- Base class for "diffie-hellman-group-exchange" algorithms.
-
-
-
-
- Calculates key exchange hash value.
-
-
- Key exchange hash.
-
-
-
-
- Starts key exchange algorithm
-
- The session.
- Key exchange init message.
-
-
-
- Finishes key exchange algorithm.
-
-
-
-
- Represents "diffie-hellman-group1-sha1" algorithm implementation.
-
-
-
-
- Gets the size, in bits, of the computed hash code.
-
-
- The size, in bits, of the computed hash code.
-
-
-
-
- Hashes the specified data bytes.
-
- The hash data.
-
- Hashed bytes
-
-
-
-
- Base class for "diffie-hellman" SHA-256 group algorithm implementations.
-
-
-
-
- Gets the size, in bits, of the computed hash code.
-
-
- The size, in bits, of the computed hash code.
-
-
-
-
- Hashes the specified data bytes.
-
- The hash data.
-
- Hashed bytes
-
-
-
-
- Base class for "diffie-hellman" SHA-512 group algorithm implementations.
-
-
-
-
- Gets the size, in bits, of the computed hash code.
-
-
- The size, in bits, of the computed hash code.
-
-
-
-
- Hashes the specified data bytes.
-
- The hash data.
-
- Hashed bytes
-
-
-
-
- Gets the group prime.
-
-
- The group prime.
-
-
-
-
- Calculates key exchange hash value.
-
-
- Key exchange hash.
-
-
-
-
- Starts key exchange algorithm
-
- The session.
- Key exchange init message.
-
-
-
- Finishes key exchange algorithm.
-
-
-
-
- Specifies client payload
-
-
-
-
- Specifies server payload
-
-
-
-
- Specifies client exchange.
-
-
-
-
- Specifies server exchange.
-
-
-
-
- Specifies host key data.
-
-
-
-
- Specifies signature data.
-
-
-
-
- Gets the size, in bits, of the computed hash code.
-
-
- The size, in bits, of the computed hash code.
-
-
-
-
- Calculates key exchange hash value.
-
-
- Key exchange hash.
-
-
-
-
- Validates the exchange hash.
-
-
- true if exchange hash is valid; otherwise false.
-
-
-
-
- Starts key exchange algorithm
-
- The session.
- Key exchange init message.
-
-
-
- Gets algorithm name.
-
-
-
-
- Gets the size, in bits, of the computed hash code.
-
-
- The size, in bits, of the computed hash code.
-
-
-
-
- Starts key exchange algorithm
-
- The session.
- Key exchange init message.
-
-
-
- Finishes key exchange algorithm.
-
-
-
-
- Hashes the specified data bytes.
-
- The hash data.
-
- Hashed bytes
-
-
-
-
- Handles the server DH reply message.
-
- The host key.
- The server exchange value.
- The signature.
-
-
-
- Gets the parameter of the curve.
-
-
- The parameter of the curve.
-
-
-
-
- Starts key exchange algorithm
-
- The session.
- Key exchange init message.
-
-
-
- Finishes key exchange algorithm.
-
-
-
-
- Handles the server DH reply message.
-
- The host key.
- The server exchange value.
- The signature.
-
-
-
- Gets algorithm name.
-
-
-
-
- Gets Curve Parameter.
-
-
-
-
- Gets the size, in bits, of the computed hash code.
-
-
- The size, in bits, of the computed hash code.
-
-
-
-
- Hashes the specified data bytes.
-
- The hash data.
-
- Hashed bytes
-
-
-
-
- Gets algorithm name.
-
-
-
-
- Gets Curve Parameter.
-
-
-
-
- Gets the size, in bits, of the computed hash code.
-
-
- The size, in bits, of the computed hash code.
-
-
-
-
- Hashes the specified data bytes.
-
- The hash data.
-
- Hashed bytes
-
-
-
-
- Gets algorithm name.
-
-
-
-
- Gets Curve Parameter.
-
-
-
-
- Gets the size, in bits, of the computed hash code.
-
-
- The size, in bits, of the computed hash code.
-
-
-
-
- Hashes the specified data bytes.
-
- The hash data.
-
- Hashed bytes
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Implements key support for host algorithm.
-
-
-
-
- Gets the key.
-
-
-
-
- Gets the public key data.
-
-
-
-
- Initializes a new instance of the class.
-
- Host key name.
- Host key.
-
-
-
- Initializes a new instance of the class.
-
- Host key name.
- Host key.
- Host key encoded data.
-
-
-
- Signs the specified data.
-
- The data.
-
- Signed data.
-
-
-
-
- Verifies the signature.
-
- The data.
- The signature.
-
- True is signature was successfully verifies; otherwise false.
-
-
-
-
- Gets or sets the name of the algorithm as UTF-8 encoded byte array.
-
-
- The name of the algorithm.
-
-
-
-
- Gets or sets the signature.
-
-
- The signature.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Basic factory for creating new services.
-
-
-
-
- Defines the number of times an authentication attempt with any given
- can result in before it is disregarded.
-
-
-
-
- Creates a .
-
-
- A .
-
-
-
-
- Creates a new with the specified and
- .
-
- The to use for creating a new session.
- A factory to create instances.
-
- An for the specified .
-
- is null.
- is null.
-
-
-
- Creates a new in a given and with
- the specified operation timeout and encoding.
-
- The to create the in.
- The number of milliseconds to wait for an operation to complete, or -1 to wait indefinitely.
- The encoding.
- The factory to use for creating SFTP messages.
-
- An .
-
-
-
-
- Create a new .
-
-
- A .
-
-
-
-
- Negotiates a key exchange algorithm, and creates a for the negotiated
- algorithm.
-
- A of the key exchange algorithms supported by the client where key is the name of the algorithm, and value is the type implementing this algorithm.
- The names of the key exchange algorithms supported by the SSH server.
-
- A that was negotiated between client and server.
-
- is null.
- is null.
- No key exchange algorithms are supported by both client and server.
-
-
-
- Creates a shell stream.
-
- The SSH session.
- The TERM environment variable.
- The terminal width in columns.
- The terminal width in rows.
- The terminal height in pixels.
- The terminal height in pixels.
- The terminal mode values.
- The size of the buffer.
-
- The created instance.
-
- Client is not connected.
-
-
- The TERM environment variable contains an identifier for the text window's capabilities.
- You can get a detailed list of these cababilities by using the ‘infocmp’ command.
-
-
- The column/row dimensions override the pixel dimensions(when non-zero). Pixel dimensions refer
- to the drawable area of the window.
-
-
-
-
-
- Creates an that encloses a path in double quotes, and escapes
- any embedded double quote with a backslash.
-
-
- An that encloses a path in double quotes, and escapes any
- embedded double quote with a backslash.
- with a shell.
-
-
-
-
- Creates an that can be used to establish a connection
- to the server identified by the specified .
-
- A detailing the server to establish a connection to.
- A factory to create instances.
-
- An that can be used to establish a connection to the
- server identified by the specified .
-
- is .
- is .
- The value of is not supported.
-
-
-
- Creates an that deals with the SSH protocol
- version exchange.
-
-
- An .
-
-
-
-
- Creates a factory to create instances.
-
-
- An .
-
-
-
-
- Creates a new in a given
- and with the specified operation timeout.
-
- The to create the in.
- The number of milliseconds to wait for an operation to complete, or -1 to wait indefinitely.
-
- An .
-
-
-
-
- Provides functionality to connect and interact with SSH server.
-
-
-
-
- Specifies an infinite waiting period.
-
-
- The value of this field is -1 millisecond.
-
-
-
-
- Specifies an infinite waiting period.
-
-
- The value of this field is -1.
-
-
-
-
- Specifies maximum packet size defined by the protocol.
-
-
- 68536 (64 KB + 3000 bytes).
-
-
-
-
- Holds the initial local window size for the channels.
-
-
- 2147483647 (2^31 - 1) bytes.
-
-
- We currently do not define a maximum (remote) window size.
-
-
-
-
- Holds the maximum size of channel data packets that we receive.
-
-
- 64 KB.
-
-
-
- This is the maximum size (in bytes) we support for the data (payload) of a
- SSH_MSG_CHANNEL_DATA message we receive.
-
-
- We currently do not enforce this limit.
-
-
-
-
-
- Controls how many authentication attempts can take place at the same time.
-
-
- Some server may restrict number to prevent authentication attacks
-
-
-
-
- Holds metada about session messages
-
-
-
-
- Holds a that is signaled when the message listener loop has completed.
-
-
-
-
- Specifies outbound packet number
-
-
-
-
- Specifies incoming packet number
-
-
-
-
- WaitHandle to signal that last service request was accepted
-
-
-
-
- WaitHandle to signal that exception was thrown by another thread.
-
-
-
-
- WaitHandle to signal that key exchange was completed.
-
-
-
-
- WaitHandle to signal that key exchange is in progress.
-
-
-
-
- Exception that need to be thrown by waiting thread
-
-
-
-
- Specifies whether connection is authenticated
-
-
-
-
- Specifies whether user issued Disconnect command or not
-
-
-
-
- Holds the factory to use for creating new services.
-
-
-
-
- Holds connection socket.
-
-
-
-
- Holds an object that is used to ensure only a single thread can read from
- at any given time.
-
-
-
-
- Holds an object that is used to ensure only a single thread can write to
- at any given time.
-
-
- This is also used to ensure that is
- incremented atomatically.
-
-
-
-
- Holds an object that is used to ensure only a single thread can dispose
- at any given time.
-
-
- This is also used to ensure that will not be disposed
- while performing a given operation or set of operations on .
-
-
-
-
- Gets the session semaphore that controls session channels.
-
-
- The session semaphore.
-
-
-
-
- Gets the next channel number.
-
-
- The next channel number.
-
-
-
-
- Gets a value indicating whether the session is connected.
-
-
- true if the session is connected; otherwise, false.
-
-
- This methods returns true in all but the following cases:
-
- -
- The is disposed.
-
- -
- The SSH_MSG_DISCONNECT message - which is used to disconnect from the server - has been sent.
-
- -
- The client has not been authenticated successfully.
-
- -
- The listener thread - which is used to receive messages from the server - has stopped.
-
- -
- The socket used to communicate with the server is no longer connected.
-
-
-
-
-
-
- Gets the session id.
-
-
- The session id, or null if the client has not been authenticated.
-
-
-
-
- Gets the client init message.
-
- The client init message.
-
-
-
- Gets or sets the server version string.
-
- The server version.
-
-
-
- Gets or sets the client version string.
-
- The client version.
-
-
-
- Gets or sets the connection info.
-
- The connection info.
-
-
-
- Occurs when an error occurred.
-
-
-
-
- Occurs when session has been disconnected from the server.
-
-
-
-
- Occurs when host key received.
-
-
-
-
- Occurs when message is received from the server.
-
-
-
-
- Occurs when message is received from the server.
-
-
-
-
- Occurs when message is received from the server.
-
-
-
-
- Occurs when message is received from the server.
-
-
-
-
- Occurs when message is received from the server.
-
-
-
-
- Occurs when message is received from the server.
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when a message is received from the SSH server.
-
-
-
-
- Occurs when a message is received from the SSH server.
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message received
-
-
-
-
- Initializes a new instance of the class.
-
- The connection info.
- The factory to use for creating new services.
- A factory to create instances.
- is null.
- is null.
- is null.
-
-
-
- Connects to the server.
-
- Socket connection to the SSH server or proxy server could not be established, or an error occurred while resolving the hostname.
- SSH session could not be established.
- Authentication of SSH session failed.
- Failed to establish proxy connection.
-
-
-
- Disconnects from the server.
-
-
- This sends a SSH_MSG_DISCONNECT message to the server, waits for the
- server to close the socket on its end and subsequently closes the client socket.
-
-
-
-
- Waits for the specified handle or the exception handle for the receive thread
- to signal within the connection timeout.
-
- The wait handle.
- A received package was invalid or failed the message integrity check.
- None of the handles are signaled in time and the session is not disconnecting.
- A socket error was signaled while receiving messages from the server.
-
- When neither handles are signaled in time and the session is not closing, then the
- session is disconnected.
-
-
-
-
- Waits for the specified handle or the exception handle for the receive thread
- to signal within the specified timeout.
-
- The wait handle.
- The time to wait for any of the handles to become signaled.
- A received package was invalid or failed the message integrity check.
- None of the handles are signaled in time and the session is not disconnecting.
- A socket error was signaled while receiving messages from the server.
-
- When neither handles are signaled in time and the session is not closing, then the
- session is disconnected.
-
-
-
-
- Waits for the specified handle or the exception handle for the receive thread
- to signal within the connection timeout.
-
- The wait handle.
- A received package was invalid or failed the message integrity check.
- None of the handles are signaled in time and the session is not disconnecting.
- A socket error was signaled while receiving messages from the server.
-
- When neither handles are signaled in time and the session is not closing, then the
- session is disconnected.
-
-
-
-
- Waits for the specified to receive a signal, using a
- to specify the time interval.
-
- The that should be signaled.
- A that represents the number of milliseconds to wait, or a that represents -1 milliseconds to wait indefinitely.
-
- A .
-
-
-
-
- Waits for the specified to receive a signal, using a
- to specify the time interval.
-
- The that should be signaled.
- A that represents the number of milliseconds to wait, or a that represents -1 milliseconds to wait indefinitely.
- When this method returns , contains the .
-
- A .
-
-
-
-
- Waits for the specified to receive a signal, using a
- to specify the time interval.
-
- The that should be signaled.
- A that represents the number of milliseconds to wait, or a that represents -1 milliseconds to wait indefinitely.
- When this method returns , contains the .
-
- A .
-
-
-
-
- Waits for the specified handle or the exception handle for the receive thread
- to signal within the specified timeout.
-
- The wait handle.
- The time to wait for any of the handles to become signaled.
- A received package was invalid or failed the message integrity check.
- None of the handles are signaled in time and the session is not disconnecting.
- A socket error was signaled while receiving messages from the server.
-
-
-
- Sends a message to the server.
-
- The message to send.
- The client is not connected.
- The operation timed out.
- The size of the packet exceeds the maximum size defined by the protocol.
-
-
-
- Sends an SSH packet to the server.
-
- A byte array containing the packet to send.
- The offset of the packet.
- The length of the packet.
- Client is not connected to the server.
-
-
- The send is performed in a dispose lock to avoid
- and/or when sending the packet.
-
-
- This method is only to be used when the connection is established, as the locking
- overhead is not required while establising the connection.
-
-
-
-
-
- Sends a message to the server.
-
- The message to send.
-
- true if the message was sent to the server; otherwise, false.
-
- The size of the packet exceeds the maximum size defined by the protocol.
-
- This methods returns false when the attempt to send the message results in a
- or a .
-
-
-
-
- Receives the message from the server.
-
-
- The incoming SSH message, or null if the connection with the SSH server was closed.
-
-
- We need no locking here since all messages are read by a single thread.
-
-
-
-
- Called when received.
-
- message.
-
-
-
- Called when received.
-
- message.
-
-
-
- Called when message received.
-
- message.
-
-
-
- Called when message received.
-
- message.
-
-
-
- Called when message received.
-
- message.
-
-
-
- Called when message received.
-
- message.
-
-
-
- Called when message received.
-
- message.
-
-
-
- Called when message received.
-
- message.
-
-
-
- Called when client is disconnecting from the server.
-
-
-
-
- Called when message received.
-
- message.
-
-
-
- Called when message received.
-
- message.
-
-
-
- Called when message received.
-
- message.
-
-
-
- Called when message received.
-
- message.
-
-
-
- Called when message received.
-
- message.
-
-
-
- Called when message received.
-
- message.
-
-
-
- Called when message received.
-
- message.
-
-
-
- Called when message received.
-
- message.
-
-
-
- Called when message received.
-
- message.
-
-
-
- Called when message received.
-
- message.
-
-
-
- Called when message received.
-
- message.
-
-
-
- Called when message received.
-
- message.
-
-
-
- Called when message received.
-
- message.
-
-
-
- Called when message received.
-
- message.
-
-
-
- Called when message received.
-
- message.
-
-
-
- Called when message received.
-
- message.
-
-
-
- Called when message received.
-
- message.
-
-
-
- Called when message received.
-
- message.
-
-
-
- Called when message received.
-
- message.
-
-
-
- Registers SSH message with the session.
-
- The name of the message to register with the session.
-
-
-
- Unregister SSH message from the session.
-
- The name of the message to unregister with the session.
-
-
-
- Loads a message from a given buffer.
-
- An array of bytes from which to construct the message.
- The zero-based byte offset in at which to begin reading.
- The number of bytes to load.
-
- A message constructed from .
-
- The type of the message is not supported.
-
-
-
- Gets a value indicating whether the socket is connected.
-
-
- true if the socket is connected; otherwise, false.
-
-
-
- As a first check we verify whether is
- true. However, this only returns the state of the socket as of
- the last I/O operation.
-
-
- Therefore we use the combination of with mode
- and to verify if the socket is still connected.
-
-
- The MSDN doc mention the following on the return value of
- with mode :
-
- -
- true if data is available for reading;
-
- -
- true if the connection has been closed, reset, or terminated; otherwise, returns false.
-
-
-
-
- Conclusion: when the return value is true - but no data is available for reading - then
- the socket is no longer connected.
-
-
- When a is used from multiple threads, there's a race condition
- between the invocation of and the moment
- when the value of is obtained. To workaround this issue
- we synchronize reads from the .
-
-
-
-
-
- Performs a blocking read on the socket until bytes are received.
-
- The to read from.
- An array of type that is the storage location for the received data.
- The position in parameter to store the received data.
- The number of bytes to read.
-
- The number of bytes read.
-
- The read has timed-out.
- The read failed.
-
-
-
- Shuts down and disposes the socket.
-
-
-
-
- Listens for incoming message from the server and handles them. This method run as a task on separate thread.
-
-
-
-
- Raises the event.
-
- The .
-
-
-
- Resets connection-specific information to ensure state of a previous connection
- does not affect new connections.
-
-
-
-
- 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.
-
-
-
- Releases unmanaged resources and performs other cleanup operations before the
- is reclaimed by garbage collection.
-
-
-
-
- Gets or sets the connection info.
-
- The connection info.
-
-
-
- Create a new SSH session channel.
-
-
- A new SSH session channel.
-
-
-
-
- Create a new channel for a locally forwarded TCP/IP port.
-
-
- A new channel for a locally forwarded TCP/IP port.
-
-
-
-
- Creates a "forwarded-tcpip" SSH channel.
-
-
- A new "forwarded-tcpip" SSH channel.
-
-
-
-
- Sends a message to the server.
-
- The message to send.
- The client is not connected.
- The operation timed out.
- The size of the packet exceeds the maximum size defined by the protocol.
-
-
-
- Sends a message to the server.
-
- The message to send.
-
- true if the message was sent to the server; otherwise, false.
-
- The size of the packet exceeds the maximum size defined by the protocol.
-
- This methods returns false when the attempt to send the message results in a
- or a .
-
-
-
-
- Represents the result of a wait operations.
-
-
-
-
- The was signaled within the specified interval.
-
-
-
-
- The was not signaled within the specified interval.
-
-
-
-
- The session is in a disconnected state.
-
-
-
-
- The session is in a failed state.
-
-
-
-
- Implementation of the SSH File Transfer Protocol (SFTP) over SSH.
-
-
-
-
- Holds the instance that is used to communicate to the
- SFTP server.
-
-
-
-
- Holds the operation timeout.
-
-
-
-
- Holds the size of the buffer.
-
-
-
-
- Gets or sets the operation timeout.
-
-
- The timeout to wait until an operation completes. The default value is negative
- one (-1) milliseconds, which indicates an infinite timeout period.
-
- The method was called after the client was disposed.
- represents a value that is less than -1 or greater than milliseconds.
-
-
-
- Gets or sets the maximum size of the buffer in bytes.
-
-
- The size of the buffer. The default buffer size is 32768 bytes (32 KB).
-
-
-
- For write operations, this limits the size of the payload for
- individual SSH_FXP_WRITE messages. The actual size is always
- capped at the maximum packet size supported by the peer
- (minus the size of protocol fields).
-
-
- For read operations, this controls the size of the payload which
- is requested from the peer in a SSH_FXP_READ message. The peer
- will send the requested number of bytes in a SSH_FXP_DATA message,
- possibly split over multiple SSH_MSG_CHANNEL_DATA messages.
-
-
- To optimize the size of the SSH packets sent by the peer,
- the actual requested size will take into account the size of the
- SSH_FXP_DATA protocol fields.
-
-
- The size of the each indivual SSH_FXP_DATA message is limited to the
- local maximum packet size of the channel, which is set to 64 KB
- for SSH.NET. However, the peer can limit this even further.
-
-
- The method was called after the client was disposed.
-
-
-
- Gets remote working directory.
-
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Gets sftp protocol version.
-
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Gets the current SFTP session.
-
-
- The current SFTP session.
-
-
-
-
- Initializes a new instance of the class.
-
- The connection info.
- is null.
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Connection port.
- Authentication username.
- Authentication password.
- is null.
- is invalid. -or- is null or contains only whitespace characters.
- is not within and .
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Authentication username.
- Authentication password.
- is null.
- is invalid. -or- is null contains only whitespace characters.
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Connection port.
- Authentication username.
- Authentication private key file(s) .
- is null.
- is invalid. -or- is nunullll or contains only whitespace characters.
- is not within and .
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Authentication username.
- Authentication private key file(s) .
- is null.
- is invalid. -or- is null or contains only whitespace characters.
-
-
-
- Initializes a new instance of the class.
-
- The connection info.
- Specified whether this instance owns the connection info.
- is null.
-
- If is true, the connection info will be disposed when this
- instance is disposed.
-
-
-
-
- Initializes a new instance of the class.
-
- The connection info.
- Specified whether this instance owns the connection info.
- The factory to use for creating new services.
- is null.
- is null.
-
- If is true, the connection info will be disposed when this
- instance is disposed.
-
-
-
-
- Changes remote directory to path.
-
- New directory path.
- is null.
- Client is not connected.
- Permission to change directory denied by remote host. -or- A SSH command was denied by the server.
- was not found on the remote host.
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
-
-
- Changes permissions of file(s) to specified mode.
-
- File(s) path, may match multiple files.
- The mode.
- is null.
- Client is not connected.
- Permission to change permission on the path(s) was denied by the remote host. -or- A SSH command was denied by the server.
- was not found on the remote host.
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
-
-
- Creates remote directory specified by path.
-
- Directory path to create.
- is null or contains only whitespace characters.
- Client is not connected.
- Permission to create the directory was denied by the remote host. -or- A SSH command was denied by the server.
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
-
-
- Deletes remote directory specified by path.
-
- Directory to be deleted path.
- is null or contains only whitespace characters.
- Client is not connected.
- was not found on the remote host.
- Permission to delete the directory was denied by the remote host. -or- A SSH command was denied by the server.
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
-
-
- Deletes remote file specified by path.
-
- File to be deleted path.
- is null or contains only whitespace characters.
- Client is not connected.
- was not found on the remote host.
- Permission to delete the file was denied by the remote host. -or- A SSH command was denied by the server.
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
-
-
- Renames remote file from old path to new path.
-
- Path to the old file location.
- Path to the new file location.
- is null. -or- or is null.
- Client is not connected.
- Permission to rename the file was denied by the remote host. -or- A SSH command was denied by the server.
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
-
-
- Renames remote file from old path to new path.
-
- Path to the old file location.
- Path to the new file location.
- if set to true then perform a posix rename.
- is null. -or- or is null.
- Client is not connected.
- Permission to rename the file was denied by the remote host. -or- A SSH command was denied by the server.
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
-
-
- Creates a symbolic link from old path to new path.
-
- The old path.
- The new path.
- is null. -or- is null or contains only whitespace characters.
- Client is not connected.
- Permission to create the symbolic link was denied by the remote host. -or- A SSH command was denied by the server.
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
-
-
- Retrieves list of files in remote directory.
-
- The path.
- The list callback.
-
- A list of files.
-
- is null.
- Client is not connected.
- Permission to list the contents of the directory was denied by the remote host. -or- A SSH command was denied by the server.
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
-
-
- Begins an asynchronous operation of retrieving list of files in remote directory.
-
- The path.
- The method to be called when the asynchronous write operation is completed.
- A user-provided object that distinguishes this particular asynchronous write request from other requests.
- The list callback.
-
- An that references the asynchronous operation.
-
- The method was called after the client was disposed.
-
-
-
- Ends an asynchronous operation of retrieving list of files in remote directory.
-
- The pending asynchronous SFTP request.
-
- A list of files.
-
- The object did not come from the corresponding async method on this type.-or- was called multiple times with the same .
-
-
-
- Gets reference to remote file or directory.
-
- The path.
-
- A reference to file object.
-
- Client is not connected.
- was not found on the remote host.
- is null.
- The method was called after the client was disposed.
-
-
-
- Checks whether file or directory exists;
-
- The path.
-
- true if directory or file exists; otherwise false.
-
- is null or contains only whitespace characters.
- Client is not connected.
- Permission to perform the operation was denied by the remote host. -or- A SSH command was denied by the server.
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
-
-
- Downloads remote file specified by the path into the stream.
-
- File to download.
- Stream to write the file into.
- The download callback.
- is null.
- is null or contains only whitespace characters.
- Client is not connected.
- Permission to perform the operation was denied by the remote host. -or- A SSH command was denied by the server.
- was not found on the remote host.///
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
- Method calls made by this method to , may under certain conditions result in exceptions thrown by the stream.
-
-
-
-
- Begins an asynchronous file downloading into the stream.
-
- The path.
- The output.
-
- An that references the asynchronous operation.
-
- is null.
- is null or contains only whitespace characters.
- Client is not connected.
- Permission to perform the operation was denied by the remote host. -or- A SSH command was denied by the server.
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
- Method calls made by this method to , may under certain conditions result in exceptions thrown by the stream.
-
-
-
-
- Begins an asynchronous file downloading into the stream.
-
- The path.
- The output.
- The method to be called when the asynchronous write operation is completed.
-
- An that references the asynchronous operation.
-
- is null.
- is null or contains only whitespace characters.
- Client is not connected.
- Permission to perform the operation was denied by the remote host. -or- A SSH command was denied by the server.
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
- Method calls made by this method to , may under certain conditions result in exceptions thrown by the stream.
-
-
-
-
- Begins an asynchronous file downloading into the stream.
-
- The path.
- The output.
- The method to be called when the asynchronous write operation is completed.
- A user-provided object that distinguishes this particular asynchronous write request from other requests.
- The download callback.
-
- An that references the asynchronous operation.
-
- is null.
- is null or contains only whitespace characters.
- The method was called after the client was disposed.
-
- Method calls made by this method to , may under certain conditions result in exceptions thrown by the stream.
-
-
-
-
- Ends an asynchronous file downloading into the stream.
-
- The pending asynchronous SFTP request.
- The object did not come from the corresponding async method on this type.-or- was called multiple times with the same .
- Client is not connected.
- Permission to perform the operation was denied by the remote host. -or- A SSH command was denied by the server.
- The path was not found on the remote host.
- A SSH error where is the message from the remote host.
-
-
-
- Uploads stream into remote file.
-
- Data input stream.
- Remote file path.
- The upload callback.
- is null.
- is null or contains only whitespace characters.
- Client is not connected.
- Permission to upload the file was denied by the remote host. -or- A SSH command was denied by the server.
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
- Method calls made by this method to , may under certain conditions result in exceptions thrown by the stream.
-
-
-
-
- Uploads stream into remote file.
-
- Data input stream.
- Remote file path.
- if set to true then existing file will be overwritten.
- The upload callback.
- is null.
- is null or contains only whitespace characters.
- Client is not connected.
- Permission to upload the file was denied by the remote host. -or- A SSH command was denied by the server.
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
- Method calls made by this method to , may under certain conditions result in exceptions thrown by the stream.
-
-
-
-
- Begins an asynchronous uploading the stream into remote file.
-
- Data input stream.
- Remote file path.
-
- An that references the asynchronous operation.
-
- is null.
- is null or contains only whitespace characters.
- Client is not connected.
- Permission to list the contents of the directory was denied by the remote host. -or- A SSH command was denied by the server.
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
-
- Method calls made by this method to , may under certain conditions result in exceptions thrown by the stream.
-
-
- If the remote file already exists, it is overwritten and truncated.
-
-
-
-
-
- Begins an asynchronous uploading the stream into remote file.
-
- Data input stream.
- Remote file path.
- The method to be called when the asynchronous write operation is completed.
-
- An that references the asynchronous operation.
-
- is null.
- is null or contains only whitespace characters.
- Client is not connected.
- Permission to list the contents of the directory was denied by the remote host. -or- A SSH command was denied by the server.
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
-
- Method calls made by this method to , may under certain conditions result in exceptions thrown by the stream.
-
-
- If the remote file already exists, it is overwritten and truncated.
-
-
-
-
-
- Begins an asynchronous uploading the stream into remote file.
-
- Data input stream.
- Remote file path.
- The method to be called when the asynchronous write operation is completed.
- A user-provided object that distinguishes this particular asynchronous write request from other requests.
- The upload callback.
-
- An that references the asynchronous operation.
-
- is null.
- is null or contains only whitespace characters.
- Client is not connected.
- Permission to list the contents of the directory was denied by the remote host. -or- A SSH command was denied by the server.
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
-
- Method calls made by this method to , may under certain conditions result in exceptions thrown by the stream.
-
-
- If the remote file already exists, it is overwritten and truncated.
-
-
-
-
-
- Begins an asynchronous uploading the stream into remote file.
-
- Data input stream.
- Remote file path.
- Specified whether an existing file can be overwritten.
- The method to be called when the asynchronous write operation is completed.
- A user-provided object that distinguishes this particular asynchronous write request from other requests.
- The upload callback.
-
- An that references the asynchronous operation.
-
- is null.
- is null or contains only whitespace characters.
- The method was called after the client was disposed.
-
-
- Method calls made by this method to , may under certain conditions result in exceptions thrown by the stream.
-
-
- When refers to an existing file, set to true to overwrite and truncate that file.
- If is false, the upload will fail and will throw an
- .
-
-
-
-
-
- Ends an asynchronous uploading the stream into remote file.
-
- The pending asynchronous SFTP request.
- The object did not come from the corresponding async method on this type.-or- was called multiple times with the same .
- Client is not connected.
- The directory of the file was not found on the remote host.
- Permission to upload the file was denied by the remote host. -or- A SSH command was denied by the server.
- A SSH error where is the message from the remote host.
-
-
-
- Gets status using statvfs@openssh.com request.
-
- The path.
-
- A instance that contains file status information.
-
- Client is not connected.
- is null.
- The method was called after the client was disposed.
-
-
-
- Appends lines to a file, creating the file if it does not already exist.
-
- The file to append the lines to. The file is created if it does not already exist.
- The lines to append to the file.
- isnull -or- is null.
- Client is not connected.
- The specified path is invalid, or its directory was not found on the remote host.
- The method was called after the client was disposed.
-
- The characters are written to the file using UTF-8 encoding without a Byte-Order Mark (BOM)
-
-
-
-
- Appends lines to a file by using a specified encoding, creating the file if it does not already exist.
-
- The file to append the lines to. The file is created if it does not already exist.
- The lines to append to the file.
- The character encoding to use.
- is null. -or- is null. -or- is null.
- Client is not connected.
- The specified path is invalid, or its directory was not found on the remote host.
- The method was called after the client was disposed.
-
-
-
- Appends the specified string to the file, creating the file if it does not already exist.
-
- The file to append the specified string to.
- The string to append to the file.
- is null. -or- is null.
- Client is not connected.
- The specified path is invalid, or its directory was not found on the remote host.
- The method was called after the client was disposed.
-
- The characters are written to the file using UTF-8 encoding without a Byte-Order Mark (BOM).
-
-
-
-
- Appends the specified string to the file, creating the file if it does not already exist.
-
- The file to append the specified string to.
- The string to append to the file.
- The character encoding to use.
- is null. -or- is null. -or- is null.
- Client is not connected.
- The specified path is invalid, or its directory was not found on the remote host.
- The method was called after the client was disposed.
-
-
-
- Creates a that appends UTF-8 encoded text to the specified file,
- creating the file if it does not already exist.
-
- The path to the file to append to.
-
- A that appends text to a file using UTF-8 encoding without a
- Byte-Order Mark (BOM).
-
- is null.
- Client is not connected.
- The specified path is invalid, or its directory was not found on the remote host.
- The method was called after the client was disposed.
-
-
-
- Creates a that appends text to a file using the specified
- encoding, creating the file if it does not already exist.
-
- The path to the file to append to.
- The character encoding to use.
-
- A that appends text to a file using the specified encoding.
-
- is null. -or- is null.
- Client is not connected.
- The specified path is invalid, or its directory was not found on the remote host.
- The method was called after the client was disposed.
-
-
-
- Creates or overwrites a file in the specified path.
-
- The path and name of the file to create.
-
- A that provides read/write access to the file specified in path.
-
- is null.
- Client is not connected.
- The specified path is invalid, or its directory was not found on the remote host.
- The method was called after the client was disposed.
-
- If the target file already exists, it is first truncated to zero bytes.
-
-
-
-
- Creates or overwrites the specified file.
-
- The path and name of the file to create.
- The maximum number of bytes buffered for reads and writes to the file.
-
- A that provides read/write access to the file specified in path.
-
- is null.
- Client is not connected.
- The specified path is invalid, or its directory was not found on the remote host.
- The method was called after the client was disposed.
-
- If the target file already exists, it is first truncated to zero bytes.
-
-
-
-
- Creates or opens a file for writing UTF-8 encoded text.
-
- The file to be opened for writing.
-
- A that writes text to a file using UTF-8 encoding without
- a Byte-Order Mark (BOM).
-
- is null.
- Client is not connected.
- The specified path is invalid, or its directory was not found on the remote host.
- The method was called after the client was disposed.
-
-
- If the target file already exists, it is overwritten. It is not first truncated to zero bytes.
-
-
- If the target file does not exist, it is created.
-
-
-
-
-
- Creates or opens a file for writing text using the specified encoding.
-
- The file to be opened for writing.
- The character encoding to use.
-
- A that writes to a file using the specified encoding.
-
- is null.
- Client is not connected.
- The specified path is invalid, or its directory was not found on the remote host.
- The method was called after the client was disposed.
-
-
- If the target file already exists, it is overwritten. It is not first truncated to zero bytes.
-
-
- If the target file does not exist, it is created.
-
-
-
-
-
- Deletes the specified file or directory.
-
- The name of the file or directory to be deleted. Wildcard characters are not supported.
- is null.
- Client is not connected.
- was not found on the remote host.
- The method was called after the client was disposed.
-
-
-
- Returns the date and time the specified file or directory was last accessed.
-
- The file or directory for which to obtain access date and time information.
-
- A structure set to the date and time that the specified file or directory was last accessed.
- This value is expressed in local time.
-
- is null.
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Returns the date and time, in coordinated universal time (UTC), that the specified file or directory was last accessed.
-
- The file or directory for which to obtain access date and time information.
-
- A structure set to the date and time that the specified file or directory was last accessed.
- This value is expressed in UTC time.
-
- is null.
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Returns the date and time the specified file or directory was last written to.
-
- The file or directory for which to obtain write date and time information.
-
- A structure set to the date and time that the specified file or directory was last written to.
- This value is expressed in local time.
-
- is null.
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Returns the date and time, in coordinated universal time (UTC), that the specified file or directory was last written to.
-
- The file or directory for which to obtain write date and time information.
-
- A structure set to the date and time that the specified file or directory was last written to.
- This value is expressed in UTC time.
-
- is null.
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Opens a on the specified path with read/write access.
-
- The file to open.
- A value that specifies whether a file is created if one does not exist, and determines whether the contents of existing files are retained or overwritten.
-
- An unshared that provides access to the specified file, with the specified mode and read/write access.
-
- is null.
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Opens a on the specified path, with the specified mode and access.
-
- The file to open.
- A value that specifies whether a file is created if one does not exist, and determines whether the contents of existing files are retained or overwritten.
- A value that specifies the operations that can be performed on the file.
-
- An unshared that provides access to the specified file, with the specified mode and access.
-
- is null.
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Opens an existing file for reading.
-
- The file to be opened for reading.
-
- A read-only on the specified path.
-
- is null.
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Opens an existing UTF-8 encoded text file for reading.
-
- The file to be opened for reading.
-
- A on the specified path.
-
- is null.
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Opens a file for writing.
-
- The file to be opened for writing.
-
- An unshared object on the specified path with access.
-
- is null.
- Client is not connected.
- The method was called after the client was disposed.
-
- If the file does not exist, it is created.
-
-
-
-
- Opens a binary file, reads the contents of the file into a byte array, and closes the file.
-
- The file to open for reading.
-
- A byte array containing the contents of the file.
-
- is null.
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Opens a text file, reads all lines of the file using UTF-8 encoding, and closes the file.
-
- The file to open for reading.
-
- A string array containing all lines of the file.
-
- is null.
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Opens a file, reads all lines of the file with the specified encoding, and closes the file.
-
- The file to open for reading.
- The encoding applied to the contents of the file.
-
- A string array containing all lines of the file.
-
- is null.
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Opens a text file, reads all lines of the file with the UTF-8 encoding, and closes the file.
-
- The file to open for reading.
-
- A string containing all lines of the file.
-
- is null.
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Opens a file, reads all lines of the file with the specified encoding, and closes the file.
-
- The file to open for reading.
- The encoding applied to the contents of the file.
-
- A string containing all lines of the file.
-
- is null.
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Reads the lines of a file with the UTF-8 encoding.
-
- The file to read.
-
- The lines of the file.
-
- is null.
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Read the lines of a file that has a specified encoding.
-
- The file to read.
- The encoding that is applied to the contents of the file.
-
- The lines of the file.
-
- is null.
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Sets the date and time the specified file was last accessed.
-
- The file for which to set the access date and time information.
- A containing the value to set for the last access date and time of path. This value is expressed in local time.
-
-
-
- Sets the date and time, in coordinated universal time (UTC), that the specified file was last accessed.
-
- The file for which to set the access date and time information.
- A containing the value to set for the last access date and time of path. This value is expressed in UTC time.
-
-
-
- Sets the date and time that the specified file was last written to.
-
- The file for which to set the date and time information.
- A containing the value to set for the last write date and time of path. This value is expressed in local time.
-
-
-
- Sets the date and time, in coordinated universal time (UTC), that the specified file was last written to.
-
- The file for which to set the date and time information.
- A containing the value to set for the last write date and time of path. This value is expressed in UTC time.
-
-
-
- Writes the specified byte array to the specified file, and closes the file.
-
- The file to write to.
- The bytes to write to the file.
- is null.
- Client is not connected.
- The specified path is invalid, or its directory was not found on the remote host.
- The method was called after the client was disposed.
-
-
- If the target file already exists, it is overwritten. It is not first truncated to zero bytes.
-
-
- If the target file does not exist, it is created.
-
-
-
-
-
- Writes a collection of strings to the file using the UTF-8 encoding, and closes the file.
-
- The file to write to.
- The lines to write to the file.
- is null.
- Client is not connected.
- The specified path is invalid, or its directory was not found on the remote host.
- The method was called after the client was disposed.
-
-
- The characters are written to the file using UTF-8 encoding without a Byte-Order Mark (BOM).
-
-
- If the target file already exists, it is overwritten. It is not first truncated to zero bytes.
-
-
- If the target file does not exist, it is created.
-
-
-
-
-
- Write the specified string array to the file using the UTF-8 encoding, and closes the file.
-
- The file to write to.
- The string array to write to the file.
- is null.
- Client is not connected.
- The specified path is invalid, or its directory was not found on the remote host.
- The method was called after the client was disposed.
-
-
- The characters are written to the file using UTF-8 encoding without a Byte-Order Mark (BOM).
-
-
- If the target file already exists, it is overwritten. It is not first truncated to zero bytes.
-
-
- If the target file does not exist, it is created.
-
-
-
-
-
- Writes a collection of strings to the file using the specified encoding, and closes the file.
-
- The file to write to.
- The lines to write to the file.
- The character encoding to use.
- is null.
- Client is not connected.
- The specified path is invalid, or its directory was not found on the remote host.
- The method was called after the client was disposed.
-
-
- If the target file already exists, it is overwritten. It is not first truncated to zero bytes.
-
-
- If the target file does not exist, it is created.
-
-
-
-
-
- Writes the specified string array to the file by using the specified encoding, and closes the file.
-
- The file to write to.
- The string array to write to the file.
- An object that represents the character encoding applied to the string array.
- is null.
- Client is not connected.
- The specified path is invalid, or its directory was not found on the remote host.
- The method was called after the client was disposed.
-
-
- If the target file already exists, it is overwritten. It is not first truncated to zero bytes.
-
-
- If the target file does not exist, it is created.
-
-
-
-
-
- Writes the specified string to the file using the UTF-8 encoding, and closes the file.
-
- The file to write to.
- The string to write to the file.
- is null.
- Client is not connected.
- The specified path is invalid, or its directory was not found on the remote host.
- The method was called after the client was disposed.
-
-
- The characters are written to the file using UTF-8 encoding without a Byte-Order Mark (BOM).
-
-
- If the target file already exists, it is overwritten. It is not first truncated to zero bytes.
-
-
- If the target file does not exist, it is created.
-
-
-
-
-
- Writes the specified string to the file using the specified encoding, and closes the file.
-
- The file to write to.
- The string to write to the file.
- The encoding to apply to the string.
- is null.
- Client is not connected.
- The specified path is invalid, or its directory was not found on the remote host.
- The method was called after the client was disposed.
-
-
- If the target file already exists, it is overwritten. It is not first truncated to zero bytes.
-
-
- If the target file does not exist, it is created.
-
-
-
-
-
- Gets the of the file on the path.
-
- The path to the file.
-
- The of the file on the path.
-
- is null.
- Client is not connected.
- was not found on the remote host.
- The method was called after the client was disposed.
-
-
-
- Sets the specified of the file on the specified path.
-
- The path to the file.
- The desired .
- is null.
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Synchronizes the directories.
-
- The source path.
- The destination path.
- The search pattern.
-
- A list of uploaded files.
-
- is null.
- is null or contains only whitespace.
- was not found on the remote host.
-
-
-
- Begins the synchronize directories.
-
- The source path.
- The destination path.
- The search pattern.
- The async callback.
- The state.
-
- An that represents the asynchronous directory synchronization.
-
- is null.
- is null or contains only whitespace.
-
-
-
- Ends the synchronize directories.
-
- The async result.
-
- A list of uploaded files.
-
- The object did not come from the corresponding async method on this type.-or- was called multiple times with the same .
- The destination path was not found on the remote host.
-
-
-
- Internals the list directory.
-
- The path.
- The list callback.
-
- A list of files in the specfied directory.
-
- is null.
- Client not connected.
-
-
-
- Internals the download file.
-
- The path.
- The output.
- An that references the asynchronous request.
- The download callback.
- is null.
- is null or contains whitespace.
- Client not connected.
-
-
-
- Internals the upload file.
-
- The input.
- The path.
- The flags.
- An that references the asynchronous request.
- The upload callback.
- is null.
- is null or contains whitespace.
- Client not connected.
-
-
-
- Called when client is connected to the server.
-
-
-
-
- Called when client is disconnecting from the server.
-
-
-
-
- Releases unmanaged and - optionally - managed resources
-
- true to release both managed and unmanaged resources; false to release only unmanaged resources.
-
-
-
- SSH_FXF_READ
-
-
-
-
- SSH_FXF_WRITE
-
-
-
-
- SSH_FXF_APPEND
-
-
-
-
- SSH_FXF_CREAT
-
-
-
-
- SSH_FXF_TRUNC
-
-
-
-
- SSH_FXF_EXCL
-
-
-
-
- Gets the SFTP protocol version.
-
-
- The SFTP protocol version.
-
-
-
-
- Gets the remote working directory.
-
-
- The remote working directory.
-
-
-
-
- Changes the current working directory to the specified path.
-
- The new working directory.
-
-
-
- Resolves a given path into an absolute path on the server.
-
- The path to resolve.
-
- The absolute path.
-
-
-
-
- Performs SSH_FXP_FSTAT request.
-
- The handle.
- if set to true returns null instead of throwing an exception.
-
- File attributes
-
-
-
-
- Performs SSH_FXP_STAT request.
-
- The path.
- if set to true returns null instead of throwing an exception.
-
- File attributes
-
-
-
-
- Performs SSH_FXP_STAT request
-
- The path.
- The delegate that is executed when completes.
- An object that contains any additional user-defined data.
-
- A that represents the asynchronous call.
-
-
-
-
- Handles the end of an asynchronous read.
-
- An that represents an asynchronous call.
-
- The file attributes.
-
- is null.
-
-
-
- Performs SSH_FXP_LSTAT request.
-
- The path.
-
- File attributes
-
-
-
-
- Performs SSH_FXP_LSTAT request.
-
- The path.
- The delegate that is executed when completes.
- An object that contains any additional user-defined data.
-
- A that represents the asynchronous call.
-
-
-
-
- Handles the end of an asynchronous SSH_FXP_LSTAT request.
-
- An that represents an asynchronous call.
-
- The file attributes.
-
- is null.
-
-
-
- Performs SSH_FXP_MKDIR request.
-
- The path.
-
-
-
- Performs SSH_FXP_OPEN request
-
- The path.
- The flags.
- if set to true returns null instead of throwing an exception.
- File handle.
-
-
-
- Performs SSH_FXP_OPEN request
-
- The path.
- The flags.
- The delegate that is executed when completes.
- An object that contains any additional user-defined data.
-
- A that represents the asynchronous call.
-
-
-
-
- Handles the end of an asynchronous read.
-
- An that represents an asynchronous call.
-
- A array representing a file handle.
-
-
- If all available data has been read, the method completes
- immediately and returns zero bytes.
-
- is null.
-
-
-
- Performs SSH_FXP_OPENDIR request
-
- The path.
- if set to true returns null instead of throwing an exception.
- File handle.
-
-
-
- Performs posix-rename@openssh.com extended request.
-
- The old path.
- The new path.
-
-
-
- Performs SSH_FXP_READ request.
-
- The handle.
- The offset.
- The length.
- data array; null if EOF
-
-
-
- Begins an asynchronous read using a SSH_FXP_READ request.
-
- The handle to the file to read from.
- The offset in the file to start reading from.
- The number of bytes to read.
- The delegate that is executed when completes.
- An object that contains any additional user-defined data.
-
- A that represents the asynchronous call.
-
-
-
-
- Handles the end of an asynchronous read.
-
- An that represents an asynchronous call.
-
- A array representing the data read.
-
-
- If all available data has been read, the method completes
- immediately and returns zero bytes.
-
- is null.
-
-
-
- Performs SSH_FXP_READDIR request
-
- The handle.
-
-
-
-
- Performs SSH_FXP_REALPATH request.
-
- The path.
- The delegate that is executed when completes.
- An object that contains any additional user-defined data.
-
- A that represents the asynchronous call.
-
-
-
-
- Handles the end of an asynchronous SSH_FXP_REALPATH request.
-
- An that represents an asynchronous call.
-
- The absolute path.
-
- is null.
-
-
-
- Performs SSH_FXP_REMOVE request.
-
- The path.
-
-
-
- Performs SSH_FXP_RENAME request.
-
- The old path.
- The new path.
-
-
-
- Performs SSH_FXP_RMDIR request.
-
- The path.
-
-
-
- Performs SSH_FXP_SETSTAT request.
-
- The path.
- The attributes.
-
-
-
- Performs statvfs@openssh.com extended request.
-
- The path.
- if set to true [null on error].
-
-
-
-
- Performs SSH_FXP_SYMLINK request.
-
- The linkpath.
- The targetpath.
-
-
-
- Performs SSH_FXP_FSETSTAT request.
-
- The handle.
- The attributes.
-
-
-
- Performs SSH_FXP_WRITE request.
-
- The handle.
- The the zero-based offset (in bytes) relative to the beginning of the file that the write must start at.
- The buffer holding the data to write.
- the zero-based offset in at which to begin taking bytes to write.
- The length (in bytes) of the data to write.
- The wait event handle if needed.
- The callback to invoke when the write has completed.
-
-
-
- Performs SSH_FXP_CLOSE request.
-
- The handle.
-
-
-
- Performs SSH_FXP_CLOSE request.
-
- The handle.
- The delegate that is executed when completes.
- An object that contains any additional user-defined data.
-
- A that represents the asynchronous call.
-
-
-
-
- Handles the end of an asynchronous close.
-
- An that represents an asynchronous call.
- is null.
-
-
-
- Calculates the optimal size of the buffer to read data from the channel.
-
- The buffer size configured on the client.
-
- The optimal size of the buffer to read data from the channel.
-
-
-
-
- Calculates the optimal size of the buffer to write data on the channel.
-
- The buffer size configured on the client.
- The file handle.
-
- The optimal size of the buffer to write data on the channel.
-
-
- Currently, we do not take the remote window size into account.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Initializes a new instance of the class.
-
- The protocol version.
- The request id.
- Specifies the path name of the new link to create.
- Specifies the path of a target object to which the newly created link will refer. In the case of a symbolic link, this path may not exist.
- if set to false the link should be a hard link, or a second directory entry referring to the same file or directory object.
- The status action.
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Gets the zero-based offset (in bytes) relative to the beginning of the file that the write
- must start at.
-
-
- The zero-based offset (in bytes) relative to the beginning of the file that the write must
- start at.
-
-
-
-
- Gets the buffer holding the data to write.
-
-
- The buffer holding the data to write.
-
-
-
-
- Gets the zero-based offset in at which to begin taking bytes to
- write.
-
-
- The zero-based offset in at which to begin taking bytes to write.
-
-
-
-
- Gets the length (in bytes) of the data to write.
-
-
- The length (in bytes) of the data to write.
-
-
-
-
- Encapsulates the results of an asynchronous download operation.
-
-
-
-
- Gets or sets a value indicating whether to cancel asynchronous download operation.
-
-
- true if download operation to be canceled; otherwise, false.
-
-
- Download operation will be canceled after finishing uploading current buffer.
-
-
-
-
- Gets the number of downloaded bytes.
-
-
-
-
- Initializes a new instance of the class.
-
- The async callback.
- The state.
-
-
-
- Updates asynchronous operation status information.
-
- Number of downloaded bytes.
-
-
-
- Represents SFTP file information
-
-
-
-
- Gets the file attributes.
-
-
-
-
- Initializes a new instance of the class.
-
- The SFTP session.
- Full path of the directory or file.
- Attributes of the directory or file.
- or is null.
-
-
-
- Gets the full path of the directory or file.
-
-
-
-
- For files, gets the name of the file. For directories, gets the name of the last directory in the hierarchy if a hierarchy exists.
- Otherwise, the Name property gets the name of the directory.
-
-
-
-
- Gets or sets the time the current file or directory was last accessed.
-
-
- The time that the current file or directory was last accessed.
-
-
-
-
- Gets or sets the time when the current file or directory was last written to.
-
-
- The time the current file was last written.
-
-
-
-
- Gets or sets the time, in coordinated universal time (UTC), the current file or directory was last accessed.
-
-
- The time that the current file or directory was last accessed.
-
-
-
-
- Gets or sets the time, in coordinated universal time (UTC), when the current file or directory was last written to.
-
-
- The time the current file was last written.
-
-
-
-
- Gets or sets the size, in bytes, of the current file.
-
-
- The size of the current file in bytes.
-
-
-
-
- Gets or sets file user id.
-
-
- File user id.
-
-
-
-
- Gets or sets file group id.
-
-
- File group id.
-
-
-
-
- Gets a value indicating whether file represents a socket.
-
-
- true if file represents a socket; otherwise, false.
-
-
-
-
- Gets a value indicating whether file represents a symbolic link.
-
-
- true if file represents a symbolic link; otherwise, false.
-
-
-
-
- Gets a value indicating whether file represents a regular file.
-
-
- true if file represents a regular file; otherwise, false.
-
-
-
-
- Gets a value indicating whether file represents a block device.
-
-
- true if file represents a block device; otherwise, false.
-
-
-
-
- Gets a value indicating whether file represents a directory.
-
-
- true if file represents a directory; otherwise, false.
-
-
-
-
- Gets a value indicating whether file represents a character device.
-
-
- true if file represents a character device; otherwise, false.
-
-
-
-
- Gets a value indicating whether file represents a named pipe.
-
-
- true if file represents a named pipe; otherwise, false.
-
-
-
-
- Gets or sets a value indicating whether the owner can read from this file.
-
-
- true if owner can read from this file; otherwise, false.
-
-
-
-
- Gets or sets a value indicating whether the owner can write into this file.
-
-
- true if owner can write into this file; otherwise, false.
-
-
-
-
- Gets or sets a value indicating whether the owner can execute this file.
-
-
- true if owner can execute this file; otherwise, false.
-
-
-
-
- Gets or sets a value indicating whether the group members can read from this file.
-
-
- true if group members can read from this file; otherwise, false.
-
-
-
-
- Gets or sets a value indicating whether the group members can write into this file.
-
-
- true if group members can write into this file; otherwise, false.
-
-
-
-
- Gets or sets a value indicating whether the group members can execute this file.
-
-
- true if group members can execute this file; otherwise, false.
-
-
-
-
- Gets or sets a value indicating whether the others can read from this file.
-
-
- true if others can read from this file; otherwise, false.
-
-
-
-
- Gets or sets a value indicating whether the others can write into this file.
-
-
- true if others can write into this file; otherwise, false.
-
-
-
-
- Gets or sets a value indicating whether the others can execute this file.
-
-
- true if others can execute this file; otherwise, false.
-
-
-
-
- Sets file permissions.
-
- The mode.
-
-
-
- Permanently deletes a file on remote machine.
-
-
-
-
- Moves a specified file to a new location on remote machine, providing the option to specify a new file name.
-
- The path to move the file to, which can specify a different file name.
- is null.
-
-
-
- Updates file status on the server.
-
-
-
-
- Returns a that represents this instance.
-
-
- A that represents this instance.
-
-
-
-
- Contains SFTP file attributes.
-
-
-
-
- Gets or sets the local time the current file or directory was last accessed.
-
-
- The local time that the current file or directory was last accessed.
-
-
-
-
- Gets or sets the local time when the current file or directory was last written to.
-
-
- The local time the current file was last written.
-
-
-
-
- Gets or sets the UTC time the current file or directory was last accessed.
-
-
- The UTC time that the current file or directory was last accessed.
-
-
-
-
- Gets or sets the UTC time when the current file or directory was last written to.
-
-
- The UTC time the current file was last written.
-
-
-
-
- Gets or sets the size, in bytes, of the current file.
-
-
- The size of the current file in bytes.
-
-
-
-
- Gets or sets file user id.
-
-
- File user id.
-
-
-
-
- Gets or sets file group id.
-
-
- File group id.
-
-
-
-
- Gets a value indicating whether file represents a socket.
-
-
- true if file represents a socket; otherwise, false.
-
-
-
-
- Gets a value indicating whether file represents a symbolic link.
-
-
- true if file represents a symbolic link; otherwise, false.
-
-
-
-
- Gets a value indicating whether file represents a regular file.
-
-
- true if file represents a regular file; otherwise, false.
-
-
-
-
- Gets a value indicating whether file represents a block device.
-
-
- true if file represents a block device; otherwise, false.
-
-
-
-
- Gets a value indicating whether file represents a directory.
-
-
- true if file represents a directory; otherwise, false.
-
-
-
-
- Gets a value indicating whether file represents a character device.
-
-
- true if file represents a character device; otherwise, false.
-
-
-
-
- Gets a value indicating whether file represents a named pipe.
-
-
- true if file represents a named pipe; otherwise, false.
-
-
-
-
- Gets a value indicating whether the owner can read from this file.
-
-
- true if owner can read from this file; otherwise, false.
-
-
-
-
- Gets a value indicating whether the owner can write into this file.
-
-
- true if owner can write into this file; otherwise, false.
-
-
-
-
- Gets a value indicating whether the owner can execute this file.
-
-
- true if owner can execute this file; otherwise, false.
-
-
-
-
- Gets a value indicating whether the group members can read from this file.
-
-
- true if group members can read from this file; otherwise, false.
-
-
-
-
- Gets a value indicating whether the group members can write into this file.
-
-
- true if group members can write into this file; otherwise, false.
-
-
-
-
- Gets a value indicating whether the group members can execute this file.
-
-
- true if group members can execute this file; otherwise, false.
-
-
-
-
- Gets a value indicating whether the others can read from this file.
-
-
- true if others can read from this file; otherwise, false.
-
-
-
-
- Gets a value indicating whether the others can write into this file.
-
-
- true if others can write into this file; otherwise, false.
-
-
-
-
- Gets a value indicating whether the others can execute this file.
-
-
- true if others can execute this file; otherwise, false.
-
-
-
-
- Gets or sets the extensions.
-
-
- The extensions.
-
-
-
-
- Sets the permissions.
-
- The mode.
-
-
-
- Returns a byte array representing the current .
-
-
- A byte array representing the current .
-
-
-
-
- Holds the size of the file, when available.
-
-
-
-
- Holds a value indicating whether EOF has already been signaled by the SSH server.
-
-
-
-
- Holds a value indicating whether the client has read up to the end of the file.
-
-
-
-
- Initializes a new instance with the specified handle,
- and the maximum number of pending reads.
-
-
-
- The size of a individual read-ahead chunk.
- The maximum number of pending reads.
- The size of the file, if known; otherwise, null.
-
-
-
- Releases unmanaged and - optionally - managed resources
-
- true to release both managed and unmanaged resources; false to release only unmanaged resources.
-
-
-
- Returns a value indicating whether the read-ahead loop should be continued.
-
-
- true if the read-ahead loop should be continued; otherwise, false.
-
-
-
-
- Exposes a around a remote SFTP file, supporting both synchronous and asynchronous read and write operations.
-
-
-
-
- Gets a value indicating whether the current stream supports reading.
-
-
- true if the stream supports reading; otherwise, false.
-
-
-
-
- Gets a value indicating whether the current stream supports seeking.
-
-
- true if the stream supports seeking; otherwise, false.
-
-
-
-
- Gets a value indicating whether the current stream supports writing.
-
-
- true if the stream supports writing; otherwise, false.
-
-
-
-
- Indicates whether timeout properties are usable for .
-
-
- true in all cases.
-
-
-
-
- Gets the length in bytes of the stream.
-
- A long value representing the length of the stream in bytes.
- A class derived from Stream does not support seeking.
- Methods were called after the stream was closed.
- IO operation failed.
-
-
-
- Gets or sets the position within the current stream.
-
- The current position within the stream.
- An I/O error occurs.
- The stream does not support seeking.
- Methods were called after the stream was closed.
-
-
-
- Gets the name of the path that was used to construct the current .
-
-
- The name of the path that was used to construct the current .
-
-
-
-
- Gets the operating system file handle for the file that the current encapsulates.
-
-
- The operating system file handle for the file that the current encapsulates.
-
-
-
-
- Gets or sets the operation timeout.
-
-
- The timeout.
-
-
-
-
- Releases unmanaged resources and performs other cleanup operations before the
- is reclaimed by garbage collection.
-
-
-
-
- Clears all buffers for this stream and causes any buffered data to be written to the file.
-
- An I/O error occurs.
- Stream is closed.
-
-
-
- Reads a sequence of bytes from the current stream and advances the position within the stream by the
- number of bytes read.
-
- An array of bytes. When this method returns, the buffer contains the specified byte array with the values between and ( + - 1) replaced by the bytes read from the current source.
- The zero-based byte offset in at which to begin storing the data read from the current stream.
- The maximum number of bytes to be read from the current stream.
-
- The total number of bytes read into the buffer. This can be less than the number of bytes requested
- if that many bytes are not currently available, or zero (0) if the end of the stream has been reached.
-
- The sum of and is larger than the buffer length.
- is null.
- or is negative.
- An I/O error occurs.
- The stream does not support reading.
- Methods were called after the stream was closed.
-
-
- This method attempts to read up to bytes. This either from the buffer, from the
- server (using one or more SSH_FXP_READ requests) or using a combination of both.
-
-
- The read loop is interrupted when either bytes are read, the server returns zero
- bytes (EOF) or less bytes than the read buffer size.
-
-
- When a server returns less number of bytes than the read buffer size, this may indicate that EOF has
- been reached. A subsequent (SSH_FXP_READ) server request is necessary to make sure EOF has effectively
- been reached. Breaking out of the read loop avoids reading from the server twice to determine EOF: once in
- the read loop, and once upon the next or invocation.
-
-
-
-
-
- Reads a byte from the stream and advances the position within the stream by one byte, or returns -1 if at the end of the stream.
-
-
- The unsigned byte cast to an , or -1 if at the end of the stream.
-
- The stream does not support reading.
- Methods were called after the stream was closed.
- Read operation failed.
-
-
-
- Sets the position within the current stream.
-
- A byte offset relative to the parameter.
- A value of type indicating the reference point used to obtain the new position.
-
- The new position within the current stream.
-
- An I/O error occurs.
- The stream does not support seeking, such as if the stream is constructed from a pipe or console output.
- Methods were called after the stream was closed.
-
-
-
- Sets the length of the current stream.
-
- The desired length of the current stream in bytes.
- An I/O error occurs.
- The stream does not support both writing and seeking.
- Methods were called after the stream was closed.
- must be greater than zero.
-
-
- Buffers are first flushed.
-
-
- If the specified value is less than the current length of the stream, the stream is truncated and - if the
- current position is greater than the new length - the current position is moved to the last byte of the stream.
-
-
- If the given value is greater than the current length of the stream, the stream is expanded and the current
- position remains the same.
-
-
-
-
-
- Writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written.
-
- An array of bytes. This method copies bytes from to the current stream.
- The zero-based byte offset in at which to begin copying bytes to the current stream.
- The number of bytes to be written to the current stream.
- The sum of and is greater than the buffer length.
- is null.
- or is negative.
- An I/O error occurs.
- The stream does not support writing.
- Methods were called after the stream was closed.
-
-
-
- Writes a byte to the current position in the stream and advances the position within the stream by one byte.
-
- The byte to write to the stream.
- An I/O error occurs.
- The stream does not support writing, or the stream is already closed.
- Methods were called after the stream was closed.
-
-
-
- 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.
-
-
-
- Flushes the read data from the buffer.
-
-
-
-
- Flush any buffered write data to the file.
-
-
-
-
- Setups the read.
-
-
-
-
- Setups the write.
-
-
-
-
- Contains File system information exposed by statvfs@openssh.com request.
-
-
-
-
- Gets the file system block size.
-
-
- The file system block size.
-
-
-
-
- Gets the fundamental file system size of the block.
-
-
- The fundamental file system block size.
-
-
-
-
- Gets the total blocks.
-
-
- The total blocks.
-
-
-
-
- Gets the free blocks.
-
-
- The free blocks.
-
-
-
-
- Gets the available blocks.
-
-
- The available blocks.
-
-
-
-
- Gets the total nodes.
-
-
- The total nodes.
-
-
-
-
- Gets the free nodes.
-
-
- The free nodes.
-
-
-
-
- Gets the available nodes.
-
-
- The available nodes.
-
-
-
-
- Gets the sid.
-
-
- The sid.
-
-
-
-
- Gets a value indicating whether this instance is read only.
-
-
- true if this instance is read only; otherwise, false.
-
-
-
-
- Gets a value indicating whether [supports set uid].
-
-
- true if [supports set uid]; otherwise, false.
-
-
-
-
- Gets the max name lenght.
-
-
- The max name lenght.
-
-
-
-
- Initializes a new instance of the class.
-
- The bsize.
- The frsize.
- The blocks.
- The bfree.
- The bavail.
- The files.
- The ffree.
- The favail.
- The sid.
- The flag.
- The namemax.
-
-
-
- Encapsulates the results of an asynchronous directory list operation.
-
-
-
-
- Gets the number of files read so far.
-
-
-
-
- Initializes a new instance of the class.
-
- The async callback.
- The state.
-
-
-
- Updates asynchronous operation status information.
-
- The files read.
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Writes the current message to the specified .
-
- The to write the message to.
-
-
-
- SSH_FXP_INIT
-
-
-
-
- SSH_FXP_VERSION
-
-
-
-
- SSH_FXP_OPEN
-
-
-
-
- SSH_FXP_CLOSE
-
-
-
-
- SSH_FXP_READ
-
-
-
-
- SSH_FXP_WRITE
-
-
-
-
- SSH_FXP_LSTAT
-
-
-
-
- SSH_FXP_FSTAT
-
-
-
-
- SSH_FXP_SETSTAT
-
-
-
-
- SSH_FXP_FSETSTAT
-
-
-
-
- SSH_FXP_OPENDIR
-
-
-
-
- SSH_FXP_READDIR
-
-
-
-
- SSH_FXP_REMOVE
-
-
-
-
- SSH_FXP_MKDIR
-
-
-
-
- SSH_FXP_RMDIR
-
-
-
-
- SSH_FXP_REALPATH
-
-
-
-
- SSH_FXP_STAT
-
-
-
-
- SSH_FXP_RENAME
-
-
-
-
- SSH_FXP_READLINK
-
-
-
-
- SSH_FXP_SYMLINK
-
-
-
-
- SSH_FXP_LINK
-
-
-
-
- SSH_FXP_BLOCK
-
-
-
-
- SSH_FXP_UNBLOCK
-
-
-
-
- SSH_FXP_STATUS
-
-
-
-
- SSH_FXP_HANDLE
-
-
-
-
- SSH_FXP_DATA
-
-
-
-
- SSH_FXP_NAME
-
-
-
-
- SSH_FXP_ATTRS
-
-
-
-
- SSH_FXP_EXTENDED
-
-
-
-
- SSH_FXP_EXTENDED_REPLY
-
-
-
-
- Gets the character encoding to use.
-
-
-
-
- Gets the remote working directory.
-
-
- The remote working directory.
-
-
-
-
- Gets the SFTP protocol version.
-
-
- The SFTP protocol version.
-
-
-
-
- Gets the next request id for sftp session.
-
-
-
-
- Changes the current working directory to the specified path.
-
- The new working directory.
-
-
-
- Resolves a given path into an absolute path on the server.
-
- The path to resolve.
-
- The absolute path.
-
-
-
-
- Performs SSH_FXP_OPEN request
-
- The path.
- The flags.
- if set to true returns null instead of throwing an exception.
- File handle.
-
-
-
- Performs SSH_FXP_OPEN request
-
- The path.
- The flags.
- The delegate that is executed when completes.
- An object that contains any additional user-defined data.
-
- A that represents the asynchronous call.
-
-
-
-
- Handles the end of an asynchronous open.
-
- An that represents an asynchronous call.
-
- A array representing a file handle.
-
-
- If all available data has been read, the method completes
- immediately and returns zero bytes.
-
- is null.
-
-
-
- Performs SSH_FXP_CLOSE request.
-
- The handle.
-
-
-
- Performs SSH_FXP_CLOSE request.
-
- The handle.
- The delegate that is executed when completes.
- An object that contains any additional user-defined data.
-
- A that represents the asynchronous call.
-
-
-
-
- Handles the end of an asynchronous close.
-
- An that represents an asynchronous call.
- is null.
-
-
-
- Begins an asynchronous read using a SSH_FXP_READ request.
-
- The handle to the file to read from.
- The offset in the file to start reading from.
- The number of bytes to read.
- The delegate that is executed when completes.
- An object that contains any additional user-defined data.
-
- A that represents the asynchronous call.
-
-
-
-
- Handles the end of an asynchronous read.
-
- An that represents an asynchronous call.
-
- A array representing the data read.
-
-
- If all available data has been read, the method completes
- immediately and returns zero bytes.
-
- is null.
-
-
-
- Performs SSH_FXP_READ request.
-
- The handle.
- The offset.
- The length.
- data array; null if EOF
-
-
-
- Performs SSH_FXP_WRITE request.
-
- The handle.
- The the zero-based offset (in bytes) relative to the beginning of the file that the write must start at.
- The buffer holding the data to write.
- the zero-based offset in at which to begin taking bytes to write.
- The length (in bytes) of the data to write.
- The wait event handle if needed.
- The callback to invoke when the write has completed.
-
-
-
- Performs SSH_FXP_LSTAT request.
-
- The path.
-
- File attributes
-
-
-
-
- Performs SSH_FXP_LSTAT request.
-
- The path.
- The delegate that is executed when completes.
- An object that contains any additional user-defined data.
-
- A that represents the asynchronous call.
-
-
-
-
- Handles the end of an asynchronous SSH_FXP_LSTAT request.
-
- An that represents an asynchronous call.
-
- The file attributes.
-
- is null.
-
-
-
- Performs SSH_FXP_FSTAT request.
-
- The handle.
- if set to true returns null instead of throwing an exception.
-
- File attributes
-
-
-
-
- Performs SSH_FXP_SETSTAT request.
-
- The path.
- The attributes.
-
-
-
- Performs SSH_FXP_FSETSTAT request.
-
- The handle.
- The attributes.
-
-
-
- Performs SSH_FXP_OPENDIR request
-
- The path.
- if set to true returns null instead of throwing an exception.
- File handle.
-
-
-
- Performs SSH_FXP_READDIR request
-
- The handle.
-
-
-
-
- Performs SSH_FXP_REMOVE request.
-
- The path.
-
-
-
- Performs SSH_FXP_MKDIR request.
-
- The path.
-
-
-
- Performs SSH_FXP_RMDIR request.
-
- The path.
-
-
-
- Performs SSH_FXP_REALPATH request
-
- The path.
- if set to true returns null instead of throwing an exception.
-
- The absolute path.
-
-
-
-
- Performs SSH_FXP_REALPATH request.
-
- The path.
- The delegate that is executed when completes.
- An object that contains any additional user-defined data.
-
- A that represents the asynchronous call.
-
-
-
-
- Handles the end of an asynchronous SSH_FXP_REALPATH request.
-
- An that represents an asynchronous call.
-
- The absolute path.
-
- is null.
-
-
-
- Performs SSH_FXP_STAT request.
-
- The path.
- if set to true returns null instead of throwing an exception.
-
- File attributes
-
-
-
-
- Performs SSH_FXP_STAT request
-
- The path.
- The delegate that is executed when completes.
- An object that contains any additional user-defined data.
-
- A that represents the asynchronous call.
-
-
-
-
- Handles the end of an asynchronous stat.
-
- An that represents an asynchronous call.
-
- The file attributes.
-
- is null.
-
-
-
- Performs SSH_FXP_RENAME request.
-
- The old path.
- The new path.
-
-
-
- Performs SSH_FXP_READLINK request.
-
- The path.
- if set to true returns null instead of throwing an exception.
-
-
-
-
- Performs SSH_FXP_SYMLINK request.
-
- The linkpath.
- The targetpath.
-
-
-
- Performs posix-rename@openssh.com extended request.
-
- The old path.
- The new path.
-
-
-
- Performs statvfs@openssh.com extended request.
-
- The path.
- if set to true [null on error].
-
-
-
-
- Performs fstatvfs@openssh.com extended request.
-
- The file handle.
- if set to true [null on error].
-
-
-
-
-
- Performs hardlink@openssh.com extended request.
-
- The old path.
- The new path.
-
-
-
- Calculates the optimal size of the buffer to read data from the channel.
-
- The buffer size configured on the client.
-
- The optimal size of the buffer to read data from the channel.
-
-
-
-
- Calculates the optimal size of the buffer to write data on the channel.
-
- The buffer size configured on the client.
- The file handle.
-
- The optimal size of the buffer to write data on the channel.
-
-
- Currently, we do not take the remote window size into account.
-
-
-
-
- Encapsulates the results of an asynchronous directory synchronization operation.
-
-
-
-
- Gets the number of files read so far.
-
-
-
-
- Initializes a new instance of the class.
-
- The async callback.
- The state.
-
-
-
- Updates asynchronous operation status information.
-
- The files read.
-
-
-
- Encapsulates the results of an asynchronous upload operation.
-
-
-
-
- Gets or sets a value indicating whether to cancel asynchronous upload operation
-
-
- true if upload operation to be canceled; otherwise, false.
-
-
- Upload operation will be canceled after finishing uploading current buffer.
-
-
-
-
- Gets the number of uploaded bytes.
-
-
-
-
- Initializes a new instance of the class.
-
- The async callback.
- The state.
-
-
-
- Updates asynchronous operation status information.
-
- Number of uploaded bytes.
-
-
-
- SSH_FX_OK
-
-
-
-
- SSH_FX_EOF
-
-
-
-
- SSH_FX_NO_SUCH_FILE
-
-
-
-
- SSH_FX_PERMISSION_DENIED
-
-
-
-
- SSH_FX_FAILURE
-
-
-
-
- SSH_FX_BAD_MESSAGE
-
-
-
-
- SSH_FX_NO_CONNECTION
-
-
-
-
- SSH_FX_CONNECTION_LOST
-
-
-
-
- SSH_FX_OP_UNSUPPORTED
-
-
-
-
- SSH_FX_INVALID_HANDLE
-
-
-
-
- SSH_FX_NO_SUCH_PATH
-
-
-
-
- SSH_FX_FILE_ALREADY_EXISTS
-
-
-
-
- SSH_FX_WRITE_PROTECT
-
-
-
-
- SSH_FX_NO_MEDIA
-
-
-
-
- SSH_FX_NO_SPACE_ON_FILESYSTEM
-
-
-
-
- SSH_FX_QUOTA_EXCEEDED
-
-
-
-
- SSH_FX_UNKNOWN_PRINCIPAL
-
-
-
-
- SSH_FX_LOCK_CONFLICT
-
-
-
-
- SSH_FX_DIR_NOT_EMPTY
-
-
-
-
- SSH_FX_NOT_A_DIRECTORY
-
-
-
-
- SSH_FX_INVALID_FILENAME
-
-
-
-
- SSH_FX_LINK_LOOP
-
-
-
-
- SSH_FX_CANNOT_DELETE
-
-
-
-
- SSH_FX_INVALID_PARAMETER
-
-
-
-
- SSH_FX_FILE_IS_A_DIRECTORY
-
-
-
-
- SSH_FX_BYTE_RANGE_LOCK_CONFLICT
-
-
-
-
- SSH_FX_BYTE_RANGE_LOCK_REFUSED
-
-
-
-
- SSH_FX_DELETE_PENDING
-
-
-
-
- SSH_FX_FILE_CORRUPT
-
-
-
-
- SSH_FX_OWNER_INVALID
-
-
-
-
- SSH_FX_GROUP_INVALID
-
-
-
-
- SSH_FX_NO_MATCHING_BYTE_RANGE_LOCK
-
-
-
-
- Represents instance of the SSH shell object
-
-
-
-
- Gets a value indicating whether this shell is started.
-
-
- true if started is started; otherwise, false.
-
-
-
-
- Occurs when shell is starting.
-
-
-
-
- Occurs when shell is started.
-
-
-
-
- Occurs when shell is stopping.
-
-
-
-
- Occurs when shell is stopped.
-
-
-
-
- Occurs when an error occurred.
-
-
-
-
- Initializes a new instance of the class.
-
- The session.
- The input.
- The output.
- The extended output.
- Name of the terminal.
- The columns.
- The rows.
- The width.
- The height.
- The terminal modes.
- Size of the buffer for output stream.
-
-
-
- Starts this shell.
-
- Shell is started.
-
-
-
- Stops this shell.
-
- Shell is not started.
-
-
-
- Unsubscribes the current from session events.
-
- The session.
-
- Does nothing when is null.
-
-
-
-
- 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.
-
-
-
- Releases unmanaged resources and performs other cleanup operations before the
- is reclaimed by garbage collection.
-
-
-
-
- Contains operation for working with SSH Shell.
-
-
-
-
- Occurs when data was received.
-
-
-
-
- Occurs when an error occurred.
-
-
-
-
- Gets a value that indicates whether data is available on the to be read.
-
-
- true if data is available to be read; otherwise, false.
-
-
-
-
- Gets the number of bytes that will be written to the internal buffer.
-
-
- The number of bytes that will be written to the internal buffer.
-
-
-
-
- Initializes a new instance.
-
- The SSH session.
- The TERM environment variable.
- The terminal width in columns.
- The terminal width in rows.
- The terminal height in pixels.
- The terminal height in pixels.
- The terminal mode values.
- The size of the buffer.
- The channel could not be opened.
- The pseudo-terminal request was not accepted by the server.
- The request to start a shell was not accepted by the server.
-
-
-
- Gets a value indicating whether the current stream supports reading.
-
-
- true if the stream supports reading; otherwise, false.
-
-
-
-
- Gets a value indicating whether the current stream supports seeking.
-
-
- true if the stream supports seeking; otherwise, false.
-
-
-
-
- Gets a value indicating whether the current stream supports writing.
-
-
- true if the stream supports writing; otherwise, false.
-
-
-
-
- Clears all buffers for this stream and causes any buffered data to be written to the underlying device.
-
- An I/O error occurs.
- Methods were called after the stream was closed.
-
-
-
- Gets the length in bytes of the stream.
-
- A long value representing the length of the stream in bytes.
- A class derived from Stream does not support seeking.
- Methods were called after the stream was closed.
-
-
-
- Gets or sets the position within the current stream.
-
-
- The current position within the stream.
-
- An I/O error occurs.
- The stream does not support seeking.
- Methods were called after the stream was closed.
-
-
-
- Reads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes read.
-
- An array of bytes. When this method returns, the buffer contains the specified byte array with the values between and ( + - 1) replaced by the bytes read from the current source.
- The zero-based byte offset in at which to begin storing the data read from the current stream.
- The maximum number of bytes to be read from the current stream.
-
- The total number of bytes read into the buffer. This can be less than the number of bytes requested if that many bytes are not currently available, or zero (0) if the end of the stream has been reached.
-
- The sum of and is larger than the buffer length.
- is null.
- or is negative.
- An I/O error occurs.
- The stream does not support reading.
- Methods were called after the stream was closed.
-
-
-
- This method is not supported.
-
- A byte offset relative to the parameter.
- A value of type indicating the reference point used to obtain the new position.
-
- The new position within the current stream.
-
- An I/O error occurs.
- The stream does not support seeking, such as if the stream is constructed from a pipe or console output.
- Methods were called after the stream was closed.
-
-
-
- This method is not supported.
-
- The desired length of the current stream in bytes.
- An I/O error occurs.
- The stream does not support both writing and seeking, such as if the stream is constructed from a pipe or console output.
- Methods were called after the stream was closed.
-
-
-
- Writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written.
-
- An array of bytes. This method copies bytes from to the current stream.
- The zero-based byte offset in at which to begin copying bytes to the current stream.
- The number of bytes to be written to the current stream.
- The sum of and is greater than the buffer length.
- is null.
- or is negative.
- An I/O error occurs.
- The stream does not support writing.
- Methods were called after the stream was closed.
-
-
-
- Expects the specified expression and performs action when one is found.
-
- The expected expressions and actions to perform.
-
-
-
- Expects the specified expression and performs action when one is found.
-
- Time to wait for input.
- The expected expressions and actions to perform, if the specified time elapsed and expected condition have not met, that method will exit without executing any action.
-
-
-
- Begins the expect.
-
- The expect actions.
-
- An that references the asynchronous operation.
-
-
-
-
- Begins the expect.
-
- The callback.
- The expect actions.
-
- An that references the asynchronous operation.
-
-
-
-
- Begins the expect.
-
- The callback.
- The state.
- The expect actions.
-
- An that references the asynchronous operation.
-
-
-
-
- Begins the expect.
-
- The timeout.
- The callback.
- The state.
- The expect actions.
-
- An that references the asynchronous operation.
-
-
-
-
- Ends the execute.
-
- The async result.
- Either the IAsyncResult object did not come from the corresponding async method on this type, or EndExecute was called multiple times with the same IAsyncResult.
-
-
-
- Expects the expression specified by text.
-
- The text to expect.
-
- Text available in the shell that ends with expected text.
-
-
-
-
- Expects the expression specified by text.
-
- The text to expect.
- Time to wait for input.
-
- The text available in the shell that ends with expected text, or null if the specified time has elapsed.
-
-
-
-
- Expects the expression specified by regular expression.
-
- The regular expression to expect.
-
- The text available in the shell that contains all the text that ends with expected expression.
-
-
-
-
- Expects the expression specified by regular expression.
-
- The regular expression to expect.
- Time to wait for input.
-
- The text available in the shell that contains all the text that ends with expected expression,
- or null if the specified time has elapsed.
-
-
-
-
- Reads the line from the shell. If line is not available it will block the execution and will wait for new line.
-
-
- The line read from the shell.
-
-
-
-
- Reads a line from the shell. If line is not available it will block the execution and will wait for new line.
-
- Time to wait for input.
-
- The line read from the shell, or null when no input is received for the specified timeout.
-
-
-
-
- Reads text available in the shell.
-
-
- The text available in the shell.
-
-
-
-
- Writes the specified text to the shell.
-
- The text to be written to the shell.
-
- If is null, nothing is written.
-
-
-
-
- Writes the line to the shell.
-
- The line to be written to the shell.
-
- If is null, only the line terminator is written.
-
-
-
-
- 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.
-
-
-
- Unsubscribes the current from session events.
-
- The session.
-
- Does nothing when is null.
-
-
-
-
- Provides client connection to SSH server.
-
-
-
-
- Holds the list of forwarded ports
-
-
-
-
- Holds a value indicating whether the current instance is disposed.
-
-
- true if the current instance is disposed; otherwise, false.
-
-
-
-
- Gets the list of forwarded ports.
-
-
-
-
- Initializes a new instance of the class.
-
- The connection info.
-
-
-
-
-
-
- is null.
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Connection port.
- Authentication username.
- Authentication password.
- is null.
- is invalid, or is null or contains only whitespace characters.
- is not within and .
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Authentication username.
- Authentication password.
-
-
-
- is null.
- is invalid, or is null or contains only whitespace characters.
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Connection port.
- Authentication username.
- Authentication private key file(s) .
-
-
-
-
- is null.
- is invalid, -or- is null or contains only whitespace characters.
- is not within and .
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Authentication username.
- Authentication private key file(s) .
-
-
-
-
- is null.
- is invalid, -or- is null or contains only whitespace characters.
-
-
-
- Initializes a new instance of the class.
-
- The connection info.
- Specified whether this instance owns the connection info.
- is null.
-
- If is true, then the
- connection info will be disposed when this instance is disposed.
-
-
-
-
- Initializes a new instance of the class.
-
- The connection info.
- Specified whether this instance owns the connection info.
- The factory to use for creating new services.
- is null.
- is null.
-
- If is true, then the
- connection info will be disposed when this instance is disposed.
-
-
-
-
- Called when client is disconnecting from the server.
-
-
-
-
- Adds the forwarded port.
-
- The port.
-
-
-
-
- Forwarded port is already added to a different client.
- is null.
- Client is not connected.
-
-
-
- Stops and removes the forwarded port from the list.
-
- Forwarded port.
- is null.
-
-
-
- Creates the command to be executed.
-
- The command text.
- object.
- Client is not connected.
-
-
-
- Creates the command to be executed with specified encoding.
-
- The command text.
- The encoding to use for results.
- object which uses specified encoding.
- This method will change current default encoding.
- Client is not connected.
- or is null.
-
-
-
- Creates and executes the command.
-
- The command text.
- Returns an instance of with execution results.
- This method internally uses asynchronous calls.
-
-
-
-
- CommandText property is empty.
- Invalid Operation - An existing channel was used to execute this command.
- Asynchronous operation is already in progress.
- Client is not connected.
- is null.
-
-
-
- Creates the shell.
-
- The input.
- The output.
- The extended output.
- Name of the terminal.
- The columns.
- The rows.
- The width.
- The height.
- The terminal mode.
- Size of the internal read buffer.
-
- Returns a representation of a object.
-
- Client is not connected.
-
-
-
- Creates the shell.
-
- The input.
- The output.
- The extended output.
- Name of the terminal.
- The columns.
- The rows.
- The width.
- The height.
- The terminal mode.
-
- Returns a representation of a object.
-
- Client is not connected.
-
-
-
- Creates the shell.
-
- The input.
- The output.
- The extended output.
-
- Returns a representation of a object.
-
- Client is not connected.
-
-
-
- Creates the shell.
-
- The encoding to use to send the input.
- The input.
- The output.
- The extended output.
- Name of the terminal.
- The columns.
- The rows.
- The width.
- The height.
- The terminal mode.
- Size of the internal read buffer.
-
- Returns a representation of a object.
-
- Client is not connected.
-
-
-
- Creates the shell.
-
- The encoding.
- The input.
- The output.
- The extended output.
- Name of the terminal.
- The columns.
- The rows.
- The width.
- The height.
- The terminal modes.
-
- Returns a representation of a object.
-
- Client is not connected.
-
-
-
- Creates the shell.
-
- The encoding.
- The input.
- The output.
- The extended output.
-
- Returns a representation of a object.
-
- Client is not connected.
-
-
-
- Creates the shell stream.
-
- The TERM environment variable.
- The terminal width in columns.
- The terminal width in rows.
- The terminal height in pixels.
- The terminal height in pixels.
- The size of the buffer.
-
- The created instance.
-
- Client is not connected.
-
-
- The TERM environment variable contains an identifier for the text window's capabilities.
- You can get a detailed list of these cababilities by using the ‘infocmp’ command.
-
-
- The column/row dimensions override the pixel dimensions(when nonzero). Pixel dimensions refer
- to the drawable area of the window.
-
-
-
-
-
- Creates the shell stream.
-
- The TERM environment variable.
- The terminal width in columns.
- The terminal width in rows.
- The terminal height in pixels.
- The terminal height in pixels.
- The size of the buffer.
- The terminal mode values.
-
- The created instance.
-
- Client is not connected.
-
-
- The TERM environment variable contains an identifier for the text window's capabilities.
- You can get a detailed list of these cababilities by using the ‘infocmp’ command.
-
-
- The column/row dimensions override the pixel dimensions(when non-zero). Pixel dimensions refer
- to the drawable area of the window.
-
-
-
-
-
- Stops forwarded ports.
-
-
-
-
- Releases unmanaged and - optionally - managed resources
-
- true to release both managed and unmanaged resources; false to release only unmanaged resources.
-
-
-
- Represents SSH command that can be executed.
-
-
-
-
- Gets the command text.
-
-
-
-
- Gets or sets the command timeout.
-
-
- The command timeout.
-
-
-
-
-
-
-
- Gets the command exit status.
-
-
-
-
-
-
-
- Gets the output stream.
-
-
-
-
-
-
-
- Gets the extended output stream.
-
-
-
-
-
-
-
- Gets the command execution result.
-
-
-
-
-
-
-
- Gets the command execution error.
-
-
-
-
-
-
-
- Initializes a new instance of the class.
-
- The session.
- The command text.
- The encoding to use for the results.
- Either , is null.
-
-
-
- Begins an asynchronous command execution.
-
-
- An that represents the asynchronous command execution, which could still be pending.
-
-
-
-
- Asynchronous operation is already in progress.
- Invalid operation.
- CommandText property is empty.
- Client is not connected.
- Operation has timed out.
- Asynchronous operation is already in progress.
- CommandText property is empty.
-
-
-
- Begins an asynchronous command execution.
-
- An optional asynchronous callback, to be called when the command execution is complete.
-
- An that represents the asynchronous command execution, which could still be pending.
-
- Asynchronous operation is already in progress.
- Invalid operation.
- CommandText property is empty.
- Client is not connected.
- Operation has timed out.
- Asynchronous operation is already in progress.
- CommandText property is empty.
-
-
-
- Begins an asynchronous command execution.
-
- An optional asynchronous callback, to be called when the command execution is complete.
- A user-provided object that distinguishes this particular asynchronous read request from other requests.
-
- An that represents the asynchronous command execution, which could still be pending.
-
- Asynchronous operation is already in progress.
- Invalid operation.
- CommandText property is empty.
- Client is not connected.
- Operation has timed out.
- Asynchronous operation is already in progress.
- CommandText property is empty.
-
-
-
- Begins an asynchronous command execution.
-
- The command text.
- An optional asynchronous callback, to be called when the command execution is complete.
- A user-provided object that distinguishes this particular asynchronous read request from other requests.
-
- An that represents the asynchronous command execution, which could still be pending.
-
- Client is not connected.
- Operation has timed out.
-
-
-
- Waits for the pending asynchronous command execution to complete.
-
- The reference to the pending asynchronous request to finish.
- Command execution result.
-
-
-
- Either the IAsyncResult object did not come from the corresponding async method on this type, or EndExecute was called multiple times with the same IAsyncResult.
- is null.
-
-
-
- Executes command specified by property.
-
- Command execution result
-
-
-
-
-
- Client is not connected.
- Operation has timed out.
-
-
-
- Cancels command execution in asynchronous scenarios.
-
-
-
-
- Executes the specified command text.
-
- The command text.
- Command execution result
- Client is not connected.
- Operation has timed out.
-
-
- Command '{0}' has timed out.
- The actual command will be included in the exception message.
-
-
-
- Unsubscribes the current from channel events, and disposes
- the .
-
- The channel.
-
- Does nothing when is null.
-
-
-
-
- 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.
-
-
-
- Releases unmanaged resources and performs other cleanup operations before the
- is reclaimed by garbage collection.
-
-
-
-
- Defines the highest message number that is currently supported.
-
-
-
-
- Defines the total number of supported messages.
-
-
-
-
- Disables and deactivate all messages.
-
-
-
-
- Base class for SSH subsystem implementations
-
-
-
-
- Holds the number of system wait handles that are returned as the leading entries in the array returned
- in .
-
-
-
-
- Gets or set the number of seconds to wait for an operation to complete.
-
-
- The number of seconds to wait for an operation to complete, or -1 to wait indefinitely.
-
-
-
-
- Occurs when an error occurred.
-
-
-
-
- Occurs when the server has disconnected from the session.
-
-
-
-
- Gets the channel associated with this session.
-
-
- The channel associated with this session.
-
-
-
-
- Gets a value indicating whether this session is open.
-
-
- true if this session is open; otherwise, false.
-
-
-
-
- Initializes a new instance of the SubsystemSession class.
-
- The session.
- Name of the subsystem.
- The number of milliseconds to wait for a given operation to complete, or -1 to wait indefinitely.
- or is null.
-
-
-
- Connects the subsystem using a new SSH channel session.
-
- The session is already connected.
- The method was called after the session was disposed.
- The channel session could not be opened, or the subsystem could not be executed.
-
-
-
- Disconnects the subsystem channel.
-
-
-
-
- Sends data to the subsystem.
-
- The data to be sent.
-
-
-
- Called when channel is open.
-
-
-
-
- Called when data is received.
-
- The data.
-
-
-
- Raises the error.
-
- The error.
-
-
-
- Waits a specified time for a given to get signaled.
-
- The handle to wait for.
- To number of milliseconds to wait for to get signaled, or -1 to wait indefinitely.
- The connection was closed by the server.
- The channel was closed.
- The handle did not get signaled within the specified timeout.
-
-
-
- Blocks the current thread until the specified gets signaled, using a
- 32-bit signed integer to specify the time interval in milliseconds.
-
- The handle to wait for.
- To number of milliseconds to wait for to get signaled, or -1 to wait indefinitely.
-
- true if received a signal within the specified timeout;
- otherwise, false.
-
- The connection was closed by the server.
- The channel was closed.
-
- The blocking wait is also interrupted when either the established channel is closed, the current
- session is disconnected or an unexpected occurred while processing a channel
- or session event.
-
-
-
-
- Blocks the current thread until the specified gets signaled, using a
- 32-bit signed integer to specify the time interval in milliseconds.
-
- The first handle to wait for.
- The second handle to wait for.
- To number of milliseconds to wait for a to get signaled, or -1 to wait indefinitely.
-
- 0 if received a signal within the specified timeout, and 1
- if received a signal within the specified timeout.
-
- The connection was closed by the server.
- The channel was closed.
- The handle did not get signaled within the specified timeout.
-
-
- The blocking wait is also interrupted when either the established channel is closed, the current
- session is disconnected or an unexpected occurred while processing a channel
- or session event.
-
-
- When both and are signaled during the call,
- then 0 is returned.
-
-
-
-
-
- Waits for any of the elements in the specified array to receive a signal, using a 32-bit signed
- integer to specify the time interval.
-
- A array - constructed using - containing the objects to wait for.
- To number of milliseconds to wait for a to get signaled, or -1 to wait indefinitely.
-
- The array index of the first non-system object that satisfied the wait.
-
- The connection was closed by the server.
- The channel was closed.
- No object satified the wait and a time interval equivalent to has passed.
-
- For the return value, the index of the first non-system object is considered to be zero.
-
-
-
-
- Creates a array that is composed of system objects and the specified
- elements.
-
- The first to wait for.
- The second to wait for.
-
- A array that is composed of system objects and the specified elements.
-
-
-
-
- Creates a array that is composed of system objects and the specified
- elements.
-
- A array containing the objects to wait for.
-
- A array that is composed of system objects and the specified elements.
-
-
-
-
- Unsubscribes the current from session events.
-
- The session.
-
- Does nothing when is null.
-
-
-
-
- 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.
-
-
-
- Finalizes an instance of the class.
-
-
-
-
diff --git a/ISBN_Check_test/bin/Debug/System.Buffers.dll b/ISBN_Check_test/bin/Debug/System.Buffers.dll
deleted file mode 100644
index f2d83c5..0000000
Binary files a/ISBN_Check_test/bin/Debug/System.Buffers.dll and /dev/null differ
diff --git a/ISBN_Check_test/bin/Debug/System.Buffers.xml b/ISBN_Check_test/bin/Debug/System.Buffers.xml
deleted file mode 100644
index e243dce..0000000
--- a/ISBN_Check_test/bin/Debug/System.Buffers.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-
-
- System.Buffers
-
-
-
- Provides a resource pool that enables reusing instances of type .
- The type of the objects that are in the resource pool.
-
-
- Initializes a new instance of the class.
-
-
- Creates a new instance of the class.
- A new instance of the class.
-
-
- Creates a new instance of the class using the specifed configuration.
- The maximum length of an array instance that may be stored in the pool.
- The maximum number of array instances that may be stored in each bucket in the pool. The pool groups arrays of similar lengths into buckets for faster access.
- A new instance of the class with the specified configuration.
-
-
- Retrieves a buffer that is at least the requested length.
- The minimum length of the array.
- An array of type that is at least minimumLength in length.
-
-
- Returns an array to the pool that was previously obtained using the method on the same instance.
- A buffer to return to the pool that was previously obtained using the method.
- Indicates whether the contents of the buffer should be cleared before reuse. If clearArray is set to true, and if the pool will store the buffer to enable subsequent reuse, the method will clear the array of its contents so that a subsequent caller using the method will not see the content of the previous caller. If clearArray is set to false or if the pool will release the buffer, the array's contents are left unchanged.
-
-
- Gets a shared instance.
- A shared instance.
-
-
-
\ No newline at end of file
diff --git a/ISBN_Check_test/bin/Debug/System.Memory.dll b/ISBN_Check_test/bin/Debug/System.Memory.dll
deleted file mode 100644
index bdfc501..0000000
Binary files a/ISBN_Check_test/bin/Debug/System.Memory.dll and /dev/null differ
diff --git a/ISBN_Check_test/bin/Debug/System.Memory.xml b/ISBN_Check_test/bin/Debug/System.Memory.xml
deleted file mode 100644
index 4d12fd7..0000000
--- a/ISBN_Check_test/bin/Debug/System.Memory.xml
+++ /dev/null
@@ -1,355 +0,0 @@
-
-
- System.Memory
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ISBN_Check_test/bin/Debug/System.Numerics.Vectors.dll b/ISBN_Check_test/bin/Debug/System.Numerics.Vectors.dll
deleted file mode 100644
index ce46d5b..0000000
Binary files a/ISBN_Check_test/bin/Debug/System.Numerics.Vectors.dll and /dev/null differ
diff --git a/ISBN_Check_test/bin/Debug/System.Numerics.Vectors.xml b/ISBN_Check_test/bin/Debug/System.Numerics.Vectors.xml
deleted file mode 100644
index 5129793..0000000
--- a/ISBN_Check_test/bin/Debug/System.Numerics.Vectors.xml
+++ /dev/null
@@ -1,2597 +0,0 @@
-
-
-
- System.Numerics.Vectors
-
-
-
- Represents a 3x2 matrix.
-
-
- Creates a 3x2 matrix from the specified components.
- The value to assign to the first element in the first row.
- The value to assign to the second element in the first row.
- The value to assign to the first element in the second row.
- The value to assign to the second element in the second row.
- The value to assign to the first element in the third row.
- The value to assign to the second element in the third row.
-
-
- Adds each element in one matrix with its corresponding element in a second matrix.
- The first matrix.
- The second matrix.
- The matrix that contains the summed values of value1 and value2.
-
-
- Creates a rotation matrix using the given rotation in radians.
- The amount of rotation, in radians.
- The rotation matrix.
-
-
- Creates a rotation matrix using the specified rotation in radians and a center point.
- The amount of rotation, in radians.
- The center point.
- The rotation matrix.
-
-
- Creates a scaling matrix from the specified X and Y components.
- The value to scale by on the X axis.
- The value to scale by on the Y axis.
- The scaling matrix.
-
-
- Creates a scaling matrix that scales uniformly with the specified scale with an offset from the specified center.
- The uniform scale to use.
- The center offset.
- The scaling matrix.
-
-
- Creates a scaling matrix that is offset by a given center point.
- The value to scale by on the X axis.
- The value to scale by on the Y axis.
- The center point.
- The scaling matrix.
-
-
- Creates a scaling matrix that scales uniformly with the given scale.
- The uniform scale to use.
- The scaling matrix.
-
-
- Creates a scaling matrix from the specified vector scale.
- The scale to use.
- The scaling matrix.
-
-
- Creates a scaling matrix from the specified vector scale with an offset from the specified center point.
- The scale to use.
- The center offset.
- The scaling matrix.
-
-
- Creates a skew matrix from the specified angles in radians.
- The X angle, in radians.
- The Y angle, in radians.
- The skew matrix.
-
-
- Creates a skew matrix from the specified angles in radians and a center point.
- The X angle, in radians.
- The Y angle, in radians.
- The center point.
- The skew matrix.
-
-
- Creates a translation matrix from the specified 2-dimensional vector.
- The translation position.
- The translation matrix.
-
-
- Creates a translation matrix from the specified X and Y components.
- The X position.
- The Y position.
- The translation matrix.
-
-
- Returns a value that indicates whether this instance and another 3x2 matrix are equal.
- The other matrix.
- true if the two matrices are equal; otherwise, false.
-
-
- Returns a value that indicates whether this instance and a specified object are equal.
- The object to compare with the current instance.
- true if the current instance and obj are equal; otherwise, false```. If <code data-dev-comment-type="paramref">obj</code> isnull, the method returnsfalse`.
-
-
- Calculates the determinant for this matrix.
- The determinant.
-
-
- Returns the hash code for this instance.
- The hash code.
-
-
- Gets the multiplicative identity matrix.
- The multiplicative identify matrix.
-
-
- Inverts the specified matrix. The return value indicates whether the operation succeeded.
- The matrix to invert.
- When this method returns, contains the inverted matrix if the operation succeeded.
- true if matrix was converted successfully; otherwise, false.
-
-
- Indicates whether the current matrix is the identity matrix.
- true if the current matrix is the identity matrix; otherwise, false.
-
-
- Performs a linear interpolation from one matrix to a second matrix based on a value that specifies the weighting of the second matrix.
- The first matrix.
- The second matrix.
- The relative weighting of matrix2.
- The interpolated matrix.
-
-
- The first element of the first row.
-
-
-
- The second element of the first row.
-
-
-
- The first element of the second row.
-
-
-
- The second element of the second row.
-
-
-
- The first element of the third row.
-
-
-
- The second element of the third row.
-
-
-
- Returns the matrix that results from multiplying two matrices together.
- The first matrix.
- The second matrix.
- The product matrix.
-
-
- Returns the matrix that results from scaling all the elements of a specified matrix by a scalar factor.
- The matrix to scale.
- The scaling value to use.
- The scaled matrix.
-
-
- Negates the specified matrix by multiplying all its values by -1.
- The matrix to negate.
- The negated matrix.
-
-
- Adds each element in one matrix with its corresponding element in a second matrix.
- The first matrix.
- The second matrix.
- The matrix that contains the summed values.
-
-
- Returns a value that indicates whether the specified matrices are equal.
- The first matrix to compare.
- The second matrix to compare.
- true if value1 and value2 are equal; otherwise, false.
-
-
- Returns a value that indicates whether the specified matrices are not equal.
- The first matrix to compare.
- The second matrix to compare.
- true if value1 and value2 are not equal; otherwise, false.
-
-
- Returns the matrix that results from multiplying two matrices together.
- The first matrix.
- The second matrix.
- The product matrix.
-
-
- Returns the matrix that results from scaling all the elements of a specified matrix by a scalar factor.
- The matrix to scale.
- The scaling value to use.
- The scaled matrix.
-
-
- Subtracts each element in a second matrix from its corresponding element in a first matrix.
- The first matrix.
- The second matrix.
- The matrix containing the values that result from subtracting each element in value2 from its corresponding element in value1.
-
-
- Negates the specified matrix by multiplying all its values by -1.
- The matrix to negate.
- The negated matrix.
-
-
- Subtracts each element in a second matrix from its corresponding element in a first matrix.
- The first matrix.
- The second matrix.
- The matrix containing the values that result from subtracting each element in value2 from its corresponding element in value1.
-
-
- Returns a string that represents this matrix.
- The string representation of this matrix.
-
-
- Gets or sets the translation component of this matrix.
- The translation component of the current instance.
-
-
- Represents a 4x4 matrix.
-
-
- Creates a object from a specified object.
- A 3x2 matrix.
-
-
- Creates a 4x4 matrix from the specified components.
- The value to assign to the first element in the first row.
- The value to assign to the second element in the first row.
- The value to assign to the third element in the first row.
- The value to assign to the fourth element in the first row.
- The value to assign to the first element in the second row.
- The value to assign to the second element in the second row.
- The value to assign to the third element in the second row.
- The value to assign to the third element in the second row.
- The value to assign to the first element in the third row.
- The value to assign to the second element in the third row.
- The value to assign to the third element in the third row.
- The value to assign to the fourth element in the third row.
- The value to assign to the first element in the fourth row.
- The value to assign to the second element in the fourth row.
- The value to assign to the third element in the fourth row.
- The value to assign to the fourth element in the fourth row.
-
-
- Adds each element in one matrix with its corresponding element in a second matrix.
- The first matrix.
- The second matrix.
- The matrix that contains the summed values of value1 and value2.
-
-
- Creates a spherical billboard that rotates around a specified object position.
- The position of the object that the billboard will rotate around.
- The position of the camera.
- The up vector of the camera.
- The forward vector of the camera.
- The created billboard.
-
-
- Creates a cylindrical billboard that rotates around a specified axis.
- The position of the object that the billboard will rotate around.
- The position of the camera.
- The axis to rotate the billboard around.
- The forward vector of the camera.
- The forward vector of the object.
- The billboard matrix.
-
-
- Creates a matrix that rotates around an arbitrary vector.
- The axis to rotate around.
- The angle to rotate around axis, in radians.
- The rotation matrix.
-
-
- Creates a rotation matrix from the specified Quaternion rotation value.
- The source Quaternion.
- The rotation matrix.
-
-
- Creates a rotation matrix from the specified yaw, pitch, and roll.
- The angle of rotation, in radians, around the Y axis.
- The angle of rotation, in radians, around the X axis.
- The angle of rotation, in radians, around the Z axis.
- The rotation matrix.
-
-
- Creates a view matrix.
- The position of the camera.
- The target towards which the camera is pointing.
- The direction that is "up" from the camera's point of view.
- The view matrix.
-
-
- Creates an orthographic perspective matrix from the given view volume dimensions.
- The width of the view volume.
- The height of the view volume.
- The minimum Z-value of the view volume.
- The maximum Z-value of the view volume.
- The orthographic projection matrix.
-
-
- Creates a customized orthographic projection matrix.
- The minimum X-value of the view volume.
- The maximum X-value of the view volume.
- The minimum Y-value of the view volume.
- The maximum Y-value of the view volume.
- The minimum Z-value of the view volume.
- The maximum Z-value of the view volume.
- The orthographic projection matrix.
-
-
- Creates a perspective projection matrix from the given view volume dimensions.
- The width of the view volume at the near view plane.
- The height of the view volume at the near view plane.
- The distance to the near view plane.
- The distance to the far view plane.
- The perspective projection matrix.
- nearPlaneDistance is less than or equal to zero. -or- farPlaneDistance is less than or equal to zero. -or- nearPlaneDistance is greater than or equal to farPlaneDistance.
-
-
- Creates a perspective projection matrix based on a field of view, aspect ratio, and near and far view plane distances.
- The field of view in the y direction, in radians.
- The aspect ratio, defined as view space width divided by height.
- The distance to the near view plane.
- The distance to the far view plane.
- The perspective projection matrix.
- fieldOfView is less than or equal to zero. -or- fieldOfView is greater than or equal to . nearPlaneDistance is less than or equal to zero. -or- farPlaneDistance is less than or equal to zero. -or- nearPlaneDistance is greater than or equal to farPlaneDistance.
-
-
- Creates a customized perspective projection matrix.
- The minimum x-value of the view volume at the near view plane.
- The maximum x-value of the view volume at the near view plane.
- The minimum y-value of the view volume at the near view plane.
- The maximum y-value of the view volume at the near view plane.
- The distance to the near view plane.
- The distance to the far view plane.
- The perspective projection matrix.
- nearPlaneDistance is less than or equal to zero. -or- farPlaneDistance is less than or equal to zero. -or- nearPlaneDistance is greater than or equal to farPlaneDistance.
-
-
- Creates a matrix that reflects the coordinate system about a specified plane.
- The plane about which to create a reflection.
- A new matrix expressing the reflection.
-
-
- Creates a matrix for rotating points around the X axis.
- The amount, in radians, by which to rotate around the X axis.
- The rotation matrix.
-
-
- Creates a matrix for rotating points around the X axis from a center point.
- The amount, in radians, by which to rotate around the X axis.
- The center point.
- The rotation matrix.
-
-
- The amount, in radians, by which to rotate around the Y axis from a center point.
- The amount, in radians, by which to rotate around the Y-axis.
- The center point.
- The rotation matrix.
-
-
- Creates a matrix for rotating points around the Y axis.
- The amount, in radians, by which to rotate around the Y-axis.
- The rotation matrix.
-
-
- Creates a matrix for rotating points around the Z axis.
- The amount, in radians, by which to rotate around the Z-axis.
- The rotation matrix.
-
-
- Creates a matrix for rotating points around the Z axis from a center point.
- The amount, in radians, by which to rotate around the Z-axis.
- The center point.
- The rotation matrix.
-
-
- Creates a scaling matrix from the specified vector scale.
- The scale to use.
- The scaling matrix.
-
-
- Creates a uniform scaling matrix that scale equally on each axis.
- The uniform scaling factor.
- The scaling matrix.
-
-
- Creates a scaling matrix with a center point.
- The vector that contains the amount to scale on each axis.
- The center point.
- The scaling matrix.
-
-
- Creates a uniform scaling matrix that scales equally on each axis with a center point.
- The uniform scaling factor.
- The center point.
- The scaling matrix.
-
-
- Creates a scaling matrix from the specified X, Y, and Z components.
- The value to scale by on the X axis.
- The value to scale by on the Y axis.
- The value to scale by on the Z axis.
- The scaling matrix.
-
-
- Creates a scaling matrix that is offset by a given center point.
- The value to scale by on the X axis.
- The value to scale by on the Y axis.
- The value to scale by on the Z axis.
- The center point.
- The scaling matrix.
-
-
- Creates a matrix that flattens geometry into a specified plane as if casting a shadow from a specified light source.
- The direction from which the light that will cast the shadow is coming.
- The plane onto which the new matrix should flatten geometry so as to cast a shadow.
- A new matrix that can be used to flatten geometry onto the specified plane from the specified direction.
-
-
- Creates a translation matrix from the specified 3-dimensional vector.
- The amount to translate in each axis.
- The translation matrix.
-
-
- Creates a translation matrix from the specified X, Y, and Z components.
- The amount to translate on the X axis.
- The amount to translate on the Y axis.
- The amount to translate on the Z axis.
- The translation matrix.
-
-
- Creates a world matrix with the specified parameters.
- The position of the object.
- The forward direction of the object.
- The upward direction of the object. Its value is usually [0, 1, 0].
- The world matrix.
-
-
- Attempts to extract the scale, translation, and rotation components from the given scale, rotation, or translation matrix. The return value indicates whether the operation succeeded.
- The source matrix.
- When this method returns, contains the scaling component of the transformation matrix if the operation succeeded.
- When this method returns, contains the rotation component of the transformation matrix if the operation succeeded.
- When the method returns, contains the translation component of the transformation matrix if the operation succeeded.
- true if matrix was decomposed successfully; otherwise, false.
-
-
- Returns a value that indicates whether this instance and another 4x4 matrix are equal.
- The other matrix.
- true if the two matrices are equal; otherwise, false.
-
-
- Returns a value that indicates whether this instance and a specified object are equal.
- The object to compare with the current instance.
- true if the current instance and obj are equal; otherwise, false```. If <code data-dev-comment-type="paramref">obj</code> isnull, the method returnsfalse`.
-
-
- Calculates the determinant of the current 4x4 matrix.
- The determinant.
-
-
- Returns the hash code for this instance.
- The hash code.
-
-
- Gets the multiplicative identity matrix.
- Gets the multiplicative identity matrix.
-
-
- Inverts the specified matrix. The return value indicates whether the operation succeeded.
- The matrix to invert.
- When this method returns, contains the inverted matrix if the operation succeeded.
- true if matrix was converted successfully; otherwise, false.
-
-
- Indicates whether the current matrix is the identity matrix.
- true if the current matrix is the identity matrix; otherwise, false.
-
-
- Performs a linear interpolation from one matrix to a second matrix based on a value that specifies the weighting of the second matrix.
- The first matrix.
- The second matrix.
- The relative weighting of matrix2.
- The interpolated matrix.
-
-
- The first element of the first row.
-
-
-
- The second element of the first row.
-
-
-
- The third element of the first row.
-
-
-
- The fourth element of the first row.
-
-
-
- The first element of the second row.
-
-
-
- The second element of the second row.
-
-
-
- The third element of the second row.
-
-
-
- The fourth element of the second row.
-
-
-
- The first element of the third row.
-
-
-
- The second element of the third row.
-
-
-
- The third element of the third row.
-
-
-
- The fourth element of the third row.
-
-
-
- The first element of the fourth row.
-
-
-
- The second element of the fourth row.
-
-
-
- The third element of the fourth row.
-
-
-
- The fourth element of the fourth row.
-
-
-
- Returns the matrix that results from multiplying two matrices together.
- The first matrix.
- The second matrix.
- The product matrix.
-
-
- Returns the matrix that results from scaling all the elements of a specified matrix by a scalar factor.
- The matrix to scale.
- The scaling value to use.
- The scaled matrix.
-
-
- Negates the specified matrix by multiplying all its values by -1.
- The matrix to negate.
- The negated matrix.
-
-
- Adds each element in one matrix with its corresponding element in a second matrix.
- The first matrix.
- The second matrix.
- The matrix that contains the summed values.
-
-
- Returns a value that indicates whether the specified matrices are equal.
- The first matrix to compare.
- The second matrix to care
- true if value1 and value2 are equal; otherwise, false.
-
-
- Returns a value that indicates whether the specified matrices are not equal.
- The first matrix to compare.
- The second matrix to compare.
- true if value1 and value2 are not equal; otherwise, false.
-
-
- Returns the matrix that results from scaling all the elements of a specified matrix by a scalar factor.
- The matrix to scale.
- The scaling value to use.
- The scaled matrix.
-
-
- Returns the matrix that results from multiplying two matrices together.
- The first matrix.
- The second matrix.
- The product matrix.
-
-
- Subtracts each element in a second matrix from its corresponding element in a first matrix.
- The first matrix.
- The second matrix.
- The matrix containing the values that result from subtracting each element in value2 from its corresponding element in value1.
-
-
- Negates the specified matrix by multiplying all its values by -1.
- The matrix to negate.
- The negated matrix.
-
-
- Subtracts each element in a second matrix from its corresponding element in a first matrix.
- The first matrix.
- The second matrix.
- The matrix containing the values that result from subtracting each element in value2 from its corresponding element in value1.
-
-
- Returns a string that represents this matrix.
- The string representation of this matrix.
-
-
- Transforms the specified matrix by applying the specified Quaternion rotation.
- The matrix to transform.
- The rotation t apply.
- The transformed matrix.
-
-
- Gets or sets the translation component of this matrix.
- The translation component of the current instance.
-
-
- Transposes the rows and columns of a matrix.
- The matrix to transpose.
- The transposed matrix.
-
-
- Represents a three-dimensional plane.
-
-
- Creates a object from a specified four-dimensional vector.
- A vector whose first three elements describe the normal vector, and whose defines the distance along that normal from the origin.
-
-
- Creates a object from a specified normal and the distance along the normal from the origin.
- The plane's normal vector.
- The plane's distance from the origin along its normal vector.
-
-
- Creates a object from the X, Y, and Z components of its normal, and its distance from the origin on that normal.
- The X component of the normal.
- The Y component of the normal.
- The Z component of the normal.
- The distance of the plane along its normal from the origin.
-
-
- Creates a object that contains three specified points.
- The first point defining the plane.
- The second point defining the plane.
- The third point defining the plane.
- The plane containing the three points.
-
-
- The distance of the plane along its normal from the origin.
-
-
-
- Calculates the dot product of a plane and a 4-dimensional vector.
- The plane.
- The four-dimensional vector.
- The dot product.
-
-
- Returns the dot product of a specified three-dimensional vector and the normal vector of this plane plus the distance () value of the plane.
- The plane.
- The 3-dimensional vector.
- The dot product.
-
-
- Returns the dot product of a specified three-dimensional vector and the vector of this plane.
- The plane.
- The three-dimensional vector.
- The dot product.
-
-
- Returns a value that indicates whether this instance and a specified object are equal.
- The object to compare with the current instance.
- true if the current instance and obj are equal; otherwise, false```. If <code data-dev-comment-type="paramref">obj</code> isnull, the method returnsfalse`.
-
-
- Returns a value that indicates whether this instance and another plane object are equal.
- The other plane.
- true if the two planes are equal; otherwise, false.
-
-
- Returns the hash code for this instance.
- The hash code.
-
-
- The normal vector of the plane.
-
-
-
- Creates a new object whose normal vector is the source plane's normal vector normalized.
- The source plane.
- The normalized plane.
-
-
- Returns a value that indicates whether two planes are equal.
- The first plane to compare.
- The second plane to compare.
- true if value1 and value2 are equal; otherwise, false.
-
-
- Returns a value that indicates whether two planes are not equal.
- The first plane to compare.
- The second plane to compare.
- true if value1 and value2 are not equal; otherwise, false.
-
-
- Returns the string representation of this plane object.
- A string that represents this object.
-
-
- Transforms a normalized plane by a 4x4 matrix.
- The normalized plane to transform.
- The transformation matrix to apply to plane.
- The transformed plane.
-
-
- Transforms a normalized plane by a Quaternion rotation.
- The normalized plane to transform.
- The Quaternion rotation to apply to the plane.
- A new plane that results from applying the Quaternion rotation.
-
-
- Represents a vector that is used to encode three-dimensional physical rotations.
-
-
- Creates a quaternion from the specified vector and rotation parts.
- The vector part of the quaternion.
- The rotation part of the quaternion.
-
-
- Constructs a quaternion from the specified components.
- The value to assign to the X component of the quaternion.
- The value to assign to the Y component of the quaternion.
- The value to assign to the Z component of the quaternion.
- The value to assign to the W component of the quaternion.
-
-
- Adds each element in one quaternion with its corresponding element in a second quaternion.
- The first quaternion.
- The second quaternion.
- The quaternion that contains the summed values of value1 and value2.
-
-
- Concatenates two quaternions.
- The first quaternion rotation in the series.
- The second quaternion rotation in the series.
- A new quaternion representing the concatenation of the value1 rotation followed by the value2 rotation.
-
-
- Returns the conjugate of a specified quaternion.
- The quaternion.
- A new quaternion that is the conjugate of value.
-
-
- Creates a quaternion from a vector and an angle to rotate about the vector.
- The vector to rotate around.
- The angle, in radians, to rotate around the vector.
- The newly created quaternion.
-
-
- Creates a quaternion from the specified rotation matrix.
- The rotation matrix.
- The newly created quaternion.
-
-
- Creates a new quaternion from the given yaw, pitch, and roll.
- The yaw angle, in radians, around the Y axis.
- The pitch angle, in radians, around the X axis.
- The roll angle, in radians, around the Z axis.
- The resulting quaternion.
-
-
- Divides one quaternion by a second quaternion.
- The dividend.
- The divisor.
- The quaternion that results from dividing value1 by value2.
-
-
- Calculates the dot product of two quaternions.
- The first quaternion.
- The second quaternion.
- The dot product.
-
-
- Returns a value that indicates whether this instance and another quaternion are equal.
- The other quaternion.
- true if the two quaternions are equal; otherwise, false.
-
-
- Returns a value that indicates whether this instance and a specified object are equal.
- The object to compare with the current instance.
- true if the current instance and obj are equal; otherwise, false```. If <code data-dev-comment-type="paramref">obj</code> isnull, the method returnsfalse`.
-
-
- Returns the hash code for this instance.
- The hash code.
-
-
- Gets a quaternion that represents no rotation.
- A quaternion whose values are (0, 0, 0, 1).
-
-
- Returns the inverse of a quaternion.
- The quaternion.
- The inverted quaternion.
-
-
- Gets a value that indicates whether the current instance is the identity quaternion.
- true if the current instance is the identity quaternion; otherwise, false.
-
-
- Calculates the length of the quaternion.
- The computed length of the quaternion.
-
-
- Calculates the squared length of the quaternion.
- The length squared of the quaternion.
-
-
- Performs a linear interpolation between two quaternions based on a value that specifies the weighting of the second quaternion.
- The first quaternion.
- The second quaternion.
- The relative weight of quaternion2 in the interpolation.
- The interpolated quaternion.
-
-
- Returns the quaternion that results from multiplying two quaternions together.
- The first quaternion.
- The second quaternion.
- The product quaternion.
-
-
- Returns the quaternion that results from scaling all the components of a specified quaternion by a scalar factor.
- The source quaternion.
- The scalar value.
- The scaled quaternion.
-
-
- Reverses the sign of each component of the quaternion.
- The quaternion to negate.
- The negated quaternion.
-
-
- Divides each component of a specified by its length.
- The quaternion to normalize.
- The normalized quaternion.
-
-
- Adds each element in one quaternion with its corresponding element in a second quaternion.
- The first quaternion.
- The second quaternion.
- The quaternion that contains the summed values of value1 and value2.
-
-
- Divides one quaternion by a second quaternion.
- The dividend.
- The divisor.
- The quaternion that results from dividing value1 by value2.
-
-
- Returns a value that indicates whether two quaternions are equal.
- The first quaternion to compare.
- The second quaternion to compare.
- true if the two quaternions are equal; otherwise, false.
-
-
- Returns a value that indicates whether two quaternions are not equal.
- The first quaternion to compare.
- The second quaternion to compare.
- true if value1 and value2 are not equal; otherwise, false.
-
-
- Returns the quaternion that results from scaling all the components of a specified quaternion by a scalar factor.
- The source quaternion.
- The scalar value.
- The scaled quaternion.
-
-
- Returns the quaternion that results from multiplying two quaternions together.
- The first quaternion.
- The second quaternion.
- The product quaternion.
-
-
- Subtracts each element in a second quaternion from its corresponding element in a first quaternion.
- The first quaternion.
- The second quaternion.
- The quaternion containing the values that result from subtracting each element in value2 from its corresponding element in value1.
-
-
- Reverses the sign of each component of the quaternion.
- The quaternion to negate.
- The negated quaternion.
-
-
- Interpolates between two quaternions, using spherical linear interpolation.
- The first quaternion.
- The second quaternion.
- The relative weight of the second quaternion in the interpolation.
- The interpolated quaternion.
-
-
- Subtracts each element in a second quaternion from its corresponding element in a first quaternion.
- The first quaternion.
- The second quaternion.
- The quaternion containing the values that result from subtracting each element in value2 from its corresponding element in value1.
-
-
- Returns a string that represents this quaternion.
- The string representation of this quaternion.
-
-
- The rotation component of the quaternion.
-
-
-
- The X value of the vector component of the quaternion.
-
-
-
- The Y value of the vector component of the quaternion.
-
-
-
- The Z value of the vector component of the quaternion.
-
-
-
- Represents a single vector of a specified numeric type that is suitable for low-level optimization of parallel algorithms.
- The vector type. T can be any primitive numeric type.
-
-
- Creates a vector whose components are of a specified type.
- The numeric type that defines the type of the components in the vector.
-
-
- Creates a vector from a specified array.
- A numeric array.
- values is null.
-
-
- Creates a vector from a specified array starting at a specified index position.
- A numeric array.
- The starting index position from which to create the vector.
- values is null.
- index is less than zero. -or- The length of values minus index is less than .
-
-
- Copies the vector instance to a specified destination array.
- The array to receive a copy of the vector values.
- destination is null.
- The number of elements in the current vector is greater than the number of elements available in the destination array.
-
-
- Copies the vector instance to a specified destination array starting at a specified index position.
- The array to receive a copy of the vector values.
- The starting index in destination at which to begin the copy operation.
- destination is null.
- The number of elements in the current instance is greater than the number of elements available from startIndex to the end of the destination array.
- index is less than zero or greater than the last index in destination.
-
-
- Returns the number of elements stored in the vector.
- The number of elements stored in the vector.
- Access to the property getter via reflection is not supported.
-
-
- Returns a value that indicates whether this instance is equal to a specified vector.
- The vector to compare with this instance.
- true if the current instance and other are equal; otherwise, false.
-
-
- Returns a value that indicates whether this instance is equal to a specified object.
- The object to compare with this instance.
- true if the current instance and obj are equal; otherwise, false. The method returns false if obj is null, or if obj is a vector of a different type than the current instance.
-
-
- Returns the hash code for this instance.
- The hash code.
-
-
- Gets the element at a specified index.
- The index of the element to return.
- The element at index index.
- index is less than zero. -or- index is greater than or equal to .
-
-
- Returns a vector containing all ones.
- A vector containing all ones.
-
-
- Adds two vectors together.
- The first vector to add.
- The second vector to add.
- The summed vector.
-
-
- Returns a new vector by performing a bitwise And operation on each of the elements in two vectors.
- The first vector.
- The second vector.
- The vector that results from the bitwise And of left and right.
-
-
- Returns a new vector by performing a bitwise Or operation on each of the elements in two vectors.
- The first vector.
- The second vector.
- The vector that results from the bitwise Or of the elements in left and right.
-
-
- Divides the first vector by the second.
- The first vector.
- The second vector.
- The vector that results from dividing left by right.
-
-
- Returns a value that indicates whether each pair of elements in two specified vectors are equal.
- The first vector to compare.
- The second vector to compare.
- true if left and right are equal; otherwise, false.
-
-
- Returns a new vector by performing a bitwise XOr operation on each of the elements in two vectors.
- The first vector.
- The second vector.
- The vector that results from the bitwise XOr of the elements in left and right.
-
-
- Reinterprets the bits of the specified vector into a vector of type .
- The vector to reinterpret.
- The reinterpreted vector.
-
-
- Reinterprets the bits of the specified vector into a vector of type .
- The vector to reinterpret.
- The reinterpreted vector.
-
-
- Reinterprets the bits of the specified vector into a vector of type .
- The vector to reinterpret.
- The reinterpreted vector.
-
-
- Reinterprets the bits of the specified vector into a vector of type .
- The vector to reinterpret.
- The reinterpreted vector.
-
-
- Reinterprets the bits of the specified vector into a vector of type .
- The vector to reinterpret.
- The reinterpreted vector.
-
-
- Reinterprets the bits of the specified vector into a vector of type .
- The vector to reinterpret.
- The reinterpreted vector.
-
-
- Reinterprets the bits of the specified vector into a vector of type .
- The vector to reinterpret.
- The reinterpreted vector.
-
-
- Reinterprets the bits of the specified vector into a vector of type .
- The vector to reinterpret.
- The reinterpreted vector.
-
-
- Reinterprets the bits of the specified vector into a vector of type .
- The vector to reinterpret.
- The reinterpreted vector.
-
-
- Reinterprets the bits of the specified vector into a vector of type .
- The vector to reinterpret.
- The reinterpreted vector.
-
-
- Returns a value that indicates whether any single pair of elements in the specified vectors is equal.
- The first vector to compare.
- The second vector to compare.
- true if any element pairs in left and right are equal. false if no element pairs are equal.
-
-
- Multiplies two vectors together.
- The first vector.
- The second vector.
- The product vector.
-
-
- Multiplies a vector by a specified scalar value.
- The source vector.
- A scalar value.
- The scaled vector.
-
-
- Multiplies a vector by the given scalar.
- The scalar value.
- The source vector.
- The scaled vector.
-
-
- Returns a new vector whose elements are obtained by taking the one's complement of a specified vector's elements.
- The source vector.
- The one's complement vector.
-
-
- Subtracts the second vector from the first.
- The first vector.
- The second vector.
- The vector that results from subtracting right from left.
-
-
- Negates a given vector.
- The vector to negate.
- The negated vector.
-
-
- Returns the string representation of this vector using the specified format string to format individual elements and the specified format provider to define culture-specific formatting.
- A or that defines the format of individual elements.
- A format provider that supplies culture-specific formatting information.
- The string representation of the current instance.
-
-
- Returns the string representation of this vector using default formatting.
- The string representation of this vector.
-
-
- Returns the string representation of this vector using the specified format string to format individual elements.
- A or that defines the format of individual elements.
- The string representation of the current instance.
-
-
- Returns a vector containing all zeroes.
- A vector containing all zeroes.
-
-
- Provides a collection of static convenience methods for creating, manipulating, combining, and converting generic vectors.
-
-
- Returns a new vector whose elements are the absolute values of the given vector's elements.
- The source vector.
- The vector type. T can be any primitive numeric type.
- The absolute value vector.
-
-
- Returns a new vector whose values are the sum of each pair of elements from two given vectors.
- The first vector.
- The second vector.
- The vector type. T can be any primitive numeric type.
- The summed vector.
-
-
- Returns a new vector by performing a bitwise And Not operation on each pair of corresponding elements in two vectors.
- The first vector.
- The second vector.
- The vector type. T can be any primitive numeric type.
- The resulting vector.
-
-
- Reinterprets the bits of a specified vector into those of a vector of unsigned bytes.
- The source vector.
- The vector type. T can be any primitive numeric type.
- The reinterpreted vector.
-
-
- Reinterprets the bits of a specified vector into those of a double-precision floating-point vector.
- The source vector.
- The vector type. T can be any primitive numeric type.
- The reinterpreted vector.
-
-
- Reinterprets the bits of a specified vector into those of a vector of 16-bit integers.
- The source vector.
- The vector type. T can be any primitive numeric type.
- The reinterpreted vector.
-
-
- Reinterprets the bits of a specified vector into those of a vector of integers.
- The source vector.
- The vector type. T can be any primitive numeric type.
- The reinterpreted vector.
-
-
- Reinterprets the bits of a specified vector into those of a vector of long integers.
- The source vector.
- The vector type. T can be any primitive numeric type.
- The reinterpreted vector.
-
-
- Reinterprets the bits of a specified vector into those of a vector of signed bytes.
- The source vector.
- The vector type. T can be any primitive numeric type.
- The reinterpreted vector.
-
-
- Reinterprets the bits of a specified vector into those of a single-precision floating-point vector.
- The source vector.
- The vector type. T can be any primitive numeric type.
- The reinterpreted vector.
-
-
- Reinterprets the bits of a specified vector into those of a vector of unsigned 16-bit integers.
- The source vector.
- The vector type. T can be any primitive numeric type.
- The reinterpreted vector.
-
-
- Reinterprets the bits of a specified vector into those of a vector of unsigned integers.
- The source vector.
- The vector type. T can be any primitive numeric type.
- The reinterpreted vector.
-
-
- Reinterprets the bits of a specified vector into those of a vector of unsigned long integers.
- The source vector.
- The vector type. T can be any primitive numeric type.
- The reinterpreted vector.
-
-
- Returns a new vector by performing a bitwise And operation on each pair of elements in two vectors.
- The first vector.
- The second vector.
- The vector type. T can be any primitive numeric type.
- The resulting vector.
-
-
- Returns a new vector by performing a bitwise Or operation on each pair of elements in two vectors.
- The first vector.
- The second vector.
- The vector type. T can be any primitive numeric type.
- The resulting vector.
-
-
- Creates a new single-precision vector with elements selected between two specified single-precision source vectors based on an integral mask vector.
- The integral mask vector used to drive selection.
- The first source vector.
- The second source vector.
- The new vector with elements selected based on the mask.
-
-
- Creates a new double-precision vector with elements selected between two specified double-precision source vectors based on an integral mask vector.
- The integral mask vector used to drive selection.
- The first source vector.
- The second source vector.
- The new vector with elements selected based on the mask.
-
-
- Creates a new vector of a specified type with elements selected between two specified source vectors of the same type based on an integral mask vector.
- The integral mask vector used to drive selection.
- The first source vector.
- The second source vector.
- The vector type. T can be any primitive numeric type.
- The new vector with elements selected based on the mask.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Returns a new vector whose values are the result of dividing the first vector's elements by the corresponding elements in the second vector.
- The first vector.
- The second vector.
- The vector type. T can be any primitive numeric type.
- The divided vector.
-
-
- Returns the dot product of two vectors.
- The first vector.
- The second vector.
- The vector type. T can be any primitive numeric type.
- The dot product.
-
-
- Returns a new integral vector whose elements signal whether the elements in two specified double-precision vectors are equal.
- The first vector to compare.
- The second vector to compare.
- The resulting integral vector.
-
-
- Returns a new integral vector whose elements signal whether the elements in two specified integral vectors are equal.
- The first vector to compare.
- The second vector to compare.
- The resulting integral vector.
-
-
- Returns a new vector whose elements signal whether the elements in two specified long integer vectors are equal.
- The first vector to compare.
- The second vector to compare.
- The resulting long integer vector.
-
-
- Returns a new integral vector whose elements signal whether the elements in two specified single-precision vectors are equal.
- The first vector to compare.
- The second vector to compare.
- The resulting integral vector.
-
-
- Returns a new vector of a specified type whose elements signal whether the elements in two specified vectors of the same type are equal.
- The first vector to compare.
- The second vector to compare.
- The vector type. T can be any primitive numeric type.
- The resulting vector.
-
-
- Returns a value that indicates whether each pair of elements in the given vectors is equal.
- The first vector to compare.
- The second vector to compare.
- The vector type. T can be any primitive numeric type.
- true if all elements in left and right are equal; otherwise, false.
-
-
- Returns a value that indicates whether any single pair of elements in the given vectors is equal.
- The first vector to compare.
- The second vector to compare.
- The vector type. T can be any primitive numeric type.
- true if any element pair in left and right is equal; otherwise, false.
-
-
- Returns a new integral vector whose elements signal whether the elements in one double-precision floating-point vector are greater than their corresponding elements in a second double-precision floating-point vector.
- The first vector to compare.
- The second vector to compare.
- The resulting integral vector.
-
-
- Returns a new integral vector whose elements signal whether the elements in one integral vector are greater than their corresponding elements in a second integral vector.
- The first vector to compare.
- The second vector to compare.
- The resulting integral vector.
-
-
- Returns a new long integer vector whose elements signal whether the elements in one long integer vector are greater than their corresponding elements in a second long integer vector.
- The first vector to compare.
- The second vector to compare.
- The resulting long integer vector.
-
-
- Returns a new integral vector whose elements signal whether the elements in one single-precision floating-point vector are greater than their corresponding elements in a second single-precision floating-point vector.
- The first vector to compare.
- The second vector to compare.
- The resulting integral vector.
-
-
- Returns a new vector whose elements signal whether the elements in one vector of a specified type are greater than their corresponding elements in the second vector of the same time.
- The first vector to compare.
- The second vector to compare.
- The vector type. T can be any primitive numeric type.
- The resulting vector.
-
-
- Returns a value that indicates whether all elements in the first vector are greater than the corresponding elements in the second vector.
- The first vector to compare.
- The second vector to compare.
- The vector type. T can be any primitive numeric type.
- true if all elements in left are greater than the corresponding elements in right; otherwise, false.
-
-
- Returns a value that indicates whether any element in the first vector is greater than the corresponding element in the second vector.
- The first vector to compare.
- The second vector to compare.
- The vector type. T can be any primitive numeric type.
- true if any element in left is greater than the corresponding element in right; otherwise, false.
-
-
- Returns a new integral vector whose elements signal whether the elements in one vector are greater than or equal to their corresponding elements in the single-precision floating-point second vector.
- The first vector to compare.
- The second vector to compare.
- The resulting integral vector.
-
-
- Returns a new long integer vector whose elements signal whether the elements in one long integer vector are greater than or equal to their corresponding elements in the second long integer vector.
- The first vector to compare.
- The second vector to compare.
- The resulting long integer vector.
-
-
- Returns a new integral vector whose elements signal whether the elements in one integral vector are greater than or equal to their corresponding elements in the second integral vector.
- The first vector to compare.
- The second vector to compare.
- The resulting integral vector.
-
-
- Returns a new integral vector whose elements signal whether the elements in one vector are greater than or equal to their corresponding elements in the second double-precision floating-point vector.
- The first vector to compare.
- The second vector to compare.
- The resulting integral vector.
-
-
- Returns a new vector whose elements signal whether the elements in one vector of a specified type are greater than or equal to their corresponding elements in the second vector of the same type.
- The first vector to compare.
- The second vector to compare.
- The vector type. T can be any primitive numeric type.
- The resulting vector.
-
-
- Returns a value that indicates whether all elements in the first vector are greater than or equal to all the corresponding elements in the second vector.
- The first vector to compare.
- The second vector to compare.
- The vector type. T can be any primitive numeric type.
- true if all elements in left are greater than or equal to the corresponding elements in right; otherwise, false.
-
-
- Returns a value that indicates whether any element in the first vector is greater than or equal to the corresponding element in the second vector.
- The first vector to compare.
- The second vector to compare.
- The vector type. T can be any primitive numeric type.
- true if any element in left is greater than or equal to the corresponding element in right; otherwise, false.
-
-
- Gets a value that indicates whether vector operations are subject to hardware acceleration through JIT intrinsic support.
- true if vector operations are subject to hardware acceleration; otherwise, false.
-
-
- Returns a new integral vector whose elements signal whether the elements in one double-precision floating-point vector are less than their corresponding elements in a second double-precision floating-point vector.
- The first vector to compare.
- The second vector to compare.
- The resulting integral vector.
-
-
- Returns a new integral vector whose elements signal whether the elements in one integral vector are less than their corresponding elements in a second integral vector.
- The first vector to compare.
- The second vector to compare.
- The resulting integral vector
-
-
- Returns a new long integer vector whose elements signal whether the elements in one long integer vector are less than their corresponding elements in a second long integer vector.
- The first vector to compare.
- The second vector to compare.
- The resulting long integer vector.
-
-
- Returns a new integral vector whose elements signal whether the elements in one single-precision vector are less than their corresponding elements in a second single-precision vector.
- The first vector to compare.
- The second vector to compare.
- The resulting integral vector.
-
-
- Returns a new vector of a specified type whose elements signal whether the elements in one vector are less than their corresponding elements in the second vector.
- The first vector to compare.
- The second vector to compare.
- The vector type. T can be any primitive numeric type.
- The resulting vector.
-
-
- Returns a value that indicates whether all of the elements in the first vector are less than their corresponding elements in the second vector.
- The first vector to compare.
- The second vector to compare.
- The vector type. T can be any primitive numeric type.
- true if all of the elements in left are less than the corresponding elements in right; otherwise, false.
-
-
- Returns a value that indicates whether any element in the first vector is less than the corresponding element in the second vector.
- The first vector to compare.
- The second vector to compare.
- The vector type. T can be any primitive numeric type.
- true if any element in left is less than the corresponding element in right; otherwise, false.
-
-
- Returns a new integral vector whose elements signal whether the elements in one double-precision floating-point vector are less than or equal to their corresponding elements in a second double-precision floating-point vector.
- The first vector to compare.
- The second vector to compare.
- The resulting integral vector.
-
-
- Returns a new integral vector whose elements signal whether the elements in one integral vector are less than or equal to their corresponding elements in a second integral vector.
- The first vector to compare.
- The second vector to compare.
- The resulting integral vector.
-
-
- Returns a new long integer vector whose elements signal whether the elements in one long integer vector are less or equal to their corresponding elements in a second long integer vector.
- The first vector to compare.
- The second vector to compare.
- The resulting long integer vector.
-
-
- Returns a new integral vector whose elements signal whether the elements in one single-precision floating-point vector are less than or equal to their corresponding elements in a second single-precision floating-point vector.
- The first vector to compare.
- The second vector to compare.
- The resulting integral vector.
-
-
- Returns a new vector whose elements signal whether the elements in one vector are less than or equal to their corresponding elements in the second vector.
- The first vector to compare.
- The second vector to compare.
- The vector type. T can be any primitive numeric type.
- The resulting vector.
-
-
- Returns a value that indicates whether all elements in the first vector are less than or equal to their corresponding elements in the second vector.
- The first vector to compare.
- The second vector to compare.
- The vector type. T can be any primitive numeric type.
- true if all of the elements in left are less than or equal to the corresponding elements in right; otherwise, false.
-
-
- Returns a value that indicates whether any element in the first vector is less than or equal to the corresponding element in the second vector.
- The first vector to compare.
- The second vector to compare.
- The vector type. T can be any primitive numeric type.
- true if any element in left is less than or equal to the corresponding element in right; otherwise, false.
-
-
- Returns a new vector whose elements are the maximum of each pair of elements in the two given vectors.
- The first vector to compare.
- The second vector to compare.
- The vector type. T can be any primitive numeric type.
- The maximum vector.
-
-
- Returns a new vector whose elements are the minimum of each pair of elements in the two given vectors.
- The first vector to compare.
- The second vector to compare.
- The vector type. T can be any primitive numeric type.
- The minimum vector.
-
-
- Returns a new vector whose values are a scalar value multiplied by each of the values of a specified vector.
- The scalar value.
- The vector.
- The vector type. T can be any primitive numeric type.
- The scaled vector.
-
-
- Returns a new vector whose values are the product of each pair of elements in two specified vectors.
- The first vector.
- The second vector.
- The vector type. T can be any primitive numeric type.
- The product vector.
-
-
- Returns a new vector whose values are the values of a specified vector each multiplied by a scalar value.
- The vector.
- The scalar value.
- The vector type. T can be any primitive numeric type.
- The scaled vector.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Returns a new vector whose elements are the negation of the corresponding element in the specified vector.
- The source vector.
- The vector type. T can be any primitive numeric type.
- The negated vector.
-
-
- Returns a new vector whose elements are obtained by taking the one's complement of a specified vector's elements.
- The source vector.
- The vector type. T can be any primitive numeric type.
- The resulting vector.
-
-
- Returns a new vector whose elements are the square roots of a specified vector's elements.
- The source vector.
- The vector type. T can be any primitive numeric type.
- The square root vector.
-
-
- Returns a new vector whose values are the difference between the elements in the second vector and their corresponding elements in the first vector.
- The first vector.
- The second vector.
- The vector type. T can be any primitive numeric type.
- The difference vector.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Returns a new vector by performing a bitwise exclusive Or (XOr) operation on each pair of elements in two vectors.
- The first vector.
- The second vector.
- The vector type. T can be any primitive numeric type.
- The resulting vector.
-
-
- Represents a vector with two single-precision floating-point values.
-
-
- Creates a new object whose two elements have the same value.
- The value to assign to both elements.
-
-
- Creates a vector whose elements have the specified values.
- The value to assign to the field.
- The value to assign to the field.
-
-
- Returns a vector whose elements are the absolute values of each of the specified vector's elements.
- A vector.
- The absolute value vector.
-
-
- Adds two vectors together.
- The first vector to add.
- The second vector to add.
- The summed vector.
-
-
- Restricts a vector between a minimum and a maximum value.
- The vector to restrict.
- The minimum value.
- The maximum value.
- The restricted vector.
-
-
- Copies the elements of the vector to a specified array.
- The destination array.
- array is null.
- The number of elements in the current instance is greater than in the array.
- array is multidimensional.
-
-
- Copies the elements of the vector to a specified array starting at a specified index position.
- The destination array.
- The index at which to copy the first element of the vector.
- array is null.
- The number of elements in the current instance is greater than in the array.
- index is less than zero. -or- index is greater than or equal to the array length.
- array is multidimensional.
-
-
- Computes the Euclidean distance between the two given points.
- The first point.
- The second point.
- The distance.
-
-
- Returns the Euclidean distance squared between two specified points.
- The first point.
- The second point.
- The distance squared.
-
-
- Divides the first vector by the second.
- The first vector.
- The second vector.
- The vector resulting from the division.
-
-
- Divides the specified vector by a specified scalar value.
- The vector.
- The scalar value.
- The vector that results from the division.
-
-
- Returns the dot product of two vectors.
- The first vector.
- The second vector.
- The dot product.
-
-
- Returns a value that indicates whether this instance and a specified object are equal.
- The object to compare with the current instance.
- true if the current instance and obj are equal; otherwise, false```. If <code data-dev-comment-type="paramref">obj</code> isnull, the method returnsfalse`.
-
-
- Returns a value that indicates whether this instance and another vector are equal.
- The other vector.
- true if the two vectors are equal; otherwise, false.
-
-
- Returns the hash code for this instance.
- The hash code.
-
-
- Returns the length of the vector.
- The vector's length.
-
-
- Returns the length of the vector squared.
- The vector's length squared.
-
-
- Performs a linear interpolation between two vectors based on the given weighting.
- The first vector.
- The second vector.
- A value between 0 and 1 that indicates the weight of value2.
- The interpolated vector.
-
-
- Returns a vector whose elements are the maximum of each of the pairs of elements in two specified vectors.
- The first vector.
- The second vector.
- The maximized vector.
-
-
- Returns a vector whose elements are the minimum of each of the pairs of elements in two specified vectors.
- The first vector.
- The second vector.
- The minimized vector.
-
-
- Multiplies two vectors together.
- The first vector.
- The second vector.
- The product vector.
-
-
- Multiplies a vector by a specified scalar.
- The vector to multiply.
- The scalar value.
- The scaled vector.
-
-
- Multiplies a scalar value by a specified vector.
- The scaled value.
- The vector.
- The scaled vector.
-
-
- Negates a specified vector.
- The vector to negate.
- The negated vector.
-
-
- Returns a vector with the same direction as the specified vector, but with a length of one.
- The vector to normalize.
- The normalized vector.
-
-
- Gets a vector whose 2 elements are equal to one.
- A vector whose two elements are equal to one (that is, it returns the vector (1,1).
-
-
- Adds two vectors together.
- The first vector to add.
- The second vector to add.
- The summed vector.
-
-
- Divides the first vector by the second.
- The first vector.
- The second vector.
- The vector that results from dividing left by right.
-
-
- Divides the specified vector by a specified scalar value.
- The vector.
- The scalar value.
- The result of the division.
-
-
- Returns a value that indicates whether each pair of elements in two specified vectors is equal.
- The first vector to compare.
- The second vector to compare.
- true if left and right are equal; otherwise, false.
-
-
- Returns a value that indicates whether two specified vectors are not equal.
- The first vector to compare.
- The second vector to compare.
- true if left and right are not equal; otherwise, false.
-
-
- Multiplies two vectors together.
- The first vector.
- The second vector.
- The product vector.
-
-
- Multiples the specified vector by the specified scalar value.
- The vector.
- The scalar value.
- The scaled vector.
-
-
- Multiples the scalar value by the specified vector.
- The vector.
- The scalar value.
- The scaled vector.
-
-
- Subtracts the second vector from the first.
- The first vector.
- The second vector.
- The vector that results from subtracting right from left.
-
-
- Negates the specified vector.
- The vector to negate.
- The negated vector.
-
-
- Returns the reflection of a vector off a surface that has the specified normal.
- The source vector.
- The normal of the surface being reflected off.
- The reflected vector.
-
-
- Returns a vector whose elements are the square root of each of a specified vector's elements.
- A vector.
- The square root vector.
-
-
- Subtracts the second vector from the first.
- The first vector.
- The second vector.
- The difference vector.
-
-
- Returns the string representation of the current instance using default formatting.
- The string representation of the current instance.
-
-
- Returns the string representation of the current instance using the specified format string to format individual elements.
- A or that defines the format of individual elements.
- The string representation of the current instance.
-
-
- Returns the string representation of the current instance using the specified format string to format individual elements and the specified format provider to define culture-specific formatting.
- A or that defines the format of individual elements.
- A format provider that supplies culture-specific formatting information.
- The string representation of the current instance.
-
-
- Transforms a vector by a specified 3x2 matrix.
- The vector to transform.
- The transformation matrix.
- The transformed vector.
-
-
- Transforms a vector by a specified 4x4 matrix.
- The vector to transform.
- The transformation matrix.
- The transformed vector.
-
-
- Transforms a vector by the specified Quaternion rotation value.
- The vector to rotate.
- The rotation to apply.
- The transformed vector.
-
-
- Transforms a vector normal by the given 3x2 matrix.
- The source vector.
- The matrix.
- The transformed vector.
-
-
- Transforms a vector normal by the given 4x4 matrix.
- The source vector.
- The matrix.
- The transformed vector.
-
-
- Gets the vector (1,0).
- The vector (1,0).
-
-
- Gets the vector (0,1).
- The vector (0,1).
-
-
- The X component of the vector.
-
-
-
- The Y component of the vector.
-
-
-
- Returns a vector whose 2 elements are equal to zero.
- A vector whose two elements are equal to zero (that is, it returns the vector (0,0).
-
-
- Represents a vector with three single-precision floating-point values.
-
-
- Creates a new object whose three elements have the same value.
- The value to assign to all three elements.
-
-
- Creates a new object from the specified object and the specified value.
- The vector with two elements.
- The additional value to assign to the field.
-
-
- Creates a vector whose elements have the specified values.
- The value to assign to the field.
- The value to assign to the field.
- The value to assign to the field.
-
-
- Returns a vector whose elements are the absolute values of each of the specified vector's elements.
- A vector.
- The absolute value vector.
-
-
- Adds two vectors together.
- The first vector to add.
- The second vector to add.
- The summed vector.
-
-
- Restricts a vector between a minimum and a maximum value.
- The vector to restrict.
- The minimum value.
- The maximum value.
- The restricted vector.
-
-
- Copies the elements of the vector to a specified array.
- The destination array.
- array is null.
- The number of elements in the current instance is greater than in the array.
- array is multidimensional.
-
-
- Copies the elements of the vector to a specified array starting at a specified index position.
- The destination array.
- The index at which to copy the first element of the vector.
- array is null.
- The number of elements in the current instance is greater than in the array.
- index is less than zero. -or- index is greater than or equal to the array length.
- array is multidimensional.
-
-
- Computes the cross product of two vectors.
- The first vector.
- The second vector.
- The cross product.
-
-
- Computes the Euclidean distance between the two given points.
- The first point.
- The second point.
- The distance.
-
-
- Returns the Euclidean distance squared between two specified points.
- The first point.
- The second point.
- The distance squared.
-
-
- Divides the specified vector by a specified scalar value.
- The vector.
- The scalar value.
- The vector that results from the division.
-
-
- Divides the first vector by the second.
- The first vector.
- The second vector.
- The vector resulting from the division.
-
-
- Returns the dot product of two vectors.
- The first vector.
- The second vector.
- The dot product.
-
-
- Returns a value that indicates whether this instance and another vector are equal.
- The other vector.
- true if the two vectors are equal; otherwise, false.
-
-
- Returns a value that indicates whether this instance and a specified object are equal.
- The object to compare with the current instance.
- true if the current instance and obj are equal; otherwise, false```. If <code data-dev-comment-type="paramref">obj</code> isnull, the method returnsfalse`.
-
-
- Returns the hash code for this instance.
- The hash code.
-
-
- Returns the length of this vector object.
- The vector's length.
-
-
- Returns the length of the vector squared.
- The vector's length squared.
-
-
- Performs a linear interpolation between two vectors based on the given weighting.
- The first vector.
- The second vector.
- A value between 0 and 1 that indicates the weight of value2.
- The interpolated vector.
-
-
- Returns a vector whose elements are the maximum of each of the pairs of elements in two specified vectors.
- The first vector.
- The second vector.
- The maximized vector.
-
-
- Returns a vector whose elements are the minimum of each of the pairs of elements in two specified vectors.
- The first vector.
- The second vector.
- The minimized vector.
-
-
- Multiplies a scalar value by a specified vector.
- The scaled value.
- The vector.
- The scaled vector.
-
-
- Multiplies two vectors together.
- The first vector.
- The second vector.
- The product vector.
-
-
- Multiplies a vector by a specified scalar.
- The vector to multiply.
- The scalar value.
- The scaled vector.
-
-
- Negates a specified vector.
- The vector to negate.
- The negated vector.
-
-
- Returns a vector with the same direction as the specified vector, but with a length of one.
- The vector to normalize.
- The normalized vector.
-
-
- Gets a vector whose 3 elements are equal to one.
- A vector whose three elements are equal to one (that is, it returns the vector (1,1,1).
-
-
- Adds two vectors together.
- The first vector to add.
- The second vector to add.
- The summed vector.
-
-
- Divides the first vector by the second.
- The first vector.
- The second vector.
- The vector that results from dividing left by right.
-
-
- Divides the specified vector by a specified scalar value.
- The vector.
- The scalar value.
- The result of the division.
-
-
- Returns a value that indicates whether each pair of elements in two specified vectors is equal.
- The first vector to compare.
- The second vector to compare.
- true if left and right are equal; otherwise, false.
-
-
- Returns a value that indicates whether two specified vectors are not equal.
- The first vector to compare.
- The second vector to compare.
- true if left and right are not equal; otherwise, false.
-
-
- Multiplies two vectors together.
- The first vector.
- The second vector.
- The product vector.
-
-
- Multiples the specified vector by the specified scalar value.
- The vector.
- The scalar value.
- The scaled vector.
-
-
- Multiples the scalar value by the specified vector.
- The vector.
- The scalar value.
- The scaled vector.
-
-
- Subtracts the second vector from the first.
- The first vector.
- The second vector.
- The vector that results from subtracting right from left.
-
-
- Negates the specified vector.
- The vector to negate.
- The negated vector.
-
-
- Returns the reflection of a vector off a surface that has the specified normal.
- The source vector.
- The normal of the surface being reflected off.
- The reflected vector.
-
-
- Returns a vector whose elements are the square root of each of a specified vector's elements.
- A vector.
- The square root vector.
-
-
- Subtracts the second vector from the first.
- The first vector.
- The second vector.
- The difference vector.
-
-
- Returns the string representation of the current instance using default formatting.
- The string representation of the current instance.
-
-
- Returns the string representation of the current instance using the specified format string to format individual elements.
- A or that defines the format of individual elements.
- The string representation of the current instance.
-
-
- Returns the string representation of the current instance using the specified format string to format individual elements and the specified format provider to define culture-specific formatting.
- A or that defines the format of individual elements.
- A format provider that supplies culture-specific formatting information.
- The string representation of the current instance.
-
-
- Transforms a vector by a specified 4x4 matrix.
- The vector to transform.
- The transformation matrix.
- The transformed vector.
-
-
- Transforms a vector by the specified Quaternion rotation value.
- The vector to rotate.
- The rotation to apply.
- The transformed vector.
-
-
- Transforms a vector normal by the given 4x4 matrix.
- The source vector.
- The matrix.
- The transformed vector.
-
-
- Gets the vector (1,0,0).
- The vector (1,0,0).
-
-
- Gets the vector (0,1,0).
- The vector (0,1,0)..
-
-
- Gets the vector (0,0,1).
- The vector (0,0,1).
-
-
- The X component of the vector.
-
-
-
- The Y component of the vector.
-
-
-
- The Z component of the vector.
-
-
-
- Gets a vector whose 3 elements are equal to zero.
- A vector whose three elements are equal to zero (that is, it returns the vector (0,0,0).
-
-
- Represents a vector with four single-precision floating-point values.
-
-
- Creates a new object whose four elements have the same value.
- The value to assign to all four elements.
-
-
- Constructs a new object from the specified object and a W component.
- The vector to use for the X, Y, and Z components.
- The W component.
-
-
- Creates a new object from the specified object and a Z and a W component.
- The vector to use for the X and Y components.
- The Z component.
- The W component.
-
-
- Creates a vector whose elements have the specified values.
- The value to assign to the field.
- The value to assign to the field.
- The value to assign to the field.
- The value to assign to the field.
-
-
- Returns a vector whose elements are the absolute values of each of the specified vector's elements.
- A vector.
- The absolute value vector.
-
-
- Adds two vectors together.
- The first vector to add.
- The second vector to add.
- The summed vector.
-
-
- Restricts a vector between a minimum and a maximum value.
- The vector to restrict.
- The minimum value.
- The maximum value.
- The restricted vector.
-
-
- Copies the elements of the vector to a specified array.
- The destination array.
- array is null.
- The number of elements in the current instance is greater than in the array.
- array is multidimensional.
-
-
- Copies the elements of the vector to a specified array starting at a specified index position.
- The destination array.
- The index at which to copy the first element of the vector.
- array is null.
- The number of elements in the current instance is greater than in the array.
- index is less than zero. -or- index is greater than or equal to the array length.
- array is multidimensional.
-
-
- Computes the Euclidean distance between the two given points.
- The first point.
- The second point.
- The distance.
-
-
- Returns the Euclidean distance squared between two specified points.
- The first point.
- The second point.
- The distance squared.
-
-
- Divides the first vector by the second.
- The first vector.
- The second vector.
- The vector resulting from the division.
-
-
- Divides the specified vector by a specified scalar value.
- The vector.
- The scalar value.
- The vector that results from the division.
-
-
- Returns the dot product of two vectors.
- The first vector.
- The second vector.
- The dot product.
-
-
- Returns a value that indicates whether this instance and another vector are equal.
- The other vector.
- true if the two vectors are equal; otherwise, false.
-
-
- Returns a value that indicates whether this instance and a specified object are equal.
- The object to compare with the current instance.
- true if the current instance and obj are equal; otherwise, false```. If <code data-dev-comment-type="paramref">obj</code> isnull, the method returnsfalse`.
-
-
- Returns the hash code for this instance.
- The hash code.
-
-
- Returns the length of this vector object.
- The vector's length.
-
-
- Returns the length of the vector squared.
- The vector's length squared.
-
-
- Performs a linear interpolation between two vectors based on the given weighting.
- The first vector.
- The second vector.
- A value between 0 and 1 that indicates the weight of value2.
- The interpolated vector.
-
-
- Returns a vector whose elements are the maximum of each of the pairs of elements in two specified vectors.
- The first vector.
- The second vector.
- The maximized vector.
-
-
- Returns a vector whose elements are the minimum of each of the pairs of elements in two specified vectors.
- The first vector.
- The second vector.
- The minimized vector.
-
-
- Multiplies two vectors together.
- The first vector.
- The second vector.
- The product vector.
-
-
- Multiplies a vector by a specified scalar.
- The vector to multiply.
- The scalar value.
- The scaled vector.
-
-
- Multiplies a scalar value by a specified vector.
- The scaled value.
- The vector.
- The scaled vector.
-
-
- Negates a specified vector.
- The vector to negate.
- The negated vector.
-
-
- Returns a vector with the same direction as the specified vector, but with a length of one.
- The vector to normalize.
- The normalized vector.
-
-
- Gets a vector whose 4 elements are equal to one.
- Returns .
-
-
- Adds two vectors together.
- The first vector to add.
- The second vector to add.
- The summed vector.
-
-
- Divides the first vector by the second.
- The first vector.
- The second vector.
- The vector that results from dividing left by right.
-
-
- Divides the specified vector by a specified scalar value.
- The vector.
- The scalar value.
- The result of the division.
-
-
- Returns a value that indicates whether each pair of elements in two specified vectors is equal.
- The first vector to compare.
- The second vector to compare.
- true if left and right are equal; otherwise, false.
-
-
- Returns a value that indicates whether two specified vectors are not equal.
- The first vector to compare.
- The second vector to compare.
- true if left and right are not equal; otherwise, false.
-
-
- Multiplies two vectors together.
- The first vector.
- The second vector.
- The product vector.
-
-
- Multiples the specified vector by the specified scalar value.
- The vector.
- The scalar value.
- The scaled vector.
-
-
- Multiples the scalar value by the specified vector.
- The vector.
- The scalar value.
- The scaled vector.
-
-
- Subtracts the second vector from the first.
- The first vector.
- The second vector.
- The vector that results from subtracting right from left.
-
-
- Negates the specified vector.
- The vector to negate.
- The negated vector.
-
-
- Returns a vector whose elements are the square root of each of a specified vector's elements.
- A vector.
- The square root vector.
-
-
- Subtracts the second vector from the first.
- The first vector.
- The second vector.
- The difference vector.
-
-
- Returns the string representation of the current instance using default formatting.
- The string representation of the current instance.
-
-
- Returns the string representation of the current instance using the specified format string to format individual elements.
- A or that defines the format of individual elements.
- The string representation of the current instance.
-
-
- Returns the string representation of the current instance using the specified format string to format individual elements and the specified format provider to define culture-specific formatting.
- A or that defines the format of individual elements.
- A format provider that supplies culture-specific formatting information.
- The string representation of the current instance.
-
-
- Transforms a four-dimensional vector by the specified Quaternion rotation value.
- The vector to rotate.
- The rotation to apply.
- The transformed vector.
-
-
- Transforms a four-dimensional vector by a specified 4x4 matrix.
- The vector to transform.
- The transformation matrix.
- The transformed vector.
-
-
- Transforms a three-dimensional vector by the specified Quaternion rotation value.
- The vector to rotate.
- The rotation to apply.
- The transformed vector.
-
-
- Transforms a two-dimensional vector by a specified 4x4 matrix.
- The vector to transform.
- The transformation matrix.
- The transformed vector.
-
-
- Transforms a two-dimensional vector by the specified Quaternion rotation value.
- The vector to rotate.
- The rotation to apply.
- The transformed vector.
-
-
- Transforms a three-dimensional vector by a specified 4x4 matrix.
- The vector to transform.
- The transformation matrix.
- The transformed vector.
-
-
- Gets the vector (0,0,0,1).
- The vector (0,0,0,1).
-
-
- Gets the vector (1,0,0,0).
- The vector (1,0,0,0).
-
-
- Gets the vector (0,1,0,0).
- The vector (0,1,0,0)..
-
-
- Gets a vector whose 4 elements are equal to zero.
- The vector (0,0,1,0).
-
-
- The W component of the vector.
-
-
-
- The X component of the vector.
-
-
-
- The Y component of the vector.
-
-
-
- The Z component of the vector.
-
-
-
- Gets a vector whose 4 elements are equal to zero.
- A vector whose four elements are equal to zero (that is, it returns the vector (0,0,0,0).
-
-
-
\ No newline at end of file
diff --git a/ISBN_Check_test/bin/Debug/System.Runtime.CompilerServices.Unsafe.dll b/ISBN_Check_test/bin/Debug/System.Runtime.CompilerServices.Unsafe.dll
deleted file mode 100644
index 3156239..0000000
Binary files a/ISBN_Check_test/bin/Debug/System.Runtime.CompilerServices.Unsafe.dll and /dev/null differ
diff --git a/ISBN_Check_test/bin/Debug/System.Runtime.CompilerServices.Unsafe.xml b/ISBN_Check_test/bin/Debug/System.Runtime.CompilerServices.Unsafe.xml
deleted file mode 100644
index 6a7cfcf..0000000
--- a/ISBN_Check_test/bin/Debug/System.Runtime.CompilerServices.Unsafe.xml
+++ /dev/null
@@ -1,200 +0,0 @@
-
-
- System.Runtime.CompilerServices.Unsafe
-
-
-
- Contains generic, low-level functionality for manipulating pointers.
-
-
- Adds an element offset to the given reference.
- The reference to add the offset to.
- The offset to add.
- The type of reference.
- A new reference that reflects the addition of offset to pointer.
-
-
- Adds an element offset to the given reference.
- The reference to add the offset to.
- The offset to add.
- The type of reference.
- A new reference that reflects the addition of offset to pointer.
-
-
- Adds a byte offset to the given reference.
- The reference to add the offset to.
- The offset to add.
- The type of reference.
- A new reference that reflects the addition of byte offset to pointer.
-
-
- Determines whether the specified references point to the same location.
- The first reference to compare.
- The second reference to compare.
- The type of reference.
- true if left and right point to the same location; otherwise, false.
-
-
- Casts the given object to the specified type.
- The object to cast.
- The type which the object will be cast to.
- The original object, casted to the given type.
-
-
- Reinterprets the given reference as a reference to a value of type TTo.
- The reference to reinterpret.
- The type of reference to reinterpret..
- The desired type of the reference.
- A reference to a value of type TTo.
-
-
- Returns a pointer to the given by-ref parameter.
- The object whose pointer is obtained.
- The type of object.
- A pointer to the given value.
-
-
- Reinterprets the given location as a reference to a value of type T.
- The location of the value to reference.
- The type of the interpreted location.
- A reference to a value of type T.
-
-
- Determines the byte offset from origin to target from the given references.
- The reference to origin.
- The reference to target.
- The type of reference.
- Byte offset from origin to target i.e. target - origin.
-
-
- Copies a value of type T to the given location.
- The location to copy to.
- A reference to the value to copy.
- The type of value to copy.
-
-
- Copies a value of type T to the given location.
- The location to copy to.
- A pointer to the value to copy.
- The type of value to copy.
-
-
- Copies bytes from the source address to the destination address.
- The destination address to copy to.
- The source address to copy from.
- The number of bytes to copy.
-
-
- Copies bytes from the source address to the destination address.
- The destination address to copy to.
- The source address to copy from.
- The number of bytes to copy.
-
-
- Copies bytes from the source address to the destination address
-without assuming architecture dependent alignment of the addresses.
- The destination address to copy to.
- The source address to copy from.
- The number of bytes to copy.
-
-
- Copies bytes from the source address to the destination address
-without assuming architecture dependent alignment of the addresses.
- The destination address to copy to.
- The source address to copy from.
- The number of bytes to copy.
-
-
- Initializes a block of memory at the given location with a given initial value.
- The address of the start of the memory block to initialize.
- The value to initialize the block to.
- The number of bytes to initialize.
-
-
- Initializes a block of memory at the given location with a given initial value.
- The address of the start of the memory block to initialize.
- The value to initialize the block to.
- The number of bytes to initialize.
-
-
- Initializes a block of memory at the given location with a given initial value
-without assuming architecture dependent alignment of the address.
- The address of the start of the memory block to initialize.
- The value to initialize the block to.
- The number of bytes to initialize.
-
-
- Initializes a block of memory at the given location with a given initial value
-without assuming architecture dependent alignment of the address.
- The address of the start of the memory block to initialize.
- The value to initialize the block to.
- The number of bytes to initialize.
-
-
- Reads a value of type T from the given location.
- The location to read from.
- The type to read.
- An object of type T read from the given location.
-
-
- Reads a value of type T from the given location
-without assuming architecture dependent alignment of the addresses.
- The location to read from.
- The type to read.
- An object of type T read from the given location.
-
-
- Reads a value of type T from the given location
-without assuming architecture dependent alignment of the addresses.
- The location to read from.
- The type to read.
- An object of type T read from the given location.
-
-
- Returns the size of an object of the given type parameter.
- The type of object whose size is retrieved.
- The size of an object of type T.
-
-
- Subtracts an element offset from the given reference.
- The reference to subtract the offset from.
- The offset to subtract.
- The type of reference.
- A new reference that reflects the subraction of offset from pointer.
-
-
- Subtracts an element offset from the given reference.
- The reference to subtract the offset from.
- The offset to subtract.
- The type of reference.
- A new reference that reflects the subraction of offset from pointer.
-
-
- Subtracts a byte offset from the given reference.
- The reference to subtract the offset from.
-
- The type of reference.
- A new reference that reflects the subraction of byte offset from pointer.
-
-
- Writes a value of type T to the given location.
- The location to write to.
- The value to write.
- The type of value to write.
-
-
- Writes a value of type T to the given location
-without assuming architecture dependent alignment of the addresses.
- The location to write to.
- The value to write.
- The type of value to write.
-
-
- Writes a value of type T to the given location
-without assuming architecture dependent alignment of the addresses.
- The location to write to.
- The value to write.
- The type of value to write.
-
-
-
\ No newline at end of file
diff --git a/ISBN_Check_test/bin/Debug/Ubiety.Dns.Core.dll b/ISBN_Check_test/bin/Debug/Ubiety.Dns.Core.dll
deleted file mode 100644
index b10ecf2..0000000
Binary files a/ISBN_Check_test/bin/Debug/Ubiety.Dns.Core.dll and /dev/null differ
diff --git a/ISBN_Check_test/bin/Debug/Zstandard.Net.dll b/ISBN_Check_test/bin/Debug/Zstandard.Net.dll
deleted file mode 100644
index 83934d1..0000000
Binary files a/ISBN_Check_test/bin/Debug/Zstandard.Net.dll and /dev/null differ
diff --git a/ISBN_Check_test/bin/Debug/app.publish/ISBN_Check_test.exe b/ISBN_Check_test/bin/Debug/app.publish/ISBN_Check_test.exe
deleted file mode 100644
index 526cffd..0000000
Binary files a/ISBN_Check_test/bin/Debug/app.publish/ISBN_Check_test.exe and /dev/null differ
diff --git a/ISBN_Check_test/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs b/ISBN_Check_test/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
deleted file mode 100644
index 3871b18..0000000
--- a/ISBN_Check_test/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
+++ /dev/null
@@ -1,4 +0,0 @@
-//
-using System;
-using System.Reflection;
-[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")]
diff --git a/ISBN_Check_test/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/ISBN_Check_test/obj/Debug/DesignTimeResolveAssemblyReferences.cache
deleted file mode 100644
index 138cf3b..0000000
Binary files a/ISBN_Check_test/obj/Debug/DesignTimeResolveAssemblyReferences.cache and /dev/null differ
diff --git a/ISBN_Check_test/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/ISBN_Check_test/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
deleted file mode 100644
index ba16995..0000000
Binary files a/ISBN_Check_test/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache and /dev/null differ
diff --git a/ISBN_Check_test/obj/Debug/ISBN_Check_test.Form1.resources b/ISBN_Check_test/obj/Debug/ISBN_Check_test.Form1.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/ISBN_Check_test/obj/Debug/ISBN_Check_test.Form1.resources and /dev/null differ
diff --git a/ISBN_Check_test/obj/Debug/ISBN_Check_test.Form2.resources b/ISBN_Check_test/obj/Debug/ISBN_Check_test.Form2.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/ISBN_Check_test/obj/Debug/ISBN_Check_test.Form2.resources and /dev/null differ
diff --git a/ISBN_Check_test/obj/Debug/ISBN_Check_test.Form3.resources b/ISBN_Check_test/obj/Debug/ISBN_Check_test.Form3.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/ISBN_Check_test/obj/Debug/ISBN_Check_test.Form3.resources and /dev/null differ
diff --git a/ISBN_Check_test/obj/Debug/ISBN_Check_test.Properties.Resources.resources b/ISBN_Check_test/obj/Debug/ISBN_Check_test.Properties.Resources.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/ISBN_Check_test/obj/Debug/ISBN_Check_test.Properties.Resources.resources and /dev/null differ
diff --git a/ISBN_Check_test/obj/Debug/ISBN_Check_test.Yes24.resources b/ISBN_Check_test/obj/Debug/ISBN_Check_test.Yes24.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/ISBN_Check_test/obj/Debug/ISBN_Check_test.Yes24.resources and /dev/null differ
diff --git a/ISBN_Check_test/obj/Debug/ISBN_Check_test.application b/ISBN_Check_test/obj/Debug/ISBN_Check_test.application
deleted file mode 100644
index 7e899d3..0000000
--- a/ISBN_Check_test/obj/Debug/ISBN_Check_test.application
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- F7W1cK7V9Up1c4wq6FjJVdBQX3Vi9VvrLNVXEgS4D+U=
-
-
-
-
\ No newline at end of file
diff --git a/ISBN_Check_test/obj/Debug/ISBN_Check_test.csproj.AssemblyReference.cache b/ISBN_Check_test/obj/Debug/ISBN_Check_test.csproj.AssemblyReference.cache
deleted file mode 100644
index f5e894a..0000000
Binary files a/ISBN_Check_test/obj/Debug/ISBN_Check_test.csproj.AssemblyReference.cache and /dev/null differ
diff --git a/ISBN_Check_test/obj/Debug/ISBN_Check_test.csproj.CopyComplete b/ISBN_Check_test/obj/Debug/ISBN_Check_test.csproj.CopyComplete
deleted file mode 100644
index e69de29..0000000
diff --git a/ISBN_Check_test/obj/Debug/ISBN_Check_test.csproj.CoreCompileInputs.cache b/ISBN_Check_test/obj/Debug/ISBN_Check_test.csproj.CoreCompileInputs.cache
deleted file mode 100644
index 2ac40f4..0000000
--- a/ISBN_Check_test/obj/Debug/ISBN_Check_test.csproj.CoreCompileInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-a77fad757a000de80a5ec0c6d775e009c723c9c7
diff --git a/ISBN_Check_test/obj/Debug/ISBN_Check_test.csproj.FileListAbsolute.txt b/ISBN_Check_test/obj/Debug/ISBN_Check_test.csproj.FileListAbsolute.txt
deleted file mode 100644
index f2feb44..0000000
--- a/ISBN_Check_test/obj/Debug/ISBN_Check_test.csproj.FileListAbsolute.txt
+++ /dev/null
@@ -1,59 +0,0 @@
-C:\Users\Administrator\Desktop\project\ISBN_Check_test\bin\Debug\ISBN_Check_test.exe.config
-C:\Users\Administrator\Desktop\project\ISBN_Check_test\bin\Debug\ISBN_Check_test.exe
-C:\Users\Administrator\Desktop\project\ISBN_Check_test\bin\Debug\ISBN_Check_test.pdb
-C:\Users\Administrator\Desktop\project\ISBN_Check_test\bin\Debug\Newtonsoft.Json.dll
-C:\Users\Administrator\Desktop\project\ISBN_Check_test\bin\Debug\Newtonsoft.Json.xml
-C:\Users\Administrator\Desktop\project\ISBN_Check_test\obj\Debug\ISBN_Check_test.csprojAssemblyReference.cache
-C:\Users\Administrator\Desktop\project\ISBN_Check_test\obj\Debug\ISBN_Check_test.Form1.resources
-C:\Users\Administrator\Desktop\project\ISBN_Check_test\obj\Debug\ISBN_Check_test.Properties.Resources.resources
-C:\Users\Administrator\Desktop\project\ISBN_Check_test\obj\Debug\ISBN_Check_test.csproj.GenerateResource.cache
-C:\Users\Administrator\Desktop\project\ISBN_Check_test\obj\Debug\ISBN_Check_test.csproj.CoreCompileInputs.cache
-C:\Users\Administrator\Desktop\project\ISBN_Check_test\obj\Debug\ISBN_Check_test.csproj.CopyComplete
-C:\Users\Administrator\Desktop\project\ISBN_Check_test\obj\Debug\ISBN_Check_test.exe
-C:\Users\Administrator\Desktop\project\ISBN_Check_test\obj\Debug\ISBN_Check_test.pdb
-C:\Users\Administrator\Desktop\project\ISBN_Check_test\obj\Debug\ISBN_Check_test.Form2.resources
-C:\Users\Administrator\Desktop\unimarc\ISBN_Check_test\bin\Debug\ISBN_Check_test.exe.config
-C:\Users\Administrator\Desktop\unimarc\ISBN_Check_test\bin\Debug\ISBN_Check_test.exe
-C:\Users\Administrator\Desktop\unimarc\ISBN_Check_test\bin\Debug\ISBN_Check_test.pdb
-C:\Users\Administrator\Desktop\unimarc\ISBN_Check_test\bin\Debug\Newtonsoft.Json.dll
-C:\Users\Administrator\Desktop\unimarc\ISBN_Check_test\bin\Debug\Newtonsoft.Json.xml
-C:\Users\Administrator\Desktop\unimarc\ISBN_Check_test\obj\Debug\ISBN_Check_test.Form1.resources
-C:\Users\Administrator\Desktop\unimarc\ISBN_Check_test\obj\Debug\ISBN_Check_test.Form2.resources
-C:\Users\Administrator\Desktop\unimarc\ISBN_Check_test\obj\Debug\ISBN_Check_test.Properties.Resources.resources
-C:\Users\Administrator\Desktop\unimarc\ISBN_Check_test\obj\Debug\ISBN_Check_test.csproj.GenerateResource.cache
-C:\Users\Administrator\Desktop\unimarc\ISBN_Check_test\obj\Debug\ISBN_Check_test.csproj.CoreCompileInputs.cache
-C:\Users\Administrator\Desktop\unimarc\ISBN_Check_test\obj\Debug\ISBN_Check_test.csproj.CopyComplete
-C:\Users\Administrator\Desktop\unimarc\ISBN_Check_test\obj\Debug\ISBN_Check_test.exe
-C:\Users\Administrator\Desktop\unimarc\ISBN_Check_test\obj\Debug\ISBN_Check_test.pdb
-C:\Users\Administrator\Desktop\unimarc\ISBN_Check_test\bin\Debug\ISBN_Check_test.exe.manifest
-C:\Users\Administrator\Desktop\unimarc\ISBN_Check_test\bin\Debug\ISBN_Check_test.application
-C:\Users\Administrator\Desktop\unimarc\ISBN_Check_test\obj\Debug\ISBN_Check_test.exe.manifest
-C:\Users\Administrator\Desktop\unimarc\ISBN_Check_test\obj\Debug\ISBN_Check_test.application
-C:\Users\Administrator\Desktop\unimarc\ISBN_Check_test\obj\Debug\ISBN_Check_test.Form3.resources
-C:\Users\Administrator\Desktop\unimarc\ISBN_Check_test\obj\Debug\ISBN_Check_test.csproj.AssemblyReference.cache
-C:\Users\Administrator\Desktop\unimarc\ISBN_Check_test\obj\Debug\ISBN_Check_test.csproj.ResolveComReference.cache
-C:\Users\Administrator\Desktop\unimarc\ISBN_Check_test\bin\Debug\BouncyCastle.Crypto.dll
-C:\Users\Administrator\Desktop\unimarc\ISBN_Check_test\bin\Debug\Google.Protobuf.dll
-C:\Users\Administrator\Desktop\unimarc\ISBN_Check_test\bin\Debug\K4os.Compression.LZ4.dll
-C:\Users\Administrator\Desktop\unimarc\ISBN_Check_test\bin\Debug\K4os.Compression.LZ4.Streams.dll
-C:\Users\Administrator\Desktop\unimarc\ISBN_Check_test\bin\Debug\K4os.Hash.xxHash.dll
-C:\Users\Administrator\Desktop\unimarc\ISBN_Check_test\bin\Debug\MySql.Data.dll
-C:\Users\Administrator\Desktop\unimarc\ISBN_Check_test\bin\Debug\Renci.SshNet.dll
-C:\Users\Administrator\Desktop\unimarc\ISBN_Check_test\bin\Debug\System.Buffers.dll
-C:\Users\Administrator\Desktop\unimarc\ISBN_Check_test\bin\Debug\System.Memory.dll
-C:\Users\Administrator\Desktop\unimarc\ISBN_Check_test\bin\Debug\System.Numerics.Vectors.dll
-C:\Users\Administrator\Desktop\unimarc\ISBN_Check_test\bin\Debug\System.Runtime.CompilerServices.Unsafe.dll
-C:\Users\Administrator\Desktop\unimarc\ISBN_Check_test\bin\Debug\Ubiety.Dns.Core.dll
-C:\Users\Administrator\Desktop\unimarc\ISBN_Check_test\bin\Debug\Zstandard.Net.dll
-C:\Users\Administrator\Desktop\unimarc\ISBN_Check_test\bin\Debug\Google.Protobuf.pdb
-C:\Users\Administrator\Desktop\unimarc\ISBN_Check_test\bin\Debug\Google.Protobuf.xml
-C:\Users\Administrator\Desktop\unimarc\ISBN_Check_test\bin\Debug\K4os.Compression.LZ4.xml
-C:\Users\Administrator\Desktop\unimarc\ISBN_Check_test\bin\Debug\K4os.Compression.LZ4.Streams.xml
-C:\Users\Administrator\Desktop\unimarc\ISBN_Check_test\bin\Debug\K4os.Hash.xxHash.xml
-C:\Users\Administrator\Desktop\unimarc\ISBN_Check_test\bin\Debug\MySql.Data.xml
-C:\Users\Administrator\Desktop\unimarc\ISBN_Check_test\bin\Debug\Renci.SshNet.xml
-C:\Users\Administrator\Desktop\unimarc\ISBN_Check_test\bin\Debug\System.Buffers.xml
-C:\Users\Administrator\Desktop\unimarc\ISBN_Check_test\bin\Debug\System.Memory.xml
-C:\Users\Administrator\Desktop\unimarc\ISBN_Check_test\bin\Debug\System.Numerics.Vectors.xml
-C:\Users\Administrator\Desktop\unimarc\ISBN_Check_test\bin\Debug\System.Runtime.CompilerServices.Unsafe.xml
-C:\Users\Administrator\Desktop\unimarc\ISBN_Check_test\obj\Debug\ISBN_Check_test.Yes24.resources
diff --git a/ISBN_Check_test/obj/Debug/ISBN_Check_test.csproj.GenerateResource.cache b/ISBN_Check_test/obj/Debug/ISBN_Check_test.csproj.GenerateResource.cache
deleted file mode 100644
index 8471552..0000000
Binary files a/ISBN_Check_test/obj/Debug/ISBN_Check_test.csproj.GenerateResource.cache and /dev/null differ
diff --git a/ISBN_Check_test/obj/Debug/ISBN_Check_test.csproj.ResolveComReference.cache b/ISBN_Check_test/obj/Debug/ISBN_Check_test.csproj.ResolveComReference.cache
deleted file mode 100644
index 41ada55..0000000
Binary files a/ISBN_Check_test/obj/Debug/ISBN_Check_test.csproj.ResolveComReference.cache and /dev/null differ
diff --git a/ISBN_Check_test/obj/Debug/ISBN_Check_test.exe b/ISBN_Check_test/obj/Debug/ISBN_Check_test.exe
deleted file mode 100644
index 663093e..0000000
Binary files a/ISBN_Check_test/obj/Debug/ISBN_Check_test.exe and /dev/null differ
diff --git a/ISBN_Check_test/obj/Debug/ISBN_Check_test.exe.manifest b/ISBN_Check_test/obj/Debug/ISBN_Check_test.exe.manifest
deleted file mode 100644
index 7edcbc2..0000000
--- a/ISBN_Check_test/obj/Debug/ISBN_Check_test.exe.manifest
+++ /dev/null
@@ -1,242 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- pkUxy9puRCzT8+NR1z1AhrzgCfuXnvkLKPb6RRIvXI8=
-
-
-
-
-
-
-
-
-
-
-
- LAYio0GLM6iB7Yzp/UB7P8TyssxLkj7eqnZ4W1zSjw8=
-
-
-
-
-
-
-
-
-
-
-
- bxncI1VlTbrqYbFDshYwJwk+2t61DUInxbOAIRCnDQw=
-
-
-
-
-
-
-
-
-
-
-
- iZt23NwbTw3G3o7er2sV/njinSqOJNwVDnslLK/MOLg=
-
-
-
-
-
-
-
-
-
-
-
- QeTVrSMyJYZsM56dHatpgSg+p0WTseZEtdYYQVJfytI=
-
-
-
-
-
-
-
-
-
-
-
- EQ80i1BW05RFWHofw8nY4upHJV2z3owIUJDXc8sbY4o=
-
-
-
-
-
-
-
-
-
-
-
- oMcu3wg92gEoS1lxyKZqFe8s/JFkSKZUkE6D79O5Rkg=
-
-
-
-
-
-
-
-
-
-
-
- tiSUnfiw46YVP9+3MKfG9JkLZZLuDZIuF4hDPSdmEPM=
-
-
-
-
-
-
-
-
-
-
-
- Y2gBJDUXMpX6s7ws4eaLl77Q8BRSvpOwsUmf22BzBEE=
-
-
-
-
-
-
-
-
-
-
-
- rMzPvkXZ8I/+7ZkW43sz6YxlvgEs//bn+ntnIQzh/vs=
-
-
-
-
-
-
-
-
-
-
-
- QbXhpMWavbHOFGf1jD2f0G053/T8YdUAokEP7OgDf0s=
-
-
-
-
-
-
-
-
-
-
-
- oETXfttujbQFO/Z8xnHnaHwibBubCWOoHr41nOed/fc=
-
-
-
-
-
-
-
-
-
-
-
- GtLdciXVFioP06OzN6GUlEhSDjEwpLyOAQ7AL3YJdQA=
-
-
-
-
-
-
-
-
-
-
-
- AZnuMl92VNQ74m4O+fXzc+nN9LZP1xsfoplS4lGNs4k=
-
-
-
-
-
-
-
-
-
-
-
- sA/9afOty8HFRcsW9gn/0C+2jmZyxz1PouftB0gA+nQ=
-
-
-
-
-
-
-
-
-
- Qx+jN639AkukL3VOtM7n2jV0SwkhZyRLAjCNL9Lyp14=
-
-
-
-
-
-
-
-
- 0DgKqWF8wsno2qNKQ5/rIF5RAaY/bInkAt8Ir0MEdgo=
-
-
-
\ No newline at end of file
diff --git a/ISBN_Check_test/obj/Debug/ISBN_Check_test.pdb b/ISBN_Check_test/obj/Debug/ISBN_Check_test.pdb
deleted file mode 100644
index d64d9c1..0000000
Binary files a/ISBN_Check_test/obj/Debug/ISBN_Check_test.pdb and /dev/null differ
diff --git a/Setup1/Debug.zip b/Setup1/Debug.zip
deleted file mode 100644
index 2cd78d8..0000000
Binary files a/Setup1/Debug.zip and /dev/null differ
diff --git a/Setup1/Debug/setup.exe b/Setup1/Debug/setup.exe
deleted file mode 100644
index 11fb607..0000000
Binary files a/Setup1/Debug/setup.exe and /dev/null differ
diff --git a/Spilt_Marc/Properties/Resources.resx b/Spilt_Marc/Properties/Resources.resx
deleted file mode 100644
index af7dbeb..0000000
--- a/Spilt_Marc/Properties/Resources.resx
+++ /dev/null
@@ -1,117 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
\ No newline at end of file
diff --git a/Spilt_Marc/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs b/Spilt_Marc/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
deleted file mode 100644
index 3871b18..0000000
--- a/Spilt_Marc/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
+++ /dev/null
@@ -1,4 +0,0 @@
-//
-using System;
-using System.Reflection;
-[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")]
diff --git a/Spilt_Marc/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/Spilt_Marc/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
deleted file mode 100644
index d8e1340..0000000
Binary files a/Spilt_Marc/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache and /dev/null differ
diff --git a/Spilt_Marc/obj/Debug/Spilt_Marc.csproj.AssemblyReference.cache b/Spilt_Marc/obj/Debug/Spilt_Marc.csproj.AssemblyReference.cache
deleted file mode 100644
index 1d6f9ef..0000000
Binary files a/Spilt_Marc/obj/Debug/Spilt_Marc.csproj.AssemblyReference.cache and /dev/null differ
diff --git a/Test_Project/.vs/Test_Project/v16/.suo b/Test_Project/.vs/Test_Project/v16/.suo
deleted file mode 100644
index 0dc07b6..0000000
Binary files a/Test_Project/.vs/Test_Project/v16/.suo and /dev/null differ
diff --git a/Test_Project/bin/Debug/Test_Project.pdb b/Test_Project/bin/Debug/Test_Project.pdb
deleted file mode 100644
index 2c3419e..0000000
Binary files a/Test_Project/bin/Debug/Test_Project.pdb and /dev/null differ
diff --git a/Test_Project/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs b/Test_Project/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
deleted file mode 100644
index 3871b18..0000000
--- a/Test_Project/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
+++ /dev/null
@@ -1,4 +0,0 @@
-//
-using System;
-using System.Reflection;
-[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")]
diff --git a/Test_Project/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/Test_Project/obj/Debug/DesignTimeResolveAssemblyReferences.cache
deleted file mode 100644
index f5e894a..0000000
Binary files a/Test_Project/obj/Debug/DesignTimeResolveAssemblyReferences.cache and /dev/null differ
diff --git a/Test_Project/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/Test_Project/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
deleted file mode 100644
index abdac31..0000000
Binary files a/Test_Project/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache and /dev/null differ
diff --git a/Test_Project/obj/Debug/Test_Project.Properties.Resources.resources b/Test_Project/obj/Debug/Test_Project.Properties.Resources.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/Test_Project/obj/Debug/Test_Project.Properties.Resources.resources and /dev/null differ
diff --git a/Test_Project/obj/Debug/Test_Project.csproj.AssemblyReference.cache b/Test_Project/obj/Debug/Test_Project.csproj.AssemblyReference.cache
deleted file mode 100644
index 76f226a..0000000
Binary files a/Test_Project/obj/Debug/Test_Project.csproj.AssemblyReference.cache and /dev/null differ
diff --git a/Test_Project/obj/Debug/Test_Project.csproj.CoreCompileInputs.cache b/Test_Project/obj/Debug/Test_Project.csproj.CoreCompileInputs.cache
deleted file mode 100644
index 15b3037..0000000
--- a/Test_Project/obj/Debug/Test_Project.csproj.CoreCompileInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-c233669835bb4757d27d7338d497d11ec470b347
diff --git a/Test_Project/obj/Debug/Test_Project.csproj.FileListAbsolute.txt b/Test_Project/obj/Debug/Test_Project.csproj.FileListAbsolute.txt
deleted file mode 100644
index f58ad4e..0000000
--- a/Test_Project/obj/Debug/Test_Project.csproj.FileListAbsolute.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-C:\Users\Administrator\Desktop\unimarc\Test_Project\bin\Debug\Test_Project.exe.config
-C:\Users\Administrator\Desktop\unimarc\Test_Project\bin\Debug\Test_Project.exe
-C:\Users\Administrator\Desktop\unimarc\Test_Project\bin\Debug\Test_Project.pdb
-C:\Users\Administrator\Desktop\unimarc\Test_Project\obj\Debug\Test_Project.csproj.AssemblyReference.cache
-C:\Users\Administrator\Desktop\unimarc\Test_Project\obj\Debug\Test_Project.Properties.Resources.resources
-C:\Users\Administrator\Desktop\unimarc\Test_Project\obj\Debug\Test_Project.csproj.GenerateResource.cache
-C:\Users\Administrator\Desktop\unimarc\Test_Project\obj\Debug\Test_Project.csproj.CoreCompileInputs.cache
-C:\Users\Administrator\Desktop\unimarc\Test_Project\obj\Debug\Test_Project.exe
-C:\Users\Administrator\Desktop\unimarc\Test_Project\obj\Debug\Test_Project.pdb
-C:\Users\Administrator\Desktop\unimarc\Test_Project\obj\Debug\Test_Project.Form1.resources
-C:\Users\Administrator\Desktop\unimarc\Test_Project\obj\Debug\Test_Project.Form2.resources
diff --git a/Test_Project/obj/Debug/Test_Project.csproj.GenerateResource.cache b/Test_Project/obj/Debug/Test_Project.csproj.GenerateResource.cache
deleted file mode 100644
index 7e96ab3..0000000
Binary files a/Test_Project/obj/Debug/Test_Project.csproj.GenerateResource.cache and /dev/null differ
diff --git a/Test_Project/obj/Debug/Test_Project.pdb b/Test_Project/obj/Debug/Test_Project.pdb
deleted file mode 100644
index 2c3419e..0000000
Binary files a/Test_Project/obj/Debug/Test_Project.pdb and /dev/null differ
diff --git a/pofalApi_tmp/.vs/pofalApi_tmp/DesignTimeBuild/.dtbcache.v2 b/pofalApi_tmp/.vs/pofalApi_tmp/DesignTimeBuild/.dtbcache.v2
deleted file mode 100644
index cabcb15..0000000
Binary files a/pofalApi_tmp/.vs/pofalApi_tmp/DesignTimeBuild/.dtbcache.v2 and /dev/null differ
diff --git a/pofalApi_tmp/.vs/pofalApi_tmp/v16/.suo b/pofalApi_tmp/.vs/pofalApi_tmp/v16/.suo
deleted file mode 100644
index 8b14613..0000000
Binary files a/pofalApi_tmp/.vs/pofalApi_tmp/v16/.suo and /dev/null differ
diff --git a/pofalApi_tmp/bin/Debug/netcoreapp3.1/pofalApi_tmp.deps.json b/pofalApi_tmp/bin/Debug/netcoreapp3.1/pofalApi_tmp.deps.json
deleted file mode 100644
index 00bef05..0000000
--- a/pofalApi_tmp/bin/Debug/netcoreapp3.1/pofalApi_tmp.deps.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
- "runtimeTarget": {
- "name": ".NETCoreApp,Version=v3.1",
- "signature": ""
- },
- "compilationOptions": {},
- "targets": {
- ".NETCoreApp,Version=v3.1": {
- "pofalApi_tmp/1.0.0": {
- "runtime": {
- "pofalApi_tmp.dll": {}
- }
- }
- }
- },
- "libraries": {
- "pofalApi_tmp/1.0.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- }
- }
-}
\ No newline at end of file
diff --git a/pofalApi_tmp/bin/Debug/netcoreapp3.1/pofalApi_tmp.dll b/pofalApi_tmp/bin/Debug/netcoreapp3.1/pofalApi_tmp.dll
deleted file mode 100644
index 72a0230..0000000
Binary files a/pofalApi_tmp/bin/Debug/netcoreapp3.1/pofalApi_tmp.dll and /dev/null differ
diff --git a/pofalApi_tmp/bin/Debug/netcoreapp3.1/pofalApi_tmp.exe b/pofalApi_tmp/bin/Debug/netcoreapp3.1/pofalApi_tmp.exe
deleted file mode 100644
index 89e1acc..0000000
Binary files a/pofalApi_tmp/bin/Debug/netcoreapp3.1/pofalApi_tmp.exe and /dev/null differ
diff --git a/pofalApi_tmp/bin/Debug/netcoreapp3.1/pofalApi_tmp.pdb b/pofalApi_tmp/bin/Debug/netcoreapp3.1/pofalApi_tmp.pdb
deleted file mode 100644
index 899eb76..0000000
Binary files a/pofalApi_tmp/bin/Debug/netcoreapp3.1/pofalApi_tmp.pdb and /dev/null differ
diff --git a/pofalApi_tmp/bin/Debug/netcoreapp3.1/pofalApi_tmp.runtimeconfig.dev.json b/pofalApi_tmp/bin/Debug/netcoreapp3.1/pofalApi_tmp.runtimeconfig.dev.json
deleted file mode 100644
index cc6de40..0000000
--- a/pofalApi_tmp/bin/Debug/netcoreapp3.1/pofalApi_tmp.runtimeconfig.dev.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "runtimeOptions": {
- "additionalProbingPaths": [
- "C:\\Users\\Administrator\\.dotnet\\store\\|arch|\\|tfm|",
- "C:\\Users\\Administrator\\.nuget\\packages"
- ]
- }
-}
\ No newline at end of file
diff --git a/pofalApi_tmp/bin/Debug/netcoreapp3.1/pofalApi_tmp.runtimeconfig.json b/pofalApi_tmp/bin/Debug/netcoreapp3.1/pofalApi_tmp.runtimeconfig.json
deleted file mode 100644
index 4932b40..0000000
--- a/pofalApi_tmp/bin/Debug/netcoreapp3.1/pofalApi_tmp.runtimeconfig.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "runtimeOptions": {
- "tfm": "netcoreapp3.1",
- "framework": {
- "name": "Microsoft.WindowsDesktop.App",
- "version": "3.1.0"
- }
- }
-}
\ No newline at end of file
diff --git a/pofalApi_tmp/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs b/pofalApi_tmp/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs
deleted file mode 100644
index ad8dfe1..0000000
--- a/pofalApi_tmp/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs
+++ /dev/null
@@ -1,4 +0,0 @@
-//
-using System;
-using System.Reflection;
-[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v3.1", FrameworkDisplayName = "")]
diff --git a/pofalApi_tmp/obj/Debug/netcoreapp3.1/apphost.exe b/pofalApi_tmp/obj/Debug/netcoreapp3.1/apphost.exe
deleted file mode 100644
index 89e1acc..0000000
Binary files a/pofalApi_tmp/obj/Debug/netcoreapp3.1/apphost.exe and /dev/null differ
diff --git a/pofalApi_tmp/obj/Debug/netcoreapp3.1/pofalApi_tmp.AssemblyInfo.cs b/pofalApi_tmp/obj/Debug/netcoreapp3.1/pofalApi_tmp.AssemblyInfo.cs
deleted file mode 100644
index f55ecd2..0000000
--- a/pofalApi_tmp/obj/Debug/netcoreapp3.1/pofalApi_tmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,23 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 이 코드는 도구를 사용하여 생성되었습니다.
-// 런타임 버전:4.0.30319.42000
-//
-// 파일 내용을 변경하면 잘못된 동작이 발생할 수 있으며, 코드를 다시 생성하면
-// 이러한 변경 내용이 손실됩니다.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("pofalApi_tmp")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("pofalApi_tmp")]
-[assembly: System.Reflection.AssemblyTitleAttribute("pofalApi_tmp")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-
-// MSBuild WriteCodeFragment 클래스에서 생성되었습니다.
-
diff --git a/pofalApi_tmp/obj/Debug/netcoreapp3.1/pofalApi_tmp.AssemblyInfoInputs.cache b/pofalApi_tmp/obj/Debug/netcoreapp3.1/pofalApi_tmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 62b5dc1..0000000
--- a/pofalApi_tmp/obj/Debug/netcoreapp3.1/pofalApi_tmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-c13c9c2f2e12bc007cbcab6ccdb94397f9d2465a
diff --git a/pofalApi_tmp/obj/Debug/netcoreapp3.1/pofalApi_tmp.Form1.resources b/pofalApi_tmp/obj/Debug/netcoreapp3.1/pofalApi_tmp.Form1.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/pofalApi_tmp/obj/Debug/netcoreapp3.1/pofalApi_tmp.Form1.resources and /dev/null differ
diff --git a/pofalApi_tmp/obj/Debug/netcoreapp3.1/pofalApi_tmp.assets.cache b/pofalApi_tmp/obj/Debug/netcoreapp3.1/pofalApi_tmp.assets.cache
deleted file mode 100644
index edc0738..0000000
Binary files a/pofalApi_tmp/obj/Debug/netcoreapp3.1/pofalApi_tmp.assets.cache and /dev/null differ
diff --git a/pofalApi_tmp/obj/Debug/netcoreapp3.1/pofalApi_tmp.csproj.CoreCompileInputs.cache b/pofalApi_tmp/obj/Debug/netcoreapp3.1/pofalApi_tmp.csproj.CoreCompileInputs.cache
deleted file mode 100644
index 0a99cd3..0000000
--- a/pofalApi_tmp/obj/Debug/netcoreapp3.1/pofalApi_tmp.csproj.CoreCompileInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-a429f66c959befa6ace10ff7b44de0ec44aeefe3
diff --git a/pofalApi_tmp/obj/Debug/netcoreapp3.1/pofalApi_tmp.csproj.FileListAbsolute.txt b/pofalApi_tmp/obj/Debug/netcoreapp3.1/pofalApi_tmp.csproj.FileListAbsolute.txt
deleted file mode 100644
index 6c2aa78..0000000
--- a/pofalApi_tmp/obj/Debug/netcoreapp3.1/pofalApi_tmp.csproj.FileListAbsolute.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-C:\Users\Administrator\Desktop\project\pofalApi_tmp\bin\Debug\netcoreapp3.1\pofalApi_tmp.exe
-C:\Users\Administrator\Desktop\project\pofalApi_tmp\bin\Debug\netcoreapp3.1\pofalApi_tmp.deps.json
-C:\Users\Administrator\Desktop\project\pofalApi_tmp\bin\Debug\netcoreapp3.1\pofalApi_tmp.runtimeconfig.json
-C:\Users\Administrator\Desktop\project\pofalApi_tmp\bin\Debug\netcoreapp3.1\pofalApi_tmp.runtimeconfig.dev.json
-C:\Users\Administrator\Desktop\project\pofalApi_tmp\bin\Debug\netcoreapp3.1\pofalApi_tmp.dll
-C:\Users\Administrator\Desktop\project\pofalApi_tmp\bin\Debug\netcoreapp3.1\pofalApi_tmp.pdb
-C:\Users\Administrator\Desktop\project\pofalApi_tmp\obj\Debug\netcoreapp3.1\pofalApi_tmp.csprojAssemblyReference.cache
-C:\Users\Administrator\Desktop\project\pofalApi_tmp\obj\Debug\netcoreapp3.1\pofalApi_tmp.Form1.resources
-C:\Users\Administrator\Desktop\project\pofalApi_tmp\obj\Debug\netcoreapp3.1\pofalApi_tmp.csproj.GenerateResource.cache
-C:\Users\Administrator\Desktop\project\pofalApi_tmp\obj\Debug\netcoreapp3.1\pofalApi_tmp.AssemblyInfoInputs.cache
-C:\Users\Administrator\Desktop\project\pofalApi_tmp\obj\Debug\netcoreapp3.1\pofalApi_tmp.AssemblyInfo.cs
-C:\Users\Administrator\Desktop\project\pofalApi_tmp\obj\Debug\netcoreapp3.1\pofalApi_tmp.csproj.CoreCompileInputs.cache
-C:\Users\Administrator\Desktop\project\pofalApi_tmp\obj\Debug\netcoreapp3.1\pofalApi_tmp.dll
-C:\Users\Administrator\Desktop\project\pofalApi_tmp\obj\Debug\netcoreapp3.1\pofalApi_tmp.pdb
-C:\Users\Administrator\Desktop\project\pofalApi_tmp\obj\Debug\netcoreapp3.1\pofalApi_tmp.genruntimeconfig.cache
diff --git a/pofalApi_tmp/obj/Debug/netcoreapp3.1/pofalApi_tmp.csproj.GenerateResource.cache b/pofalApi_tmp/obj/Debug/netcoreapp3.1/pofalApi_tmp.csproj.GenerateResource.cache
deleted file mode 100644
index 39be633..0000000
Binary files a/pofalApi_tmp/obj/Debug/netcoreapp3.1/pofalApi_tmp.csproj.GenerateResource.cache and /dev/null differ
diff --git a/pofalApi_tmp/obj/Debug/netcoreapp3.1/pofalApi_tmp.csprojAssemblyReference.cache b/pofalApi_tmp/obj/Debug/netcoreapp3.1/pofalApi_tmp.csprojAssemblyReference.cache
deleted file mode 100644
index 7ec3615..0000000
Binary files a/pofalApi_tmp/obj/Debug/netcoreapp3.1/pofalApi_tmp.csprojAssemblyReference.cache and /dev/null differ
diff --git a/pofalApi_tmp/obj/Debug/netcoreapp3.1/pofalApi_tmp.designer.deps.json b/pofalApi_tmp/obj/Debug/netcoreapp3.1/pofalApi_tmp.designer.deps.json
deleted file mode 100644
index b306979..0000000
--- a/pofalApi_tmp/obj/Debug/netcoreapp3.1/pofalApi_tmp.designer.deps.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "runtimeTarget": {
- "name": ".NETCoreApp,Version=v3.1",
- "signature": ""
- },
- "compilationOptions": {},
- "targets": {
- ".NETCoreApp,Version=v3.1": {}
- },
- "libraries": {}
-}
\ No newline at end of file
diff --git a/pofalApi_tmp/obj/Debug/netcoreapp3.1/pofalApi_tmp.designer.runtimeconfig.json b/pofalApi_tmp/obj/Debug/netcoreapp3.1/pofalApi_tmp.designer.runtimeconfig.json
deleted file mode 100644
index b36b86d..0000000
--- a/pofalApi_tmp/obj/Debug/netcoreapp3.1/pofalApi_tmp.designer.runtimeconfig.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "runtimeOptions": {
- "tfm": "netcoreapp3.1",
- "framework": {
- "name": "Microsoft.WindowsDesktop.App",
- "version": "3.1.0"
- },
- "additionalProbingPaths": [
- "C:\\Users\\Administrator\\.dotnet\\store\\|arch|\\|tfm|",
- "C:\\Users\\Administrator\\.nuget\\packages"
- ],
- "configProperties": {
- "Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true
- }
- }
-}
\ No newline at end of file
diff --git a/pofalApi_tmp/obj/Debug/netcoreapp3.1/pofalApi_tmp.dll b/pofalApi_tmp/obj/Debug/netcoreapp3.1/pofalApi_tmp.dll
deleted file mode 100644
index 72a0230..0000000
Binary files a/pofalApi_tmp/obj/Debug/netcoreapp3.1/pofalApi_tmp.dll and /dev/null differ
diff --git a/pofalApi_tmp/obj/Debug/netcoreapp3.1/pofalApi_tmp.genruntimeconfig.cache b/pofalApi_tmp/obj/Debug/netcoreapp3.1/pofalApi_tmp.genruntimeconfig.cache
deleted file mode 100644
index 16a53a2..0000000
--- a/pofalApi_tmp/obj/Debug/netcoreapp3.1/pofalApi_tmp.genruntimeconfig.cache
+++ /dev/null
@@ -1 +0,0 @@
-295cbb656131a232691b54dbdfcf4ebe93760bf6
diff --git a/pofalApi_tmp/obj/Debug/netcoreapp3.1/pofalApi_tmp.pdb b/pofalApi_tmp/obj/Debug/netcoreapp3.1/pofalApi_tmp.pdb
deleted file mode 100644
index 899eb76..0000000
Binary files a/pofalApi_tmp/obj/Debug/netcoreapp3.1/pofalApi_tmp.pdb and /dev/null differ
diff --git a/pofalApi_tmp/obj/pofalApi_tmp.csproj.nuget.dgspec.json b/pofalApi_tmp/obj/pofalApi_tmp.csproj.nuget.dgspec.json
deleted file mode 100644
index 60cde42..0000000
--- a/pofalApi_tmp/obj/pofalApi_tmp.csproj.nuget.dgspec.json
+++ /dev/null
@@ -1,65 +0,0 @@
-{
- "format": 1,
- "restore": {
- "C:\\Users\\Administrator\\Desktop\\project\\pofalApi_tmp\\pofalApi_tmp.csproj": {}
- },
- "projects": {
- "C:\\Users\\Administrator\\Desktop\\project\\pofalApi_tmp\\pofalApi_tmp.csproj": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "C:\\Users\\Administrator\\Desktop\\project\\pofalApi_tmp\\pofalApi_tmp.csproj",
- "projectName": "pofalApi_tmp",
- "projectPath": "C:\\Users\\Administrator\\Desktop\\project\\pofalApi_tmp\\pofalApi_tmp.csproj",
- "packagesPath": "C:\\Users\\Administrator\\.nuget\\packages\\",
- "outputPath": "C:\\Users\\Administrator\\Desktop\\project\\pofalApi_tmp\\obj\\",
- "projectStyle": "PackageReference",
- "configFilePaths": [
- "C:\\Users\\Administrator\\AppData\\Roaming\\NuGet\\NuGet.Config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
- ],
- "originalTargetFrameworks": [
- "netcoreapp3.1"
- ],
- "sources": {
- "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "netcoreapp3.1": {
- "targetAlias": "netcoreapp3.1",
- "projectReferences": {}
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- }
- },
- "frameworks": {
- "netcoreapp3.1": {
- "targetAlias": "netcoreapp3.1",
- "imports": [
- "net461",
- "net462",
- "net47",
- "net471",
- "net472",
- "net48"
- ],
- "assetTargetFallback": true,
- "warn": true,
- "frameworkReferences": {
- "Microsoft.NETCore.App": {
- "privateAssets": "all"
- },
- "Microsoft.WindowsDesktop.App.WindowsForms": {
- "privateAssets": "none"
- }
- },
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.100\\RuntimeIdentifierGraph.json"
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/pofalApi_tmp/obj/pofalApi_tmp.csproj.nuget.g.props b/pofalApi_tmp/obj/pofalApi_tmp.csproj.nuget.g.props
deleted file mode 100644
index 3b57282..0000000
--- a/pofalApi_tmp/obj/pofalApi_tmp.csproj.nuget.g.props
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
- True
- NuGet
- $(MSBuildThisFileDirectory)project.assets.json
- $(UserProfile)\.nuget\packages\
- C:\Users\Administrator\.nuget\packages\
- PackageReference
- 5.8.0
-
-
-
-
-
- $(MSBuildAllProjects);$(MSBuildThisFileFullPath)
-
-
\ No newline at end of file
diff --git a/pofalApi_tmp/obj/pofalApi_tmp.csproj.nuget.g.targets b/pofalApi_tmp/obj/pofalApi_tmp.csproj.nuget.g.targets
deleted file mode 100644
index 53cfaa1..0000000
--- a/pofalApi_tmp/obj/pofalApi_tmp.csproj.nuget.g.targets
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
- $(MSBuildAllProjects);$(MSBuildThisFileFullPath)
-
-
\ No newline at end of file
diff --git a/pofalApi_tmp/obj/project.assets.json b/pofalApi_tmp/obj/project.assets.json
deleted file mode 100644
index 372ea57..0000000
--- a/pofalApi_tmp/obj/project.assets.json
+++ /dev/null
@@ -1,70 +0,0 @@
-{
- "version": 3,
- "targets": {
- ".NETCoreApp,Version=v3.1": {}
- },
- "libraries": {},
- "projectFileDependencyGroups": {
- ".NETCoreApp,Version=v3.1": []
- },
- "packageFolders": {
- "C:\\Users\\Administrator\\.nuget\\packages\\": {}
- },
- "project": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "C:\\Users\\Administrator\\Desktop\\project\\pofalApi_tmp\\pofalApi_tmp.csproj",
- "projectName": "pofalApi_tmp",
- "projectPath": "C:\\Users\\Administrator\\Desktop\\project\\pofalApi_tmp\\pofalApi_tmp.csproj",
- "packagesPath": "C:\\Users\\Administrator\\.nuget\\packages\\",
- "outputPath": "C:\\Users\\Administrator\\Desktop\\project\\pofalApi_tmp\\obj\\",
- "projectStyle": "PackageReference",
- "configFilePaths": [
- "C:\\Users\\Administrator\\AppData\\Roaming\\NuGet\\NuGet.Config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
- ],
- "originalTargetFrameworks": [
- "netcoreapp3.1"
- ],
- "sources": {
- "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "netcoreapp3.1": {
- "targetAlias": "netcoreapp3.1",
- "projectReferences": {}
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- }
- },
- "frameworks": {
- "netcoreapp3.1": {
- "targetAlias": "netcoreapp3.1",
- "imports": [
- "net461",
- "net462",
- "net47",
- "net471",
- "net472",
- "net48"
- ],
- "assetTargetFallback": true,
- "warn": true,
- "frameworkReferences": {
- "Microsoft.NETCore.App": {
- "privateAssets": "all"
- },
- "Microsoft.WindowsDesktop.App.WindowsForms": {
- "privateAssets": "none"
- }
- },
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.100\\RuntimeIdentifierGraph.json"
- }
- }
- }
-}
\ No newline at end of file
diff --git a/pofalApi_tmp/obj/project.nuget.cache b/pofalApi_tmp/obj/project.nuget.cache
deleted file mode 100644
index 1eed67d..0000000
--- a/pofalApi_tmp/obj/project.nuget.cache
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "version": 2,
- "dgSpecHash": "uZlAfzt9/lieSs1vlBGCnKsdelZlOQUK7Dc03DHsfuFcNz2lX/+tPGxtdzvVKQqFtUt0Qawoov0YNHWMmYbmMw==",
- "success": true,
- "projectFilePath": "C:\\Users\\Administrator\\Desktop\\project\\pofalApi_tmp\\pofalApi_tmp.csproj",
- "expectedPackageFiles": [],
- "logs": []
-}
\ No newline at end of file
diff --git a/portalApi/bin/Debug/Microsoft.Bcl.AsyncInterfaces.dll b/portalApi/bin/Debug/Microsoft.Bcl.AsyncInterfaces.dll
deleted file mode 100644
index abe9406..0000000
Binary files a/portalApi/bin/Debug/Microsoft.Bcl.AsyncInterfaces.dll and /dev/null differ
diff --git a/portalApi/bin/Debug/Microsoft.Bcl.AsyncInterfaces.xml b/portalApi/bin/Debug/Microsoft.Bcl.AsyncInterfaces.xml
deleted file mode 100644
index cb1744f..0000000
--- a/portalApi/bin/Debug/Microsoft.Bcl.AsyncInterfaces.xml
+++ /dev/null
@@ -1,223 +0,0 @@
-
-
-
- Microsoft.Bcl.AsyncInterfaces
-
-
-
- Provides the core logic for implementing a manual-reset or .
-
-
-
-
- The callback to invoke when the operation completes if was called before the operation completed,
- or if the operation completed before a callback was supplied,
- or null if a callback hasn't yet been provided and the operation hasn't yet completed.
-
-
-
- State to pass to .
-
-
- to flow to the callback, or null if no flowing is required.
-
-
-
- A "captured" or with which to invoke the callback,
- or null if no special context is required.
-
-
-
- Whether the current operation has completed.
-
-
- The result with which the operation succeeded, or the default value if it hasn't yet completed or failed.
-
-
- The exception with which the operation failed, or null if it hasn't yet completed or completed successfully.
-
-
- The current version of this value, used to help prevent misuse.
-
-
- Gets or sets whether to force continuations to run asynchronously.
- Continuations may run asynchronously if this is false, but they'll never run synchronously if this is true.
-
-
- Resets to prepare for the next operation.
-
-
- Completes with a successful result.
- The result.
-
-
- Complets with an error.
-
-
-
- Gets the operation version.
-
-
- Gets the status of the operation.
- Opaque value that was provided to the 's constructor.
-
-
- Gets the result of the operation.
- Opaque value that was provided to the 's constructor.
-
-
- Schedules the continuation action for this operation.
- The continuation to invoke when the operation has completed.
- The state object to pass to when it's invoked.
- Opaque value that was provided to the 's constructor.
- The flags describing the behavior of the continuation.
-
-
- Ensures that the specified token matches the current version.
- The token supplied by .
-
-
- Signals that the operation has completed. Invoked after the result or error has been set.
-
-
-
- Invokes the continuation with the appropriate captured context / scheduler.
- This assumes that if is not null we're already
- running within that .
-
-
-
- Provides a set of static methods for configuring -related behaviors on asynchronous enumerables and disposables.
-
-
- Configures how awaits on the tasks returned from an async disposable will be performed.
- The source async disposable.
- Whether to capture and marshal back to the current context.
- The configured async disposable.
-
-
- Configures how awaits on the tasks returned from an async iteration will be performed.
- The type of the objects being iterated.
- The source enumerable being iterated.
- Whether to capture and marshal back to the current context.
- The configured enumerable.
-
-
- Sets the to be passed to when iterating.
- The type of the objects being iterated.
- The source enumerable being iterated.
- The to use.
- The configured enumerable.
-
-
- Represents a builder for asynchronous iterators.
-
-
- Creates an instance of the struct.
- The initialized instance.
-
-
- Invokes on the state machine while guarding the .
- The type of the state machine.
- The state machine instance, passed by reference.
-
-
- Schedules the state machine to proceed to the next action when the specified awaiter completes.
- The type of the awaiter.
- The type of the state machine.
- The awaiter.
- The state machine.
-
-
- Schedules the state machine to proceed to the next action when the specified awaiter completes.
- The type of the awaiter.
- The type of the state machine.
- The awaiter.
- The state machine.
-
-
- Marks iteration as being completed, whether successfully or otherwise.
-
-
- Gets an object that may be used to uniquely identify this builder to the debugger.
-
-
- Indicates whether a method is an asynchronous iterator.
-
-
- Initializes a new instance of the class.
- The type object for the underlying state machine type that's used to implement a state machine method.
-
-
- Provides a type that can be used to configure how awaits on an are performed.
-
-
- Provides an awaitable async enumerable that enables cancelable iteration and configured awaits.
-
-
- Configures how awaits on the tasks returned from an async iteration will be performed.
- Whether to capture and marshal back to the current context.
- The configured enumerable.
- This will replace any previous value set by for this iteration.
-
-
- Sets the to be passed to when iterating.
- The to use.
- The configured enumerable.
- This will replace any previous set by for this iteration.
-
-
- Provides an awaitable async enumerator that enables cancelable iteration and configured awaits.
-
-
- Advances the enumerator asynchronously to the next element of the collection.
-
- A that will complete with a result of true
- if the enumerator was successfully advanced to the next element, or false if the enumerator has
- passed the end of the collection.
-
-
-
- Gets the element in the collection at the current position of the enumerator.
-
-
-
- Performs application-defined tasks associated with freeing, releasing, or
- resetting unmanaged resources asynchronously.
-
-
-
- Exposes an enumerator that provides asynchronous iteration over values of a specified type.
- The type of values to enumerate.
-
-
- Returns an enumerator that iterates asynchronously through the collection.
- A that may be used to cancel the asynchronous iteration.
- An enumerator that can be used to iterate asynchronously through the collection.
-
-
- Supports a simple asynchronous iteration over a generic collection.
- The type of objects to enumerate.
-
-
- Advances the enumerator asynchronously to the next element of the collection.
-
- A that will complete with a result of true if the enumerator
- was successfully advanced to the next element, or false if the enumerator has passed the end
- of the collection.
-
-
-
- Gets the element in the collection at the current position of the enumerator.
-
-
- Provides a mechanism for releasing unmanaged resources asynchronously.
-
-
-
- Performs application-defined tasks associated with freeing, releasing, or
- resetting unmanaged resources asynchronously.
-
-
-
-
diff --git a/portalApi/bin/Debug/Newtonsoft.Json.dll b/portalApi/bin/Debug/Newtonsoft.Json.dll
deleted file mode 100644
index e4a6339..0000000
Binary files a/portalApi/bin/Debug/Newtonsoft.Json.dll and /dev/null differ
diff --git a/portalApi/bin/Debug/Newtonsoft.Json.xml b/portalApi/bin/Debug/Newtonsoft.Json.xml
deleted file mode 100644
index aa245c5..0000000
--- a/portalApi/bin/Debug/Newtonsoft.Json.xml
+++ /dev/null
@@ -1,11262 +0,0 @@
-
-
-
- Newtonsoft.Json
-
-
-
-
- Represents a BSON Oid (object id).
-
-
-
-
- Gets or sets the value of the Oid.
-
- The value of the Oid.
-
-
-
- Initializes a new instance of the class.
-
- The Oid value.
-
-
-
- Represents a reader that provides fast, non-cached, forward-only access to serialized BSON data.
-
-
-
-
- Gets or sets a value indicating whether binary data reading should be 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.
-
-
-
- Initializes a new instance of the class.
-
- The containing the BSON data to read.
-
-
-
- Initializes a new instance of the class.
-
- The containing the BSON data to read.
-
-
-
- Initializes a new instance of the class.
-
- The containing the BSON data to read.
- 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 containing the BSON data to read.
- 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 underlying .
-
-
- true if the next token was read successfully; false if there are no more tokens to read.
-
-
-
-
- Changes the reader's state to .
- If is set to true, the underlying is also closed.
-
-
-
-
- Represents a writer that provides a fast, non-cached, forward-only way of generating BSON data.
-
-
-
-
- Gets or sets the used when writing values to BSON.
- When set to no conversion will occur.
-
- The used when writing values to BSON.
-
-
-
- Initializes a new instance of the class.
-
- The to write to.
-
-
-
- Initializes a new instance of the class.
-
- The to write to.
-
-
-
- Flushes whatever is in the buffer to the underlying and also flushes the underlying stream.
-
-
-
-
- Writes the end.
-
- The token.
-
-
-
- Writes 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 writer.
- If is set to true, the underlying is also closed.
- If is set to true, the JSON is auto-completed.
-
-
-
-
- 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.
-
-
-
- Specifies how constructors are used when initializing objects during deserialization by the .
-
-
-
-
- First attempt to use the public default constructor, then fall back to a single parameterized constructor, then to the non-public default constructor.
-
-
-
-
- Json.NET will use a non-public default constructor before falling back to a parameterized constructor.
-
-
-
-
- Converts a binary value to and from a base 64 string value.
-
-
-
-
- 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.
-
-
-
-
- Creates 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 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 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").
-
-
-
-
- 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.
-
-
-
- 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.
-
-
-
- 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.
-
-
-
-
- Gets or sets a value indicating whether the written enum text should be camel case.
- The default value is false.
-
- true if the written enum text will be camel case; otherwise, false.
-
-
-
- Gets or sets the naming strategy used to resolve how enum text is written.
-
- The naming strategy used to resolve how enum text is written.
-
-
-
- Gets or sets a value indicating whether integer values are allowed when serializing and deserializing.
- The default value is true.
-
- true if integers are allowed when serializing and deserializing; otherwise, false.
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- true if the written enum text will be camel case; otherwise, false.
-
-
-
- Initializes a new instance of the class.
-
- The naming strategy used to resolve how enum text is written.
- true if integers are allowed when serializing and deserializing; otherwise, false.
-
-
-
- Initializes a new instance of the class.
-
- The of the used to write enum text.
-
-
-
- Initializes a new instance of the class.
-
- The of the used to write enum text.
-
- The parameter list to use when constructing the described by .
- If null, the default constructor is used.
- When non-null, there must be a constructor defined in the that exactly matches the number,
- order, and type of these parameters.
-
-
-
-
- Initializes a new instance of the class.
-
- The of the used to write enum text.
-
- The parameter list to use when constructing the described by .
- If null, the default constructor is used.
- When non-null, there must be a constructor defined in the that exactly matches the number,
- order, and type of these parameters.
-
- true if integers are allowed when serializing and deserializing; 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 Unix epoch time
-
-
-
-
- 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 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.
-
-
-
-
- Gets or sets the name of the root element to insert when deserializing to XML if the JSON structure has produced multiple root elements.
-
- The name of the deserialized root element.
-
-
-
- Gets or sets a value 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 attribute 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.
-
-
-
- Gets or sets a value indicating whether to encode special characters when converting JSON to XML.
- If true, special characters like ':', '@', '?', '#' and '$' in JSON property names aren't used to specify
- XML namespaces, attributes or processing directives. Instead special characters are encoded and written
- as part of the XML element name.
-
- true if special characters are encoded; otherwise, false.
-
-
-
- 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 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.
-
-
-
-
- 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.
-
-
-
-
- The default JSON name table implementation.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Gets a string containing the same characters as the specified range of characters in the given array.
-
- The character array containing the name to find.
- The zero-based index into the array specifying the first character of the name.
- The number of characters in the name.
- A string containing the same characters as the specified range of characters in the given array.
-
-
-
- Adds the specified string into name table.
-
- The string to add.
- This method is not thread-safe.
- The resolved string.
-
-
-
- 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 it 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 set 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 of 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.
-
-
-
-
- Provides an interface for using pooled arrays.
-
- The array type content.
-
-
-
- Rent an array from the pool. This array must be returned when it is no longer needed.
-
- The minimum required length of the array. The returned array may be longer.
- The rented array from the pool. This array must be returned when it is no longer needed.
-
-
-
- Return an array to the pool.
-
- The array that is being returned.
-
-
-
- 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 and can be provided; otherwise, false.
-
-
-
-
- Gets the current line number.
-
- The current line number or 0 if no line information is available (for example, when returns false).
-
-
-
- Gets the current line position.
-
- The current line position or 0 if no line information is available (for example, when returns false).
-
-
-
- Instructs the how to serialize the collection.
-
-
-
-
- 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.
-
-
-
- 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.
-
-
-
- Instructs the to use the specified constructor when deserializing that object.
-
-
-
-
- Instructs the how to serialize the object.
-
-
-
-
- Gets or sets the id.
-
- The id.
-
-
-
- Gets or sets the title.
-
- The title.
-
-
-
- Gets or sets the description.
-
- The description.
-
-
-
- Gets or sets the collection's items converter.
-
- The collection's items converter.
-
-
-
- The parameter list to use when constructing the described by .
- If null, the default constructor is used.
- When non-null, there must be a constructor defined in the that exactly matches the number,
- order, and type of these parameters.
-
-
-
- [JsonContainer(ItemConverterType = typeof(MyContainerConverter), ItemConverterParameters = new object[] { 123, "Four" })]
-
-
-
-
-
- Gets or sets the of the .
-
- The of the .
-
-
-
- The parameter list to use when constructing the described by .
- If null, the default constructor is used.
- When non-null, there must be a constructor defined in the that exactly matches the number,
- order, and type of these parameters.
-
-
-
- [JsonContainer(NamingStrategyType = typeof(MyNamingStrategy), NamingStrategyParameters = new object[] { 123, "Four" })]
-
-
-
-
-
- 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.
-
-
-
- Provides methods for converting between .NET types and JSON types.
-
-
-
-
-
-
-
- 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
- .
-
-
-
-
- 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.
- The string delimiter character.
- The string escape handling.
- 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 should be 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 of 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 should be formatted.
- A collection of 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 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 used.
-
- The type of the value being serialized.
- This parameter is used when is to write out the type name if the type of the value does not match.
- Specifying 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 should be formatted.
- The used to serialize the object.
- If this is null, default serialization settings will be 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 should be formatted.
- The used to serialize the object.
- If this is null, default serialization settings will be used.
-
- The type of the value being serialized.
- This parameter is used when is to write out the type name if the type of the value does not match.
- Specifying 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 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 inferred 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 inferred 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 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 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 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 used.
-
-
-
-
- Serializes the to a JSON string.
-
- The node to serialize.
- A JSON string of the .
-
-
-
- Serializes the to a JSON string using formatting.
-
- The node to serialize.
- Indicates how the output should be formatted.
- A JSON string of the .
-
-
-
- Serializes the to a JSON string using formatting and omits the root object if is true.
-
- The node to serialize.
- Indicates how the output should be formatted.
- Omits writing the root object.
- A JSON string of the .
-
-
-
- Deserializes the from a JSON string.
-
- The JSON string.
- The deserialized .
-
-
-
- Deserializes the from a JSON string nested in a root element specified by .
-
- The JSON string.
- The name of the root element to append when deserializing.
- The deserialized .
-
-
-
- Deserializes the from a JSON string nested in a root element specified by
- and writes a Json.NET array attribute for collections.
-
- The JSON string.
- The name of the root element to append when deserializing.
-
- A value 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 .
-
-
-
- Deserializes the from a JSON string nested in a root element specified by ,
- writes a Json.NET array attribute for collections, and encodes special characters.
-
- The JSON string.
- The name of the root element to append when deserializing.
-
- A value to indicate whether to write the Json.NET array attribute.
- This attribute helps preserve arrays when converting the written XML back to JSON.
-
-
- A value to indicate whether to encode special characters when converting JSON to XML.
- If true, special characters like ':', '@', '?', '#' and '$' in JSON property names aren't used to specify
- XML namespaces, attributes or processing directives. Instead special characters are encoded and written
- as part of the XML element name.
-
- The deserialized .
-
-
-
- Serializes the to a JSON string.
-
- The node to convert to JSON.
- A JSON string of the .
-
-
-
- Serializes the to a JSON string using formatting.
-
- The node to convert to JSON.
- Indicates how the output should be formatted.
- A JSON string of the .
-
-
-
- Serializes the to a JSON string using formatting and omits the root object if is true.
-
- The node to serialize.
- Indicates how the output should be formatted.
- Omits writing the root object.
- A JSON string of the .
-
-
-
- Deserializes the from a JSON string.
-
- The JSON string.
- The deserialized .
-
-
-
- Deserializes the from a JSON string nested in a root element specified by .
-
- The JSON string.
- The name of the root element to append when deserializing.
- The deserialized .
-
-
-
- Deserializes the from a JSON string nested in a root element specified by
- and writes a Json.NET array attribute for collections.
-
- The JSON string.
- The name of the root element to append when deserializing.
-
- A value 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 .
-
-
-
- Deserializes the from a JSON string nested in a root element specified by ,
- writes a Json.NET array attribute for collections, and encodes special characters.
-
- The JSON string.
- The name of the root element to append when deserializing.
-
- A value to indicate whether to write the Json.NET array attribute.
- This attribute helps preserve arrays when converting the written XML back to JSON.
-
-
- A value to indicate whether to encode special characters when converting JSON to XML.
- If true, special characters like ':', '@', '?', '#' and '$' in JSON property names aren't used to specify
- XML namespaces, attributes or processing directives. Instead special characters are encoded and written
- as part of the XML element name.
-
- The deserialized .
-
-
-
- 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 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.
-
-
-
- Converts an object to and from JSON.
-
- The object type to convert.
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- 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.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read. If there is no existing value then null will be used.
- The existing value has a value.
- 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.
-
-
-
-
- Instructs the to use the specified when serializing the member or class.
-
-
-
-
- Gets the of the .
-
- The of the .
-
-
-
- The parameter list to use when constructing the described by .
- If null, the default constructor is used.
-
-
-
-
- Initializes a new instance of the class.
-
- Type of the .
-
-
-
- Initializes a new instance of the class.
-
- Type of the .
- Parameter list to use when constructing the . Can be null.
-
-
-
- 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 null 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.
-
-
-
-
- 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.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Instructs the not to serialize the public field or public read/write property value.
-
-
-
-
- Base class for a table of atomized string objects.
-
-
-
-
- Gets a string containing the same characters as the specified range of characters in the given array.
-
- The character array containing the name to find.
- The zero-based index into the array specifying the first character of the name.
- The number of characters in the name.
- A string containing the same characters as the specified range of characters in the given array.
-
-
-
- Instructs the how to serialize the object.
-
-
-
-
- Gets or sets the member serialization.
-
- The member serialization.
-
-
-
- Gets or sets the missing member handling used when deserializing this object.
-
- The missing member handling.
-
-
-
- Gets or sets how the object's properties with null values are handled during serialization and deserialization.
-
- How the object's properties with null values are handled during serialization and deserialization.
-
-
-
- Gets or sets a value that indicates whether the object's properties are required.
-
-
- A value indicating whether the object's properties are required.
-
-
-
-
- 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.
-
-
-
- Instructs the to always serialize the member with the specified name.
-
-
-
-
- Gets or sets the type used when serializing the property's collection items.
-
- The collection's items type.
-
-
-
- The parameter list to use when constructing the described by .
- If null, the default constructor is used.
- When non-null, there must be a constructor defined in the that exactly matches the number,
- order, and type of these parameters.
-
-
-
- [JsonProperty(ItemConverterType = typeof(MyContainerConverter), ItemConverterParameters = new object[] { 123, "Four" })]
-
-
-
-
-
- Gets or sets the of the .
-
- The of the .
-
-
-
- The parameter list to use when constructing the described by .
- If null, the default constructor is used.
- When non-null, there must be a constructor defined in the that exactly matches the number,
- order, and type of these parameters.
-
-
-
- [JsonProperty(NamingStrategyType = typeof(MyNamingStrategy), NamingStrategyParameters = new object[] { 123, "Four" })]
-
-
-
-
-
- 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 of a member.
-
- The numeric order of serialization.
-
-
-
- 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 reference loop handling used when serializing the property's collection items.
-
- The collection's items reference loop handling.
-
-
-
- Gets or sets 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.
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class with the specified name.
-
- Name of the property.
-
-
-
- Represents a reader that provides fast, non-cached, forward-only access to serialized JSON data.
-
-
-
-
- Asynchronously reads the next JSON token from the source.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns true if the next token was read successfully; false if there are no more tokens to read.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously skips the children of the current token.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously reads the next JSON token from the source as a of .
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns the of . This result will be null at the end of an array.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously reads the next JSON token from the source as a [].
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns the []. This result will be null at the end of an array.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously reads the next JSON token from the source as a of .
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns the of . This result will be null at the end of an array.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously reads the next JSON token from the source as a of .
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns the of . This result will be null at the end of an array.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously reads the next JSON token from the source as a of .
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns the of . This result will be null at the end of an array.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously reads the next JSON token from the source as a of .
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns the of . This result will be null at the end of an array.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously reads the next JSON token from the source as a of .
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns the of . This result will be null at the end of an array.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously reads the next JSON token from the source as a .
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns the . This result will be null at the end of an array.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Specifies the state of the reader.
-
-
-
-
- A 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 method has been called.
-
-
-
-
- Reader has just read a value.
-
-
-
-
- Reader is at the start of a constructor.
-
-
-
-
- Reader is in a constructor.
-
-
-
-
- An error occurred that prevents the read operation from continuing.
-
-
-
-
- The end of the file has been reached successfully.
-
-
-
-
- Gets the current reader state.
-
- The current reader state.
-
-
-
- Gets or sets a value indicating whether the source should be closed when this reader is closed.
-
-
- true to close the source when this 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.
-
-
-
-
- Gets or sets how time zones are handled when reading JSON.
-
-
-
-
- Gets or sets how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON.
-
-
-
-
- Gets or sets how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
-
-
-
-
- Gets or sets 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 .NET 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 .
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Reads the next JSON token from the source.
-
- true if the next token was read successfully; false if there are no more tokens to read.
-
-
-
- Reads the next JSON token from the source as a of .
-
- A of . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the source as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the source as a [].
-
- A [] or null 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 source as a of .
-
- A of . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the source as a of .
-
- A of . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the source as a of .
-
- A of . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the source as a of .
-
- A of . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the source as a of .
-
- A of . 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 current token and value.
-
- The new token.
- The value.
- A flag indicating whether the position index inside an array should be updated.
-
-
-
- Sets the state based on current token type.
-
-
-
-
- Releases unmanaged and - optionally - managed resources.
-
- true to release both managed and unmanaged resources; false to release only unmanaged resources.
-
-
-
- Changes the reader's state to .
- If is set to true, the source is also closed.
-
-
-
-
- The exception thrown when an error occurs while reading JSON text.
-
-
-
-
- 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.
-
-
-
- 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 null 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).
-
-
-
- Initializes a new instance of the class
- with a specified error message, JSON path, line number, line position, 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 path to the JSON where the error occurred.
- The line number indicating where the error occurred.
- The line position indicating where the error occurred.
- The exception that is the cause of the current exception, or null if no inner exception is specified.
-
-
-
- Instructs the to always serialize the member, and to require that the member has a value.
-
-
-
-
- The exception thrown when an error occurs during JSON serialization or deserialization.
-
-
-
-
- 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.
-
-
-
- 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 null 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).
-
-
-
- Initializes a new instance of the class
- with a specified error message, JSON path, line number, line position, 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 path to the JSON where the error occurred.
- The line number indicating where the error occurred.
- The line position indicating where the error occurred.
- The exception that is the cause of the current exception, or null 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.
-
-
-
-
- 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 resolving type names.
-
-
-
-
- Gets or sets the used by the serializer when writing trace messages.
-
- The trace writer.
-
-
-
- Gets or sets the equality comparer used by the serializer when comparing references.
-
- The equality comparer.
-
-
-
- Gets or sets how type name writing and reading is handled by the serializer.
- The default value is .
-
-
- should be used with caution when your application deserializes JSON from an external source.
- Incoming types should be validated with a custom
- when deserializing with a value other than .
-
-
-
-
- Gets or sets how a type name assembly is written and resolved by the serializer.
- The default value is .
-
- The type name assembly format.
-
-
-
- Gets or sets how a type name assembly is written and resolved by the serializer.
- The default value is .
-
- The type name assembly format.
-
-
-
- Gets or sets how object references are preserved by the serializer.
- The default value is .
-
-
-
-
- Gets or sets how reference loops (e.g. a class referencing itself) is handled.
- The default value is .
-
-
-
-
- Gets or sets how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization.
- The default value is .
-
-
-
-
- Gets or sets how null values are handled during serialization and deserialization.
- The default value is .
-
-
-
-
- Gets or sets how default values are handled during serialization and deserialization.
- The default value is .
-
-
-
-
- Gets or sets how objects are created during deserialization.
- The default value is .
-
- The object creation handling.
-
-
-
- Gets or sets how constructors are used during deserialization.
- The default value is .
-
- The constructor handling.
-
-
-
- Gets or sets how metadata properties are used during deserialization.
- The default value is .
-
- 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.
- The default value is .
-
-
-
-
- Gets or sets how dates are written to JSON text.
- The default value is .
-
-
-
-
- Gets or sets how time zones are handled during serialization and deserialization.
- The default value is .
-
-
-
-
- Gets or sets how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON.
- The default value is .
-
-
-
-
- Gets or sets how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
- The default value is .
-
-
-
-
- Gets or sets how special floating point numbers, e.g. ,
- and ,
- are written as JSON text.
- The default value is .
-
-
-
-
- Gets or sets how strings are escaped when writing JSON text.
- The default value is .
-
-
-
-
- Gets or sets how and values are formatted when writing JSON text,
- and the expected date format when reading JSON text.
- The default value is "yyyy'-'MM'-'dd'T'HH':'mm':'ss.FFFFFFFK".
-
-
-
-
- Gets or sets the culture used when reading JSON.
- The default value is .
-
-
-
-
- Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a .
- A null value means there is no maximum.
- The default value is null.
-
-
-
-
- Gets a value indicating whether there will be a check for additional JSON content after deserializing an object.
- The default value is false.
-
-
- true if there will be a check for additional JSON content after deserializing an object; otherwise, false.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Creates a new instance.
- The will not use default settings
- from .
-
-
- A new instance.
- The will not use default settings
- from .
-
-
-
-
- Creates a new instance using the specified .
- The will not use default settings
- from .
-
- The settings to be applied to the .
-
- A new instance using the specified .
- The will not use default settings
- from .
-
-
-
-
- Creates a new instance.
- The will use default settings
- from .
-
-
- A new instance.
- The will use default settings
- from .
-
-
-
-
- Creates a new instance using the specified .
- The will use default settings
- from as well as the specified .
-
- The settings to be applied to the .
-
- A new instance using the specified .
- The will use default settings
- from as well as the specified .
-
-
-
-
- Populates the JSON values onto the target object.
-
- The that contains the JSON structure to read values from.
- The target object to populate values onto.
-
-
-
- Populates the JSON values onto the target object.
-
- The that contains the JSON structure to read 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
- using the specified .
-
- The used to write the JSON structure.
- The to serialize.
-
-
-
- Serializes the specified and writes the JSON structure
- 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 to write out the type name if the type of the value does not match.
- Specifying the type is optional.
-
-
-
-
- Serializes the specified and writes the JSON structure
- 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.
- Specifying the type is optional.
-
-
-
-
- Serializes the specified and writes the JSON structure
- using the specified .
-
- The used to write the JSON structure.
- The to serialize.
-
-
-
- Specifies the settings on a object.
-
-
-
-
- Gets or sets how reference loops (e.g. a class referencing itself) are handled.
- The default value is .
-
- 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.
- The default value is .
-
- Missing member handling.
-
-
-
- Gets or sets how objects are created during deserialization.
- The default value is .
-
- The object creation handling.
-
-
-
- Gets or sets how null values are handled during serialization and deserialization.
- The default value is .
-
- Null value handling.
-
-
-
- Gets or sets how default values are handled during serialization and deserialization.
- The default value is .
-
- 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 default value is .
-
- The preserve references handling.
-
-
-
- Gets or sets how type name writing and reading is handled by the serializer.
- The default value is .
-
-
- should be used with caution when your application deserializes JSON from an external source.
- Incoming types should be validated with a custom
- when deserializing with a value other than .
-
- The type name handling.
-
-
-
- Gets or sets how metadata properties are used during deserialization.
- The default value is .
-
- The metadata properties handling.
-
-
-
- Gets or sets how a type name assembly is written and resolved by the serializer.
- The default value is .
-
- The type name assembly format.
-
-
-
- Gets or sets how a type name assembly is written and resolved by the serializer.
- The default value is .
-
- The type name assembly format.
-
-
-
- Gets or sets how constructors are used during deserialization.
- The default value is .
-
- 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 equality comparer used by the serializer when comparing references.
-
- The equality comparer.
-
-
-
- Gets or sets the used by the serializer when resolving references.
-
- The reference resolver.
-
-
-
- Gets or sets a function that creates the used by the serializer when resolving references.
-
- A function that creates the used by the serializer when resolving references.
-
-
-
- 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 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.
-
-
-
- Gets or sets how and values are formatted when writing JSON text,
- and the expected date format when reading JSON text.
- The default value is "yyyy'-'MM'-'dd'T'HH':'mm':'ss.FFFFFFFK".
-
-
-
-
- Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a .
- A null value means there is no maximum.
- The default value is null.
-
-
-
-
- Indicates how JSON text output is formatted.
- The default value is .
-
-
-
-
- Gets or sets how dates are written to JSON text.
- The default value is .
-
-
-
-
- Gets or sets how time zones are handled during serialization and deserialization.
- The default value is .
-
-
-
-
- Gets or sets how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON.
- The default value is .
-
-
-
-
- Gets or sets how special floating point numbers, e.g. ,
- and ,
- are written as JSON.
- The default value is .
-
-
-
-
- Gets or sets how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
- The default value is .
-
-
-
-
- Gets or sets how strings are escaped when writing JSON text.
- The default value is .
-
-
-
-
- Gets or sets the culture used when reading JSON.
- The default value is .
-
-
-
-
- Gets a value indicating whether there will be a check for additional content after deserializing an object.
- The default value is false.
-
-
- true if there will be a check for additional content after deserializing an object; otherwise, false.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Represents a reader that provides fast, non-cached, forward-only access to JSON text data.
-
-
-
-
- Asynchronously reads the next JSON token from the source.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns true if the next token was read successfully; false if there are no more tokens to read.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously reads the next JSON token from the source as a of .
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns the of . This result will be null at the end of an array.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously reads the next JSON token from the source as a [].
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns the []. This result will be null at the end of an array.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously reads the next JSON token from the source as a of .
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns the of . This result will be null at the end of an array.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously reads the next JSON token from the source as a of .
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns the of . This result will be null at the end of an array.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously reads the next JSON token from the source as a of .
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns the of . This result will be null at the end of an array.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously reads the next JSON token from the source as a of .
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns the of . This result will be null at the end of an array.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously reads the next JSON token from the source as a of .
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns the of . This result will be null at the end of an array.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously reads the next JSON token from the source as a .
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns the . This result will be null at the end of an array.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Initializes a new instance of the class with the specified .
-
- The containing the JSON data to read.
-
-
-
- Gets or sets the reader's property name table.
-
-
-
-
- Gets or sets the reader's character buffer pool.
-
-
-
-
- Reads the next JSON token from the underlying .
-
-
- true if the next token was read successfully; false if there are no more tokens to read.
-
-
-
-
- Reads the next JSON token from the underlying as a of .
-
- A of . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the underlying as a of .
-
- A of . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the underlying as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the underlying as a [].
-
- A [] or null 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 underlying as a of .
-
- A of . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the underlying as a of .
-
- A of . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the underlying as a of .
-
- A of . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the underlying as a of .
-
- A of . This method will return null at the end of an array.
-
-
-
- Changes the reader's state to .
- If is set to true, the underlying is also closed.
-
-
-
-
- Gets a value indicating whether the class can return line information.
-
-
- true if and can be provided; otherwise, false.
-
-
-
-
- Gets the current line number.
-
-
- The current line number or 0 if no line information is available (for example, returns false).
-
-
-
-
- Gets the current line position.
-
-
- The current line position or 0 if no line information is available (for example, returns false).
-
-
-
-
- Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data.
-
-
-
-
- Asynchronously flushes whatever is in the buffer to the destination and also flushes the destination.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes the JSON value delimiter.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes the specified end token.
-
- The end token to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously closes this writer.
- If is set to true, the destination is also closed.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes the end of the current JSON object or array.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes indent characters.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes an indent space.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes raw JSON without changing the writer's state.
-
- The raw JSON to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a null value.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes the property name of a name/value pair of a JSON object.
-
- The name of the property.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes the property name of a name/value pair of 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.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes the beginning of a JSON array.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes the beginning of a JSON object.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes the start of a constructor with the given name.
-
- The name of the constructor.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes an undefined value.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes the given white space.
-
- The string of white space characters.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a [] value.
-
- The [] value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a comment /*...*/ containing the specified text.
-
- Text to place inside the comment.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes the end of an array.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes the end of a constructor.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes the end of a JSON object.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes raw JSON where a value is expected and updates the writer's state.
-
- The raw JSON to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Gets or sets the writer's character array pool.
-
-
-
-
- Gets or sets how many s to write for each level in the hierarchy when is set to .
-
-
-
-
- Gets or sets which character to use to quote attribute values.
-
-
-
-
- Gets or sets which character to use for indenting when is set to .
-
-
-
-
- Gets or sets a value indicating whether object names will be surrounded with quotes.
-
-
-
-
- Initializes a new instance of the class using the specified .
-
- The to write to.
-
-
-
- Flushes whatever is in the buffer to the underlying and also flushes the underlying .
-
-
-
-
- Closes this writer.
- If is set to true, the underlying is also closed.
- If is set to true, the JSON is auto-completed.
-
-
-
-
- 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 of value.
-
- The of value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a of value.
-
- The of value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a [] value.
-
- The [] value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a comment /*...*/ containing the specified text.
-
- Text to place inside the comment.
-
-
-
- Writes the given white space.
-
- The string of white space characters.
-
-
-
- Specifies the type of JSON token.
-
-
-
-
- This is returned by the if a read 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.
-
-
- JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
-
-
-
-
-
- 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 .NET type for the current JSON token.
-
-
-
-
-
- Initializes a new instance of the class that
- validates the content returned from the given .
-
- The to read from while validating.
-
-
-
- Gets or sets the schema.
-
- The schema.
-
-
-
- Gets the used to construct this .
-
- The specified in the constructor.
-
-
-
- Changes the reader's state to .
- If is set to true, the underlying is also closed.
-
-
-
-
- Reads the next JSON token from the underlying as a of .
-
- A of .
-
-
-
- Reads the next JSON token from the underlying as a [].
-
-
- A [] or null if the next JSON token is null.
-
-
-
-
- Reads the next JSON token from the underlying as a of .
-
- A of .
-
-
-
- Reads the next JSON token from the underlying as a of .
-
- A of .
-
-
-
- Reads the next JSON token from the underlying as a of .
-
- A of .
-
-
-
- Reads the next JSON token from the underlying as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the underlying as a of .
-
- A of . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the underlying as a of .
-
- A of .
-
-
-
- Reads the next JSON token from the underlying .
-
-
- true if the next token was read successfully; false if there are no more tokens to read.
-
-
-
-
- Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data.
-
-
-
-
- Asynchronously closes this writer.
- If is set to true, the destination is also closed.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously flushes whatever is in the buffer to the destination and also flushes the destination.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes the specified end token.
-
- The end token to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes indent characters.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes the JSON value delimiter.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes an indent space.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes raw JSON without changing the writer's state.
-
- The raw JSON to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes the end of the current JSON object or array.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes the end of an array.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes the end of a constructor.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes the end of a JSON object.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a null value.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes the property name of a name/value pair of a JSON object.
-
- The name of the property.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes the property name of a name/value pair of 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.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes the beginning of a JSON array.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a comment /*...*/ containing the specified text.
-
- Text to place inside the comment.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes raw JSON where a value is expected and updates the writer's state.
-
- The raw JSON to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes the start of a constructor with the given name.
-
- The name of the constructor.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes the beginning of a JSON object.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes the current token.
-
- The to read the token from.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes the current token.
-
- The to read the token from.
- A flag indicating whether the current token's children should be written.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes the token and its value.
-
- The to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes the token and its value.
-
- The to write.
-
- The value to write.
- A value is only required for tokens that have an associated value, e.g. the property name for .
- null can be passed to the method for tokens that don't have a value, e.g. .
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a [] value.
-
- The [] value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes an undefined value.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes the given white space.
-
- The string of white space characters.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously ets the state of the .
-
- The being written.
- The value being written.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Gets or sets a value indicating whether the destination should be closed when this writer is closed.
-
-
- true to close the destination when this writer is closed; otherwise false. The default is true.
-
-
-
-
- Gets or sets a value indicating whether the JSON should be auto-completed when this writer is closed.
-
-
- true to auto-complete the JSON when this 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.
-
-
-
-
- Gets or sets a value indicating how JSON text output should be formatted.
-
-
-
-
- Gets or sets how dates are written to JSON text.
-
-
-
-
- Gets or sets how time zones are handled when writing JSON text.
-
-
-
-
- Gets or sets how strings are escaped when writing JSON text.
-
-
-
-
- Gets or sets how special floating point numbers, e.g. ,
- and ,
- are written to JSON text.
-
-
-
-
- Gets or sets how and values are formatted when writing JSON text.
-
-
-
-
- Gets or sets the culture used when writing JSON. Defaults to .
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Flushes whatever is in the buffer to the destination and also flushes the destination.
-
-
-
-
- Closes this writer.
- If is set to true, the destination is also closed.
- If is set to true, the JSON is auto-completed.
-
-
-
-
- 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 of a JSON object.
-
- The name of the property.
-
-
-
- Writes the property name of a name/value pair of 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 token and its value.
-
- The to write.
-
- The value to write.
- A value is only required for tokens that have an associated value, e.g. the property name for .
- null can be passed to the method for tokens that don't have a value, e.g. .
-
-
-
-
- Writes the token.
-
- The to write.
-
-
-
- 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 of value.
-
- The of value to write.
-
-
-
- Writes a of value.
-
- The of value to write.
-
-
-
- Writes a of value.
-
- The of value to write.
-
-
-
- Writes a of value.
-
- The of value to write.
-
-
-
- Writes a of value.
-
- The of value to write.
-
-
-
- Writes a of value.
-
- The of value to write.
-
-
-
- Writes a of value.
-
- The of value to write.
-
-
-
- Writes a of value.
-
- The of value to write.
-
-
-
- Writes a of value.
-
- The of value to write.
-
-
-
- Writes a of value.
-
- The of value to write.
-
-
-
- Writes a of value.
-
- The of value to write.
-
-
-
- Writes a of value.
-
- The of value to write.
-
-
-
- Writes a of value.
-
- The of value to write.
-
-
-
- Writes a of value.
-
- The of value to write.
-
-
-
- Writes a of value.
-
- The of value to write.
-
-
-
- Writes a of value.
-
- The of value to write.
-
-
-
- Writes a of value.
-
- The of 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 a comment /*...*/ containing the specified text.
-
- Text to place inside the comment.
-
-
-
- Writes the given white space.
-
- The string of white space characters.
-
-
-
- Releases unmanaged and - optionally - managed resources.
-
- true to release both managed and unmanaged resources; false to release only unmanaged resources.
-
-
-
- Sets the state of the .
-
- The being written.
- The value being written.
-
-
-
- The exception thrown when an error occurs while writing JSON text.
-
-
-
-
- Gets the path to the JSON where the error occurred.
-
- The path to the JSON where the error occurred.
-
-
-
- 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 null 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).
-
-
-
- Initializes a new instance of the class
- with a specified error message, JSON path 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 path to the JSON where the error occurred.
- The exception that is the cause of the current exception, or null if no inner exception is specified.
-
-
-
- Specifies how JSON comments are handled when loading JSON.
-
-
-
-
- Ignore comments.
-
-
-
-
- Load comments as a with type .
-
-
-
-
- Specifies how duplicate property names are handled when loading JSON.
-
-
-
-
- Replace the existing value when there is a duplicate property. The value of the last property in the JSON object will be used.
-
-
-
-
- Ignore the new value when there is a duplicate property. The value of the first property in the JSON object will be used.
-
-
-
-
- Throw a when a duplicate property is encountered.
-
-
-
-
- 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 token in the source collection.
-
-
-
- Returns a collection of tokens that contains every token in the source collection, and 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 every token in the source collection, the ancestors of every token 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 token in the source collection.
-
-
-
- Returns a collection of tokens that contains every token in the source collection, and 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 every token in the source collection, and the descendants of every token 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 token 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 token 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 token 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 token 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 token 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 token 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 of with the specified key.
-
-
-
-
-
- Represents a JSON array.
-
-
-
-
-
-
-
- Writes this token to a asynchronously.
-
- A into which this method will write.
- The token to monitor for cancellation requests.
- A collection of which will be used when writing the token.
- A that represents the asynchronous write operation.
-
-
-
- Asynchronously loads a from a .
-
- A that will be read for the content of the .
- If this is null, default load settings will be used.
- The token to monitor for cancellation requests. The default value is .
- A representing the asynchronous load. The property contains the JSON that was read from the specified .
-
-
-
- Asynchronously loads a from a .
-
- A that will be read for the content of the .
- The used to load the JSON.
- If this is null, default load settings will be used.
- The token to monitor for cancellation requests. The default value is .
- A representing the asynchronous load. The property contains the JSON that was read from the specified .
-
-
-
- Gets the container's children tokens.
-
- The container's children tokens.
-
-
-
- Gets the node type for this .
-
- The type.
-
-
-
- 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 .
-
-
-
- Loads an from a .
-
- A that will be read for the content of the .
- The used to load the JSON.
- If this is null, default load settings will be used.
- 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.
-
-
-
-
-
-
- Load a from a string that contains JSON.
-
- A that contains JSON.
- The used to load the JSON.
- If this is null, default load settings will be used.
- 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 key.
-
- The with the specified key.
-
-
-
- Gets or sets the at the specified index.
-
-
-
-
-
- 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 .
-
-
-
-
- Removes the item at the specified index.
-
- The zero-based index of the item to remove.
-
- is not a valid index in the .
-
-
-
-
- Returns an enumerator that iterates through the collection.
-
-
- A of that can be used to iterate through the collection.
-
-
-
-
- Adds an item to the .
-
- The object to add to the .
-
-
-
- Removes all items from the .
-
-
-
-
- Determines whether the contains a specific value.
-
- The object to locate in the .
-
- true if is found in the ; otherwise, false.
-
-
-
-
- Copies the elements of the to an array, starting at a particular array index.
-
- The array.
- Index of the array.
-
-
-
- Gets a value indicating whether the is read-only.
-
- true if the is read-only; otherwise, false.
-
-
-
- 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 .
-
-
-
-
- Represents a JSON constructor.
-
-
-
-
- Writes this token to a asynchronously.
-
- A into which this method will write.
- The token to monitor for cancellation requests.
- A collection of which will be used when writing the token.
- A that represents the asynchronous write operation.
-
-
-
- Asynchronously loads a from a .
-
- A that will be read for the content of the .
- The token to monitor for cancellation requests. The default value is .
-
- A that represents the asynchronous load. The
- property returns a that contains the JSON that was read from the specified .
-
-
-
- Asynchronously loads a from a .
-
- A that will be read for the content of the .
- The used to load the JSON.
- If this is null, default load settings will be used.
- The token to monitor for cancellation requests. The default value is .
-
- A that represents the asynchronous load. The
- property returns 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.
-
-
-
- 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.
-
-
-
- Gets the with the specified key.
-
- The with the specified key.
-
-
-
- Loads a from a .
-
- A that will be read for the content of the .
- A that contains the JSON that was read from the specified .
-
-
-
- Loads a from a .
-
- A that will be read for the content of the .
- The used to load the JSON.
- If this is null, default load settings will be used.
- A that contains the JSON that was read from the specified .
-
-
-
- Represents a token that can contain other tokens.
-
-
-
-
- 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.
-
-
-
- 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.
-
-
-
- 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 .
-
-
-
-
- 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 of containing the descendant tokens of the .
-
-
-
- Returns a collection of the tokens that contain this token, and all descendant tokens of this token, in document order.
-
- An of containing this token, and all 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 a that can be used to add tokens to the .
-
- A that is ready to have content written to it.
-
-
-
- Replaces the child nodes of this token with the specified content.
-
- The content.
-
-
-
- Removes the child nodes from this token.
-
-
-
-
- Merge the specified content into this .
-
- The content to be merged.
-
-
-
- Merge the specified content into this using .
-
- The content to be merged.
- The used to merge the content.
-
-
-
- Gets the count of child JSON tokens.
-
- The count of child JSON tokens.
-
-
-
- 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 can be used to iterate through the collection.
-
-
- A that can be used to iterate through the collection.
-
-
-
-
- Gets the of with the specified key.
-
-
-
-
-
- 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.
-
-
-
-
- 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.
-
-
-
-
- Represents a JSON object.
-
-
-
-
-
-
-
- Writes this token to a asynchronously.
-
- A into which this method will write.
- The token to monitor for cancellation requests.
- A collection of which will be used when writing the token.
- A that represents the asynchronous write operation.
-
-
-
- Asynchronously loads a from a .
-
- A that will be read for the content of the .
- The token to monitor for cancellation requests. The default value is .
-
- A that represents the asynchronous load. The
- property returns a that contains the JSON that was read from the specified .
-
-
-
- Asynchronously loads a from a .
-
- A that will be read for the content of the .
- The used to load the JSON.
- If this is null, default load settings will be used.
- The token to monitor for cancellation requests. The default value is .
-
- A that represents the asynchronous load. The
- property returns a that contains the JSON that was read from the specified .
-
-
-
- Gets the container's children tokens.
-
- The container's children tokens.
-
-
-
- Occurs when a property value changes.
-
-
-
-
- Occurs when a property value is changing.
-
-
-
-
- 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 the node type for this .
-
- The type.
-
-
-
- Gets an of of this object's properties.
-
- An of of this object's properties.
-
-
-
- Gets a with the specified name.
-
- The property name.
- A with the specified name or null.
-
-
-
- Gets the with the specified name.
- The exact name will be searched for first and if no matching property is found then
- the will be used to match a property.
-
- The property name.
- One of the enumeration values that specifies how the strings will be compared.
- A matched with the specified name or null.
-
-
-
- Gets a of of this object's property values.
-
- A of of this object's property values.
-
-
-
- Gets the with the specified key.
-
- The with the specified key.
-
-
-
- Gets or sets the with the specified property name.
-
-
-
-
-
- Loads a from a .
-
- A that will be read for the content of the .
- A that contains the JSON that was read from the specified .
-
- is not valid JSON.
-
-
-
-
- Loads a from a .
-
- A that will be read for the content of the .
- The used to load the JSON.
- If this is null, default load settings will be used.
- A that contains the JSON that was read from the specified .
-
- is not valid JSON.
-
-
-
-
- Load a from a string that contains JSON.
-
- A that contains JSON.
- A populated from the string that contains JSON.
-
- is not valid JSON.
-
-
-
-
-
-
-
- Load a from a string that contains JSON.
-
- A that contains JSON.
- The used to load the JSON.
- If this is null, default load settings will be used.
- A populated from the string that contains JSON.
-
- is not valid 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.
-
-
-
- Determines whether the JSON object has the specified property name.
-
- Name of the property.
- true if the JSON object has the specified property name; otherwise, false.
-
-
-
- Removes the property with the specified name.
-
- Name of the property.
- true if item was successfully removed; otherwise, false.
-
-
-
- Tries to get the with the specified property name.
-
- Name of the property.
- The value.
- true if a value was successfully retrieved; otherwise, false.
-
-
-
- Returns an enumerator that can be used to iterate 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 responsible for binding operations performed on this object.
-
- The expression tree representation of the runtime value.
-
- The to bind this object.
-
-
-
-
- Represents a JSON property.
-
-
-
-
- Writes this token to a asynchronously.
-
- A into which this method will write.
- The token to monitor for cancellation requests.
- A collection of which will be used when writing the token.
- A that represents the asynchronous write operation.
-
-
-
- Asynchronously loads a from a .
-
- A that will be read for the content of the .
- The token to monitor for cancellation requests. The default value is .
- A representing the asynchronous creation. The
- property returns a that contains the JSON that was read from the specified .
-
-
-
- Asynchronously loads a from a .
-
- A that will be read for the content of the .
- The used to load the JSON.
- If this is null, default load settings will be used.
- The token to monitor for cancellation requests. The default value is .
- A representing the asynchronous creation. The
- property returns 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.
-
-
-
- Initializes a new instance of the class from another object.
-
- A object to copy from.
-
-
-
- Gets the node type for this .
-
- The type.
-
-
-
- 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 a from a .
-
- A that will be read for the content of the .
- A that contains the JSON that was read from the specified .
-
-
-
- Loads a from a .
-
- A that will be read for the content of the .
- The used to load the JSON.
- If this is null, default load settings will be used.
- A that contains the JSON that was read from the specified .
-
-
-
- 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.
-
-
-
-
- Asynchronously creates an instance of with the content of the reader's current token.
-
- The reader.
- The token to monitor for cancellation requests. The default value is .
- A representing the asynchronous creation. The
- property returns an instance of with the content of the reader's current token.
-
-
-
- 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.
-
-
-
- Specifies the settings used when loading JSON.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Gets or sets how JSON comments are handled when loading JSON.
- The default value is .
-
- The JSON comment handling.
-
-
-
- Gets or sets how JSON line info is handled when loading JSON.
- The default value is .
-
- The JSON line info handling.
-
-
-
- Gets or sets how duplicate property names in JSON objects are handled when loading JSON.
- The default value is .
-
- The JSON duplicate property name handling.
-
-
-
- Specifies the settings used when merging JSON.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Gets or sets the method used when merging JSON arrays.
-
- The method used when merging JSON arrays.
-
-
-
- Gets or sets how null value properties are merged.
-
- How null value properties are merged.
-
-
-
- Gets or sets the comparison used to match property names while merging.
- 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.
-
- The comparison used to match property names while merging.
-
-
-
- Represents an abstract JSON token.
-
-
-
-
- Writes this token to a asynchronously.
-
- A into which this method will write.
- The token to monitor for cancellation requests.
- A collection of which will be used when writing the token.
- A that represents the asynchronous write operation.
-
-
-
- Writes this token to a asynchronously.
-
- A into which this method will write.
- A collection of which will be used when writing the token.
- A that represents the asynchronous write operation.
-
-
-
- Asynchronously creates a from a .
-
- An positioned at the token to read into this .
- The token to monitor for cancellation requests. The default value is .
-
- A that represents the asynchronous creation. The
- property returns a 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.
-
-
-
-
- Asynchronously creates a from a .
-
- An positioned at the token to read into this .
- The used to load the JSON.
- If this is null, default load settings will be used.
- The token to monitor for cancellation requests. The default value is .
-
- A that represents the asynchronous creation. The
- property returns a 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.
-
-
-
-
- Asynchronously creates a from a .
-
- A positioned at the token to read into this .
- The token to monitor for cancellation requests. The default value is .
-
- A that represents the asynchronous creation. The
- property returns a 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.
-
-
-
-
- Asynchronously creates a from a .
-
- A positioned at the token to read into this .
- The used to load the JSON.
- If this is null, default load settings will be used.
- The token to monitor for cancellation requests. The default value is .
-
- A that represents the asynchronous creation. The
- property returns a 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.
-
-
-
-
- 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.
-
-
-
-
- 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.
-
-
-
- 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.
-
-
-
-
- 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 tokens that contain this token, and the ancestors of this token.
-
- A collection of tokens that contain this token, and the ancestors 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.
-
- The with the specified key.
-
-
-
- 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.
-
-
-
- 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 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.
-
-
- ToString() returns a non-JSON string value for tokens with a type of .
- If you want the JSON for all token types then you should use .
-
-
- The indented JSON for this token.
-
-
-
-
- Returns the JSON for this token using the given formatting and converters.
-
- Indicates how the output should be formatted.
- A collection of s 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 of .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to of .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to of .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to of .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to of .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to of .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to of .
-
- 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 of .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to of .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to of .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to of .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to of .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to of .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to of .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to of .
-
- 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 of .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to of .
-
- 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 of .
-
- 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 of .
-
- 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 of 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 of to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from of to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from of to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from of to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from of to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from of to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from of 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 of 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 of to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from of 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 of to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from of to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from of to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from of 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 of 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 of to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Creates a for this token.
-
- A 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 an instance of 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 an instance of 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 an instance of 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 an instance of 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 .
-
- A positioned at the token to read into this .
-
- A 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.
-
-
-
-
- Creates a from a .
-
- An positioned at the token to read into this .
- The used to load the JSON.
- If this is null, default load settings will be used.
-
- A 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.
-
-
-
- Load a from a string that contains JSON.
-
- A that contains JSON.
- The used to load the JSON.
- If this is null, default load settings will be used.
- A populated from the string that contains JSON.
-
-
-
- Creates a from a .
-
- A positioned at the token to read into this .
- The used to load the JSON.
- If this is null, default load settings will be used.
-
- A 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.
-
-
-
-
- Creates a from a .
-
- A positioned at the token to read into this .
-
- A 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 JSONPath expression. Selects the token that matches the object path.
-
-
- A that contains a JSONPath expression.
-
- A , or null.
-
-
-
- Selects a using a JSONPath expression. Selects the token that matches the object path.
-
-
- A that contains a JSONPath 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 JSONPath expression.
-
-
- A that contains a JSONPath expression.
-
- An of that contains the selected elements.
-
-
-
- Selects a collection of elements using a JSONPath expression.
-
-
- A that contains a JSONPath expression.
-
- A flag to indicate whether an error should be thrown if no tokens are found when evaluating part of the expression.
- An of 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 .
-
-
-
- Adds an object to the annotation list of this .
-
- The annotation to add.
-
-
-
- Get the first annotation object of the specified type from this .
-
- The type of the annotation to retrieve.
- The first annotation object that matches the specified type, or null if no annotation is of the specified type.
-
-
-
- Gets the first annotation object of the specified type from this .
-
- The of the annotation to retrieve.
- The first annotation object that matches the specified type, or null if no annotation is of the specified type.
-
-
-
- Gets a collection of annotations of the specified type for this .
-
- The type of the annotations to retrieve.
- An that contains the annotations for this .
-
-
-
- Gets a collection of annotations of the specified type for this .
-
- The of the annotations to retrieve.
- An of that contains the annotations that match the specified type for this .
-
-
-
- Removes the annotations of the specified type from this .
-
- The type of annotations to remove.
-
-
-
- Removes the annotations of the specified type from this .
-
- The of annotations to remove.
-
-
-
- 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.
-
-
-
-
- Gets the at the reader's current position.
-
-
-
-
- Initializes a new instance of the class.
-
- The token to read from.
-
-
-
- Initializes a new instance of the class.
-
- The token to read from.
- The initial path of the token. It is prepended to the returned .
-
-
-
- Reads the next JSON token from the underlying .
-
-
- 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.
-
-
-
-
- Gets the at the writer's current position.
-
-
-
-
- Gets the token being written.
-
- The token being written.
-
-
-
- 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 .
-
-
-
-
- Closes this writer.
- If is set to true, the JSON is auto-completed.
-
-
- Setting to true has no additional effect, since the underlying is a type that cannot be closed.
-
-
-
-
- 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 be 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 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.
-
-
-
- Represents a value in JSON (string, integer, date, etc).
-
-
-
-
- Writes this token to a asynchronously.
-
- A into which this method will write.
- The token to monitor for cancellation requests.
- A collection of which will be used when writing the token.
- A that represents the asynchronous write operation.
-
-
-
- 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.
-
-
-
- Gets a value indicating whether this token has child tokens.
-
-
- true if this token has child values; otherwise, false.
-
-
-
-
- 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.
-
-
-
- Creates a null value.
-
- A null value.
-
-
-
- Creates a undefined value.
-
- A undefined value.
-
-
-
- Gets the node type for this .
-
- The type.
-
-
-
- Gets or sets the underlying token value.
-
- The underlying token value.
-
-
-
- Writes this token to a .
-
- A into which this method will write.
- A collection of s 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.
-
-
-
-
- Serves as a hash function for a particular type.
-
-
- A hash code for the current .
-
-
-
-
- Returns a that represents this instance.
-
-
- ToString() returns a non-JSON string value for tokens with a type of .
- If you want the JSON for all token types then you should use .
-
-
- 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 of the same type as this instance.
-
-
-
-
- Specifies how line information is handled when loading JSON.
-
-
-
-
- Ignore line information.
-
-
-
-
- Load line information.
-
-
-
-
- Specifies how JSON arrays are merged together.
-
-
-
- Concatenate arrays.
-
-
- Union arrays, skipping items that already exist.
-
-
- Replace all array items.
-
-
- Merge array items together, matched by index.
-
-
-
- Specifies how null value properties are merged.
-
-
-
-
- The content's null value properties will be ignored during merging.
-
-
-
-
- The content's null value properties will be merged.
-
-
-
-
- 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 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.
-
-
-
-
- Do not try to read metadata properties.
-
-
-
-
- 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 .
-
-
-
-
-
-
-
- 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.
-
-
-
-
- The property is not required but it cannot be a null value.
-
-
-
-
-
- Contains the JSON schema extension methods.
-
-
- JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
-
-
-
-
-
-
- Determines whether the is valid.
-
-
- JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
-
-
- The source to test.
- The schema to test with.
-
- true if the specified is valid; otherwise, false.
-
-
-
-
-
- Determines whether the is valid.
-
-
- JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
-
-
- 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 .
-
-
- JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
-
-
- The source to test.
- The schema to test with.
-
-
-
-
- Validates the specified .
-
-
- JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
-
-
- The source to test.
- The schema to test with.
- The validation event handler.
-
-
-
-
- An in-memory representation of a JSON Schema.
-
-
- JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
-
-
-
-
-
- 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 divisible by.
-
- A number that the value should be divisible 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 disallowed 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.
-
-
-
- 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 JSON Schema.
-
- A that contains JSON Schema.
- A populated from the string that contains JSON Schema.
-
-
-
- Load a from a string that contains JSON Schema using the specified .
-
- A that contains JSON Schema.
- The resolver.
- A populated from the string that contains JSON Schema.
-
-
-
- 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 .
-
-
-
-
-
- Returns detailed information about the schema exception.
-
-
- JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
-
-
-
-
-
- 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.
-
-
-
- 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 null 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).
-
-
-
-
- Generates a from a specified .
-
-
- JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
-
-
-
-
-
- Gets or sets how undefined schemas are handled by the serializer.
-
-
-
-
- Gets or sets the contract resolver.
-
- The contract resolver.
-
-
-
- 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.
-
-
-
-
- Resolves from an id.
-
-
- JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
-
-
-
-
-
- Gets or sets the loaded schemas.
-
- The loaded schemas.
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Gets a for the specified reference.
-
- The id.
- A for the specified reference.
-
-
-
-
- The value types allowed by the .
-
-
- JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
-
-
-
-
-
- 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 .
-
-
- JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
-
-
-
-
-
- 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 .
-
-
- JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
-
-
-
-
-
- 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 .
-
-
- JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
-
-
-
-
-
- A camel case naming strategy.
-
-
-
-
- Initializes a new instance of the class.
-
-
- A flag indicating whether dictionary keys should be processed.
-
-
- A flag indicating whether explicitly specified property names should be processed,
- e.g. a property name customized with a .
-
-
-
-
- Initializes a new instance of the class.
-
-
- A flag indicating whether dictionary keys should be processed.
-
-
- A flag indicating whether explicitly specified property names should be processed,
- e.g. a property name customized with a .
-
-
- A flag indicating whether extension data names should be processed.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Resolves the specified property name.
-
- The property name to resolve.
- The resolved property name.
-
-
-
- Resolves member mappings for a type, camel casing property names.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Resolves the contract for a given type.
-
- The type to resolve a contract for.
- The contract for a given type.
-
-
-
- Used by to resolve a for a given .
-
-
-
-
- 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.
-
-
-
-
- Gets or sets a value indicating whether to ignore IsSpecified members when serializing and deserializing types.
-
-
- true if the IsSpecified members will be ignored when serializing and deserializing types; otherwise, false.
-
-
-
-
- Gets or sets a value indicating whether to ignore ShouldSerialize members when serializing and deserializing types.
-
-
- true if the ShouldSerialize members will be ignored when serializing and deserializing types; otherwise, false.
-
-
-
-
- Gets or sets the naming strategy used to resolve how property names and dictionary keys are serialized.
-
- The naming strategy used to resolve how property names and dictionary keys are serialized.
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- 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.
- Resolved name of the property.
-
-
-
- Resolves the name of the extension data. By default no changes are made to extension data names.
-
- Name of the extension data.
- Resolved name of the extension data.
-
-
-
- Resolves the key of the dictionary. By default is used to resolve dictionary keys.
-
- Key of the dictionary.
- Resolved key of the dictionary.
-
-
-
- Gets the resolved name of the property.
-
- Name of the property.
- Name of the property.
-
-
-
- The default naming strategy. Property names and dictionary keys are unchanged.
-
-
-
-
- Resolves the specified property name.
-
- The property name to resolve.
- The resolved property name.
-
-
-
- The default serialization binder used when resolving and loading classes from type names.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- 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.
-
-
-
-
- Gets the that will be used to filter the trace messages passed to the writer.
- For example a filter level of will exclude messages and include ,
- and 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.
-
-
-
- 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 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.
-
-
-
-
- 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.
-
-
-
- Initializes a new instance of the class.
-
- The current object.
- 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.
-
-
-
- Provides methods to get attributes.
-
-
-
-
- Returns a collection of all of the attributes, or an empty collection if there are no attributes.
-
- When true, look up the hierarchy chain for the inherited custom attribute.
- A collection of s, or an empty collection.
-
-
-
- Returns a collection of attributes, identified by type, or an empty collection if there are no attributes.
-
- The type of the attributes.
- When true, look up the hierarchy chain for the inherited custom attribute.
- A collection of s, or an empty collection.
-
-
-
- Used by to resolve a for a given .
-
-
-
-
-
-
-
-
- Resolves the contract for a given type.
-
- The type to resolve a contract for.
- The contract for a given type.
-
-
-
- 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 was resolved from the reference.
-
-
-
- Gets the reference for the specified 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.
-
-
-
- Allows users to control class loading and mandate what class to load.
-
-
-
-
- When implemented, 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 implemented, 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.
-
-
-
-
- Gets the that will be used to filter the trace messages passed to the writer.
- For example a filter level of will exclude messages and include ,
- and 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.
-
-
-
- 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 .
-
-
-
-
- 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.
-
-
-
- Gets or sets the function used to create the object. When set this function will override .
-
- The function used to create the object.
-
-
-
- Gets a value indicating whether the creator has a parameter with the collection values.
-
- true if the creator has a parameter with the collection values; otherwise, false.
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Contract details for a used by the .
-
-
-
-
- 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.
-
-
-
- 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 .
-
-
-
-
- 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 the internally resolved for the contract's type.
- This converter is used as a fallback converter when no other converter is resolved.
- Setting will always override this 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 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.
-
-
-
- Contract details for a used by the .
-
-
-
-
- Gets or sets the dictionary key resolver.
-
- The dictionary key resolver.
-
-
-
- Gets the of the dictionary keys.
-
- The of the dictionary keys.
-
-
-
- Gets the of the dictionary values.
-
- The of the dictionary values.
-
-
-
- Gets or sets the function used to create the object. When set this function will override .
-
- The function used to create the object.
-
-
-
- Gets a value indicating whether the creator has a parameter with the dictionary values.
-
- true if the creator has a parameter with the dictionary values; otherwise, false.
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Contract details for a used by the .
-
-
-
-
- Gets the object's properties.
-
- The object's properties.
-
-
-
- Gets or sets the property name resolver.
-
- The property name resolver.
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Contract details for a used by the .
-
-
-
-
- Gets or sets the object constructor.
-
- The object constructor.
-
-
-
- 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.
-
-
-
- Contract details for a used by the .
-
-
-
-
- Gets or sets the object member serialization.
-
- The member object serialization.
-
-
-
- Gets or sets the missing member handling used when deserializing this object.
-
- The missing member handling.
-
-
-
- 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 or sets how the object's properties with null values are handled during serialization and deserialization.
-
- How the object's properties with null values are handled during serialization and deserialization.
-
-
-
- Gets the object's properties.
-
- The object's properties.
-
-
-
- Gets a collection of instances that define the parameters used with .
-
-
-
-
- Gets or sets the function used to create the object. When set this function will override .
- This function is called with a collection of arguments which are defined by the collection.
-
- The function used to create the object.
-
-
-
- Gets or sets the extension data setter.
-
-
-
-
- Gets or sets the extension data getter.
-
-
-
-
- Gets or sets the extension data value type.
-
-
-
-
- Gets or sets the extension data name resolver.
-
- The extension data name resolver.
-
-
-
- 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.
-
-
-
-
- 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 of a member.
-
- The numeric order of serialization.
-
-
-
- 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 for this property.
-
- The for this property.
-
-
-
- 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 precedence 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 a value indicating whether has a value specified.
-
-
-
-
- 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 serialized.
-
- A predicate used to determine whether the property should be serialized.
-
-
-
- Gets or sets a predicate used to determine whether the property should be deserialized.
-
- A predicate used to determine whether the property should be deserialized.
-
-
-
- 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.
-
-
-
- Returns a that represents this instance.
-
-
- A that represents this instance.
-
-
-
-
- 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 type name handling used when serializing the property's collection items.
-
- The collection's items type name handling.
-
-
-
- Gets or sets 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 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.
-
-
-
- Lookup and create an instance of the type described by the argument.
-
- The type to create.
- Optional arguments to pass to an initializing constructor of the JsonConverter.
- If null, the default constructor is used.
-
-
-
- A kebab case naming strategy.
-
-
-
-
- Initializes a new instance of the class.
-
-
- A flag indicating whether dictionary keys should be processed.
-
-
- A flag indicating whether explicitly specified property names should be processed,
- e.g. a property name customized with a .
-
-
-
-
- Initializes a new instance of the class.
-
-
- A flag indicating whether dictionary keys should be processed.
-
-
- A flag indicating whether explicitly specified property names should be processed,
- e.g. a property name customized with a .
-
-
- A flag indicating whether extension data names should be processed.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Resolves the specified property name.
-
- The property name to resolve.
- The resolved property name.
-
-
-
- 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.
-
-
-
-
- Gets the that will be used to filter the trace messages passed to the writer.
- For example a filter level of will exclude messages and include ,
- and messages.
-
-
- The that will be used to filter the trace messages passed to the writer.
-
-
-
-
- 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.
-
-
-
-
- A base class for resolving how property names and dictionary keys are serialized.
-
-
-
-
- A flag indicating whether dictionary keys should be processed.
- Defaults to false.
-
-
-
-
- A flag indicating whether extension data names should be processed.
- Defaults to false.
-
-
-
-
- A flag indicating whether explicitly specified property names,
- e.g. a property name customized with a , should be processed.
- Defaults to false.
-
-
-
-
- Gets the serialized name for a given property name.
-
- The initial property name.
- A flag indicating whether the property has had a name explicitly specified.
- The serialized property name.
-
-
-
- Gets the serialized name for a given extension data name.
-
- The initial extension data name.
- The serialized extension data name.
-
-
-
- Gets the serialized key for a given dictionary key.
-
- The initial dictionary key.
- The serialized dictionary key.
-
-
-
- Resolves the specified property name.
-
- The property name to resolve.
- The resolved property name.
-
-
-
- Hash code calculation
-
-
-
-
-
- Object equality implementation
-
-
-
-
-
-
- Compare to another NamingStrategy
-
-
-
-
-
-
- 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.
-
-
-
-
- Provides methods to get attributes from a , , or .
-
-
-
-
- Initializes a new instance of the class.
-
- The instance to get attributes for. This parameter should be a , , or .
-
-
-
- Returns a collection of all of the attributes, or an empty collection if there are no attributes.
-
- When true, look up the hierarchy chain for the inherited custom attribute.
- A collection of s, or an empty collection.
-
-
-
- Returns a collection of attributes, identified by type, or an empty collection if there are no attributes.
-
- The type of the attributes.
- When true, look up the hierarchy chain for the inherited custom attribute.
- A collection of s, or an empty collection.
-
-
-
- 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.
-
-
-
- A snake case naming strategy.
-
-
-
-
- Initializes a new instance of the class.
-
-
- A flag indicating whether dictionary keys should be processed.
-
-
- A flag indicating whether explicitly specified property names should be processed,
- e.g. a property name customized with a .
-
-
-
-
- Initializes a new instance of the class.
-
-
- A flag indicating whether dictionary keys should be processed.
-
-
- A flag indicating whether explicitly specified property names should be processed,
- e.g. a property name customized with a .
-
-
- A flag indicating whether extension data names should be processed.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Resolves the specified property name.
-
- The property name to resolve.
- The resolved property name.
-
-
-
- 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.
-
-
-
-
- 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 of the class 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 class is used to load the assembly.
-
-
-
-
- Specifies type name handling options for the .
-
-
- should be used with caution when your application deserializes JSON from an external source.
- Incoming types should be validated with a custom
- when deserializing with a value other than .
-
-
-
-
- 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.
- Note that this doesn't include the root serialized object by default. To include the root object's type name in JSON
- you must specify a root type object with
- or .
-
-
-
-
- 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 .
-
- The list to add to.
- The collection of elements to add.
-
-
-
- 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
-
-
-
-
- Helper class for serializing immutable collections.
- Note that this is used by all builds, even those that don't support immutable collections, in case the DLL is GACed
- https://github.com/JamesNK/Newtonsoft.Json/issues/652
-
-
-
-
- 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 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 this class lets you reuse its 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.
-
-
-
-
- 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 result in an being thrown.
-
-
-
-
- The method has been called.
-
-
-
-
- An object is being written.
-
-
-
-
- An array is being written.
-
-
-
-
- A constructor is being written.
-
-
-
-
- A property is being written.
-
-
-
-
- A write method has not been called.
-
-
-
- Specifies that an output will not be null even if the corresponding type allows it.
-
-
- Specifies that when a method returns , the parameter will not be null even if the corresponding type allows it.
-
-
- Initializes the attribute with the specified return value condition.
-
- The return value condition. If the method returns this value, the associated parameter will not be null.
-
-
-
- Gets the return value condition.
-
-
- Specifies that an output may be null even if the corresponding type disallows it.
-
-
- Specifies that null is allowed as an input even if the corresponding type disallows it.
-
-
-
- Specifies that the method will not return if the associated Boolean parameter is passed the specified value.
-
-
-
-
- Initializes a new instance of the class.
-
-
- The condition parameter value. Code after the method will be considered unreachable by diagnostics if the argument to
- the associated parameter matches this value.
-
-
-
- Gets the condition parameter value.
-
-
-
diff --git a/portalApi/bin/Debug/System.Buffers.dll b/portalApi/bin/Debug/System.Buffers.dll
deleted file mode 100644
index f2d83c5..0000000
Binary files a/portalApi/bin/Debug/System.Buffers.dll and /dev/null differ
diff --git a/portalApi/bin/Debug/System.Buffers.xml b/portalApi/bin/Debug/System.Buffers.xml
deleted file mode 100644
index e243dce..0000000
--- a/portalApi/bin/Debug/System.Buffers.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-
-
- System.Buffers
-
-
-
- Provides a resource pool that enables reusing instances of type .
- The type of the objects that are in the resource pool.
-
-
- Initializes a new instance of the class.
-
-
- Creates a new instance of the class.
- A new instance of the class.
-
-
- Creates a new instance of the class using the specifed configuration.
- The maximum length of an array instance that may be stored in the pool.
- The maximum number of array instances that may be stored in each bucket in the pool. The pool groups arrays of similar lengths into buckets for faster access.
- A new instance of the class with the specified configuration.
-
-
- Retrieves a buffer that is at least the requested length.
- The minimum length of the array.
- An array of type that is at least minimumLength in length.
-
-
- Returns an array to the pool that was previously obtained using the method on the same instance.
- A buffer to return to the pool that was previously obtained using the method.
- Indicates whether the contents of the buffer should be cleared before reuse. If clearArray is set to true, and if the pool will store the buffer to enable subsequent reuse, the method will clear the array of its contents so that a subsequent caller using the method will not see the content of the previous caller. If clearArray is set to false or if the pool will release the buffer, the array's contents are left unchanged.
-
-
- Gets a shared instance.
- A shared instance.
-
-
-
\ No newline at end of file
diff --git a/portalApi/bin/Debug/System.Memory.dll b/portalApi/bin/Debug/System.Memory.dll
deleted file mode 100644
index 5d19470..0000000
Binary files a/portalApi/bin/Debug/System.Memory.dll and /dev/null differ
diff --git a/portalApi/bin/Debug/System.Memory.xml b/portalApi/bin/Debug/System.Memory.xml
deleted file mode 100644
index 4d12fd7..0000000
--- a/portalApi/bin/Debug/System.Memory.xml
+++ /dev/null
@@ -1,355 +0,0 @@
-
-
- System.Memory
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/portalApi/bin/Debug/System.Numerics.Vectors.dll b/portalApi/bin/Debug/System.Numerics.Vectors.dll
deleted file mode 100644
index 0865972..0000000
Binary files a/portalApi/bin/Debug/System.Numerics.Vectors.dll and /dev/null differ
diff --git a/portalApi/bin/Debug/System.Numerics.Vectors.xml b/portalApi/bin/Debug/System.Numerics.Vectors.xml
deleted file mode 100644
index da34d39..0000000
--- a/portalApi/bin/Debug/System.Numerics.Vectors.xml
+++ /dev/null
@@ -1,2621 +0,0 @@
-
-
- System.Numerics.Vectors
-
-
-
- Represents a 3x2 matrix.
-
-
- Creates a 3x2 matrix from the specified components.
- The value to assign to the first element in the first row.
- The value to assign to the second element in the first row.
- The value to assign to the first element in the second row.
- The value to assign to the second element in the second row.
- The value to assign to the first element in the third row.
- The value to assign to the second element in the third row.
-
-
- Adds each element in one matrix with its corresponding element in a second matrix.
- The first matrix.
- The second matrix.
- The matrix that contains the summed values of value1 and value2.
-
-
- Creates a rotation matrix using the given rotation in radians.
- The amount of rotation, in radians.
- The rotation matrix.
-
-
- Creates a rotation matrix using the specified rotation in radians and a center point.
- The amount of rotation, in radians.
- The center point.
- The rotation matrix.
-
-
- Creates a scaling matrix from the specified X and Y components.
- The value to scale by on the X axis.
- The value to scale by on the Y axis.
- The scaling matrix.
-
-
- Creates a scaling matrix that scales uniformly with the specified scale with an offset from the specified center.
- The uniform scale to use.
- The center offset.
- The scaling matrix.
-
-
- Creates a scaling matrix that is offset by a given center point.
- The value to scale by on the X axis.
- The value to scale by on the Y axis.
- The center point.
- The scaling matrix.
-
-
- Creates a scaling matrix that scales uniformly with the given scale.
- The uniform scale to use.
- The scaling matrix.
-
-
- Creates a scaling matrix from the specified vector scale.
- The scale to use.
- The scaling matrix.
-
-
- Creates a scaling matrix from the specified vector scale with an offset from the specified center point.
- The scale to use.
- The center offset.
- The scaling matrix.
-
-
- Creates a skew matrix from the specified angles in radians.
- The X angle, in radians.
- The Y angle, in radians.
- The skew matrix.
-
-
- Creates a skew matrix from the specified angles in radians and a center point.
- The X angle, in radians.
- The Y angle, in radians.
- The center point.
- The skew matrix.
-
-
- Creates a translation matrix from the specified 2-dimensional vector.
- The translation position.
- The translation matrix.
-
-
- Creates a translation matrix from the specified X and Y components.
- The X position.
- The Y position.
- The translation matrix.
-
-
- Returns a value that indicates whether this instance and another 3x2 matrix are equal.
- The other matrix.
- true if the two matrices are equal; otherwise, false.
-
-
- Returns a value that indicates whether this instance and a specified object are equal.
- The object to compare with the current instance.
- true if the current instance and obj are equal; otherwise, false. If obj is null, the method returns false.
-
-
- Calculates the determinant for this matrix.
- The determinant.
-
-
- Returns the hash code for this instance.
- The hash code.
-
-
- Gets the multiplicative identity matrix.
- The multiplicative identify matrix.
-
-
- Inverts the specified matrix. The return value indicates whether the operation succeeded.
- The matrix to invert.
- When this method returns, contains the inverted matrix if the operation succeeded.
- true if matrix was converted successfully; otherwise, false.
-
-
- Indicates whether the current matrix is the identity matrix.
- true if the current matrix is the identity matrix; otherwise, false.
-
-
- Performs a linear interpolation from one matrix to a second matrix based on a value that specifies the weighting of the second matrix.
- The first matrix.
- The second matrix.
- The relative weighting of matrix2.
- The interpolated matrix.
-
-
- The first element of the first row.
-
-
-
- The second element of the first row.
-
-
-
- The first element of the second row.
-
-
-
- The second element of the second row.
-
-
-
- The first element of the third row.
-
-
-
- The second element of the third row.
-
-
-
- Returns the matrix that results from multiplying two matrices together.
- The first matrix.
- The second matrix.
- The product matrix.
-
-
- Returns the matrix that results from scaling all the elements of a specified matrix by a scalar factor.
- The matrix to scale.
- The scaling value to use.
- The scaled matrix.
-
-
- Negates the specified matrix by multiplying all its values by -1.
- The matrix to negate.
- The negated matrix.
-
-
- Adds each element in one matrix with its corresponding element in a second matrix.
- The first matrix.
- The second matrix.
- The matrix that contains the summed values.
-
-
- Returns a value that indicates whether the specified matrices are equal.
- The first matrix to compare.
- The second matrix to compare.
- true if value1 and value2 are equal; otherwise, false.
-
-
- Returns a value that indicates whether the specified matrices are not equal.
- The first matrix to compare.
- The second matrix to compare.
- true if value1 and value2 are not equal; otherwise, false.
-
-
- Returns the matrix that results from multiplying two matrices together.
- The first matrix.
- The second matrix.
- The product matrix.
-
-
- Returns the matrix that results from scaling all the elements of a specified matrix by a scalar factor.
- The matrix to scale.
- The scaling value to use.
- The scaled matrix.
-
-
- Subtracts each element in a second matrix from its corresponding element in a first matrix.
- The first matrix.
- The second matrix.
- The matrix containing the values that result from subtracting each element in value2 from its corresponding element in value1.
-
-
- Negates the specified matrix by multiplying all its values by -1.
- The matrix to negate.
- The negated matrix.
-
-
- Subtracts each element in a second matrix from its corresponding element in a first matrix.
- The first matrix.
- The second matrix.
- The matrix containing the values that result from subtracting each element in value2 from its corresponding element in value1.
-
-
- Returns a string that represents this matrix.
- The string representation of this matrix.
-
-
- Gets or sets the translation component of this matrix.
- The translation component of the current instance.
-
-
- Represents a 4x4 matrix.
-
-
- Creates a object from a specified object.
- A 3x2 matrix.
-
-
- Creates a 4x4 matrix from the specified components.
- The value to assign to the first element in the first row.
- The value to assign to the second element in the first row.
- The value to assign to the third element in the first row.
- The value to assign to the fourth element in the first row.
- The value to assign to the first element in the second row.
- The value to assign to the second element in the second row.
- The value to assign to the third element in the second row.
- The value to assign to the third element in the second row.
- The value to assign to the first element in the third row.
- The value to assign to the second element in the third row.
- The value to assign to the third element in the third row.
- The value to assign to the fourth element in the third row.
- The value to assign to the first element in the fourth row.
- The value to assign to the second element in the fourth row.
- The value to assign to the third element in the fourth row.
- The value to assign to the fourth element in the fourth row.
-
-
- Adds each element in one matrix with its corresponding element in a second matrix.
- The first matrix.
- The second matrix.
- The matrix that contains the summed values of value1 and value2.
-
-
- Creates a spherical billboard that rotates around a specified object position.
- The position of the object that the billboard will rotate around.
- The position of the camera.
- The up vector of the camera.
- The forward vector of the camera.
- The created billboard.
-
-
- Creates a cylindrical billboard that rotates around a specified axis.
- The position of the object that the billboard will rotate around.
- The position of the camera.
- The axis to rotate the billboard around.
- The forward vector of the camera.
- The forward vector of the object.
- The billboard matrix.
-
-
- Creates a matrix that rotates around an arbitrary vector.
- The axis to rotate around.
- The angle to rotate around axis, in radians.
- The rotation matrix.
-
-
- Creates a rotation matrix from the specified Quaternion rotation value.
- The source Quaternion.
- The rotation matrix.
-
-
- Creates a rotation matrix from the specified yaw, pitch, and roll.
- The angle of rotation, in radians, around the Y axis.
- The angle of rotation, in radians, around the X axis.
- The angle of rotation, in radians, around the Z axis.
- The rotation matrix.
-
-
- Creates a view matrix.
- The position of the camera.
- The target towards which the camera is pointing.
- The direction that is "up" from the camera's point of view.
- The view matrix.
-
-
- Creates an orthographic perspective matrix from the given view volume dimensions.
- The width of the view volume.
- The height of the view volume.
- The minimum Z-value of the view volume.
- The maximum Z-value of the view volume.
- The orthographic projection matrix.
-
-
- Creates a customized orthographic projection matrix.
- The minimum X-value of the view volume.
- The maximum X-value of the view volume.
- The minimum Y-value of the view volume.
- The maximum Y-value of the view volume.
- The minimum Z-value of the view volume.
- The maximum Z-value of the view volume.
- The orthographic projection matrix.
-
-
- Creates a perspective projection matrix from the given view volume dimensions.
- The width of the view volume at the near view plane.
- The height of the view volume at the near view plane.
- The distance to the near view plane.
- The distance to the far view plane.
- The perspective projection matrix.
- nearPlaneDistance is less than or equal to zero.
- -or-
- farPlaneDistance is less than or equal to zero.
- -or-
- nearPlaneDistance is greater than or equal to farPlaneDistance.
-
-
- Creates a perspective projection matrix based on a field of view, aspect ratio, and near and far view plane distances.
- The field of view in the y direction, in radians.
- The aspect ratio, defined as view space width divided by height.
- The distance to the near view plane.
- The distance to the far view plane.
- The perspective projection matrix.
- fieldOfView is less than or equal to zero.
- -or-
- fieldOfView is greater than or equal to .
- nearPlaneDistance is less than or equal to zero.
- -or-
- farPlaneDistance is less than or equal to zero.
- -or-
- nearPlaneDistance is greater than or equal to farPlaneDistance.
-
-
- Creates a customized perspective projection matrix.
- The minimum x-value of the view volume at the near view plane.
- The maximum x-value of the view volume at the near view plane.
- The minimum y-value of the view volume at the near view plane.
- The maximum y-value of the view volume at the near view plane.
- The distance to the near view plane.
- The distance to the far view plane.
- The perspective projection matrix.
- nearPlaneDistance is less than or equal to zero.
- -or-
- farPlaneDistance is less than or equal to zero.
- -or-
- nearPlaneDistance is greater than or equal to farPlaneDistance.
-
-
- Creates a matrix that reflects the coordinate system about a specified plane.
- The plane about which to create a reflection.
- A new matrix expressing the reflection.
-
-
- Creates a matrix for rotating points around the X axis.
- The amount, in radians, by which to rotate around the X axis.
- The rotation matrix.
-
-
- Creates a matrix for rotating points around the X axis from a center point.
- The amount, in radians, by which to rotate around the X axis.
- The center point.
- The rotation matrix.
-
-
- The amount, in radians, by which to rotate around the Y axis from a center point.
- The amount, in radians, by which to rotate around the Y-axis.
- The center point.
- The rotation matrix.
-
-
- Creates a matrix for rotating points around the Y axis.
- The amount, in radians, by which to rotate around the Y-axis.
- The rotation matrix.
-
-
- Creates a matrix for rotating points around the Z axis.
- The amount, in radians, by which to rotate around the Z-axis.
- The rotation matrix.
-
-
- Creates a matrix for rotating points around the Z axis from a center point.
- The amount, in radians, by which to rotate around the Z-axis.
- The center point.
- The rotation matrix.
-
-
- Creates a scaling matrix from the specified vector scale.
- The scale to use.
- The scaling matrix.
-
-
- Creates a uniform scaling matrix that scale equally on each axis.
- The uniform scaling factor.
- The scaling matrix.
-
-
- Creates a scaling matrix with a center point.
- The vector that contains the amount to scale on each axis.
- The center point.
- The scaling matrix.
-
-
- Creates a uniform scaling matrix that scales equally on each axis with a center point.
- The uniform scaling factor.
- The center point.
- The scaling matrix.
-
-
- Creates a scaling matrix from the specified X, Y, and Z components.
- The value to scale by on the X axis.
- The value to scale by on the Y axis.
- The value to scale by on the Z axis.
- The scaling matrix.
-
-
- Creates a scaling matrix that is offset by a given center point.
- The value to scale by on the X axis.
- The value to scale by on the Y axis.
- The value to scale by on the Z axis.
- The center point.
- The scaling matrix.
-
-
- Creates a matrix that flattens geometry into a specified plane as if casting a shadow from a specified light source.
- The direction from which the light that will cast the shadow is coming.
- The plane onto which the new matrix should flatten geometry so as to cast a shadow.
- A new matrix that can be used to flatten geometry onto the specified plane from the specified direction.
-
-
- Creates a translation matrix from the specified 3-dimensional vector.
- The amount to translate in each axis.
- The translation matrix.
-
-
- Creates a translation matrix from the specified X, Y, and Z components.
- The amount to translate on the X axis.
- The amount to translate on the Y axis.
- The amount to translate on the Z axis.
- The translation matrix.
-
-
- Creates a world matrix with the specified parameters.
- The position of the object.
- The forward direction of the object.
- The upward direction of the object. Its value is usually [0, 1, 0].
- The world matrix.
-
-
- Attempts to extract the scale, translation, and rotation components from the given scale, rotation, or translation matrix. The return value indicates whether the operation succeeded.
- The source matrix.
- When this method returns, contains the scaling component of the transformation matrix if the operation succeeded.
- When this method returns, contains the rotation component of the transformation matrix if the operation succeeded.
- When the method returns, contains the translation component of the transformation matrix if the operation succeeded.
- true if matrix was decomposed successfully; otherwise, false.
-
-
- Returns a value that indicates whether this instance and another 4x4 matrix are equal.
- The other matrix.
- true if the two matrices are equal; otherwise, false.
-
-
- Returns a value that indicates whether this instance and a specified object are equal.
- The object to compare with the current instance.
- true if the current instance and obj are equal; otherwise, false. If obj is null, the method returns false.
-
-
- Calculates the determinant of the current 4x4 matrix.
- The determinant.
-
-
- Returns the hash code for this instance.
- The hash code.
-
-
- Gets the multiplicative identity matrix.
- Gets the multiplicative identity matrix.
-
-
- Inverts the specified matrix. The return value indicates whether the operation succeeded.
- The matrix to invert.
- When this method returns, contains the inverted matrix if the operation succeeded.
- true if matrix was converted successfully; otherwise, false.
-
-
- Indicates whether the current matrix is the identity matrix.
- true if the current matrix is the identity matrix; otherwise, false.
-
-
- Performs a linear interpolation from one matrix to a second matrix based on a value that specifies the weighting of the second matrix.
- The first matrix.
- The second matrix.
- The relative weighting of matrix2.
- The interpolated matrix.
-
-
- The first element of the first row.
-
-
-
- The second element of the first row.
-
-
-
- The third element of the first row.
-
-
-
- The fourth element of the first row.
-
-
-
- The first element of the second row.
-
-
-
- The second element of the second row.
-
-
-
- The third element of the second row.
-
-
-
- The fourth element of the second row.
-
-
-
- The first element of the third row.
-
-
-
- The second element of the third row.
-
-
-
- The third element of the third row.
-
-
-
- The fourth element of the third row.
-
-
-
- The first element of the fourth row.
-
-
-
- The second element of the fourth row.
-
-
-
- The third element of the fourth row.
-
-
-
- The fourth element of the fourth row.
-
-
-
- Returns the matrix that results from multiplying two matrices together.
- The first matrix.
- The second matrix.
- The product matrix.
-
-
- Returns the matrix that results from scaling all the elements of a specified matrix by a scalar factor.
- The matrix to scale.
- The scaling value to use.
- The scaled matrix.
-
-
- Negates the specified matrix by multiplying all its values by -1.
- The matrix to negate.
- The negated matrix.
-
-
- Adds each element in one matrix with its corresponding element in a second matrix.
- The first matrix.
- The second matrix.
- The matrix that contains the summed values.
-
-
- Returns a value that indicates whether the specified matrices are equal.
- The first matrix to compare.
- The second matrix to care
- true if value1 and value2 are equal; otherwise, false.
-
-
- Returns a value that indicates whether the specified matrices are not equal.
- The first matrix to compare.
- The second matrix to compare.
- true if value1 and value2 are not equal; otherwise, false.
-
-
- Returns the matrix that results from scaling all the elements of a specified matrix by a scalar factor.
- The matrix to scale.
- The scaling value to use.
- The scaled matrix.
-
-
- Returns the matrix that results from multiplying two matrices together.
- The first matrix.
- The second matrix.
- The product matrix.
-
-
- Subtracts each element in a second matrix from its corresponding element in a first matrix.
- The first matrix.
- The second matrix.
- The matrix containing the values that result from subtracting each element in value2 from its corresponding element in value1.
-
-
- Negates the specified matrix by multiplying all its values by -1.
- The matrix to negate.
- The negated matrix.
-
-
- Subtracts each element in a second matrix from its corresponding element in a first matrix.
- The first matrix.
- The second matrix.
- The matrix containing the values that result from subtracting each element in value2 from its corresponding element in value1.
-
-
- Returns a string that represents this matrix.
- The string representation of this matrix.
-
-
- Transforms the specified matrix by applying the specified Quaternion rotation.
- The matrix to transform.
- The rotation t apply.
- The transformed matrix.
-
-
- Gets or sets the translation component of this matrix.
- The translation component of the current instance.
-
-
- Transposes the rows and columns of a matrix.
- The matrix to transpose.
- The transposed matrix.
-
-
- Represents a three-dimensional plane.
-
-
- Creates a object from a specified four-dimensional vector.
- A vector whose first three elements describe the normal vector, and whose defines the distance along that normal from the origin.
-
-
- Creates a object from a specified normal and the distance along the normal from the origin.
- The plane's normal vector.
- The plane's distance from the origin along its normal vector.
-
-
- Creates a object from the X, Y, and Z components of its normal, and its distance from the origin on that normal.
- The X component of the normal.
- The Y component of the normal.
- The Z component of the normal.
- The distance of the plane along its normal from the origin.
-
-
- Creates a object that contains three specified points.
- The first point defining the plane.
- The second point defining the plane.
- The third point defining the plane.
- The plane containing the three points.
-
-
- The distance of the plane along its normal from the origin.
-
-
-
- Calculates the dot product of a plane and a 4-dimensional vector.
- The plane.
- The four-dimensional vector.
- The dot product.
-
-
- Returns the dot product of a specified three-dimensional vector and the normal vector of this plane plus the distance () value of the plane.
- The plane.
- The 3-dimensional vector.
- The dot product.
-
-
- Returns the dot product of a specified three-dimensional vector and the vector of this plane.
- The plane.
- The three-dimensional vector.
- The dot product.
-
-
- Returns a value that indicates whether this instance and a specified object are equal.
- The object to compare with the current instance.
- true if the current instance and obj are equal; otherwise, false. If obj is null, the method returns false.
-
-
- Returns a value that indicates whether this instance and another plane object are equal.
- The other plane.
- true if the two planes are equal; otherwise, false.
-
-
- Returns the hash code for this instance.
- The hash code.
-
-
- The normal vector of the plane.
-
-
-
- Creates a new object whose normal vector is the source plane's normal vector normalized.
- The source plane.
- The normalized plane.
-
-
- Returns a value that indicates whether two planes are equal.
- The first plane to compare.
- The second plane to compare.
- true if value1 and value2 are equal; otherwise, false.
-
-
- Returns a value that indicates whether two planes are not equal.
- The first plane to compare.
- The second plane to compare.
- true if value1 and value2 are not equal; otherwise, false.
-
-
- Returns the string representation of this plane object.
- A string that represents this object.
-
-
- Transforms a normalized plane by a 4x4 matrix.
- The normalized plane to transform.
- The transformation matrix to apply to plane.
- The transformed plane.
-
-
- Transforms a normalized plane by a Quaternion rotation.
- The normalized plane to transform.
- The Quaternion rotation to apply to the plane.
- A new plane that results from applying the Quaternion rotation.
-
-
- Represents a vector that is used to encode three-dimensional physical rotations.
-
-
- Creates a quaternion from the specified vector and rotation parts.
- The vector part of the quaternion.
- The rotation part of the quaternion.
-
-
- Constructs a quaternion from the specified components.
- The value to assign to the X component of the quaternion.
- The value to assign to the Y component of the quaternion.
- The value to assign to the Z component of the quaternion.
- The value to assign to the W component of the quaternion.
-
-
- Adds each element in one quaternion with its corresponding element in a second quaternion.
- The first quaternion.
- The second quaternion.
- The quaternion that contains the summed values of value1 and value2.
-
-
- Concatenates two quaternions.
- The first quaternion rotation in the series.
- The second quaternion rotation in the series.
- A new quaternion representing the concatenation of the value1 rotation followed by the value2 rotation.
-
-
- Returns the conjugate of a specified quaternion.
- The quaternion.
- A new quaternion that is the conjugate of value.
-
-
- Creates a quaternion from a vector and an angle to rotate about the vector.
- The vector to rotate around.
- The angle, in radians, to rotate around the vector.
- The newly created quaternion.
-
-
- Creates a quaternion from the specified rotation matrix.
- The rotation matrix.
- The newly created quaternion.
-
-
- Creates a new quaternion from the given yaw, pitch, and roll.
- The yaw angle, in radians, around the Y axis.
- The pitch angle, in radians, around the X axis.
- The roll angle, in radians, around the Z axis.
- The resulting quaternion.
-
-
- Divides one quaternion by a second quaternion.
- The dividend.
- The divisor.
- The quaternion that results from dividing value1 by value2.
-
-
- Calculates the dot product of two quaternions.
- The first quaternion.
- The second quaternion.
- The dot product.
-
-
- Returns a value that indicates whether this instance and another quaternion are equal.
- The other quaternion.
- true if the two quaternions are equal; otherwise, false.
-
-
- Returns a value that indicates whether this instance and a specified object are equal.
- The object to compare with the current instance.
- true if the current instance and obj are equal; otherwise, false. If obj is null, the method returns false.
-
-
- Returns the hash code for this instance.
- The hash code.
-
-
- Gets a quaternion that represents no rotation.
- A quaternion whose values are (0, 0, 0, 1).
-
-
- Returns the inverse of a quaternion.
- The quaternion.
- The inverted quaternion.
-
-
- Gets a value that indicates whether the current instance is the identity quaternion.
- true if the current instance is the identity quaternion; otherwise, false.
-
-
- Calculates the length of the quaternion.
- The computed length of the quaternion.
-
-
- Calculates the squared length of the quaternion.
- The length squared of the quaternion.
-
-
- Performs a linear interpolation between two quaternions based on a value that specifies the weighting of the second quaternion.
- The first quaternion.
- The second quaternion.
- The relative weight of quaternion2 in the interpolation.
- The interpolated quaternion.
-
-
- Returns the quaternion that results from multiplying two quaternions together.
- The first quaternion.
- The second quaternion.
- The product quaternion.
-
-
- Returns the quaternion that results from scaling all the components of a specified quaternion by a scalar factor.
- The source quaternion.
- The scalar value.
- The scaled quaternion.
-
-
- Reverses the sign of each component of the quaternion.
- The quaternion to negate.
- The negated quaternion.
-
-
- Divides each component of a specified by its length.
- The quaternion to normalize.
- The normalized quaternion.
-
-
- Adds each element in one quaternion with its corresponding element in a second quaternion.
- The first quaternion.
- The second quaternion.
- The quaternion that contains the summed values of value1 and value2.
-
-
- Divides one quaternion by a second quaternion.
- The dividend.
- The divisor.
- The quaternion that results from dividing value1 by value2.
-
-
- Returns a value that indicates whether two quaternions are equal.
- The first quaternion to compare.
- The second quaternion to compare.
- true if the two quaternions are equal; otherwise, false.
-
-
- Returns a value that indicates whether two quaternions are not equal.
- The first quaternion to compare.
- The second quaternion to compare.
- true if value1 and value2 are not equal; otherwise, false.
-
-
- Returns the quaternion that results from scaling all the components of a specified quaternion by a scalar factor.
- The source quaternion.
- The scalar value.
- The scaled quaternion.
-
-
- Returns the quaternion that results from multiplying two quaternions together.
- The first quaternion.
- The second quaternion.
- The product quaternion.
-
-
- Subtracts each element in a second quaternion from its corresponding element in a first quaternion.
- The first quaternion.
- The second quaternion.
- The quaternion containing the values that result from subtracting each element in value2 from its corresponding element in value1.
-
-
- Reverses the sign of each component of the quaternion.
- The quaternion to negate.
- The negated quaternion.
-
-
- Interpolates between two quaternions, using spherical linear interpolation.
- The first quaternion.
- The second quaternion.
- The relative weight of the second quaternion in the interpolation.
- The interpolated quaternion.
-
-
- Subtracts each element in a second quaternion from its corresponding element in a first quaternion.
- The first quaternion.
- The second quaternion.
- The quaternion containing the values that result from subtracting each element in value2 from its corresponding element in value1.
-
-
- Returns a string that represents this quaternion.
- The string representation of this quaternion.
-
-
- The rotation component of the quaternion.
-
-
-
- The X value of the vector component of the quaternion.
-
-
-
- The Y value of the vector component of the quaternion.
-
-
-
- The Z value of the vector component of the quaternion.
-
-
-
- Represents a single vector of a specified numeric type that is suitable for low-level optimization of parallel algorithms.
- The vector type. T can be any primitive numeric type.
-
-
- Creates a vector whose components are of a specified type.
- The numeric type that defines the type of the components in the vector.
-
-
- Creates a vector from a specified array.
- A numeric array.
- values is null.
-
-
- Creates a vector from a specified array starting at a specified index position.
- A numeric array.
- The starting index position from which to create the vector.
- values is null.
- index is less than zero.
- -or-
- The length of values minus index is less than .
-
-
- Copies the vector instance to a specified destination array.
- The array to receive a copy of the vector values.
- destination is null.
- The number of elements in the current vector is greater than the number of elements available in the destination array.
-
-
- Copies the vector instance to a specified destination array starting at a specified index position.
- The array to receive a copy of the vector values.
- The starting index in destination at which to begin the copy operation.
- destination is null.
- The number of elements in the current instance is greater than the number of elements available from startIndex to the end of the destination array.
- index is less than zero or greater than the last index in destination.
-
-
- Returns the number of elements stored in the vector.
- The number of elements stored in the vector.
- Access to the property getter via reflection is not supported.
-
-
- Returns a value that indicates whether this instance is equal to a specified vector.
- The vector to compare with this instance.
- true if the current instance and other are equal; otherwise, false.
-
-
- Returns a value that indicates whether this instance is equal to a specified object.
- The object to compare with this instance.
- true if the current instance and obj are equal; otherwise, false. The method returns false if obj is null, or if obj is a vector of a different type than the current instance.
-
-
- Returns the hash code for this instance.
- The hash code.
-
-
- Gets the element at a specified index.
- The index of the element to return.
- The element at index index.
- index is less than zero.
- -or-
- index is greater than or equal to .
-
-
- Returns a vector containing all ones.
- A vector containing all ones.
-
-
- Adds two vectors together.
- The first vector to add.
- The second vector to add.
- The summed vector.
-
-
- Returns a new vector by performing a bitwise And operation on each of the elements in two vectors.
- The first vector.
- The second vector.
- The vector that results from the bitwise And of left and right.
-
-
- Returns a new vector by performing a bitwise Or operation on each of the elements in two vectors.
- The first vector.
- The second vector.
- The vector that results from the bitwise Or of the elements in left and right.
-
-
- Divides the first vector by the second.
- The first vector.
- The second vector.
- The vector that results from dividing left by right.
-
-
- Returns a value that indicates whether each pair of elements in two specified vectors are equal.
- The first vector to compare.
- The second vector to compare.
- true if left and right are equal; otherwise, false.
-
-
- Returns a new vector by performing a bitwise XOr operation on each of the elements in two vectors.
- The first vector.
- The second vector.
- The vector that results from the bitwise XOr of the elements in left and right.
-
-
- Reinterprets the bits of the specified vector into a vector of type .
- The vector to reinterpret.
- The reinterpreted vector.
-
-
- Reinterprets the bits of the specified vector into a vector of type .
- The vector to reinterpret.
- The reinterpreted vector.
-
-
- Reinterprets the bits of the specified vector into a vector of type .
- The vector to reinterpret.
- The reinterpreted vector.
-
-
- Reinterprets the bits of the specified vector into a vector of type .
- The vector to reinterpret.
- The reinterpreted vector.
-
-
- Reinterprets the bits of the specified vector into a vector of type .
- The vector to reinterpret.
- The reinterpreted vector.
-
-
- Reinterprets the bits of the specified vector into a vector of type .
- The vector to reinterpret.
- The reinterpreted vector.
-
-
- Reinterprets the bits of the specified vector into a vector of type .
- The vector to reinterpret.
- The reinterpreted vector.
-
-
- Reinterprets the bits of the specified vector into a vector of type .
- The vector to reinterpret.
- The reinterpreted vector.
-
-
- Reinterprets the bits of the specified vector into a vector of type .
- The vector to reinterpret.
- The reinterpreted vector.
-
-
- Reinterprets the bits of the specified vector into a vector of type .
- The vector to reinterpret.
- The reinterpreted vector.
-
-
- Returns a value that indicates whether any single pair of elements in the specified vectors is equal.
- The first vector to compare.
- The second vector to compare.
- true if any element pairs in left and right are equal. false if no element pairs are equal.
-
-
- Multiplies two vectors together.
- The first vector.
- The second vector.
- The product vector.
-
-
- Multiplies a vector by a specified scalar value.
- The source vector.
- A scalar value.
- The scaled vector.
-
-
- Multiplies a vector by the given scalar.
- The scalar value.
- The source vector.
- The scaled vector.
-
-
- Returns a new vector whose elements are obtained by taking the one's complement of a specified vector's elements.
- The source vector.
- The one's complement vector.
-
-
- Subtracts the second vector from the first.
- The first vector.
- The second vector.
- The vector that results from subtracting right from left.
-
-
- Negates a given vector.
- The vector to negate.
- The negated vector.
-
-
- Returns the string representation of this vector using the specified format string to format individual elements and the specified format provider to define culture-specific formatting.
- A or that defines the format of individual elements.
- A format provider that supplies culture-specific formatting information.
- The string representation of the current instance.
-
-
- Returns the string representation of this vector using default formatting.
- The string representation of this vector.
-
-
- Returns the string representation of this vector using the specified format string to format individual elements.
- A or that defines the format of individual elements.
- The string representation of the current instance.
-
-
- Returns a vector containing all zeroes.
- A vector containing all zeroes.
-
-
- Provides a collection of static convenience methods for creating, manipulating, combining, and converting generic vectors.
-
-
- Returns a new vector whose elements are the absolute values of the given vector's elements.
- The source vector.
- The vector type. T can be any primitive numeric type.
- The absolute value vector.
-
-
- Returns a new vector whose values are the sum of each pair of elements from two given vectors.
- The first vector.
- The second vector.
- The vector type. T can be any primitive numeric type.
- The summed vector.
-
-
- Returns a new vector by performing a bitwise And Not operation on each pair of corresponding elements in two vectors.
- The first vector.
- The second vector.
- The vector type. T can be any primitive numeric type.
- The resulting vector.
-
-
- Reinterprets the bits of a specified vector into those of a vector of unsigned bytes.
- The source vector.
- The vector type. T can be any primitive numeric type.
- The reinterpreted vector.
-
-
- Reinterprets the bits of a specified vector into those of a double-precision floating-point vector.
- The source vector.
- The vector type. T can be any primitive numeric type.
- The reinterpreted vector.
-
-
- Reinterprets the bits of a specified vector into those of a vector of 16-bit integers.
- The source vector.
- The vector type. T can be any primitive numeric type.
- The reinterpreted vector.
-
-
- Reinterprets the bits of a specified vector into those of a vector of integers.
- The source vector.
- The vector type. T can be any primitive numeric type.
- The reinterpreted vector.
-
-
- Reinterprets the bits of a specified vector into those of a vector of long integers.
- The source vector.
- The vector type. T can be any primitive numeric type.
- The reinterpreted vector.
-
-
- Reinterprets the bits of a specified vector into those of a vector of signed bytes.
- The source vector.
- The vector type. T can be any primitive numeric type.
- The reinterpreted vector.
-
-
- Reinterprets the bits of a specified vector into those of a single-precision floating-point vector.
- The source vector.
- The vector type. T can be any primitive numeric type.
- The reinterpreted vector.
-
-
- Reinterprets the bits of a specified vector into those of a vector of unsigned 16-bit integers.
- The source vector.
- The vector type. T can be any primitive numeric type.
- The reinterpreted vector.
-
-
- Reinterprets the bits of a specified vector into those of a vector of unsigned integers.
- The source vector.
- The vector type. T can be any primitive numeric type.
- The reinterpreted vector.
-
-
- Reinterprets the bits of a specified vector into those of a vector of unsigned long integers.
- The source vector.
- The vector type. T can be any primitive numeric type.
- The reinterpreted vector.
-
-
- Returns a new vector by performing a bitwise And operation on each pair of elements in two vectors.
- The first vector.
- The second vector.
- The vector type. T can be any primitive numeric type.
- The resulting vector.
-
-
- Returns a new vector by performing a bitwise Or operation on each pair of elements in two vectors.
- The first vector.
- The second vector.
- The vector type. T can be any primitive numeric type.
- The resulting vector.
-
-
- Creates a new single-precision vector with elements selected between two specified single-precision source vectors based on an integral mask vector.
- The integral mask vector used to drive selection.
- The first source vector.
- The second source vector.
- The new vector with elements selected based on the mask.
-
-
- Creates a new double-precision vector with elements selected between two specified double-precision source vectors based on an integral mask vector.
- The integral mask vector used to drive selection.
- The first source vector.
- The second source vector.
- The new vector with elements selected based on the mask.
-
-
- Creates a new vector of a specified type with elements selected between two specified source vectors of the same type based on an integral mask vector.
- The integral mask vector used to drive selection.
- The first source vector.
- The second source vector.
- The vector type. T can be any primitive numeric type.
- The new vector with elements selected based on the mask.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Returns a new vector whose values are the result of dividing the first vector's elements by the corresponding elements in the second vector.
- The first vector.
- The second vector.
- The vector type. T can be any primitive numeric type.
- The divided vector.
-
-
- Returns the dot product of two vectors.
- The first vector.
- The second vector.
- The vector type. T can be any primitive numeric type.
- The dot product.
-
-
- Returns a new integral vector whose elements signal whether the elements in two specified double-precision vectors are equal.
- The first vector to compare.
- The second vector to compare.
- The resulting integral vector.
-
-
- Returns a new integral vector whose elements signal whether the elements in two specified integral vectors are equal.
- The first vector to compare.
- The second vector to compare.
- The resulting integral vector.
-
-
- Returns a new vector whose elements signal whether the elements in two specified long integer vectors are equal.
- The first vector to compare.
- The second vector to compare.
- The resulting long integer vector.
-
-
- Returns a new integral vector whose elements signal whether the elements in two specified single-precision vectors are equal.
- The first vector to compare.
- The second vector to compare.
- The resulting integral vector.
-
-
- Returns a new vector of a specified type whose elements signal whether the elements in two specified vectors of the same type are equal.
- The first vector to compare.
- The second vector to compare.
- The vector type. T can be any primitive numeric type.
- The resulting vector.
-
-
- Returns a value that indicates whether each pair of elements in the given vectors is equal.
- The first vector to compare.
- The second vector to compare.
- The vector type. T can be any primitive numeric type.
- true if all elements in left and right are equal; otherwise, false.
-
-
- Returns a value that indicates whether any single pair of elements in the given vectors is equal.
- The first vector to compare.
- The second vector to compare.
- The vector type. T can be any primitive numeric type.
- true if any element pair in left and right is equal; otherwise, false.
-
-
- Returns a new integral vector whose elements signal whether the elements in one double-precision floating-point vector are greater than their corresponding elements in a second double-precision floating-point vector.
- The first vector to compare.
- The second vector to compare.
- The resulting integral vector.
-
-
- Returns a new integral vector whose elements signal whether the elements in one integral vector are greater than their corresponding elements in a second integral vector.
- The first vector to compare.
- The second vector to compare.
- The resulting integral vector.
-
-
- Returns a new long integer vector whose elements signal whether the elements in one long integer vector are greater than their corresponding elements in a second long integer vector.
- The first vector to compare.
- The second vector to compare.
- The resulting long integer vector.
-
-
- Returns a new integral vector whose elements signal whether the elements in one single-precision floating-point vector are greater than their corresponding elements in a second single-precision floating-point vector.
- The first vector to compare.
- The second vector to compare.
- The resulting integral vector.
-
-
- Returns a new vector whose elements signal whether the elements in one vector of a specified type are greater than their corresponding elements in the second vector of the same time.
- The first vector to compare.
- The second vector to compare.
- The vector type. T can be any primitive numeric type.
- The resulting vector.
-
-
- Returns a value that indicates whether all elements in the first vector are greater than the corresponding elements in the second vector.
- The first vector to compare.
- The second vector to compare.
- The vector type. T can be any primitive numeric type.
- true if all elements in left are greater than the corresponding elements in right; otherwise, false.
-
-
- Returns a value that indicates whether any element in the first vector is greater than the corresponding element in the second vector.
- The first vector to compare.
- The second vector to compare.
- The vector type. T can be any primitive numeric type.
- true if any element in left is greater than the corresponding element in right; otherwise, false.
-
-
- Returns a new integral vector whose elements signal whether the elements in one vector are greater than or equal to their corresponding elements in the single-precision floating-point second vector.
- The first vector to compare.
- The second vector to compare.
- The resulting integral vector.
-
-
- Returns a new long integer vector whose elements signal whether the elements in one long integer vector are greater than or equal to their corresponding elements in the second long integer vector.
- The first vector to compare.
- The second vector to compare.
- The resulting long integer vector.
-
-
- Returns a new integral vector whose elements signal whether the elements in one integral vector are greater than or equal to their corresponding elements in the second integral vector.
- The first vector to compare.
- The second vector to compare.
- The resulting integral vector.
-
-
- Returns a new integral vector whose elements signal whether the elements in one vector are greater than or equal to their corresponding elements in the second double-precision floating-point vector.
- The first vector to compare.
- The second vector to compare.
- The resulting integral vector.
-
-
- Returns a new vector whose elements signal whether the elements in one vector of a specified type are greater than or equal to their corresponding elements in the second vector of the same type.
- The first vector to compare.
- The second vector to compare.
- The vector type. T can be any primitive numeric type.
- The resulting vector.
-
-
- Returns a value that indicates whether all elements in the first vector are greater than or equal to all the corresponding elements in the second vector.
- The first vector to compare.
- The second vector to compare.
- The vector type. T can be any primitive numeric type.
- true if all elements in left are greater than or equal to the corresponding elements in right; otherwise, false.
-
-
- Returns a value that indicates whether any element in the first vector is greater than or equal to the corresponding element in the second vector.
- The first vector to compare.
- The second vector to compare.
- The vector type. T can be any primitive numeric type.
- true if any element in left is greater than or equal to the corresponding element in right; otherwise, false.
-
-
- Gets a value that indicates whether vector operations are subject to hardware acceleration through JIT intrinsic support.
- true if vector operations are subject to hardware acceleration; otherwise, false.
-
-
- Returns a new integral vector whose elements signal whether the elements in one double-precision floating-point vector are less than their corresponding elements in a second double-precision floating-point vector.
- The first vector to compare.
- The second vector to compare.
- The resulting integral vector.
-
-
- Returns a new integral vector whose elements signal whether the elements in one integral vector are less than their corresponding elements in a second integral vector.
- The first vector to compare.
- The second vector to compare.
- The resulting integral vector
-
-
- Returns a new long integer vector whose elements signal whether the elements in one long integer vector are less than their corresponding elements in a second long integer vector.
- The first vector to compare.
- The second vector to compare.
- The resulting long integer vector.
-
-
- Returns a new integral vector whose elements signal whether the elements in one single-precision vector are less than their corresponding elements in a second single-precision vector.
- The first vector to compare.
- The second vector to compare.
- The resulting integral vector.
-
-
- Returns a new vector of a specified type whose elements signal whether the elements in one vector are less than their corresponding elements in the second vector.
- The first vector to compare.
- The second vector to compare.
- The vector type. T can be any primitive numeric type.
- The resulting vector.
-
-
- Returns a value that indicates whether all of the elements in the first vector are less than their corresponding elements in the second vector.
- The first vector to compare.
- The second vector to compare.
- The vector type. T can be any primitive numeric type.
- true if all of the elements in left are less than the corresponding elements in right; otherwise, false.
-
-
- Returns a value that indicates whether any element in the first vector is less than the corresponding element in the second vector.
- The first vector to compare.
- The second vector to compare.
- The vector type. T can be any primitive numeric type.
- true if any element in left is less than the corresponding element in right; otherwise, false.
-
-
- Returns a new integral vector whose elements signal whether the elements in one double-precision floating-point vector are less than or equal to their corresponding elements in a second double-precision floating-point vector.
- The first vector to compare.
- The second vector to compare.
- The resulting integral vector.
-
-
- Returns a new integral vector whose elements signal whether the elements in one integral vector are less than or equal to their corresponding elements in a second integral vector.
- The first vector to compare.
- The second vector to compare.
- The resulting integral vector.
-
-
- Returns a new long integer vector whose elements signal whether the elements in one long integer vector are less or equal to their corresponding elements in a second long integer vector.
- The first vector to compare.
- The second vector to compare.
- The resulting long integer vector.
-
-
- Returns a new integral vector whose elements signal whether the elements in one single-precision floating-point vector are less than or equal to their corresponding elements in a second single-precision floating-point vector.
- The first vector to compare.
- The second vector to compare.
- The resulting integral vector.
-
-
- Returns a new vector whose elements signal whether the elements in one vector are less than or equal to their corresponding elements in the second vector.
- The first vector to compare.
- The second vector to compare.
- The vector type. T can be any primitive numeric type.
- The resulting vector.
-
-
- Returns a value that indicates whether all elements in the first vector are less than or equal to their corresponding elements in the second vector.
- The first vector to compare.
- The second vector to compare.
- The vector type. T can be any primitive numeric type.
- true if all of the elements in left are less than or equal to the corresponding elements in right; otherwise, false.
-
-
- Returns a value that indicates whether any element in the first vector is less than or equal to the corresponding element in the second vector.
- The first vector to compare.
- The second vector to compare.
- The vector type. T can be any primitive numeric type.
- true if any element in left is less than or equal to the corresponding element in right; otherwise, false.
-
-
- Returns a new vector whose elements are the maximum of each pair of elements in the two given vectors.
- The first vector to compare.
- The second vector to compare.
- The vector type. T can be any primitive numeric type.
- The maximum vector.
-
-
- Returns a new vector whose elements are the minimum of each pair of elements in the two given vectors.
- The first vector to compare.
- The second vector to compare.
- The vector type. T can be any primitive numeric type.
- The minimum vector.
-
-
- Returns a new vector whose values are a scalar value multiplied by each of the values of a specified vector.
- The scalar value.
- The vector.
- The vector type. T can be any primitive numeric type.
- The scaled vector.
-
-
- Returns a new vector whose values are the product of each pair of elements in two specified vectors.
- The first vector.
- The second vector.
- The vector type. T can be any primitive numeric type.
- The product vector.
-
-
- Returns a new vector whose values are the values of a specified vector each multiplied by a scalar value.
- The vector.
- The scalar value.
- The vector type. T can be any primitive numeric type.
- The scaled vector.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Returns a new vector whose elements are the negation of the corresponding element in the specified vector.
- The source vector.
- The vector type. T can be any primitive numeric type.
- The negated vector.
-
-
- Returns a new vector whose elements are obtained by taking the one's complement of a specified vector's elements.
- The source vector.
- The vector type. T can be any primitive numeric type.
- The resulting vector.
-
-
- Returns a new vector whose elements are the square roots of a specified vector's elements.
- The source vector.
- The vector type. T can be any primitive numeric type.
- The square root vector.
-
-
- Returns a new vector whose values are the difference between the elements in the second vector and their corresponding elements in the first vector.
- The first vector.
- The second vector.
- The vector type. T can be any primitive numeric type.
- The difference vector.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Returns a new vector by performing a bitwise exclusive Or (XOr) operation on each pair of elements in two vectors.
- The first vector.
- The second vector.
- The vector type. T can be any primitive numeric type.
- The resulting vector.
-
-
- Represents a vector with two single-precision floating-point values.
-
-
- Creates a new object whose two elements have the same value.
- The value to assign to both elements.
-
-
- Creates a vector whose elements have the specified values.
- The value to assign to the field.
- The value to assign to the field.
-
-
- Returns a vector whose elements are the absolute values of each of the specified vector's elements.
- A vector.
- The absolute value vector.
-
-
- Adds two vectors together.
- The first vector to add.
- The second vector to add.
- The summed vector.
-
-
- Restricts a vector between a minimum and a maximum value.
- The vector to restrict.
- The minimum value.
- The maximum value.
- The restricted vector.
-
-
- Copies the elements of the vector to a specified array.
- The destination array.
- array is null.
- The number of elements in the current instance is greater than in the array.
- array is multidimensional.
-
-
- Copies the elements of the vector to a specified array starting at a specified index position.
- The destination array.
- The index at which to copy the first element of the vector.
- array is null.
- The number of elements in the current instance is greater than in the array.
- index is less than zero.
- -or-
- index is greater than or equal to the array length.
- array is multidimensional.
-
-
- Computes the Euclidean distance between the two given points.
- The first point.
- The second point.
- The distance.
-
-
- Returns the Euclidean distance squared between two specified points.
- The first point.
- The second point.
- The distance squared.
-
-
- Divides the first vector by the second.
- The first vector.
- The second vector.
- The vector resulting from the division.
-
-
- Divides the specified vector by a specified scalar value.
- The vector.
- The scalar value.
- The vector that results from the division.
-
-
- Returns the dot product of two vectors.
- The first vector.
- The second vector.
- The dot product.
-
-
- Returns a value that indicates whether this instance and a specified object are equal.
- The object to compare with the current instance.
- true if the current instance and obj are equal; otherwise, false. If obj is null, the method returns false.
-
-
- Returns a value that indicates whether this instance and another vector are equal.
- The other vector.
- true if the two vectors are equal; otherwise, false.
-
-
- Returns the hash code for this instance.
- The hash code.
-
-
- Returns the length of the vector.
- The vector's length.
-
-
- Returns the length of the vector squared.
- The vector's length squared.
-
-
- Performs a linear interpolation between two vectors based on the given weighting.
- The first vector.
- The second vector.
- A value between 0 and 1 that indicates the weight of value2.
- The interpolated vector.
-
-
- Returns a vector whose elements are the maximum of each of the pairs of elements in two specified vectors.
- The first vector.
- The second vector.
- The maximized vector.
-
-
- Returns a vector whose elements are the minimum of each of the pairs of elements in two specified vectors.
- The first vector.
- The second vector.
- The minimized vector.
-
-
- Multiplies two vectors together.
- The first vector.
- The second vector.
- The product vector.
-
-
- Multiplies a vector by a specified scalar.
- The vector to multiply.
- The scalar value.
- The scaled vector.
-
-
- Multiplies a scalar value by a specified vector.
- The scaled value.
- The vector.
- The scaled vector.
-
-
- Negates a specified vector.
- The vector to negate.
- The negated vector.
-
-
- Returns a vector with the same direction as the specified vector, but with a length of one.
- The vector to normalize.
- The normalized vector.
-
-
- Gets a vector whose 2 elements are equal to one.
- A vector whose two elements are equal to one (that is, it returns the vector (1,1).
-
-
- Adds two vectors together.
- The first vector to add.
- The second vector to add.
- The summed vector.
-
-
- Divides the first vector by the second.
- The first vector.
- The second vector.
- The vector that results from dividing left by right.
-
-
- Divides the specified vector by a specified scalar value.
- The vector.
- The scalar value.
- The result of the division.
-
-
- Returns a value that indicates whether each pair of elements in two specified vectors is equal.
- The first vector to compare.
- The second vector to compare.
- true if left and right are equal; otherwise, false.
-
-
- Returns a value that indicates whether two specified vectors are not equal.
- The first vector to compare.
- The second vector to compare.
- true if left and right are not equal; otherwise, false.
-
-
- Multiplies two vectors together.
- The first vector.
- The second vector.
- The product vector.
-
-
- Multiples the specified vector by the specified scalar value.
- The vector.
- The scalar value.
- The scaled vector.
-
-
- Multiples the scalar value by the specified vector.
- The vector.
- The scalar value.
- The scaled vector.
-
-
- Subtracts the second vector from the first.
- The first vector.
- The second vector.
- The vector that results from subtracting right from left.
-
-
- Negates the specified vector.
- The vector to negate.
- The negated vector.
-
-
- Returns the reflection of a vector off a surface that has the specified normal.
- The source vector.
- The normal of the surface being reflected off.
- The reflected vector.
-
-
- Returns a vector whose elements are the square root of each of a specified vector's elements.
- A vector.
- The square root vector.
-
-
- Subtracts the second vector from the first.
- The first vector.
- The second vector.
- The difference vector.
-
-
- Returns the string representation of the current instance using default formatting.
- The string representation of the current instance.
-
-
- Returns the string representation of the current instance using the specified format string to format individual elements.
- A or that defines the format of individual elements.
- The string representation of the current instance.
-
-
- Returns the string representation of the current instance using the specified format string to format individual elements and the specified format provider to define culture-specific formatting.
- A or that defines the format of individual elements.
- A format provider that supplies culture-specific formatting information.
- The string representation of the current instance.
-
-
- Transforms a vector by a specified 3x2 matrix.
- The vector to transform.
- The transformation matrix.
- The transformed vector.
-
-
- Transforms a vector by a specified 4x4 matrix.
- The vector to transform.
- The transformation matrix.
- The transformed vector.
-
-
- Transforms a vector by the specified Quaternion rotation value.
- The vector to rotate.
- The rotation to apply.
- The transformed vector.
-
-
- Transforms a vector normal by the given 3x2 matrix.
- The source vector.
- The matrix.
- The transformed vector.
-
-
- Transforms a vector normal by the given 4x4 matrix.
- The source vector.
- The matrix.
- The transformed vector.
-
-
- Gets the vector (1,0).
- The vector (1,0).
-
-
- Gets the vector (0,1).
- The vector (0,1).
-
-
- The X component of the vector.
-
-
-
- The Y component of the vector.
-
-
-
- Returns a vector whose 2 elements are equal to zero.
- A vector whose two elements are equal to zero (that is, it returns the vector (0,0).
-
-
- Represents a vector with three single-precision floating-point values.
-
-
- Creates a new object whose three elements have the same value.
- The value to assign to all three elements.
-
-
- Creates a new object from the specified object and the specified value.
- The vector with two elements.
- The additional value to assign to the field.
-
-
- Creates a vector whose elements have the specified values.
- The value to assign to the field.
- The value to assign to the field.
- The value to assign to the field.
-
-
- Returns a vector whose elements are the absolute values of each of the specified vector's elements.
- A vector.
- The absolute value vector.
-
-
- Adds two vectors together.
- The first vector to add.
- The second vector to add.
- The summed vector.
-
-
- Restricts a vector between a minimum and a maximum value.
- The vector to restrict.
- The minimum value.
- The maximum value.
- The restricted vector.
-
-
- Copies the elements of the vector to a specified array.
- The destination array.
- array is null.
- The number of elements in the current instance is greater than in the array.
- array is multidimensional.
-
-
- Copies the elements of the vector to a specified array starting at a specified index position.
- The destination array.
- The index at which to copy the first element of the vector.
- array is null.
- The number of elements in the current instance is greater than in the array.
- index is less than zero.
- -or-
- index is greater than or equal to the array length.
- array is multidimensional.
-
-
- Computes the cross product of two vectors.
- The first vector.
- The second vector.
- The cross product.
-
-
- Computes the Euclidean distance between the two given points.
- The first point.
- The second point.
- The distance.
-
-
- Returns the Euclidean distance squared between two specified points.
- The first point.
- The second point.
- The distance squared.
-
-
- Divides the specified vector by a specified scalar value.
- The vector.
- The scalar value.
- The vector that results from the division.
-
-
- Divides the first vector by the second.
- The first vector.
- The second vector.
- The vector resulting from the division.
-
-
- Returns the dot product of two vectors.
- The first vector.
- The second vector.
- The dot product.
-
-
- Returns a value that indicates whether this instance and another vector are equal.
- The other vector.
- true if the two vectors are equal; otherwise, false.
-
-
- Returns a value that indicates whether this instance and a specified object are equal.
- The object to compare with the current instance.
- true if the current instance and obj are equal; otherwise, false. If obj is null, the method returns false.
-
-
- Returns the hash code for this instance.
- The hash code.
-
-
- Returns the length of this vector object.
- The vector's length.
-
-
- Returns the length of the vector squared.
- The vector's length squared.
-
-
- Performs a linear interpolation between two vectors based on the given weighting.
- The first vector.
- The second vector.
- A value between 0 and 1 that indicates the weight of value2.
- The interpolated vector.
-
-
- Returns a vector whose elements are the maximum of each of the pairs of elements in two specified vectors.
- The first vector.
- The second vector.
- The maximized vector.
-
-
- Returns a vector whose elements are the minimum of each of the pairs of elements in two specified vectors.
- The first vector.
- The second vector.
- The minimized vector.
-
-
- Multiplies a scalar value by a specified vector.
- The scaled value.
- The vector.
- The scaled vector.
-
-
- Multiplies two vectors together.
- The first vector.
- The second vector.
- The product vector.
-
-
- Multiplies a vector by a specified scalar.
- The vector to multiply.
- The scalar value.
- The scaled vector.
-
-
- Negates a specified vector.
- The vector to negate.
- The negated vector.
-
-
- Returns a vector with the same direction as the specified vector, but with a length of one.
- The vector to normalize.
- The normalized vector.
-
-
- Gets a vector whose 3 elements are equal to one.
- A vector whose three elements are equal to one (that is, it returns the vector (1,1,1).
-
-
- Adds two vectors together.
- The first vector to add.
- The second vector to add.
- The summed vector.
-
-
- Divides the first vector by the second.
- The first vector.
- The second vector.
- The vector that results from dividing left by right.
-
-
- Divides the specified vector by a specified scalar value.
- The vector.
- The scalar value.
- The result of the division.
-
-
- Returns a value that indicates whether each pair of elements in two specified vectors is equal.
- The first vector to compare.
- The second vector to compare.
- true if left and right are equal; otherwise, false.
-
-
- Returns a value that indicates whether two specified vectors are not equal.
- The first vector to compare.
- The second vector to compare.
- true if left and right are not equal; otherwise, false.
-
-
- Multiplies two vectors together.
- The first vector.
- The second vector.
- The product vector.
-
-
- Multiples the specified vector by the specified scalar value.
- The vector.
- The scalar value.
- The scaled vector.
-
-
- Multiples the scalar value by the specified vector.
- The vector.
- The scalar value.
- The scaled vector.
-
-
- Subtracts the second vector from the first.
- The first vector.
- The second vector.
- The vector that results from subtracting right from left.
-
-
- Negates the specified vector.
- The vector to negate.
- The negated vector.
-
-
- Returns the reflection of a vector off a surface that has the specified normal.
- The source vector.
- The normal of the surface being reflected off.
- The reflected vector.
-
-
- Returns a vector whose elements are the square root of each of a specified vector's elements.
- A vector.
- The square root vector.
-
-
- Subtracts the second vector from the first.
- The first vector.
- The second vector.
- The difference vector.
-
-
- Returns the string representation of the current instance using default formatting.
- The string representation of the current instance.
-
-
- Returns the string representation of the current instance using the specified format string to format individual elements.
- A or that defines the format of individual elements.
- The string representation of the current instance.
-
-
- Returns the string representation of the current instance using the specified format string to format individual elements and the specified format provider to define culture-specific formatting.
- A or that defines the format of individual elements.
- A format provider that supplies culture-specific formatting information.
- The string representation of the current instance.
-
-
- Transforms a vector by a specified 4x4 matrix.
- The vector to transform.
- The transformation matrix.
- The transformed vector.
-
-
- Transforms a vector by the specified Quaternion rotation value.
- The vector to rotate.
- The rotation to apply.
- The transformed vector.
-
-
- Transforms a vector normal by the given 4x4 matrix.
- The source vector.
- The matrix.
- The transformed vector.
-
-
- Gets the vector (1,0,0).
- The vector (1,0,0).
-
-
- Gets the vector (0,1,0).
- The vector (0,1,0)..
-
-
- Gets the vector (0,0,1).
- The vector (0,0,1).
-
-
- The X component of the vector.
-
-
-
- The Y component of the vector.
-
-
-
- The Z component of the vector.
-
-
-
- Gets a vector whose 3 elements are equal to zero.
- A vector whose three elements are equal to zero (that is, it returns the vector (0,0,0).
-
-
- Represents a vector with four single-precision floating-point values.
-
-
- Creates a new object whose four elements have the same value.
- The value to assign to all four elements.
-
-
- Constructs a new object from the specified object and a W component.
- The vector to use for the X, Y, and Z components.
- The W component.
-
-
- Creates a new object from the specified object and a Z and a W component.
- The vector to use for the X and Y components.
- The Z component.
- The W component.
-
-
- Creates a vector whose elements have the specified values.
- The value to assign to the field.
- The value to assign to the field.
- The value to assign to the field.
- The value to assign to the field.
-
-
- Returns a vector whose elements are the absolute values of each of the specified vector's elements.
- A vector.
- The absolute value vector.
-
-
- Adds two vectors together.
- The first vector to add.
- The second vector to add.
- The summed vector.
-
-
- Restricts a vector between a minimum and a maximum value.
- The vector to restrict.
- The minimum value.
- The maximum value.
- The restricted vector.
-
-
- Copies the elements of the vector to a specified array.
- The destination array.
- array is null.
- The number of elements in the current instance is greater than in the array.
- array is multidimensional.
-
-
- Copies the elements of the vector to a specified array starting at a specified index position.
- The destination array.
- The index at which to copy the first element of the vector.
- array is null.
- The number of elements in the current instance is greater than in the array.
- index is less than zero.
- -or-
- index is greater than or equal to the array length.
- array is multidimensional.
-
-
- Computes the Euclidean distance between the two given points.
- The first point.
- The second point.
- The distance.
-
-
- Returns the Euclidean distance squared between two specified points.
- The first point.
- The second point.
- The distance squared.
-
-
- Divides the first vector by the second.
- The first vector.
- The second vector.
- The vector resulting from the division.
-
-
- Divides the specified vector by a specified scalar value.
- The vector.
- The scalar value.
- The vector that results from the division.
-
-
- Returns the dot product of two vectors.
- The first vector.
- The second vector.
- The dot product.
-
-
- Returns a value that indicates whether this instance and another vector are equal.
- The other vector.
- true if the two vectors are equal; otherwise, false.
-
-
- Returns a value that indicates whether this instance and a specified object are equal.
- The object to compare with the current instance.
- true if the current instance and obj are equal; otherwise, false. If obj is null, the method returns false.
-
-
- Returns the hash code for this instance.
- The hash code.
-
-
- Returns the length of this vector object.
- The vector's length.
-
-
- Returns the length of the vector squared.
- The vector's length squared.
-
-
- Performs a linear interpolation between two vectors based on the given weighting.
- The first vector.
- The second vector.
- A value between 0 and 1 that indicates the weight of value2.
- The interpolated vector.
-
-
- Returns a vector whose elements are the maximum of each of the pairs of elements in two specified vectors.
- The first vector.
- The second vector.
- The maximized vector.
-
-
- Returns a vector whose elements are the minimum of each of the pairs of elements in two specified vectors.
- The first vector.
- The second vector.
- The minimized vector.
-
-
- Multiplies two vectors together.
- The first vector.
- The second vector.
- The product vector.
-
-
- Multiplies a vector by a specified scalar.
- The vector to multiply.
- The scalar value.
- The scaled vector.
-
-
- Multiplies a scalar value by a specified vector.
- The scaled value.
- The vector.
- The scaled vector.
-
-
- Negates a specified vector.
- The vector to negate.
- The negated vector.
-
-
- Returns a vector with the same direction as the specified vector, but with a length of one.
- The vector to normalize.
- The normalized vector.
-
-
- Gets a vector whose 4 elements are equal to one.
- Returns .
-
-
- Adds two vectors together.
- The first vector to add.
- The second vector to add.
- The summed vector.
-
-
- Divides the first vector by the second.
- The first vector.
- The second vector.
- The vector that results from dividing left by right.
-
-
- Divides the specified vector by a specified scalar value.
- The vector.
- The scalar value.
- The result of the division.
-
-
- Returns a value that indicates whether each pair of elements in two specified vectors is equal.
- The first vector to compare.
- The second vector to compare.
- true if left and right are equal; otherwise, false.
-
-
- Returns a value that indicates whether two specified vectors are not equal.
- The first vector to compare.
- The second vector to compare.
- true if left and right are not equal; otherwise, false.
-
-
- Multiplies two vectors together.
- The first vector.
- The second vector.
- The product vector.
-
-
- Multiples the specified vector by the specified scalar value.
- The vector.
- The scalar value.
- The scaled vector.
-
-
- Multiples the scalar value by the specified vector.
- The vector.
- The scalar value.
- The scaled vector.
-
-
- Subtracts the second vector from the first.
- The first vector.
- The second vector.
- The vector that results from subtracting right from left.
-
-
- Negates the specified vector.
- The vector to negate.
- The negated vector.
-
-
- Returns a vector whose elements are the square root of each of a specified vector's elements.
- A vector.
- The square root vector.
-
-
- Subtracts the second vector from the first.
- The first vector.
- The second vector.
- The difference vector.
-
-
- Returns the string representation of the current instance using default formatting.
- The string representation of the current instance.
-
-
- Returns the string representation of the current instance using the specified format string to format individual elements.
- A or that defines the format of individual elements.
- The string representation of the current instance.
-
-
- Returns the string representation of the current instance using the specified format string to format individual elements and the specified format provider to define culture-specific formatting.
- A or that defines the format of individual elements.
- A format provider that supplies culture-specific formatting information.
- The string representation of the current instance.
-
-
- Transforms a four-dimensional vector by the specified Quaternion rotation value.
- The vector to rotate.
- The rotation to apply.
- The transformed vector.
-
-
- Transforms a four-dimensional vector by a specified 4x4 matrix.
- The vector to transform.
- The transformation matrix.
- The transformed vector.
-
-
- Transforms a three-dimensional vector by the specified Quaternion rotation value.
- The vector to rotate.
- The rotation to apply.
- The transformed vector.
-
-
- Transforms a two-dimensional vector by a specified 4x4 matrix.
- The vector to transform.
- The transformation matrix.
- The transformed vector.
-
-
- Transforms a two-dimensional vector by the specified Quaternion rotation value.
- The vector to rotate.
- The rotation to apply.
- The transformed vector.
-
-
- Transforms a three-dimensional vector by a specified 4x4 matrix.
- The vector to transform.
- The transformation matrix.
- The transformed vector.
-
-
- Gets the vector (0,0,0,1).
- The vector (0,0,0,1).
-
-
- Gets the vector (1,0,0,0).
- The vector (1,0,0,0).
-
-
- Gets the vector (0,1,0,0).
- The vector (0,1,0,0)..
-
-
- Gets a vector whose 4 elements are equal to zero.
- The vector (0,0,1,0).
-
-
- The W component of the vector.
-
-
-
- The X component of the vector.
-
-
-
- The Y component of the vector.
-
-
-
- The Z component of the vector.
-
-
-
- Gets a vector whose 4 elements are equal to zero.
- A vector whose four elements are equal to zero (that is, it returns the vector (0,0,0,0).
-
-
-
\ No newline at end of file
diff --git a/portalApi/bin/Debug/System.Runtime.CompilerServices.Unsafe.dll b/portalApi/bin/Debug/System.Runtime.CompilerServices.Unsafe.dll
deleted file mode 100644
index 1908d92..0000000
Binary files a/portalApi/bin/Debug/System.Runtime.CompilerServices.Unsafe.dll and /dev/null differ
diff --git a/portalApi/bin/Debug/System.Runtime.CompilerServices.Unsafe.xml b/portalApi/bin/Debug/System.Runtime.CompilerServices.Unsafe.xml
deleted file mode 100644
index b5dd21b..0000000
--- a/portalApi/bin/Debug/System.Runtime.CompilerServices.Unsafe.xml
+++ /dev/null
@@ -1,258 +0,0 @@
-
-
-
- System.Runtime.CompilerServices.Unsafe
-
-
-
- Contains generic, low-level functionality for manipulating pointers.
-
-
- Adds an element offset to the given reference.
- The reference to add the offset to.
- The offset to add.
- The type of reference.
- A new reference that reflects the addition of offset to pointer.
-
-
- Adds an element offset to the given reference.
- The reference to add the offset to.
- The offset to add.
- The type of reference.
- A new reference that reflects the addition of offset to pointer.
-
-
- Adds an element offset to the given void pointer.
- The void pointer to add the offset to.
- The offset to add.
- The type of void pointer.
- A new void pointer that reflects the addition of offset to the specified pointer.
-
-
- Adds a byte offset to the given reference.
- The reference to add the offset to.
- The offset to add.
- The type of reference.
- A new reference that reflects the addition of byte offset to pointer.
-
-
- Determines whether the specified references point to the same location.
- The first reference to compare.
- The second reference to compare.
- The type of reference.
-
- if and point to the same location; otherwise, .
-
-
- Casts the given object to the specified type.
- The object to cast.
- The type which the object will be cast to.
- The original object, casted to the given type.
-
-
- Reinterprets the given reference as a reference to a value of type .
- The reference to reinterpret.
- The type of reference to reinterpret.
- The desired type of the reference.
- A reference to a value of type .
-
-
- Returns a pointer to the given by-ref parameter.
- The object whose pointer is obtained.
- The type of object.
- A pointer to the given value.
-
-
- Reinterprets the given read-only reference as a reference.
- The read-only reference to reinterpret.
- The type of reference.
- A reference to a value of type .
-
-
- Reinterprets the given location as a reference to a value of type .
- The location of the value to reference.
- The type of the interpreted location.
- A reference to a value of type .
-
-
- Determines the byte offset from origin to target from the given references.
- The reference to origin.
- The reference to target.
- The type of reference.
- Byte offset from origin to target i.e. - .
-
-
- Copies a value of type to the given location.
- The location to copy to.
- A pointer to the value to copy.
- The type of value to copy.
-
-
- Copies a value of type to the given location.
- The location to copy to.
- A reference to the value to copy.
- The type of value to copy.
-
-
- Copies bytes from the source address to the destination address.
- The destination address to copy to.
- The source address to copy from.
- The number of bytes to copy.
-
-
- Copies bytes from the source address to the destination address.
- The destination address to copy to.
- The source address to copy from.
- The number of bytes to copy.
-
-
- Copies bytes from the source address to the destination address without assuming architecture dependent alignment of the addresses.
- The destination address to copy to.
- The source address to copy from.
- The number of bytes to copy.
-
-
- Copies bytes from the source address to the destination address without assuming architecture dependent alignment of the addresses.
- The destination address to copy to.
- The source address to copy from.
- The number of bytes to copy.
-
-
- Initializes a block of memory at the given location with a given initial value.
- The address of the start of the memory block to initialize.
- The value to initialize the block to.
- The number of bytes to initialize.
-
-
- Initializes a block of memory at the given location with a given initial value.
- The address of the start of the memory block to initialize.
- The value to initialize the block to.
- The number of bytes to initialize.
-
-
- Initializes a block of memory at the given location with a given initial value without assuming architecture dependent alignment of the address.
- The address of the start of the memory block to initialize.
- The value to initialize the block to.
- The number of bytes to initialize.
-
-
- Initializes a block of memory at the given location with a given initial value without assuming architecture dependent alignment of the address.
- The address of the start of the memory block to initialize.
- The value to initialize the block to.
- The number of bytes to initialize.
-
-
- Returns a value that indicates whether a specified reference is greater than another specified reference.
- The first value to compare.
- The second value to compare.
- The type of the reference.
-
- if is greater than ; otherwise, .
-
-
- Returns a value that indicates whether a specified reference is less than another specified reference.
- The first value to compare.
- The second value to compare.
- The type of the reference.
-
- if is less than ; otherwise, .
-
-
-
-
-
-
-
-
-
- Reads a value of type from the given location.
- The location to read from.
- The type to read.
- An object of type read from the given location.
-
-
- Reads a value of type from the given location without assuming architecture dependent alignment of the addresses.
- The location to read from.
- The type to read.
- An object of type read from the given location.
-
-
- Reads a value of type from the given location without assuming architecture dependent alignment of the addresses.
- The location to read from.
- The type to read.
- An object of type read from the given location.
-
-
- Returns the size of an object of the given type parameter.
- The type of object whose size is retrieved.
- The size of an object of type .
-
-
- Bypasses definite assignment rules for a given value.
- The uninitialized object.
- The type of the uninitialized object.
-
-
- Subtracts an element offset from the given reference.
- The reference to subtract the offset from.
- The offset to subtract.
- The type of reference.
- A new reference that reflects the subtraction of offset from pointer.
-
-
- Subtracts an element offset from the given reference.
- The reference to subtract the offset from.
- The offset to subtract.
- The type of reference.
- A new reference that reflects the subtraction of offset from pointer.
-
-
- Subtracts an element offset from the given void pointer.
- The void pointer to subtract the offset from.
- The offset to subtract.
- The type of the void pointer.
- A new void pointer that reflects the subtraction of offset from the specified pointer.
-
-
- Subtracts a byte offset from the given reference.
- The reference to subtract the offset from.
- The offset to subtract.
- The type of reference.
- A new reference that reflects the subtraction of byte offset from pointer.
-
-
- Returns a to a boxed value.
- The value to unbox.
- The type to be unboxed.
-
- is , and is a non-nullable value type.
-
- is not a boxed value type.
-
--or-
-
- is not a boxed .
-
- cannot be found.
- A to the boxed value .
-
-
- Writes a value of type to the given location.
- The location to write to.
- The value to write.
- The type of value to write.
-
-
- Writes a value of type to the given location without assuming architecture dependent alignment of the addresses.
- The location to write to.
- The value to write.
- The type of value to write.
-
-
- Writes a value of type to the given location without assuming architecture dependent alignment of the addresses.
- The location to write to.
- The value to write.
- The type of value to write.
-
-
-
\ No newline at end of file
diff --git a/portalApi/bin/Debug/System.Text.Encodings.Web.dll b/portalApi/bin/Debug/System.Text.Encodings.Web.dll
deleted file mode 100644
index f6a4c58..0000000
Binary files a/portalApi/bin/Debug/System.Text.Encodings.Web.dll and /dev/null differ
diff --git a/portalApi/bin/Debug/System.Text.Encodings.Web.xml b/portalApi/bin/Debug/System.Text.Encodings.Web.xml
deleted file mode 100644
index 6659e6f..0000000
--- a/portalApi/bin/Debug/System.Text.Encodings.Web.xml
+++ /dev/null
@@ -1,936 +0,0 @@
-
-
-
- System.Text.Encodings.Web
-
-
-
- Represents an HTML character encoding.
-
-
- Initializes a new instance of the class.
-
-
- Creates a new instance of the HtmlEncoder class with the specified settings.
- Settings that control how the instance encodes, primarily which characters to encode.
-
- is .
- A new instance of the class.
-
-
- Creates a new instance of the HtmlEncoder class that specifies characters the encoder is allowed to not encode.
- The set of characters that the encoder is allowed to not encode.
-
- is .
- A new instance of the class.
-
-
- Gets a built-in instance of the class.
- A built-in instance of the class.
-
-
- Represents a JavaScript character encoding.
-
-
- Initializes a new instance of the class.
-
-
- Creates a new instance of JavaScriptEncoder class with the specified settings.
- Settings that control how the instance encodes, primarily which characters to encode.
-
- is .
- A new instance of the class.
-
-
- Creates a new instance of the JavaScriptEncoder class that specifies characters the encoder is allowed to not encode.
- The set of characters that the encoder is allowed to not encode.
-
- is .
- A new instance of the class.
-
-
- Gets a built-in instance of the class.
- A built-in instance of the class.
-
-
- Gets a built-in JavaScript encoder instance that is less strict about what is encoded.
- A JavaScript encoder instance.
-
-
- The base class of web encoders.
-
-
- Initializes a new instance of the class.
-
-
- Encodes characters from an array and writes them to a object.
- The stream to which to write the encoded text.
- The array of characters to encode.
- The array index of the first character to encode.
- The number of characters in the array to encode.
-
- is .
- The method failed. The encoder does not implement correctly.
-
- is .
-
- is out of range.
-
- is out of range.
-
-
- Encodes the specified string to a object.
- The stream to which to write the encoded text.
- The string to encode.
-
-
- Encodes a substring and writes it to a object.
- The stream to which to write the encoded text.
- The string whose substring is to be encoded.
- The index where the substring starts.
- The number of characters in the substring.
-
- is .
- The method failed. The encoder does not implement correctly.
-
- is .
-
- is out of range.
-
- is out of range.
-
-
- Encodes the supplied characters.
- A source buffer containing the characters to encode.
- The destination buffer to which the encoded form of will be written.
- The number of characters consumed from the buffer.
- The number of characters written to the buffer.
-
- to indicate there is no further source data that needs to be encoded; otherwise, .
- An enumeration value that describes the result of the encoding operation.
-
-
- Encodes the supplied string and returns the encoded text as a new string.
- The string to encode.
-
- is .
- The method failed. The encoder does not implement correctly.
- The encoded string.
-
-
- Encodes the supplied UTF-8 text.
- A source buffer containing the UTF-8 text to encode.
- The destination buffer to which the encoded form of will be written.
- The number of bytes consumed from the buffer.
- The number of bytes written to the buffer.
-
- to indicate there is no further source data that needs to be encoded; otherwise, .
- A status code that describes the result of the encoding operation.
-
-
- Finds the index of the first character to encode.
- The text buffer to search.
- The number of characters in .
- The index of the first character to encode.
-
-
- Finds the first element in a UTF-8 text input buffer that would be escaped by the current encoder instance.
- The UTF-8 text input buffer to search.
- The index of the first element in that would be escaped by the current encoder instance, or -1 if no data in requires escaping.
-
-
- Encodes a Unicode scalar value and writes it to a buffer.
- A Unicode scalar value.
- A pointer to the buffer to which to write the encoded text.
- The length of the destination in characters.
- When the method returns, indicates the number of characters written to the .
-
- if is too small to fit the encoded text; otherwise, returns .
-
-
- Determines if a given Unicode scalar value will be encoded.
- A Unicode scalar value.
-
- if the value will be encoded by this encoder; otherwise, returns .
-
-
- Gets the maximum number of characters that this encoder can generate for each input code point.
- The maximum number of characters.
-
-
- Represents a filter that allows only certain Unicode code points.
-
-
- Instantiates an empty filter (allows no code points through by default).
-
-
- Instantiates a filter by cloning the allowed list of another object.
- The other object to be cloned.
-
-
- Instantiates a filter where only the character ranges specified by are allowed by the filter.
- The allowed character ranges.
-
- is .
-
-
- Allows the character specified by through the filter.
- The allowed character.
-
-
- Allows all characters specified by through the filter.
- The allowed characters.
-
- is .
-
-
- Allows all code points specified by .
- The allowed code points.
-
- is .
-
-
- Allows all characters specified by through the filter.
- The range of characters to be allowed.
-
- is .
-
-
- Allows all characters specified by through the filter.
- The ranges of characters to be allowed.
-
- is .
-
-
- Resets this object by disallowing all characters.
-
-
- Disallows the character through the filter.
- The disallowed character.
-
-
- Disallows all characters specified by through the filter.
- The disallowed characters.
-
- is .
-
-
- Disallows all characters specified by through the filter.
- The range of characters to be disallowed.
-
- is .
-
-
- Disallows all characters specified by through the filter.
- The ranges of characters to be disallowed.
-
- is .
-
-
- Gets an enumerator of all allowed code points.
- The enumerator of allowed code points.
-
-
- Represents a URL character encoding.
-
-
- Initializes a new instance of the class.
-
-
- Creates a new instance of UrlEncoder class with the specified settings.
- Settings that control how the instance encodes, primarily which characters to encode.
-
- is .
- A new instance of the class.
-
-
- Creates a new instance of the UrlEncoder class that specifies characters the encoder is allowed to not encode.
- The set of characters that the encoder is allowed to not encode.
-
- is .
- A new instance of the class.
-
-
- Gets a built-in instance of the class.
- A built-in instance of the class.
-
-
- Represents a contiguous range of Unicode code points.
-
-
- Creates a new that includes a specified number of characters starting at a specified Unicode code point.
- The first code point in the range.
- The number of code points in the range.
-
- is less than zero or greater than 0xFFFF.
-
--or-
-
- is less than zero.
-
--or-
-
- plus is greater than 0xFFFF.
-
-
- Creates a new instance from a span of characters.
- The first character in the range.
- The last character in the range.
-
- precedes .
- A range that includes all characters between and .
-
-
- Gets the first code point in the range represented by this instance.
- The first code point in the range.
-
-
- Gets the number of code points in the range represented by this instance.
- The number of code points in the range.
-
-
- Provides static properties that return predefined instances that correspond to blocks from the Unicode specification.
-
-
- Gets a range that consists of the entire Basic Multilingual Plane (BMP), from U+0000 to U+FFFF).
- A range that consists of the entire BMP.
-
-
- Gets the Alphabetic Presentation Forms Unicode block (U+FB00-U+FB4F).
- The Alphabetic Presentation Forms Unicode block (U+FB00-U+FB4F).
-
-
- Gets the Arabic Unicode block (U+0600-U+06FF).
- The Arabic Unicode block (U+0600-U+06FF).
-
-
- Gets the Arabic Extended-A Unicode block (U+08A0-U+08FF).
- The Arabic Extended-A Unicode block (U+08A0-U+08FF).
-
-
- Gets the Arabic Presentation Forms-A Unicode block (U+FB50-U+FDFF).
- The Arabic Presentation Forms-A Unicode block (U+FB50-U+FDFF).
-
-
- Gets the Arabic Presentation Forms-B Unicode block (U+FE70-U+FEFF).
- The Arabic Presentation Forms-B Unicode block (U+FE70-U+FEFF).
-
-
- Gets the Arabic Supplement Unicode block (U+0750-U+077F).
- The Arabic Supplement Unicode block (U+0750-U+077F).
-
-
- Gets the Armenian Unicode block (U+0530-U+058F).
- The Armenian Unicode block (U+0530-U+058F).
-
-
- Gets the Arrows Unicode block (U+2190-U+21FF).
- The Arrows Unicode block (U+2190-U+21FF).
-
-
- Gets the Balinese Unicode block (U+1B00-U+1B7F).
- The Balinese Unicode block (U+1B00-U+1B7F).
-
-
- Gets the Bamum Unicode block (U+A6A0-U+A6FF).
- The Bamum Unicode block (U+A6A0-U+A6FF).
-
-
- Gets the Basic Latin Unicode block (U+0021-U+007F).
- The Basic Latin Unicode block (U+0021-U+007F).
-
-
- Gets the Batak Unicode block (U+1BC0-U+1BFF).
- The Batak Unicode block (U+1BC0-U+1BFF).
-
-
- Gets the Bengali Unicode block (U+0980-U+09FF).
- The Bengali Unicode block (U+0980-U+09FF).
-
-
- Gets the Block Elements Unicode block (U+2580-U+259F).
- The Block Elements Unicode block (U+2580-U+259F).
-
-
- Gets the Bopomofo Unicode block (U+3100-U+312F).
- The Bopomofo Unicode block (U+3105-U+312F).
-
-
- Gets the Bopomofo Extended Unicode block (U+31A0-U+31BF).
- The Bopomofo Extended Unicode block (U+31A0-U+31BF).
-
-
- Gets the Box Drawing Unicode block (U+2500-U+257F).
- The Box Drawing Unicode block (U+2500-U+257F).
-
-
- Gets the Braille Patterns Unicode block (U+2800-U+28FF).
- The Braille Patterns Unicode block (U+2800-U+28FF).
-
-
- Gets the Buginese Unicode block (U+1A00-U+1A1F).
- The Buginese Unicode block (U+1A00-U+1A1F).
-
-
- Gets the Buhid Unicode block (U+1740-U+175F).
- The Buhid Unicode block (U+1740-U+175F).
-
-
- Gets the Cham Unicode block (U+AA00-U+AA5F).
- The Cham Unicode block (U+AA00-U+AA5F).
-
-
- Gets the Cherokee Unicode block (U+13A0-U+13FF).
- The Cherokee Unicode block (U+13A0-U+13FF).
-
-
- Gets the Cherokee Supplement Unicode block (U+AB70-U+ABBF).
- The Cherokee Supplement Unicode block (U+AB70-U+ABBF).
-
-
- Gets the CJK Compatibility Unicode block (U+3300-U+33FF).
- The CJK Compatibility Unicode block (U+3300-U+33FF).
-
-
- Gets the CJK Compatibility Forms Unicode block (U+FE30-U+FE4F).
- The CJK Compatibility Forms Unicode block (U+FE30-U+FE4F).
-
-
- Gets the CJK Compatibility Ideographs Unicode block (U+F900-U+FAD9).
- The CJK Compatibility Ideographs Unicode block (U+F900-U+FAD9).
-
-
- Gets the CJK Radicals Supplement Unicode block (U+2E80-U+2EFF).
- The CJK Radicals Supplement Unicode block (U+2E80-U+2EFF).
-
-
- Gets the CJK Strokes Unicode block (U+31C0-U+31EF).
- The CJK Strokes Unicode block (U+31C0-U+31EF).
-
-
- Gets the CJK Symbols and Punctuation Unicode block (U+3000-U+303F).
- The CJK Symbols and Punctuation Unicode block (U+3000-U+303F).
-
-
- Gets the CJK Unified Ideographs Unicode block (U+4E00-U+9FCC).
- The CJK Unified Ideographs Unicode block (U+4E00-U+9FCC).
-
-
- Gets the CJK Unitied Ideographs Extension A Unicode block (U+3400-U+4DB5).
- The CJK Unitied Ideographs Extension A Unicode block (U+3400-U+4DB5).
-
-
- Gets the Combining Diacritical Marks Unicode block (U+0300-U+036F).
- The Combining Diacritical Marks Unicode block (U+0300-U+036F).
-
-
- Gets the Combining Diacritical Marks Extended Unicode block (U+1AB0-U+1AFF).
- The Combining Diacritical Marks Extended Unicode block (U+1AB0-U+1AFF).
-
-
- Gets the Combining Diacritical Marks for Symbols Unicode block (U+20D0-U+20FF).
- The Combining Diacritical Marks for Symbols Unicode block (U+20D0-U+20FF).
-
-
- Gets the Combining Diacritical Marks Supplement Unicode block (U+1DC0-U+1DFF).
- The Combining Diacritical Marks Supplement Unicode block (U+1DC0-U+1DFF).
-
-
- Gets the Combining Half Marks Unicode block (U+FE20-U+FE2F).
- The Combining Half Marks Unicode block (U+FE20-U+FE2F).
-
-
- Gets the Common Indic Number Forms Unicode block (U+A830-U+A83F).
- The Common Indic Number Forms Unicode block (U+A830-U+A83F).
-
-
- Gets the Control Pictures Unicode block (U+2400-U+243F).
- The Control Pictures Unicode block (U+2400-U+243F).
-
-
- Gets the Coptic Unicode block (U+2C80-U+2CFF).
- The Coptic Unicode block (U+2C80-U+2CFF).
-
-
- Gets the Currency Symbols Unicode block (U+20A0-U+20CF).
- The Currency Symbols Unicode block (U+20A0-U+20CF).
-
-
- Gets the Cyrillic Unicode block (U+0400-U+04FF).
- The Cyrillic Unicode block (U+0400-U+04FF).
-
-
- Gets the Cyrillic Extended-A Unicode block (U+2DE0-U+2DFF).
- The Cyrillic Extended-A Unicode block (U+2DE0-U+2DFF).
-
-
- Gets the Cyrillic Extended-B Unicode block (U+A640-U+A69F).
- The Cyrillic Extended-B Unicode block (U+A640-U+A69F).
-
-
- A corresponding to the 'Cyrillic Extended-C' Unicode block (U+1C80..U+1C8F).
-
-
- Gets the Cyrillic Supplement Unicode block (U+0500-U+052F).
- The Cyrillic Supplement Unicode block (U+0500-U+052F).
-
-
- Gets the Devangari Unicode block (U+0900-U+097F).
- The Devangari Unicode block (U+0900-U+097F).
-
-
- Gets the Devanagari Extended Unicode block (U+A8E0-U+A8FF).
- The Devanagari Extended Unicode block (U+A8E0-U+A8FF).
-
-
- Gets the Dingbats Unicode block (U+2700-U+27BF).
- The Dingbats Unicode block (U+2700-U+27BF).
-
-
- Gets the Enclosed Alphanumerics Unicode block (U+2460-U+24FF).
- The Enclosed Alphanumerics Unicode block (U+2460-U+24FF).
-
-
- Gets the Enclosed CJK Letters and Months Unicode block (U+3200-U+32FF).
- The Enclosed CJK Letters and Months Unicode block (U+3200-U+32FF).
-
-
- Gets the Ethiopic Unicode block (U+1200-U+137C).
- The Ethiopic Unicode block (U+1200-U+137C).
-
-
- Gets the Ethipic Extended Unicode block (U+2D80-U+2DDF).
- The Ethipic Extended Unicode block (U+2D80-U+2DDF).
-
-
- Gets the Ethiopic Extended-A Unicode block (U+AB00-U+AB2F).
- The Ethiopic Extended-A Unicode block (U+AB00-U+AB2F).
-
-
- Gets the Ethiopic Supplement Unicode block (U+1380-U+1399).
- The Ethiopic Supplement Unicode block (U+1380-U+1399).
-
-
- Gets the General Punctuation Unicode block (U+2000-U+206F).
- The General Punctuation Unicode block (U+2000-U+206F).
-
-
- Gets the Geometric Shapes Unicode block (U+25A0-U+25FF).
- The Geometric Shapes Unicode block (U+25A0-U+25FF).
-
-
- Gets the Georgian Unicode block (U+10A0-U+10FF).
- The Georgian Unicode block (U+10A0-U+10FF).
-
-
- A corresponding to the 'Georgian Extended' Unicode block (U+1C90..U+1CBF).
-
-
- Gets the Georgian Supplement Unicode block (U+2D00-U+2D2F).
- The Georgian Supplement Unicode block (U+2D00-U+2D2F).
-
-
- Gets the Glagolitic Unicode block (U+2C00-U+2C5F).
- The Glagolitic Unicode block (U+2C00-U+2C5F).
-
-
- Gets the Greek and Coptic Unicode block (U+0370-U+03FF).
- The Greek and Coptic Unicode block (U+0370-U+03FF).
-
-
- Gets the Greek Extended Unicode block (U+1F00-U+1FFF).
- The Greek Extended Unicode block (U+1F00-U+1FFF).
-
-
- Gets the Gujarti Unicode block (U+0A81-U+0AFF).
- The Gujarti Unicode block (U+0A81-U+0AFF).
-
-
- Gets the Gurmukhi Unicode block (U+0A01-U+0A7F).
- The Gurmukhi Unicode block (U+0A01-U+0A7F).
-
-
- Gets the Halfwidth and Fullwidth Forms Unicode block (U+FF00-U+FFEE).
- The Halfwidth and Fullwidth Forms Unicode block (U+FF00-U+FFEE).
-
-
- Gets the Hangul Compatibility Jamo Unicode block (U+3131-U+318F).
- The Hangul Compatibility Jamo Unicode block (U+3131-U+318F).
-
-
- Gets the Hangul Jamo Unicode block (U+1100-U+11FF).
- The Hangul Jamo Unicode block (U+1100-U+11FF).
-
-
- Gets the Hangul Jamo Extended-A Unicode block (U+A960-U+A9F).
- The Hangul Jamo Extended-A Unicode block (U+A960-U+A97F).
-
-
- Gets the Hangul Jamo Extended-B Unicode block (U+D7B0-U+D7FF).
- The Hangul Jamo Extended-B Unicode block (U+D7B0-U+D7FF).
-
-
- Gets the Hangul Syllables Unicode block (U+AC00-U+D7AF).
- The Hangul Syllables Unicode block (U+AC00-U+D7AF).
-
-
- Gets the Hanunoo Unicode block (U+1720-U+173F).
- The Hanunoo Unicode block (U+1720-U+173F).
-
-
- Gets the Hebrew Unicode block (U+0590-U+05FF).
- The Hebrew Unicode block (U+0590-U+05FF).
-
-
- Gets the Hiragana Unicode block (U+3040-U+309F).
- The Hiragana Unicode block (U+3040-U+309F).
-
-
- Gets the Ideographic Description Characters Unicode block (U+2FF0-U+2FFF).
- The Ideographic Description Characters Unicode block (U+2FF0-U+2FFF).
-
-
- Gets the IPA Extensions Unicode block (U+0250-U+02AF).
- The IPA Extensions Unicode block (U+0250-U+02AF).
-
-
- Gets the Javanese Unicode block (U+A980-U+A9DF).
- The Javanese Unicode block (U+A980-U+A9DF).
-
-
- Gets the Kanbun Unicode block (U+3190-U+319F).
- The Kanbun Unicode block (U+3190-U+319F).
-
-
- Gets the Kangxi Radicals Supplement Unicode block (U+2F00-U+2FDF).
- The Kangxi Radicals Supplement Unicode block (U+2F00-U+2FDF).
-
-
- Gets the Kannada Unicode block (U+0C81-U+0CFF).
- The Kannada Unicode block (U+0C81-U+0CFF).
-
-
- Gets the Katakana Unicode block (U+30A0-U+30FF).
- The Katakana Unicode block (U+30A0-U+30FF).
-
-
- Gets the Katakana Phonetic Extensions Unicode block (U+31F0-U+31FF).
- The Katakana Phonetic Extensions Unicode block (U+31F0-U+31FF).
-
-
- Gets the Kayah Li Unicode block (U+A900-U+A92F).
- The Kayah Li Unicode block (U+A900-U+A92F).
-
-
- Gets the Khmer Unicode block (U+1780-U+17FF).
- The Khmer Unicode block (U+1780-U+17FF).
-
-
- Gets the Khmer Symbols Unicode block (U+19E0-U+19FF).
- The Khmer Symbols Unicode block (U+19E0-U+19FF).
-
-
- Gets the Lao Unicode block (U+0E80-U+0EDF).
- The Lao Unicode block (U+0E80-U+0EDF).
-
-
- Gets the Latin-1 Supplement Unicode block (U+00A1-U+00FF).
- The Latin-1 Supplement Unicode block (U+00A1-U+00FF).
-
-
- Gets the Latin Extended-A Unicode block (U+0100-U+017F).
- The Latin Extended-A Unicode block (U+0100-U+017F).
-
-
- Gets the Latin Extended Additional Unicode block (U+1E00-U+1EFF).
- The Latin Extended Additional Unicode block (U+1E00-U+1EFF).
-
-
- Gets the Latin Extended-B Unicode block (U+0180-U+024F).
- The Latin Extended-B Unicode block (U+0180-U+024F).
-
-
- Gets the Latin Extended-C Unicode block (U+2C60-U+2C7F).
- The Latin Extended-C Unicode block (U+2C60-U+2C7F).
-
-
- Gets the Latin Extended-D Unicode block (U+A720-U+A7FF).
- The Latin Extended-D Unicode block (U+A720-U+A7FF).
-
-
- Gets the Latin Extended-E Unicode block (U+AB30-U+AB6F).
- The Latin Extended-E Unicode block (U+AB30-U+AB6F).
-
-
- Gets the Lepcha Unicode block (U+1C00-U+1C4F).
- The Lepcha Unicode block (U+1C00-U+1C4F).
-
-
- Gets the Letterlike Symbols Unicode block (U+2100-U+214F).
- The Letterlike Symbols Unicode block (U+2100-U+214F).
-
-
- Gets the Limbu Unicode block (U+1900-U+194F).
- The Limbu Unicode block (U+1900-U+194F).
-
-
- Gets the Lisu Unicode block (U+A4D0-U+A4FF).
- The Lisu Unicode block (U+A4D0-U+A4FF).
-
-
- Gets the Malayalam Unicode block (U+0D00-U+0D7F).
- The Malayalam Unicode block (U+0D00-U+0D7F).
-
-
- Gets the Mandaic Unicode block (U+0840-U+085F).
- The Mandaic Unicode block (U+0840-U+085F).
-
-
- Gets the Mathematical Operators Unicode block (U+2200-U+22FF).
- The Mathematical Operators Unicode block (U+2200-U+22FF).
-
-
- Gets the Meetei Mayek Unicode block (U+ABC0-U+ABFF).
- The Meetei Mayek Unicode block (U+ABC0-U+ABFF).
-
-
- Gets the Meetei Mayek Extensions Unicode block (U+AAE0-U+AAFF).
- The Meetei Mayek Extensions Unicode block (U+AAE0-U+AAFF).
-
-
- Gets the Miscellaneous Mathematical Symbols-A Unicode block (U+27C0-U+27EF).
- The Miscellaneous Mathematical Symbols-A Unicode block (U+27C0-U+27EF).
-
-
- Gets the Miscellaneous Mathematical Symbols-B Unicode block (U+2980-U+29FF).
- The Miscellaneous Mathematical Symbols-B Unicode block (U+2980-U+29FF).
-
-
- Gets the Miscellaneous Symbols Unicode block (U+2600-U+26FF).
- The Miscellaneous Symbols Unicode block (U+2600-U+26FF).
-
-
- Gets the Miscellaneous Symbols and Arrows Unicode block (U+2B00-U+2BFF).
- The Miscellaneous Symbols and Arrows Unicode block (U+2B00-U+2BFF).
-
-
- Gets the Miscellaneous Technical Unicode block (U+2300-U+23FF).
- The Miscellaneous Technical Unicode block (U+2300-U+23FF).
-
-
- Gets the Modifier Tone Letters Unicode block (U+A700-U+A71F).
- The Modifier Tone Letters Unicode block (U+A700-U+A71F).
-
-
- Gets the Mongolian Unicode block (U+1800-U+18AF).
- The Mongolian Unicode block (U+1800-U+18AF).
-
-
- Gets the Myanmar Unicode block (U+1000-U+109F).
- The Myanmar Unicode block (U+1000-U+109F).
-
-
- Gets the Myanmar Extended-A Unicode block (U+AA60-U+AA7F).
- The Myanmar Extended-A Unicode block (U+AA60-U+AA7F).
-
-
- Gets the Myanmar Extended-B Unicode block (U+A9E0-U+A9FF).
- The Myanmar Extended-B Unicode block (U+A9E0-U+A9FF).
-
-
- Gets the New Tai Lue Unicode block (U+1980-U+19DF).
- The New Tai Lue Unicode block (U+1980-U+19DF).
-
-
- Gets the NKo Unicode block (U+07C0-U+07FF).
- The NKo Unicode block (U+07C0-U+07FF).
-
-
- Gets an empty Unicode range.
- A Unicode range with no elements.
-
-
- Gets the Number Forms Unicode block (U+2150-U+218F).
- The Number Forms Unicode block (U+2150-U+218F).
-
-
- Gets the Ogham Unicode block (U+1680-U+169F).
- The Ogham Unicode block (U+1680-U+169F).
-
-
- Gets the Ol Chiki Unicode block (U+1C50-U+1C7F).
- The Ol Chiki Unicode block (U+1C50-U+1C7F).
-
-
- Gets the Optical Character Recognition Unicode block (U+2440-U+245F).
- The Optical Character Recognition Unicode block (U+2440-U+245F).
-
-
- Gets the Oriya Unicode block (U+0B00-U+0B7F).
- The Oriya Unicode block (U+0B00-U+0B7F).
-
-
- Gets the Phags-pa Unicode block (U+A840-U+A87F).
- The Phags-pa Unicode block (U+A840-U+A87F).
-
-
- Gets the Phonetic Extensions Unicode block (U+1D00-U+1D7F).
- The Phonetic Extensions Unicode block (U+1D00-U+1D7F).
-
-
- Gets the Phonetic Extensions Supplement Unicode block (U+1D80-U+1DBF).
- The Phonetic Extensions Supplement Unicode block (U+1D80-U+1DBF).
-
-
- Gets the Rejang Unicode block (U+A930-U+A95F).
- The Rejang Unicode block (U+A930-U+A95F).
-
-
- Gets the Runic Unicode block (U+16A0-U+16FF).
- The Runic Unicode block (U+16A0-U+16FF).
-
-
- Gets the Samaritan Unicode block (U+0800-U+083F).
- The Samaritan Unicode block (U+0800-U+083F).
-
-
- Gets the Saurashtra Unicode block (U+A880-U+A8DF).
- The Saurashtra Unicode block (U+A880-U+A8DF).
-
-
- Gets the Sinhala Unicode block (U+0D80-U+0DFF).
- The Sinhala Unicode block (U+0D80-U+0DFF).
-
-
- Gets the Small Form Variants Unicode block (U+FE50-U+FE6F).
- The Small Form Variants Unicode block (U+FE50-U+FE6F).
-
-
- Gets the Spacing Modifier Letters Unicode block (U+02B0-U+02FF).
- The Spacing Modifier Letters Unicode block (U+02B0-U+02FF).
-
-
- Gets the Specials Unicode block (U+FFF0-U+FFFF).
- The Specials Unicode block (U+FFF0-U+FFFF).
-
-
- Gets the Sundanese Unicode block (U+1B80-U+1BBF).
- The Sundanese Unicode block (U+1B80-U+1BBF).
-
-
- Gets the Sundanese Supplement Unicode block (U+1CC0-U+1CCF).
- The Sundanese Supplement Unicode block (U+1CC0-U+1CCF).
-
-
- Gets the Superscripts and Subscripts Unicode block (U+2070-U+209F).
- The Superscripts and Subscripts Unicode block (U+2070-U+209F).
-
-
- Gets the Supplemental Arrows-A Unicode block (U+27F0-U+27FF).
- The Supplemental Arrows-A Unicode block (U+27F0-U+27FF).
-
-
- Gets the Supplemental Arrows-B Unicode block (U+2900-U+297F).
- The Supplemental Arrows-B Unicode block (U+2900-U+297F).
-
-
- Gets the Supplemental Mathematical Operators Unicode block (U+2A00-U+2AFF).
- The Supplemental Mathematical Operators Unicode block (U+2A00-U+2AFF).
-
-
- Gets the Supplemental Punctuation Unicode block (U+2E00-U+2E7F).
- The Supplemental Punctuation Unicode block (U+2E00-U+2E7F).
-
-
- Gets the Syloti Nagri Unicode block (U+A800-U+A82F).
- The Syloti Nagri Unicode block (U+A800-U+A82F).
-
-
- Gets the Syriac Unicode block (U+0700-U+074F).
- The Syriac Unicode block (U+0700-U+074F).
-
-
- A corresponding to the 'Syriac Supplement' Unicode block (U+0860..U+086F).
-
-
- Gets the Tagalog Unicode block (U+1700-U+171F).
- The Tagalog Unicode block (U+1700-U+171F).
-
-
- Gets the Tagbanwa Unicode block (U+1760-U+177F).
- The Tagbanwa Unicode block (U+1760-U+177F).
-
-
- Gets the Tai Le Unicode block (U+1950-U+197F).
- The Tai Le Unicode block (U+1950-U+197F).
-
-
- Gets the Tai Tham Unicode block (U+1A20-U+1AAF).
- The Tai Tham Unicode block (U+1A20-U+1AAF).
-
-
- Gets the Tai Viet Unicode block (U+AA80-U+AADF).
- The Tai Viet Unicode block (U+AA80-U+AADF).
-
-
- Gets the Tamil Unicode block (U+0B80-U+0BFF).
- The Tamil Unicode block (U+0B82-U+0BFA).
-
-
- Gets the Telugu Unicode block (U+0C00-U+0C7F).
- The Telugu Unicode block (U+0C00-U+0C7F).
-
-
- Gets the Thaana Unicode block (U+0780-U+07BF).
- The Thaana Unicode block (U+0780-U+07BF).
-
-
- Gets the Thai Unicode block (U+0E00-U+0E7F).
- The Thai Unicode block (U+0E00-U+0E7F).
-
-
- Gets the Tibetan Unicode block (U+0F00-U+0FFF).
- The Tibetan Unicode block (U+0F00-U+0FFF).
-
-
- Gets the Tifinagh Unicode block (U+2D30-U+2D7F).
- The Tifinagh Unicode block (U+2D30-U+2D7F).
-
-
- Gets the Unified Canadian Aboriginal Syllabics Unicode block (U+1400-U+167F).
- The Unified Canadian Aboriginal Syllabics Unicode block (U+1400-U+167F).
-
-
- Gets the Unified Canadian Aboriginal Syllabics Extended Unicode block (U+18B0-U+18FF).
- The Unified Canadian Aboriginal Syllabics Extended Unicode block (U+18B0-U+18FF).
-
-
- Gets the Vai Unicode block (U+A500-U+A63F).
- The Vai Unicode block (U+A500-U+A63F).
-
-
- Gets the Variation Selectors Unicode block (U+FE00-U+FE0F).
- The Variation Selectors Unicode block (U+FE00-U+FE0F).
-
-
- Gets the Vedic Extensions Unicode block (U+1CD0-U+1CFF).
- The Vedic Extensions Unicode block (U+1CD0-U+1CFF).
-
-
- Gets the Vertical Forms Unicode block (U+FE10-U+FE1F).
- The Vertical Forms Unicode block (U+FE10-U+FE1F).
-
-
- Gets the Yijing Hexagram Symbols Unicode block (U+4DC0-U+4DFF).
- The Yijing Hexagram Symbols Unicode block (U+4DC0-U+4DFF).
-
-
- Gets the Yi Radicals Unicode block (U+A490-U+A4CF).
- The Yi Radicals Unicode block (U+A490-U+A4CF).
-
-
- Gets the Yi Syllables Unicode block (U+A000-U+A48F).
- The Yi Syllables Unicode block (U+A000-U+A48F).
-
-
-
\ No newline at end of file
diff --git a/portalApi/bin/Debug/System.Text.Json.dll b/portalApi/bin/Debug/System.Text.Json.dll
deleted file mode 100644
index 0df4620..0000000
Binary files a/portalApi/bin/Debug/System.Text.Json.dll and /dev/null differ
diff --git a/portalApi/bin/Debug/System.Text.Json.xml b/portalApi/bin/Debug/System.Text.Json.xml
deleted file mode 100644
index e9d8f26..0000000
--- a/portalApi/bin/Debug/System.Text.Json.xml
+++ /dev/null
@@ -1,2661 +0,0 @@
-
-
-
- System.Text.Json
-
-
-
- Defines how the struct handles comments.
-
-
- Allows comments within the JSON input and treats them as valid tokens. While reading, the caller can access the comment values.
-
-
- Doesn't allow comments within the JSON input. Comments are treated as invalid JSON if found, and a is thrown. This is the default value.
-
-
- Allows comments within the JSON input and ignores them. The behaves as if no comments are present.
-
-
- Provides a mechanism for examining the structural content of a JSON value without automatically instantiating data values.
-
-
- Releases the resources used by this instance.
-
-
- Parses a sequence as UTF-8-encoded text representing a single JSON byte value into a JsonDocument.
- The JSON text to parse.
- Options to control the reader behavior during parsing.
-
- does not represent a valid single JSON value.
-
- contains unsupported options.
- A JsonDocument representation of the JSON value.
-
-
- Parses a as UTF-8-encoded data representing a single JSON value into a JsonDocument. The stream is read to completion.
- The JSON data to parse.
- Options to control the reader behavior during parsing.
-
- does not represent a valid single JSON value.
-
- contains unsupported options.
- A JsonDocument representation of the JSON value.
-
-
- Parses memory as UTF-8-encoded text representing a single JSON byte value into a JsonDocument.
- The JSON text to parse.
- Options to control the reader behavior during parsing.
-
- does not represent a valid single JSON value.
-
- contains unsupported options.
- A JsonDocument representation of the JSON value.
-
-
- Parses text representing a single JSON character value into a JsonDocument.
- The JSON text to parse.
- Options to control the reader behavior during parsing.
-
- does not represent a valid single JSON value.
-
- contains unsupported options.
- A JsonDocument representation of the JSON value.
-
-
- Parses text representing a single JSON string value into a JsonDocument.
- The JSON text to parse.
- Options to control the reader behavior during parsing.
-
- does not represent a valid single JSON value.
-
- contains unsupported options.
- A JsonDocument representation of the JSON value.
-
-
- Parses a as UTF-8-encoded data representing a single JSON value into a JsonDocument. The stream is read to completion.
- The JSON data to parse.
- Options to control the reader behavior during parsing.
- The token to monitor for cancellation requests.
-
- does not represent a valid single JSON value.
-
- contains unsupported options.
- A task to produce a JsonDocument representation of the JSON value.
-
-
- Parses one JSON value (including objects or arrays) from the provided reader.
- The reader to read.
-
- contains unsupported options.
-
--or-
-
-The current token does not start or represent a value.
- A value could not be read from the reader.
- A JsonDocument representing the value (and nested values) read from the reader.
-
-
- Attempts to parse one JSON value (including objects or arrays) from the provided reader.
- The reader to read.
- When the method returns, contains the parsed document.
-
- contains unsupported options.
-
--or-
-
-The current token does not start or represent a value.
- A value could not be read from the reader.
-
- if a value was read and parsed into a JsonDocument; if the reader ran out of data while parsing. All other situations result in an exception being thrown.
-
-
- Writes the document to the provided writer as a JSON value.
- The writer to which to write the document.
- The parameter is .
- The of this would result in invalid JSON.
- The parent has been disposed.
-
-
- Gets the root element of this JSON document.
- A representing the value of the document.
-
-
- Provides the ability for the user to define custom behavior when parsing JSON to create a .
-
-
- Gets or sets a value that indicates whether an extra comma at the end of a list of JSON values in an object or array is allowed (and ignored) within the JSON payload being read.
-
- if an extra comma at the end of a list of JSON values in an object or array is allowed; otherwise, . Default is
-
-
- Gets or sets a value that determines how the handles comments when reading through the JSON data.
- The comment handling enum is set to a value that is not supported (or not within the enum range).
- One of the enumeration values that indicates how comments are handled.
-
-
- Gets or sets the maximum depth allowed when parsing JSON data, with the default (that is, 0) indicating a maximum depth of 64.
- The max depth is set to a negative value.
- The maximum depth allowed when parsing JSON data.
-
-
- Represents a specific JSON value within a .
-
-
- Gets a JsonElement that can be safely stored beyond the lifetime of the original .
- A JsonElement that can be safely stored beyond the lifetime of the original .
-
-
- Gets an enumerator to enumerate the values in the JSON array represented by this JsonElement.
- This value's is not .
- The parent has been disposed.
- An enumerator to enumerate the values in the JSON array represented by this JsonElement.
-
-
- Gets an enumerator to enumerate the properties in the JSON object represented by this JsonElement.
- This value's is not .
- The parent has been disposed.
- An enumerator to enumerate the properties in the JSON object represented by this JsonElement.
-
-
- Gets the number of values contained within the current array value.
- This value's is not .
- The parent has been disposed.
- The number of values contained within the current array value.
-
-
- Gets the value of the element as a .
- This value's is neither nor .
- The parent has been disposed.
- The value of the element as a .
-
-
- Gets the current JSON number as a .
- This value's is not .
- The value cannot be represented as a .
- The parent has been disposed.
- The current JSON number as a .
-
-
- Gets the value of the element as a byte array.
- This value's is not .
- The value is not encoded as Base64 text and hence cannot be decoded to bytes.
- The parent has been disposed.
- The value decoded as a byte array.
-
-
- Gets the value of the element as a .
- This value's is not .
- The value cannot be read as a .
- The parent has been disposed.
- The value of the element as a .
-
-
- Gets the value of the element as a .
- This value's is not .
- The value cannot be read as a .
- The parent has been disposed.
- The value of the element as a .
-
-
- Gets the current JSON number as a .
- This value's is not .
- The value cannot be represented as a .
- The parent has been disposed.
- The current JSON number as a .
-
-
- Gets the current JSON number as a .
- This value's is not .
- The value cannot be represented as a .
- The parent has been disposed.
- The current JSON number as a .
-
-
- Gets the value of the element as a .
- This value's is not .
- The value cannot be represented as a .
- The parent has been disposed.
- The value of the element as a .
-
-
- Gets the current JSON number as an .
- This value's is not .
- The value cannot be represented as an .
- The parent has been disposed.
- The current JSON number as an .
-
-
- Gets the current JSON number as an .
- This value's is not .
- The value cannot be represented as an .
- The parent has been disposed.
- The current JSON number as an .
-
-
- Gets the current JSON number as an .
- This value's is not .
- The value cannot be represented as a .
- The parent has been disposed.
- The current JSON number as an .
-
-
- Gets a representing the value of a required property identified by .
- The UTF-8 representation (with no Byte-Order-Mark (BOM)) of the name of the property to return.
- This value's is not .
- No property was found with the requested name.
- The parent has been disposed.
- A representing the value of the requested property.
-
-
- Gets a representing the value of a required property identified by .
- The name of the property whose value is to be returned.
- This value's is not .
- No property was found with the requested name.
- The parent has been disposed.
- A representing the value of the requested property.
-
-
- Gets a representing the value of a required property identified by .
- The name of the property whose value is to be returned.
- This value's is not .
- No property was found with the requested name.
-
- is .
- The parent has been disposed.
- A representing the value of the requested property.
-
-
- Gets a string that represents the original input data backing this value.
- The parent has been disposed.
- The original input data backing this value.
-
-
- Gets the current JSON number as an .
- This value's is not .
- The value cannot be represented as an .
- The parent has been disposed.
- The current JSON number as an .
-
-
- Gets the current JSON number as a .
- This value's is not .
- The value cannot be represented as a .
- The parent has been disposed.
- The current JSON number as a .
-
-
- Gets the value of the element as a .
- This value's is neither nor .
- The parent has been disposed.
- The value of the element as a .
-
-
- Gets the current JSON number as a .
- This value's is not .
- The value cannot be represented as a .
- The parent has been disposed.
- The current JSON number as a .
-
-
- Gets the current JSON number as a .
- This value's is not .
- The value cannot be represented as a .
- The parent has been disposed.
- The current JSON number as a .
-
-
- Gets the current JSON number as a .
- This value's is not .
- The value cannot be represented as a .
- The parent has been disposed.
- The current JSON number as a .
-
-
- Gets a string representation for the current value appropriate to the value type.
- The parent has been disposed.
- A string representation for the current value appropriate to the value type.
-
-
- Attempts to represent the current JSON number as a .
- When the method returns, contains the byte equivalent of the current JSON number if the conversion succeeded.
- This value's is not .
- The parent has been disposed.
-
- if the number can be represented as a ; otherwise, .
-
-
- Attempts to represent the current JSON string as a byte array, assuming that it is Base64 encoded.
- If the method succeeds, contains the decoded binary representation of the Base64 text.
- This value's is not .
- The parent has been disposed.
-
- if the entire token value is encoded as valid Base64 text and can be successfully decoded to bytes; otherwise, .
-
-
- Attempts to represent the current JSON string as a .
- When this method returns, contains the date and time value equivalent to the current JSON string.
- This value's is not .
- The parent has been disposed.
-
- if the string can be represented as a ; otherwise, .
-
-
- Attempts to represent the current JSON string as a .
- When this method returns, contains the date and time equivalent to the current JSON string.
- This value's is not .
- The parent has been disposed.
-
- if the string can be represented as a ; otherwise, .
-
-
- Attempts to represent the current JSON number as a .
- When this method returns, contains the decimal equivalent of the current JSON number.
- This value's is not .
- The parent has been disposed.
-
- if the number can be represented as a ; otherwise, .
-
-
- Attempts to represent the current JSON number as a .
- When this method returns, contains a double-precision floating point value equivalent to the current JSON number.
- This value's is not .
- The parent has been disposed.
-
- if the number can be represented as a ; otherwise, .
-
-
- Attempts to represent the current JSON string as a .
- When this method returns, contains the GUID equivalent to the current JSON string.
- This value's is not .
- The parent has been disposed.
-
- if the string can be represented as a ; otherwise, .
-
-
- Attempts to represent the current JSON number as an .
- When the method returns, contains the 16-bit integer equivalent of the current JSON number if the conversion succeeded.
- This value's is not .
- The parent has been disposed.
-
- if the number can be represented as an ; otherwise, .
-
-
- Attempts to represent the current JSON number as an .
- When this method returns, contains the 32-biut integer value equivalent to the current JSON number.
- This value's is not .
- The parent has been disposed.
-
- if the number can be represented as an ; otherwise, .
-
-
- Attempts to represent the current JSON number as a .
- When this method returns, contains the 64-bit integer value equivalent to the current JSON number.
- This value's is not .
- The parent has been disposed.
-
- if the number can be represented as a ; otherwise, .
-
-
- Looks for a property named in the current object, returning a value that indicates whether or not such a property exists. When the property exists, the method assigns its value to the argument.
- The UTF-8 (with no Byte-Order-Mark (BOM)) representation of the name of the property to return.
- Receives the value of the located property.
- This value's is not .
- The parent has been disposed.
-
- if the property was found; otherwise, .
-
-
- Looks for a property named in the current object, returning a value that indicates whether or not such a property exists. When the property exists, the method assigns its value to the argument.
- The name of the property to find.
- When this method returns, contains the value of the specified property.
- This value's is not .
- The parent has been disposed.
-
- if the property was found; otherwise, .
-
-
- Looks for a property named in the current object, returning a value that indicates whether or not such a property exists. When the property exists, its value is assigned to the argument.
- The name of the property to find.
- When this method returns, contains the value of the specified property.
- This value's is not .
-
- is .
- The parent has been disposed.
-
- if the property was found; otherwise, .
-
-
- Attempts to represent the current JSON number as an .
- When the method returns, contains the signed byte equivalent of the current JSON number if the conversion succeeded.
- This value's is not .
- The parent has been disposed.
-
- if the number can be represented as an ; otherwise, .
-
-
- Attempts to represent the current JSON number as a .
- When this method returns, contains the single-precision floating point value equivalent to the current JSON number.
- This value's is not .
- The parent has been disposed.
-
- if the number can be represented as a ; otherwise, .
-
-
- Attempts to represent the current JSON number as a .
- When the method returns, contains the unsigned 16-bit integer equivalent of the current JSON number if the conversion succeeded.
- This value's is not .
- The parent has been disposed.
-
- if the number can be represented as a ; otherwise, .
-
-
- Attempts to represent the current JSON number as a .
- When this method returns, contains unsigned 32-bit integer value equivalent to the current JSON number.
- This value's is not .
- The parent has been disposed.
-
- if the number can be represented as a ; otherwise, .
-
-
- Attempts to represent the current JSON number as a .
- When this method returns, contains unsigned 64-bit integer value equivalent to the current JSON number.
- This value's is not .
- The parent has been disposed.
-
- if the number can be represented as a ; otherwise, .
-
-
- Compares the text represented by a UTF8-encoded byte span to the string value of this element.
- The UTF-8 encoded text to compare against.
- This value's is not .
-
- if the string value of this element has the same UTF-8 encoding as
- ; otherwise, .
-
-
- Compares a specified read-only character span to the string value of this element.
- The text to compare against.
- This value's is not .
-
- if the string value of this element matches ; otherwise, .
-
-
- Compares a specified string to the string value of this element.
- The text to compare against.
- This value's is not .
-
- if the string value of this element matches ; otherwise, .
-
-
- Writes the element to the specified writer as a JSON value.
- The writer to which to write the element.
- The parameter is .
- The of this value is .
- The parent has been disposed.
-
-
- Gets the value at the specified index if the current value is an .
- The item index.
- This value's is not .
-
- is not in the range [0, ()).
- The parent has been disposed.
- The value at the specified index.
-
-
- Gets the type of the current JSON value.
- The parent has been disposed.
- The type of the current JSON value.
-
-
- Represents an enumerator for the contents of a JSON array.
-
-
- Releases the resources used by this instance.
-
-
- Returns an enumerator that iterates through a collection.
- An enumerator that can be used to iterate through the array.
-
-
- Advances the enumerator to the next element of the collection.
-
- if the enumerator was successfully advanced to the next element; if the enumerator has passed the end of the collection.
-
-
- Sets the enumerator to its initial position, which is before the first element in the collection.
-
-
- Returns an enumerator that iterates through a collection.
- An enumerator for an array of that can be used to iterate through the collection.
-
-
- Returns an enumerator that iterates through a collection.
- An enumerator that can be used to iterate through the collection.
-
-
- Gets the element in the collection at the current position of the enumerator.
- The element in the collection at the current position of the enumerator.
-
-
- Gets the element in the collection at the current position of the enumerator.
- The element in the collection at the current position of the enumerator.
-
-
- Represents an enumerator for the properties of a JSON object.
-
-
- Releases the resources used by this instance.
-
-
- Returns an enumerator that iterates the properties of an object.
- An enumerator that can be used to iterate through the object.
-
-
- Advances the enumerator to the next element of the collection.
-
- if the enumerator was successfully advanced to the next element; if the enumerator has passed the end of the collection.
-
-
- Sets the enumerator to its initial position, which is before the first element in the collection.
-
-
- Returns an enumerator that iterates through a collection.
- An enumerator for objects that can be used to iterate through the collection.
-
-
- Returns an enumerator that iterates through a collection.
- An enumerator that can be used to iterate through the collection.
-
-
- Gets the element in the collection at the current position of the enumerator.
- The element in the collection at the current position of the enumerator.
-
-
- Gets the element in the collection at the current position of the enumerator.
- The element in the collection at the current position of the enumerator.
-
-
- Provides methods to transform UTF-8 or UTF-16 encoded text into a form that is suitable for JSON.
-
-
- Encodes a UTF-8 text value as a JSON string.
- The UTF-8 encoded text to convert to JSON encoded text.
- The encoder to use when escaping the string, or to use the default encoder.
-
- is too large.
-
--or-
-
- contains invalid UTF-8 bytes.
- The encoded JSON text.
-
-
- Encodes a specified text value as a JSON string.
- The value to convert to JSON encoded text.
- The encoder to use when escaping the string, or to use the default encoder.
-
- is too large.
-
--or-
-
- contains invalid UTF-16 characters.
- The encoded JSON text.
-
-
- Encodes the string text value as a JSON string.
- The value to convert to JSON encoded text.
- The encoder to use when escaping the string, or to use the default encoder.
-
- is .
-
- is too large.
-
--or-
-
- contains invalid UTF-16 characters.
- The encoded JSON text.
-
-
- Determines whether this instance and a specified object, which must also be a instance, have the same value.
- The object to compare to this instance.
-
- if the current instance and are equal; otherwise, .
-
-
- Determines whether this instance and another specified instance have the same value.
- The object to compare to this instance.
-
- if this instance and have the same value; otherwise, .
-
-
- Returns the hash code for this .
- The hash code for this instance.
-
-
- Converts the value of this instance to a .
- The underlying UTF-16 encoded string.
-
-
- Gets the UTF-8 encoded representation of the pre-encoded JSON text.
- The UTF-8 encoded representation of the pre-encoded JSON text.
-
-
- Defines a custom exception object that is thrown when invalid JSON text is encountered, when the defined maximum depth is passed, or the JSON text is not compatible with the type of a property on an object.
-
-
- Initializes a new instance of the class.
-
-
- Creates a new exception object with serialized data.
- The serialized object data about the exception being thrown.
- An object that contains contextual information about the source or destination.
-
- is .
-
-
- Initializes a new instance of the class with a specified error message.
- The context-specific error message.
-
-
- 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 context-specific error message.
- The exception that caused the current exception.
-
-
- Creates a new exception object to relay error information to the user.
- The context-specific error message.
- The path where the invalid JSON was encountered.
- The line number (starting at 0) at which the invalid JSON was encountered when deserializing.
- The byte count within the current line (starting at 0) where the invalid JSON was encountered.
-
-
- Creates a new exception object to relay error information to the user that includes a specified inner exception.
- The context-specific error message.
- The path where the invalid JSON was encountered.
- The line number (starting at 0) at which the invalid JSON was encountered when deserializing.
- The byte count (starting at 0) within the current line where the invalid JSON was encountered.
- The exception that caused the current exception.
-
-
- Sets the with information about the exception.
- The serialized object data about the exception being thrown.
- An object that contains contextual information about the source or destination.
-
-
- Gets the zero-based number of bytes read within the current line before the exception.
- The zero-based number of bytes read within the current line before the exception.
-
-
- Gets the zero-based number of lines read before the exception.
- The zero-based number of lines read before the exception.
-
-
- Gets a message that describes the current exception.
- The error message that describes the current exception.
-
-
- Gets The path within the JSON where the exception was encountered.
- The path within the JSON where the exception was encountered.
-
-
- Determines the naming policy used to convert a string-based name to another format, such as a camel-casing format.
-
-
- Initializes a new instance of .
-
-
- When overridden in a derived class, converts the specified name according to the policy.
- The name to convert.
- The converted name.
-
-
- Gets the naming policy for camel-casing.
- The naming policy for camel-casing.
-
-
- Represents a single property for a JSON object.
-
-
- Compares the specified UTF-8 encoded text to the name of this property.
- The UTF-8 encoded text to compare against.
- This value's is not .
-
- if the name of this property has the same UTF-8 encoding as ; otherwise, .
-
-
- Compares the specified text as a character span to the name of this property.
- The text to compare against.
- This value's is not .
-
- if the name of this property matches ; otherwise, .
-
-
- Compares the specified string to the name of this property.
- The text to compare against.
- This value's is not .
-
- if the name of this property matches ; otherwise .
-
-
- Provides a string representation of the property for debugging purposes.
- A string containing the uninterpreted value of the property, beginning at the declaring open-quote and ending at the last character that is part of the value.
-
-
- Writes the property to the provided writer as a named JSON object property.
- The writer to which to write the property.
-
- is .
-
- is too large to be a JSON object property.
- The of this JSON property's would result in invalid JSON.
- The parent has been disposed.
-
-
- Gets the name of this property.
- The name of this property.
-
-
- Gets the value of this property.
- The value of this property.
-
-
- Provides the ability for the user to define custom behavior when reading JSON.
-
-
- Gets or sets a value that defines whether an extra comma at the end of a list of JSON values in an object or array is allowed (and ignored) within the JSON payload being read.
-
- if an extra comma is allowed; otherwise, .
-
-
- Gets or sets a value that determines how the handles comments when reading through the JSON data.
- The property is being set to a value that is not a member of the enumeration.
- One of the enumeration values that indicates how comments are handled.
-
-
- Gets or sets the maximum depth allowed when reading JSON, with the default (that is, 0) indicating a maximum depth of 64.
- The maximum depth is being set to a negative value.
- The maximum depth allowed when reading JSON.
-
-
- Defines an opaque type that holds and saves all the relevant state information, which must be provided to the to continue reading after processing incomplete data.
-
-
- Constructs a new instance.
- Defines the customized behavior of the that is different from the JSON RFC (for example how to handle comments, or the maximum depth allowed when reading). By default, the follows the JSON RFC strictly (comments within the JSON are invalid) and reads up to a maximum depth of 64.
- The maximum depth is set to a non-positive value (< 0).
-
-
- Gets the custom behavior to use when reading JSON data using the struct that may deviate from strict adherence to the JSON specification, which is the default behavior.
- The custom behavior to use when reading JSON data.
-
-
- Provides functionality to serialize objects or value types to JSON and to deserialize JSON into objects or value types.
-
-
- Parses the UTF-8 encoded text representing a single JSON value into an instance of a specified type.
- The JSON text to parse.
- The type of the object to convert to and return.
- Options to control the behavior during parsing.
-
- is .
- The JSON is invalid.
-
--or-
-
- is not compatible with the JSON.
-
--or-
-
-There is remaining data in the span beyond a single JSON value.
- There is no compatible for or its serializable members.
- A representation of the JSON value.
-
-
- Parses the text representing a single JSON value into an instance of a specified type.
- The JSON text to parse.
- The type of the object to convert to and return.
- Options to control the behavior during parsing.
-
- or is .
- The JSON is invalid.
-
--or-
-
- is not compatible with the JSON.
-
--or-
-
-There is remaining data in the string beyond a single JSON value.
- There is no compatible for or its serializable members.
- A representation of the JSON value.
-
-
- Reads one JSON value (including objects or arrays) from the provided reader and converts it into an instance of a specified type.
- The reader to read the JSON from.
- The type of the object to convert to and return.
- Options to control the serializer behavior during reading.
-
- is .
- The JSON is invalid.
-
--or-
-
- is not compatible with the JSON.
-
--or-
-
-A value could not be read from the reader.
-
- is using unsupported options.
- There is no compatible for or its serializable members.
- A representation of the JSON value.
-
-
- Parses the UTF-8 encoded text representing a single JSON value into an instance of the type specified by a generic type parameter.
- The JSON text to parse.
- Options to control the behavior during parsing.
- The target type of the UTF-8 encoded text.
- The JSON is invalid.
-
--or-
-
- is not compatible with the JSON.
-
--or-
-
-There is remaining data in the span beyond a single JSON value.
- There is no compatible for or its serializable members.
- A representation of the JSON value.
-
-
- Parses the text representing a single JSON value into an instance of the type specified by a generic type parameter.
- The JSON text to parse.
- Options to control the behavior during parsing.
- The target type of the JSON value.
-
- is .
- The JSON is invalid.
-
--or-
-
- is not compatible with the JSON.
-
--or-
-
-There is remaining data in the string beyond a single JSON value.
- There is no compatible for or its serializable members.
- A representation of the JSON value.
-
-
- Reads one JSON value (including objects or arrays) from the provided reader into an instance of the type specified by a generic type parameter.
- The reader to read the JSON from.
- Options to control serializer behavior during reading.
- The target type of the JSON value.
- The JSON is invalid.
-
--or-
-
- is not compatible with the JSON.
-
--or-
-
-A value could not be read from the reader.
-
- uses unsupported options.
- There is no compatible for or its serializable members.
- A representation of the JSON value.
-
-
- Asynchronously reads the UTF-8 encoded text representing a single JSON value into an instance of a specified type. The stream will be read to completion.
- The JSON data to parse.
- The type of the object to convert to and return.
- Options to control the behavior during reading.
- A cancellation token that may be used to cancel the read operation.
-
- or is .
- The JSON is invalid.
-
--or-
-
- is not compatible with the JSON.
-
--or-
-
-There is remaining data in the stream.
- There is no compatible for or its serializable members.
- A representation of the JSON value.
-
-
- Asynchronously reads the UTF-8 encoded text representing a single JSON value into an instance of a type specified by a generic type parameter. The stream will be read to completion.
- The JSON data to parse.
- Options to control the behavior during reading.
- A token that may be used to cancel the read operation.
- The target type of the JSON value.
- The JSON is invalid.
-
--or-
-
- is not compatible with the JSON.
-
--or-
-
-There is remaining data in the stream.
- There is no compatible for or its serializable members.
-
- is .
- A representation of the JSON value.
-
-
- Converts the value of a specified type into a JSON string.
- The value to convert.
- The type of the to convert.
- Options to control the conversion behavior.
-
- is not compatible with .
-
- is .
- There is no compatible for or its serializable members.
- The JSON string representation of the value.
-
-
- Writes the JSON representation of the specified type to the provided writer.
- The JSON writer to write to.
- The value to convert and write.
- The type of the to convert.
- Options to control serialization behavior.
-
- is not compatible with
-
- or is .
- There is no compatible for or its serializable members.
-
-
- Converts the value of a type specified by a generic type parameter into a JSON string.
- The value to convert.
- Options to control serialization behavior.
- The type of the value to serialize.
- There is no compatible for or its serializable members.
- A JSON string representation of the value.
-
-
- Writes the JSON representation of a type specified by a generic type parameter to the provided writer.
- A JSON writer to write to.
- The value to convert and write.
- Options to control serialization behavior.
- The type of the value to serialize.
-
- is .
- There is no compatible for or its serializable members.
-
-
- Asynchronously converts the value of a specified type to UTF-8 encoded JSON text and writes it to the specified stream.
- The UTF-8 stream to write to.
- The value to convert.
- The type of the to convert.
- Options to control serialization behavior.
- A token that may be used to cancel the write operation.
-
- is not compatible with .
-
- or is .
- There is no compatible for or its serializable members.
- A task that represents the asynchronous write operation.
-
-
- Asynchronously converts a value of a type specified by a generic type parameter to UTF-8 encoded JSON text and writes it to a stream.
- The UTF-8 stream to write to.
- The value to convert.
- Options to control serialization behavior.
- A token that may be used to cancel the write operation.
- The type of the value to serialize.
-
- is .
- There is no compatible for or its serializable members.
- A task that represents the asynchronous write operation.
-
-
- Converts a value of the specified type into a JSON string, encoded as UTF-8 bytes.
- The value to convert.
- The type of the to convert.
- Options to control the conversion behavior.
-
- is not compatible with .
-
- is .
- There is no compatible for or its serializable members.
- A JSON string representation of the value, encoded as UTF-8 bytes.
-
-
- Converts the value of a type specified by a generic type parameter into a JSON string, encoded as UTF-8 bytes.
- The value to convert.
- Options to control the conversion behavior.
- The type of the value.
- There is no compatible for or its serializable members.
- A JSON string representation of the value, encoded as UTF-8 bytes.
-
-
- Specifies what default options are used by .
-
-
- Specifies that general-purpose values should be used. These are the same settings applied if a isn't specified.
-
-
- Specifies that values should be used more appropriate to web-based scenarios.
-
-
- Provides options to be used with .
-
-
- Initializes a new instance of the class.
-
-
- Constructs a new instance with a predefined set of options determined by the specified .
- The to reason about.
-
-
- Copies the options from a instance to a new instance.
- The options instance to copy options from.
-
- is .
-
-
- Returns the converter for the specified type.
- The type to return a converter for.
- The configured for returned an invalid converter.
- There is no compatible for or its serializable members.
- The first converter that supports the given type, or if there is no converter.
-
-
- Get or sets a value that indicates whether an extra comma at the end of a list of JSON values in an object or array is allowed (and ignored) within the JSON payload being deserialized.
- This property was set after serialization or deserialization has occurred.
-
- if an extra comma at the end of a list of JSON values in an object or array is allowed (and ignored); otherwise.
-
-
- Gets the list of user-defined converters that were registered.
- The list of custom converters.
-
-
- Gets or sets the default buffer size, in bytes, to use when creating temporary buffers.
- The buffer size is less than 1.
- This property was set after serialization or deserialization has occurred.
- The default buffer size in bytes.
-
-
- Specifies a condition to determine when properties with default values are ignored during serialization or deserialization.
- The default value is .
- This property is set to .
- This property is set after serialization or deserialization has occurred.
-
--or-
-
- has been set to . These properties cannot be used together.
-
-
- Gets or sets the policy used to convert a key's name to another format, such as camel-casing.
- The policy used to convert a key's name to another format.
-
-
- Gets or sets the encoder to use when escaping strings, or to use the default encoder.
- The JavaScript character encoding.
-
-
- Gets or sets a value that determines whether values are ignored during serialization and deserialization. The default value is .
- This property was set after serialization or deserialization has occurred.
-
--or-
-
- has been set to a non-default value. These properties cannot be used together.
-
- to ignore null values during serialization and deserialization; otherwise, see langword="false" />.
-
-
- Determines whether read-only fields are ignored during serialization. A property is read-only if it isn't marked with the keyword. The default value is .
- This property is set after serialization or deserialization has occurred.
-
- if read-only fields should be ignored during serialization; otherwise.
-
-
- Gets a value that determines whether read-only properties are ignored during serialization. The default value is .
- This property was set after serialization or deserialization has occurred.
-
- to ignore read-only properties during serialization; otherwise, .
-
-
- Determines whether fields are handled serialization and deserialization.
- The default value is .
- This property is set after serialization or deserialization has occurred.
-
-
- Gets or sets the maximum depth allowed when serializing or deserializing JSON, with the default value of 0 indicating a maximum depth of 64.
- This property was set after serialization or deserialization has occurred.
- The max depth is set to a negative value.
- The maximum depth allowed when serializing or deserializing JSON.
-
-
- Specifies how number types should be handled when serializing or deserializing.
- This property is set after serialization or deserialization has occurred.
-
-
- Gets or sets a value that determines whether a property's name uses a case-insensitive comparison during deserialization. The default value is .
-
- to compare property names using case-insensitive comparison; otherwise, .
-
-
- Gets or sets a value that specifies the policy used to convert a property's name on an object to another format, such as camel-casing, or to leave property names unchanged.
- A property naming policy, or to leave property names unchanged.
-
-
- Gets or sets a value that defines how comments are handled during deserialization.
- This property was set after serialization or deserialization has occurred.
- The comment handling enum is set to a value that is not supported (or not within the enum range).
- A value that indicates whether comments are allowed, disallowed, or skipped.
-
-
- Configures how object references are handled when reading and writing JSON.
-
-
- Gets or sets a value that defines whether JSON should use pretty printing. By default, JSON is serialized without any extra white space.
- This property was set after serialization or deserialization has occurred.
-
- if JSON should pretty print on serialization; otherwise, . The default is .
-
-
- Defines the various JSON tokens that make up a JSON text.
-
-
- The token type is a comment string.
-
-
- The token type is the end of a JSON array.
-
-
- The token type is the end of a JSON object.
-
-
- The token type is the JSON literal false.
-
-
- There is no value (as distinct from ).
-
-
- The token type is the JSON literal null.
-
-
- The token type is a JSON number.
-
-
- The token type is a JSON property name.
-
-
- The token type is the start of a JSON array.
-
-
- The token type is the start of a JSON object.
-
-
- The token type is a JSON string.
-
-
- The token type is the JSON literal true.
-
-
- Specifies the data type of a JSON value.
-
-
- A JSON array.
-
-
- The JSON value false.
-
-
- The JSON value null.
-
-
- A JSON number.
-
-
- A JSON object.
-
-
- A JSON string.
-
-
- The JSON value true.
-
-
- There is no value (as distinct from ).
-
-
- Allows the user to define custom behavior when writing JSON using the .
-
-
- Gets or sets the encoder to use when escaping strings, or to use the default encoder.
- The JavaScript character encoder used to override the escaping behavior.
-
-
- Gets or sets a value that indicates whether the should format the JSON output, which includes indenting nested JSON tokens, adding new lines, and adding white space between property names and values.
-
- to format the JSON output; to write without any extra white space. The default is .
-
-
- Gets or sets a value that indicates whether the should skip structural validation and allow the user to write invalid JSON.
-
- to skip structural validation and allow invalid JSON; to throw an on any attempt to write invalid JSON.
-
-
- Provides the base class for serialization attributes.
-
-
- Creates a new instance of the .
-
-
- When placed on a constructor, indicates that the constructor should be used to create instances of the type on deserialization.
-
-
- Initializes a new instance of .
-
-
- Converts an object or value to or from JSON.
-
-
- When overridden in a derived class, determines whether the converter instance can convert the specified object type.
- The type of the object to check whether it can be converted by this converter instance.
-
- if the instance can convert the specified object type; otherwise, .
-
-
- Converts an object or value to or from JSON.
- The type of object or value handled by the converter.
-
-
- Initializes a new instance.
-
-
- Determines whether the specified type can be converted.
- The type to compare against.
-
- if the type can be converted; otherwise, .
-
-
- Reads and converts the JSON to type .
- The reader.
- The type to convert.
- An object that specifies serialization options to use.
- The converted value.
-
-
- Writes a specified value as JSON.
- The writer to write to.
- The value to convert to JSON.
- An object that specifies serialization options to use.
-
-
- Indicates whether should be passed to the converter on serialization, and whether should be passed on deserialization.
-
-
- When placed on a property or type, specifies the converter type to use.
-
-
- Initializes a new instance of .
-
-
- Initializes a new instance of with the specified converter type.
- The type of the converter.
-
-
- When overridden in a derived class and is , allows the derived class to create a in order to pass additional state.
- The type of the converter.
- The custom converter.
-
-
- Gets the type of the , or if it was created without a type.
- The type of the , or if it was created without a type.
-
-
- Supports converting several types by using a factory pattern.
-
-
- When overidden in a derived class, initializes a new instance of the class.
-
-
- Creates a converter for a specified type.
- The type handled by the converter.
- The serialization options to use.
- A converter for which is compatible with .
-
-
- When placed on a property of type , any properties that do not have a matching member are added to that dictionary during deserialization and written during serialization.
-
-
- Instantiates a new instance of the class.
-
-
- Prevents a property from being serialized or deserialized.
-
-
- Initializes a new instance of .
-
-
- Specifies the condition that must be met before a property will be ignored.
-
-
- Controls how the ignores properties on serialization and deserialization.
-
-
- Property will always be ignored.
-
-
- Property will always be serialized and deserialized, regardless of configuration.
-
-
- Property will only be ignored if it is .
-
-
- If the value is , the property is ignored during serialization. This is applied only to reference-type properties and fields.
-
-
- Indicates that the member should be included for serialization and deserialization.
- The attribute is applied to a non-public property.
-
-
- Initializes a new instance of .
-
-
- Determines how handles numbers when serializing and deserializing.
-
-
- The "NaN", "Infinity", and "-Infinity" tokens can be read as floating-point constants, and the and values for these constants will be written as their corresponding JSON string representations.
-
-
- Numbers can be read from tokens. Does not prevent numbers from being read from token.
-
-
- Numbers will only be read from tokens and will only be written as JSON numbers (without quotes).
-
-
- Numbers will be written as JSON strings (with quotes), not as JSON numbers.
-
-
- When placed on a type, property, or field, indicates what settings should be used when serializing or deserializing numbers.
-
-
- Initializes a new instance of .
- A bitwise combination of the enumeration values that specify how number types should be handled when serializing or deserializing.
-
-
- Indicates what settings should be used when serializing or deserializing numbers.
- An object that determines the number serialization and deserialization settings.
-
-
- Specifies the property name that is present in the JSON when serializing and deserializing. This overrides any naming policy specified by .
-
-
- Initializes a new instance of with the specified property name.
- The name of the property.
-
-
- Gets the name of the property.
- The name of the property.
-
-
- Converts enumeration values to and from strings.
-
-
- Initializes an instance of the class with the default naming policy that allows integer values.
-
-
- Initializes an instance of the class with a specified naming policy and a value that indicates whether undefined enumeration values are allowed.
- The optional naming policy for writing enum values.
-
- to allow undefined enum values; otherwise, . When , if an enum value isn't defined, it will output as a number rather than a string.
-
-
- Determines whether the specified type can be converted to an enum.
- The type to be checked.
-
- if the type can be converted; otherwise, .
-
-
- Creates a converter for the specified type.
- The type handled by the converter.
- The serialization options to use.
- A converter for which is compatible with .
-
-
- This class defines how the deals with references on serialization and deserialization.
-
-
- Initializes a new instance of the class.
-
-
- Returns the used for each serialization call.
- The resolver to use for serialization and deserialization.
-
-
- Metadata properties will be honored when deserializing JSON objects and arrays into reference types and written when serializing reference types. This is necessary to create round-trippable JSON from objects that contain cycles or duplicate references.
-
-
- This class defines how the deals with references on serialization and deserialization.
- The type of the to create on each serialization or deserialization call.
-
-
- Initializes a new instance of the generic class that can create a instance of the specified .
-
-
- Creates a new of type used for each serialization call.
- The new resolver to use for serialization and deserialization.
-
-
- This class defines how the deals with references on serialization and deserialization.
- Defines the core behavior of preserving references on serialization and deserialization.
-
-
- Initializes a new instance of the class.
-
-
- Adds an entry to the bag of references using the specified id and value.
- This method gets called when an $id metadata property from a JSON object is read.
- The identifier of the JSON object or array.
- The value of the CLR reference type object that results from parsing the JSON object.
-
-
- Gets the reference identifier of the specified value if exists; otherwise a new id is assigned.
- This method gets called before a CLR object is written so we can decide whether to write $id and enumerate the rest of its properties or $ref and step into the next object.
- The value of the CLR reference type object to get an id for.
- When this method returns, if a reference to value already exists; otherwise, .
- The reference id for the specified object.
-
-
- Returns the CLR reference type object related to the specified reference id.
- This method gets called when $ref metadata property is read.
- The reference id related to the returned object.
- The reference type object related to the specified reference id.
-
-
- Provides a high-performance API for forward-only, read-only access to UTF-8 encoded JSON text.
-
-
- Initializes a new instance of the structure that processes a read-only sequence of UTF-8 encoded text and indicates whether the input contains all the text to process.
- The UTF-8 encoded JSON text to process.
-
- to indicate that the input sequence contains the entire data to process; to indicate that the input span contains partial data with more data to follow.
- An object that contains the reader state. If this is the first call to the constructor, pass the default state; otherwise, pass the value of the property from the previous instance of the .
-
-
- Initializes a new instance of the structure that processes a read-only sequence of UTF-8 encoded text using the specified options.
- The UTF-8 encoded JSON text to process.
- Defines customized behavior of the that differs from the JSON RFC (for example how to handle comments or maximum depth allowed when reading). By default, the follows the JSON RFC strictly; comments within the JSON are invalid, and the maximum depth is 64.
-
-
- Initializes a new instance of the structure that processes a read-only span of UTF-8 encoded text and indicates whether the input contains all the text to process.
- The UTF-8 encoded JSON text to process.
-
- to indicate that the input sequence contains the entire data to process; to indicate that the input span contains partial data with more data to follow.
- An object that contains the reader state. If this is the first call to the constructor, pass the default state; otherwise, pass the value of the property from the previous instance of the .
-
-
- Initializes a new instance of the structure that processes a read-only span of UTF-8 encoded text using the specified options.
- The UTF-8 encoded JSON text to process.
- Defines customized behavior of the that differs from the JSON RFC (for example how to handle comments or maximum depth allowed when reading). By default, the follows the JSON RFC strictly; comments within the JSON are invalid, and the maximum depth is 64.
-
-
- Reads the next JSON token value from the source as a .
- The value of the JSON token isn't a boolean value (that is, or ).
-
- if the is ; if the is .
-
-
- Parses the current JSON token value from the source as a .
- The value of the JSON token is not a .
- The numeric format of the JSON token value is incorrect (for example, it contains a fractional value or is written in scientific notation).
-
--or-
-
-The JSON token value represents a number less than or greater than .
- The value of the UTF-8 encoded token.
-
-
- Parses the current JSON token value from the source and decodes the Base64 encoded JSON string as a byte array.
- The type of the JSON token is not a .
- The value is not encoded as Base64 text, so it can't be decoded to bytes.
-
--or-
-
-The value contains invalid or more than two padding characters.
-
--or-
-
-The value is incomplete. That is, the JSON string length is not a multiple of 4.
- The byte array that represents the current JSON token value.
-
-
- Parses the current JSON token value from the source as a comment, transcoded it as a .
- The JSON token is not a comment.
- The comment that represents the current JSON token value.
-
-
- Reads the next JSON token value from the source and parses it to a .
- The value of the JSON token isn't a .
- The JSON token value cannot be read as a .
-
--or-
-
-The entire UTF-8 encoded token value cannot be parsed to a value.
-
--or-
-
-The JSON token value is of an unsupported format.
- The date and time value, if the entire UTF-8 encoded token value can be successfully parsed.
-
-
- Reads the next JSON token value from the source and parses it to a .
- The value of the JSON token isn't a .
- The JSON token value cannot be read as a .
-
--or-
-
-The entire UTF-8 encoded token value cannot be parsed to a value.
-
--or-
-
-The JSON token value is of an unsupported format.
- The date and time offset, if the entire UTF-8 encoded token value can be successfully parsed.
-
-
- Reads the next JSON token value from the source and parses it to a .
- The JSON token value isn't a .
- The JSON token value represents a number less than or greater than .
- The UTF-8 encoded token value parsed to a .
-
-
- Reads the next JSON token value from the source and parses it to a .
- The JSON token value isn't a .
- The JSON token value represents a number less than or greater than .
- The UTF-8 encoded token value parsed to a .
-
-
- Reads the next JSON token value from the source and parses it to a .
- The value of the JSON token isn't a .
- The JSON token value is in an unsupported format for a Guid.
-
--or-
-
-The entire UTF-8 encoded token value cannot be parsed to a value.
- The GUID value, if the entire UTF-8 encoded token value can be successfully parsed.
-
-
- Parses the current JSON token value from the source as a .
- The value of the JSON token is not a .
- The numeric format of the JSON token value is incorrect (for example, it contains a fractional value or is written in scientific notation).
-
--or-
-
-The JSON token value represents a number less than or greater than .
- The UTF-8 encoded token value parsed to an .
-
-
- Reads the next JSON token value from the source and parses it to an .
- The JSON token value isn't a .
- The JSON token value is of the incorrect numeric format. For example, it contains a decimal or is written in scientific notation.
-
--or-
-
-The JSON token value represents a number less than or greater than .
- The UTF-8 encoded token value parsed to an .
-
-
- Reads the next JSON token value from the source and parses it to an .
- The JSON token value isn't a .
- The JSON token value is of the incorrect numeric format. For example, it contains a decimal or is written in scientific notation.
-
--or-
-
-The JSON token value represents a number less than or greater than .
- The UTF-8 encoded token value parsed to an .
-
-
- Parses the current JSON token value from the source as an .
- The value of the JSON token is not a .
- The numeric format of the JSON token value is incorrect (for example, it contains a fractional value or is written in scientific notation).
-
--or-
-
-The JSON token value represents a number less than or greater than .
- The UTF-8 encoded token value parsed to an .
-
-
- Reads the next JSON token value from the source and parses it to a .
- The JSON token value isn't a .
- The JSON token value represents a number less than or greater than .
- The UTF-8 encoded token value parsed to a .
-
-
- Reads the next JSON token value from the source, unescaped, and transcoded as a string.
- The JSON token value isn't a string (that is, not a , , or ).
-
--or-
-
-The JSON string contains invalid UTF-8 bytes or invalid UTF-16 surrogates.
- The token value parsed to a string, or if is .
-
-
- Parses the current JSON token value from the source as a .
- The value of the JSON token is not a .
- The numeric format of the JSON token value is incorrect (for example, it contains a fractional value or is written in scientific notation).
-
--or-
-
-The JSON token value represents a number less than or greater than .
- The UTF-8 encoded token value parsed to a .
-
-
- Reads the next JSON token value from the source and parses it to a .
- The JSON token value isn't a .
- The JSON token value is of the incorrect numeric format. For example, it contains a decimal or is written in scientific notation.
-
--or-
-
-The JSON token value represents a number less than or greater than .
- The UTF-8 encoded token value parsed to a .
-
-
- Reads the next JSON token value from the source and parses it to a .
- The JSON token value isn't a .
- The JSON token value is of the incorrect numeric format. For example, it contains a decimal or is written in scientific notation.
-
--or-
-
-The JSON token value represents a number less than or greater than .
- The UTF-8 encoded token value parsed to a .
-
-
- Reads the next JSON token from the input source.
- An invalid JSON token according to the JSON RFC is encountered.
-
--or-
-
-The current depth exceeds the recursive limit set by the maximum depth.
-
- if the token was read successfully; otherwise, .
-
-
- Skips the children of the current JSON token.
- The reader was given partial data with more data to follow (that is, is ).
- An invalid JSON token was encountered while skipping, according to the JSON RFC.
-
--or-
-
-The current depth exceeds the recursive limit set by the maximum depth.
-
-
- Tries to parse the current JSON token value from the source as a and returns a value that indicates whether the operation succeeded.
- When this method returns, contains the parsed value.
- The JSON token value isn't a .
-
- if the entire UTF-8 encoded token value can be successfully parsed to a value; otherwise, .
-
-
- Tries to parse the current JSON token value from the source and decodes the Base64 encoded JSON string as a byte array and returns a value that indicates whether the operation succeeded.
- When this method returns, contains the decoded binary representation of the Base64 text.
- The JSON token is not a .
-
- if the entire token value is encoded as valid Base64 text and can be successfully decoded to bytes; otherwise, .
-
-
- Tries to parse the current JSON token value from the source as a and returns a value that indicates whether the operation succeeded.
- When this method returns, contains the parsed value.
- The value of the JSON token isn't a .
-
- if the entire UTF-8 encoded token value can be successfully parsed to a value; otherwise, .
-
-
- Tries to parse the current JSON token value from the source as a and returns a value that indicates whether the operation succeeded.
- When this method returns, contains the parsed value.
- The value of the JSON token isn't a .
-
- if the entire UTF-8 encoded token value can be successfully parsed to a value; otherwise, .
-
-
- Tries to parse the current JSON token value from the source as a and returns a value that indicates whether the operation succeeded.
- When this method returns, contains the parsed value.
- The JSON token value isn't a .
-
- if the entire UTF-8 encoded token value can be successfully parsed to a value; otherwise, .
-
-
- Tries to parse the current JSON token value from the source as a and returns a value that indicates whether the operation succeeded.
- When this method returns, contains the parsed value.
- The JSON token value isn't a .
-
- if the entire UTF-8 encoded token value can be successfully parsed to a value; otherwise, .
-
-
- Tries to parse the current JSON token value from the source as a and returns a value that indicates whether the operation succeeded.
- When this method returns, contains the parsed value.
- The value of the JSON token isn't a .
-
- if the entire UTF-8 encoded token value can be successfully parsed to a value; otherwise, .
-
-
- Tries to parse the current JSON token value from the source as an and returns a value that indicates whether the operation succeeded.
- When this method returns, contains the parsed value.
- The JSON token value isn't a .
-
- if the entire UTF-8 encoded token value can be successfully parsed to a value; otherwise, .
-
-
- Tries to parse the current JSON token value from the source as an and returns a value that indicates whether the operation succeeded.
- When this method returns, contains the parsed value.
- The JSON token value isn't a .
-
- if the entire UTF-8 encoded token value can be successfully parsed to an value; otherwise, .
-
-
- Tries to parse the current JSON token value from the source as an and returns a value that indicates whether the operation succeeded.
- When this method returns, contains the parsed value.
- The JSON token value isn't a .
-
- if the entire UTF-8 encoded token value can be successfully parsed to an value; otherwise, .
-
-
- Tries to parse the current JSON token value from the source as an and returns a value that indicates whether the operation succeeded.
- When this method returns, contains the parsed value.
- The JSON token value isn't a .
-
- if the entire UTF-8 encoded token value can be successfully parsed to an value; otherwise, .
-
-
- Tries to parse the current JSON token value from the source as a and returns a value that indicates whether the operation succeeded.
- When this method returns, contains the parsed value.
- The JSON token value isn't a .
-
- if the entire UTF-8 encoded token value can be successfully parsed to an value; otherwise, .
-
-
- Tries to parse the current JSON token value from the source as a and returns a value that indicates whether the operation succeeded.
- When this method returns, contains the parsed value.
- The JSON token value isn't a .
-
- if the entire UTF-8 encoded token value can be successfully parsed to a value; otherwise, .
-
-
- Tries to parse the current JSON token value from the source as a and returns a value that indicates whether the operation succeeded.
- When this method returns, contains the parsed value.
- The JSON token value isn't a .
-
- if the entire UTF-8 encoded token value can be successfully parsed to a value; otherwise, .
-
-
- Tries to parse the current JSON token value from the source as a and returns a value that indicates whether the operation succeeded.
- When this method returns, contains the parsed value.
- The JSON token value isn't a .
-
- if the entire UTF-8 encoded token value can be successfully parsed to a value; otherwise, .
-
-
- Tries to skip the children of the current JSON token.
- An invalid JSON token was encountered while skipping, according to the JSON RFC.
-
--or -
-
-The current depth exceeds the recursive limit set by the maximum depth.
-
- if there was enough data for the children to be skipped successfully; otherwise, .
-
-
- Compares the UTF-8 encoded text in a read-only byte span to the unescaped JSON token value in the source and returns a value that indicates whether they match.
- The UTF-8 encoded text to compare against.
- The JSON token is not a JSON string (that is, it is not or ).
-
- if the JSON token value in the source matches the UTF-8 encoded lookup text; otherwise, .
-
-
- Compares the text in a read-only character span to the unescaped JSON token value in the source and returns a value that indicates whether they match.
- The text to compare against.
- The JSON token is not a JSON string (that is, it is not or ).
-
- if the JSON token value in the source matches the lookup text; otherwise, .
-
-
- Compares the string text to the unescaped JSON token value in the source and returns a value that indicates whether they match.
- The text to compare against.
- The JSON token is not a JSON string (that is, it is not or ).
-
- if the JSON token value in the source matches the lookup text; otherwise, .
-
-
- Gets the total number of bytes consumed so far by this instance of the .
- The total number of bytes consumed so far.
-
-
- Gets the depth of the current token.
- The depth of the current token.
-
-
- Gets the current state to pass to a constructor with more data.
- The current reader state.
-
-
- Gets a value that indicates which Value property to use to get the token value.
-
- if should be used to get the token value; if should be used instead.
-
-
- Gets the mode of this instance of the which indicates whether all the JSON data was provided or there is more data to come.
-
- if the reader was constructed with the input span or sequence containing the entire JSON data to process; if the reader was constructed with an input span or sequence that may contain partial JSON data with more data to follow.
-
-
- Gets the current within the provided UTF-8 encoded input ReadOnlySequence<byte> or a default if the struct was constructed with a ReadOnlySpan<byte>.
- The current within the provided UTF-8 encoded input ReadOnlySequence<byte> or a default if the struct was constructed with a ReadOnlySpan<byte>.
-
-
- Gets the index that the last processed JSON token starts at (within the given UTF-8 encoded input text), skipping any white space.
- The starting index of the last processed JSON token within the given UTF-8 encoded input text.
-
-
- Gets the type of the last processed JSON token in the UTF-8 encoded JSON text.
- The type of the last processed JSON token.
-
-
- Gets the raw value of the last processed token as a ReadOnlySequence<byte> slice of the input payload, only if the token is contained within multiple segments.
- A byte read-only sequence.
-
-
- Gets the raw value of the last processed token as a ReadOnlySpan<byte> slice of the input payload, if the token fits in a single segment or if the reader was constructed with a JSON payload contained in a ReadOnlySpan<byte>.
- A read-only span of bytes.
-
-
- Provides a high-performance API for forward-only, non-cached writing of UTF-8 encoded JSON text.
-
-
- Initializes a new instance of the class using the specified to write the output to and customization options.
- The destination for writing JSON text.
- Defines the customized behavior of the . By default, it writes minimized JSON (with no extra white space) and validates that the JSON being written is structurally valid according to the JSON RFC.
-
- is .
-
-
- Initializes a new instance of the class using the specified stream to write the output to and customization options.
- The destination for writing JSON text.
- Defines the customized behavior of the . By default, it writes minimized JSON (with no extra white space) and validates that the JSON being written is structurally valid according to the JSON RFC.
-
- is .
-
-
- Commits any leftover JSON text that has not yet been flushed and releases all resources used by the current instance.
-
-
- Asynchronously commits any leftover JSON text that has not yet been flushed and releases all resources used by the current instance.
- A task representing the asynchronous dispose operation.
-
-
- Commits the JSON text written so far, which makes it visible to the output destination.
- This instance has been disposed.
-
-
- Asynchronously commits the JSON text written so far, which makes it visible to the output destination.
- The token to monitor for cancellation requests. The default value is .
- This instance has been disposed.
- A task representing the asynchronous flush operation.
-
-
- Resets the internal state of this instance so that it can be reused.
- This instance has been disposed.
-
-
- Resets the internal state of this instance so that it can be reused with a new instance of .
- The destination for writing JSON text.
-
- is .
- This instance has been disposed.
-
-
- Resets the internal state of this instance so that it can be reused with a new instance of .
- The destination for writing JSON text.
-
- is .
- This instance has been disposed.
-
-
- Writes the property name and raw bytes value (as a Base64 encoded JSON string) as part of a name/value pair of a JSON object.
- The UTF-8 encoded name of the property to write.
- The binary data to write as Base64 encoded text.
- The specified property name or value is too large.
- Validation is enabled, and this method would result in writing invalid JSON.
-
-
- Writes the property name and raw bytes value (as a Base64 encoded JSON string) as part of a name/value pair of a JSON object.
- The property name of the JSON object to be transcoded and written as UTF-8.
- The binary data to write as Base64 encoded text.
- The specified property name or value is too large.
- Validation is enabled, and this method would result in writing invalid JSON.
-
-
- Writes the property name and raw bytes value (as a Base64 encoded JSON string) as part of a name/value pair of a JSON object.
- The property name of the JSON object to be transcoded and written as UTF-8.
- The binary data to write as Base64 encoded text.
- The specified property name or value is too large.
- Validation is enabled, and this method would result in writing invalid JSON.
- The parameter is .
-
-
- Writes the pre-encoded property name and raw bytes value (as a Base64 encoded JSON string) as part of a name/value pair of a JSON object.
- The JSON-encoded name of the property to write.
- The binary data to write as Base64 encoded text.
- The specified value is too large.
- Validation is enabled, and this method would result in writing invalid JSON.
-
-
- Writes the raw bytes value as a Base64 encoded JSON string as an element of a JSON array.
- The binary data to be written as a Base64 encoded JSON string element of a JSON array.
- The specified value is too large.
- Validation is enabled, and this method would result in writing invalid JSON.
-
-
- Writes a property name specified as a read-only span of bytes and a value (as a JSON literal true or false) as part of a name/value pair of a JSON object.
- The UTF-8 encoded property name of the JSON object to be written.
- The value to be written as a JSON literal true or false as part of the name/value pair.
- The specified property name is too large.
- Validation is enabled, and the operation would result in writing invalid JSON.
-
-
- Writes a property name specified as a read-only character span and a value (as a JSON literal true or false) as part of a name/value pair of a JSON object.
- The UTF-16 encoded property name of the JSON object to be transcoded and written as UTF-8.
- The value to be written as a JSON literal true or false as part of the name/value pair.
- The specified property name is too large.
- Validation is enabled, and the operation would result in writing invalid JSON.
-
-
- Writes a property name specified as a string and a value (as a JSON literal true or false) as part of a name/value pair of a JSON object.
- The UTF-16 encoded property name of the JSON object to be transcoded and written as UTF-8.
- The value to be written as a JSON literal true or false as part of the name/value pair.
- The specified property name is too large.
- Validation is enabled, and the operation would result in writing invalid JSON.
- The parameter is .
-
-
- Writes the pre-encoded property name and value (as a JSON literal true or false) as part of a name/value pair of a JSON object.
- The JSON encoded property name of the JSON object to be transcoded and written as UTF-8.
- The value to be written as a JSON literal true or false as part of the name/value pair.
- Validation is enabled, and this method would result in writing invalid JSON.
-
-
- Writes a value (as a JSON literal true or false) as an element of a JSON array.
- The value to be written as a JSON literal true or false as an element of a JSON array.
- Validation is enabled, and the operation would result in writing invalid JSON.
-
-
- Writes a UTF-8 text value as a JSON comment.
- The UTF-8 encoded value to be written as a JSON comment within /*..*/.
- The specified value is too large.
-
--or-
-
- contains a comment delimiter (that is, */).
-
-
- Writes a UTF-16 text value as a JSON comment.
- The UTF-16 encoded value to be written as a UTF-8 transcoded JSON comment within /*..*/.
- The specified value is too large.
-
--or-
-
- contains a comment delimiter (that is, */).
-
-
- Writes a string text value as a JSON comment.
- The UTF-16 encoded value to be written as a UTF-8 transcoded JSON comment within /*..*/.
- The specified value is too large.
-
--or-
-
- contains a comment delimiter (that is, */).
- The parameter is .
-
-
- Writes the end of a JSON array.
- Validation is enabled, and the operation would result in writing invalid JSON.
-
-
- Writes the end of a JSON object.
- Validation is enabled, and the operation would result in writing invalid JSON.
-
-
- Writes a property name specified as a read-only span of bytes and the JSON literal null as part of a name/value pair of a JSON object.
- The UTF-8 encoded property name of the JSON object to be written.
- The specified property name is too large.
- Validation is enabled, and the write operation would produce invalid JSON.
-
-
- Writes a property name specified as a read-only character span and the JSON literal null as part of a name/value pair of a JSON object.
- The UTF-16 encoded property name of the JSON object to be transcoded and written as UTF-8.
- The specified property name is too large.
- Validation is enabled, and the write operation would produce invalid JSON.
-
-
- Writes a property name specified as a string and the JSON literal null as part of a name/value pair of a JSON object.
- The UTF-16 encoded property name of the JSON object to be transcoded and written as UTF-8.
- The specified property name is too large.
- Validation is enabled, and the write operation would produce invalid JSON.
- The parameter is .
-
-
- Writes the pre-encoded property name and the JSON literal null as part of a name/value pair of a JSON object.
- The JSON encoded property name of the JSON object to be transcoded and written as UTF-8.
- Validation is enabled, and this method would result in writing invalid JSON.
-
-
- Writes the JSON literal null as an element of a JSON array.
- Validation is enabled, and the operation would result in writing invalid JSON.
-
-
- Writes a property name specified as a read-only span of bytes and a value (as a JSON number) as part of a name/value pair of a JSON object.
- The UTF-8 encoded property name of the JSON object to be written.
- The value to be written as a JSON number as part of the name/value pair.
- The specified property name is too large.
- Validation is enabled, and the write operation would produce invalid JSON.
-
-
- Writes a property name specified as a read-only span of bytes and a value (as a JSON number) as part of a name/value pair of a JSON object.
- The UTF-8 encoded property name of the JSON object to be written.
- The value to be written as a JSON number as part of the name/value pair.
- The specified property name is too large.
- Validation is enabled, and the write operation would produce invalid JSON.
-
-
- Writes a property name specified as a read-only span of bytes and an value (as a JSON number) as part of a name/value pair of a JSON object.
- The UTF-8 encoded property name of the JSON object to be written.
- The value to be written as a JSON number as part of the name/value pair.
- The specified property name is too large.
- Validation is enabled, and the write operation would produce invalid JSON.
-
-
- Writes a property name specified as a read-only span of bytes and an value (as a JSON number) as part of a name/value pair of a JSON object.
- The UTF-8 encoded property name of the JSON object to be written.
- The value to be written as a JSON number as part of the name/value pair.
- The specified property name is too large.
- Validation is enabled, and the write operation would produce invalid JSON.
-
-
- Writes a property name specified as a read-only span of bytes and a value (as a JSON number) as part of a name/value pair of a JSON object.
- The UTF-8 encoded property name of the JSON object to be written.
- The value to be written as a JSON number as part of the name/value pair.
- The specified property name is too large.
- Validation is enabled, and the write operation would produce invalid JSON.
-
-
- Writes a property name specified as a read-only span of bytes and a value (as a JSON number) as part of a name/value pair of a JSON object.
- The UTF-8 encoded property name of the JSON object to be written.
- The value to be written as a JSON number as part of the name/value pair.
- The specified property name is too large.
- Validation is enabled, and the write operation would produce invalid JSON.
-
-
- Writes a property name specified as a read-only span of bytes and a value (as a JSON number) as part of a name/value pair of a JSON object.
- The UTF-8 encoded property name of the JSON object to be written.
- The value to be written as a JSON number as part of the name/value pair.
- The specified property name is too large.
- Validation is enabled, and the write operation would produce invalid JSON.
-
-
- Writes a property name specified as a read-only character span and a value (as a JSON number) as part of a name/value pair of a JSON object.
- The UTF-16 encoded property name of the JSON object to be transcoded and written as UTF-8.
- The value to be written as a JSON number as part of the name/value pair.
- The specified property name is too large.
- Validation is enabled, and the write operation would produce invalid JSON.
-
-
- Writes a property name specified as a read-only character span and a value (as a JSON number) as part of a name/value pair of a JSON object.
- The UTF-16 encoded property name of the JSON object to be transcoded and written as UTF-8.
- The value to be written as a JSON number as part of the name/value pair.
- The specified property name is too large.
- Validation is enabled, and the write operation would produce invalid JSON.
-
-
- Writes a property name specified as a read-only character span and an value (as a JSON number) as part of a name/value pair of a JSON object.
- The UTF-16 encoded property name of the JSON object to be transcoded and written as UTF-8.
- The value to be written as a JSON number as part of the name/value pair.
- The specified property name is too large.
- Validation is enabled, and the write operation would produce invalid JSON.
-
-
- Writes a property name specified as a read-only character span and an value (as a JSON number) as part of a name/value pair of a JSON object.
- The UTF-16 encoded property name of the JSON object to be transcoded and written as UTF-8.
- The value to be written as a JSON number as part of the name/value pair.
- The specified property name is too large.
- Validation is enabled, and the write operation would produce invalid JSON.
-
-
- Writes a property name specified as a read-only character span and a value (as a JSON number) as part of a name/value pair of a JSON object.
- The UTF-16 encoded property name of the JSON object to be transcoded and written as UTF-8.
- The value to be written as a JSON number as part of the name/value pair.
- The specified property name is too large.
- Validation is enabled, and the write operation would produce invalid JSON.
-
-
- Writes a property name specified as a read-only character span and a value (as a JSON number) as part of a name/value pair of a JSON object.
- The UTF-16 encoded property name of the JSON object to be transcoded and written as UTF-8.
- The value to be written as a JSON number as part of the name/value pair.
- The specified property name is too large.
- Validation is enabled, and the write operation would produce invalid JSON.
-
-
- Writes a property name specified as a read-only character span and a value (as a JSON number) as part of a name/value pair of a JSON object.
- The UTF-16 encoded property name of the JSON object to be transcoded and written as UTF-8.
- The value to be written as a JSON number as part of the name/value pair.
- The specified property name is too large.
- Validation is enabled, and the write operation would produce invalid JSON.
-
-
- Writes a property name specified as a string and a value (as a JSON number) as part of a name/value pair of a JSON object.
- The UTF-16 encoded property name of the JSON object to be transcoded and written as UTF-8.
- The value to be written as a JSON number as part of the name/value pair.
- The specified property name is too large.
- Validation is enabled, and the write operation would produce invalid JSON.
- The parameter is .
-
-
- Writes a property name specified as a string and a value (as a JSON number) as part of a name/value pair of a JSON object.
- The UTF-16 encoded property name of the JSON object to be transcoded and written as UTF-8.
- The value to be written as a JSON number as part of the name/value pair.
- The specified property name is too large.
- Validation is enabled, and the write operation would produce invalid JSON.
- The parameter is .
-
-
- Writes a property name specified as a string and an value (as a JSON number) as part of a name/value pair of a JSON object.
- The UTF-16 encoded property name of the JSON object to be transcoded and written as UTF-8.
- The value to be written as a JSON number as part of the name/value pair.
- The specified property name is too large.
- Validation is enabled, and the write operation would produce invalid JSON.
- The parameter is .
-
-
- Writes a property name specified as a string and an value (as a JSON number) as part of a name/value pair of a JSON object.
- The UTF-16 encoded property name of the JSON object to be transcoded and written as UTF-8.
- The value to be written as a JSON number as part of the name/value pair.
- The specified property name is too large.
- Validation is enabled, and the write operation would produce invalid JSON.
- The parameter is .
-
-
- Writes a property name specified as a string and a value (as a JSON number) as part of a name/value pair of a JSON object.
- The UTF-16 encoded property name of the JSON object to be transcoded and written as UTF-8.
- The value to be written as a JSON number as part of the name/value pair.
- The specified property name is too large.
- Validation is enabled, and the write operation would produce invalid JSON.
- The parameter is .
-
-
- Writes a property name specified as a string and a value (as a JSON number) as part of a name/value pair of a JSON object.
- The UTF-16 encoded property name of the JSON object to be transcoded and written as UTF-8.
- The value to be written as a JSON number as part of the name/value pair.
- The specified property name is too large.
- Validation is enabled, and the write operation would produce invalid JSON.
- The parameter is .
-
-
- Writes a property name specified as a string and a value (as a JSON number) as part of a name/value pair of a JSON object.
- The UTF-16 encoded property name of the JSON object to be transcoded and written as UTF-8.
- The value to be written as a JSON number as part of the name/value pair.
- The specified property name is too large.
- Validation is enabled, and the write operation would produce invalid JSON.
- The parameter is .
-
-
- Writes the pre-encoded property name and value (as a JSON number) as part of a name/value pair of a JSON object.
- The JSON encoded property name of the JSON object to be transcoded and written as UTF-8.
- The value to be written as a JSON number as part of the name/value pair.
- Validation is enabled, and this method would result in writing invalid JSON.
-
-
- Writes the pre-encoded property name and value (as a JSON number) as part of a name/value pair of a JSON object.
- The JSON encoded property name of the JSON object to be transcoded and written as UTF-8.
- The value to be written as a JSON number as part of the name/value pair.
- Validation is enabled, and this method would result in writing invalid JSON.
-
-
- Writes the pre-encoded property name and value (as a JSON number) as part of a name/value pair of a JSON object.
- The JSON encoded property name of the JSON object to be transcoded and written as UTF-8.
- The value to be written as a JSON number as part of the name/value pair.
- Validation is enabled, and this method would result in writing invalid JSON.
-
-
- Writes the pre-encoded property name and value (as a JSON number) as part of a name/value pair of a JSON object.
- The JSON encoded property name of the JSON object to be transcoded and written as UTF-8.
- The value to be written as a JSON number as part of the name/value pair.
- Validation is enabled, and this method would result in writing invalid JSON.
-
-
- Writes the pre-encoded property name and value (as a JSON number) as part of a name/value pair of a JSON object.
- The JSON encoded property name of the JSON object to be transcoded and written as UTF-8.
- The value to be written as a JSON number as part of the name/value pair.
- Validation is enabled, and this method would result in writing invalid JSON.
-
-
- Writes the pre-encoded property name and value (as a JSON number) as part of a name/value pair of a JSON object.
- The JSON encoded property name of the JSON object to be transcoded and written as UTF-8.
- The value to be written as a JSON number as part of the name/value pair.
- Validation is enabled, and this method would result in writing invalid JSON.
-
-
- Writes the pre-encoded property name and value (as a JSON number) as part of a name/value pair of a JSON object.
- The JSON encoded property name of the JSON object to be transcoded and written as UTF-8.
- The value to be written as a JSON number as part of the name/value pair.
- Validation is enabled, and this method would result in writing invalid JSON.
-
-
- Writes a value (as a JSON number) as an element of a JSON array.
- The value to be written as a JSON number as an element of a JSON array.
- Validation is enabled, and the operation would result in writing invalid JSON.
-
-
- Writes a value (as a JSON number) as an element of a JSON array.
- The value to be written as a JSON number as an element of a JSON array.
- Validation is enabled, and the operation would result in writing invalid JSON.
-
-
- Writes an value (as a JSON number) as an element of a JSON array.
- The value to be written as a JSON number as an element of a JSON array.
- Validation is enabled, and the operation would result in writing invalid JSON.
-
-
- Writes an value (as a JSON number) as an element of a JSON array.
- The value to be written as a JSON number as an element of a JSON array.
- Validation is enabled, and the operation would result in writing invalid JSON.
-
-
- Writes a value (as a JSON number) as an element of a JSON array.
- The value to be written as a JSON number as an element of a JSON array.
- Validation is enabled, and the operation would result in writing invalid JSON.
-
-
- Writes a value (as a JSON number) as an element of a JSON array.
- The value to be written as a JSON number as an element of a JSON array.
- Validation is enabled, and the operation would result in writing invalid JSON.
-
-
- Writes a value (as a JSON number) as an element of a JSON array.
- The value to be written as a JSON number as an element of a JSON array.
- Validation is enabled, and the operation would result in writing invalid JSON.
-
-
- Writes the UTF-8 property name (as a JSON string) as the first part of a name/value pair of a JSON object.
- The UTF-8 encoded property name of the JSON object to be written.
- The specified property name is too large.
- Validation is enabled, and this write operation would produce invalid JSON.
-
-
- Writes the property name (as a JSON string) as the first part of a name/value pair of a JSON object.
- The property name of the JSON object to be transcoded and written as UTF-8.
- The specified property name is too large.
- Validation is enabled, and this write operation would produce invalid JSON.
-
-
- Writes the property name (as a JSON string) as the first part of a name/value pair of a JSON object.
- The property name of the JSON object to be transcoded and written as UTF-8.
- The specified property name is too large.
- Validation is enabled, and this write operation would produce invalid JSON.
-
- is .
-
-
- Writes the pre-encoded property name (as a JSON string) as the first part of a name/value pair of a JSON object.
- The JSON encoded property name of the JSON object to be transcoded and written as UTF-8.
- Validation is enabled, and this write operation would produce invalid JSON.
-
-
- Writes the beginning of a JSON array.
- The depth of the JSON exceeds the maximum depth of 1,000.
-
--or-
-
-Validation is enabled, and this write operation would produce invalid JSON.
-
-
- Writes the beginning of a JSON array with a property name specified as a read-only span of bytes as the key.
- The UTF-8 encoded property name of the JSON array to be written.
- The specified property name is too large.
- The depth of the JSON exceeds the maximum depth of 1,000.
-
--or-
-
-Validation is enabled, and this write operation would produce invalid JSON.
-
-
- Writes the beginning of a JSON array with a property name specified as a read-only character span as the key.
- The UTF-16 encoded property name of the JSON array to be transcoded and written as UTF-8.
- The specified property name is too large.
- The depth of the JSON exceeds the maximum depth of 1,000.
-
--or-
-
-Validation is enabled, and this write operation would produce invalid JSON.
-
-
- Writes the beginning of a JSON array with a property name specified as a string as the key.
- The UTF-16 encoded property name of the JSON array to be transcoded and written as UTF-8.
- The specified property name is too large.
- The depth of the JSON exceeds the maximum depth of 1,000.
-
--or-
-
-Validation is enabled, and this write operation would produce invalid JSON.
- The parameter is .
-
-
- Writes the beginning of a JSON array with a pre-encoded property name as the key.
- The JSON encoded property name of the JSON array to be transcoded and written as UTF-8.
- The depth of the JSON has exceeded the maximum depth of 1,000.
-
--or-
-
-Validation is enabled, and this method would result in writing invalid JSON.
-
-
- Writes the beginning of a JSON object.
- The depth of the JSON exceeds the maximum depth of 1,000.
-
--or-
-
-Validation is enabled, and the operation would result in writing invalid JSON.
-
-
- Writes the beginning of a JSON object with a property name specified as a read-only span of bytes as the key.
- The UTF-8 encoded property name of the JSON object to be written.
- The specified property name is too large.
- The depth of the JSON exceeds the maximum depth of 1,000.
-
--or-
-
-Validation is enabled, and this write operation would produce invalid JSON.
-
-
- Writes the beginning of a JSON object with a property name specififed as a read-only character span as the key.
- The UTF-16 encoded property name of the JSON object to be transcoded and written as UTF-8.
- The specified property name is too large.
- The depth of the JSON exceeds the maximum depth of 1,000.
-
--or-
-
-Validation is enabled, and this write operation would produce invalid JSON.
-
-
- Writes the beginning of a JSON object with a property name specified as a string as the key.
- The UTF-16 encoded property name of the JSON object to be transcoded and written as UTF-8.
- The specified property name is too large.
- The depth of the JSON exceeds the maximum depth of 1,000.
-
--or-
-
-Validation is enabled, and this write operation would produce invalid JSON.
- The parameter is .
-
-
- Writes the beginning of a JSON object with a pre-encoded property name as the key.
- The JSON encoded property name of the JSON object to be transcoded and written as UTF-8.
- The depth of the JSON has exceeded the maximum depth of 1,000.
-
--or-
-
-Validation is enabled, and this method would result in writing invalid JSON.
-
-
- Writes a UTF-8 property name and a value (as a JSON string) as part of a name/value pair of a JSON object.
- The UTF-8 encoded property name of the JSON object to be written.
- The value to be written as a JSON string as part of the name/value pair.
- The specified property name is too large.
- Validation is enabled, and the write operation would produce invalid JSON.
-
-
- Writes a UTF-8 property name and a value (as a JSON string) as part of a name/value pair of a JSON object.
- The UTF-8 encoded property name of the JSON object to be written.
- The value to be written as a JSON string as part of the name/value pair.
- The specified property name is too large.
- Validation is enabled, and the write operation would produce invalid JSON.
-
-
- Writes a UTF-8 property name and a value (as a JSON string) as part of a name/value pair of a JSON object.
- The UTF-8 encoded property name of the JSON object to be written.
- The value to be written as a JSON string as part of the name/value pair.
- The specified property name is too large.
- Validation is enabled, and the write operation would produce invalid JSON.
-
-
- Writes a UTF-8 property name and UTF-8 text value (as a JSON string) as part of a name/value pair of a JSON object.
- The UTF-8 encoded property name of the JSON object to be written.
- The UTF-8 encoded value to be written as a JSON string as part of the name/value pair.
- The specified property name or value is too large.
- Validation is enabled, and the write operation would produce invalid JSON.
-
-
- Writes a UTF-8 property name and UTF-16 text value (as a JSON string) as part of a name/value pair of a JSON object.
- The UTF-8 encoded property name of the JSON object to be written.
- The UTF-16 encoded value to be written as a UTF-8 transcoded JSON string as part of the name/value pair.
- The specified property name or value is too large.
- Validation is enabled, and the write operation would produce invalid JSON.
-
-
- Writes a UTF-8 property name and string text value (as a JSON string) as part of a name/value pair of a JSON object.
- The UTF-8 encoded property name of the JSON object to be written.
- The UTF-16 encoded value to be written as a UTF-8 transcoded JSON string as part of the name/value pair.
- The specified property name or value is too large.
- Validation is enabled, and the write operation would produce invalid JSON.
-
-
- Writes the UTF-8 property name and pre-encoded value (as a JSON string) as part of a name/value pair of a JSON object.
- The UTF-8 encoded property name of the JSON object to be written.
- The JSON encoded value to be written as a UTF-8 transcoded JSON string as part of the name/value pair.
- The specified property name is too large.
- Validation is enabled, and this method would result in writing invalid JSON.
-
-
- Writes a property name specified as a read-only character span and a value (as a JSON string) as part of a name/value pair of a JSON object.
- The UTF-16 encoded property name of the JSON object to be transcoded and written as UTF-8.
- The value to be written as a JSON string as part of the name/value pair.
- The specified property name is too large.
- Validation is enabled, and the write operation would produce invalid JSON.
-
-
- Writes a property name specified as a read-only character span and a value (as a JSON string) as part of a name/value pair of a JSON object.
- The UTF-16 encoded property name of the JSON object to be transcoded and written as UTF-8.
- The value to be written as a JSON string as part of the name/value pair.
- The specified property name is too large.
- Validation is enabled, and the write operation would produce invalid JSON.
-
-
- Writes a property name specified as a read-only character span and a value (as a JSON string) as part of a name/value pair of a JSON object.
- The UTF-16 encoded property name of the JSON object to be transcoded and written as UTF-8.
- The value to be written as a JSON string as part of the name/value pair.
- The specified property name is too large.
- Validation is enabled, and the write operation would produce invalid JSON.
-
-
- Writes a UTF-16 property name and UTF-8 text value (as a JSON string) as part of a name/value pair of a JSON object.
- The UTF-16 encoded property name of the JSON object to be transcoded and written as UTF-8.
- The UTF-8 encoded value to be written as a JSON string as part of the name/value pair.
- The specified property name or value is too large.
- Validation is enabled, and the write operation would produce invalid JSON.
-
-
- Writes a UTF-16 property name and UTF-16 text value (as a JSON string) as part of a name/value pair of a JSON object.
- The UTF-16 encoded property name of the JSON object to be transcoded and written as UTF-8.
- The UTF-16 encoded value to be written as a UTF-8 transcoded JSON string as part of the name/value pair.
- The specified property name or value is too large.
- Validation is enabled, and the write operation would produce invalid JSON.
-
-
- Writes a UTF-16 property name and string text value (as a JSON string) as part of a name/value pair of a JSON object.
- The UTF-16 encoded property name of the JSON object to be transcoded and written as UTF-8.
- The UTF-16 encoded value to be written as a UTF-8 transcoded JSON string as part of the name/value pair.
- The specified property name or value is too large.
- Validation is enabled, and the write operation would produce invalid JSON.
-
-
- Writes the property name and pre-encoded value (as a JSON string) as part of a name/value pair of a JSON object.
- The property name of the JSON object to be transcoded and written as UTF-8.
- The JSON encoded value to be written as a UTF-8 transcoded JSON string as part of the name/value pair.
- The specified property name is too large.
- Validation is enabled, and the write operation would produce invalid JSON.
-
-
- Writes a property name specified as a string and a value (as a JSON string) as part of a name/value pair of a JSON object.
- The UTF-16 encoded property name of the JSON object to be transcoded and written as UTF-8.
- The value to be written as a JSON string as part of the name/value pair.
- The specified property name is too large.
- Validation is enabled, and the write operation would produce invalid JSON.
- The parameter is .
-
-
- Writes a property name specified as a string and a value (as a JSON string) as part of a name/value pair of a JSON object.
- The UTF-16 encoded property name of the JSON object to be transcoded and written as UTF-8.
- The value to be written as a JSON string as part of the name/value pair.
- The specified property name is too large.
- Validation is enabled, and the write operation would produce invalid JSON.
- The parameter is .
-
-
- Writes a property name specified as a string and a value (as a JSON string) as part of a name/value pair of a JSON object.
- The UTF-16 encoded property name of the JSON object to be transcoded and written as UTF-8.
- The value to be written as a JSON string as part of the name/value pair.
- The specified property name is too large.
- Validation is enabled, and the write operation would produce invalid JSON.
- The parameter is .
-
-
- Writes a property name specified as a string and a UTF-8 text value (as a JSON string) as part of a name/value pair of a JSON object.
- The UTF-16 encoded property name of the JSON object to be transcoded and written as UTF-8.
- The UTF-8 encoded value to be written as a JSON string as part of the name/value pair.
- The specified property name or value is too large.
- Validation is enabled, and the write operation would produce invalid JSON.
- The parameter is .
-
-
- Writes a property name specified as a string and a UTF-16 text value (as a JSON string) as part of a name/value pair of a JSON object.
- The UTF-16 encoded property name of the JSON object to be transcoded and written as UTF-8.
- The UTF-16 encoded value to be written as a UTF-8 transcoded JSON string as part of the name/value pair.
- The specified property name or value is too large.
- Validation is enabled, and the write operation would produce invalid JSON.
- The parameter is .
-
-
- Writes a property name specified as a string and a string text value (as a JSON string) as part of a name/value pair of a JSON object.
- The UTF-16 encoded property name of the JSON object to be transcoded and written as UTF-8.
- The UTF-16 encoded value to be written as a UTF-8 transcoded JSON string as part of the name/value pair.
- The specified property name or value is too large.
- Validation is enabled, and the write operation would produce invalid JSON.
- The parameter is .
-
-
- Writes the property name and pre-encoded value (as a JSON string) as part of a name/value pair of a JSON object.
- The property name of the JSON object to be transcoded and written as UTF-8.
- The JSON encoded value to be written as a UTF-8 transcoded JSON string as part of the name/value pair.
- The specified property name is too large.
- Validation is enabled, and the write operation would produce invalid JSON.
- The parameter is .
-
-
- Writes the pre-encoded property name and value (as a JSON string) as part of a name/value pair of a JSON object.
- The JSON encoded property name of the JSON object to be transcoded and written as UTF-8.
- The value to be written as a JSON string as part of the name/value pair.
- Validation is enabled, and the write operation would produce invalid JSON.
-
-
- Writes the pre-encoded property name and value (as a JSON string) as part of a name/value pair of a JSON object.
- The JSON encoded property name of the JSON object to be transcoded and written as UTF-8.
- The value to be written as a JSON string as part of the name/value pair.
- Validation is enabled, and the write operation would produce invalid JSON.
-
-
- Writes the pre-encoded property name and value (as a JSON string) as part of a name/value pair of a JSON object.
- The JSON encoded property name of the JSON object to be transcoded and written as UTF-8.
- The value to be written as a JSON string as part of the name/value pair.
- Validation is enabled, and the write operation would produce invalid JSON.
-
-
- Writes the pre-encoded property name and UTF-8 text value (as a JSON string) as part of a name/value pair of a JSON object.
- The JSON encoded property name of the JSON object to be transcoded and written as UTF-8.
- The UTF-8 encoded value to be written as a JSON string as part of the name/value pair.
- The specified value is too large.
- Validation is enabled, and the write operation would produce invalid JSON.
-
-
- Writes the pre-encoded property name and text value (as a JSON string) as part of a name/value pair of a JSON object.
- The JSON encoded property name of the JSON object to be transcoded and written as UTF-8.
- The value to be written as a UTF-8 transcoded JSON string as part of the name/value pair.
- The specified value is too large.
- Validation is enabled, and the write operation would produce invalid JSON.
-
-
- Writes the pre-encoded property name and string text value (as a JSON string) as part of a name/value pair of a JSON object.
- The JSON encoded property name of the JSON object to be transcoded and written as UTF-8.
- The value to be written as a UTF-8 transcoded JSON string as part of the name/value pair.
- The specified value is too large.
- Validation is enabled, and the write operation would produce invalid JSON.
-
-
- Writes the pre-encoded property name and pre-encoded value (as a JSON string) as part of a name/value pair of a JSON object.
- The JSON encoded property name of the JSON object to be transcoded and written as UTF-8.
- The JSON encoded value to be written as a UTF-8 transcoded JSON string as part of the name/value pair.
- Validation is enabled, and the write operation would produce invalid JSON.
-
-
- Writes a value (as a JSON string) as an element of a JSON array.
- The value to be written as a JSON string as an element of a JSON array.
- Validation is enabled, and the operation would result in writing invalid JSON.
-
-
- Writes a value (as a JSON string) as an element of a JSON array.
- The value to be written as a JSON string as an element of a JSON array.
- Validation is enabled, and the operation would result in writing invalid JSON.
-
-
- Writes a value (as a JSON string) as an element of a JSON array.
- The value to be written as a JSON string as an element of a JSON array.
- Validation is enabled, and the operation would result in writing invalid JSON.
-
-
- Writes a UTF-8 text value (as a JSON string) as an element of a JSON array.
- The UTF-8 encoded value to be written as a JSON string element of a JSON array.
- The specified value is too large.
- Validation is enabled, and the write operation would produce invalid JSON.
-
-
- Writes a UTF-16 text value (as a JSON string) as an element of a JSON array.
- The UTF-16 encoded value to be written as a UTF-8 transcoded JSON string element of a JSON array.
- The specified value is too large.
- Validation is enabled, and the write operation would produce invalid JSON.
-
-
- Writes a string text value (as a JSON string) as an element of a JSON array.
- The UTF-16 encoded value to be written as a UTF-8 transcoded JSON string element of a JSON array.
- The specified value is too large.
- Validation is enabled, and the write operation would produce invalid JSON.
-
-
- Writes the pre-encoded text value (as a JSON string) as an element of a JSON array.
- The JSON encoded value to be written as a UTF-8 transcoded JSON string element of a JSON array.
- Validation is enabled, and the write operation would produce invalid JSON.
-
-
- Gets the total number of bytes committed to the output by the current instance so far.
- The total number of bytes committed to the output by the so far.
-
-
- Gets the number of bytes written by the so far that have not yet been flushed to the output and committed.
- The number of bytes written so far by the that have not yet been flushed to the output and committed.
-
-
- Gets the depth of the current token.
- The depth of the current token.
-
-
- Gets the custom behavior when writing JSON using this instance, which indicates whether to format the output while writing, whether to skip structural JSON validation, and which characters to escape.
- The custom behavior of this instance of the writer for formatting, validating, and escaping.
-
-
-
\ No newline at end of file
diff --git a/portalApi/bin/Debug/System.Threading.Tasks.Extensions.dll b/portalApi/bin/Debug/System.Threading.Tasks.Extensions.dll
deleted file mode 100644
index eeec928..0000000
Binary files a/portalApi/bin/Debug/System.Threading.Tasks.Extensions.dll and /dev/null differ
diff --git a/portalApi/bin/Debug/System.Threading.Tasks.Extensions.xml b/portalApi/bin/Debug/System.Threading.Tasks.Extensions.xml
deleted file mode 100644
index 5e02a99..0000000
--- a/portalApi/bin/Debug/System.Threading.Tasks.Extensions.xml
+++ /dev/null
@@ -1,166 +0,0 @@
-
-
- System.Threading.Tasks.Extensions
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Provides a value type that wraps a and a TResult, only one of which is used.
- The result.
-
-
- Initializes a new instance of the class using the supplied task that represents the operation.
- The task.
- The task argument is null.
-
-
- Initializes a new instance of the class using the supplied result of a successful operation.
- The result.
-
-
- Retrieves a object that represents this .
- The object that is wrapped in this if one exists, or a new object that represents the result.
-
-
- Configures an awaiter for this value.
- true to attempt to marshal the continuation back to the captured context; otherwise, false.
- The configured awaiter.
-
-
- Creates a method builder for use with an async method.
- The created builder.
-
-
- Determines whether the specified object is equal to the current object.
- The object to compare with the current 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 object to compare with the current object.
- true if the specified object is equal to the current object; otherwise, false.
-
-
- Creates an awaiter for this value.
- The awaiter.
-
-
- Returns the hash code for this instance.
- The hash code for the current object.
-
-
- Gets a value that indicates whether this object represents a canceled operation.
- true if this object represents a canceled operation; otherwise, false.
-
-
- Gets a value that indicates whether this object represents a completed operation.
- true if this object represents a completed operation; otherwise, false.
-
-
- Gets a value that indicates whether this object represents a successfully completed operation.
- true if this object represents a successfully completed operation; otherwise, false.
-
-
- Gets a value that indicates whether this object represents a failed operation.
- true if this object represents a failed operation; otherwise, false.
-
-
- Compares two values for equality.
- The first value to compare.
- The second value to compare.
- true if the two values are equal; otherwise, false.
-
-
- Determines whether two values are unequal.
- The first value to compare.
- The seconed value to compare.
- true if the two values are not equal; otherwise, false.
-
-
- Gets the result.
- The result.
-
-
- Returns a string that represents the current object.
- A string that represents the current object.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/portalApi/bin/Debug/System.ValueTuple.dll b/portalApi/bin/Debug/System.ValueTuple.dll
deleted file mode 100644
index 4ce28fd..0000000
Binary files a/portalApi/bin/Debug/System.ValueTuple.dll and /dev/null differ
diff --git a/portalApi/bin/Debug/System.ValueTuple.xml b/portalApi/bin/Debug/System.ValueTuple.xml
deleted file mode 100644
index 1151832..0000000
--- a/portalApi/bin/Debug/System.ValueTuple.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
- System.ValueTuple
-
-
-
-
diff --git a/portalApi/bin/Debug/portalApi.exe b/portalApi/bin/Debug/portalApi.exe
deleted file mode 100644
index 354ca94..0000000
Binary files a/portalApi/bin/Debug/portalApi.exe and /dev/null differ
diff --git a/portalApi/bin/Debug/portalApi.exe.config b/portalApi/bin/Debug/portalApi.exe.config
deleted file mode 100644
index 775e457..0000000
--- a/portalApi/bin/Debug/portalApi.exe.config
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/portalApi/bin/Debug/portalApi.pdb b/portalApi/bin/Debug/portalApi.pdb
deleted file mode 100644
index dddb724..0000000
Binary files a/portalApi/bin/Debug/portalApi.pdb and /dev/null differ
diff --git a/portalApi/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs b/portalApi/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
deleted file mode 100644
index 3871b18..0000000
--- a/portalApi/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
+++ /dev/null
@@ -1,4 +0,0 @@
-//
-using System;
-using System.Reflection;
-[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")]
diff --git a/portalApi/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/portalApi/obj/Debug/DesignTimeResolveAssemblyReferences.cache
deleted file mode 100644
index 5b72e0d..0000000
Binary files a/portalApi/obj/Debug/DesignTimeResolveAssemblyReferences.cache and /dev/null differ
diff --git a/portalApi/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/portalApi/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
deleted file mode 100644
index d24efd0..0000000
Binary files a/portalApi/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache and /dev/null differ
diff --git a/portalApi/obj/Debug/portalApi.Form1.resources b/portalApi/obj/Debug/portalApi.Form1.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/portalApi/obj/Debug/portalApi.Form1.resources and /dev/null differ
diff --git a/portalApi/obj/Debug/portalApi.Properties.Resources.resources b/portalApi/obj/Debug/portalApi.Properties.Resources.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/portalApi/obj/Debug/portalApi.Properties.Resources.resources and /dev/null differ
diff --git a/portalApi/obj/Debug/portalApi.csproj.CopyComplete b/portalApi/obj/Debug/portalApi.csproj.CopyComplete
deleted file mode 100644
index e69de29..0000000
diff --git a/portalApi/obj/Debug/portalApi.csproj.CoreCompileInputs.cache b/portalApi/obj/Debug/portalApi.csproj.CoreCompileInputs.cache
deleted file mode 100644
index 54431d4..0000000
--- a/portalApi/obj/Debug/portalApi.csproj.CoreCompileInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4744355cde88bd6037d5c4db27a51188125038e3
diff --git a/portalApi/obj/Debug/portalApi.csproj.FileListAbsolute.txt b/portalApi/obj/Debug/portalApi.csproj.FileListAbsolute.txt
deleted file mode 100644
index 6b30aa7..0000000
--- a/portalApi/obj/Debug/portalApi.csproj.FileListAbsolute.txt
+++ /dev/null
@@ -1,31 +0,0 @@
-C:\Users\Administrator\Desktop\project\portalApi\bin\Debug\portalApi.exe.config
-C:\Users\Administrator\Desktop\project\portalApi\bin\Debug\portalApi.exe
-C:\Users\Administrator\Desktop\project\portalApi\bin\Debug\portalApi.pdb
-C:\Users\Administrator\Desktop\project\portalApi\obj\Debug\portalApi.csprojAssemblyReference.cache
-C:\Users\Administrator\Desktop\project\portalApi\obj\Debug\portalApi.Properties.Resources.resources
-C:\Users\Administrator\Desktop\project\portalApi\obj\Debug\portalApi.csproj.GenerateResource.cache
-C:\Users\Administrator\Desktop\project\portalApi\obj\Debug\portalApi.csproj.CoreCompileInputs.cache
-C:\Users\Administrator\Desktop\project\portalApi\obj\Debug\portalApi.exe
-C:\Users\Administrator\Desktop\project\portalApi\obj\Debug\portalApi.pdb
-C:\Users\Administrator\Desktop\project\portalApi\bin\Debug\Newtonsoft.Json.dll
-C:\Users\Administrator\Desktop\project\portalApi\bin\Debug\Newtonsoft.Json.xml
-C:\Users\Administrator\Desktop\project\portalApi\obj\Debug\portalApi.csproj.CopyComplete
-C:\Users\Administrator\Desktop\project\portalApi\bin\Debug\Microsoft.Bcl.AsyncInterfaces.dll
-C:\Users\Administrator\Desktop\project\portalApi\bin\Debug\System.Buffers.dll
-C:\Users\Administrator\Desktop\project\portalApi\bin\Debug\System.Memory.dll
-C:\Users\Administrator\Desktop\project\portalApi\bin\Debug\System.Numerics.Vectors.dll
-C:\Users\Administrator\Desktop\project\portalApi\bin\Debug\System.Runtime.CompilerServices.Unsafe.dll
-C:\Users\Administrator\Desktop\project\portalApi\bin\Debug\System.Text.Encodings.Web.dll
-C:\Users\Administrator\Desktop\project\portalApi\bin\Debug\System.Text.Json.dll
-C:\Users\Administrator\Desktop\project\portalApi\bin\Debug\System.Threading.Tasks.Extensions.dll
-C:\Users\Administrator\Desktop\project\portalApi\bin\Debug\System.ValueTuple.dll
-C:\Users\Administrator\Desktop\project\portalApi\bin\Debug\Microsoft.Bcl.AsyncInterfaces.xml
-C:\Users\Administrator\Desktop\project\portalApi\bin\Debug\System.Buffers.xml
-C:\Users\Administrator\Desktop\project\portalApi\bin\Debug\System.Memory.xml
-C:\Users\Administrator\Desktop\project\portalApi\bin\Debug\System.Numerics.Vectors.xml
-C:\Users\Administrator\Desktop\project\portalApi\bin\Debug\System.Runtime.CompilerServices.Unsafe.xml
-C:\Users\Administrator\Desktop\project\portalApi\bin\Debug\System.Text.Encodings.Web.xml
-C:\Users\Administrator\Desktop\project\portalApi\bin\Debug\System.Text.Json.xml
-C:\Users\Administrator\Desktop\project\portalApi\bin\Debug\System.Threading.Tasks.Extensions.xml
-C:\Users\Administrator\Desktop\project\portalApi\bin\Debug\System.ValueTuple.xml
-C:\Users\Administrator\Desktop\project\portalApi\obj\Debug\portalApi.Form1.resources
diff --git a/portalApi/obj/Debug/portalApi.csproj.GenerateResource.cache b/portalApi/obj/Debug/portalApi.csproj.GenerateResource.cache
deleted file mode 100644
index c5da252..0000000
Binary files a/portalApi/obj/Debug/portalApi.csproj.GenerateResource.cache and /dev/null differ
diff --git a/portalApi/obj/Debug/portalApi.csprojAssemblyReference.cache b/portalApi/obj/Debug/portalApi.csprojAssemblyReference.cache
deleted file mode 100644
index 7010036..0000000
Binary files a/portalApi/obj/Debug/portalApi.csprojAssemblyReference.cache and /dev/null differ
diff --git a/portalApi/obj/Debug/portalApi.exe b/portalApi/obj/Debug/portalApi.exe
deleted file mode 100644
index 354ca94..0000000
Binary files a/portalApi/obj/Debug/portalApi.exe and /dev/null differ
diff --git a/portalApi/obj/Debug/portalApi.pdb b/portalApi/obj/Debug/portalApi.pdb
deleted file mode 100644
index dddb724..0000000
Binary files a/portalApi/obj/Debug/portalApi.pdb and /dev/null differ
diff --git a/test/.vs/test/v16/.suo b/test/.vs/test/v16/.suo
deleted file mode 100644
index 381a3fd..0000000
Binary files a/test/.vs/test/v16/.suo and /dev/null differ
diff --git a/test/bin/Debug/test.exe b/test/bin/Debug/test.exe
deleted file mode 100644
index 8ccd82c..0000000
Binary files a/test/bin/Debug/test.exe and /dev/null differ
diff --git a/test/bin/Debug/test.exe.config b/test/bin/Debug/test.exe.config
deleted file mode 100644
index 56efbc7..0000000
--- a/test/bin/Debug/test.exe.config
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/bin/Debug/test.pdb b/test/bin/Debug/test.pdb
deleted file mode 100644
index 239dcbe..0000000
Binary files a/test/bin/Debug/test.pdb and /dev/null differ
diff --git a/test/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs b/test/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
deleted file mode 100644
index 3871b18..0000000
--- a/test/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
+++ /dev/null
@@ -1,4 +0,0 @@
-//
-using System;
-using System.Reflection;
-[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")]
diff --git a/test/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/test/obj/Debug/DesignTimeResolveAssemblyReferences.cache
deleted file mode 100644
index 5b72e0d..0000000
Binary files a/test/obj/Debug/DesignTimeResolveAssemblyReferences.cache and /dev/null differ
diff --git a/test/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/test/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
deleted file mode 100644
index 2895baa..0000000
Binary files a/test/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache and /dev/null differ
diff --git a/test/obj/Debug/test.Form1.resources b/test/obj/Debug/test.Form1.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/test/obj/Debug/test.Form1.resources and /dev/null differ
diff --git a/test/obj/Debug/test.Form2.resources b/test/obj/Debug/test.Form2.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/test/obj/Debug/test.Form2.resources and /dev/null differ
diff --git a/test/obj/Debug/test.Properties.Resources.resources b/test/obj/Debug/test.Properties.Resources.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/test/obj/Debug/test.Properties.Resources.resources and /dev/null differ
diff --git a/test/obj/Debug/test.csproj.CoreCompileInputs.cache b/test/obj/Debug/test.csproj.CoreCompileInputs.cache
deleted file mode 100644
index d1b1624..0000000
--- a/test/obj/Debug/test.csproj.CoreCompileInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-1706c681f1b40505fa3816f7880d2b5b071638e5
diff --git a/test/obj/Debug/test.csproj.FileListAbsolute.txt b/test/obj/Debug/test.csproj.FileListAbsolute.txt
deleted file mode 100644
index 3922186..0000000
--- a/test/obj/Debug/test.csproj.FileListAbsolute.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-C:\Users\Administrator\Desktop\project\test\bin\Debug\test.exe.config
-C:\Users\Administrator\Desktop\project\test\bin\Debug\test.exe
-C:\Users\Administrator\Desktop\project\test\bin\Debug\test.pdb
-C:\Users\Administrator\Desktop\project\test\obj\Debug\test.csprojAssemblyReference.cache
-C:\Users\Administrator\Desktop\project\test\obj\Debug\test.Form1.resources
-C:\Users\Administrator\Desktop\project\test\obj\Debug\test.Properties.Resources.resources
-C:\Users\Administrator\Desktop\project\test\obj\Debug\test.csproj.GenerateResource.cache
-C:\Users\Administrator\Desktop\project\test\obj\Debug\test.csproj.CoreCompileInputs.cache
-C:\Users\Administrator\Desktop\project\test\obj\Debug\test.exe
-C:\Users\Administrator\Desktop\project\test\obj\Debug\test.pdb
-C:\Users\Administrator\Desktop\project\test\obj\Debug\test.Form2.resources
diff --git a/test/obj/Debug/test.csproj.GenerateResource.cache b/test/obj/Debug/test.csproj.GenerateResource.cache
deleted file mode 100644
index 89f56e1..0000000
Binary files a/test/obj/Debug/test.csproj.GenerateResource.cache and /dev/null differ
diff --git a/test/obj/Debug/test.csprojAssemblyReference.cache b/test/obj/Debug/test.csprojAssemblyReference.cache
deleted file mode 100644
index c690d80..0000000
Binary files a/test/obj/Debug/test.csprojAssemblyReference.cache and /dev/null differ
diff --git a/test/obj/Debug/test.exe b/test/obj/Debug/test.exe
deleted file mode 100644
index 8ccd82c..0000000
Binary files a/test/obj/Debug/test.exe and /dev/null differ
diff --git a/test/obj/Debug/test.pdb b/test/obj/Debug/test.pdb
deleted file mode 100644
index 239dcbe..0000000
Binary files a/test/obj/Debug/test.pdb and /dev/null differ
diff --git a/unimarc/unimarc/.vs/VSWorkspaceState.json b/unimarc/unimarc/.vs/VSWorkspaceState.json
deleted file mode 100644
index 2cd1184..0000000
--- a/unimarc/unimarc/.vs/VSWorkspaceState.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "ExpandedNodes": [
- ""
- ],
- "SelectedNode": "\\UniMarc.csproj.user",
- "PreviewInSolutionExplorer": false
-}
\ No newline at end of file
diff --git a/unimarc/unimarc/.vs/slnx.sqlite b/unimarc/unimarc/.vs/slnx.sqlite
deleted file mode 100644
index 8ed2449..0000000
Binary files a/unimarc/unimarc/.vs/slnx.sqlite and /dev/null differ
diff --git a/unimarc/unimarc/.vs/unimarc/v16/.suo b/unimarc/unimarc/.vs/unimarc/v16/.suo
deleted file mode 100644
index 368bc74..0000000
Binary files a/unimarc/unimarc/.vs/unimarc/v16/.suo and /dev/null differ
diff --git a/unimarc/unimarc/bin/Debug/AutoLogin.txt b/unimarc/unimarc/bin/Debug/AutoLogin.txt
deleted file mode 100644
index 8bc2323..0000000
--- a/unimarc/unimarc/bin/Debug/AutoLogin.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-ID=sh
-PW=123
\ No newline at end of file
diff --git a/unimarc/unimarc/bin/Debug/BouncyCastle.Crypto.dll b/unimarc/unimarc/bin/Debug/BouncyCastle.Crypto.dll
deleted file mode 100644
index 7a8034b..0000000
Binary files a/unimarc/unimarc/bin/Debug/BouncyCastle.Crypto.dll and /dev/null differ
diff --git a/unimarc/unimarc/bin/Debug/Google.Protobuf.dll b/unimarc/unimarc/bin/Debug/Google.Protobuf.dll
deleted file mode 100644
index 3683dc8..0000000
Binary files a/unimarc/unimarc/bin/Debug/Google.Protobuf.dll and /dev/null differ
diff --git a/unimarc/unimarc/bin/Debug/K4os.Compression.LZ4.Streams.dll b/unimarc/unimarc/bin/Debug/K4os.Compression.LZ4.Streams.dll
deleted file mode 100644
index 28695cf..0000000
Binary files a/unimarc/unimarc/bin/Debug/K4os.Compression.LZ4.Streams.dll and /dev/null differ
diff --git a/unimarc/unimarc/bin/Debug/K4os.Compression.LZ4.dll b/unimarc/unimarc/bin/Debug/K4os.Compression.LZ4.dll
deleted file mode 100644
index aea8e94..0000000
Binary files a/unimarc/unimarc/bin/Debug/K4os.Compression.LZ4.dll and /dev/null differ
diff --git a/unimarc/unimarc/bin/Debug/K4os.Hash.xxHash.dll b/unimarc/unimarc/bin/Debug/K4os.Hash.xxHash.dll
deleted file mode 100644
index ae6b96c..0000000
Binary files a/unimarc/unimarc/bin/Debug/K4os.Hash.xxHash.dll and /dev/null differ
diff --git a/unimarc/unimarc/bin/Debug/MySql.Data.dll b/unimarc/unimarc/bin/Debug/MySql.Data.dll
deleted file mode 100644
index a95e69e..0000000
Binary files a/unimarc/unimarc/bin/Debug/MySql.Data.dll and /dev/null differ
diff --git a/unimarc/unimarc/bin/Debug/MySql.Data.xml b/unimarc/unimarc/bin/Debug/MySql.Data.xml
deleted file mode 100644
index f35ac41..0000000
--- a/unimarc/unimarc/bin/Debug/MySql.Data.xml
+++ /dev/null
@@ -1,17803 +0,0 @@
-
-
-
- MySql.Data
-
-
-
-
- The implementation of the caching_sha2_password authentication plugin.
-
-
-
-
- Generates a byte array set with the password of the user in the expected format based on the
- SSL settings of the current connection.
-
- A byte array that contains the password of the user in the expected format.
-
-
-
- Defines the stage of the authentication.
-
-
-
-
- Defines the default behavior for an authentication plugin.
-
-
-
-
- Gets or sets the authentication data returned by the server.
-
-
-
-
- This is a factory method that is used only internally. It creates an auth plugin based on the method type
-
-
-
-
-
-
-
-
- Gets the connection option settings.
-
-
-
-
- Gets the server version associated with this authentication plugin.
-
-
-
-
- Gets the encoding assigned to the native driver.
-
-
-
-
- Sets the authentication data required to encode, encrypt, or convert the password of the user.
-
- A byte array containing the authentication data provided by the server.
- This method may be overriden based on the requirements by the implementing authentication plugin.
-
-
-
- Defines the behavior when checking for constraints.
-
- This method is intended to be overriden.
-
-
-
- Throws a that encapsulates the original exception.
-
- The exception to encapsulate.
-
-
-
- Defines the behavior when authentication is successful.
-
- This method is intended to be overriden.
-
-
-
- Defines the behavior when more data is required from the server.
-
- The data returned by the server.
- The data to return to the server.
- This method is intended to be overriden.
-
-
-
- Gets the plugin name based on the authentication plugin type defined during the creation of this object.
-
-
-
-
- Gets the user name associated to the connection settings.
-
- The user name associated to the connection settings.
-
-
-
- Gets the encoded, encrypted, or converted password based on the authentication plugin type defined during the creation of this object.
- This method is intended to be overriden.
-
- An object containing the encoded, encrypted, or converted password.
-
-
-
- Provides functionality to read, decode and convert PEM files to objects supported in .NET.
-
-
-
-
- Converts the binary data of a PEM file to an object.
-
- A binary representation of the public key provided by the server.
- An object containing the data found in the public key.
-
-
-
- Allows connections to a user account set with the mysql_native_password authentication plugin.
-
-
-
-
- Returns a byte array containing the proper encryption of the
- given password/seed according to the new 4.1.1 authentication scheme.
-
-
-
-
-
-
-
- The implementation of the sha256_password authentication plugin.
-
-
-
-
- The byte array representation of the public key provided by the server.
-
-
-
-
- Applies XOR to the byte arrays provided as input.
-
- A byte array that contains the results of the XOR operation.
-
-
-
-
-
-
-
-
- Defines the type of the security buffer.
-
-
-
-
- Defines a security handle.
-
-
-
-
- Describes a buffer allocated by a transport to pass to a security package.
-
-
-
-
- Specifies the size, in bytes, of the buffer.
-
-
-
-
- Bit flags that indicate the type of the buffer.
-
-
-
-
- Pointer to a buffer.
-
-
-
-
- Hold a numeric value used in defining other data types.
-
-
-
-
- Least significant digits.
-
-
-
-
- Most significant digits.
-
-
-
-
- Holds a pointer used to define a security handle.
-
-
-
-
- Least significant digits.
-
-
-
-
- Most significant digits.
-
-
-
-
- Indicates the sizes of important structures used in the message support functions.
-
-
-
-
- Specifies the maximum size of the security token used in the authentication changes.
-
-
-
-
- Specifies the maximum size of the signature created by the MakeSignature function.
- This member must be zero if integrity services are not requested or available.
-
-
-
-
- Specifies the preferred integral size of the messages.
-
-
-
-
- Size of the security trailer to be appended to messages.
- This member should be zero if the relevant services are not requested or available.
-
-
-
-
- Allows importing large amounts of data into a database with bulk loading.
-
-
-
-
- Gets or sets the connection.
-
- The connection.
-
-
-
- Gets or sets the field terminator.
-
- The field terminator.
-
-
-
- Gets or sets the line terminator.
-
- The line terminator.
-
-
-
- Gets or sets the name of the table.
-
- The name of the table.
-
-
-
- Gets or sets the character set.
-
- The character set.
-
-
-
- Gets or sets the name of the file.
-
- The name of the file.
-
-
-
- Gets or sets the timeout.
-
- The timeout.
-
-
-
- Gets or sets a value indicating whether the file name that is to be loaded
- is local to the client or not. The default value is false.
-
- true if local; otherwise, false.
-
-
-
- Gets or sets the number of lines to skip.
-
- The number of lines to skip.
-
-
-
- Gets or sets the line prefix.
-
- The line prefix.
-
-
-
- Gets or sets the field quotation character.
-
- The field quotation character.
-
-
-
- Gets or sets a value indicating whether [field quotation optional].
-
-
- true if [field quotation optional]; otherwise, false.
-
-
-
-
- Gets or sets the escape character.
-
- The escape character.
-
-
-
- Gets or sets the conflict option.
-
- The conflict option.
-
-
-
- Gets or sets the priority.
-
- The priority.
-
-
-
- Gets the columns.
-
- The columns.
-
-
-
- Gets the expressions.
-
- The expressions.
-
-
-
- Executes the load operation.
-
- The number of rows inserted.
-
-
-
- Asynchronous version of the load operation.
-
- The number of rows inserted.
-
-
-
- Executes the load operation asynchronously while the cancellation isn't requested.
-
- The cancellation token.
- The number of rows inserted.
-
-
-
- Represents the priority set for bulk loading operations.
-
-
-
-
- This is the default and indicates normal priority
-
-
-
-
- Low priority will cause the load operation to wait until all readers of the table
- have finished. This only affects storage engines that use only table-level locking
- such as MyISAM, Memory, and Merge.
-
-
-
-
- Concurrent priority is only relevant for MyISAM tables and signals that if the table
- has no free blocks in the middle that other readers can retrieve data from the table
- while the load operation is happening.
-
-
-
-
- Represents the behavior when conflicts arise during bulk loading operations.
-
-
-
-
- This is the default and indicates normal operation. In the event of a LOCAL load, this
- is the same as ignore. When the data file is on the server, then a key conflict will
- cause an error to be thrown and the rest of the data file ignored.
-
-
-
-
- Replace column values when a key conflict occurs.
-
-
-
-
- Ignore any rows where the primary key conflicts.
-
-
-
-
- Summary description for CharSetMap.
-
-
-
-
- Returns the text encoding for a given MySQL character set name
-
- Version of the connection requesting the encoding
- Name of the character set to get the encoding for
- Encoding object for the given character set name
-
-
-
- Initializes the mapping.
-
-
-
- Represents a SQL statement to execute against a MySQL database. This class cannot be inherited.
- MySqlCommand features the following methods for executing commands at a MySQL database:
-
-
- Item
- Description
-
- -
-
- ExecuteReader
-
- Executes commands that return rows.
-
- -
-
- ExecuteNonQuery
-
- Executes commands such as SQL INSERT, DELETE, and UPDATE statements.
-
- -
-
- ExecuteScalar
-
- Retrieves a single value (for example, an aggregate value) from a database.
-
-
-
- You can reset the CommandText property and reuse the MySqlCommand
- object. However, you must close the MySqlDataReader
- before you can execute a new or previous command.
-
- If a MySqlException is
- generated by the method executing a MySqlCommand, the MySqlConnection
- remains open. It is the responsibility of the programmer to close the connection.
-
-
- Using the '@' symbol for paramters is now the preferred approach although the old pattern of using
- '?' is still supported. Please be aware though that using '@' can cause conflicts when user variables
- are also used. To help with this situation please see the documentation on the 'allow user variables'
- connection string option. The 'old syntax' connection string option has now been deprecated.
-
-
- The following example creates a MySqlCommand and
- a MySqlConnection. The MySqlConnection is opened and set as the Connection
- for the MySqlCommand. The example then calls ExecuteNonQuery,
- and closes the connection. To accomplish this, the ExecuteNonQuery is
- passed a connection string and a query string that is a SQL INSERT
- statement.
-
- Public Sub InsertRow(myConnectionString As String)
- " If the connection string is null, use a default.
- If myConnectionString = "" Then
- myConnectionString = "Database=Test;Data Source=localhost;User Id=username;Password=pass"
- End If
- Dim myConnection As New MySqlConnection(myConnectionString)
- Dim myInsertQuery As String = "INSERT INTO Orders (id, customerId, amount) Values(1001, 23, 30.66)"
- Dim myCommand As New MySqlCommand(myInsertQuery)
- myCommand.Connection = myConnection
- myConnection.Open()
- myCommand.ExecuteNonQuery()
- myCommand.Connection.Close()
- End Sub
-
-
- public void InsertRow(string myConnectionString)
- {
- // If the connection string is null, use a default.
- if(myConnectionString == "")
- {
- myConnectionString = "Database=Test;Data Source=localhost;User Id=username;Password=pass";
- }
- MySqlConnection myConnection = new MySqlConnection(myConnectionString);
- string myInsertQuery = "INSERT INTO Orders (id, customerId, amount) Values(1001, 23, 30.66)";
- MySqlCommand myCommand = new MySqlCommand(myInsertQuery);
- myCommand.Connection = myConnection;
- myConnection.Open();
- myCommand.ExecuteNonQuery();
- myCommand.Connection.Close();
- }
-
-
-
-
-
-
- Initializes a new instance of the MySqlCommand class.
-
-
- The following example creates a MySqlCommand and sets some of its properties.
-
-
- This example shows how to use one of the overloaded
- versions of the MySqlCommand constructor. For other examples that might be available,
- see the individual overload topics.
-
-
-
- Public Sub CreateMySqlCommand()
- Dim myConnection As New MySqlConnection _
- ("Persist Security Info=False;database=test;server=myServer")
- myConnection.Open()
- Dim myTrans As MySqlTransaction = myConnection.BeginTransaction()
- Dim mySelectQuery As String = "SELECT * FROM MyTable"
- Dim myCommand As New MySqlCommand(mySelectQuery, myConnection, myTrans)
- myCommand.CommandTimeout = 20
- End Sub
-
-
- public void CreateMySqlCommand()
- {
- MySqlConnection myConnection = new MySqlConnection("Persist Security Info=False;
- database=test;server=myServer");
- myConnection.Open();
- MySqlTransaction myTrans = myConnection.BeginTransaction();
- string mySelectQuery = "SELECT * FROM myTable";
- MySqlCommand myCommand = new MySqlCommand(mySelectQuery, myConnection,myTrans);
- myCommand.CommandTimeout = 20;
- }
-
-
- public:
- void CreateMySqlCommand()
- {
- MySqlConnection* myConnection = new MySqlConnection(S"Persist Security Info=False;
- database=test;server=myServer");
- myConnection->Open();
- MySqlTransaction* myTrans = myConnection->BeginTransaction();
- String* mySelectQuery = S"SELECT * FROM myTable";
- MySqlCommand* myCommand = new MySqlCommand(mySelectQuery, myConnection, myTrans);
- myCommand->CommandTimeout = 20;
- };
-
-
-
- Initializes a new instance of the MySqlCommand class.
-
- The base constructor initializes all fields to their default values. The
- following table shows initial property values for an instance of .
-
-
- Properties
- Initial Value
-
- -
-
-
-
- empty string ("")
-
- -
-
-
-
- 0
-
- -
-
-
-
- CommandType.Text
-
- -
-
-
-
- Null
-
-
-
- You can change the value for any of these properties through a separate call to
- the property.
-
-
- The following example creates a and
- sets some of its properties.
-
-
- Public Sub CreateMySqlCommand()
- Dim myCommand As New MySqlCommand()
- myCommand.CommandType = CommandType.Text
- End Sub
-
-
- public void CreateMySqlCommand()
- {
- MySqlCommand myCommand = new MySqlCommand();
- myCommand.CommandType = CommandType.Text;
- }
-
-
-
-
-
- Initializes a new instance of the class with the text of the query.
- The text of the query.
- When an instance of is created,
- the following read/write properties are set to initial values.
-
-
-
- Properties
- Initial Value
-
- -
-
-
-
-
- cmdText
-
-
- -
-
-
-
- 0
-
- -
-
-
-
- CommandType.Text
-
- -
-
-
-
- Null
-
-
-
- You can change the value for any of these properties through a separate call to
- the property.
-
-
- The following example creates a and
- sets some of its properties.
-
-
- Public Sub CreateMySqlCommand()
- Dim sql as String = "SELECT * FROM mytable"
- Dim myCommand As New MySqlCommand(sql)
- myCommand.CommandType = CommandType.Text
- End Sub
-
-
- public void CreateMySqlCommand()
- {
- string sql = "SELECT * FROM mytable";
- MySqlCommand myCommand = new MySqlCommand(sql);
- myCommand.CommandType = CommandType.Text;
- }
-
-
-
-
-
- Initializes a new instance of the class
- with the text of the query and a .
- The text of the query.
- A that represents the
- connection to an instance of SQL Server.
-
- When an instance of is created,
- the following read/write properties are set to initial values.
-
-
-
- Properties
- Initial Value
-
- -
-
-
-
-
- cmdText
-
-
- -
-
-
-
- 0
-
- -
-
-
-
- CommandType.Text
-
- -
-
-
-
-
- connection
-
-
-
-
- You can change the value for any of these properties through a separate call to
- the property.
-
-
- The following example creates a and
- sets some of its properties.
-
-
- Public Sub CreateMySqlCommand()
- Dim conn as new MySqlConnection("server=myServer")
- Dim sql as String = "SELECT * FROM mytable"
- Dim myCommand As New MySqlCommand(sql, conn)
- myCommand.CommandType = CommandType.Text
- End Sub
-
-
- public void CreateMySqlCommand()
- {
- MySqlConnection conn = new MySqlConnection("server=myserver")
- string sql = "SELECT * FROM mytable";
- MySqlCommand myCommand = new MySqlCommand(sql, conn);
- myCommand.CommandType = CommandType.Text;
- }
-
-
-
-
-
- Initializes a new instance of the class
- with the text of the query, a , and the
- .
- The text of the query.
- A that represents the
- connection to an instance of SQL Server.
-
- The in which the executes.
-
- When an instance of is created,
- the following read/write properties are set to initial values.
-
-
-
- Properties
- Initial Value
-
- -
-
-
-
-
- cmdText
-
-
- -
-
-
-
- 0
-
- -
-
-
-
- CommandType.Text
-
- -
-
-
-
-
- connection
-
-
-
-
- You can change the value for any of these properties through a separate call to
- the property.
-
-
- The following example creates a and
- sets some of its properties.
-
-
- Public Sub CreateMySqlCommand()
- Dim conn as new MySqlConnection("server=myServer")
- conn.Open();
- Dim txn as MySqlTransaction = conn.BeginTransaction()
- Dim sql as String = "SELECT * FROM mytable"
- Dim myCommand As New MySqlCommand(sql, conn, txn)
- myCommand.CommandType = CommandType.Text
- End Sub
-
-
- public void CreateMySqlCommand()
- {
- MySqlConnection conn = new MySqlConnection("server=myserver")
- conn.Open();
- MySqlTransaction txn = conn.BeginTransaction();
- string sql = "SELECT * FROM mytable";
- MySqlCommand myCommand = new MySqlCommand(sql, conn, txn);
- myCommand.CommandType = CommandType.Text;
- }
-
-
-
-
-
- Gets the last inserted id.
-
-
-
-
-
- Gets or sets the SQL statement to execute at the data source.
-
- The SQL statement or stored procedure to execute. The default is an empty string.
-
-
- When the property is set to StoredProcedure,
- the CommandText property should be set to the name of the stored procedure.
- The user may be required to use escape character syntax if the stored procedure name
- contains any special characters. The command executes this stored procedure when
- you call one of the Execute methods. Starting with Connector/NET 5.0, having both a stored function
- and stored procedure with the same name in the same database is not supported. It is
- suggested that you provide unqiue names for your stored routines.
-
-
- The following example creates a and sets some of its properties.
-
- Public Sub CreateMySqlCommand()
- Dim myCommand As New MySqlCommand()
- myCommand.CommandText = "SELECT * FROM Mytable ORDER BY id"
- myCommand.CommandType = CommandType.Text
- End Sub
-
-
- public void CreateMySqlCommand()
- {
- MySqlCommand myCommand = new MySqlCommand();
- myCommand.CommandText = "SELECT * FROM mytable ORDER BY id";
- myCommand.CommandType = CommandType.Text;
- }
-
-
-
-
-
- Gets or sets the wait time before terminating the attempt to execute a command
- and generating an error.
-
- The time (in seconds) to wait for the command to execute. The default is 30
- seconds.
-
- CommandTimeout is dependent on the ability of MySQL to cancel an executing query.
- Because of this, CommandTimeout is only supported when connected to MySQL
- version 5.0.0 or higher.
-
-
-
-
- Gets or sets a value indicating how the property is to be interpreted.
-
- One of the values. The default is Text.
-
-
- When you set the CommandType property to StoredProcedure, you
- should set the property to the name of the stored
- procedure. The command executes this stored procedure when you call one of the
- Execute methods.
-
-
- The following example creates a and sets some of its properties.
-
- Public Sub CreateMySqlCommand()
- Dim myCommand As New MySqlCommand()
- myCommand.CommandType = CommandType.Text
- End Sub
-
-
- public void CreateMySqlCommand()
- {
- MySqlCommand myCommand = new MySqlCommand();
- myCommand.CommandType = CommandType.Text;
- }
-
-
-
-
-
- Gets a boolean value that indicates whether the Prepared method has been called.
-
-
-
-
-
- Gets or sets the used by this instance of the
- .
-
- The connection to a data source. The default value is a null reference
- (Nothing in Visual Basic).
-
-
- If you set Connection while a transaction is in progress and the
- property is not null, an
- is generated. If the Transaction property is not null and the transaction
- has already been committed or rolled back, Transaction is set to
- null.
-
-
- The following example creates a and sets some of its properties.
-
- Public Sub CreateMySqlCommand()
- Dim mySelectQuery As String = "SELECT * FROM mytable ORDER BY id"
- Dim myConnectString As String = "Persist Security Info=False;database=test;server=myServer"
- Dim myCommand As New MySqlCommand(mySelectQuery)
- myCommand.Connection = New MySqlConnection(myConnectString)
- myCommand.CommandType = CommandType.Text
- End Sub
-
-
- public void CreateMySqlCommand()
- {
- string mySelectQuery = "SELECT * FROM mytable ORDER BY id";
- string myConnectString = "Persist Security Info=False;database=test;server=myServer";
- MySqlCommand myCommand = new MySqlCommand(mySelectQuery);
- myCommand.Connection = new MySqlConnection(myConnectString);
- myCommand.CommandType = CommandType.Text;
- }
-
-
-
-
-
- Get the
-
- The parameters of the SQL statement or stored procedure. The default is
- an empty collection.
-
- Connector/NET does not support unnamed parameters. Every parameter added to the collection must
- have an associated name.
-
- The following example creates a and displays its parameters.
- To accomplish this, the method is passed a , a query string
- that is a SQL SELECT statement, and an array of objects.
-
- Public Sub CreateMySqlCommand(myConnection As MySqlConnection, _
- mySelectQuery As String, myParamArray() As MySqlParameter)
- Dim myCommand As New MySqlCommand(mySelectQuery, myConnection)
- myCommand.CommandText = "SELECT id, name FROM mytable WHERE age=@age"
- myCommand.UpdatedRowSource = UpdateRowSource.Both
- myCommand.Parameters.Add(myParamArray)
- Dim j As Integer
- For j = 0 To myCommand.Parameters.Count - 1
- myCommand.Parameters.Add(myParamArray(j))
- Next j
- Dim myMessage As String = ""
- Dim i As Integer
- For i = 0 To myCommand.Parameters.Count - 1
- myMessage += myCommand.Parameters(i).ToString() & ControlChars.Cr
- Next i
- Console.WriteLine(myMessage)
- End Sub
-
-
- public void CreateMySqlCommand(MySqlConnection myConnection, string mySelectQuery,
- MySqlParameter[] myParamArray)
- {
- MySqlCommand myCommand = new MySqlCommand(mySelectQuery, myConnection);
- myCommand.CommandText = "SELECT id, name FROM mytable WHERE age=@age";
- myCommand.Parameters.Add(myParamArray);
- for (int j=0; j<myParamArray.Length; j++)
- {
- myCommand.Parameters.Add(myParamArray[j]) ;
- }
- string myMessage = "";
- for (int i = 0; i < myCommand.Parameters.Count; i++)
- {
- myMessage += myCommand.Parameters[i].ToString() + "\n";
- }
- MessageBox.Show(myMessage);
- }
-
-
-
-
-
- Gets or sets the within which the executes.
-
- The . The default value is a null reference (Nothing in Visual Basic).
-
- You cannot set the Transaction property if it is already set to a
- specific value, and the command is in the process of executing. If you set the
- transaction property to a object that is not connected
- to the same as the object,
- an exception will be thrown the next time you attempt to execute a statement.
-
-
-
-
- Gets or sets a boolean value that indicates whether caching is enabled.
-
-
-
-
- Gets or sets the seconds for how long a TableDirect result should be cached.
-
-
-
-
- Gets or sets how command results are applied to the DataRow when used by the
- Update method of the DbDataAdapter.
-
-
-
-
- Gets or sets a value indicating whether the command object should be visible in a Windows Form Designer control.
-
-
-
-
- Attempts to cancel the execution of a currently active command
-
-
- Cancelling a currently active query only works with MySQL versions 5.0.0 and higher.
-
-
-
-
- Creates a new instance of a object.
-
-
- This method is a strongly-typed version of .
-
- A object.
-
-
-
-
- Check the connection to make sure
- - it is open
- - it is not currently being used by a reader
- - and we have the right version of MySQL for the requested command type
-
-
-
-
- Executes a SQL statement against the connection and returns the number of rows affected.
- Number of rows affected
- You can use ExecuteNonQuery to perform any type of database operation,
- however any resultsets returned will not be available. Any output parameters
- used in calling a stored procedure will be populated with data and can be
- retrieved after execution is complete.
- For UPDATE, INSERT, and DELETE statements, the return value is the number
- of rows affected by the command. For all other types of statements, the return
- value is -1.
-
- The following example creates a MySqlCommand and then
- executes it using ExecuteNonQuery. The example is passed a string that is a
- SQL statement (such as UPDATE, INSERT, or DELETE) and a string to use to
- connect to the data source.
-
- Public Sub CreateMySqlCommand(myExecuteQuery As String, myConnection As MySqlConnection)
- Dim myCommand As New MySqlCommand(myExecuteQuery, myConnection)
- myCommand.Connection.Open()
- myCommand.ExecuteNonQuery()
- myConnection.Close()
- End Sub
-
-
- public void CreateMySqlCommand(string myExecuteQuery, MySqlConnection myConnection)
- {
- MySqlCommand myCommand = new MySqlCommand(myExecuteQuery, myConnection);
- myCommand.Connection.Open();
- myCommand.ExecuteNonQuery();
- myConnection.Close();
- }
-
-
-
-
-
- Reset reader to null, to avoid "There is already an open data reader"
- on the next ExecuteReader(). Used in error handling scenarios.
-
-
-
-
- Reset SQL_SELECT_LIMIT that could have been modified by CommandBehavior.
-
-
-
-
- Sends the to the Connection
- and builds a .
-
- A object.
-
-
- When the property is set to StoredProcedure,
- the property should be set to the name of the stored
- procedure. The command executes this stored procedure when you call
- ExecuteReader.
-
-
- While the is in use, the associated
- is busy serving the MySqlDataReader.
- While in this state, no other operations can be performed on the
- MySqlConnection other than closing it. This is the case until the
- method of the MySqlDataReader is called.
-
-
- The following example creates a , then executes it by
- passing a string that is a SQL SELECT statement, and a string to use to connect to the
- data source.
-
- Public Sub CreateMySqlDataReader(mySelectQuery As String, myConnection As MySqlConnection)
- Dim myCommand As New MySqlCommand(mySelectQuery, myConnection)
- myConnection.Open()
- Dim myReader As MySqlDataReader
- myReader = myCommand.ExecuteReader()
- Try
- While myReader.Read()
- Console.WriteLine(myReader.GetString(0))
- End While
- Finally
- myReader.Close
- myConnection.Close
- End Try
- End Sub
-
-
- public void CreateMySqlDataReader(string mySelectQuery, MySqlConnection myConnection)
- {
- MySqlCommand myCommand = new MySqlCommand(mySelectQuery, myConnection);
- myConnection.Open();
- MMySqlDataReader myReader;
- myReader = myCommand.ExecuteReader();
- try
- {
- while(myReader.Read())
- {
- Console.WriteLine(myReader.GetString(0));
- }
- }
- finally
- {
- myReader.Close();
- myConnection.Close();
- }
- }
-
-
-
-
-
- Sends the to the Connection,
- and builds a using one of the values.
-
- One of the values.
-
-
- When the property is set to StoredProcedure,
- the property should be set to the name of the stored
- procedure. The command executes this stored procedure when you call
- ExecuteReader.
-
-
- The supports a special mode that enables large binary
- values to be read efficiently. For more information, see the SequentialAccess
- setting for .
-
-
- While the is in use, the associated
- is busy serving the MySqlDataReader.
- While in this state, no other operations can be performed on the
- MySqlConnection other than closing it. This is the case until the
- method of the MySqlDataReader is called.
- If the MySqlDataReader is created with CommandBehavior set to
- CloseConnection, closing the MySqlDataReader closes the connection
- automatically.
-
-
- When calling ExecuteReader with the SingleRow behavior, you should be aware that using a limit
- clause in your SQL will cause all rows (up to the limit given) to be retrieved by the client. The
- method will still return false after the first row but pulling all rows of data
- into the client will have a performance impact. If the limit clause is not necessary, it should
- be avoided.
-
-
- A object.
-
-
-
-
- Executes the query, and returns the first column of the first row in the
- result set returned by the query. Extra columns or rows are ignored.
-
- The first column of the first row in the result set, or a null reference if the
- result set is empty
-
-
- Use the ExecuteScalar method to retrieve a single value (for example,
- an aggregate value) from a database. This requires less code than using the
- method, and then performing the operations necessary
- to generate the single value using the data returned by a
-
-
- The following example creates a and then
- executes it using ExecuteScalar. The example is passed a string that is a
- SQL statement that returns an aggregate result, and a string to use to
- connect to the data source.
-
-
- Public Sub CreateMySqlCommand(myScalarQuery As String, myConnection As MySqlConnection)
- Dim myCommand As New MySqlCommand(myScalarQuery, myConnection)
- myCommand.Connection.Open()
- myCommand.ExecuteScalar()
- myConnection.Close()
- End Sub
-
-
- public void CreateMySqlCommand(string myScalarQuery, MySqlConnection myConnection)
- {
- MySqlCommand myCommand = new MySqlCommand(myScalarQuery, myConnection);
- myCommand.Connection.Open();
- myCommand.ExecuteScalar();
- myConnection.Close();
- }
-
-
- public:
- void CreateMySqlCommand(String* myScalarQuery, MySqlConnection* myConnection)
- {
- MySqlCommand* myCommand = new MySqlCommand(myScalarQuery, myConnection);
- myCommand->Connection->Open();
- myCommand->ExecuteScalar();
- myConnection->Close();
- }
-
-
-
-
-
-
-
-
-
- Creates a prepared version of the command on an instance of MySQL Server.
-
-
- Prepared statements are only supported on MySQL version 4.1 and higher. Calling
- prepare while connected to earlier versions of MySQL will succeed but will execute
- the statement in the same way as unprepared.
-
-
- The following example demonstrates the use of the Prepare method.
-
- public sub PrepareExample()
- Dim cmd as New MySqlCommand("INSERT INTO mytable VALUES (@val)", myConnection)
- cmd.Parameters.Add( "@val", 10 )
- cmd.Prepare()
- cmd.ExecuteNonQuery()
-
- cmd.Parameters(0).Value = 20
- cmd.ExecuteNonQuery()
- end sub
-
-
- private void PrepareExample()
- {
- MySqlCommand cmd = new MySqlCommand("INSERT INTO mytable VALUES (@val)", myConnection);
- cmd.Parameters.Add( "@val", 10 );
- cmd.Prepare();
- cmd.ExecuteNonQuery();
-
- cmd.Parameters[0].Value = 20;
- cmd.ExecuteNonQuery();
- }
-
-
-
-
-
- Initiates the asynchronous execution of the SQL statement or stored procedure
- that is described by this , and retrieves one or more
- result sets from the server.
-
- An that can be used to poll, wait for results,
- or both; this value is also needed when invoking EndExecuteReader,
- which returns a instance that can be used to retrieve
- the returned rows.
-
-
-
- Initiates the asynchronous execution of the SQL statement or stored procedure
- that is described by this using one of the
- CommandBehavior values.
-
- One of the values, indicating
- options for statement execution and data retrieval.
- An that can be used to poll, wait for results,
- or both; this value is also needed when invoking EndExecuteReader,
- which returns a instance that can be used to retrieve
- the returned rows.
-
-
-
- Finishes asynchronous execution of a SQL statement, returning the requested
- .
-
- The returned by the call to
- .
- A MySqlDataReader object that can be used to retrieve the requested rows.
-
-
-
- Initiates the asynchronous execution of the SQL statement or stored procedure
- that is described by this .
-
-
- An delegate that is invoked when the command's
- execution has completed. Pass a null reference (Nothing in Visual Basic)
- to indicate that no callback is required.
- A user-defined state object that is passed to the
- callback procedure. Retrieve this object from within the callback procedure
- using the property.
- An that can be used to poll or wait for results,
- or both; this value is also needed when invoking ,
- which returns the number of affected rows.
-
-
-
- Initiates the asynchronous execution of the SQL statement or stored procedure
- that is described by this .
-
- An that can be used to poll or wait for results,
- or both; this value is also needed when invoking ,
- which returns the number of affected rows.
-
-
-
- Finishes asynchronous execution of a SQL statement.
-
- The returned by the call
- to .
-
-
-
-
- Verifies if a query is valid even if it has not spaces or is a stored procedure call
-
- Query to validate
- If it is necessary to add call statement
-
-
-
- Creates a clone of this object. CommandText, Connection, and Transaction properties
- are included as well as the entire parameter list.
-
- The cloned object.
-
-
-
- Summary description for API.
-
-
-
-
- Summary description for CompressedStream.
-
-
-
-
- Represents an open connection to a MySQL Server database. This class cannot be inherited.
-
-
- A MySqlConnection object represents a session to a MySQL Server
- data source. When you create an instance of MySqlConnection, all
- properties are set to their initial values. For a list of these values, see the
- MySqlConnection constructor.
-
-
-
- If the MySqlConnection goes out of scope, it is not closed. Therefore,
- you must explicitly close the connection by calling
- or .
-
-
- The following example creates a and
- a MySqlConnection. The MySqlConnection is opened and set as the
- for the MySqlCommand. The example then calls
- , and closes the connection. To accomplish this, the ExecuteNonQuery is
- passed a connection string and a query string that is a SQL INSERT
- statement.
-
-
- Public Sub InsertRow(myConnectionString As String)
- ' If the connection string is null, use a default.
- If myConnectionString = "" Then
- myConnectionString = "Database=Test;Data Source=localhost;User Id=username;Password=pass"
- End If
- Dim myConnection As New MySqlConnection(myConnectionString)
- Dim myInsertQuery As String = "INSERT INTO Orders (id, customerId, amount) Values(1001, 23, 30.66)"
- Dim myCommand As New MySqlCommand(myInsertQuery)
- myCommand.Connection = myConnection
- myConnection.Open()
- myCommand.ExecuteNonQuery()
- myCommand.Connection.Close()
- End Sub
-
-
-
-
- public void InsertRow(string myConnectionString)
- {
- // If the connection string is null, use a default.
- if(myConnectionString == "")
- {
- myConnectionString = "Database=Test;Data Source=localhost;User Id=username;Password=pass";
- }
- MySqlConnection myConnection = new MySqlConnection(myConnectionString);
- string myInsertQuery = "INSERT INTO Orders (id, customerId, amount) Values(1001, 23, 30.66)";
- MySqlCommand myCommand = new MySqlCommand(myInsertQuery);
- myCommand.Connection = myConnection;
- myConnection.Open();
- myCommand.ExecuteNonQuery();
- myCommand.Connection.Close();
- }
-
-
-
-
-
-
- The client used to handle SSH connections.
-
-
-
- Occurs when MySQL returns warnings as a result of executing a command or query.
-
-
-
-
- Initializes a new instance of the class.
-
- When a new instance of is created, the read/write
- properties are set to the following initial values unless they are specifically
- set using their associated keywords in the property.
-
-
-
- Properties
- Initial Value
-
- -
-
-
-
- empty string ("")
-
- -
-
-
-
- 15
-
- -
-
-
-
- empty string ("")
-
- -
-
-
-
- empty string ("")
-
- -
-
-
-
- empty string ("")
-
-
-
- You can change the value for these properties only by using the ConnectionString property.
-
-
-
- Initializes a new instance of the class.
-
-
-
-
-
- Initializes a new instance of the class when given a string containing the connection string.
-
- When a new instance of is created, the read/write
- properties are set to the following initial values unless they are specifically
- set using their associated keywords in the property.
-
-
-
- Properties
- Initial Value
-
- -
-
-
-
- empty string ("")
-
- -
-
-
-
- 15
-
- -
-
-
-
- empty string ("")
-
- -
-
-
-
- empty string ("")
-
- -
-
-
-
- empty string ("")
-
-
-
- You can change the value for these properties only by using the ConnectionString property.
-
- The connection properties used to open the MySQL database.
-
-
-
- Determines whether the connection is a clone of other connection.
-
-
-
-
- Returns the id of the server thread this connection is executing on
-
-
-
-
- Gets the name of the MySQL server to which to connect.
-
-
-
-
- Gets the time to wait while trying to establish a connection before terminating the attempt and generating an error.
- The value set is less than 0.
- A value of 0 indicates no limit, and should be avoided in a
- because an attempt to connect
- will wait indefinitely.
-
- The following example creates a MySqlConnection
- and sets some of its properties in the connection string.
-
- Public Sub CreateSqlConnection()
- Dim myConnection As New MySqlConnection()
- myConnection.ConnectionString = "Persist Security Info=False;Username=user;Password=pass;database=test1;server=localhost;Connect Timeout=30"
- myConnection.Open()
- End Sub
-
-
- public void CreateSqlConnection()
- {
- MySqlConnection myConnection = new MySqlConnection();
- myConnection.ConnectionString = "Persist Security Info=False;Username=user;Password=pass;database=test1;server=localhost;Connect Timeout=30";
- myConnection.Open();
- }
-
-
-
-
- Gets the name of the current database or the database to be used after a connection is opened.The name of the current database or the name of the database to be used after a connection is opened. The default value is an empty string.
-
- The Database property does not update dynamically.
- If you change the current database using a SQL statement, then this property
- may reflect the wrong value. If you change the current database using the
- method, this property is updated to reflect the new database.
-
-
- The following example creates a and displays
- some of its read-only properties.
-
-
- Public Sub CreateMySqlConnection()
- Dim myConnString As String = _
- "Persist Security Info=False;database=test;server=localhost;user id=joeuser;pwd=pass"
- Dim myConnection As New MySqlConnection( myConnString )
- myConnection.Open()
- MessageBox.Show( "Server Version: " + myConnection.ServerVersion _
- + ControlChars.NewLine + "Database: " + myConnection.Database )
- myConnection.ChangeDatabase( "test2" )
- MessageBox.Show( "ServerVersion: " + myConnection.ServerVersion _
- + ControlChars.NewLine + "Database: " + myConnection.Database )
- myConnection.Close()
- End Sub
-
-
-
- public void CreateMySqlConnection()
- {
- string myConnString =
- "Persist Security Info=False;database=test;server=localhost;user id=joeuser;pwd=pass";
- MySqlConnection myConnection = new MySqlConnection( myConnString );
- myConnection.Open();
- MessageBox.Show( "Server Version: " + myConnection.ServerVersion
- + "\nDatabase: " + myConnection.Database );
- myConnection.ChangeDatabase( "test2" );
- MessageBox.Show( "ServerVersion: " + myConnection.ServerVersion
- + "\nDatabase: " + myConnection.Database );
- myConnection.Close();
- }
-
-
-
-
-
- Indicates if this connection should use compression when communicating with the server.
-
-
-
- Gets the current state of the connection.
- A bitwise combination of the values. The default is Closed.
-
- The allowed state changes are:
-
- -
- From Closed to Open, using the Open method of the connection object.
-
- -
- From Open to Closed, using either the Close method or the Dispose method of the connection object.
-
-
-
- The following example creates a , opens it,
- displays some of its properties, then closes the connection.
-
-
- Public Sub CreateMySqlConnection(myConnString As String)
- Dim myConnection As New MySqlConnection(myConnString)
- myConnection.Open()
- MessageBox.Show("ServerVersion: " + myConnection.ServerVersion _
- + ControlChars.Cr + "State: " + myConnection.State.ToString())
- myConnection.Close()
- End Sub
-
-
- public void CreateMySqlConnection(string myConnString)
- {
- MySqlConnection myConnection = new MySqlConnection(myConnString);
- myConnection.Open();
- MessageBox.Show("ServerVersion: " + myConnection.ServerVersion +
- "\nState: " + myConnection.State.ToString());
- myConnection.Close();
- }
-
-
-
-
- Gets a string containing the version of the MySQL server to which the client is connected.The version of the instance of MySQL.The connection is closed.
- The following example creates a , opens it,
- displays some of its properties, then closes the connection.
-
-
- Public Sub CreateMySqlConnection(myConnString As String)
- Dim myConnection As New MySqlConnection(myConnString)
- myConnection.Open()
- MessageBox.Show("ServerVersion: " + myConnection.ServerVersion _
- + ControlChars.Cr + "State: " + myConnection.State.ToString())
- myConnection.Close()
- End Sub
-
-
- public void CreateMySqlConnection(string myConnString)
- {
- MySqlConnection myConnection = new MySqlConnection(myConnString);
- myConnection.Open();
- MessageBox.Show("ServerVersion: " + myConnection.ServerVersion +
- "\nState: " + myConnection.State.ToString());
- myConnection.Close();
- }
-
-
-
-
-
- Gets or sets the string used to connect to a MySQL Server database.
-
-
- The ConnectionString returned may not be exactly like what was originally
- set but will be indentical in terms of keyword/value pairs. Security information
- will not be included unless the Persist Security Info value is set to true.
-
-
- You can use the ConnectionString property to connect to a database.
- The following example illustrates a typical connection string.
-
- "Persist Security Info=False;database=MyDB;server=MySqlServer;user id=myUser;Password=myPass"
-
- The ConnectionString property can be set only when the connection is
- closed. Many of the connection string values have corresponding read-only
- properties. When the connection string is set, all of these properties are
- updated, except when an error is detected. In this case, none of the properties
- are updated. properties return only those settings contained in the
- ConnectionString.
-
-
- To connect to a local machine, specify "localhost" for the server. If you do not
- specify a server, localhost is assumed.
-
-
- Resetting the ConnectionString on a closed connection resets all
- connection string values (and related properties) including the password. For
- example, if you set a connection string that includes "Database= MyDb", and
- then reset the connection string to "Data Source=myserver;User Id=myUser;Password=myPass",
- the property is no longer set to MyDb.
-
-
- The connection string is parsed immediately after being set. If errors in
- syntax are found when parsing, a runtime exception, such as ,
- is generated. Other errors can be found only when an attempt is made to open the
- connection.
-
-
- The basic format of a connection string consists of a series of keyword/value
- pairs separated by semicolons. The equal sign (=) connects each keyword and its
- value. To include values that contain a semicolon, single-quote character, or
- double-quote character, the value must be enclosed in double quotes. If the
- value contains both a semicolon and a double-quote character, the value can be
- enclosed in single quotes. The single quote is also useful if the value begins
- with a double-quote character. Conversely, the double quote can be used if the
- value begins with a single quote. If the value contains both single-quote and
- double-quote characters, the quote character used to enclose the value must be
- doubled each time it occurs within the value.
-
-
- To include preceding or trailing spaces in the string value, the value must
- be enclosed in either single quotes or double quotes. Any leading or trailing
- spaces around integer, Boolean, or enumerated values are ignored, even if
- enclosed in quotes. However, spaces within a string literal keyword or value are
- preserved. Using .NET Framework version 1.1, single or double quotes may be used
- within a connection string without using delimiters (for example, Data Source=
- my'Server or Data Source= my"Server), unless a quote character is the first or
- last character in the value.
-
-
- To include an equal sign (=) in a keyword or value, it must be preceded by
- another equal sign. For example, in the hypothetical connection string
-
- "key==word=value"
-
- the keyword is "key=word" and the value is "value".
-
- If a specific keyword in a keyword= value pair occurs multiple times in a
- connection string, the last occurrence listed is used in the value set.
-
- Keywords are not case sensitive.
-
- The following table lists the valid names for keyword values within the
- ConnectionString.
-
-
-
-
-
- | Name |
- Default |
- Description |
-
-
- |
- Connect Timeout -or- Connection Timeout
- |
- 15 |
-
- The length of time (in seconds) to wait for a connection to the server before
- terminating the attempt and generating an error.
- |
-
-
- |
- Host -or- Server -or- Data Source -or-
- DataSource -or- Address -or- Addr -or-
- Network Address
- |
- localhost |
-
-
- The name or network address of the instance of MySQL to which to connect. Multiple hosts can be
- specified separated by &. This can be useful where multiple MySQL servers are configured for replication
- and you are not concerned about the precise server you are connecting to. No attempt is made by the provider to
- synchronize writes to the database so care should be taken when using this option.
-
-
- In Unix environment with Mono, this can be a fully qualified path to MySQL socket filename. With this configuration, the Unix socket will be used instead of TCP/IP socket.
- Currently only a single socket name can be given so accessing MySQL in a replicated environment using Unix sockets is not currently supported.
-
- |
-
-
- | Port |
- 3306 |
-
- The port MySQL is using to listen for connections. This value is ignored if the connection protocol
- is anything but socket.
- |
-
-
- | Protocol |
- socket |
-
- Specifies the type of connection to make to the server.Values can be:
- socket or tcp for a socket connection
- pipe for a named pipe connection
- unix for a Unix socket connection
- memory to use MySQL shared memory
- |
-
-
- |
- CharSet -or Character Set
- |
- |
-
- Specifies the character set that should be used to encode all queries sent to the server.
- Resultsets are still returned in the character set of the data returned.
- |
-
-
- | Logging |
- false |
- When true, various pieces of information is output to any configured TraceListeners. |
-
-
- | Allow Batch |
- true |
-
- When true, multiple SQL statements can be sent with one command execution.
- -Note-
- Starting with MySQL 4.1.1, batch statements should be separated by the server-defined seperator character.
- Commands sent to earlier versions of MySQL should be seperated with ';'.
- |
-
-
- | Encrypt |
- false |
-
- When true, SSL/TLS encryption is used for all data sent between the
- client and server if the server has a certificate installed. Recognized values
- are true, false, yes, and no.
- |
-
-
- |
- Initial Catalog -or- Database
- |
- mysql |
- The name of the database to use intially |
-
-
- |
- Password -or- pwd
- |
- |
- The password for the MySQL account being used. |
-
-
- | Persist Security Info |
- false |
-
- When set to false or no (strongly recommended), security-sensitive
- information, such as the password, is not returned as part of the connection if
- the connection is open or has ever been in an open state. Resetting the
- connection string resets all connection string values including the password.
- Recognized values are true, false, yes, and no.
- |
-
-
- |
- User Id -or- Username -or- Uid -or- User name
- |
- |
- The MySQL login account being used. |
-
-
- | Shared Memory Name |
- MYSQL |
- The name of the shared memory object to use for communication if the connection protocol is set to memory. |
-
-
- | Allow Zero Datetime |
- false |
-
- True to have MySqlDataReader.GetValue() return a MySqlDateTime for date or datetime columns that have illegal values.
- False will cause a DateTime object to be returned for legal values and an exception will be thrown for illegal values.
- |
-
-
- | Convert Zero Datetime |
- false |
-
- True to have MySqlDataReader.GetValue() and MySqlDataReader.GetDateTime()
- return DateTime.MinValue for date or datetime columns that have illegal values.
- |
-
-
- |
- Pipe Name -or- Pipe
- |
- mysql |
-
- When set to the name of a named pipe, the MySqlConnection will attempt to connect to MySQL
- on that named pipe.
This settings only applies to the Windows platform.
- |
-
-
- |
- Use Performance Monitor -or- UsePerformanceMonitor
- |
- false |
-
- Posts performance data that can be tracked using perfmon
- |
-
-
- |
- Procedure Cache Size
- |
- 25 |
-
- How many stored procedure definitions can be held in the cache
- |
-
-
- |
- Ignore Prepare
- |
- true |
-
- Instructs the provider to ignore any attempts to prepare commands. This option
- was added to allow a user to disable prepared statements in an entire application
- without modifying the code. A user might want to do this if errors or bugs are
- encountered with MySQL prepared statements.
- |
-
-
- | Use Procedure Bodies |
- true |
-
- Instructs the provider to attempt to call the procedure without first resolving the metadata. This
- is useful in situations where the calling user does not have access to the mysql.proc table. To
- use this mode, the parameters for the procedure must be added to the command in the same order
- as they appear in the procedure definition and their types must be explicitly set.
- |
-
-
- | Auto Enlist |
- true |
-
- Indicates whether the connection should automatically enlist in the current transaction,
- if there is one.
- |
-
-
- | Respect Binary Flags |
- true |
-
- Indicates whether the connection should respect all binary flags sent to the client
- as part of column metadata. False will cause the connector to behave like
- Connector/NET 5.0 and earlier.
- |
-
-
- | BlobAsUTF8IncludePattern |
- null |
-
- Pattern that should be used to indicate which blob columns should be treated as UTF-8.
- |
-
-
- | BlobAsUTF8ExcludePattern |
- null |
-
- Pattern that should be used to indicate which blob columns should not be treated as UTF-8.
- |
-
-
- | Default Command Timeout |
- 30 |
-
- The default timeout that new MySqlCommand objects will use unless changed.
- |
-
-
- | Allow User Variables |
- false |
-
- Should the provider expect user variables in the SQL.
- |
-
-
- | Interactive -or- Interactive Session |
- false |
-
- Should this session be considered interactive?
- |
-
-
- | Functions Return String |
- false |
-
- Set this option to true to force the return value of SQL functions to be string.
- |
-
-
- | Use Affected Rows |
- false |
-
- Set this option to true to cause the affected rows reported to reflect only the
- rows that are actually changed. By default, the number of rows that are matched
- is returned.
- |
-
-
-
-
- The following table lists the valid names for connection pooling values within
- the ConnectionString. For more information about connection pooling, see
- Connection Pooling for the MySql Data Provider.
-
-
-
-
- | Name |
- Default |
- Description |
-
-
- | Connection Lifetime |
- 0 |
-
- When a connection is returned to the pool, its creation time is compared with
- the current time, and the connection is destroyed if that time span (in seconds)
- exceeds the value specified by Connection Lifetime. This is useful in
- clustered configurations to force load balancing between a running server and a
- server just brought online.
-
- A value of zero (0) causes pooled connections to have the maximum connection
- timeout.
-
- |
-
-
- | Max Pool Size |
- 100 |
- The maximum number of connections allowed in the pool. |
-
-
- | Min Pool Size |
- 0 |
- The minimum number of connections allowed in the pool. |
-
-
- | Pooling |
- true |
-
- When true, the MySqlConnection object is drawn from the appropriate
- pool, or if necessary, is created and added to the appropriate pool. Recognized
- values are true, false, yes, and no.
- |
-
-
- | Connection Reset |
- false |
-
- Specifies whether the database connection should be reset when being
- drawn from the pool. Leaving this as false will yeild much faster
- connection opens but the user should understand the side effects
- of doing this such as temporary tables and user variables from the previous
- session not being cleared out.
- |
-
-
- | Cache Server Properties |
- false |
-
- Specifies whether the server variables are cached between pooled connections.
- On systems where the variables change infrequently and there are lots of
- connection attempts, this can speed up things dramatically.
- |
-
-
-
-
- When setting keyword or connection pooling values that require a Boolean
- value, you can use 'yes' instead of 'true', and 'no' instead of 'false'.
-
-
- Note The MySql Data Provider uses the native socket protocol to
- communicate with MySQL. Therefore, it does not support the use of an ODBC data source name (DSN) when
- connecting to MySQL because it does not add an ODBC layer.
-
-
- CAUTION In this release, the application should use caution when constructing a
- connection string based on user input (for example when retrieving user ID and password information from a
- dialog box, and appending it to the connection string). The application should
- ensure that a user cannot embed extra connection string parameters in these
- values (for example, entering a password as "validpassword;database=somedb" in
- an attempt to attach to a different database).
-
-
- The following example creates a and sets some of its properties
-
- Public Sub CreateConnection()
- Dim myConnection As New MySqlConnection()
- myConnection.ConnectionString = "Persist Security Info=False;database=myDB;server=myHost;Connect Timeout=30;user id=myUser; pwd=myPass"
- myConnection.Open()
- End Sub 'CreateConnection
-
-
- public void CreateConnection()
- {
- MySqlConnection myConnection = new MySqlConnection();
- myConnection.ConnectionString = "Persist Security Info=False;database=myDB;server=myHost;Connect Timeout=30;user id=myUser; pwd=myPass";
- myConnection.Open();
- }
-
-
- The following example creates a in Unix environment with Mono installed. MySQL socket filename used in this example is "/var/lib/mysql/mysql.sock". The actual filename depends on your MySQL configuration.
-
- Public Sub CreateConnection()
- Dim myConnection As New MySqlConnection()
- myConnection.ConnectionString = "database=myDB;server=/var/lib/mysql/mysql.sock;user id=myUser; pwd=myPass"
- myConnection.Open()
- End Sub 'CreateConnection
-
-
- public void CreateConnection()
- {
- MySqlConnection myConnection = new MySqlConnection();
- myConnection.ConnectionString = "database=myDB;server=/var/lib/mysql/mysql.sock;user id=myUser; pwd=myPass";
- myConnection.Open();
- }
-
-
-
-
-
- Gets a boolean value that indicates whether the password associated to the connection is expired.
-
-
-
- Begins a database transaction.An object representing the new transaction.Parallel transactions are not supported.
- This command is equivalent to the MySQL BEGIN TRANSACTION command.
-
- You must explicitly commit or roll back the transaction using the or
- method.
-
- If you do not specify an isolation level, the default isolation level is used. To specify an isolation
- level with the method, use the overload that takes the iso parameter. Also
- note that any attempt to begin a transaction while a transaction is in progress will throw an exception on MySQL 4.1 and higher.
- On MySQL 4.0, an exception will not be thrown because servers 4.0 and earlier did not report their transacation status.
-
-
-
- The following example creates a and a
- . It also demonstrates how to use the BeginTransaction, a
- , and methods.
-
- Public Sub RunTransaction(myConnString As String)
- Dim myConnection As New MySqlConnection(myConnString)
- myConnection.Open()
-
- Dim myCommand As MySqlCommand = myConnection.CreateCommand()
- Dim myTrans As MySqlTransaction
-
- ' Start a local transaction
- myTrans = myConnection.BeginTransaction()
- ' Must assign both transaction object and connection
- ' to Command object for a pending local transaction
- myCommand.Connection = myConnection
- myCommand.Transaction = myTrans
-
- Try
- myCommand.CommandText = "Insert into Test (id, desc) VALUES (100, 'Description')"
- myCommand.ExecuteNonQuery()
- myCommand.CommandText = "Insert into Test (id, desc) VALUES (101, 'Description')"
- myCommand.ExecuteNonQuery()
- myTrans.Commit()
- Console.WriteLine("Both records are written to database.")
- Catch e As Exception
- Try
- myTrans.Rollback()
- Catch ex As MySqlException
- If Not myTrans.Connection Is Nothing Then
- Console.WriteLine("An exception of type " + ex.GetType().ToString() + _
- " was encountered while attempting to roll back the transaction.")
- End If
- End Try
-
- Console.WriteLine("An exception of type " + e.GetType().ToString() + _
- "was encountered while inserting the data.")
- Console.WriteLine("Neither record was written to database.")
- Finally
- myConnection.Close()
- End Try
- End Sub
-
-
- public void RunTransaction(string myConnString)
- {
- MySqlConnection myConnection = new MySqlConnection(myConnString);
- myConnection.Open();
-
- MySqlCommand myCommand = myConnection.CreateCommand();
- MySqlTransaction myTrans;
-
- // Start a local transaction
- myTrans = myConnection.BeginTransaction();
- // Must assign both transaction object and connection
- // to Command object for a pending local transaction
- myCommand.Connection = myConnection;
- myCommand.Transaction = myTrans;
-
- try
- {
- myCommand.CommandText = "insert into Test (id, desc) VALUES (100, 'Description')";
- myCommand.ExecuteNonQuery();
- myCommand.CommandText = "insert into Test (id, desc) VALUES (101, 'Description')";
- myCommand.ExecuteNonQuery();
- myTrans.Commit();
- Console.WriteLine("Both records are written to database.");
- }
- catch(Exception e)
- {
- try
- {
- myTrans.Rollback();
- }
- catch (SqlException ex)
- {
- if (myTrans.Connection != null)
- {
- Console.WriteLine("An exception of type " + ex.GetType() +
- " was encountered while attempting to roll back the transaction.");
- }
- }
-
- Console.WriteLine("An exception of type " + e.GetType() +
- " was encountered while inserting the data.");
- Console.WriteLine("Neither record was written to database.");
- }
- finally
- {
- myConnection.Close();
- }
- }
-
-
-
-
- Begins a database transaction with the specified isolation level.The isolation level under which the transaction should run. An object representing the new transaction.Parallel exceptions are not supported.
- This command is equivalent to the MySQL BEGIN TRANSACTION command.
-
- You must explicitly commit or roll back the transaction using the or
- method.
-
- If you do not specify an isolation level, the default isolation level is used. To specify an isolation
- level with the method, use the overload that takes the iso parameter.
- Also note that any attempt to begin a transaction while a transaction is in progress will throw an exception on MySQL 4.1 and higher.
- On MySQL 4.0, an exception will not be thrown because servers 4.0 and earlier did not report their transacation status.
-
-
-
- The following example creates a and a
- . It also demonstrates how to use the BeginTransaction, a
- , and methods.
-
- Public Sub RunTransaction(myConnString As String)
- Dim myConnection As New MySqlConnection(myConnString)
- myConnection.Open()
-
- Dim myCommand As MySqlCommand = myConnection.CreateCommand()
- Dim myTrans As MySqlTransaction
-
- ' Start a local transaction
- myTrans = myConnection.BeginTransaction()
- ' Must assign both transaction object and connection
- ' to Command object for a pending local transaction
- myCommand.Connection = myConnection
- myCommand.Transaction = myTrans
-
- Try
- myCommand.CommandText = "Insert into Test (id, desc) VALUES (100, 'Description')"
- myCommand.ExecuteNonQuery()
- myCommand.CommandText = "Insert into Test (id, desc) VALUES (101, 'Description')"
- myCommand.ExecuteNonQuery()
- myTrans.Commit()
- Console.WriteLine("Both records are written to database.")
- Catch e As Exception
- Try
- myTrans.Rollback()
- Catch ex As MySqlException
- If Not myTrans.Connection Is Nothing Then
- Console.WriteLine("An exception of type " + ex.GetType().ToString() + _
- " was encountered while attempting to roll back the transaction.")
- End If
- End Try
-
- Console.WriteLine("An exception of type " + e.GetType().ToString() + _
- "was encountered while inserting the data.")
- Console.WriteLine("Neither record was written to database.")
- Finally
- myConnection.Close()
- End Try
- End Sub
-
-
- public void RunTransaction(string myConnString)
- {
- MySqlConnection myConnection = new MySqlConnection(myConnString);
- myConnection.Open();
-
- MySqlCommand myCommand = myConnection.CreateCommand();
- MySqlTransaction myTrans;
-
- // Start a local transaction
- myTrans = myConnection.BeginTransaction();
- // Must assign both transaction object and connection
- // to Command object for a pending local transaction
- myCommand.Connection = myConnection;
- myCommand.Transaction = myTrans;
-
- try
- {
- myCommand.CommandText = "insert into Test (id, desc) VALUES (100, 'Description')";
- myCommand.ExecuteNonQuery();
- myCommand.CommandText = "insert into Test (id, desc) VALUES (101, 'Description')";
- myCommand.ExecuteNonQuery();
- myTrans.Commit();
- Console.WriteLine("Both records are written to database.");
- }
- catch(Exception e)
- {
- try
- {
- myTrans.Rollback();
- }
- catch (SqlException ex)
- {
- if (myTrans.Connection != null)
- {
- Console.WriteLine("An exception of type " + ex.GetType() +
- " was encountered while attempting to roll back the transaction.");
- }
- }
-
- Console.WriteLine("An exception of type " + e.GetType() +
- " was encountered while inserting the data.");
- Console.WriteLine("Neither record was written to database.");
- }
- finally
- {
- myConnection.Close();
- }
- }
-
-
-
-
- Changes the current database for an open MySqlConnection.The name of the database to use.
-
- The value supplied in the database parameter must be a valid database
- name. The database parameter cannot contain a null value, an empty
- string, or a string with only blank characters.
-
-
-
- When you are using connection pooling against MySQL, and you close
- the connection, it is returned to the connection pool. The next time the
- connection is retrieved from the pool, the reset connection request
- executes before the user performs any operations.
-
- The database name is not valid.The connection is not open.Cannot change the database.
- The following example creates a and displays
- some of its read-only properties.
-
-
- Public Sub CreateMySqlConnection()
- Dim myConnString As String = _
- "Persist Security Info=False;database=test;server=localhost;user id=joeuser;pwd=pass"
- Dim myConnection As New MySqlConnection( myConnString )
- myConnection.Open()
- MessageBox.Show( "Server Version: " + myConnection.ServerVersion _
- + ControlChars.NewLine + "Database: " + myConnection.Database )
- myConnection.ChangeDatabase( "test2" )
- MessageBox.Show( "ServerVersion: " + myConnection.ServerVersion _
- + ControlChars.NewLine + "Database: " + myConnection.Database )
- myConnection.Close()
- End Sub
-
-
-
- public void CreateMySqlConnection()
- {
- string myConnString =
- "Persist Security Info=False;database=test;server=localhost;user id=joeuser;pwd=pass";
- MySqlConnection myConnection = new MySqlConnection( myConnString );
- myConnection.Open();
- MessageBox.Show( "Server Version: " + myConnection.ServerVersion
- + "\nDatabase: " + myConnection.Database );
- myConnection.ChangeDatabase( "test2" );
- MessageBox.Show( "ServerVersion: " + myConnection.ServerVersion
- + "\nDatabase: " + myConnection.Database );
- myConnection.Close();
- }
-
-
-
-
-
- Pings the server.
-
- true if the ping was successful; otherwise, false.
-
-
- Opens a database connection with the property settings specified by the ConnectionString.Cannot open a connection without specifying a data source or server.A connection-level error occurred while opening the connection.
-
- The draws an open connection from the connection pool if one is available.
- Otherwise, it establishes a new connection to an instance of MySQL.
-
-
- The following example creates a , opens it,
- displays some of its properties, then closes the connection.
-
-
- Public Sub CreateMySqlConnection(myConnString As String)
- Dim myConnection As New MySqlConnection(myConnString)
- myConnection.Open()
- MessageBox.Show("ServerVersion: " + myConnection.ServerVersion _
- + ControlChars.Cr + "State: " + myConnection.State.ToString())
- myConnection.Close()
- End Sub
-
-
- public void CreateMySqlConnection(string myConnString)
- {
- MySqlConnection myConnection = new MySqlConnection(myConnString);
- myConnection.Open();
- MessageBox.Show("ServerVersion: " + myConnection.ServerVersion +
- "\nState: " + myConnection.State.ToString());
- myConnection.Close();
- }
-
-
-
-
-
- Initializes the if more than one host is found.
-
- A string containing an unparsed list of hosts.
- true if the connection data is a URI; otherwise false.
- The number of hosts found, -1 if an error was raised during parsing.
-
-
-
- Creates a object based on the provided parameters.
-
- The host string which can be a simple host name or a host name and port.
- The priority of the host.
- The port number of the host.
-
-
-
-
- Creates and returns a object associated with the .
-
- A object.
-
-
-
- Closes the connection to the database. This is the preferred method of closing any open connection.
-
- The Close method rolls back any pending transactions. It then releases
- the connection to the connection pool, or closes the connection if connection
- pooling is disabled.
-
-
- An application can call Close more than one time. No exception is
- generated.
-
-
- The following example creates a , opens it,
- displays some of its properties, then closes the connection.
-
-
- Public Sub CreateMySqlConnection(myConnString As String)
- Dim myConnection As New MySqlConnection(myConnString)
- myConnection.Open()
- MessageBox.Show("ServerVersion: " + myConnection.ServerVersion _
- + ControlChars.Cr + "State: " + myConnection.State.ToString())
- myConnection.Close()
- End Sub
-
-
- public void CreateMySqlConnection(string myConnString)
- {
- MySqlConnection myConnection = new MySqlConnection(myConnString);
- myConnection.Open();
- MessageBox.Show("ServerVersion: " + myConnection.ServerVersion +
- "\nState: " + myConnection.State.ToString());
- myConnection.Close();
- }
-
-
-
-
-
- Cancels the query after the specified time interval.
-
- The length of time (in seconds) to wait for the cancelation of the command execution.
-
-
-
- Sets query timeout. If timeout has been set prior and not
- yet cleared ClearCommandTimeout(), it has no effect.
-
- timeout in seconds
- true if
-
-
-
- Clears query timeout, allowing next SetCommandTimeout() to succeed.
-
-
-
-
- Gets a schema collection based on the provided restriction values.
-
- The name of the collection.
- The values to restrict.
- A schema collection object.
-
-
- Empties the connection pool associated with the specified connection.
- The associated with the pool to be cleared.
-
-
- ClearPool clears the connection pool that is associated with the connection.
- If additional connections associated with connection are in use at the time of the call,
- they are marked appropriately and are discarded (instead of being returned to the pool)
- when Close is called on them.
-
-
-
-
- Clears all connection pools.
-
- ClearAllPools essentially performs a on all current connection
- pools.
-
-
-
-
-
- Initiates the asynchronous execution of a transaction.
-
- An object representing the new transaction.
-
-
-
- Asynchronous version of BeginTransaction.
-
- The cancellation token.
- An object representing the new transaction.
-
-
-
- Asynchronous version of BeginTransaction.
-
- The isolation level under which the transaction should run.
- An object representing the new transaction.
-
-
-
- Asynchronous version of BeginTransaction.
-
- The isolation level under which the transaction should run.
- The cancellation token.
- An object representing the new transaction.
-
-
-
- Asynchronous version of the ChangeDataBase method.
-
- The name of the database to use.
-
-
-
-
- Asynchronous version of the ChangeDataBase method.
-
- The name of the database to use.
- The cancellation token.
-
-
-
-
- Asynchronous version of the Close method.
-
-
-
-
- Asynchronous version of the Close method.
-
- The cancellation token.
-
-
-
- Asynchronous version of the ClearPool method.
-
- The connection associated with the pool to be cleared.
-
-
-
- Asynchronous version of the ClearPool method.
-
- The connection associated with the pool to be cleared.
- The cancellation token.
-
-
-
- Asynchronous version of the ClearAllPools method.
-
-
-
-
- Asynchronous version of the ClearAllPools method.
-
- The cancellation token.
-
-
-
- Asynchronous version of the GetSchemaCollection method.
-
- The name of the collection.
- The values to restrict.
- A collection of schema objects.
-
-
-
- Asynchronous version of the GetSchemaCollection method.
-
- The name of the collection.
- The values to restrict.
- The cancellation token.
- A collection of schema objects.
-
-
-
- Returns schema information for the data source of this .
-
- A that contains schema information.
-
-
-
- Returns schema information for the data source of this
- using the specified string for the schema name.
-
- Specifies the name of the schema to return.
- A that contains schema information.
-
-
-
- Returns schema information for the data source of this
- using the specified string for the schema name and the specified string array
- for the restriction values.
-
- Specifies the name of the schema to return.
- Specifies a set of restriction values for the requested schema.
- A that contains schema information.
-
-
-
- Enlists in the specified transaction.
-
-
- A reference to an existing in which to enlist.
-
-
-
-
- Creates a new MySqlConnection object with the exact same ConnectionString value
-
- A cloned MySqlConnection object
-
-
-
- Represents the method that will handle the event of a
- .
-
-
-
-
- Provides data for the InfoMessage event. This class cannot be inherited.
-
-
-
-
- Gets or sets an array of objects set with the errors found.
-
-
-
-
- IDisposable wrapper around SetCommandTimeout and ClearCommandTimeout functionality.
-
-
-
-
- Summary description for Crypt.
-
-
-
-
- Simple XOR scramble
-
- Source array
- Index inside source array
- Destination array
- Index inside destination array
- Password used to xor the bits
- Number of bytes to scramble
-
-
-
- Returns a byte array containing the proper encryption of the
- given password/seed according to the new 4.1.1 authentication scheme.
-
-
-
-
-
-
-
- Encrypts a password using the MySql encryption scheme
-
- The password to encrypt
- The encryption seed the server gave us
- Indicates if we should use the old or new encryption scheme
-
-
-
-
- Hashes a password using the algorithm from Monty's code.
- The first element in the return is the result of the "old" hash.
- The second element is the rest of the "new" hash.
-
- Password to be hashed
- Two element array containing the hashed values
-
-
-
- Provides a means of reading a forward-only stream of rows from a MySQL database. This class cannot be inherited.
-
-
- To create a MySQLDataReader, you must call the
- method of the object, rather than directly using a constructor.
-
-
- While the MySqlDataReader is in use, the associated
- is busy serving the MySqlDataReader, and no other operations can be performed
- on the MySqlConnection other than closing it. This is the case until the
- method of the MySqlDataReader is called.
-
-
- and
- are the only properties that you can call after the MySqlDataReader is
- closed. Though the RecordsAffected property may be accessed at any time
- while the MySqlDataReader exists, always call Close before returning
- the value of RecordsAffected to ensure an accurate return value.
-
-
- For optimal performance, MySqlDataReader avoids creating
- unnecessary objects or making unnecessary copies of data. As a result, multiple calls
- to methods such as return a reference to the
- same object. Use caution if you are modifying the underlying value of the objects
- returned by methods such as GetValue.
-
-
- The following example creates a ,
- a , and a MySqlDataReader. The example reads through
- the data, writing it out to the console. Finally, the example closes the MySqlDataReader, then the
- MySqlConnection.
-
- Public Sub ReadMyData(myConnString As String)
- Dim mySelectQuery As String = "SELECT OrderID, CustomerID FROM Orders"
- Dim myConnection As New MySqlConnection(myConnString)
- Dim myCommand As New MySqlCommand(mySelectQuery, myConnection)
- myConnection.Open()
- Dim myReader As MySqlDataReader
- myReader = myCommand.ExecuteReader()
- ' Always call Read before accessing data.
- While myReader.Read()
- Console.WriteLine((myReader.GetInt32(0) & ", " & myReader.GetString(1)))
- End While
- ' always call Close when done reading.
- myReader.Close()
- ' Close the connection when done with it.
- myConnection.Close()
- End Sub 'ReadMyData
-
-
- public void ReadMyData(string myConnString) {
- string mySelectQuery = "SELECT OrderID, CustomerID FROM Orders";
- MySqlConnection myConnection = new MySqlConnection(myConnString);
- MySqlCommand myCommand = new MySqlCommand(mySelectQuery,myConnection);
- myConnection.Open();
- MySqlDataReader myReader;
- myReader = myCommand.ExecuteReader();
- // Always call Read before accessing data.
- while (myReader.Read()) {
- Console.WriteLine(myReader.GetInt32(0) + ", " + myReader.GetString(1));
- }
- // always call Close when done reading.
- myReader.Close();
- // Close the connection when done with it.
- myConnection.Close();
- }
-
-
-
-
-
- Gets the number of columns in the current row.
-
-
-
-
- Gets a value indicating whether the MySqlDataReader contains one or more rows.
-
-
-
-
- Gets a value indicating whether the data reader is closed.
-
-
-
-
- Gets the number of rows changed, inserted, or deleted by execution of the SQL statement.
-
-
-
-
- Overloaded. Gets the value of a column in its native format.
- In C#, this property is the indexer for the MySqlDataReader class.
-
-
-
-
- Gets the value of a column in its native format.
- [C#] In C#, this property is the indexer for the MySqlDataReader class.
-
-
-
-
- Gets a value indicating the depth of nesting for the current row. This method is not
- supported currently and always returns 0.
-
-
-
-
- Closes the MySqlDataReader object.
-
-
-
-
- Gets the value of the specified column as a Boolean.
-
-
-
-
-
-
- Gets the value of the specified column as a Boolean.
-
-
-
-
-
-
- Gets the value of the specified column as a byte.
-
-
-
-
-
-
- Gets the value of the specified column as a byte.
-
-
-
-
-
-
- Gets the value of the specified column as a sbyte.
-
-
-
-
-
-
- Gets the value of the specified column as a sbyte.
-
-
-
-
-
-
- Reads a stream of bytes from the specified column offset into the buffer an array starting at the given buffer offset.
-
- The zero-based column ordinal.
- The index within the field from which to begin the read operation.
- The buffer into which to read the stream of bytes.
- The index for buffer to begin the read operation.
- The maximum length to copy into the buffer.
- The actual number of bytes read.
-
-
-
-
- Gets the value of the specified column as a single character.
-
-
-
-
-
-
- Gets the value of the specified column as a single character.
-
-
-
-
-
-
- Reads a stream of characters from the specified column offset into the buffer as an array starting at the given buffer offset.
-
-
-
-
-
-
-
-
-
-
- Gets the name of the source data type.
-
-
-
-
-
-
- Gets the value of the specified column as a object.
-
-
- No conversions are performed; therefore, the data retrieved must already be a DateTime object.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The zero-based column ordinal or column name.The value of the specified column.
-
-
-
- Gets the value of the specified column as a object.
-
-
- No conversions are performed; therefore, the data retrieved must already be a DateTime object.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The zero-based column ordinal or column name.The value of the specified column.
-
-
-
- Gets the value of the specified column as a object.
-
-
- No conversions are performed; therefore, the data retrieved must already be a DateTime object.
-
-
- Call IsDBNull to check for null values before calling this method.
-
-
-
- MySql allows date columns to contain the value '0000-00-00' and datetime
- columns to contain the value '0000-00-00 00:00:00'. The DateTime structure cannot contain
- or represent these values. To read a datetime value from a column that might
- contain zero values, use .
-
-
- The behavior of reading a zero datetime column using this method is defined by the
- ZeroDateTimeBehavior connection string option. For more information on this option,
- please refer to .
-
-
- The column name.The value of the specified column.
-
-
-
- Gets the value of the specified column as a object.
-
-
- No conversions are performed; therefore, the data retrieved must already be a DateTime object.
-
-
- Call IsDBNull to check for null values before calling this method.
-
-
-
- MySql allows date columns to contain the value '0000-00-00' and datetime
- columns to contain the value '0000-00-00 00:00:00'. The DateTime structure cannot contain
- or represent these values. To read a datetime value from a column that might
- contain zero values, use .
-
-
- The behavior of reading a zero datetime column using this method is defined by the
- ZeroDateTimeBehavior connection string option. For more information on this option,
- please refer to .
-
-
- The zero-based column ordinal.The value of the specified column.
-
-
-
- Gets the value of the specified column as a .
-
- The name of the colum.
- The value of the specified column as a .
-
-
-
- Gets the value of the specified column as a .
-
- The index of the colum.
- The value of the specified column as a .
-
-
-
- Gets the value of the specified column as a object.
-
-
- No conversions are performed; therefore, the data retrieved must already be a Decimal object.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The column nameThe value of the specified column.
-
-
-
- Gets the value of the specified column as a object.
-
-
- No conversions are performed; therefore, the data retrieved must already be a Decimal object.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The zero-based column ordinalThe value of the specified column.
-
-
- Gets the value of the specified column as a double-precision floating point number.
-
- No conversions are performed; therefore, the data retrieved must already be a Double object.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The column nameThe value of the specified column.
-
-
- Gets the value of the specified column as a double-precision floating point number.
-
- No conversions are performed; therefore, the data retrieved must already be a Double object.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The zero-based column ordinal.The value of the specified column.
-
-
-
- Gets the Type that is the data type of the object.
-
-
-
-
-
-
- Gets the value of the specified column as a single-precision floating point number.
-
-
- No conversions are performed; therefore, the data retrieved must already be a Float object.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The column nameThe value of the specified column.
-
-
-
- Gets the value of the specified column as a single-precision floating point number.
-
-
- No conversions are performed; therefore, the data retrieved must already be a Float object.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The zero-based column ordinal.The value of the specified column.
-
-
-
- Gets the value of the specified column as a globally-unique identifier(GUID).
-
- The name of the column.
-
-
-
-
-
-
- Gets the value of the specified column as a 16-bit signed integer.
-
- No conversions are performed; threfore, the data retrieved must already be a 16 bit integer value.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The column nameThe value of the specified column.
-
-
- Gets the value of the specified column as a 16-bit signed integer.
-
- No conversions are performed; therefore, the data retrieved must already be a 16 bit integer value.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The zero-based column ordinal.The value of the specified column.
-
-
- Gets the value of the specified column as a 32-bit signed integer.
-
- No conversions are performed; therefore, the data retrieved must already be a 32 bit integer value.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The column name.The value of the specified column.
-
-
- Gets the value of the specified column as a 32-bit signed integer.
-
- No conversions are performed; therefore, the data retrieved must already be a 32 bit integer value.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The zero-based column ordinal.The value of the specified column.
-
-
- Gets the value of the specified column as a 64-bit signed integer.
-
- No conversions are performed; therefore, the data retrieved must already be a 64 bit integer value.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The column name.The value of the specified column.
-
-
- Gets the value of the specified column as a 64-bit signed integer.
-
- No conversions are performed; therefore, the data retrieved must already be a 64 bit integer value.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The zero-based column ordinal.The value of the specified column.
-
-
-
- Gets the name of the specified column.
-
-
-
-
-
-
- Gets the column ordinal, given the name of the column.
-
-
-
-
-
-
- Gets the value of the specified column as a object.
-
-
- No conversions are performed; therefore, the data retrieved must already be a String object.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The column name.The value of the specified column.
-
-
-
- Gets the value of the specified column as a object.
-
-
- No conversions are performed; therefore, the data retrieved must already be a String object.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The zero-based column ordinal.The value of the specified column.
-
-
-
- Gets the value of the specified column as a object.
-
-
- No conversions are performed; therefore, the data retrieved must already be a Time value.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The zero-based column ordinal or column name.The value of the specified column.
-
-
-
- Gets the value of the specified column as a object.
-
-
- No conversions are performed; therefore, the data retrieved must already be a Time value.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The zero-based column ordinal or column name.The value of the specified column.
-
-
-
- Gets the value of the specified column in its native format.
-
-
-
-
-
-
- Gets all attribute columns in the collection for the current row.
-
-
-
-
-
- Gets the value of the specified column as a 16-bit unsigned integer.
-
- No conversions are performed; therefore, the data retrieved must already be a 16 bit unsigned integer value.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The zero-based column ordinal or column name.The value of the specified column.
-
-
- Gets the value of the specified column as a 16-bit unsigned integer.
-
- No conversions are performed; therefore, the data retrieved must already be a 16 bit unsigned integer value.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The zero-based column ordinal or column name.The value of the specified column.
-
-
- Gets the value of the specified column as a 32-bit unsigned integer.
-
- No conversions are performed; therefore, the data retrieved must already be a 32 bit unsigned integer value.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The zero-based column ordinal or column name.The value of the specified column.
-
-
- Gets the value of the specified column as a 32-bit unsigned integer.
-
- No conversions are performed; therefore, the data retrieved must already be a 32 bit unsigned integer value.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The zero-based column ordinal or column name.The value of the specified column.
-
-
- Gets the value of the specified column as a 64-bit unsigned integer.
-
- No conversions are performed; therefore, the data retrieved must already be a 64 bit unsigned integer value.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The zero-based column ordinal or column name.The value of the specified column.
-
-
- Gets the value of the specified column as a 64-bit unsigned integer.
-
- No conversions are performed; therefore, the data retrieved must already be a 64 bit unsigned integer value.
-
-
- Call IsDBNull to check for null values before calling this method.
-
- The zero-based column ordinal or column name.The value of the specified column.
-
-
-
- Gets a value indicating whether the column contains non-existent or missing values.
-
-
-
-
-
-
- Advances the data reader to the next result, when reading the results of batch SQL statements.
-
-
-
-
-
- Advances the MySqlDataReader to the next record.
-
-
-
-
-
- Gets the value of the specified column as a .
-
- The index of the colum.
- The value of the specified column as a .
-
-
-
- Gets the value of the specified column as a .
-
- The name of the colum.
- The value of the specified column as a .
-
-
-
- Returns an that iterates through the .
-
-
-
-
- Returns a DataTable that describes the column metadata of the MySqlDataReader.
-
-
-
-
-
- Summary description for BaseDriver.
-
-
-
-
- For pooled connections, time when the driver was
- put into idle queue
-
-
-
-
- Loads the properties from the connected server into a hashtable
-
-
-
-
-
-
- Loads all the current character set names and ids for this server
- into the charSets hashtable
-
-
-
-
- The exception that is thrown when MySQL returns an error. This class cannot be inherited.
-
-
-
- This class is created whenever the MySql Data Provider encounters an error generated from the server.
-
-
- Any open connections are not automatically closed when an exception is thrown. If
- the client application determines that the exception is fatal, it should close any open
- objects or objects.
-
-
- The following example generates a MySqlException due to a missing server,
- and then displays the exception.
-
-
- Public Sub ShowException()
- Dim mySelectQuery As String = "SELECT column1 FROM table1"
- Dim myConnection As New MySqlConnection ("Data Source=localhost;Database=Sample;")
- Dim myCommand As New MySqlCommand(mySelectQuery, myConnection)
-
- Try
- myCommand.Connection.Open()
- Catch e As MySqlException
- MessageBox.Show( e.Message )
- End Try
- End Sub
-
-
- public void ShowException()
- {
- string mySelectQuery = "SELECT column1 FROM table1";
- MySqlConnection myConnection =
- new MySqlConnection("Data Source=localhost;Database=Sample;");
- MySqlCommand myCommand = new MySqlCommand(mySelectQuery,myConnection);
-
- try
- {
- myCommand.Connection.Open();
- }
- catch (MySqlException e)
- {
- MessageBox.Show( e.Message );
- }
- }
-
-
-
-
-
- Gets a number that identifies the type of error.
-
-
-
-
- True if this exception was fatal and cause the closing of the connection, false otherwise.
-
-
-
-
- Gets the SQL state.
-
-
-
-
- Gets an integer that representes the MySQL error code.
-
-
-
-
- Summary description for Field.
-
-
-
-
- We are adding a custom installer class to our assembly so our installer
- can make proper changes to the machine.config file.
-
-
-
-
- We override Install so we can add our assembly to the proper
- machine.config files.
-
-
-
-
-
- We override Uninstall so we can remove out assembly from the
- machine.config files.
-
-
-
-
-
- Automatically generates single-table commands used to reconcile changes made to a DataSet with the associated MySQL database. This class cannot be inherited.
-
-
- The does not automatically generate the SQL statements required to
- reconcile changes made to a DataSet with the associated instance of MySQL.
- However, you can create a MySqlCommandBuilder object to automatically generate SQL statements for
- single-table updates if you set the SelectCommand property
- of the MySqlDataAdapter. Then, any additional SQL statements that you do not set are generated by the
- MySqlCommandBuilder.
-
-
-
- The MySqlCommandBuilder registers itself as a listener for RowUpdating
- events whenever you set the property. You can only associate one
- MySqlDataAdapter or MySqlCommandBuilder object with each other at one time.
-
-
-
- To generate INSERT, UPDATE, or DELETE statements, the MySqlCommandBuilder uses the
- SelectCommand property to retrieve a required set of metadata automatically. If you change
- the SelectCommand after the metadata has is retrieved (for example, after the first update), you
- should call the method to update the metadata.
-
-
-
- The SelectCommand must also return at least one primary key or unique
- column. If none are present, an InvalidOperation exception is generated,
- and the commands are not generated.
-
-
-
- The MySqlCommandBuilder also uses the Connection,
- CommandTimeout, and Transaction
- properties referenced by the SelectCommand. The user should call
- RefreshSchema if any of these properties are modified, or if the
- SelectCommand itself is replaced. Otherwise the InsertCommand,
- UpdateCommand, and
- DeleteCommand properties retain
- their previous values.
-
-
-
- If you call Dispose, the MySqlCommandBuilder is disassociated
- from the MySqlDataAdapter, and the generated commands are no longer used.
-
-
-
- Caution must be used when using MySqlCOmmandBuilder on MySql 4.0 systems. With MySql 4.0,
- database/schema information is not provided to the connector for a query. This means that
- a query that pulls columns from two identically named tables in two or more different databases
- will not cause an exception to be thrown but will not work correctly. Even more dangerous
- is the situation where your select statement references database X but is executed in
- database Y and both databases have tables with similar layouts. This situation can cause
- unwanted changes or deletes.
- This note does not apply to MySQL versions 4.1 and later.
-
-
-
- The following example uses the , along
- and , to
- select rows from a data source. The example is passed an initialized
- , a connection string, a
- query string that is a SQL SELECT statement, and a string that is the
- name of the database table. The example then creates a MySqlCommandBuilder.
-
-
- Public Shared Function SelectRows(myConnection As String, mySelectQuery As String, myTableName As String) As DataSet
- Dim myConn As New MySqlConnection(myConnection)
- Dim myDataAdapter As New MySqlDataAdapter()
- myDataAdapter.SelectCommand = New MySqlCommand(mySelectQuery, myConn)
- Dim cb As SqlCommandBuilder = New MySqlCommandBuilder(myDataAdapter)
-
- myConn.Open()
-
- Dim ds As DataSet = New DataSet
- myDataAdapter.Fill(ds, myTableName)
-
- ' Code to modify data in DataSet here
-
- ' Without the MySqlCommandBuilder this line would fail.
- myDataAdapter.Update(ds, myTableName)
-
- myConn.Close()
- End Function 'SelectRows
-
-
- public static DataSet SelectRows(string myConnection, string mySelectQuery, string myTableName)
- {
- MySqlConnection myConn = new MySqlConnection(myConnection);
- MySqlDataAdapter myDataAdapter = new MySqlDataAdapter();
- myDataAdapter.SelectCommand = new MySqlCommand(mySelectQuery, myConn);
- MySqlCommandBuilder cb = new MySqlCommandBuilder(myDataAdapter);
-
- myConn.Open();
-
- DataSet ds = new DataSet();
- myDataAdapter.Fill(ds, myTableName);
-
- //code to modify data in DataSet here
-
- //Without the MySqlCommandBuilder this line would fail
- myDataAdapter.Update(ds, myTableName);
-
- myConn.Close();
-
- return ds;
- }
-
-
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class
- with the associated object.
-
- The to use.
-
-
- The registers itself as a listener for
- events that are generated by the
- specified in this property.
-
-
- When you create a new instance MySqlCommandBuilder, any existing
- MySqlCommandBuilder associated with this MySqlDataAdapter
- is released.
-
-
-
-
-
- Gets or sets a object for which SQL statements are automatically generated.
-
- A object.
-
-
- The registers itself as a listener for
- events that are generated by the
- specified in this property.
-
-
- When you create a new instance MySqlCommandBuilder, any existing
- MySqlCommandBuilder associated with this MySqlDataAdapter
- is released.
-
-
-
-
-
- Retrieves parameter information from the stored procedure specified
- in the MySqlCommand and populates the Parameters collection of the
- specified MySqlCommand object.
- This method is not currently supported since stored procedures are
- not available in MySql.
-
- The MySqlCommand referencing the stored
- procedure from which the parameter information is to be derived.
- The derived parameters are added to the Parameters collection of the
- MySqlCommand.
- The command text is not
- a valid stored procedure name.
-
-
-
- Gets the delete command.
-
-
-
-
-
- Gets the update command.
-
-
-
-
-
- Gets the insert command.
-
-
-
-
-
-
-
-
-
-
-
-
- Represents a set of data commands and a database connection that are used to fill a dataset and update a MySQL database. This class cannot be inherited.
-
-
- The MySQLDataAdapter, serves as a bridge between a
- and MySQL for retrieving and saving data. The MySQLDataAdapter provides this
- bridge by mapping , which changes the data in the
- DataSet to match the data in the data source, and ,
- which changes the data in the data source to match the data in the DataSet,
- using the appropriate SQL statements against the data source.
-
-
- When the MySQLDataAdapter fills a DataSet, it will create the necessary
- tables and columns for the returned data if they do not already exist. However, primary
- key information will not be included in the implicitly created schema unless the
- property is set to .
- You may also have the MySQLDataAdapter create the schema of the DataSet,
- including primary key information, before filling it with data using .
-
-
- MySQLDataAdapter is used in conjunction with
- and to increase performance when connecting to a MySQL database.
-
-
- The MySQLDataAdapter also includes the ,
- , ,
- , and
- properties to facilitate the loading and updating of data.
-
-
- When an instance of MySQLDataAdapter is created, the read/write properties
- are set to initial values. For a list of these values, see the MySQLDataAdapter
- constructor.
-
-
- Please be aware that the class allows only
- Int16, Int32, and Int64 to have the AutoIncrement property set.
- If you plan to use autoincremement columns with MySQL, you should consider
- using signed integer columns.
-
-
- The following example creates a and a .
- The MySqlConnection is opened and set as the for the
- MySqlCommand. The example then calls , and closes
- the connection. To accomplish this, the ExecuteNonQuery is
- passed a connection string and a query string that is a SQL INSERT
- statement.
-
- Public Function SelectRows(dataSet As DataSet, connection As String, query As String) As DataSet
- Dim conn As New MySqlConnection(connection)
- Dim adapter As New MySqlDataAdapter()
- adapter.SelectCommand = new MySqlCommand(query, conn)
- adapter.Fill(dataset)
- Return dataset
- End Function
-
-
- public DataSet SelectRows(DataSet dataset,string connection,string query)
- {
- MySqlConnection conn = new MySqlConnection(connection);
- MySqlDataAdapter adapter = new MySqlDataAdapter();
- adapter.SelectCommand = new MySqlCommand(query, conn);
- adapter.Fill(dataset);
- return dataset;
- }
-
-
-
-
-
- Occurs during Update before a command is executed against the data source. The attempt to update is made, so the event fires.
-
-
-
-
- Occurs during Update after a command is executed against the data source. The attempt to update is made, so the event fires.
-
-
-
-
- Initializes a new instance of the MySqlDataAdapter class.
-
-
- When an instance of is created,
- the following read/write properties are set to the following initial
- values.
-
-
-
- Properties
- Initial Value
-
- -
-
-
-
-
- MissingMappingAction.Passthrough
-
-
- -
-
-
-
-
- MissingSchemaAction.Add
-
-
-
-
- You can change the value of any of these properties through a separate call
- to the property.
-
-
- The following example creates a and sets some of
- its properties.
-
- Public Sub CreateSqlDataAdapter()
- Dim conn As MySqlConnection = New MySqlConnection("Data Source=localhost;" & _
- "database=test")
- Dim da As MySqlDataAdapter = New MySqlDataAdapter
- da.MissingSchemaAction = MissingSchemaAction.AddWithKey
-
- da.SelectCommand = New MySqlCommand("SELECT id, name FROM mytable", conn)
- da.InsertCommand = New MySqlCommand("INSERT INTO mytable (id, name) " & _
- "VALUES (@id, @name)", conn)
- da.UpdateCommand = New MySqlCommand("UPDATE mytable SET id=@id, name=@name " & _
- "WHERE id=@oldId", conn)
- da.DeleteCommand = New MySqlCommand("DELETE FROM mytable WHERE id=@id", conn)
-
- da.InsertCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id")
- da.InsertCommand.Parameters.Add("@name", MySqlDbType.VarChar, 40, "name")
-
- da.UpdateCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id")
- da.UpdateCommand.Parameters.Add("@name", MySqlDbType.VarChar, 40, "name")
- da.UpdateCommand.Parameters.Add("@oldId", MySqlDbType.VarChar, 5, "id").SourceVersion = DataRowVersion.Original
-
- da.DeleteCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id").SourceVersion = DataRowVersion.Original
- End Sub
-
-
- public static void CreateSqlDataAdapter()
- {
- MySqlConnection conn = new MySqlConnection("Data Source=localhost;database=test");
- MySqlDataAdapter da = new MySqlDataAdapter();
- da.MissingSchemaAction = MissingSchemaAction.AddWithKey;
-
- da.SelectCommand = new MySqlCommand("SELECT id, name FROM mytable", conn);
- da.InsertCommand = new MySqlCommand("INSERT INTO mytable (id, name) " +
- "VALUES (@id, @name)", conn);
- da.UpdateCommand = new MySqlCommand("UPDATE mytable SET id=@id, name=@name " +
- "WHERE id=@oldId", conn);
- da.DeleteCommand = new MySqlCommand("DELETE FROM mytable WHERE id=@id", conn);
-
- da.InsertCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id");
- da.InsertCommand.Parameters.Add("@name", MySqlDbType.VarChar, 40, "name");
-
- da.UpdateCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id");
- da.UpdateCommand.Parameters.Add("@name", MySqlDbType.VarChar, 40, "name");
- da.UpdateCommand.Parameters.Add("@oldId", MySqlDbType.VarChar, 5, "id").SourceVersion = DataRowVersion.Original;
-
- da.DeleteCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id").SourceVersion = DataRowVersion.Original;
- }
-
-
-
-
-
- Initializes a new instance of the class with
- the specified as the
- property.
-
- that is a SQL SELECT statement or stored procedure and is set
- as the property of the .
-
-
- When an instance of is created,
- the following read/write properties are set to the following initial
- values.
-
-
-
- Properties
- Initial Value
-
- -
-
-
-
-
- MissingMappingAction.Passthrough
-
-
- -
-
-
-
-
- MissingSchemaAction.Add
-
-
-
-
- You can change the value of any of these properties through a separate call
- to the property.
-
-
- When SelectCommand (or any of the other command properties) is assigned
- to a previously created , the MySqlCommand is not cloned.
- The SelectCommand maintains a reference to the previously created MySqlCommand
- object.
-
-
- The following example creates a and sets some of
- its properties.
-
- Public Sub CreateSqlDataAdapter()
- Dim conn As MySqlConnection = New MySqlConnection("Data Source=localhost;" & _
- "database=test")
- Dim cmd as new MySqlCommand("SELECT id, name FROM mytable", conn)
- Dim da As MySqlDataAdapter = New MySqlDataAdapter(cmd)
- da.MissingSchemaAction = MissingSchemaAction.AddWithKey
-
- da.InsertCommand = New MySqlCommand("INSERT INTO mytable (id, name) " & _
- "VALUES (@id, @name)", conn)
- da.UpdateCommand = New MySqlCommand("UPDATE mytable SET id=@id, name=@name " & _
- "WHERE id=@oldId", conn)
- da.DeleteCommand = New MySqlCommand("DELETE FROM mytable WHERE id=@id", conn)
-
- da.InsertCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id")
- da.InsertCommand.Parameters.Add("@name", MySqlDbType.VarChar, 40, "name")
-
- da.UpdateCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id")
- da.UpdateCommand.Parameters.Add("@name", MySqlDbType.VarChar, 40, "name")
- da.UpdateCommand.Parameters.Add("@oldId", MySqlDbType.VarChar, 5, "id").SourceVersion = DataRowVersion.Original
-
- da.DeleteCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id").SourceVersion = DataRowVersion.Original
- End Sub
-
-
- public static void CreateSqlDataAdapter()
- {
- MySqlConnection conn = new MySqlConnection("Data Source=localhost;database=test");
- MySqlCommand cmd = new MySqlCommand("SELECT id, name FROM mytable", conn);
- MySqlDataAdapter da = new MySqlDataAdapter(cmd);
- da.MissingSchemaAction = MissingSchemaAction.AddWithKey;
-
- da.InsertCommand = new MySqlCommand("INSERT INTO mytable (id, name) " +
- "VALUES (@id, @name)", conn);
- da.UpdateCommand = new MySqlCommand("UPDATE mytable SET id=@id, name=@name " +
- "WHERE id=@oldId", conn);
- da.DeleteCommand = new MySqlCommand("DELETE FROM mytable WHERE id=@id", conn);
-
- da.InsertCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id");
- da.InsertCommand.Parameters.Add("@name", MySqlDbType.VarChar, 40, "name");
-
- da.UpdateCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id");
- da.UpdateCommand.Parameters.Add("@name", MySqlDbType.VarChar, 40, "name");
- da.UpdateCommand.Parameters.Add("@oldId", MySqlDbType.VarChar, 5, "id").SourceVersion = DataRowVersion.Original;
-
- da.DeleteCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id").SourceVersion = DataRowVersion.Original;
- }
-
-
-
-
-
- Initializes a new instance of the class with
- a and a object.
-
- A String that is a SQL SELECT statement or stored procedure to be used by
- the property of the .
-
- A that represents the connection.
-
-
- This implementation of the opens and closes a
- if it is not already open. This can be useful in a an application that must call the
- method for two or more MySqlDataAdapter objects.
- If the MySqlConnection is already open, you must explicitly call
- or to close it.
-
-
- When an instance of is created,
- the following read/write properties are set to the following initial
- values.
-
-
-
- Properties
- Initial Value
-
- -
-
-
-
-
- MissingMappingAction.Passthrough
-
-
- -
-
-
-
-
- MissingSchemaAction.Add
-
-
-
-
- You can change the value of any of these properties through a separate call
- to the property.
-
-
- The following example creates a and sets some of
- its properties.
-
- Public Sub CreateSqlDataAdapter()
- Dim conn As MySqlConnection = New MySqlConnection("Data Source=localhost;" & _
- "database=test")
- Dim da As MySqlDataAdapter = New MySqlDataAdapter("SELECT id, name FROM mytable", conn)
- da.MissingSchemaAction = MissingSchemaAction.AddWithKey
-
- da.InsertCommand = New MySqlCommand("INSERT INTO mytable (id, name) " & _
- "VALUES (@id, @name)", conn)
- da.UpdateCommand = New MySqlCommand("UPDATE mytable SET id=@id, name=@name " & _
- "WHERE id=@oldId", conn)
- da.DeleteCommand = New MySqlCommand("DELETE FROM mytable WHERE id=@id", conn)
-
- da.InsertCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id")
- da.InsertCommand.Parameters.Add("@name", MySqlDbType.VarChar, 40, "name")
-
- da.UpdateCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id")
- da.UpdateCommand.Parameters.Add("@name", MySqlDbType.VarChar, 40, "name")
- da.UpdateCommand.Parameters.Add("@oldId", MySqlDbType.VarChar, 5, "id").SourceVersion = DataRowVersion.Original
-
- da.DeleteCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id").SourceVersion = DataRowVersion.Original
- End Sub
-
-
- public static void CreateSqlDataAdapter()
- {
- MySqlConnection conn = new MySqlConnection("Data Source=localhost;database=test");
- MySqlDataAdapter da = new MySqlDataAdapter("SELECT id, name FROM mytable", conn);
- da.MissingSchemaAction = MissingSchemaAction.AddWithKey;
-
- da.InsertCommand = new MySqlCommand("INSERT INTO mytable (id, name) " +
- "VALUES (@id, @name)", conn);
- da.UpdateCommand = new MySqlCommand("UPDATE mytable SET id=@id, name=@name " +
- "WHERE id=@oldId", conn);
- da.DeleteCommand = new MySqlCommand("DELETE FROM mytable WHERE id=@id", conn);
-
- da.InsertCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id");
- da.InsertCommand.Parameters.Add("@name", MySqlDbType.VarChar, 40, "name");
-
- da.UpdateCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id");
- da.UpdateCommand.Parameters.Add("@name", MySqlDbType.VarChar, 40, "name");
- da.UpdateCommand.Parameters.Add("@oldId", MySqlDbType.VarChar, 5, "id").SourceVersion = DataRowVersion.Original;
-
- da.DeleteCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id").SourceVersion = DataRowVersion.Original;
- }
-
-
-
-
-
- Initializes a new instance of the class with
- a and a connection string.
-
- A that is a SQL SELECT statement or stored procedure to
- be used by the property of the .
- The connection string
-
- When an instance of is created,
- the following read/write properties are set to the following initial
- values.
-
-
-
- Properties
- Initial Value
-
- -
-
-
-
-
- MissingMappingAction.Passthrough
-
-
- -
-
-
-
-
- MissingSchemaAction.Add
-
-
-
-
- You can change the value of any of these properties through a separate call
- to the property.
-
-
- The following example creates a and sets some of
- its properties.
-
- Public Sub CreateSqlDataAdapter()
- Dim da As MySqlDataAdapter = New MySqlDataAdapter("SELECT id, name FROM mytable", "Data Source=localhost;database=test")
- Dim conn As MySqlConnection = da.SelectCommand.Connection
- da.MissingSchemaAction = MissingSchemaAction.AddWithKey
-
- da.InsertCommand = New MySqlCommand("INSERT INTO mytable (id, name) " & _
- "VALUES (@id, @name)", conn)
- da.UpdateCommand = New MySqlCommand("UPDATE mytable SET id=@id, name=@name " & _
- "WHERE id=@oldId", conn)
- da.DeleteCommand = New MySqlCommand("DELETE FROM mytable WHERE id=@id", conn)
-
- da.InsertCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id")
- da.InsertCommand.Parameters.Add("@name", MySqlDbType.VarChar, 40, "name")
-
- da.UpdateCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id")
- da.UpdateCommand.Parameters.Add("@name", MySqlDbType.VarChar, 40, "name")
- da.UpdateCommand.Parameters.Add("@oldId", MySqlDbType.VarChar, 5, "id").SourceVersion = DataRowVersion.Original
-
- da.DeleteCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id").SourceVersion = DataRowVersion.Original
- End Sub
-
-
- public static void CreateSqlDataAdapter()
- {
- MySqlDataAdapter da = new MySqlDataAdapter("SELECT id, name FROM mytable", "Data Source=localhost;database=test");
- MySqlConnection conn = da.SelectCommand.Connection;
- da.MissingSchemaAction = MissingSchemaAction.AddWithKey;
-
- da.InsertCommand = new MySqlCommand("INSERT INTO mytable (id, name) " +
- "VALUES (@id, @name)", conn);
- da.UpdateCommand = new MySqlCommand("UPDATE mytable SET id=@id, name=@name " +
- "WHERE id=@oldId", conn);
- da.DeleteCommand = new MySqlCommand("DELETE FROM mytable WHERE id=@id", conn);
-
- da.InsertCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id");
- da.InsertCommand.Parameters.Add("@name", MySqlDbType.VarChar, 40, "name");
-
- da.UpdateCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id");
- da.UpdateCommand.Parameters.Add("@name", MySqlDbType.VarChar, 40, "name");
- da.UpdateCommand.Parameters.Add("@oldId", MySqlDbType.VarChar, 5, "id").SourceVersion = DataRowVersion.Original;
-
- da.DeleteCommand.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id").SourceVersion = DataRowVersion.Original;
- }
-
-
-
-
-
- Gets or sets a SQL statement or stored procedure used to delete records from the data set.
-
- A used during to delete records in the
- database that correspond to deleted rows in the .
-
-
- During , if this property is not set and primary key information
- is present in the , the DeleteCommand can be generated
- automatically if you set the property and use the
- . Then, any additional commands that you do not set are
- generated by the MySqlCommandBuilder. This generation logic requires key column
- information to be present in the DataSet.
-
-
- When DeleteCommand is assigned to a previously created ,
- the MySqlCommand is not cloned. The DeleteCommand maintains a reference
- to the previously created MySqlCommand object.
-
-
- The following example creates a and sets the
- and DeleteCommand properties. It assumes you have already
- created a object.
-
- Public Shared Function CreateCustomerAdapter(conn As MySqlConnection) As MySqlDataAdapter
-
- Dim da As MySqlDataAdapter = New MySqlDataAdapter()
- Dim cmd As MySqlCommand
- Dim parm As MySqlParameter
-
- ' Create the SelectCommand.
- cmd = New MySqlCommand("SELECT * FROM mytable WHERE id=@id AND name=@name", conn)
-
- cmd.Parameters.Add("@id", MySqlDbType.VarChar, 15)
- cmd.Parameters.Add("@name", MySqlDbType.VarChar, 15)
-
- da.SelectCommand = cmd
-
- ' Create the DeleteCommand.
- cmd = New MySqlCommand("DELETE FROM mytable WHERE id=@id", conn)
-
- parm = cmd.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id")
- parm.SourceVersion = DataRowVersion.Original
-
- da.DeleteCommand = cmd
-
- Return da
- End Function
-
-
- public static MySqlDataAdapter CreateCustomerAdapter(MySqlConnection conn)
- {
- MySqlDataAdapter da = new MySqlDataAdapter();
- MySqlCommand cmd;
- MySqlParameter parm;
-
- // Create the SelectCommand.
- cmd = new MySqlCommand("SELECT * FROM mytable WHERE id=@id AND name=@name", conn);
-
- cmd.Parameters.Add("@id", MySqlDbType.VarChar, 15);
- cmd.Parameters.Add("@name", MySqlDbType.VarChar, 15);
-
- da.SelectCommand = cmd;
-
- // Create the DeleteCommand.
- cmd = new MySqlCommand("DELETE FROM mytable WHERE id=@id", conn);
-
- parm = cmd.Parameters.Add("@id", MySqlDbType.VarChar, 5, "id");
- parm.SourceVersion = DataRowVersion.Original;
-
- da.DeleteCommand = cmd;
-
- return da;
- }
-
-
-
-
-
- Gets or sets a SQL statement or stored procedure used to insert records into the data set.
-
- A used during to insert records into the
- database that correspond to new rows in the .
-
-
- During , if this property is not set and primary key information
- is present in the , the InsertCommand can be generated
- automatically if you set the property and use the
- . Then, any additional commands that you do not set are
- generated by the MySqlCommandBuilder. This generation logic requires key column
- information to be present in the DataSet.
-
-
- When InsertCommand is assigned to a previously created ,
- the MySqlCommand is not cloned. The InsertCommand maintains a reference
- to the previously created MySqlCommand object.
-
-
- If execution of this command returns rows, these rows may be added to the DataSet
- depending on how you set the property of the MySqlCommand object.
-
-
- The following example creates a and sets the
- and InsertCommand properties. It assumes you have already
- created a object.
-
- Public Shared Function CreateCustomerAdapter(conn As MySqlConnection) As MySqlDataAdapter
-
- Dim da As MySqlDataAdapter = New MySqlDataAdapter()
- Dim cmd As MySqlCommand
- Dim parm As MySqlParameter
-
- ' Create the SelectCommand.
- cmd = New MySqlCommand("SELECT * FROM mytable WHERE id=@id AND name=@name", conn)
-
- cmd.Parameters.Add("@id", MySqlDbType.VarChar, 15)
- cmd.Parameters.Add("@name", MySqlDbType.VarChar, 15)
-
- da.SelectCommand = cmd
-
- ' Create the InsertCommand.
- cmd = New MySqlCommand("INSERT INTO mytable (id,name) VALUES (@id, @name)", conn)
-
- cmd.Parameters.Add( "@id", MySqlDbType.VarChar, 15, "id" )
- cmd.Parameters.Add( "@name", MySqlDbType.VarChar, 15, "name" )
- da.InsertCommand = cmd
-
- Return da
- End Function
-
-
- public static MySqlDataAdapter CreateCustomerAdapter(MySqlConnection conn)
- {
- MySqlDataAdapter da = new MySqlDataAdapter();
- MySqlCommand cmd;
- MySqlParameter parm;
-
- // Create the SelectCommand.
- cmd = new MySqlCommand("SELECT * FROM mytable WHERE id=@id AND name=@name", conn);
-
- cmd.Parameters.Add("@id", MySqlDbType.VarChar, 15);
- cmd.Parameters.Add("@name", MySqlDbType.VarChar, 15);
-
- da.SelectCommand = cmd;
-
- // Create the InsertCommand.
- cmd = new MySqlCommand("INSERT INTO mytable (id,name) VALUES (@id,@name)", conn);
- cmd.Parameters.Add("@id", MySqlDbType.VarChar, 15, "id" );
- cmd.Parameters.Add("@name", MySqlDbType.VarChar, 15, "name" );
-
- da.InsertCommand = cmd;
-
- return da;
- }
-
-
-
-
-
- Gets or sets a SQL statement or stored procedure used to select records in the data source.
-
- A used during to select records from the
- database for placement in the .
-
-
- When SelectCommand is assigned to a previously created ,
- the MySqlCommand is not cloned. The SelectCommand maintains a reference to the
- previously created MySqlCommand object.
-
-
- If the SelectCommand does not return any rows, no tables are added to the
- , and no exception is raised.
-
-
- The following example creates a and sets the
- and InsertCommand properties. It assumes you have already
- created a object.
-
- Public Shared Function CreateCustomerAdapter(conn As MySqlConnection) As MySqlDataAdapter
-
- Dim da As MySqlDataAdapter = New MySqlDataAdapter()
- Dim cmd As MySqlCommand
- Dim parm As MySqlParameter
-
- ' Create the SelectCommand.
- cmd = New MySqlCommand("SELECT * FROM mytable WHERE id=@id AND name=@name", conn)
-
- cmd.Parameters.Add("@id", MySqlDbType.VarChar, 15)
- cmd.Parameters.Add("@name", MySqlDbType.VarChar, 15)
-
- da.SelectCommand = cmd
-
- ' Create the InsertCommand.
- cmd = New MySqlCommand("INSERT INTO mytable (id,name) VALUES (@id, @name)", conn)
-
- cmd.Parameters.Add( "@id", MySqlDbType.VarChar, 15, "id" )
- cmd.Parameters.Add( "@name", MySqlDbType.VarChar, 15, "name" )
- da.InsertCommand = cmd
-
- Return da
- End Function
-
-
- public static MySqlDataAdapter CreateCustomerAdapter(MySqlConnection conn)
- {
- MySqlDataAdapter da = new MySqlDataAdapter();
- MySqlCommand cmd;
- MySqlParameter parm;
-
- // Create the SelectCommand.
- cmd = new MySqlCommand("SELECT * FROM mytable WHERE id=@id AND name=@name", conn);
-
- cmd.Parameters.Add("@id", MySqlDbType.VarChar, 15);
- cmd.Parameters.Add("@name", MySqlDbType.VarChar, 15);
-
- da.SelectCommand = cmd;
-
- // Create the InsertCommand.
- cmd = new MySqlCommand("INSERT INTO mytable (id,name) VALUES (@id,@name)", conn);
- cmd.Parameters.Add("@id", MySqlDbType.VarChar, 15, "id" );
- cmd.Parameters.Add("@name", MySqlDbType.VarChar, 15, "name" );
-
- da.InsertCommand = cmd;
-
- return da;
- }
-
-
-
-
-
- Gets or sets a SQL statement or stored procedure used to updated records in the data source.
-
- A used during to update records in the
- database with data from the .
-
-
- During , if this property is not set and primary key information
- is present in the , the UpdateCommand can be generated
- automatically if you set the property and use the
- . Then, any additional commands that you do not set are
- generated by the MySqlCommandBuilder. This generation logic requires key column
- information to be present in the DataSet.
-
-
- When UpdateCommand is assigned to a previously created ,
- the MySqlCommand is not cloned. The UpdateCommand maintains a reference
- to the previously created MySqlCommand object.
-
-
- If execution of this command returns rows, these rows may be merged with the DataSet
- depending on how you set the property of the MySqlCommand object.
-
-
- The following example creates a and sets the
- and UpdateCommand properties. It assumes you have already
- created a object.
-
- Public Shared Function CreateCustomerAdapter(conn As MySqlConnection) As MySqlDataAdapter
-
- Dim da As MySqlDataAdapter = New MySqlDataAdapter()
- Dim cmd As MySqlCommand
- Dim parm As MySqlParameter
-
- ' Create the SelectCommand.
- cmd = New MySqlCommand("SELECT * FROM mytable WHERE id=@id AND name=@name", conn)
-
- cmd.Parameters.Add("@id", MySqlDbType.VarChar, 15)
- cmd.Parameters.Add("@name", MySqlDbType.VarChar, 15)
-
- da.SelectCommand = cmd
-
- ' Create the UpdateCommand.
- cmd = New MySqlCommand("UPDATE mytable SET id=@id, name=@name WHERE id=@oldId", conn)
-
- cmd.Parameters.Add( "@id", MySqlDbType.VarChar, 15, "id" )
- cmd.Parameters.Add( "@name", MySqlDbType.VarChar, 15, "name" )
-
- parm = cmd.Parameters.Add("@oldId", MySqlDbType.VarChar, 15, "id")
- parm.SourceVersion = DataRowVersion.Original
-
- da.UpdateCommand = cmd
-
- Return da
- End Function
-
-
- public static MySqlDataAdapter CreateCustomerAdapter(MySqlConnection conn)
- {
- MySqlDataAdapter da = new MySqlDataAdapter();
- MySqlCommand cmd;
- MySqlParameter parm;
-
- // Create the SelectCommand.
- cmd = new MySqlCommand("SELECT * FROM mytable WHERE id=@id AND name=@name", conn);
-
- cmd.Parameters.Add("@id", MySqlDbType.VarChar, 15);
- cmd.Parameters.Add("@name", MySqlDbType.VarChar, 15);
-
- da.SelectCommand = cmd;
-
- // Create the UpdateCommand.
- cmd = new MySqlCommand("UPDATE mytable SET id=@id, name=@name WHERE id=@oldId", conn);
- cmd.Parameters.Add("@id", MySqlDbType.VarChar, 15, "id" );
- cmd.Parameters.Add("@name", MySqlDbType.VarChar, 15, "name" );
-
- parm = cmd.Parameters.Add( "@oldId", MySqlDbType.VarChar, 15, "id" );
- parm.SourceVersion = DataRowVersion.Original;
-
- da.UpdateCommand = cmd;
-
- return da;
- }
-
-
-
-
-
- Open connection if it was closed.
- Necessary to workaround "connection must be open and valid" error
- with batched updates.
-
- Row state
- list of opened connections
- If connection is opened by this function, the list is updated
-
- true if connection was opened
-
-
-
- Overridden. See .
-
-
-
-
-
-
-
-
-
- Overridden. See .
-
-
-
-
-
-
-
-
-
- Overridden. Raises the RowUpdating event.
-
- A MySqlRowUpdatingEventArgs that contains the event data.
-
-
-
- Overridden. Raises the RowUpdated event.
-
- A MySqlRowUpdatedEventArgs that contains the event data.
-
-
-
- Asynchronous version of the Fill method.
-
- The to fill records with.
- The number of rows successfully added to or refreshed in the .
-
-
-
- Asynchronous version of the Fill method.
-
- The to fill records with.
- The cancellation token.
- The number of rows successfully added to or refreshed in the .
-
-
-
- Asynchronous version of the Fill method.
-
- The name of the to use for table mapping.
- The number of rows successfully added to or refreshed in the .
-
-
-
- Asynchronous version of the Fill method.
-
- The name of the to use for table mapping.
- The cancellation token.
- The number of rows successfully added to or refreshed in the .
-
-
-
- Asynchronous version of the Fill method.
-
- The to fill with records.
- The name of the source table to use for table mapping.
- The number of rows successfully added to or refreshed in the .
-
-
-
- Asynchronous version of the Fill method.
-
- The to fill with records.
- The name of the source table to use for table mapping.
- The cancellation token.
- The number of rows successfully added to or refreshed in the .
-
-
-
- Asynchronous version of the Fill method.
-
- The to fill with records.
- An instance of .
- The number of rows successfully added to or refreshed in the .
-
-
-
- Asynchronous version of the Fill method.
-
- The to fill with records.
- An instance of .
- The cancellation token.
- The number of rows successfully added to or refreshed in the .
-
-
-
- Asynchronous version of the Fill method.
-
- The to fill with records.
- The SQL SELECT statement used to retrieve rows from the data source.
- One of the values.
- The number of rows successfully added to or refreshed in the .
-
-
-
- Asynchronous version of the Fill method.
-
- The to fill with records.
- The SQL SELECT statement used to retrieve rows from the data source.
- One of the values.
- The cancellation token.
- The number of rows successfully added to or refreshed in the .
-
-
-
- Asynchronous version of the Fill method.
-
- The start record.
- The max number of affected records.
- The s to fill with records.
- The number of rows successfully added to or refreshed in the .
-
-
-
- Asynchronous version of the Fill method.
-
- The start record.
- The max number of affected records.
- The cancellation token.
- The s to fill with records.
- The number of rows successfully added to or refreshed in the .
-
-
-
- Asynchronous version of the Fill method.
-
- The to fill with records.
- The start record.
- The max number of affected records.
- The name of the source table to use for table mapping.
- The number of rows successfully added to or refreshed in the .
-
-
-
- Asynchronous version of the Fill method.
-
- The to fill with records.
- The start record.
- The max number of affected records.
- The name of the source table to use for table mapping.
- The cancellation token.
- The number of rows successfully added to or refreshed in the .
-
-
-
- Asynchronous version of the Fill method.
-
- The to fill with records.
- The name of the source table to use for table mapping.
- An instance of .
- The start record.
- The max number of affected records.
- The number of rows successfully added to or refreshed in the .
-
-
-
- Asynchronous version of the Fill method.
-
- The to fill with records.
- The name of the source table to use for table mapping.
- An instance of .
- The start record.
- The max number of affected records.
- The cancellation token.
- The number of rows successfully added to or refreshed in the .
-
-
-
- Asynchronous version of the Fill method.
-
- The s to fill with records.
- The start record.
- The max number of affected records.
- The SQL SELECT statement used to retrieve rows from the data source.
- One of the values.
- The number of rows successfully added to or refreshed in the s.
-
-
-
- Asynchronous version of the Fill method.
-
- The s to fill with records.
- The start record.
- The max number of affected records.
- The SQL SELECT statement used to retrieve rows from the data source.
- One of the values.
- The cancellation token.
- The number of rows successfully added to or refreshed in the s.
-
-
-
- Asynchronous version of the Fill method.
-
- The to fill with records.
- The start record.
- The max number of affected records.
- The name of the source table to use for table mapping.
- The SQL SELECT statement used to retrieve rows from the data source.
- One of the values.
- The number of rows successfully added to or refreshed in the .
-
-
-
- Asynchronous version of the Fill method.
-
- The to fill with records.
- The start record.
- The max number of affected records.
- The name of the source table to use for table mapping.
- The SQL SELECT statement used to retrieve rows from the data source.
- One of the values.
- The cancellation token.
- The number of rows successfully added to or refreshed in the .
-
-
-
- Async version of FillSchema
-
- DataSet to use
- Schema Type
- DataTable[]
-
-
-
- Async version of FillSchema
-
- DataSet to use
- Schema Type
- Source Table
- DataTable[]
-
-
-
- Async version of FillSchema
-
- DataSet to use
- Schema Type
- Source Table
- DataReader to use
- DataTable[]
-
-
-
- Async version of FillSchema
-
- DataSet to use
- Schema Type
- DBCommand to use
- Source Table
- Command Behavior
- DataTable[]
-
-
-
- Async version of FillSchema
-
- DataTable to use
- Schema Type
- DataTable
-
-
-
- Async version of FillSchema
-
- DataTable to use
- Schema Type
- DataReader to use
- DataTable
-
-
-
- Async version of FillSchema
-
- DataTable to use
- Schema Type
- DBCommand to use
- Command Behavior
- DataTable
-
-
-
- Async version of Update
-
- DataRow[] to use
- int
-
-
-
- Async version of Update
-
- DataSet to use
- int
-
-
-
- Async version of Update
-
- DataTable to use
- int
-
-
-
- Async version of Update
-
- DataRow[] to use
- Data Table Mapping
- int
-
-
-
- Async version of Update
-
- DataSet to use
- Source Table
-
-
-
-
- Represents the method that will handle the event of a .
-
-
-
-
- Represents the method that will handle the event of a .
-
-
-
-
- Provides data for the RowUpdating event. This class cannot be inherited.
-
-
-
-
- Initializes a new instance of the MySqlRowUpdatingEventArgs class.
-
- The to
- .
- The to execute during .
- One of the values that specifies the type of query executed.
- The sent through an .
-
-
-
- Gets or sets the MySqlCommand to execute when performing the Update.
-
-
-
-
- Provides data for the RowUpdated event. This class cannot be inherited.
-
-
-
-
- Initializes a new instance of the MySqlRowUpdatedEventArgs class.
-
- The sent through an .
- The executed when is called.
- One of the values that specifies the type of query executed.
- The sent through an .
-
-
-
- Gets or sets the MySqlCommand executed when Update is called.
-
-
-
-
- Enables the provider to help ensure that a user has a security level adequate for accessing data.
-
-
-
-
- Adds a new connection string with set of restricted keywords to the MySqlClientPermission object
-
- Settings to be used for the connection
- Keywords to define the restrictions
- KeyRestrictionBehavior to be used
-
-
-
- Returns MySqlClientPermission as an IPermission
-
-
-
-
-
- Associates a security action with a custom security attribute.
-
-
-
-
- Represents a section within a configuration file.
-
-
-
-
- Gets the MySQL configuations associated to the current configuration.
-
-
-
-
- Gets a collection of the exception interceptors available in the current configuration.
-
-
-
-
- Gets a collection of the command interceptors available in the current configuration.
-
-
-
-
- Gets a collection of the authentication plugins available in the current configuration.
-
-
-
-
- Gets or sets the replication configurations.
-
-
-
-
- Defines the configurations allowed for an authentication plugin.
-
-
-
-
- Gets or sets the name of the authentication plugin.
-
-
-
-
- Gets or sets the type of the authentication plugin.
-
-
-
-
- Defines the configurations allowed for an interceptor.
-
-
-
-
- Gets or sets the name of the interceptor.
-
-
-
-
- Gets or sets the type of the interceptor.
-
-
-
-
- Represents a generic configuration element.
-
-
-
-
-
- Gets an enumerator that iterates through the returned list.
-
- An enumerator that iterates through the returned list.
-
-
-
- Helper class that makes it easier to work with the provider.
-
-
-
-
- Asynchronous version of ExecuteDataRow.
-
- The settings to be used for the connection.
- The command to execute.
- The parameters to use for the command.
- The DataRow containing the first row of the resultset.
-
-
-
- Asynchronous version of ExecuteDataRow.
-
- The settings to be used for the connection.
- The command to execute.
- The cancellation token.
- The parameters to use for the command.
- The DataRow containing the first row of the resultset.
-
-
-
- Executes a single SQL command and returns the first row of the resultset. A new MySqlConnection object
- is created, opened, and closed during this method.
-
- Settings to be used for the connection
- Command to execute
- Parameters to use for the command
- DataRow containing the first row of the resultset
-
-
-
- Executes a single SQL command and returns the resultset in a .
- A new MySqlConnection object is created, opened, and closed during this method.
-
- Settings to be used for the connection
- Command to execute
- containing the resultset
-
-
-
- Executes a single SQL command and returns the resultset in a .
- A new MySqlConnection object is created, opened, and closed during this method.
-
- Settings to be used for the connection
- Command to execute
- Parameters to use for the command
- containing the resultset
-
-
-
- Executes a single SQL command and returns the resultset in a .
- The state of the object remains unchanged after execution
- of this method.
-
- object to use
- Command to execute
- containing the resultset
-
-
-
- Executes a single SQL command and returns the resultset in a .
- The state of the object remains unchanged after execution
- of this method.
-
- object to use
- Command to execute
- Parameters to use for the command
- containing the resultset
-
-
-
- Updates the given table with data from the given
-
- Settings to use for the update
- Command text to use for the update
- containing the new data to use in the update
- Tablename in the dataset to update
-
-
-
- Async version of ExecuteDataset
-
- Settings to be used for the connection
- Command to execute
- containing the resultset
-
-
-
- Async version of ExecuteDataset
-
- Settings to be used for the connection
- Command to execute
- Parameters to use for the command
- containing the resultset
-
-
-
- Async version of ExecuteDataset
-
- object to use
- Command to execute
- containing the resultset
-
-
-
- Async version of ExecuteDataset
-
- object to use
- Command to execute
- Parameters to use for the command
- containing the resultset
-
-
-
- Async version of UpdateDataset
-
- Settings to use for the update
- Command text to use for the update
- containing the new data to use in the update
- Tablename in the dataset to update
-
-
-
- Executes a single command against a MySQL database. The is assumed to be
- open when the method is called and remains open after the method completes.
-
- The object to use
- The SQL command to be executed.
- An array of objects to use with the command.
- The number of affected records.
-
-
-
- Executes a single command against a MySQL database.
-
- to use.
- The SQL command to be executed.
- An rray of objects to use with the command.
- The number of affected records.
- A new is created using the given.
-
-
-
- Executes a single command against a MySQL database, possibly inside an existing transaction.
-
- object to use for the command
- object to use for the command
- Command text to use
- Array of objects to use with the command
- True if the connection should be preserved, false if not
- object ready to read the results of the command
-
-
-
- Executes a single command against a MySQL database.
-
- Settings to use for this command
- Command text to use
- object ready to read the results of the command
-
-
-
- Executes a single command against a MySQL database.
-
- object to use for the command
- Command text to use
- object ready to read the results of the command
-
-
-
- Executes a single command against a MySQL database.
-
- Settings to use for this command
- Command text to use
- Array of objects to use with the command
- object ready to read the results of the command
-
-
-
- Executes a single command against a MySQL database.
-
- Connection to use for the command
- Command text to use
- Array of objects to use with the command
- object ready to read the results of the command
-
-
-
- Execute a single command against a MySQL database.
-
- Settings to use for the update
- Command text to use for the update
- The first column of the first row in the result set, or a null reference if the result set is empty.
-
-
-
- Execute a single command against a MySQL database.
-
- Settings to use for the command
- Command text to use for the command
- Parameters to use for the command
- The first column of the first row in the result set, or a null reference if the result set is empty.
-
-
-
- Execute a single command against a MySQL database.
-
- object to use
- Command text to use for the command
- The first column of the first row in the result set, or a null reference if the result set is empty.
-
-
-
- Execute a single command against a MySQL database.
-
- object to use
- Command text to use for the command
- Parameters to use for the command
- The first column of the first row in the result set, or a null reference if the result set is empty.
-
-
-
- Escapes the string.
-
- The string to escape.
- The string with all quotes escaped.
-
-
-
- Replaces quotes with double quotes.
-
- The string to modidify.
- A string containing double quotes instead of single quotes.
-
-
-
- Async version of ExecuteNonQuery
-
- object to use
- SQL command to be executed
- Array of objects to use with the command.
- Rows affected
-
-
-
- Asynchronous version of the ExecuteNonQuery method.
-
- to use.
- The SQL command to be executed.
- An array of objects to use with the command.
- The number of rows affected.
-
-
-
- Asynchronous version of the ExecuteNonQuery method.
-
- to use.
- The SQL command to be executed.
- The cancellation token.
- An array of objects to use with the command.
- The number of rows affected.
-
-
-
- Async version of ExecuteReader
-
- object to use for the command
- object to use for the command
- Command text to use
- Array of objects to use with the command
- True if the connection should be preserved, false if not
- object ready to read the results of the command
-
-
-
- Async version of ExecuteReader
-
- Settings to use for this command
- Command text to use
- object ready to read the results of the command
-
-
-
- Async version of ExecuteReader
-
- object to use for the command
- Command text to use
- object ready to read the results of the command
-
-
-
- Async version of ExecuteReader
-
- Settings to use for this command
- Command text to use
- Array of objects to use with the command
- object ready to read the results of the command
-
-
-
- Async version of ExecuteReader
-
- Connection to use for the command
- Command text to use
- Array of objects to use with the command
- object ready to read the results of the command
-
-
-
- Async version of ExecuteScalar
-
- Settings to use for the update
- Command text to use for the update
- The first column of the first row in the result set, or a null reference if the result set is empty.
-
-
-
- Async version of ExecuteScalar
-
- Settings to use for the command
- Command text to use for the command
- Parameters to use for the command
- The first column of the first row in the result set, or a null reference if the result set is empty.
-
-
-
- Async version of ExecuteScalar
-
- object to use
- Command text to use for the command
- The first column of the first row in the result set, or a null reference if the result set is empty.
-
-
-
- Async version of ExecuteScalar
-
- object to use
- Command text to use for the command
- Parameters to use for the command
- The first column of the first row in the result set, or a null reference if the result set is empty.
-
-
-
- Represents a parameter to a , This class cannot be inherited.
-
-
-
-
- Gets or sets the to use when loading .
-
-
-
-
- CLoses this object.
-
- An object that is a clone of this object.
-
-
-
- Initializes a new instance of the class with the parameter name, the , the size, and the source column name.
-
- The name of the parameter to map.
- One of the values.
- The length of the parameter.
- The name of the source column.
-
-
-
- Initializes a new instance of the class with the parameter name and a value of the new MySqlParameter.
-
- The name of the parameter to map.
- An that is the value of the .
-
-
-
- Initializes a new instance of the class with the parameter name and the data type.
-
- The name of the parameter to map.
- One of the values.
-
-
-
- Initializes a new instance of the class with the parameter name, the , and the size.
-
- The name of the parameter to map.
- One of the values.
- The length of the parameter.
-
-
-
- Initializes a new instance of the class with the parameter name, the type of the parameter, the size of the parameter, a , the precision of the parameter, the scale of the parameter, the source column, a to use, and the value of the parameter.
-
- The name of the parameter to map.
- One of the values.
- The length of the parameter.
- One of the values.
- true if the value of the field can be null, otherwise false.
- The total number of digits to the left and right of the decimal point to which is resolved.
- The total number of decimal places to which is resolved.
- The name of the source column.
- One of the values.
- An that is the value of the .
-
-
-
-
- Gets or sets a value indicating whether the parameter is input-only, output-only, bidirectional, or a stored procedure return value parameter.
- As of MySql version 4.1 and earlier, input-only is the only valid choice.
-
-
-
-
- Gets or sets a value indicating whether the parameter accepts null values.
-
-
-
-
- Gets or sets the of the parameter.
-
-
-
-
- Gets or sets the maximum number of digits used to represent the property.
-
-
-
-
- Gets or sets the number of decimal places to which is resolved.
-
-
-
-
- Gets or sets the maximum size, in bytes, of the data within the column.
-
-
-
-
- Gets or sets the value of the parameter.
-
-
-
-
- Returns the possible values for this parameter if this parameter is of type
- SET or ENUM. Returns null otherwise.
-
-
-
-
- Gets or sets the name of the source column that is mapped to the and used for loading or returning the .
-
-
-
-
- Sets or gets a value which indicates whether the source column is nullable.
- This allows to correctly generate Update statements
- for nullable columns.
-
-
-
-
- Gets or sets the of the parameter.
-
-
-
-
- Overridden. Gets a string containing the .
-
-
-
-
-
- Resets the DbType property to its original settings.
-
-
-
-
- Represents a collection of parameters relevant to a as well as their respective mappings to columns in a . This class cannot be inherited.
-
-
- The number of the parameters in the collection must be equal to the number of
- parameter placeholders within the command text, or an exception will be generated.
-
- The following example creates multiple instances of
- through the MySqlParameterCollection collection within the .
- These parameters are used to select data within the data source and place the data in
- the . This code assumes that a DataSet and a MySqlDataAdapter
- have already been created with the appropriate schema, commands, and connection.
-
- Public Sub AddParameters()
- ' ...
- ' create myDataSet and myDataAdapter
- ' ...
- myDataAdapter.SelectCommand.Parameters.Add("@CategoryName", MySqlDbType.VarChar, 80).Value = "toasters"
- myDataAdapter.SelectCommand.Parameters.Add("@SerialNum", MySqlDbType.Long).Value = 239
-
- myDataAdapter.Fill(myDataSet)
- End Sub 'AddSqlParameters
-
-
- public void AddSqlParameters()
- {
- // ...
- // create myDataSet and myDataAdapter
- // ...
-
- myDataAdapter.SelectCommand.Parameters.Add("@CategoryName", MySqlDbType.VarChar, 80).Value = "toasters";
- myDataAdapter.SelectCommand.Parameters.Add("@SerialNum", MySqlDbType.Long).Value = 239;
- myDataAdapter.Fill(myDataSet);
-
- }
-
-
-
-
-
- Gets a value that indicates whether the
- has a fixed size.
-
-
-
-
- Gets a value that indicates whether the
- is read-only.
-
-
-
-
- Gets a value that indicates whether the
- is synchronized.
-
-
-
-
- Gets the number of MySqlParameter objects in the collection.
-
-
-
-
- Gets the at the specified index.
-
- Gets the with a specified attribute.
- [C#] In C#, this property is the indexer for the class.
-
-
-
-
- Gets the with the specified name.
-
-
-
-
- Adds a to the with the parameter name, the data type, the column length, and the source column name.
-
- The name of the parameter.
- One of the values.
- The length of the column.
- The name of the source column.
- The newly added object.
-
-
-
- Adds the specified object to the .
-
- The to add to the collection.
- The newly added object.
-
-
-
- Adds a parameter and its value.
-
- The name of the parameter.
- The value of the parameter.
- A object representing the provided values.
-
-
-
- Adds a to the given the parameter name and the data type.
-
- The name of the parameter.
- One of the values.
- The newly added object.
-
-
-
- Adds a to the with the parameter name, the data type, and the column length.
-
- The name of the parameter.
- One of the values.
- The length of the column.
- The newly added object.
-
-
-
- Removes all items from the collection.
-
-
-
-
- Gets the location of the in the collection with a specific parameter name.
-
- The name of the object to retrieve.
- The zero-based location of the in the collection.
-
-
-
- Gets the location of a in the collection.
-
- The object to locate.
- The zero-based location of the in the collection.
- Gets the location of a in the collection.
-
-
-
- This method will update all the items in the index hashes when
- we insert a parameter somewhere in the middle
-
-
-
-
-
-
- Adds an array of values to the end of the .
-
-
-
-
-
- Retrieve the parameter with the given name.
-
-
-
-
-
-
- Adds the specified object to the .
-
- The to add to the collection.
- The index of the new object.
-
-
-
- Gets a value indicating whether a with the specified parameter name exists in the collection.
-
- The name of the object to find.
- true if the collection contains the parameter; otherwise, false.
-
-
-
- Gets a value indicating whether a MySqlParameter exists in the collection.
-
- The value of the object to find.
- true if the collection contains the object; otherwise, false.
- Gets a value indicating whether a exists in the collection.
-
-
-
- Copies MySqlParameter objects from the MySqlParameterCollection to the specified array.
-
-
-
-
-
-
- Returns an enumerator that iterates through the .
-
-
-
-
-
- Inserts a MySqlParameter into the collection at the specified index.
-
-
-
-
-
-
- Removes the specified MySqlParameter from the collection.
-
-
-
-
-
- Removes the specified from the collection using the parameter name.
-
- The name of the object to retrieve.
-
-
-
- Removes the specified from the collection using a specific index.
-
- The zero-based index of the parameter.
- Removes the specified from the collection.
-
-
-
- Gets an object that can be used to synchronize access to the
- .
-
-
-
-
- Represents a single(not nested) TransactionScope
-
-
-
-
- Defines security permissions assigned to a MySQL object.
-
-
-
-
- Creates a set of permissions.
-
- A flag indicating if the reflection permission should be included.
- A object representing a collection of permissions.
-
-
-
- BaseCommandInterceptor is the base class that should be used for all userland
- command interceptors
-
-
-
-
- Gets the active connection.
-
-
-
-
- Executes an SQL statements that returns a scalar value such as a calculation.
-
- The SQL statement to execute.
- A scalar value that represents the result returned by the execution of the SQL statement.
- false.
- This method is intended to be overriden.
-
-
-
- Executes an SQL statement that returns the number of affected rows.
-
- The SQL statement to execute.
- The number of affected rows.
- false.
- This method is intended to be overriden.
-
-
-
- Executes an SQL statement that will return a resultset.
-
- The SQL statement to execute.
- A value that describes the results of the query and its effect on the database.
- A object containing the result of the statement execution.
- false.
- This method is intended to be overriden.
-
-
-
- Sets the active connection.
-
- The active connection.
-
-
-
- CommandInterceptor is the "manager" class that keeps the list of registered interceptors
- for the given connection.
-
-
-
-
- BaseExceptionInterceptor is the base class that should be used for all userland
- exception interceptors.
-
-
-
-
- Returns the received exception.
-
- The exception to be returned.
- The exception originally received.
-
-
-
- Gets the active connection.
-
-
-
-
- Initilizes this object by setting the active connection.
-
- The connection to become active.
-
-
-
- StandardExceptionInterceptor is the standard interceptor that simply returns the exception.
- It is the default action.
-
-
-
-
- Returns the received exception, which is the default action
-
- The exception to be returned.
- The exception originally received.
-
-
-
- ExceptionInterceptor is the "manager" class that keeps the list of registered interceptors
- for the given connection.
-
-
-
-
- Interceptor is the base class for the "manager" classes such as ExceptionInterceptor,
- CommandInterceptor, etc
-
-
-
-
- Return schema information about procedures and functions
- Restrictions supported are:
- schema, name, type
-
-
-
-
-
-
- Return schema information about parameters for procedures and functions
- Restrictions supported are:
- schema, name, type, parameter name
-
-
-
-
- Initializes a new row for the procedure parameters table.
-
-
-
-
- Parses out the elements of a procedure parameter data type.
-
-
-
-
- Implementation of memcached binary client protocol.
-
- According to http://code.google.com/p/memcached/wiki/BinaryProtocolRevamped
-
-
-
- Sends an store command (add, replace, set).
-
-
-
-
-
-
-
-
-
-
- Sends a get command.
-
-
-
-
-
-
-
-
- Sends a delete command.
-
-
-
-
-
-
-
- Sends a command without args (like flush).
-
-
-
-
-
-
-
- Sends a command with amount (INCR/DECR)
-
-
-
-
-
-
-
-
- Encodes in the binary protocol the a command of the kind set, add or replace.
-
-
-
-
-
-
- If true applies to set, add or replace commands; if false applies to append and prepend commands.
-
-
-
-
- An interface of the client memcached protocol. This class is abstract for
- implementation of the Memcached client interface see for the
- text protocol version and for the binary protocol version.
-
-
-
-
- The port used by the connection.
-
-
-
-
- The server DNS or IP address used by the connection.
-
-
-
-
- The network stream used by the connecition.
-
-
-
-
- Factory method for creating instances of that implement a connection with the requested features.
- The connection object returned must be explicitely opened see method .
-
- The Memcached server DNS or IP address.
- The port for the Memcached server
- A set of flags indicating characterestics requested.
- An instance of a client connection ready to be used.
-
-
-
- Opens the client connection.
-
-
-
-
- Closes the client connection.
-
-
-
-
- Adds a new key/value pair with the given TimeSpan expiration.
-
- The key for identifying the entry.
- The data to associate with the key.
- The interval of timespan, use TimeSpan.Zero for no expiration.
-
-
-
- Appens the data to the existing data for the associated key.
-
- The key for identifying the entry.
- The data to append with the data associated with the key.
-
-
-
- Executes the Check-and-set Memcached operation.
-
- The key for identifying the entry.
- The data to use in the CAS.
- The interval of timespan, use TimeSpan.Zero for no expiration.
- The CAS unique value to use.
-
-
-
-
- Decrements the value associated with a key by the given amount.
-
- The key associated with the value to decrement.
- The amount to decrement the value.
-
-
-
- Removes they pair key/value given the specified key.
-
-
-
-
-
- Removes all entries from the storage, effectively invalidating the whole cache.
-
- The interval after which the cache will be cleaned. Can be TimeSpan.Zero for immediately.
-
-
-
- Get the key/value pair associated with a given key.
-
- The key for which to returm the key/value.
- The key/value associated with the key or a MemcachedException if it does not exists.
-
-
-
- Increments the value associated with a key by the given amount.
-
- The key associated with the value to increment.
- The amount to increment the value.
-
-
-
- Prepends the data to the existing data for the associated key.
-
- The key for identifying the entry.
- The data to append with the data associated with the key.
-
-
-
- Replaces the value associated with the given key with another value.
-
- The key for identifying the entry.
- The data to replace the value associated with the key.
- The interval of timespan, use TimeSpan.Zero for no expiration.
-
-
-
- Set the value of a given key.
-
- The key for identifying the entry.
- The data to associate with the given key.
- The interval of timespan, use TimeSpan.Zero for no expiration.
-
-
-
- A set of flags for requesting new instances of connections
-
-
-
-
- Requests a connection implememting the text protocol.
-
-
-
-
- Requests a connection implementing the binary protocol.
-
-
-
-
- Requests a TCP connection. Currently UDP is not supported.
-
-
-
-
- The base exception class for all Memcached exceptions.
-
-
-
-
- Implementation of the Memcached text client protocol.
-
-
-
-
- Sends a command to the memcached server.
-
-
-
-
-
-
- This version is for commands that take a key, data, expiration and casUnique.
-
-
-
- Sends a command to the memcached server.
-
-
-
-
-
- This version is for commands that take a key, data and expiration
-
-
-
- Send a command to memcached server.
-
-
-
-
- This version is for commands that don't need flags neither expiration fields.
-
-
-
- Sends a command to the server.
-
-
-
- This version is for commands that only require a key
-
-
-
- Sends a command to the server.
-
-
-
-
- This version is for commands that only require a key and an integer value.
-
-
-
- Sends a command to the server.
-
-
-
- This version is for commands that only require a key and expiration.
-
-
-
- Abstract class that provides common functionality for connection options that apply for all protocols.
-
-
-
-
- Readonly field containing a collection of protocol shared connection options.
-
-
-
-
- Gets or sets a flag indicating if the object has access to procedures.
-
-
-
-
- Gets or sets a dictionary representing key-value pairs for each connection option.
-
-
-
-
- Gets or sets the name of the server.
-
- The server.
-
-
-
- Gets or sets the name of the database for the initial connection.
-
-
-
-
- Gets or sets the protocol that should be used for communicating
- with MySQL.
-
-
-
-
- Gets or sets the port number that is used when the socket
- protocol is being used.
-
-
-
-
- Gets or sets a boolean value that indicates whether this connection
- should resolve DNS SRV records.
-
-
-
-
- Gets or sets the user ID that should be used to connect with.
-
-
-
-
- Gets or sets the password that should be used to make a connection.
-
-
-
-
- Gets or sets the path to the certificate file to be used.
-
-
-
-
- Gets or sets the password to be used in conjunction with the certificate file.
-
-
-
-
- Gets or sets the location to a personal store where a certificate is held.
-
-
-
-
- Gets or sets a certificate thumbprint to ensure correct identification of a certificate contained within a personal store.
-
-
-
-
- Indicates whether to use SSL connections and how to handle server certificate errors.
-
-
-
-
- Sets the TLS versions to use in a SSL connection to the server.
-
-
- Tls version=TLSv1.1,TLSv1.2;
-
-
-
-
- Gets or sets the path to a local key file in PEM format to use for establishing an encrypted connection.
-
-
-
-
- Gets or sets the path to a local certificate file in PEM format to use for establishing an encrypted connection.
-
-
-
-
- Gets or sets the name of the SSH server.
-
-
-
-
- Gets or sets the port number to use when authenticating to the SSH server.
-
-
-
-
- Gets or sets the user name to authenticate to the SSH server.
-
-
-
-
- Gets or sets the password to authenticate to the SSH server.
-
-
-
-
- Gets or sets the SSH key file to authenticate to the SSH server.
-
-
-
-
- Gets or sets the passphrase of the key file to authenticate to the SSH server.
-
-
-
-
- Gets or sets the idle connection time(seconds) for TCP connections.
-
-
-
-
- Gets or sets the character set that should be used for sending queries to the server.
-
-
-
-
- Analyzes the connection string for potential duplicated or invalid connection options.
-
- Connection string.
- Flag that indicates if the connection is using X Protocol.
- Flag that indicates if the default port is used.
-
-
-
- Represents a set of methods for creating instances of the MySQL client implementation of the data source classes.
-
-
-
-
- Gets an instance of the .
- This can be used to retrieve strongly typed data objects.
-
-
-
-
- Returns a strongly typed instance.
-
- A new strongly typed instance of DbCommand.
-
-
-
- Returns a strongly typed instance.
-
- A new strongly typed instance of DbConnection.
-
-
-
- Returns a strongly typed instance.
-
- A new strongly typed instance of DbParameter.
-
-
-
- Returns a strongly typed instance.
-
- A new strongly typed instance of DbConnectionStringBuilder.
-
-
-
- Returns a strongly typed instance.
-
- A new strongly typed instance of DbCommandBuilder.
-
-
-
- Returns a strongly typed instance.
-
- A new strongly typed instance of DbDataAdapter.
-
-
-
- Provide a simple caching layer
-
-
-
-
- Aids in the creation of connection strings by exposing the connection options as properties.
- Contains connection options specific to the Classic protocol.
-
-
-
-
- Main constructor.
-
-
-
-
- Constructor accepting a connection string.
-
- The connection string.
-
-
-
- Readonly field containing a collection of classic protocol and protocol shared connection options.
-
-
-
-
- Gets or sets the name of the named pipe that should be used
- for communicating with MySQL.
-
-
-
-
- Gets or sets a boolean value that indicates whether this connection
- should use compression.
-
-
-
-
- Gets or sets a boolean value that indicates whether this connection will allow
- commands to send multiple SQL statements in one execution.
-
-
-
-
- Gets or sets a boolean value that indicates whether logging is enabled.
-
-
-
-
- Gets or sets the base name of the shared memory objects used to
- communicate with MySQL when the shared memory protocol is being used.
-
-
-
-
- Gets or sets the default command timeout.
-
-
-
-
- Gets or sets the connection timeout.
-
-
-
-
- Gets or sets a boolean value that indicates whether this connection will allow
- to load data local infile.
-
-
-
-
- Gets or sets a boolean value that indicates if the password should be persisted
- in the connection string.
-
-
-
-
- Gets or sets a boolean value that indicates if the connection should be encrypted.
-
- Obsolte. Use instead.
-
-
-
- Gets or sets a boolean value that indicates if RSA public keys should be retrieved from the server.
-
- This option is only relevant when SSL is disabled. Setting this option to true in
- 8.0 servers that have the caching_sha2_password authentication plugin as the default plugin will
- cause the connection attempt to fail if the user hasn't successfully connected to the server on a
- previous occasion.
-
-
-
- Gets or sets a boolean value that indicates if zero date time values are supported.
-
- Default value is false.
-
-
-
- Gets or sets a boolean value that indicates if zero datetime values should be
- converted to DateTime.MinValue.
-
- Default value is false.
-
-
-
- Gets or sets a boolean value that indicates if the Usage Advisor should be enabled.
-
- Default value is false.
-
-
-
- Gets or sets the size of the stored procedure cache.
-
- Default value is 25.
-
-
-
- Gets or sets a boolean value that indicates if the performance monitor hooks should be enabled.
-
- Default value is false.
-
-
-
- Gets or sets a boolean value that indicates if calls to the Prepare method should be ignored.
-
- Default value is false.
-
-
-
- Gets or sets a boolean value that indicates if an opened connection should particiapte in the current scope.
-
- Default value is true.
-
-
-
- Gets or sets a boolean value that indicates if security asserts must be included.
-
- Must be set to true when using the class in a partial trust environment,
- with the library installed in the GAC of the hosting environment. Not supported in .NET Core.
- Default value is false.
-
-
-
- Gets or sets a boolean value that indicates if column binary flags set by the server are ignored.
-
- Default value is true.
-
-
-
- Gets or sets a boolean value that indicates if TINYINT(1) shound be treated as a BOOLEAN.
-
- Default value is true.
-
-
-
- Gets or sets a boolean value that indicates if the provider expects user variables in the SQL.
-
- Default value is false.
-
-
-
- Gets or sets a boolean value that indicates if the session should be interactive.
-
- Default value is false.
-
-
-
- Gets or sets a boolean value that indicates if server functions should be treated as returning a string.
-
- Default value is false.
-
-
-
- Gets or sets a boolean value that indicates if the server should report affected rows instead of found rows.
-
- Default value is false.
-
-
-
- Gets or sets a boolean value that indicates if items of data type BINARY(16) should be treated as guids.
-
- Default value is false.
-
-
-
- Gets or sets a boolean value that indicates if SQL Server syntax should be allowed by supporting square brackets
- around symbols instead of backticks.
-
- Default value is false.
-
-
-
- Gets or sets a boolean value that indicates if caching of TableDirect commands is enabled.
-
- Default value is false.
-
-
-
- Gets or sets the seconds for how long a TableDirect result should be cached.
-
- Default value is 0.
-
-
-
- Gets or sets a boolean value that indicates if stored routine parameters should be checked against the server.
-
- Default value is true.
-
-
-
- Gets or sets a boolean value that indicates if this connection will use replication.
-
- Default value is false.
-
-
-
- Gets or sets the list of interceptors that can triage thrown MySqlExceptions.
-
-
-
-
- Gets or sets the list of interceptors that can intercept command operations.
-
-
-
-
- Gets or sets the lifetime of a pooled connection.
-
- Default value is 0.
-
-
-
- Gets or sets a boolean value indicating if connection pooling is enabled.
-
- Default value is true.
-
-
-
- Gets the minimum connection pool size.
-
- Default value is 0.
-
-
-
- Gets or sets the maximum connection pool setting.
-
- Default value is 100.
-
-
-
- Gets or sets a boolean value that indicates if the connection should be reset when retrieved
- from the pool.
-
- Default value is false.
-
-
-
- Gets or sets a boolean value that indicates whether the server variable settings are updated by a
- SHOW VARIABLES command each time a pooled connection is returned.
-
- Default value is false.
-
-
-
- Indicates whether the driver should treat binary BLOBs as UTF8.
-
- Default value is false.
-
-
-
- Gets or sets the pattern to match for the columns that should be treated as UTF8.
-
-
-
-
- Gets or sets the pattern to match for the columns that should not be treated as UTF8.
-
-
-
-
- Gets or sets a connection option.
-
- The keyword that identifies the connection option to modify.
-
-
-
- Summary description for ClientParam.
-
-
-
-
- DB Operations Code
-
-
-
-
- Specifies MySQL specific data type of a field, property, for use in a .
-
-
-
-
-
- A fixed precision and scale numeric value between -1038
- -1 and 10 38 -1.
-
-
-
-
- The signed range is -128 to 127. The unsigned
- range is 0 to 255.
-
-
-
-
- A 16-bit signed integer. The signed range is
- -32768 to 32767. The unsigned range is 0 to 65535
-
-
-
-
- Specifies a 24 (3 byte) signed or unsigned value.
-
-
-
-
- A 32-bit signed integer
-
-
-
-
- A 64-bit signed integer.
-
-
-
-
- A small (single-precision) floating-point
- number. Allowable values are -3.402823466E+38 to -1.175494351E-38,
- 0, and 1.175494351E-38 to 3.402823466E+38.
-
-
-
-
- A normal-size (double-precision)
- floating-point number. Allowable values are -1.7976931348623157E+308
- to -2.2250738585072014E-308, 0, and 2.2250738585072014E-308 to
- 1.7976931348623157E+308.
-
-
-
-
- A timestamp. The range is '1970-01-01 00:00:00' to sometime in the
- year 2037
-
-
-
-
- Date The supported range is '1000-01-01' to '9999-12-31'.
-
-
-
-
- Time The range is '-838:59:59' to '838:59:59'.
-
-
-
-
- DateTime The supported range is '1000-01-01 00:00:00' to
- '9999-12-31 23:59:59'.
-
-
-
-
- Datetime The supported range is '1000-01-01 00:00:00' to
- '9999-12-31 23:59:59'.
-
-
-
-
- A year in 2- or 4-digit format (default is 4-digit). The
- allowable values are 1901 to 2155, 0000 in the 4-digit year
- format, and 1970-2069 if you use the 2-digit format (70-69).
-
-
-
-
- Obsolete Use Datetime or Date type
-
-
-
-
- A variable-length string containing 0 to 65535 characters
-
-
-
-
- Bit-field data type
-
-
-
-
- JSON
-
-
-
-
- New Decimal
-
-
-
-
- An enumeration. A string object that can have only one value,
- chosen from the list of values 'value1', 'value2', ..., NULL
- or the special "" error value. An ENUM can have a maximum of
- 65535 distinct values
-
-
-
-
- A set. A string object that can have zero or more values, each
- of which must be chosen from the list of values 'value1', 'value2',
- ... A SET can have a maximum of 64 members.
-
-
-
-
- A binary column with a maximum length of 255 (2^8 - 1)
- characters
-
-
-
-
- A binary column with a maximum length of 16777215 (2^24 - 1) bytes.
-
-
-
-
- A binary column with a maximum length of 4294967295 or
- 4G (2^32 - 1) bytes.
-
-
-
-
- A binary column with a maximum length of 65535 (2^16 - 1) bytes.
-
-
-
-
- A variable-length string containing 0 to 255 bytes.
-
-
-
-
- A fixed-length string.
-
-
-
-
- Geometric (GIS) data type.
-
-
-
-
- Unsigned 8-bit value.
-
-
-
-
- Unsigned 16-bit value.
-
-
-
-
- Unsigned 24-bit value.
-
-
-
-
- Unsigned 32-bit value.
-
-
-
-
- Unsigned 64-bit value.
-
-
-
-
- Fixed length binary string.
-
-
-
-
- Variable length binary string.
-
-
-
-
- A text column with a maximum length of 255 (2^8 - 1) characters.
-
-
-
-
- A text column with a maximum length of 16777215 (2^24 - 1) characters.
-
-
-
-
- A text column with a maximum length of 4294967295 or
- 4G (2^32 - 1) characters.
-
-
-
-
- A text column with a maximum length of 65535 (2^16 - 1) characters.
-
-
-
-
- A guid column.
-
-
-
-
- Allows the user to specify the type of connection that should
- be used.
-
-
-
-
- TCP/IP style connection. Works everywhere.
-
-
-
-
- TCP/IP style connection. Works everywhere.
-
-
-
-
- TCP/IP style connection. Works everywhere.
-
-
-
-
- Named pipe connection. Works only on Windows systems.
-
-
-
-
- Named pipe connection. Works only on Windows systems.
-
-
-
-
- Unix domain socket connection. Works only with Unix systems.
-
-
-
-
- Unix domain socket connection. Works only with Unix systems.
-
-
-
-
- Shared memory connection. Currently works only with Windows systems.
-
-
-
-
- Shared memory connection. Currently works only with Windows systems.
-
-
-
-
- SSL options for connection.
-
-
-
-
- Do not use SSL.
-
-
-
-
- Use SSL, if server supports it. This option is only available for the classic protocol.
-
-
-
-
- Always use SSL. Deny connection if server does not support SSL.
- Do not perform server certificate validation.
- This is the default SSL mode when the same isn't specified as part of the connection string.
-
-
-
-
- Always use SSL. Validate server SSL certificate, but different host name mismatch.
-
-
-
-
- Always use SSL and perform full certificate validation.
-
-
-
-
- Specifies the connection types supported
-
-
-
-
- Use TCP/IP sockets.
-
-
-
-
- Use client library.
-
-
-
-
- Use MySQL embedded server.
-
-
-
-
- Defines the location of the certificate store.
-
-
-
-
- Do not use certificate store.
-
-
-
-
- Use certificate store for the current user.
-
-
-
-
- User certificate store for the machine.
-
-
-
-
- Specifies the authentication mechanism that should be used.
-
-
-
-
- If SSL is enabled or Unix sockets are being used, sets PLAIN as the authentication mechanism;
- otherwise, it tries to use MYSQL41 and then SHA256_MEMORY.
-
-
-
-
- Authenticate using PLAIN.
-
-
-
-
- Authenticate using MYSQL41.
-
-
-
-
- Authenticate using EXTERNAL.
-
-
-
-
- Authenticate using SHA256_MEMORY.
-
-
-
-
- Defines waiting options that may be used with row locking options.
-
-
-
-
- Waits until the blocking transaction releases the row lock.
-
-
-
-
- Never waits to acquire a row lock. The query executes immediately,
- failing with an error if a requested row is locked.
-
-
-
-
- Never waits to acquire a row lock. The query executes immediately,
- removing locked rows from the result set.
-
-
-
-
- Defines the type of compression used when data is exchanged between client and server.
-
-
-
-
- Uses compression if client and server are able to reach a concensus. Otherwise, compression
- is not used.
-
-
-
-
- Enforces the use of compression. If no concensus is reached, an error is raised.
-
-
-
-
- Disables compression.
-
-
-
-
- Collection of error codes that can be returned by the server
-
-
-
-
-
-
-
-
-
-
- Error level
-
-
-
-
- Error code
-
-
-
-
- Error message
-
-
-
-
- Provides a reference to error codes returned by MySQL.
-
-
-
-
- ER_HASHCHK
-
-
-
- ER_NISAMCHK
-
-
-
- ER_NO
-
-
-
- ER_YES
-
-
- The file couldn't be created.
- ER_CANT_CREATE_FILE
-
-
- The table couldn't be created.
- ER_CANT_CREATE_TABLE
-
-
- The database couldn't be created.
- ER_CANT_CREATE_DB
-
-
- The database couldn't be created, it already exists.
- ER_DB_CREATE_EXISTS
-
-
- The database couldn't be dropped, it doesn't exist.
- ER_DB_DROP_EXISTS
-
-
- The database couldn't be dropped, the file can't be deleted.
- ER_DB_DROP_DELETE
-
-
- The database couldn't be dropped, the directory can't be deleted.
- ER_DB_DROP_RMDIR
-
-
- The file couldn't be deleted.
- ER_CANT_DELETE_FILE
-
-
- The record couldn't be read from the system table.
- ER_CANT_FIND_SYSTEM_REC
-
-
- The status couldn't be retrieved.
- ER_CANT_GET_STAT
-
-
- The working directory couldn't be retrieved.
- ER_CANT_GET_WD
-
-
- The file couldn't be locked.
- ER_CANT_LOCK
-
-
- The file couldn't be opened.
- ER_CANT_OPEN_FILE
-
-
- The file couldn't be found.
- ER_FILE_NOT_FOUND
-
-
- The directory couldn't be read.
- ER_CANT_READ_DIR
-
-
- The working directory couldn't be entered.
- ER_CANT_SET_WD
-
-
- The record changed since it was last read.
- ER_CHECKREAD
-
-
- The disk is full.
- ER_DISK_FULL
-
-
-
- There is already a key with the given values.
-
-
-
- An error occurred when closing the file.
- ER_ERROR_ON_CLOSE
-
-
- An error occurred when reading from the file.
- ER_ERROR_ON_READ
-
-
- An error occurred when renaming then file.
- ER_ERROR_ON_RENAME
-
-
- An error occurred when writing to the file.
- ER_ERROR_ON_WRITE
-
-
- The file is in use.
- ER_FILE_USED
-
-
- Sorting has been aborted.
- ER_FILSORT_ABORT
-
-
- The view doesn't exist.
- ER_FORM_NOT_FOUND
-
-
- Got the specified error from the table storage engine.
- ER_GET_ERRNO
-
-
- The table storage engine doesn't support the specified option.
- ER_ILLEGAL_HA
-
-
-
- The specified key was not found.
-
-
-
- The file contains incorrect information.
- ER_NOT_FORM_FILE
-
-
- The key file is incorrect for the table, it should be repaired.
- ER_NOT_KEYFILE
-
-
- The key file is old for the table, it should be repaired.
- ER_OLD_KEYFILE
-
-
- The table is read-only
- ER_OPEN_AS_READONLY
-
-
- The server is out of memory, it should be restarted.
- ER_OUTOFMEMORY
-
-
- The server is out of sort-memory, the sort buffer size should be increased.
- ER_OUT_OF_SORTMEMORY
-
-
- An unexpected EOF was found when reading from the file.
- ER_UNEXPECTED_EOF
-
-
- Too many connections are open.
- ER_CON_COUNT_ERROR
-
-
- The server is out of resources, check if MySql or some other process is using all available memory.
- ER_OUT_OF_RESOURCES
-
-
-
- Given when the connection is unable to successfully connect to host.
-
-
-
- The handshake was invalid.
- ER_HANDSHAKE_ERROR
-
-
- Access was denied for the specified user using the specified database.
- ER_DBACCESS_DENIED_ERROR
-
-
-
- Normally returned when an incorrect password is given
-
-
-
- No database has been selected.
- ER_NO_DB_ERROR
-
-
- The command is unknown.
- ER_UNKNOWN_COM_ERROR
-
-
- The specified column cannot be NULL.
- ER_BAD_NULL_ERROR
-
-
- The specified database is not known.
-
-
- The specified table already exists.
- ER_TABLE_EXISTS_ERROR
-
-
- The specified table is unknown.
- ER_BAD_TABLE_ERROR
-
-
- The specified column is ambiguous.
- ER_NON_UNIQ_ERROR
-
-
- The server is currently being shutdown.
- ER_SERVER_SHUTDOWN
-
-
- The specified columns is unknown.
- ER_BAD_FIELD_ERROR
-
-
- The specified column isn't in GROUP BY.
- ER_WRONG_FIELD_WITH_GROUP
-
-
- The specified columns cannot be grouped on.
- ER_WRONG_GROUP_FIELD
-
-
- There are sum functions and columns in the same statement.
- ER_WRONG_SUM_SELECT
-
-
- The column count doesn't match the value count.
- ER_WRONG_VALUE_COUNT
-
-
- The identifier name is too long.
- ER_TOO_LONG_IDENT
-
-
- The column name is duplicated.
- ER_DUP_FIELDNAME
-
-
-
- Duplicate Key Name
-
-
-
-
- Duplicate Key Entry
-
-
-
- The column specifier is incorrect.
- ER_WRONG_FIELD_SPEC
-
-
- An error occurred when parsing the statement.
- ER_PARSE_ERROR
-
-
- The statement is empty.
- ER_EMPTY_QUERY
-
-
- The table alias isn't unique.
- ER_NONUNIQ_TABLE
-
-
- The default value is invalid for the specified field.
- ER_INVALID_DEFAULT
-
-
- The table has multiple primary keys defined.
- ER_MULTIPLE_PRI_KEY
-
-
- Too many keys were defined for the table.
- ER_TOO_MANY_KEYS
-
-
- Too many parts to the keys were defined for the table.
- ER_TOO_MANY_KEY_PARTS
-
-
- The specified key is too long
- ER_TOO_LONG_KEY
-
-
- The specified key column doesn't exist in the table.
- ER_KEY_COLUMN_DOES_NOT_EXITS
-
-
- The BLOB column was used as a key, this can't be done.
- ER_BLOB_USED_AS_KEY
-
-
- The column length is too big for the specified column type.
- ER_TOO_BIG_FIELDLENGTH
-
-
- There can only be one auto-column, and it must be defined as a PK.
- ER_WRONG_AUTO_KEY
-
-
- The server is ready to accept connections.
- ER_READY
-
-
-
- ER_NORMAL_SHUTDOWN
-
-
- The server received the specified signal and is aborting.
- ER_GOT_SIGNAL
-
-
- The server shutdown is complete.
- ER_SHUTDOWN_COMPLETE
-
-
- The server is forcing close of the specified thread.
- ER_FORCING_CLOSE
-
-
- An error occurred when creating the IP socket.
- ER_IPSOCK_ERROR
-
-
- The table has no index like the one used in CREATE INDEX.
- ER_NO_SUCH_INDEX
-
-
- The field separator argument is not what is expected, check the manual.
- ER_WRONG_FIELD_TERMINATORS
-
-
- The BLOB columns must terminated, fixed row lengths cannot be used.
- ER_BLOBS_AND_NO_TERMINATED
-
-
- The text file cannot be read.
- ER_TEXTFILE_NOT_READABLE
-
-
- The specified file already exists.
- ER_FILE_EXISTS_ERROR
-
-
- Information returned by the LOAD statement.
- ER_LOAD_INFO
-
-
- Information returned by an UPDATE statement.
- ER_ALTER_INFO
-
-
- The prefix key is incorrect.
- ER_WRONG_SUB_KEY
-
-
- All columns cannot be removed from a table, use DROP TABLE instead.
- ER_CANT_REMOVE_ALL_FIELDS
-
-
- Cannot DROP, check that the column or key exists.
- ER_CANT_DROP_FIELD_OR_KEY
-
-
- Information returned by an INSERT statement.
- ER_INSERT_INFO
-
-
- The target table cannot be specified for update in FROM clause.
- ER_UPDATE_TABLE_USED
-
-
- The specified thread ID is unknown.
- ER_NO_SUCH_THREAD
-
-
- The thread cannot be killed, the current user is not the owner.
- ER_KILL_DENIED_ERROR
-
-
- No tables used in the statement.
- ER_NO_TABLES_USED
-
-
- Too many string have been used for the specified column and SET.
- ER_TOO_BIG_SET
-
-
- A unique filename couldn't be generated.
- ER_NO_UNIQUE_LOGFILE
-
-
- The specified table was locked with a READ lock, and can't be updated.
- ER_TABLE_NOT_LOCKED_FOR_WRITE
-
-
- The specified table was not locked with LOCK TABLES.
- ER_TABLE_NOT_LOCKED
-
-
- BLOB and Text columns cannot have a default value.
- ER_BLOB_CANT_HAVE_DEFAULT
-
-
- The specified database name is incorrect.
- ER_WRONG_DB_NAME
-
-
- The specified table name is incorrect.
- ER_WRONG_TABLE_NAME
-
-
- The SELECT command would examine more than MAX_JOIN_SIZE rows, check the WHERE clause and use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is ok.
- ER_TOO_BIG_SELECT
-
-
- An unknown error occurred.
- ER_UNKNOWN_ERROR
-
-
- The specified procedure is unknown.
- ER_UNKNOWN_PROCEDURE
-
-
- The number of parameters provided for the specified procedure is incorrect.
- ER_WRONG_PARAMCOUNT_TO_PROCEDURE
-
-
- The parameters provided for the specified procedure are incorrect.
- ER_WRONG_PARAMETERS_TO_PROCEDURE
-
-
- The specified table is unknown.
- ER_UNKNOWN_TABLE
-
-
- The specified column has been specified twice.
- ER_FIELD_SPECIFIED_TWICE
-
-
- The group function has been incorrectly used.
- ER_INVALID_GROUP_FUNC_USE
-
-
- The specified table uses an extension that doesn't exist in this MySQL version.
- ER_UNSUPPORTED_EXTENSION
-
-
- The table must have at least one column.
- ER_TABLE_MUST_HAVE_COLUMNS
-
-
- The specified table is full.
- ER_RECORD_FILE_FULL
-
-
- The specified character set is unknown.
- ER_UNKNOWN_CHARACTER_SET
-
-
- Too many tables, MySQL can only use the specified number of tables in a JOIN.
- ER_TOO_MANY_TABLES
-
-
- Too many columns
- ER_TOO_MANY_FIELDS
-
-
- The row size is too large, the maximum row size for the used tables (not counting BLOBS) is specified, change some columns or BLOBS.
- ER_TOO_BIG_ROWSIZE
-
-
- A thread stack overrun occurred. Stack statistics are specified.
- ER_STACK_OVERRUN
-
-
- A cross dependency was found in the OUTER JOIN, examine the ON conditions.
- ER_WRONG_OUTER_JOIN
-
-
- The table handler doesn't support NULL in the given index, change specified column to be NOT NULL or use another handler.
- ER_NULL_COLUMN_IN_INDEX
-
-
- The specified user defined function cannot be loaded.
- ER_CANT_FIND_UDF
-
-
- The specified user defined function cannot be initialised.
- ER_CANT_INITIALIZE_UDF
-
-
- No paths are allowed for the shared library.
- ER_UDF_NO_PATHS
-
-
- The specified user defined function already exists.
- ER_UDF_EXISTS
-
-
- The specified shared library cannot be opened.
- ER_CANT_OPEN_LIBRARY
-
-
- The specified symbol cannot be found in the library.
- ER_CANT_FIND_DL_ENTRY
-
-
- The specified function is not defined.
- ER_FUNCTION_NOT_DEFINED
-
-
- The specified host is blocked because of too many connection errors, unblock with 'mysqladmin flush-hosts'.
- ER_HOST_IS_BLOCKED
-
-
-
- The given host is not allowed to connect
-
-
-
-
- The anonymous user is not allowed to connect
-
-
-
-
- The given password is not allowed
-
-
-
-
- The given password does not match
-
-
-
- Information returned by an UPDATE statement.
- ER_UPDATE_INFO
-
-
- A new thread couldn't be created.
- ER_CANT_CREATE_THREAD
-
-
- The column count doesn't match the value count.
- ER_WRONG_VALUE_COUNT_ON_ROW
-
-
- The specified table can't be re-opened.
- ER_CANT_REOPEN_TABLE
-
-
- The NULL value has been used incorrectly.
- ER_INVALID_USE_OF_NULL
-
-
- The regular expression contains an error.
- ER_REGEXP_ERROR
-
-
- GROUP columns (MIN(), MAX(), COUNT(), ...) cannot be mixes with no GROUP columns if there is not GROUP BY clause.
- ER_MIX_OF_GROUP_FUNC_AND_FIELDS
-
-
-
- ER_NONEXISTING_GRANT
-
-
-
- ER_TABLEACCESS_DENIED_ERROR
-
-
-
- ER_COLUMNACCESS_DENIED_ERROR
-
-
-
- ER_ILLEGAL_GRANT_FOR_TABLE
-
-
-
- ER_GRANT_WRONG_HOST_OR_USER
-
-
-
- ER_NO_SUCH_TABLE
-
-
-
- ER_NONEXISTING_TABLE_GRANT
-
-
-
- ER_NOT_ALLOWED_COMMAND
-
-
-
- ER_SYNTAX_ERROR
-
-
-
- ER_DELAYED_CANT_CHANGE_LOCK
-
-
-
- ER_TOO_MANY_DELAYED_THREADS
-
-
-
- ER_ABORTING_CONNECTION
-
-
-
- An attempt was made to send or receive a packet larger than
- max_allowed_packet_size
-
-
-
-
- ER_NET_READ_ERROR_FROM_PIPE
-
-
-
- ER_NET_FCNTL_ERROR
-
-
-
- ER_NET_PACKETS_OUT_OF_ORDER
-
-
-
- ER_NET_UNCOMPRESS_ERROR
-
-
-
- ER_NET_READ_ERROR
-
-
-
- ER_NET_READ_INTERRUPTED
-
-
-
- ER_NET_ERROR_ON_WRITE
-
-
-
- ER_NET_WRITE_INTERRUPTED
-
-
-
- ER_TOO_LONG_STRING
-
-
-
- ER_TABLE_CANT_HANDLE_BLOB
-
-
-
- ER_TABLE_CANT_HANDLE_AUTO_INCREMENT
-
-
-
- ER_DELAYED_INSERT_TABLE_LOCKED
-
-
-
- ER_WRONG_COLUMN_NAME
-
-
-
- ER_WRONG_KEY_COLUMN
-
-
-
- ER_WRONG_MRG_TABLE
-
-
-
- ER_DUP_UNIQUE
-
-
-
- ER_BLOB_KEY_WITHOUT_LENGTH
-
-
-
- ER_PRIMARY_CANT_HAVE_NULL
-
-
-
- ER_TOO_MANY_ROWS
-
-
-
- ER_REQUIRES_PRIMARY_KEY
-
-
-
- ER_NO_RAID_COMPILED
-
-
-
- ER_UPDATE_WITHOUT_KEY_IN_SAFE_MODE
-
-
-
- ER_KEY_DOES_NOT_EXITS
-
-
-
- ER_CHECK_NO_SUCH_TABLE
-
-
-
- ER_CHECK_NOT_IMPLEMENTED
-
-
-
- ER_CANT_DO_THIS_DURING_AN_TRANSACTION
-
-
-
- ER_ERROR_DURING_COMMIT
-
-
-
- ER_ERROR_DURING_ROLLBACK
-
-
-
- ER_ERROR_DURING_FLUSH_LOGS
-
-
-
- ER_ERROR_DURING_CHECKPOINT
-
-
-
- ER_NEW_ABORTING_CONNECTION
-
-
-
- ER_DUMP_NOT_IMPLEMENTED
-
-
-
- ER_FLUSH_MASTER_BINLOG_CLOSED
-
-
-
- ER_INDEX_REBUILD
-
-
-
- ER_MASTER
-
-
-
- ER_MASTER_NET_READ
-
-
-
- ER_MASTER_NET_WRITE
-
-
-
- ER_FT_MATCHING_KEY_NOT_FOUND
-
-
-
- ER_LOCK_OR_ACTIVE_TRANSACTION
-
-
-
- ER_UNKNOWN_SYSTEM_VARIABLE
-
-
-
- ER_CRASHED_ON_USAGE
-
-
-
- ER_CRASHED_ON_REPAIR
-
-
-
- ER_WARNING_NOT_COMPLETE_ROLLBACK
-
-
-
- ER_TRANS_CACHE_FULL
-
-
-
- ER_SLAVE_MUST_STOP
-
-
-
- ER_SLAVE_NOT_RUNNING
-
-
-
- ER_BAD_SLAVE
-
-
-
- ER_MASTER_INFO
-
-
-
- ER_SLAVE_THREAD
-
-
-
- ER_TOO_MANY_USER_CONNECTIONS
-
-
-
- ER_SET_CONSTANTS_ONLY
-
-
-
- ER_LOCK_WAIT_TIMEOUT
-
-
-
- ER_LOCK_TABLE_FULL
-
-
-
- ER_READ_ONLY_TRANSACTION
-
-
-
- ER_DROP_DB_WITH_READ_LOCK
-
-
-
- ER_CREATE_DB_WITH_READ_LOCK
-
-
-
- ER_WRONG_ARGUMENTS
-
-
-
- ER_NO_PERMISSION_TO_CREATE_USER
-
-
-
- ER_UNION_TABLES_IN_DIFFERENT_DIR
-
-
-
- ER_LOCK_DEADLOCK
-
-
-
- ER_TABLE_CANT_HANDLE_FT
-
-
-
- ER_CANNOT_ADD_FOREIGN
-
-
-
- ER_NO_REFERENCED_ROW
-
-
-
- ER_ROW_IS_REFERENCED
-
-
-
- ER_CONNECT_TO_MASTER
-
-
-
- ER_QUERY_ON_MASTER
-
-
-
- ER_ERROR_WHEN_EXECUTING_COMMAND
-
-
-
- ER_WRONG_USAGE
-
-
-
- ER_WRONG_NUMBER_OF_COLUMNS_IN_SELECT
-
-
-
- ER_CANT_UPDATE_WITH_READLOCK
-
-
-
- ER_MIXING_NOT_ALLOWED
-
-
-
- ER_DUP_ARGUMENT
-
-
-
- ER_USER_LIMIT_REACHED
-
-
-
- ER_SPECIFIC_ACCESS_DENIED_ERROR
-
-
-
- ER_LOCAL_VARIABLE
-
-
-
- ER_GLOBAL_VARIABLE
-
-
-
- ER_NO_DEFAULT
-
-
-
- ER_WRONG_VALUE_FOR_VAR
-
-
-
- ER_WRONG_TYPE_FOR_VAR
-
-
-
- ER_VAR_CANT_BE_READ
-
-
-
- ER_CANT_USE_OPTION_HERE
-
-
-
- ER_NOT_SUPPORTED_YET
-
-
-
- ER_MASTER_FATAL_ERROR_READING_BINLOG
-
-
-
- ER_SLAVE_IGNORED_TABLE
-
-
-
- ER_INCORRECT_GLOBAL_LOCAL_VAR
-
-
-
- ER_WRONG_FK_DEF
-
-
-
- ER_KEY_REF_DO_NOT_MATCH_TABLE_REF
-
-
-
- ER_OPERAND_COLUMNS
-
-
-
- ER_SUBQUERY_NO_1_ROW
-
-
-
- ER_UNKNOWN_STMT_HANDLER
-
-
-
- ER_CORRUPT_HELP_DB
-
-
-
- ER_CYCLIC_REFERENCE
-
-
-
- ER_AUTO_CONVERT
-
-
-
- ER_ILLEGAL_REFERENCE
-
-
-
- ER_DERIVED_MUST_HAVE_ALIAS
-
-
-
- ER_SELECT_REDUCED
-
-
-
- ER_TABLENAME_NOT_ALLOWED_HERE
-
-
-
- ER_NOT_SUPPORTED_AUTH_MODE
-
-
-
- ER_SPATIAL_CANT_HAVE_NULL
-
-
-
- ER_COLLATION_CHARSET_MISMATCH
-
-
-
- ER_SLAVE_WAS_RUNNING
-
-
-
- ER_SLAVE_WAS_NOT_RUNNING
-
-
-
- ER_TOO_BIG_FOR_UNCOMPRESS
-
-
-
- ER_ZLIB_Z_MEM_ERROR
-
-
-
- ER_ZLIB_Z_BUF_ERROR
-
-
-
- ER_ZLIB_Z_DATA_ERROR
-
-
-
- ER_CUT_VALUE_GROUP_CONCAT
-
-
-
- ER_WARN_TOO_FEW_RECORDS
-
-
-
- ER_WARN_TOO_MANY_RECORDS
-
-
-
- ER_WARN_NULL_TO_NOTNULL
-
-
-
- ER_WARN_DATA_OUT_OF_RANGE
-
-
-
- WARN_DATA_TRUNCATED
-
-
-
- ER_WARN_USING_OTHER_HANDLER
-
-
-
- ER_CANT_AGGREGATE_2COLLATIONS
-
-
-
- ER_DROP_USER
-
-
-
- ER_REVOKE_GRANTS
-
-
-
- ER_CANT_AGGREGATE_3COLLATIONS
-
-
-
- ER_CANT_AGGREGATE_NCOLLATIONS
-
-
-
- ER_VARIABLE_IS_NOT_STRUCT
-
-
-
- ER_UNKNOWN_COLLATION
-
-
-
- ER_SLAVE_IGNORED_SSL_PARAMS
-
-
-
- ER_SERVER_IS_IN_SECURE_AUTH_MODE
-
-
-
- ER_WARN_FIELD_RESOLVED
-
-
-
- ER_BAD_SLAVE_UNTIL_COND
-
-
-
- ER_MISSING_SKIP_SLAVE
-
-
-
- ER_UNTIL_COND_IGNORED
-
-
-
- ER_WRONG_NAME_FOR_INDEX
-
-
-
- ER_WRONG_NAME_FOR_CATALOG
-
-
-
- ER_WARN_QC_RESIZE
-
-
-
- ER_BAD_FT_COLUMN
-
-
-
- ER_UNKNOWN_KEY_CACHE
-
-
-
- ER_WARN_HOSTNAME_WONT_WORK
-
-
-
- ER_UNKNOWN_STORAGE_ENGINE
-
-
-
- ER_WARN_DEPRECATED_SYNTAX
-
-
-
- ER_NON_UPDATABLE_TABLE
-
-
-
- ER_FEATURE_DISABLED
-
-
-
- ER_OPTION_PREVENTS_STATEMENT
-
-
-
- ER_DUPLICATED_VALUE_IN_TYPE
-
-
-
- ER_TRUNCATED_WRONG_VALUE
-
-
-
- ER_TOO_MUCH_AUTO_TIMESTAMP_COLS
-
-
-
- ER_INVALID_ON_UPDATE
-
-
-
- ER_UNSUPPORTED_PS
-
-
-
- ER_GET_ERRMSG
-
-
-
- ER_GET_TEMPORARY_ERRMSG
-
-
-
- ER_UNKNOWN_TIME_ZONE
-
-
-
- ER_WARN_INVALID_TIMESTAMP
-
-
-
- ER_INVALID_CHARACTER_STRING
-
-
-
- ER_WARN_ALLOWED_PACKET_OVERFLOWED
-
-
-
- ER_CONFLICTING_DECLARATIONS
-
-
-
- ER_SP_NO_RECURSIVE_CREATE
-
-
-
- ER_SP_ALREADY_EXISTS
-
-
-
- ER_SP_DOES_NOT_EXIST
-
-
-
- ER_SP_DROP_FAILED
-
-
-
- ER_SP_STORE_FAILED
-
-
-
- ER_SP_LILABEL_MISMATCH
-
-
-
- ER_SP_LABEL_REDEFINE
-
-
-
- ER_SP_LABEL_MISMATCH
-
-
-
- ER_SP_UNINIT_VAR
-
-
-
- ER_SP_BADSELECT
-
-
-
- ER_SP_BADRETURN
-
-
-
- ER_SP_BADSTATEMENT
-
-
-
- ER_UPDATE_LOG_DEPRECATED_IGNORED
-
-
-
- ER_UPDATE_LOG_DEPRECATED_TRANSLATED
-
-
-
- ER_QUERY_INTERRUPTED
-
-
-
- ER_SP_WRONG_NO_OF_ARGS
-
-
-
- ER_SP_COND_MISMATCH
-
-
-
- ER_SP_NORETURN
-
-
-
- ER_SP_NORETURNEND
-
-
-
- ER_SP_BAD_CURSOR_QUERY
-
-
-
- ER_SP_BAD_CURSOR_SELECT
-
-
-
- ER_SP_CURSOR_MISMATCH
-
-
-
- ER_SP_CURSOR_ALREADY_OPEN
-
-
-
- ER_SP_CURSOR_NOT_OPEN
-
-
-
- ER_SP_UNDECLARED_VAR
-
-
-
- ER_SP_WRONG_NO_OF_FETCH_ARGS
-
-
-
- ER_SP_FETCH_NO_DATA
-
-
-
- ER_SP_DUP_PARAM
-
-
-
- ER_SP_DUP_VAR
-
-
-
- ER_SP_DUP_COND
-
-
-
- ER_SP_DUP_CURS
-
-
-
- ER_SP_CANT_ALTER
-
-
-
- ER_SP_SUBSELECT_NYI
-
-
-
- ER_STMT_NOT_ALLOWED_IN_SF_OR_TRG
-
-
-
- ER_SP_VARCOND_AFTER_CURSHNDLR
-
-
-
- ER_SP_CURSOR_AFTER_HANDLER
-
-
-
- ER_SP_CASE_NOT_FOUND
-
-
-
- ER_FPARSER_TOO_BIG_FILE
-
-
-
- ER_FPARSER_BAD_HEADER
-
-
-
- ER_FPARSER_EOF_IN_COMMENT
-
-
-
- ER_FPARSER_ERROR_IN_PARAMETER
-
-
-
- ER_FPARSER_EOF_IN_UNKNOWN_PARAMETER
-
-
-
- ER_VIEW_NO_EXPLAIN
-
-
-
- ER_FRM_UNKNOWN_TYPE
-
-
-
- ER_WRONG_OBJECT
-
-
-
- ER_NONUPDATEABLE_COLUMN
-
-
-
- ER_VIEW_SELECT_DERIVED
-
-
-
- ER_VIEW_SELECT_CLAUSE
-
-
-
- ER_VIEW_SELECT_VARIABLE
-
-
-
- ER_VIEW_SELECT_TMPTABLE
-
-
-
- ER_VIEW_WRONG_LIST
-
-
-
- ER_WARN_VIEW_MERGE
-
-
-
- ER_WARN_VIEW_WITHOUT_KEY
-
-
-
- ER_VIEW_INVALID
-
-
-
- ER_SP_NO_DROP_SP
-
-
-
- ER_SP_GOTO_IN_HNDLR
-
-
-
- ER_TRG_ALREADY_EXISTS
-
-
-
- ER_TRG_DOES_NOT_EXIST
-
-
-
- ER_TRG_ON_VIEW_OR_TEMP_TABLE
-
-
-
- ER_TRG_CANT_CHANGE_ROW
-
-
-
- ER_TRG_NO_SUCH_ROW_IN_TRG
-
-
-
- ER_NO_DEFAULT_FOR_FIELD
-
-
-
- ER_DIVISION_BY_ZERO
-
-
-
- ER_TRUNCATED_WRONG_VALUE_FOR_FIELD
-
-
-
- ER_ILLEGAL_VALUE_FOR_TYPE
-
-
-
- ER_VIEW_NONUPD_CHECK
-
-
-
- ER_VIEW_CHECK_FAILED
-
-
-
- ER_PROCACCESS_DENIED_ERROR
-
-
-
- ER_RELAY_LOG_FAIL
-
-
-
- ER_PASSWD_LENGTH
-
-
-
- ER_UNKNOWN_TARGET_BINLOG
-
-
-
- ER_IO_ERR_LOG_INDEX_READ
-
-
-
- ER_BINLOG_PURGE_PROHIBITED
-
-
-
- ER_FSEEK_FAIL
-
-
-
- ER_BINLOG_PURGE_FATAL_ERR
-
-
-
- ER_LOG_IN_USE
-
-
-
- ER_LOG_PURGE_UNKNOWN_ERR
-
-
-
- ER_RELAY_LOG_INIT
-
-
-
- ER_NO_BINARY_LOGGING
-
-
-
- ER_RESERVED_SYNTAX
-
-
-
- ER_WSAS_FAILED
-
-
-
- ER_DIFF_GROUPS_PROC
-
-
-
- ER_NO_GROUP_FOR_PROC
-
-
-
- ER_ORDER_WITH_PROC
-
-
-
- ER_LOGGING_PROHIBIT_CHANGING_OF
-
-
-
- ER_NO_FILE_MAPPING
-
-
-
- ER_WRONG_MAGIC
-
-
-
- ER_PS_MANY_PARAM
-
-
-
- ER_KEY_PART_0
-
-
-
- ER_VIEW_CHECKSUM
-
-
-
- ER_VIEW_MULTIUPDATE
-
-
-
- ER_VIEW_NO_INSERT_FIELD_LIST
-
-
-
- ER_VIEW_DELETE_MERGE_VIEW
-
-
-
- ER_CANNOT_USER
-
-
-
- ER_XAER_NOTA
-
-
-
- ER_XAER_INVAL
-
-
-
- ER_XAER_RMFAIL
-
-
-
- ER_XAER_OUTSIDE
-
-
-
- ER_XAER_RMERR
-
-
-
- ER_XA_RBROLLBACK
-
-
-
- ER_NONEXISTING_PROC_GRANT
-
-
-
- ER_PROC_AUTO_GRANT_FAIL
-
-
-
- ER_PROC_AUTO_REVOKE_FAIL
-
-
-
- ER_DATA_TOO_LONG
-
-
-
- ER_SP_BAD_SQLSTATE
-
-
-
- ER_STARTUP
-
-
-
- ER_LOAD_FROM_FIXED_SIZE_ROWS_TO_VAR
-
-
-
- ER_CANT_CREATE_USER_WITH_GRANT
-
-
-
- ER_WRONG_VALUE_FOR_TYPE
-
-
-
- ER_TABLE_DEF_CHANGED
-
-
-
- ER_SP_DUP_HANDLER
-
-
-
- ER_SP_NOT_VAR_ARG
-
-
-
- ER_SP_NO_RETSET
-
-
-
- ER_CANT_CREATE_GEOMETRY_OBJECT
-
-
-
- ER_FAILED_ROUTINE_BREAK_BINLOG
-
-
-
- ER_BINLOG_UNSAFE_ROUTINE
-
-
-
- ER_BINLOG_CREATE_ROUTINE_NEED_SUPER
-
-
-
- ER_EXEC_STMT_WITH_OPEN_CURSOR
-
-
-
- ER_STMT_HAS_NO_OPEN_CURSOR
-
-
-
- ER_COMMIT_NOT_ALLOWED_IN_SF_OR_TRG
-
-
-
- ER_NO_DEFAULT_FOR_VIEW_FIELD
-
-
-
- ER_SP_NO_RECURSION
-
-
-
- ER_TOO_BIG_SCALE
-
-
-
- ER_TOO_BIG_PRECISION
-
-
-
- ER_M_BIGGER_THAN_D
-
-
-
- ER_WRONG_LOCK_OF_SYSTEM_TABLE
-
-
-
- ER_CONNECT_TO_FOREIGN_DATA_SOURCE
-
-
-
- ER_QUERY_ON_FOREIGN_DATA_SOURCE
-
-
-
- ER_FOREIGN_DATA_SOURCE_DOESNT_EXIST
-
-
-
- ER_FOREIGN_DATA_STRING_INVALID_CANT_CREATE
-
-
-
- ER_FOREIGN_DATA_STRING_INVALID
-
-
-
- ER_CANT_CREATE_FEDERATED_TABLE
-
-
-
- ER_TRG_IN_WRONG_SCHEMA
-
-
-
- ER_STACK_OVERRUN_NEED_MORE
-
-
-
- ER_TOO_LONG_BODY
-
-
-
- ER_WARN_CANT_DROP_DEFAULT_KEYCACHE
-
-
-
- ER_TOO_BIG_DISPLAYWIDTH
-
-
-
- ER_XAER_DUPID
-
-
-
- ER_DATETIME_FUNCTION_OVERFLOW
-
-
-
- ER_CANT_UPDATE_USED_TABLE_IN_SF_OR_TRG
-
-
-
- ER_VIEW_PREVENT_UPDATE
-
-
-
- ER_PS_NO_RECURSION
-
-
-
- ER_SP_CANT_SET_AUTOCOMMIT
-
-
-
- ER_MALFORMED_DEFINER
-
-
-
- ER_VIEW_FRM_NO_USER
-
-
-
- ER_VIEW_OTHER_USER
-
-
-
- ER_NO_SUCH_USER
-
-
-
- ER_FORBID_SCHEMA_CHANGE
-
-
-
- ER_ROW_IS_REFERENCED_2
-
-
-
- ER_NO_REFERENCED_ROW_2
-
-
-
- ER_SP_BAD_VAR_SHADOW
-
-
-
- ER_TRG_NO_DEFINER
-
-
-
- ER_OLD_FILE_FORMAT
-
-
-
- ER_SP_RECURSION_LIMIT
-
-
-
- ER_SP_PROC_TABLE_CORRUPT
-
-
-
- ER_SP_WRONG_NAME
-
-
-
- ER_TABLE_NEEDS_UPGRADE
-
-
-
- ER_SP_NO_AGGREGATE
-
-
-
- ER_MAX_PREPARED_STMT_COUNT_REACHED
-
-
-
- ER_VIEW_RECURSIVE
-
-
-
- ER_NON_GROUPING_FIELD_USED
-
-
-
- ER_TABLE_CANT_HANDLE_SPKEYS
-
-
-
- ER_NO_TRIGGERS_ON_SYSTEM_SCHEMA
-
-
-
- ER_REMOVED_SPACES
-
-
-
- ER_AUTOINC_READ_FAILED
-
-
-
- ER_USERNAME
-
-
-
- ER_HOSTNAME
-
-
-
- ER_WRONG_STRING_LENGTH
-
-
-
- ER_NON_INSERTABLE_TABLE
-
-
-
- ER_ADMIN_WRONG_MRG_TABLE
-
-
-
- ER_TOO_HIGH_LEVEL_OF_NESTING_FOR_SELECT
-
-
-
- ER_NAME_BECOMES_EMPTY
-
-
-
- ER_AMBIGUOUS_FIELD_TERM
-
-
-
- ER_FOREIGN_SERVER_EXISTS
-
-
-
- ER_FOREIGN_SERVER_DOESNT_EXIST
-
-
-
- ER_ILLEGAL_HA_CREATE_OPTION
-
-
-
- ER_PARTITION_REQUIRES_VALUES_ERROR
-
-
-
- ER_PARTITION_WRONG_VALUES_ERROR
-
-
-
- ER_PARTITION_MAXVALUE_ERROR
-
-
-
- ER_PARTITION_SUBPARTITION_ERROR
-
-
-
- ER_PARTITION_SUBPART_MIX_ERROR
-
-
-
- ER_PARTITION_WRONG_NO_PART_ERROR
-
-
-
- ER_PARTITION_WRONG_NO_SUBPART_ERROR
-
-
-
- ER_WRONG_EXPR_IN_PARTITION_FUNC_ERROR
-
-
-
- ER_NO_CONST_EXPR_IN_RANGE_OR_LIST_ERROR
-
-
-
- ER_FIELD_NOT_FOUND_PART_ERROR
-
-
-
- ER_LIST_OF_FIELDS_ONLY_IN_HASH_ERROR
-
-
-
- ER_INCONSISTENT_PARTITION_INFO_ERROR
-
-
-
- ER_PARTITION_FUNC_NOT_ALLOWED_ERROR
-
-
-
- ER_PARTITIONS_MUST_BE_DEFINED_ERROR
-
-
-
- ER_RANGE_NOT_INCREASING_ERROR
-
-
-
- ER_INCONSISTENT_TYPE_OF_FUNCTIONS_ERROR
-
-
-
- ER_MULTIPLE_DEF_CONST_IN_LIST_PART_ERROR
-
-
-
- ER_PARTITION_ENTRY_ERROR
-
-
-
- ER_MIX_HANDLER_ERROR
-
-
-
- ER_PARTITION_NOT_DEFINED_ERROR
-
-
-
- ER_TOO_MANY_PARTITIONS_ERROR
-
-
-
- ER_SUBPARTITION_ERROR
-
-
-
- ER_CANT_CREATE_HANDLER_FILE
-
-
-
- ER_BLOB_FIELD_IN_PART_FUNC_ERROR
-
-
-
- ER_UNIQUE_KEY_NEED_ALL_FIELDS_IN_PF
-
-
-
- ER_NO_PARTS_ERROR
-
-
-
- ER_PARTITION_MGMT_ON_NONPARTITIONED
-
-
-
- ER_FOREIGN_KEY_ON_PARTITIONED
-
-
-
- ER_DROP_PARTITION_NON_EXISTENT
-
-
-
- ER_DROP_LAST_PARTITION
-
-
-
- ER_COALESCE_ONLY_ON_HASH_PARTITION
-
-
-
- ER_REORG_HASH_ONLY_ON_SAME_NO
-
-
-
- ER_REORG_NO_PARAM_ERROR
-
-
-
- ER_ONLY_ON_RANGE_LIST_PARTITION
-
-
-
- ER_ADD_PARTITION_SUBPART_ERROR
-
-
-
- ER_ADD_PARTITION_NO_NEW_PARTITION
-
-
-
- ER_COALESCE_PARTITION_NO_PARTITION
-
-
-
- ER_REORG_PARTITION_NOT_EXIST
-
-
-
- ER_SAME_NAME_PARTITION
-
-
-
- ER_NO_BINLOG_ERROR
-
-
-
- ER_CONSECUTIVE_REORG_PARTITIONS
-
-
-
- ER_REORG_OUTSIDE_RANGE
-
-
-
- ER_PARTITION_FUNCTION_FAILURE
-
-
-
- ER_PART_STATE_ERROR
-
-
-
- ER_LIMITED_PART_RANGE
-
-
-
- ER_PLUGIN_IS_NOT_LOADED
-
-
-
- ER_WRONG_VALUE
-
-
-
- ER_NO_PARTITION_FOR_GIVEN_VALUE
-
-
-
- ER_FILEGROUP_OPTION_ONLY_ONCE
-
-
-
- ER_CREATE_FILEGROUP_FAILED
-
-
-
- ER_DROP_FILEGROUP_FAILED
-
-
-
- ER_TABLESPACE_AUTO_EXTEND_ERROR
-
-
-
- ER_WRONG_SIZE_NUMBER
-
-
-
- ER_SIZE_OVERFLOW_ERROR
-
-
-
- ER_ALTER_FILEGROUP_FAILED
-
-
-
- ER_BINLOG_ROW_LOGGING_FAILED
-
-
-
- ER_BINLOG_ROW_WRONG_TABLE_DEF
-
-
-
- ER_BINLOG_ROW_RBR_TO_SBR
-
-
-
- ER_EVENT_ALREADY_EXISTS
-
-
-
- ER_EVENT_STORE_FAILED
-
-
-
- ER_EVENT_DOES_NOT_EXIST
-
-
-
- ER_EVENT_CANT_ALTER
-
-
-
- ER_EVENT_DROP_FAILED
-
-
-
- ER_EVENT_INTERVAL_NOT_POSITIVE_OR_TOO_BIG
-
-
-
- ER_EVENT_ENDS_BEFORE_STARTS
-
-
-
- ER_EVENT_EXEC_TIME_IN_THE_PAST
-
-
-
- ER_EVENT_OPEN_TABLE_FAILED
-
-
-
- ER_EVENT_NEITHER_M_EXPR_NOR_M_AT
-
-
-
- ER_COL_COUNT_DOESNT_MATCH_CORRUPTED
-
-
-
- ER_CANNOT_LOAD_FROM_TABLE
-
-
-
- ER_EVENT_CANNOT_DELETE
-
-
-
- ER_EVENT_COMPILE_ERROR
-
-
-
- ER_EVENT_SAME_NAME
-
-
-
- ER_EVENT_DATA_TOO_LONG
-
-
-
- ER_DROP_INDEX_FK
-
-
-
- ER_WARN_DEPRECATED_SYNTAX_WITH_VER
-
-
-
- ER_CANT_WRITE_LOCK_LOG_TABLE
-
-
-
- ER_CANT_LOCK_LOG_TABLE
-
-
-
- ER_FOREIGN_DUPLICATE_KEY
-
-
-
- ER_COL_COUNT_DOESNT_MATCH_PLEASE_UPDATE
-
-
-
- ER_TEMP_TABLE_PREVENTS_SWITCH_OUT_OF_RBR
-
-
-
- ER_STORED_FUNCTION_PREVENTS_SWITCH_BINLOG_FORMAT
-
-
-
- ER_NDB_CANT_SWITCH_BINLOG_FORMAT
-
-
-
- ER_PARTITION_NO_TEMPORARY
-
-
-
- ER_PARTITION_CONST_DOMAIN_ERROR
-
-
-
- ER_PARTITION_FUNCTION_IS_NOT_ALLOWED
-
-
-
- ER_DDL_LOG_ERROR
-
-
-
- ER_NULL_IN_VALUES_LESS_THAN
-
-
-
- ER_WRONG_PARTITION_NAME
-
-
-
- ER_CANT_CHANGE_TRANSACTION_ISOLATION
-
-
-
- ER_DUP_ENTRY_AUTOINCREMENT_CASE
-
-
-
- ER_EVENT_MODIFY_QUEUE_ERROR
-
-
-
- ER_EVENT_SET_VAR_ERROR
-
-
-
- ER_PARTITION_MERGE_ERROR
-
-
-
- ER_CANT_ACTIVATE_LOG
-
-
-
- ER_RBR_NOT_AVAILABLE
-
-
-
- ER_BASE64_DECODE_ERROR
-
-
-
- ER_EVENT_RECURSION_FORBIDDEN
-
-
-
- ER_EVENTS_DB_ERROR
-
-
-
- ER_ONLY_INTEGERS_ALLOWED
-
-
-
- ER_UNSUPORTED_LOG_ENGINE
-
-
-
- ER_BAD_LOG_STATEMENT
-
-
-
- ER_CANT_RENAME_LOG_TABLE
-
-
-
- ER_WRONG_PARAMCOUNT_TO_NATIVE_FCT
-
-
-
- ER_WRONG_PARAMETERS_TO_NATIVE_FCT
-
-
-
- ER_WRONG_PARAMETERS_TO_STORED_FCT
-
-
-
- ER_NATIVE_FCT_NAME_COLLISION
-
-
-
- ER_DUP_ENTRY_WITH_KEY_NAME
-
-
-
- ER_BINLOG_PURGE_EMFILE
-
-
-
- ER_EVENT_CANNOT_CREATE_IN_THE_PAST
-
-
-
- ER_EVENT_CANNOT_ALTER_IN_THE_PAST
-
-
-
- ER_SLAVE_INCIDENT
-
-
-
- ER_NO_PARTITION_FOR_GIVEN_VALUE_SILENT
-
-
-
- ER_BINLOG_UNSAFE_STATEMENT
-
-
-
- ER_SLAVE_FATAL_ERROR
-
-
-
- ER_SLAVE_RELAY_LOG_READ_FAILURE
-
-
-
- ER_SLAVE_RELAY_LOG_WRITE_FAILURE
-
-
-
- ER_SLAVE_CREATE_EVENT_FAILURE
-
-
-
- ER_SLAVE_MASTER_COM_FAILURE
-
-
-
- ER_BINLOG_LOGGING_IMPOSSIBLE
-
-
-
- ER_VIEW_NO_CREATION_CTX
-
-
-
- ER_VIEW_INVALID_CREATION_CTX
-
-
-
- ER_SR_INVALID_CREATION_CTX
-
-
-
- ER_TRG_CORRUPTED_FILE
-
-
-
- ER_TRG_NO_CREATION_CTX
-
-
-
- ER_TRG_INVALID_CREATION_CTX
-
-
-
- ER_EVENT_INVALID_CREATION_CTX
-
-
-
- ER_TRG_CANT_OPEN_TABLE
-
-
-
- ER_CANT_CREATE_SROUTINE
-
-
-
- ER_SLAVE_AMBIGOUS_EXEC_MODE
-
-
-
- ER_NO_FORMAT_DESCRIPTION_EVENT_BEFORE_BINLOG_STATEMENT
-
-
-
- ER_SLAVE_CORRUPT_EVENT
-
-
-
- ER_LOAD_DATA_INVALID_COLUMN
-
-
-
- ER_LOG_PURGE_NO_FILE
-
-
-
- ER_XA_RBTIMEOUT
-
-
-
- ER_XA_RBDEADLOCK
-
-
-
- ER_NEED_REPREPARE
-
-
-
- ER_DELAYED_NOT_SUPPORTED
-
-
-
- WARN_NO_MASTER_INFO
-
-
-
- WARN_OPTION_IGNORED
-
-
-
- WARN_PLUGIN_DELETE_BUILTIN
-
-
-
- WARN_PLUGIN_BUSY
-
-
-
- ER_VARIABLE_IS_READONLY
-
-
-
- ER_WARN_ENGINE_TRANSACTION_ROLLBACK
-
-
-
- ER_SLAVE_HEARTBEAT_FAILURE
-
-
-
- ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE
-
-
-
- ER_NDB_REPLICATION_SCHEMA_ERROR
-
-
-
- ER_CONFLICT_FN_PARSE_ERROR
-
-
-
- ER_EXCEPTIONS_WRITE_ERROR
-
-
-
- ER_TOO_LONG_TABLE_COMMENT
-
-
-
- ER_TOO_LONG_FIELD_COMMENT
-
-
-
- ER_FUNC_INEXISTENT_NAME_COLLISION
-
-
-
- ER_DATABASE_NAME
-
-
-
- ER_TABLE_NAME
-
-
-
- ER_PARTITION_NAME
-
-
-
- ER_SUBPARTITION_NAME
-
-
-
- ER_TEMPORARY_NAME
-
-
-
- ER_RENAMED_NAME
-
-
-
- ER_TOO_MANY_CONCURRENT_TRXS
-
-
-
- WARN_NON_ASCII_SEPARATOR_NOT_IMPLEMENTED
-
-
-
- ER_DEBUG_SYNC_TIMEOUT
-
-
-
- ER_DEBUG_SYNC_HIT_LIMIT
-
-
-
- ER_ERROR_LAST
-
-
-
- WriteInteger
-
-
-
-
-
-
- Summary description for MySqlPool.
-
-
-
-
- It is assumed that this property will only be used from inside an active
- lock.
-
-
-
-
- Indicates whether this pool is being cleared.
-
-
-
-
- It is assumed that this method is only called from inside an active lock.
-
-
-
-
- It is assumed that this method is only called from inside an active lock.
-
-
-
-
- Removes a connection from the in use pool. The only situations where this method
- would be called are when a connection that is in use gets some type of fatal exception
- or when the connection is being returned to the pool and it's too old to be
- returned.
-
-
-
-
-
- Clears this pool of all idle connections and marks this pool and being cleared
- so all other connections are closed when they are returned.
-
-
-
-
- Remove expired drivers from the idle pool
-
-
-
- Closing driver is a potentially lengthy operation involving network
- IO. Therefore we do not close expired drivers while holding
- idlePool.SyncRoot lock. We just remove the old drivers from the idle
- queue and return them to the caller. The caller will need to close
- them (or let GC close them)
-
-
-
-
- Summary description for MySqlPoolManager.
-
-
-
-
- Queue of demoted hosts.
-
-
-
-
- List of hosts that will be attempted to connect to.
-
-
-
-
- Timer to be used when a host have been demoted.
-
-
-
-
- Remove drivers that have been idle for too long.
-
-
-
-
- Remove hosts that have been on the demoted list for more
- than 120,000 milliseconds and add them to the available hosts list.
-
-
-
-
- Provides a class capable of executing a SQL script containing
- multiple SQL statements including CREATE PROCEDURE statements
- that require changing the delimiter
-
-
-
-
- Handles the event raised whenever a statement is executed.
-
-
-
-
- Handles the event raised whenever an error is raised by the execution of a script.
-
-
-
-
- Handles the event raised whenever a script execution is finished.
-
-
-
-
- Initializes a new instance of the
- class.
-
-
-
-
- Initializes a new instance of the
- class.
-
- The connection.
-
-
-
- Initializes a new instance of the
- class.
-
- The query.
-
-
-
- Initializes a new instance of the
- class.
-
- The connection.
- The query.
-
-
-
- Gets or sets the connection.
-
- The connection.
-
-
-
- Gets or sets the query.
-
- The query.
-
-
-
- Gets or sets the delimiter.
-
- The delimiter.
-
-
-
- Executes this instance.
-
- The number of statements executed as part of the script.
-
-
-
- Initiates the asynchronous execution of SQL statements.
-
- The number of statements executed as part of the script inside.
-
-
-
- Initiates the asynchronous execution of SQL statements.
-
- The cancellation token.
- The number of statements executed as part of the script inside.
-
-
-
- Represents the method that will handle errors when executing MySQL statements.
-
-
-
-
- Represents the method that will handle errors when executing MySQL scripts.
-
-
-
-
- Sets the arguments associated to MySQL scripts.
-
-
-
-
- Gets the statement text.
-
- The statement text.
-
-
-
- Gets the line.
-
- The line.
-
-
-
- Gets the position.
-
- The position.
-
-
-
- Sets the arguments associated to MySQL script errors.
-
-
-
-
- Initializes a new instance of the class.
-
- The exception.
-
-
-
- Gets the exception.
-
- The exception.
-
-
-
- Gets or sets a value indicating whether this is ignored.
-
- true if ignore; otherwise, false.
-
-
-
- Summary description for MySqlStream.
-
-
-
-
- ReadPacket is called by NativeDriver to start reading the next
- packet on the stream.
-
-
-
-
- Reads the specified number of bytes from the stream and stores them at given
- offset in the buffer.
- Throws EndOfStreamException if not all bytes can be read.
-
- Stream to read from
- Array to store bytes read from the stream
- The offset in buffer at which to begin storing the data read from the current stream.
- Number of bytes to read
-
-
-
- LoadPacket loads up and decodes the header of the incoming packet.
-
-
-
-
- Traces information about the client execution.
-
-
-
-
- Gets the list of trace listeners.
-
-
-
-
- Gets or sets the switch to control tracing and debugging.
-
-
-
-
- Gets or sets a flag indicating if query analysis is enabled.
-
-
-
-
- Enables query analysis.
-
- The host on which to enable query analysis.
- The interval of time for logging trace information.
-
-
-
- Disables query analysis.
-
-
-
-
- Specifies the types of warning flags.
-
-
-
-
- No index exists.
-
-
-
-
- Bad index exists.
-
-
-
-
- Rows have been excluded from the result.
-
-
-
-
- Columns have been excluded from the result.
-
-
-
-
- Type conversions took place.
-
-
-
-
- Specifies the event that triggered the trace.
-
-
-
-
- A connection has been opened.
-
-
-
-
- A connection has been closed.
-
-
-
-
- A query has been executed.
-
-
-
-
- Data has been retrieved from the resultset.
-
-
-
-
- Data retrieval has ended.
-
-
-
-
- Query execution has ended.
-
-
-
-
- The statement to be executed has been created.
-
-
-
-
- The statement has been executed.
-
-
-
-
- The statement is no longer required.
-
-
-
-
- The query provided is of a nonquery type.
-
-
-
-
- Usage advisor warnings have been requested.
-
-
-
-
- Noncritical problem.
-
-
-
-
- An error has been raised during data retrieval.
-
-
-
-
- The query has been normalized.
-
-
-
-
- Summary description for Driver.
-
-
-
-
- Sets the current database for the this connection
-
-
-
-
-
- Return the appropriate set of connection flags for our
- server capabilities and our user requested options.
-
-
-
-
- Query is the method that is called to send all queries to the server
-
-
-
-
- Sends the specified file to the server.
- This supports the LOAD DATA LOCAL INFILE
-
-
-
-
-
- FetchDataRow is the method that the data reader calls to see if there is another
- row to fetch. In the non-prepared mode, it will simply read the next data packet.
- In the prepared mode (statementId > 0), it will
-
-
-
-
- Execution timeout, in milliseconds. When the accumulated time for network IO exceeds this value
- TimeoutException is thrown. This timeout needs to be reset for every new command
-
-
-
-
-
- Summary description for PreparedStatement.
-
-
-
-
- Prepares CommandText for use with the Prepare method
-
- Command text stripped of all paramter names
-
- Takes the output of TokenizeSql and creates a single string of SQL
- that only contains '?' markers for each parameter. It also creates
- the parameterMap array list that includes all the paramter names in the
- order they appeared in the SQL
-
-
-
-
- Defines a replication configurarion element in the configuration file.
-
-
-
-
- Gets a collection of objects representing the server groups.
-
-
-
-
- Defines a replication server group in the configuration file.
-
-
-
-
- Gets or sets the name of the replication server group configuration.
-
-
-
-
- Gets or sets the group type of the replication server group configuration.
-
-
-
-
- Gets or sets the number of seconds to wait for retry.
-
-
-
-
- Gets a collection of objects representing the
- server configurations associated to this group configuration.
-
-
-
-
- Defines a replication server in configuration file.
-
-
-
-
- Gets or sets the name of the replication server configuration.
-
-
-
-
- Gets or sets whether the replication server is configured as master.
-
-
-
-
- Gets or sets the connection string associated to this replication server.
-
-
-
-
- Manager for Replication and Load Balancing features
-
-
-
-
- Returns Replication Server Group List
-
-
-
-
- Adds a Default Server Group to the list
-
- Group name
- Time between reconnections for failed servers
- Replication Server Group added
-
-
-
- Adds a Server Group to the list
-
- Group name
- ServerGroup type reference
- Time between reconnections for failed servers
- Server Group added
-
-
-
- Gets the next server from a replication group
-
- Group name
- True if the server to return must be a master
- Replication Server defined by the Load Balancing plugin
-
-
-
- Gets a Server Group by name
-
- Group name
- Server Group if found, otherwise throws an MySqlException
-
-
-
- Validates if the replication group name exists
-
- Group name to validate
- true if the replication group name is found; otherwise, false
-
-
-
- Assigns a new server driver to the connection object
-
- Group name
- True if the server connection to assign must be a master
- MySqlConnection object where the new driver will be assigned
-
-
-
- Class that implements Round Robing Load Balancing technique.
-
-
-
-
- Gets an available server based on Round Robin load balancing.
-
- Flag indicating if the server to return must be a master.
- A object representing the next available server.
-
-
-
- Represents a server in a Replication environment.
-
-
-
-
- Gets the server name.
-
-
-
-
- Gets a value indicating whether the server is master or slave.
-
-
-
-
- Gets the connection string used to connect to the server.
-
-
-
-
- Gets a flag indicating if the server is available to be considered in load balancing.
-
-
-
-
- Base class used to implement load balancing features.
-
-
-
-
- List of servers available for replication.
-
-
-
- The group name.
- The number of seconds to perform a retry.
-
-
-
- Gets the group name.
-
-
-
-
- Gets the retry time between connections to failed servers.
-
-
-
-
- Gets the server list in the group.
-
-
-
-
- Adds a server into the group.
-
- The server name.
- A flag indicating if the server to add is master or slave.
- The connection string used by this server.
- A object representing the recently added object.
-
-
-
- Removes a server from the group.
-
- The server name.
-
-
-
- Gets a server by name.
-
- The server name.
- The replication server.
-
-
-
- Must be implemented. Defines the next server for a custom load balancing implementation.
-
- Defines if the server to return is a master or any.
- The next server based on the load balancing implementation.
- Null if no available server is found.
-
-
-
-
- Defines the next server for a custom load balancing implementation.
-
- Defines if the server to return is a master or any.
- Currently not being used.
- The next server based on the load balancing implementation.
- Null if no available server is found.
-
-
-
-
- Handles a failed connection to a server.
-
- The failed server.
- This method can be overrided to implement a custom failover handling.
-
-
-
- Handles a failed connection to a server.
-
- The failed server.
- The exception that caused the failover.
-
-
-
- return the ordinal for the given column name
-
-
-
-
-
-
- Retrieve the value as the given column index
-
- The column value to retrieve
- The value as the given column
-
-
-
- Closes the current resultset, dumping any data still on the wire
-
-
-
-
- Loads the column metadata for the current resultset
-
-
-
-
- Represents a schema and its contents.
-
-
-
-
- Gets or sets the name of the schema.
-
-
-
-
- Gets the list of columns in the schema.
-
-
-
-
- Gets the list of rows in the schema.
-
-
-
-
- Represents a row within a schema.
-
-
-
-
- Represents a column within a schema.
-
-
-
-
- The name of the column.
-
-
-
-
- The type of the column.
-
-
-
-
- GetForeignKeysOnTable retrieves the foreign keys on the given table.
- Since MySQL supports foreign keys on versions prior to 5.0, we can't use
- information schema. MySQL also does not include any type of SHOW command
- for foreign keys so we have to resort to use SHOW CREATE TABLE and parsing
- the output.
-
- The table to store the key info in.
- The table to get the foeign key info for.
- Only get foreign keys that match this name.
- Should column information be included in the table.
-
-
-
- Serializes the given parameter to the given memory stream
-
-
- This method is called by PrepareSqlBuffers to convert the given
- parameter to bytes and write those bytes to the given memory stream.
-
-
- True if the parameter was successfully serialized, false otherwise.
-
-
-
- Summary description for StoredProcedure.
-
-
-
-
- Defines the basic operations to be performed on the table cache.
-
-
-
-
- The maximum age allowed for cache entries.
-
-
-
-
- Adds the given command and result set to the cache.
-
- The command to store in the cache.
- The resultset associated to the stored command.
-
-
-
- Retrieves the specified command from the cache.
-
- The command to retrieve.
- The allowed age for the cache entry.
-
-
-
-
- Removes the specified command from the cache.
-
- The command to remove from the cache.
-
-
-
- Clears the cache.
-
-
-
-
- Removes cache entries older than the value defined by .
-
-
-
-
- Stream that supports timeout of IO operations.
- This class is used is used to support timeouts for SQL command, where a
- typical operation involves several network reads/writes.
- Timeout here is defined as the accumulated duration of all IO operations.
-
-
-
-
- Construct a TimedStream
-
- Undelying stream
-
-
-
- Figure out whether it is necessary to reset timeout on stream.
- We track the current value of timeout and try to avoid
- changing it too often, because setting Read/WriteTimeout property
- on network stream maybe a slow operation that involves a system call
- (setsockopt). Therefore, we allow a small difference, and do not
- reset timeout if current value is slightly greater than the requested
- one (within 0.1 second).
-
-
-
-
- Common handler for IO exceptions.
- Resets timeout to infinity if timeout exception is
- detected and stops the times.
-
- original exception
-
-
-
- Represents a SQL transaction to be made in a MySQL database. This class cannot be inherited.
-
- The application creates a MySqlTransaction object by calling
- on the object. All subsequent operations associated with the
- transaction (for example, committing or aborting the transaction), are performed on the
- MySqlTransaction object.
-
- The following example creates a and a MySqlTransaction.
- It also demonstrates how to use the ,
- , and methods.
-
- Public Sub RunTransaction(myConnString As String)
- Dim myConnection As New MySqlConnection(myConnString)
- myConnection.Open()
-
- Dim myCommand As MySqlCommand = myConnection.CreateCommand()
- Dim myTrans As MySqlTransaction
-
- ' Start a local transaction
- myTrans = myConnection.BeginTransaction()
- ' Must assign both transaction object and connection
- ' to Command object for a pending local transaction
- myCommand.Connection = myConnection
- myCommand.Transaction = myTrans
-
- Try
- myCommand.CommandText = "Insert into Region (RegionID, RegionDescription) VALUES (100, 'Description')"
- myCommand.ExecuteNonQuery()
- myCommand.CommandText = "Insert into Region (RegionID, RegionDescription) VALUES (101, 'Description')"
- myCommand.ExecuteNonQuery()
- myTrans.Commit()
- Console.WriteLine("Both records are written to database.")
- Catch e As Exception
- Try
- myTrans.Rollback()
- Catch ex As MySqlException
- If Not myTrans.Connection Is Nothing Then
- Console.WriteLine("An exception of type " & ex.GetType().ToString() & _
- " was encountered while attempting to roll back the transaction.")
- End If
- End Try
-
- Console.WriteLine("An exception of type " & e.GetType().ToString() & _
- "was encountered while inserting the data.")
- Console.WriteLine("Neither record was written to database.")
- Finally
- myConnection.Close()
- End Try
- End Sub 'RunTransaction
-
-
- public void RunTransaction(string myConnString)
- {
- MySqlConnection myConnection = new MySqlConnection(myConnString);
- myConnection.Open();
-
- MySqlCommand myCommand = myConnection.CreateCommand();
- MySqlTransaction myTrans;
-
- // Start a local transaction
- myTrans = myConnection.BeginTransaction();
- // Must assign both transaction object and connection
- // to Command object for a pending local transaction
- myCommand.Connection = myConnection;
- myCommand.Transaction = myTrans;
-
- try
- {
- myCommand.CommandText = "Insert into Region (RegionID, RegionDescription) VALUES (100, 'Description')";
- myCommand.ExecuteNonQuery();
- myCommand.CommandText = "Insert into Region (RegionID, RegionDescription) VALUES (101, 'Description')";
- myCommand.ExecuteNonQuery();
- myTrans.Commit();
- Console.WriteLine("Both records are written to database.");
- }
- catch(Exception e)
- {
- try
- {
- myTrans.Rollback();
- }
- catch (MySqlException ex)
- {
- if (myTrans.Connection != null)
- {
- Console.WriteLine("An exception of type " + ex.GetType() +
- " was encountered while attempting to roll back the transaction.");
- }
- }
-
- Console.WriteLine("An exception of type " + e.GetType() +
- " was encountered while inserting the data.");
- Console.WriteLine("Neither record was written to database.");
- }
- finally
- {
- myConnection.Close();
- }
- }
-
-
-
-
-
- Gets the object associated with the transaction, or a null reference (Nothing in Visual Basic) if the transaction is no longer valid.
-
- The object associated with this transaction.
-
- A single application may have multiple database connections, each
- with zero or more transactions. This property enables you to
- determine the connection object associated with a particular
- transaction created by .
-
-
-
-
- Specifies the for this transaction.
-
-
- The for this transaction. The default is ReadCommitted.
-
-
- Parallel transactions are not supported. Therefore, the IsolationLevel
- applies to the entire transaction.
-
-
-
-
- Commits the database transaction.
-
- The Commit method is equivalent to the MySQL SQL statement
- COMMIT.
-
- The following example creates a and a
- . It also demonstrates how to use the
- , , and Rollback
- methods.
-
- Public Sub RunSqlTransaction(myConnString As String)
- Dim myConnection As New MySqlConnection(myConnString)
- myConnection.Open()
-
- Dim myCommand As MySqlCommand = myConnection.CreateCommand()
- Dim myTrans As MySqlTransaction
-
- ' Start a local transaction
- myTrans = myConnection.BeginTransaction()
-
- ' Must assign both transaction object and connection
- ' to Command object for a pending local transaction
- myCommand.Connection = myConnection
- myCommand.Transaction = myTrans
-
- Try
- myCommand.CommandText = "Insert into mytable (id, desc) VALUES (100, 'Description')"
- myCommand.ExecuteNonQuery()
- myCommand.CommandText = "Insert into mytable (id, desc) VALUES (101, 'Description')"
- myCommand.ExecuteNonQuery()
- myTrans.Commit()
- Console.WriteLine("Success.")
- Catch e As Exception
- Try
- myTrans.Rollback()
- Catch ex As MySqlException
- If Not myTrans.Connection Is Nothing Then
- Console.WriteLine("An exception of type " & ex.GetType().ToString() & _
- " was encountered while attempting to roll back the transaction.")
- End If
- End Try
-
- Console.WriteLine("An exception of type " & e.GetType().ToString() & _
- "was encountered while inserting the data.")
- Console.WriteLine("Neither record was written to database.")
- Finally
- myConnection.Close()
- End Try
- End Sub
-
-
- public void RunSqlTransaction(string myConnString)
- {
- MySqlConnection myConnection = new MySqlConnection(myConnString);
- myConnection.Open();
-
- MySqlCommand myCommand = myConnection.CreateCommand();
- MySqlTransaction myTrans;
-
- // Start a local transaction
- myTrans = myConnection.BeginTransaction();
- // Must assign both transaction object and connection
- // to Command object for a pending local transaction
- myCommand.Connection = myConnection;
- myCommand.Transaction = myTrans;
-
- try
- {
- myCommand.CommandText = "Insert into mytable (id, desc) VALUES (100, 'Description')";
- myCommand.ExecuteNonQuery();
- myCommand.CommandText = "Insert into mytable (id, desc) VALUES (101, 'Description')";
- myCommand.ExecuteNonQuery();
- myTrans.Commit();
- Console.WriteLine("Both records are written to database.");
- }
- catch(Exception e)
- {
- try
- {
- myTrans.Rollback();
- }
- catch (MySqlException ex)
- {
- if (myTrans.Connection != null)
- {
- Console.WriteLine("An exception of type " + ex.GetType() +
- " was encountered while attempting to roll back the transaction.");
- }
- }
-
- Console.WriteLine("An exception of type " + e.GetType() +
- " was encountered while inserting the data.");
- Console.WriteLine("Neither record was written to database.");
- }
- finally
- {
- myConnection.Close();
- }
- }
-
-
-
-
-
- Rolls back a transaction from a pending state.
-
- The Rollback method is equivalent to the MySQL statement ROLLBACK.
- The transaction can only be rolled back from a pending state
- (after BeginTransaction has been called, but before Commit is
- called).
-
- The following example creates a and a
- . It also demonstrates how to use the
- , , and Rollback
- methods.
-
- Public Sub RunSqlTransaction(myConnString As String)
- Dim myConnection As New MySqlConnection(myConnString)
- myConnection.Open()
-
- Dim myCommand As MySqlCommand = myConnection.CreateCommand()
- Dim myTrans As MySqlTransaction
-
- ' Start a local transaction
- myTrans = myConnection.BeginTransaction()
-
- ' Must assign both transaction object and connection
- ' to Command object for a pending local transaction
- myCommand.Connection = myConnection
- myCommand.Transaction = myTrans
-
- Try
- myCommand.CommandText = "Insert into mytable (id, desc) VALUES (100, 'Description')"
- myCommand.ExecuteNonQuery()
- myCommand.CommandText = "Insert into mytable (id, desc) VALUES (101, 'Description')"
- myCommand.ExecuteNonQuery()
- myTrans.Commit()
- Console.WriteLine("Success.")
- Catch e As Exception
- Try
- myTrans.Rollback()
- Catch ex As MySqlException
- If Not myTrans.Connection Is Nothing Then
- Console.WriteLine("An exception of type " & ex.GetType().ToString() & _
- " was encountered while attempting to roll back the transaction.")
- End If
- End Try
-
- Console.WriteLine("An exception of type " & e.GetType().ToString() & _
- "was encountered while inserting the data.")
- Console.WriteLine("Neither record was written to database.")
- Finally
- myConnection.Close()
- End Try
- End Sub
-
-
- public void RunSqlTransaction(string myConnString)
- {
- MySqlConnection myConnection = new MySqlConnection(myConnString);
- myConnection.Open();
-
- MySqlCommand myCommand = myConnection.CreateCommand();
- MySqlTransaction myTrans;
-
- // Start a local transaction
- myTrans = myConnection.BeginTransaction();
- // Must assign both transaction object and connection
- // to Command object for a pending local transaction
- myCommand.Connection = myConnection;
- myCommand.Transaction = myTrans;
-
- try
- {
- myCommand.CommandText = "Insert into mytable (id, desc) VALUES (100, 'Description')";
- myCommand.ExecuteNonQuery();
- myCommand.CommandText = "Insert into mytable (id, desc) VALUES (101, 'Description')";
- myCommand.ExecuteNonQuery();
- myTrans.Commit();
- Console.WriteLine("Both records are written to database.");
- }
- catch(Exception e)
- {
- try
- {
- myTrans.Rollback();
- }
- catch (MySqlException ex)
- {
- if (myTrans.Connection != null)
- {
- Console.WriteLine("An exception of type " + ex.GetType() +
- " was encountered while attempting to roll back the transaction.");
- }
- }
-
- Console.WriteLine("An exception of type " + e.GetType() +
- " was encountered while inserting the data.");
- Console.WriteLine("Neither record was written to database.");
- }
- finally
- {
- myConnection.Close();
- }
- }
-
-
-
-
-
- DNS resolver that runs queries against a server.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Gets the DNS SVR records of the service name that is provided.
-
- A list of s sorted as described in RFC2782.
-
-
-
- Sorts a list of DNS SRV records according to the sorting rules described in RFC2782.
-
- List of s to sort.
- A new list of sorted s.
-
-
-
- Resets the DnsSrvResolver
-
-
-
-
- Class that represents a DNS SRV record.
- RFC 2782 (https://tools.ietf.org/html/rfc2782)
-
-
-
-
- Gets the port.
-
-
-
-
- Gets the priority.
-
-
-
-
- Gets the target domain name.
-
-
-
-
- Gets the weight.
-
-
-
-
- Initializes a new instance of class.
-
- The port.
- The priority.
- The target.
- The weight.
-
-
-
- Initializes a new instance of class.
-
- The DNS SRV record.
-
-
-
- Compare two objects. First, using their priority and
- if both have the same, then using their weights.
-
- A to compare.
- A to compare.
-
-
-
-
- Initializes a new instance of the class from a .
-
- The DNS SRV record.
-
-
-
- This class is modeled after .NET Stopwatch. It provides better
- performance (no system calls).It is however less precise than
- .NET Stopwatch, measuring in milliseconds. It is adequate to use
- when high-precision is not required (e.g for measuring IO timeouts),
- but not for other tasks.
-
-
-
-
- Wrapper around NetworkStream.
-
- MyNetworkStream is equivalent to NetworkStream, except
- 1. It throws TimeoutException if read or write timeout occurs, instead
- of IOException, to match behavior of other streams (named pipe and
- shared memory). This property comes handy in TimedStream.
-
- 2. It implements workarounds for WSAEWOULDBLOCK errors, that can start
- occuring after stream has times out. For a discussion about the CLR bug,
- refer to http://tinyurl.com/lhgpyf. This error should never occur, as
- we're not using asynchronous operations, but apparerntly it does occur
- directly after timeout has expired.
- The workaround is hinted in the URL above and implemented like this:
- For each IO operation, if it throws WSAEWOULDBLOCK, we explicitely set
- the socket to Blocking and retry the operation once again.
-
-
-
-
- Set keepalive + timeout on socket.
-
- socket
- keepalive timeout, in seconds
-
-
-
- Static class to manage SSH connections created with SSH .NET.
-
-
-
-
- Gets or sets the SSH client initialized when calling the method.
-
-
-
-
- Stores a list of SSH clients having different connection settings.
-
-
-
-
- Removes the MySQL unsupported encryptions (SSH Ciphers), MACs and key exchange algorithms.
-
- The instance containing the list of supported elements.
- See https://confluence.oraclecorp.com/confluence/display/GPS/Approved+Security+Technologies%3A+Standards+-+SSH+Ciphers+and+Versions for an updated list.
-
-
-
- Initializes an instance if no SSH client with similar connection options has already been initialized.
-
- The SSH host name.
- The SSH user name.
- The SSH password.
- The SSH key file.
- The SSH pass phrase.
- The SSH port.
- The local host name.
- The local port number.
- Flag to indicate if the connection will be created for the classic or X Protocol.
-
-
-
-
- Raises warning messages if the SSH client is using a deprecated encryption, MAC or key exchanged algorithm.
-
- The instance containing the
- encryption, MAC algorithm and key exchange algorithm currently being used.
-
-
-
- Read a single quoted identifier from the stream
-
-
-
-
-
-
- Helper class to encapsulate shared memory functionality
- Also cares of proper cleanup of file mapping object and cew
-
-
-
-
- Summary description for SharedMemoryStream.
-
-
-
-
- By creating a private ctor, we keep the compiler from creating a default ctor
-
-
-
-
- Mark - or + signs that are unary ops as no output
-
-
-
-
-
- Wrapper class used for handling SSH connections.
-
-
-
-
- Starts the SSH client.
-
-
-
-
- Stops the SSH client.
-
-
-
-
- Handles SSL connections for the Classic and X protocols.
-
-
-
-
- Contains the connection options provided by the user.
-
-
-
-
- A flag to establish how certificates are to be treated and validated.
-
-
-
-
- Defines the supported TLS protocols.
-
-
-
-
- Retrieves a collection containing the client SSL PFX certificates.
-
- Dependent on connection string settings.
- Either file or store based certificates are used.
-
-
-
- Initiates the SSL connection.
-
- The base stream.
- The encoding used in the SSL connection.
- The connection string used to establish the connection.
- A instance ready to initiate an SSL connection.
-
-
-
- Verifies the SSL certificates used for authentication.
-
- An object that contains state information for this validation.
- The MySQL server 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.
- true if no errors were found based on the selected SSL mode; false, otherwise.
-
-
-
- Gets the extension of the specified file.
-
- The path of the file.
- Flag to indicate if the result should be converted to lower case.
- The . character is ommited from the result.
-
-
-
-
- Summary description for StreamCreator.
-
-
-
-
- Set the keepalive timeout on the socket.
-
- The socket object.
- The keepalive timeout, in seconds.
-
-
-
- Summary description for Version.
-
-
-
-
- Provides functionality to read SSL PEM certificates and to perform multiple validations via Bouncy Castle.
-
-
-
-
- Raises an exception if the specified connection option is null, empty or whitespace.
-
- The connection option to verify.
-
-
-
- Reads the specified file as a byte array.
-
- The path of the file to read.
- A byte array representing the read file.
-
-
-
- Reads the SSL certificate file.
-
- The path to the certificate file.
- A instance representing the SSL certificate file.
-
-
-
- Reads the SSL certificate key file.
-
- The path to the certificate key file.
- A instance representing the SSL certificate key file.
-
-
-
- Verifies that the certificate has not yet expired.
-
- The certificate to verify.
-
-
-
- Verifies a certificate CA status.
-
- The certificate to validate.
- A flag indicating the expected CA status.
-
-
-
- Verifies that the certificate was signed using the private key that corresponds to the specified public key
-
- The client side certificate containing the public key.
- The server certificate.
-
-
-
- Verifies that no SSL policy errors regarding the identitfy of the host were raised.
-
- A instance set with the raised SSL errors.
-
-
-
- Verifies that the issuer matches the CA by comparing the CA certificate issuer and the server certificate issuer.
-
- The CA certificate.
- The server certificate.
-
-
-
-
- Gets and sets the host list.
-
-
-
-
- Gets the active host.
-
-
-
-
- Active host.
-
-
-
-
- Sets the initial active host.
-
-
-
-
- Determines the next host.
-
- object that represents the next available host.
-
-
-
- Implements common elements that allow to manage the hosts available for client side failover.
-
-
-
-
- Gets and sets the failover group which consists of a host list.
-
-
-
-
- Resets the manager.
-
-
-
-
- Sets the host list to be used during failover operations.
-
- The host list.
- The failover method.
-
-
-
- Attempts to establish a connection to a host specified from the list.
-
- The original connection string set by the user.
- An out parameter that stores the updated connection string.
- A object in case this is a pooling scenario.
- An instance if the connection was succesfully established, a exception is thrown otherwise.
-
-
-
-
- Creates a if more than one host is found.
-
- A string containing an unparsed list of hosts.
- true if the connection is X Protocol; otherwise false.
- true if the connection data is a URI; otherwise false.
- The number of hosts found, -1 if an error was raised during parsing.
-
-
-
- Creates a object based on the provided parameters.
-
- The host string that can be a simple host name or a host name and port.
- The priority of the host.
- The port number of the host.
- true if the connection data is a URI; otherwise false.
-
-
-
-
- Attempts the next host in the list. Moves to the first element if the end of the list is reached.
-
-
-
-
- Determines the next host on which to attempt a connection by checking the value of the Priority property in descending order.
-
-
-
-
- Determines the next host on which to attempt a connection randomly.
-
-
-
-
- Depicts a host which can be failed over to.
-
-
-
-
- Gets and sets the name or address of the host.
-
-
-
-
- Gets and sets the port number.
-
-
-
-
- Gets a value between 0 and 100 which represents the priority of the host.
-
-
-
-
- Flag to indicate if this host is currently being used.
-
-
-
-
- Flag to indicate if this host has been attempted to connection.
-
-
-
-
- Time since the host has been demoted.
-
-
-
-
- Initializes a object.
-
- The host.
- The port.
- The priority.
-
-
-
- Compares two objects of type .
-
- FailoverServer object to compare.
- True if host properties are the same. Otherwise, false.
-
-
-
- Manages the hosts available for client side failover using the Random Failover method.
- The Random Failover method attempts to connect to the hosts specified in the list randomly until all the hosts have been attempted.
-
-
-
-
- The initial host taken from the list.
-
-
-
-
- The host for the current connection attempt.
-
-
-
-
- Random object to get the next host.
-
-
-
-
- Sets the initial active host.
-
-
-
-
- Determines the next host.
-
- A object that represents the next available host.
-
-
-
- Manages the hosts available for client side failover using the Sequential Failover method.
- The Sequential Failover method attempts to connect to the hosts specified in the list one after another until the initial host is reached.
-
-
-
-
- The initial host taken from the list.
-
-
-
-
- The index of the current host.
-
-
-
-
- The host for the current connection attempt.
-
-
-
-
- Sets the initial active host.
-
-
-
-
- Determines the next host.
-
- A object that represents the next available host.
-
-
-
- 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 Improper MySqlCommandBuilder state: adapter is null.
-
-
-
-
- Looks up a localized string similar to Improper MySqlCommandBuilder state: adapter's SelectCommand is null.
-
-
-
-
- Looks up a localized string similar to Invalid attempt to access a field before calling Read().
-
-
-
-
- Looks up a localized string similar to Authentication to host '{0}' for user '{1}' using method '{2}' failed with message: {3}.
-
-
-
-
- Looks up a localized string similar to Authentication method '{0}' not supported by any of the available plugins..
-
-
-
-
- Looks up a localized string similar to Version string not in acceptable format.
-
-
-
-
- Looks up a localized string similar to The buffer cannot be null.
-
-
-
-
- Looks up a localized string similar to Buffer is not large enough.
-
-
-
-
- Looks up a localized string similar to Canceling an executing query requires MySQL 5.0 or higher..
-
-
-
-
- Looks up a localized string similar to Canceling an active query is only supported on MySQL 5.0.0 and above. .
-
-
-
-
- Looks up a localized string similar to Parameters can only be derived for commands using the StoredProcedure command type..
-
-
-
-
- Looks up a localized string similar to MySqlCommandBuilder does not support multi-table statements.
-
-
-
-
- Looks up a localized string similar to MySqlCommandBuilder cannot operate on tables with no unique or key columns.
-
-
-
-
- Looks up a localized string similar to Chaos isolation level is not supported .
-
-
-
-
- Looks up a localized string similar to The CommandText property has not been properly initialized..
-
-
-
-
- Looks up a localized string similar to Compression is not supported..
-
-
-
-
- Looks up a localized string similar to The connection is already open..
-
-
-
-
- Looks up a localized string similar to Connection unexpectedly terminated..
-
-
-
-
- Looks up a localized string similar to Connection must be valid and open.
-
-
-
-
- Looks up a localized string similar to The connection is not open..
-
-
-
-
- Looks up a localized string similar to The connection property has not been set or is null..
-
-
-
-
- Looks up a localized string similar to Could not find specified column in results: {0}.
-
-
-
-
- Looks up a localized string similar to Count cannot be negative.
-
-
-
-
- Looks up a localized string similar to SetLength is not a valid operation on CompressedStream.
-
-
-
-
- Looks up a localized string similar to The given value was not in a supported format..
-
-
-
-
- Looks up a localized string similar to There is already an open DataReader associated with this Connection which must be closed first..
-
-
-
-
- Looks up a localized string similar to The default connection encoding was not found. Please report this as a bug along with your connection string and system details..
-
-
-
-
- Looks up a localized string similar to The {0} algorithm being used by the server({1}) has been deprecated and will be removed in a future version. It is recommended that you configure the server to use a non-deprecated {0} algorithm..
-
-
-
-
- Looks up a localized string similar to MySQL Connector/NET does not currently support distributed transactions..
-
-
-
-
- Looks up a localized string similar to Specifying multiple host names with DNS SRV lookup is not permitted..
-
-
-
-
- Looks up a localized string similar to Specifying a port number with DNS SRV lookup is not permitted..
-
-
-
-
- Looks up a localized string similar to Using Unix domain sockets with DNS SRV lookup is not permitted..
-
-
-
-
- Looks up a localized string similar to Unable to locate any hosts for {0}..
-
-
-
-
- Looks up a localized string similar to Connection option '{0}' is duplicated..
-
-
-
-
- Looks up a localized string similar to SSL connection option '{0}' is duplicated..
-
-
-
-
- Looks up a localized string similar to Encoding error during validation..
-
-
-
-
- Looks up a localized string similar to Error creating socket connection.
-
-
-
-
- Looks up a localized string similar to Verify that user '{0}'@'{1}' has enough privileges to execute..
-
-
-
-
- Looks up a localized string similar to Fatal error encountered during command execution..
-
-
-
-
- Looks up a localized string similar to Fatal error encountered during data read..
-
-
-
-
- Looks up a localized string similar to Fatal error encountered attempting to read the resultset..
-
-
-
-
- Looks up a localized string similar to File based certificates are only supported when connecting to MySQL Server 5.1 or greater..
-
-
-
-
- Looks up a localized string similar to The specified file cannot be converted to a certificate..
-
-
-
-
- Looks up a localized string similar to The specified file cannot be converted to a key..
-
-
-
-
- Looks up a localized string similar to Failed to read file at the specified location..
-
-
-
-
- Looks up a localized string similar to No file path has been provided for the connection option {0}..
-
-
-
-
- Looks up a localized string similar to From index and length use more bytes than from contains.
-
-
-
-
- Looks up a localized string similar to From index must be a valid index inside the from buffer.
-
-
-
-
- Looks up a localized string similar to Call to GetHostEntry failed after {0} while querying for hostname '{1}': SocketErrorCode={2}, ErrorCode={3}, NativeErrorCode={4}..
-
-
-
-
- Looks up a localized string similar to Retrieving procedure metadata for {0} from server..
-
-
-
-
- Looks up a localized string similar to Value has an unsupported format..
-
-
-
-
- Looks up a localized string similar to An incorrect response was received from the server..
-
-
-
-
- Looks up a localized string similar to Index and length use more bytes than to has room for.
-
-
-
-
- Looks up a localized string similar to Index must be a valid position in the buffer.
-
-
-
-
- Looks up a localized string similar to The provided key is invalid..
-
-
-
-
- Looks up a localized string similar to You have specified an invalid column ordinal..
-
-
-
-
- Looks up a localized string similar to The requested value '{0}' is invalid for the given keyword '{1}'..
-
-
-
-
- Looks up a localized string similar to The host name or IP address is invalid..
-
-
-
-
- Looks up a localized string similar to Microsecond must be a value between 0 and 999999..
-
-
-
-
- Looks up a localized string similar to Millisecond must be a value between 0 and 999. For more precision use Microsecond..
-
-
-
-
- Looks up a localized string similar to No other SSL options are accepted when SSL Mode is set to None..
-
-
-
-
- Looks up a localized string similar to Procedure or function '{0}' cannot be found in database '{1}'..
-
-
-
-
- Looks up a localized string similar to The certificate is invalid..
-
-
-
-
- Looks up a localized string similar to Unable to validate the signature..
-
-
-
-
- Looks up a localized string similar to Unable to verify the signature..
-
-
-
-
- Looks up a localized string similar to Value '{0}' is not of the correct type..
-
-
-
-
- Looks up a localized string similar to Option "tls-version" can not be specified when SSL connections are disabled..
-
-
-
-
- Looks up a localized string similar to '{0}' not recognized as a valid TLS protocol version (should be one of TLSv1, TLSv1.1, TLSv1.2{1})..
-
-
-
-
- Looks up a localized string similar to '{0}' is an illegal value for a boolean option..
-
-
-
-
- Looks up a localized string similar to Keyword does not allow null values..
-
-
-
-
- Looks up a localized string similar to Option not supported..
-
-
-
-
- Looks up a localized string similar to ACCESSIBLE
- ADD
- ALL
- ALTER
- ANALYZE
- AND
- AS
- ASC
- ASENSITIVE
- BEFORE
- BEGIN
- BETWEEN
- BIGINT
- BINARY
- BLOB
- BOTH
- BY
- CALL
- CASCADE
- CASE
- CHANGE
- CHAR
- CHARACTER
- CHECK
- COLLATE
- COLUMN
- COMMIT
- CONDITION
- CONNECTION
- CONSTRAINT
- CONTINUE
- CONVERT
- CREATE
- CROSS
- CURRENT_DATE
- CURRENT_TIME
- CURRENT_TIMESTAMP
- CURRENT_USER
- CURSOR
- DATABASE
- DATABASES
- DAY_HOUR
- DAY_MICROSECOND
- DAY_MINUTE
- DAY_SECOND
- DEC
- DECIMAL
- DECLARE
- DEFAULT
- DELAYED
- DELETE
- DESC
- DESCRIBE
- DETERMINISTIC
- DISTINCT
- DISTINCTROW
- DIV
- DO
- DOUBLE
- DROP
- DUAL
- EACH
- ELSE
- ELSEIF
- ENCLOSED
- END
- ESC [rest of string was truncated]";.
-
-
-
-
- Looks up a localized string similar to Server asked for stream in response to LOAD DATA LOCAL INFILE, but the functionality is disabled by the client setting 'allowlocalinfile' to 'false'..
-
-
-
-
- Looks up a localized string similar to Mixing named and unnamed parameters is not allowed..
-
-
-
-
- Looks up a localized string similar to INTERNAL ERROR: More than one output parameter row detected..
-
-
-
-
- Looks up a localized string similar to Multiple simultaneous connections or connections with different connection strings inside the same transaction are not currently supported..
-
-
-
-
- Looks up a localized string similar to NamedPipeStream does not support seeking.
-
-
-
-
- Looks up a localized string similar to NamedPipeStream doesn't support SetLength.
-
-
-
-
- Looks up a localized string similar to The new value must be a MySqlParameter object..
-
-
-
-
- Looks up a localized string similar to Invalid attempt to call NextResult when the reader is closed..
-
-
-
-
- Looks up a localized string similar to When calling stored procedures and 'Use Procedure Bodies' is false, all parameters must have their type explicitly set..
-
-
-
-
- Looks up a localized string similar to Nested transactions are not supported..
-
-
-
-
- Looks up a localized string similar to The host {0} does not support SSL connections..
-
-
-
-
- Looks up a localized string similar to Unix sockets are not supported on Windows..
-
-
-
-
- Looks up a localized string similar to Cannot retrieve Windows identity for current user. Connections that use IntegratedSecurity cannot be pooled. Use either 'ConnectionReset=true' or 'Pooling=false' in the connection string to fix..
-
-
-
-
- Looks up a localized string similar to The object is not open or has been disposed..
-
-
-
-
- Looks up a localized string similar to Offset cannot be negative.
-
-
-
-
- Looks up a localized string similar to Offset must be a valid position in buffer.
-
-
-
-
- Looks up a localized string similar to Authentication with old password no longer supported, use 4.1 style passwords..
-
-
-
-
- Looks up a localized string similar to The option '{0}' is not currently supported..
-
-
-
-
- Looks up a localized string similar to Parameter '{0}' has already been defined..
-
-
-
-
- Looks up a localized string similar to Parameter cannot have a negative value.
-
-
-
-
- Looks up a localized string similar to Parameter cannot be null.
-
-
-
-
- Looks up a localized string similar to Parameter '{0}' can't be null or empty..
-
-
-
-
- Looks up a localized string similar to Parameter index was not found in Parameter Collection..
-
-
-
-
- Looks up a localized string similar to Parameter is invalid..
-
-
-
-
- Looks up a localized string similar to Parameter '{0}' must be defined..
-
-
-
-
- Looks up a localized string similar to Parameter '{0}' was not found during prepare..
-
-
-
-
- Looks up a localized string similar to Parameter can't be null or empty..
-
-
-
-
- Looks up a localized string similar to Password must be valid and contain length characters.
-
-
-
-
- Looks up a localized string similar to This category includes a series of counters for MySQL.
-
-
-
-
- Looks up a localized string similar to .NET Data Provider for MySQL.
-
-
-
-
- Looks up a localized string similar to The number of times a procedures metadata had to be queried from the server..
-
-
-
-
- Looks up a localized string similar to Hard Procedure Queries.
-
-
-
-
- Looks up a localized string similar to The number of times a procedures metadata was retrieved from the client-side cache..
-
-
-
-
- Looks up a localized string similar to Soft Procedure Queries.
-
-
-
-
- Looks up a localized string similar to same name are not supported..
-
-
-
-
- Looks up a localized string similar to Packets larger than max_allowed_packet are not allowed..
-
-
-
-
- Looks up a localized string similar to Reading from the stream has failed..
-
-
-
-
- Looks up a localized string similar to Invalid attempt to read a prior column using SequentialAccess.
-
-
-
-
- Looks up a localized string similar to Replicated connections allow only readonly statements..
-
-
-
-
- Looks up a localized string similar to Attempt to connect to '{0}' server failed..
-
-
-
-
- Looks up a localized string similar to No available server found..
-
-
-
-
- Looks up a localized string similar to Replication group '{0}' not found..
-
-
-
-
- Looks up a localized string similar to Replicated server not found: '{0}'.
-
-
-
-
- Looks up a localized string similar to Routine '{0}' cannot be found. Either check the spelling or make sure you have sufficient rights to execute the routine..
-
-
-
-
- Looks up a localized string similar to Attempt to call stored function '{0}' without specifying a return parameter.
-
-
-
-
- Looks up a localized string similar to Retrieval of the RSA public key is not enabled for insecure connections..
-
-
-
-
- Looks up a localized string similar to Connector/NET no longer supports server versions prior to 5.0.
-
-
-
-
- Looks up a localized string similar to Snapshot isolation level is not supported..
-
-
-
-
- Looks up a localized string similar to Socket streams do not support seeking.
-
-
-
-
- Looks up a localized string similar to Retrieving procedure metadata for {0} from procedure cache..
-
-
-
-
- Looks up a localized string similar to Stored procedures are not supported on this version of MySQL.
-
-
-
-
- Looks up a localized string similar to The SSH Key File and/or SSH Password must be provided..
-
-
-
-
- Looks up a localized string similar to The provided passphrase is invalid..
-
-
-
-
- Looks up a localized string similar to The certificate authority (CA) does not match..
-
-
-
-
- Looks up a localized string similar to The host name does not match the name on the certificate..
-
-
-
-
- Looks up a localized string similar to The certificate is not a certificate authority (CA)..
-
-
-
-
- Looks up a localized string similar to SSL Connection error..
-
-
-
-
- Looks up a localized string similar to The stream has already been closed.
-
-
-
-
- Looks up a localized string similar to The stream does not support reading.
-
-
-
-
- Looks up a localized string similar to The stream does not support writing.
-
-
-
-
- Looks up a localized string similar to String can't be empty..
-
-
-
-
- Looks up a localized string similar to Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding..
-
-
-
-
- Looks up a localized string similar to error connecting: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached..
-
-
-
-
- Looks up a localized string similar to All server connection attempts were aborted. Timeout of {0} seconds was exceeded for each selected server..
-
-
-
-
- Looks up a localized string similar to TLSv1.3 is supported in .NET Framework 4.8 or .NET Core 3.0..
-
-
-
-
- Looks up a localized string similar to No supported TLS protocol version found in the 'tls-versions' list..
-
-
-
-
- Looks up a localized string similar to {0}: Connection Closed.
-
-
-
-
- Looks up a localized string similar to Unable to trace. There are more than Int32.MaxValue connections in use..
-
-
-
-
- Looks up a localized string similar to {0}: Error encountered during row fetch. Number = {1}, Message={2}.
-
-
-
-
- Looks up a localized string similar to {0}: Connection Opened: connection string = '{1}'.
-
-
-
-
- Looks up a localized string similar to {0}: Error encountered attempting to open result: Number={1}, Message={2}.
-
-
-
-
- Looks up a localized string similar to {0}: Query Closed.
-
-
-
-
- Looks up a localized string similar to {0}: Query Normalized: {2}.
-
-
-
-
- Looks up a localized string similar to {0}: Query Opened: {2}.
-
-
-
-
- Looks up a localized string similar to {0}: Resultset Opened: field(s) = {1}, affected rows = {2}, inserted id = {3}.
-
-
-
-
- Looks up a localized string similar to {0}: Resultset Closed. Total rows={1}, skipped rows={2}, size (bytes)={3}.
-
-
-
-
- Looks up a localized string similar to {0}: Set Database: {1}.
-
-
-
-
- Looks up a localized string similar to {0}: Statement closed: statement id = {1}.
-
-
-
-
- Looks up a localized string similar to {0}: Statement executed: statement id = {1}.
-
-
-
-
- Looks up a localized string similar to {0}: Statement prepared: sql='{1}', statement id={2}.
-
-
-
-
- Looks up a localized string similar to {0}: Usage Advisor Warning: Query is using a bad index.
-
-
-
-
- Looks up a localized string similar to {0}: Usage Advisor Warning: The field '{2}' was converted to the following types: {3}.
-
-
-
-
- Looks up a localized string similar to {0}: Usage Advisor Warning: Query does not use an index.
-
-
-
-
- Looks up a localized string similar to {0}: Usage Advisor Warning: The following columns were not accessed: {2}.
-
-
-
-
- Looks up a localized string similar to {0}: Usage Advisor Warning: Skipped {2} rows. Consider a more focused query..
-
-
-
-
- Looks up a localized string similar to {0}: MySql Warning: Level={1}, Code={2}, Message={3}.
-
-
-
-
- Looks up a localized string similar to Type '{0}' is not derived from BaseCommandInterceptor.
-
-
-
-
- Looks up a localized string similar to Type '{0}' is not derived from BaseExceptionInterceptor.
-
-
-
-
- Looks up a localized string similar to Unable to connect to any of the specified MySQL hosts..
-
-
-
-
- Looks up a localized string similar to Unable to create plugin for authentication method '{0}'. Please see inner exception for details..
-
-
-
-
- Looks up a localized string similar to Unable to derive stored routine parameters. The 'Parameters' information schema table is not available and access to the stored procedure body has been disabled..
-
-
-
-
- Looks up a localized string similar to Unable to enable query analysis. Be sure the MySql.Data.EMTrace assembly is properly located and registered..
-
-
-
-
- Looks up a localized string similar to An error occured attempting to enumerate the user-defined functions. Do you have SELECT privileges on the mysql.func table?.
-
-
-
-
- Looks up a localized string similar to Unable to execute stored procedure '{0}'..
-
-
-
-
- Looks up a localized string similar to There was an error parsing the foreign key definition..
-
-
-
-
- Looks up a localized string similar to Error encountered reading the RSA public key..
-
-
-
-
- Looks up a localized string similar to Unable to retrieve stored procedure metadata for routine '{0}'. Either grant SELECT privilege to mysql.proc for this user or use "check parameters=false" with your connection string..
-
-
-
-
- Looks up a localized string similar to Unable to start a second async operation while one is running..
-
-
-
-
- Looks up a localized string similar to Unix sockets are not supported on Windows.
-
-
-
-
- Looks up a localized string similar to Unknown authentication method '{0}' was requested..
-
-
-
-
- Looks up a localized string similar to Unknown connection protocol.
-
-
-
-
- Looks up a localized string similar to Value '{0}' is not of the correct type..
-
-
-
-
- Looks up a localized string similar to The requested column value could not be treated as or conveted to a Guid..
-
-
-
-
- Looks up a localized string similar to Windows authentication connections are not supported on {0}.
-
-
-
-
- Looks up a localized string similar to Writing to the stream failed..
-
-
-
-
- Looks up a localized string similar to Parameter '{0}' is not found but a parameter with the name '{1}' is found. Parameter names must include the leading parameter marker..
-
-
-
-
- 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 Appdata path is not defined..
-
-
-
-
- Looks up a localized string similar to Authentication failed using MYSQL41 and SHA256_MEMORY. Check the user name and password or try using a secure connection..
-
-
-
-
- Looks up a localized string similar to You can't get more sessions because Client is closed..
-
-
-
-
- Looks up a localized string similar to Client option '{0}' does not support value '{1}'..
-
-
-
-
- Looks up a localized string similar to Client option '{0}' is not recognized as valid..
-
-
-
-
- Looks up a localized string similar to {0} '{1}' does not exist in schema '{2}'..
-
-
-
-
- Looks up a localized string similar to '{0}' cannot be set to false with DNS SRV lookup enabled..
-
-
-
-
- Looks up a localized string similar to Scheme '{0}' is not valid..
-
-
-
-
-
- Looks up a localized string similar to Compression using {0} is not supported..
-
-
-
-
- Looks up a localized string similar to Failed to load libzstd.dll. Removing zstd_stream from the client supported compression algorithms..
-
-
-
-
- Looks up a localized string similar to Compression using {0} is not supported in .NET Framework..
-
-
-
-
- Looks up a localized string similar to The connection property 'compression' acceptable values are: 'preferred', 'required' or 'disabled'. The value '{0}' is not acceptable..
-
-
-
-
- Looks up a localized string similar to Compression is not enabled..
-
-
-
-
- Looks up a localized string similar to Compression requested but the server does not support it..
-
-
-
-
- Looks up a localized string similar to There are still decompressed messages pending to be processed..
-
-
-
-
- Looks up a localized string similar to Duplicate key '{0}' used in "connection-attributes"..
-
-
-
-
- Looks up a localized string similar to Key name in connection attribute cannot be an empty string..
-
-
-
-
- Looks up a localized string similar to At least one option must be specified..
-
-
-
-
- Looks up a localized string similar to This feature is currently not supported..
-
-
-
-
- Looks up a localized string similar to This functionality is only supported in MySQL {0} and higher..
-
-
-
-
- Looks up a localized string similar to Collation with id '{0}' not found..
-
-
-
-
- Looks up a localized string similar to The value of "connection-attributes" must be either a boolean or a list of key-value pairs..
-
-
-
-
- Looks up a localized string similar to Connection Data is incorrect..
-
-
-
-
- Looks up a localized string similar to The connection string is invalid..
-
-
-
-
- Looks up a localized string similar to '{0}' is not a valid connection string attribute..
-
-
-
-
- Looks up a localized string similar to The connection timeout value must be a positive integer (including 0)..
-
-
-
-
- Looks up a localized string similar to Decimal (BCD) format is invalid..
-
-
-
-
- Looks up a localized string similar to Field type with name '{0}' not found..
-
-
-
-
- Looks up a localized string similar to Index type with name '{0}' not found..
-
-
-
-
- Looks up a localized string similar to The value provided is not a valid JSON document. {0}.
-
-
-
-
- Looks up a localized string similar to {0} is not a valid column name in the row..
-
-
-
-
- Looks up a localized string similar to {0} is not a valid index for the row..
-
-
-
-
- Looks up a localized string similar to Session state is not valid..
-
-
-
-
- Looks up a localized string similar to Invalid Uri .
-
-
-
-
- Looks up a localized string similar to Invalid uri query value.
-
-
-
-
- Looks up a localized string similar to Key names in "connection-attributes" cannot start with "_"..
-
-
-
-
- Looks up a localized string similar to Json configuration must contain 'uri' or 'host' but not both..
-
-
-
-
- Looks up a localized string similar to Keyword '{0}' not found..
-
-
-
-
- Looks up a localized string similar to Keyword not supported..
-
-
-
-
- Looks up a localized string similar to Field '{0}' is mandatory..
-
-
-
-
- Looks up a localized string similar to Missed required 'schema' option..
-
-
-
-
- Looks up a localized string similar to More than one document id was generated. Please use the DocumentIds property instead..
-
-
-
-
- Looks up a localized string similar to There is no data at index {0}.
-
-
-
-
- Looks up a localized string similar to No 'host' has been specified..
-
-
-
-
- Looks up a localized string similar to No more data in resultset..
-
-
-
-
- Looks up a localized string similar to Object '{0}' not found.
-
-
-
-
- Looks up a localized string similar to No placeholders..
-
-
-
-
- Looks up a localized string similar to {0} must be a value greater than 0..
-
-
-
-
- Looks up a localized string similar to Path not found '{0}'..
-
-
-
-
- Looks up a localized string similar to Queue timeout expired. The timeout period elapsed prior to getting a session from the pool..
-
-
-
-
- Looks up a localized string similar to Providing a port number as part of the host address isn't supported when using connection strings in basic format or anonymous objects. Use URI format instead..
-
-
-
-
- Looks up a localized string similar to You must either assign no priority to any of the hosts or give a priority for every host..
-
-
-
-
- Looks up a localized string similar to The priority must be between 0 and 100..
-
-
-
-
- Looks up a localized string similar to ProgramData path is not defined..
-
-
-
-
- Looks up a localized string similar to The server doesn't support the requested operation. Please update the MySQL Server and/or Client library.
-
-
-
-
- Looks up a localized string similar to The process of closing the resultset and resulted in results being lost..
-
-
-
-
- Looks up a localized string similar to All server connection attempts were aborted. Timeout of {0} milliseconds was exceeded for each selected server..
-
-
-
-
- Looks up a localized string similar to All server connection attempts were aborted. Timeout was exceeded for each selected server..
-
-
-
-
- Looks up a localized string similar to Connection attempt to the server was aborted. Timeout of {0} milliseconds was exceeded..
-
-
-
-
- Looks up a localized string similar to Connection attempt to the server was aborted. Timeout was exceeded..
-
-
-
-
- Looks up a localized string similar to Unable to connect to any specified host..
-
-
-
-
- Looks up a localized string similar to Unable to read or decode data value..
-
-
-
-
- Looks up a localized string similar to Unable to open a session..
-
-
-
-
- Looks up a localized string similar to Unexpected end of packet found while reading data values.
-
-
-
-
- Looks up a localized string similar to Field name '{0}' is not allowed..
-
-
-
-
- Looks up a localized string similar to Unknown placeholder :{0}.
-
-
-
-
- Looks up a localized string similar to Value '{0}' is not of the correct type..
-
-
-
-
- Summary description for MySqlUInt64.
-
-
-
-
- An exception thrown by MySQL when a type conversion does not succeed.
-
-
-
- Initializes a new instance of the class with a specified error message.
- Message describing the error.
-
-
-
- Represents a datetime data type object in a MySql database.
-
-
-
-
- Defines whether the UTF or local timezone will be used.
-
-
-
-
- Constructs a new MySqlDateTime object by setting the individual time properties to
- the given values.
-
- The year to use.
- The month to use.
- The day to use.
- The hour to use.
- The minute to use.
- The second to use.
- The microsecond to use.
-
-
-
- Constructs a new MySqlDateTime object by using values from the given object.
-
- The object to copy.
-
-
-
- Constructs a new MySqlDateTime object by copying the current value of the given object.
-
- The MySqlDateTime object to copy.
-
-
-
- Enables the contruction of a MySqlDateTime object by parsing a string.
-
-
-
-
- Indicates if this object contains a value that can be represented as a DateTime
-
-
-
- Returns the year portion of this datetime
-
-
- Returns the month portion of this datetime
-
-
- Returns the day portion of this datetime
-
-
- Returns the hour portion of this datetime
-
-
- Returns the minute portion of this datetime
-
-
- Returns the second portion of this datetime
-
-
-
- Returns the milliseconds portion of this datetime
- expressed as a value between 0 and 999
-
-
-
-
- Returns the microseconds portion of this datetime (6 digit precision)
-
-
-
-
- Returns true if this datetime object has a null value
-
-
-
-
- Retrieves the value of this as a DateTime object.
-
-
-
- Returns this value as a DateTime
-
-
- Returns a MySQL specific string representation of this value
-
-
-
-
-
-
-
-
- Represents a decimal data type object in a MySql database.
-
-
-
-
- Gets a boolean value signaling if the type is null.
-
-
-
-
- Gets or sets the decimal precision of the type.
-
-
-
-
- Gets or sets the scale of the type.
-
-
-
-
- Gets the decimal value associated to this type.
-
-
-
-
- Converts this decimal value to a double value.
-
- The value of this type converted to a dobule value.
-
-
-
- Represents a geometry data type object in a MySql database.
-
-
-
-
- Gets the x coordinate.
-
-
-
-
- Gets the y coordinate.
-
-
-
-
- Gets the SRID value.
-
-
-
-
- Gets a boolean value that signals if the type is null.
-
-
-
-
- Gets the value associated to this type.
-
-
-
-
- Gets the value associated to this type.
-
-
-
- Returns the Well-Known Text representation of this value
- POINT({0} {1})", longitude, latitude
- http://dev.mysql.com/doc/refman/4.1/en/gis-wkt-format.html
-
-
-
- Get value from WKT format
- SRID=0;POINT (x y) or POINT (x y)
-
- WKT string format
-
-
-
- Try to get value from WKT format
- SRID=0;POINT (x y) or POINT (x y)
-
- WKT string format
- Out mysqlGeometryValue
-
-
-
- Sets the DSInfo when GetSchema is called for the DataSourceInformation collection.
-
-
-
-
- Gets the well-known text representation of the geomtry object.
-
- A string representation of the WKT.
-
-
-
- Provides functionality for loading unmanaged libraries.
-
-
-
-
- Loads the specified unmanaged library from the embedded resources.
-
- The application name.
- The library name.
-
-
-
- Provides support for configuring X Protocol compressed messages.
-
-
-
-
- The capabilities sub-key used to specify the compression algorithm.
-
-
-
-
- The capabilities key used to specify the compression capability.
-
-
-
-
- Messages with a value lower than this threshold will not be compressed.
-
-
-
-
- Default value for enabling or disabling combined compressed messages.
-
-
-
-
- Default value for the maximum number of combined compressed messages contained in a compression message.
-
-
-
-
- deflate_stream compression algorithm.
-
-
-
-
- lz4_message compression algorithm.
-
-
-
-
- The capabilities sub-key used to specify if combining compressed messages is permitted.
-
-
-
-
- The capabilities sub-key used to specify the maximum number of compressed messages contained in a compression message.
-
-
-
-
- zstd_stream compression algorithm.
-
-
-
-
- Buffer used to store the data received from the server.
-
-
-
-
- Deflate stream used for compressing data.
-
-
-
-
- Deflate stream used for decompressing data.
-
-
-
-
- Flag indicating if the initialization is for compression or decompression.
-
-
-
-
- Stores the communication packet generated the last time ReadNextBufferedMessage method was called.
-
-
-
-
- Indicates if the libzstd.dll has been loaded.
-
-
-
-
- Stream used to store multiple X Protocol messages.
-
-
-
-
- ZStandard stream used for decompressing data.
-
-
-
-
- Static constructor used to initialize the client supported compression algorithms.
-
-
-
-
- Main constructor used to set the compression algorithm and initialize the list of messages to
- be compressed by the client.
-
- The compression algorithm to use.
- Flag indicating if the initialization is for compression or decompression.
-
-
-
- Gets or sets the list of messages that should be compressed by the client when compression is enabled.
-
-
-
-
- Gets or sets an array containing the compression algorithms supported by the client.
-
-
-
-
- Gets or sets the compression algorithm.
-
-
-
-
- Flag indicating if compression is enabled.
-
-
-
-
- Flag indicating if the last decompressed message contains multiple messages.
-
-
-
-
- General method used to compress data using the compression algorithm defined in the constructor.
-
- The data to compress.
- A compressed byte array.
-
-
-
- Compresses data using the deflate_stream algorithm.
-
- The data to compress.
- A compressed byte array.
-
-
-
- Compresses data using the lz4_message algorithm.
-
- The data to compress.
- A compressed byte array.
-
-
-
- Compresses data using the zstd_stream algorithm.
-
- The data to compress.
- A compressed byte array.
-
-
-
- General method used to decompress data using the compression algorithm defined in the constructor.
-
- The data to decompress.
- The expected length of the decompressed data.
- A decompressed byte array.
-
-
-
- Decompresses data using the deflate_stream compression algorithm.
-
- The data to decompress.
- The expected length of the decompressed data.
- A decompressed byte array.
-
-
-
- Decompresses data using the lz4_message compression algorithm.
-
- The data to decompress.
- The expected length of the decompressed data.
- A decompressed byte array.
-
-
-
- Decompresses data using the zstd_stream compression algorithm.
-
- The data to decompress.
- The expected length of the decompressed data.
- A decompressed byte array.
-
-
-
- Closes and disposes of any open streams.
-
-
-
-
- Gets the byte array representing the next X Protocol frame that is stored in cache.
-
- A byte array representing an X Protocol frame.
-
-
-
- Gets a representing the next X Protocol frame that is stored in cache.
-
- A with the next X Protocol frame.
-
-
-
- Loads the libzstd.dll assembly.
-
-
-
-
- This object store the required parameters to create a Collection with schema validation.
-
- If false, throws an exception if the collection exists.
- Object which hold the Level and Schema parameters
-
-
-
-
- This object store the required parameters to Modify a Collection with schema validation.
-
- Object which hold the Level and Schema parameters
-
-
-
-
- This object store the required parameters to create a Collection with schema validation.
-
- It can be STRICT to enable schema validation or OFF to disable
- The JSON which define the rules to be validated in the collection
-
-
-
- The possible values for parameter Level in Validation object.
-
- Enforce schema validation.
- Schema validation disabled.
-
-
-
- Implementation of EXTERNAL authentication type.
-
-
-
-
- Implementation of MySQL41 authentication type.
-
-
-
-
- Implementation of PLAIN authentication type.
-
-
-
-
- Compares two Guids in string format.
-
- The first string to compare.
- The first string to compare.
- An integer that indicates the lexical relationship between the two comparands, similar to
-
-
-
- Compares two objects.
-
- The first to compare.
- The second to compare.
- An integer that indicates the lexical relationship between the two comparands, similar to
-
-
-
- Constructor that sets the stream used to read or write data.
-
- The stream used to read or write data.
-
-
-
- Constructor that sets the stream used to read or write data and the compression controller.
-
- The stream used to read or write data.
- The compression controller.
-
-
-
- Gets or sets the compression controller uses to manage compression operations.
-
-
-
-
- Writes X Protocol frames to the X Plugin.
-
- The integer representation of the client message identifier used for the message.
- The message to include in the X Protocol frame.
-
-
-
- Writes X Protocol frames to the X Plugin.
-
- The client message identifier used for the message.
- The message to include in the X Protocol frame.
-
-
-
- Reads X Protocol frames incoming from the X Plugin.
-
- A instance representing the X Protocol frame that was read.
-
-
-
- Abstract class for the protocol base operations in client/server communication.
-
-
-
-
- Expression parser for MySQL-X protocol.
-
-
- string being parsed.
-
-
- Token stream produced by lexer.
-
-
- Parser's position in token stream.
-
-
- Mapping of names to positions for named placeholders. Used for both string values ":arg" and numeric values ":2".
-
-
- Number of positional placeholders.
-
-
- Are relational columns identifiers allowed?
-
-
- Token types used by the lexer.
-
-
- Token. Includes type and string value of the token.
-
-
- Mapping of reserved words to token types.
-
-
- Does the next character equal the given character? (respects bounds)
-
-
- Helper function to match integer or floating point numbers. This function should be called when the position is on the first character of the number (a
- digit or '.').
-
- @param i The current position in the string
- @return the next position in the string after the number.
-
-
- Lexer for MySQL-X expression language.
-
-
- Assert that the token at pos is of type type.
-
-
- Does the current token have type `t'?
-
-
- Does the next token have type `t'?
-
-
- Does the token at position `pos' have type `t'?
-
-
- Consume token.
-
- @return the string value of the consumed token
-
-
- Parse a paren-enclosed expression list. This is used for function params or IN params.
-
- @return a List of expressions
-
-
- Parse a function call of the form: IDENTIFIER PAREN_EXPR_LIST.
-
- @return an Expr representing the function call.
-
-
- Parse an identifier for a function call: [schema.]name
-
-
- Parse a document path member.
-
-
- Parse a document path array index.
-
-
- Parse a JSON-style document path, like WL#7909, but prefix by @. instead of $.
-
-
- Parse a document field.
-
-
- Parse a column identifier (which may optionally include a JSON document path).
-
-
- Build a unary operator expression.
-
-
- Parse an atomic expression. (c.f. grammar at top)
-
-
- Parse a left-associated binary operator.
-
- @param types
- The token types that denote this operator.
- @param innerParser
- The inner parser that should be called to parse operands.
- @return an expression tree of the binary operator or a single operand
-
-
- Parse the entire string as an expression.
-
- @return an X-protocol expression tree
-
-
-
- Parse an ORDER BY specification which is a comma-separated list of expressions, each may be optionally suffixed by ASC/DESC.
-
-
- Parse a SELECT projection which is a comma-separated list of expressions, each optionally suffixed with a target alias.
-
-
- Parse an INSERT field name.
- @todo unit test
-
-
- Parse an UPDATE field which can include can document paths.
-
-
- Parse a document projection which is similar to SELECT but with document paths as the target alias.
-
-
- Parse a list of expressions used for GROUP BY.
-
-
- @return the number of positional placeholders in the expression.
-
-
- @return a mapping of parameter names to positions.
-
-
- Proto-buf helper to build a LITERAL Expr with a Scalar NULL type.
-
-
- Proto-buf helper to build a LITERAL Expr with a Scalar DOUBLE type (wrapped in Any).
-
-
- Proto-buf helper to build a LITERAL Expr with a Scalar SINT (signed int) type (wrapped in Any).
-
-
- Proto-buf helper to build a LITERAL Expr with a Scalar UINT (unsigned int) type (wrapped in Any).
-
-
- Proto-buf helper to build a LITERAL Expr with a Scalar STRING type (wrapped in Any).
-
-
- Proto-buf helper to build a LITERAL Expr with a Scalar OCTETS type (wrapped in Any).
-
-
- Proto-buf helper to build a LITERAL Expr with a Scalar BOOL type (wrapped in Any).
-
-
- Wrap an Any value in a LITERAL expression.
-
-
- Build an Any with a string value.
-
-
-
- Parses an anonymous object into a dictionary.
-
- The object to parse.
- A dictionary if the provided object is an anonymous object; otherwise, null.
-
-
- List of operators which will be serialized as infix operators.
-
-
- Scalar to string.
-
-
- JSON document path to string.
-
-
- Column identifier (or JSON path) to string.
-
-
- Function call to string.
-
-
- Create a string from a list of (already stringified) parameters. Surround by parens and separate by commas.
-
-
- Convert an operator to a string. Includes special cases for chosen infix operators (AND, OR) and special forms such as LIKE and BETWEEN.
-
-
- Escape a string literal.
-
-
- Quote a named identifer.
-
-
- Serialize an expression to a string.
-
-
-
- Build the message to be sent to MySQL Server to execute statement "Create" or "Modify" collection with schema options
-
- The namespace
- The name of the command to be executed on MySql Server
- Array of KeyValuePairs with the parameters required to build the message
- void.
-
-
-
- Sends the delete documents message
-
-
-
-
- Sends the CRUD modify message
-
-
-
-
- Class implementation for a default communication kind.
-
-
-
-
- Constructor method for the communication routing service
-
- A MySqlXConnectionStringBuilder setted with the information to use in the connection
-
-
-
- Gets the current connection base on the connection mode
-
- One of the values of ConnectionMode Offline, ReadOnly, WriteOnly, ReadWrite
-
-
-
-
- Abstract class used to define the kind of server in environments with multiple types of distributed systems.
-
-
-
-
- Main class for parsing json strings.
-
-
-
-
- Initializes a new instance of the JsonParser class.
-
-
-
-
- Parses the received string into a dictionary.
-
- The string to parse.
- A object that represents the parsed string.
-
-
-
- Abstract class to manage and encapsulate one or more actual connections.
-
-
-
-
- Creates a new session object with the values of the settings parameter.
-
- Settings to be used in the session object
-
-
-
- Sets the connection's charset default collation.
-
- The opened session.
- The character set.
-
-
-
- Gets the version of the server.
-
- An instance of containing the server version.
-
-
-
- Gets the thread Id of the connection.
-
- Thread Id
-
-
-
- Implementation class for object that manages low-level work of queuing tasks onto threads.
-
-
-
-
- Implementation class of InternalSession to manage connections using the Xprotocol type object.
-
-
-
-
- Defines the compression controller that will be passed on the instance when
- compression is enabled.
-
-
-
-
- Defines the compression controller that will be passed on the instance when
- compression is enabled.
-
-
-
-
- The used client to handle SSH connections.
-
-
-
-
- Negotiates compression capabilities with the server.
-
- An array containing the compression algorithms supported by the server.
-
-
-
- Prepare the dictionary of arguments required to create a MySQL message.
-
- The name of the MySQL schema.
- The name of the collection.
- This object hold the parameters required to create the collection.
-
- Collection referente.
-
-
-
- Prepare the dictionary of arguments required to Modify a MySQL message.
-
- The name of the MySQL schema.
- The name of the collection.
- This object hold the parameters required to Modify the collection.
-
- Collection referente.
-
-
-
- Gets the compression algorithm being used to compress or decompress data.
-
- Flag to indicate if the compression algorithm should be
- retrieved from the reader or writer controller.
- The name of the compression algorithm being used if any.
- null if no compression algorithm is being used.
-
-
-
- Represents a base class for a Session.
-
-
-
-
- Flag to set if prepared statements are supported.
-
-
-
-
- Gets the connection settings for this session.
-
-
-
-
- Gets the currently active schema.
-
-
-
-
- Gets the default schema provided when creating the session.
-
-
-
-
- Gets the connection uri representation of the connection options provided during the creation of the session.
-
-
-
-
- Initializes a new instance of the BaseSession class based on the specified connection string.
-
- The connection used to create the session.
- is null.
- Unable to parse the when
- in URI format.
-
- When using Unix sockets the protocol=unix or protocol=unixsocket connection option is required.
- This will enable elements passed in the server connection option to be treated as Unix sockets. The user is also required
- to explicitly set sslmode to none since X Plugin does not support SSL when using Unix sockets. Note that
- protocol=unix and protocol=unixsocket are synonyms.
-
- Multiple hosts can be specified as part of the ,
- which enables client-side failover when trying to establish a connection.
-
- Connection URI examples:
- - mysqlx://test:test@[192.1.10.10,localhost]
- - mysqlx://test:test@[192.1.10.10,127.0.0.1]
- - mysqlx://root:@[../tmp/mysqlx.sock,/tmp/mysqld.sock]?protocol=unix&sslmode=none
- - mysqlx://test:test@[192.1.10.10:33060,127.0.0.1:33060]
- - mysqlx://test:test@[192.1.10.10,120.0.0.2:22000,[::1]:33060]/test?connectiontimeout=10
- - mysqlx://test:test@[(address=server.example,priority=20),(address=127.0.0.1,priority=100)]
- - mysqlx://test:test@[(address=server.example,priority=100),(address=127.0.0.1,priority=75),(address=192.0.10.56,priority=25)]
-
-
- Connection string examples:
- - server=10.10.10.10,localhost;port=33060;uid=test;password=test;
- - host=10.10.10.10,192.101.10.2,localhost;port=5202;uid=test;password=test;
- - host=./tmp/mysqld.sock,/var/run/mysqldx.sock;port=5202;uid=root;protocol=unix;sslmode=none;
- - server=(address=server.example,priority=20),(address=127.0.0.1,priority=100);port=33060;uid=test;password=test;
- - server=(address=server.example,priority=100),(address=127.0.0.1,priority=75),(address=192.0.10.56,priority=25);port=33060;uid=test;password=test;
-
-
- Failover methods
- - Sequential: Connection attempts will be performed in a sequential order, that is, one after another until
- a connection is successful or all the elements from the list have been tried.
-
- - Priority based: If a priority is provided, the connection attemps will be performed in descending order, starting
- with the host with the highest priority. Priority must be a value between 0 and 100. Additionally, it is required to either
- give a priority for every host or no priority to any host.
-
-
-
-
-
- Initializes a new instance of the BaseSession class based on the specified anonymous type object.
-
- The connection data as an anonymous type used to create the session.
- is null.
-
- Multiple hosts can be specified as part of the , which enables client-side failover when trying to
- establish a connection.
-
- To assign multiple hosts, create a property similar to the connection string examples shown in
- . Note that the value of the property must be a string.
-
-
-
-
-
- Drops the database/schema with the given name.
-
- The name of the schema.
- is null.
-
-
-
- Creates a schema/database with the given name.
-
- The name of the schema/database.
- A object that matches the recently created schema/database.
-
-
-
- Gets the schema with the given name.
-
- The name of the schema.
- A object set with the provided schema name.
-
-
-
- Gets a list of schemas (or databases) in this session.
-
- A list containing all existing schemas (or databases).
-
-
-
- Starts a new transaction.
-
-
-
-
- Commits the current transaction.
-
- A object containing the results of the commit operation.
-
-
-
- Rolls back the current transaction.
-
-
-
-
- Closes this session or releases it to the pool.
-
-
-
-
- Closes this session
-
-
-
-
- Sets a transaction savepoint with an autogenerated name.
-
- The autogenerated name of the transaction savepoint.
-
-
-
- Sets a named transaction savepoint.
-
- The name of the transaction savepoint.
- The name of the transaction savepoint.
-
-
-
- Removes the named savepoint from the set of savepoints within the current transaction.
-
- The name of the transaction savepoint.
-
-
-
- Rolls back a transaction to the named savepoint without terminating the transaction.
-
- The name of the transaction savepoint.
-
-
-
- Parses the connection data.
-
- The connection string or connection URI.
- An updated connection string representation of the provided connection string or connection URI.
-
-
-
- Parses a connection URI.
-
- The connection URI to parse.
- The connection string representation of the provided .
-
-
-
- Validates if the string provided is a Unix socket file.
-
- The Unix socket to evaluate.
- true if is a valid Unix socket; otherwise, false.
-
-
-
- Converts the URI object into a connection string.
-
- An instance with the values for the provided connection options.
- The path of the Unix socket file.
- If true the replaces the value for the server connection option; otherwise, false
- A connection string.
-
-
-
- Parses a connection string.
-
- The connection string to parse.
- The parsed connection string.
-
-
-
- Normalizes the Unix socket by removing leading and ending parenthesis as well as removing special characters.
-
- The Unix socket to normalize.
- A normalized Unix socket.
-
-
-
- Disposes the current object. Disposes of the managed state if the flag is set to true.
-
- Flag to indicate if the managed state is to be disposed.
-
-
-
- Disposes the current object. Code added to correctly implement the disposable pattern.
-
-
-
-
- Describes the state of the session.
-
-
-
-
- The session is closed.
-
-
-
-
- The session is open.
-
-
-
-
- The session object is connecting to the data source.
-
-
-
-
- The session object is executing a command.
-
-
-
-
- Class encapsulating a session pooling functionality.
-
-
-
-
- Queue of demoted hosts.
-
-
-
-
- List of hosts that will be attempted to connect to.
-
-
-
-
- Timer to be used when a host have been demoted.
-
-
-
-
- Remove hosts from the demoted list that have already been there for more
- than 120,000 milliseconds and add them to the available hosts list.
-
-
-
-
- Get a session from pool or create a new one.
-
-
-
-
-
- Closes all sessions the Client object created and destroys the managed pool.
-
-
-
-
- Represents a collection of documents.
-
-
-
-
- Creates an containing the provided objects that can be used to add
- one or more items to a collection.
-
- The objects to add.
- An object containing the objects to add.
- is null.
- This method can take anonymous objects, domain objects, or just plain JSON strings.
- The statement can be further modified before execution.
-
-
-
- Creates a with the given condition that can be used to remove
- one or more documents from a collection.The statement can then be further modified before execution.
-
- The condition to match documents.
- A object set with the given condition.
- is null or white space.
- The statement can then be further modified before execution.
-
-
-
- Removes the document with the given identifier.
-
- The unique identifier of the document to replace.
- A object containing the results of the execution.
- is null or white space.
- This is a direct execution method.
-
-
-
- Creates a with the given condition that can be used to modify one or more
- documents from a collection.
-
- The condition to match documents.
- A object set with the given condition.
- is null or white space.
- The statement can then be further modified before execution.
-
-
-
- Replaces the document matching the given identifier.
-
- The unique identifier of the document to replace.
- The document to replace the matching document.
- A object containing the results of the execution.
- is null or whitespace.
- is null.
- This is a direct execution method. Operation succeeds even if no matching document was found;
- in which case, the Result.RecordsAffected property is zero. If the new document contains an identifier, the value
- is ignored.
-
-
-
- Adds the given document to the collection unless the identifier or any other field that has a unique index
- already exists, in which case it will update the matching document.
-
- The unique identifier of the document to replace.
- The document to replace the matching document.
- A object containing the results of the execution.
- The server version is lower than 8.0.3.
- is null or white space.
- is null.
- The is different from the one in .
- This is a direct execution method.
-
-
-
- Returns the number of documents in this collection on the server.
-
- The number of documents found.
-
-
-
- Creates a with the given condition which can be used to find documents in a
- collection.
-
- An optional condition to match documents.
- A object set with the given condition.
- The statement can then be further modified before execution.
-
-
-
- Creates an index based on the properties provided in the JSON document.
-
- The index name.
- JSON document describing the index to be created.
-
- is a JSON document with the following fields:
-
- - fields: array of IndexField objects, each describing a single document member to be
- included in the index (see below).
- - type: string, (optional) the type of index. One of INDEX or SPATIAL. Default is INDEX and may
- be omitted.
-
-
- A single IndexField description consists of the following fields:
-
- - field: string, the full document path to the document member or field to be indexed.
- - type: string, one of the supported SQL column types to map the field into (see the following list).
- For numeric types, the optional UNSIGNED keyword may follow. For the TEXT type, the length to consider for
- indexing may be added.
- - required: bool, (optional) true if the field is required to exist in the document. defaults to
- false, except for GEOJSON where it defaults to true.
- - options: int, (optional) special option flags for use when decoding GEOJSON data.
- - srid: int, (optional) srid value for use when decoding GEOJSON data.
-
-
- Supported SQL column types:
-
- - INT [UNSIGNED]
- - TINYINT [UNSIGNED]
- - SMALLINT [UNSIGNED]
- - MEDIUMINT [UNSIGNED]
- - INTEGER [UNSIGNED]
- - BIGINT [UNSIGNED]
- - REAL [UNSIGNED]
- - FLOAT [UNSIGNED]
- - DOUBLE [UNSIGNED]
- - DECIMAL [UNSIGNED]
- - NUMERIC [UNSIGNED]
- - DATE
- - TIME
- - TIMESTAMP
- - DATETIME
- - TEXT[(length)]
- - CHAR[(lenght)]
- - GEOJSON (extra options: options, srid)
-
-
-
-
-
- Drops a collection index.
-
- The index name.
- is null or white space.
-
-
-
- Verifies if the current collection exists in the server schema.
-
- true if the collection exists; otherwise, false.
-
-
-
- Returns the document with the given identifier.
-
- The unique identifier of the document to replace.
- A object if a document matching given identifier exists; otherwise, null.
- is null or white space.
- This is a direct execution method.
-
-
-
- Base abstract class that defines elements inherited by all result types.
-
-
-
-
- Gets the number of records affected by the statement that generated this result.
-
-
-
-
- Gets the object of the session.
-
-
-
-
- Gets a read-only collection of objects derived from statement execution.
-
-
-
-
- Gets the number of warnings in the collection derived from statement execution.
-
-
-
-
- No action is performed by this method. It is intended to be overriden by child classes if required.
-
-
-
-
- Base abstract class for API statement.
-
-
-
-
-
- Initializes a new instance of the BaseStatement class based on the specified session.
-
- The session where the statement will be executed.
-
-
-
- Gets the that owns the statement.
-
-
-
-
- Executes the base statements. This method is intended to be defined by child classes.
-
- A result object containing the details of the execution.
-
-
-
- Executes a statement asynchronously.
-
- A result object containing the details of the execution.
-
-
-
- Validates if the session is open and valid.
-
-
-
-
- Sets the status as Changed for prepared statement validation.
-
-
-
-
- Converts a statement to prepared statement for a second execution
- without any change but Bind, Limit, or Offset.
-
-
-
-
- Abstract class for buffered results.
-
- Generic result type.
-
-
-
- Index of the current item.
-
-
-
-
- List of generic items in this buffered result.
-
-
-
-
- Flag that indicates if all items have been read.
-
-
-
-
- Gets a dictionary containing the column names and their index.
-
-
-
-
- Gets the page size set for this buffered result.
-
-
-
-
- Loads the column data into the field.
-
-
-
-
- Retrieves a read-only list of the generic items associated to this buffered result.
-
- A generic list representing items in this buffered result.
-
-
-
- Retrieves one element from the generic items associated to this buffered result.
-
- A generic object that corresponds to the current or default item.
-
-
-
- Determines if all items have already been read.
-
- True if all items have been retrived, false otherwise.
-
-
-
- Gets the current item.
-
- All items have already been read.
-
-
-
- Determines if all items have already been read.
-
- True if all items have been retrived, false otherwise.
-
-
-
- Resets the value of the field to zero.
-
-
-
-
- Gets an representation of this object.
-
- An representation of this object.
-
-
-
- Gets an representation of this object.
-
- An representation of this object.
-
-
-
- Retrieves a read-only list of the generic items associated to this buffered result.
-
- A generic list representing items in this buffered result.
-
-
-
- No body has been defined for this method.
-
-
-
-
- Class to represent an error in this result.
-
-
-
-
- Numeric code.
-
-
-
-
- Return code indicating the outcome of the executed SQL statement.
-
-
-
-
- Error message.
-
-
-
-
- Initializes a new instance of the ErrorInfo class.
-
-
-
-
- Abstract class for filterable statements.
-
- The filterable statement.
- The database object.
- The type of result.
-
-
-
- Initializes a new instance of the FiltarableStatement class based on the target and condition.
-
- The database object.
- The optional filter condition.
-
-
-
- Enables the setting of Where condition for this operation.
-
- The Where condition.
- The implementing statement type.
-
-
-
- Sets the number of items to be returned by the operation.
-
- The number of items to be returned.
- The implementing statement type.
- is equal or lower than 0.
-
-
-
- Sets the number of items to be skipped before including them into the result.
-
- The number of items to be skipped.
- The implementing statement type.
-
-
-
- Binds the parameter values in filter expression.
-
- The parameter name.
- The value of the parameter.
- A generic object representing the implementing statement type.
-
-
-
- Binds the parameter values in filter expression.
-
- The parameters as a DbDoc object.
- A generic object representing the implementing statement type.
-
-
-
- Binds the parameter values in filter expression.
-
- The parameters as a JSON string.
- The implementing statement type.
-
-
-
- Binds the parameter values in filter expression.
-
- The parameters as an anonymous object: new { param1 = value1, param2 = value2, ... }.
- The implementing statement type.
-
-
-
- Executes the statement.
-
- The function to execute.
- The generic object to use.
- A generic result object containing the results of the execution.
-
-
-
- Clones the filterable data but Session and Target remain the
- same.
-
- A clone of this filterable statement.
-
-
-
- Represents a general statement result.
-
-
-
-
- Gets the last inserted identifier (if there is one) by the statement that generated this result.
-
-
-
-
- Gets the list of generated identifiers in the order of the Add() calls.
-
-
-
-
- Abstract class to select a database object target.
-
- The database object.
- The execution result.
-
-
-
- Initializes a new instance of the TargetedBaseStatement class based on the provided target.
-
- The database object.
-
-
-
- Gets the database target.
-
-
-
-
- Represents a warning in this result.
-
-
-
-
- Numeric value associated to the warning message.
-
-
-
-
- Error message.
-
-
-
-
- Strict level for the warning.
-
-
-
-
- Initializes a new instance of the WarningInfo class based on the code and msg.
-
- The code for the warning.
- The error message for the warning.
-
-
-
- Represents a chaining collection insert statement.
-
-
-
-
- Adds documents to the collection.
-
- The documents to add.
- This object.
- The array is null.
-
-
-
- Executes the Add statement.
-
- A object containing the results of the execution.
-
-
-
- Implementation class for CRUD statements with collections using an index.
-
-
-
-
- Executes this statement.
-
- A object containing the results of the execution.
-
-
-
- Represents a collection statement.
-
-
-
-
-
- Converts base s into objects.
-
- Array of objects to be converted to objects.
- An enumerable collection of objects.
-
-
-
- Represents the result of an operation that includes a collection of documents.
-
-
-
-
- Represents a chaining collection find statement.
-
-
-
-
- List of column projections that shall be returned.
-
- List of columns.
- This object set with the specified columns or fields.
-
-
-
- Executes the Find statement.
-
- A object containing the results of execution and data.
-
-
-
- Locks matching rows against updates.
-
- Optional row lock option to use.
- This same object set with the lock shared option.
- The server version is lower than 8.0.3.
-
-
-
- Locks matching rows so no other transaction can read or write to it.
-
- Optional row lock option to use.
- This same object set with the lock exclusive option.
- The server version is lower than 8.0.3.
-
-
-
- Sets the collection aggregation.
-
- The field list for aggregation.
- This same object set with the specified group-by criteria.
-
-
-
- Filters criteria for aggregated groups.
-
- The filter criteria for aggregated groups.
- This same object set with the specified filter criteria.
-
-
-
- Sets user-defined sorting criteria for the operation. The strings use normal SQL syntax like
- "order ASC" or "pages DESC, age ASC".
-
- The order criteria.
- A generic object representing the implementing statement type.
-
-
-
- Enables the setting of Where condition for this operation.
-
- The Where condition.
- The implementing statement type.
-
-
-
- Represents a chaining collection modify statement.
-
-
-
-
- Sets key and value.
-
- The document path key.
- The new value.
- This object.
-
-
-
- Changes value for a key.
-
- The document path key.
- The new value.
- This object.
-
-
-
- Removes keys or values from a document.
-
- An array of document paths representing the keys to be removed.
- This object.
-
-
-
- Creates a object set with the changes to be applied to all matching documents.
-
- The JSON-formatted object describing the set of changes.
- A object set with the changes described in .
- can be a object, an anonymous object, or a JSON string.
- is null.
- is null or white space.
-
-
-
- Inserts an item into the specified array.
-
- The document path key including the index on which the item will be inserted.
- The value to insert into the array.
- A object containing the updated array.
-
-
-
- Appends an item to the specified array.
-
- The document path key.
- The value to append to the array.
- A object containing the updated array.
-
-
-
- Allows the user to set the sorting criteria for the operation. The strings use normal SQL syntax like
- "order ASC" or "pages DESC, age ASC".
-
- The order criteria.
- A generic object representing the implementing statement type.
-
-
-
- Enables the setting of Where condition for this operation.
-
- The Where condition.
- The implementing statement type.
-
-
-
- Executes the modify statement.
-
- A object containing the results of the execution.
-
-
-
- Represents a chaining collection remove statement.
-
-
-
-
- Sets user-defined sorting criteria for the operation. The strings use normal SQL syntax like
- "order ASC" or "pages DESC, age ASC".
-
- The order criteria.
- A generic object representing the implementing statement type.
-
-
-
- Enables the setting of Where condition for this operation.
-
- The Where condition.
- The implementing statement type.
-
-
-
- Executes the remove statement.
-
- A object containing the results of the execution.
-
-
-
- Represents a database object.
-
-
-
-
- Gets the session that owns the database object.
-
-
-
-
- Gets the schema that owns the database object.
-
-
-
-
- Gets the database object name.
-
-
-
-
- Verifies that the database object exists in the database.
-
- True if the object exists in database, false otherwise.
-
-
-
- Represents a generic document in JSON format.
-
-
-
-
- Initializes a new instance of the DbDoc class based on the object provided. The value can be a domain object, anonymous object, or JSON string.
-
- The value for this DbDoc.
-
-
-
- Gets the value of a document property.
-
- The key path for the property.
-
-
-
-
- Gets the identifier of the document.
-
-
-
-
- Gets a value indicating if this document has an identifier (property named _id with a value).
-
-
-
-
- Sets a property on this document.
-
- The key of the property.
- The new property value.
-
-
-
- Returns this document in Json format.
-
- A Json formatted string.
-
-
-
- Compares this DbDoc with another one.
-
- The DbDoc to compare to.
- True if they are equal, false otherwise.
-
-
-
- Gets a value that serves as a hash function for a particular type.
-
- A hash code for the current object.
-
-
-
- Represents a collection of documents with a generic type.
-
-
-
-
- Initializes a new instance of the generic Collection class based on the specified schema
- and name.
-
- The object associated to this collection.
- The name of the collection.
-
-
-
- Creates an containing the provided generic object. The add
- statement can be further modified before execution.
-
- The generic object to add.
- An object containing the object to add.
-
-
-
- Defines elements that allow to iterate through the contents of various items.
-
-
-
-
- Initializes a new instance of the Iterator class.
-
-
-
-
- This method is not yet implemented.
-
-
-
- Exception is always thrown since the body of the method is not yet implemented.
-
-
-
- Main class for session operations related to Connector/NET implementation of the X DevAPI.
-
-
-
-
- Opens a session to the server given or to the first available server if multiple servers were specified.
-
- The connection string or URI string format.
- A object representing the established session.
- Multiple hosts can be specified as part of the which
- will enable client side failover when trying to establish a connection. For additional details and syntax
- examples refer to the remarks section.
-
-
-
- Opens a session to the server given.
-
- The connection data for the server.
- A object representing the established session.
-
-
-
- Creates a new instance.
-
- The connection string or URI string format.
- The connection options in JSON string format.
- A object representing a session pool.
-
-
-
- Creates a new instance.
-
- The connection string or URI string format.
- The connection options in object format.
-
-
- new { pooling = new
- {
- enabled = true,
- maxSize = 15,
- maxIdleTime = 60000,
- queueTimeout = 60000
- }
- }
-
-
-
- A object representing a session pool.
-
-
-
- Creates a new instance.
-
- The connection data.
- The connection options in JSON string format.
- A object representing a session pool.
-
-
-
- Creates a new instance.
-
- The connection data.
- The connection options in object format.
-
-
- new { pooling = new
- {
- enabled = true,
- maxSize = 15,
- maxIdleTime = 60000,
- queueTimeout = 60000
- }
- }
-
-
-
- A object representing a session pool.
-
-
-
- Enables the creation of connection strings by exposing the connection options as properties.
- Contains connection options specific to the X protocol.
-
-
-
-
- Main constructor.
-
-
-
-
- Constructor accepting a connection string.
-
- The connection string.
-
-
-
- Readonly field containing a collection of classic protocol and protocol shared connection options.
-
-
-
-
- Gets or sets the connection timeout.
-
-
-
-
- Gets or sets the connection attributes.
-
-
-
-
- Path to a local file containing certificate revocation lists.
-
-
-
-
- Gets or sets the compression type between client and server.
-
-
-
-
- Gets or sets a connection option.
-
- The keyword that identifies the connection option to modify.
-
-
-
- Represents a table column.
-
-
-
-
- Gets the original column name.
-
-
-
-
- Gets the alias of the column name.
-
-
-
-
- Gets the table name the column orginates from.
-
-
-
-
- Gets the alias of the table name .
-
-
-
-
- Gets the schema name the column originates from.
-
-
-
-
- Gets the catalog the schema originates from.
- In MySQL protocol this is `def` by default.
-
-
-
-
- Gets the collation used for this column.
-
-
-
-
- Gets the character set used for this column.
-
-
-
-
- Gets the column length.
-
-
-
-
- Gets the fractional decimal digits for floating point and fixed point numbers.
-
-
-
-
- Gets the Mysql data type.
-
-
-
-
- Gets the .NET Clr data type.
-
-
-
-
- True if it's a signed number.
-
-
-
-
- True if column is UINT zerofill or BYTES rightpad.
-
-
-
-
- Initializes a new instance of the Column class.
-
-
-
-
- Represents a resultset that contains rows of data.
-
-
-
-
- Gets the columns in this resultset.
-
-
-
-
- Gets the number of columns in this resultset.
-
-
-
-
- Gets a list containing the column names in this resultset.
-
-
-
-
- Gets the rows of this resultset. This collection will be incomplete unless all the rows have been read
- either by using the Next method or the Buffer method.
-
-
-
-
- Gets the value of the column value at the current index.
-
- The column index.
- The CLR value at the column index.
-
-
-
- Allows getting the value of the column value at the current index.
-
- The column index.
- The CLR value at the column index.
-
-
-
- Returns the index of the given column name.
-
- The name of the column to find.
- The numeric index of column.
-
-
-
- Represents a single row of data in a table.
-
-
-
-
- Gets the value of the row at the given index.
-
- The column index to retrieve the value.
- The value at the index.
-
-
-
- Gets the value of the column as a string.
-
- The name of the column.
- The value of the column as a string.
-
-
-
- Gets a string based indexer into the row. Returns the value as a CLR type.
-
- The column index to get.
- The CLR value for the column.
-
-
-
- Inherits from . Creates a resultset that contains rows of data.
-
-
-
-
- Represents a resultset that contains rows of data for relational operations.
-
-
-
-
- Gets a boolean value indicating if this result has data.
-
-
-
-
- Moves to next resultset.
-
- True if there is a new resultset, false otherwise.
-
-
-
- Represents a sql statement.
-
-
-
-
- Initializes a new instance of the SqlStament class bassed on the session and sql statement.
-
- The session the Sql statement belongs to.
- The Sql statement.
-
-
-
- Gets the current Sql statement.
-
-
-
-
- Gets the list of parameters associated to this Sql statement.
-
-
-
-
- Executes the current Sql statement.
-
- A object with the resultset and execution status.
-
-
-
- Binds the parameters values by position.
-
- The parameter values.
- This set with the binded parameters.
-
-
-
- Represents a server Table or View.
-
-
-
-
- Gets a value indicating whether the object is
- a View (True) or a Table (False).
-
-
-
-
- Creates a set with the columns to select. The table select
- statement can be further modified before execution. This method is intended to select a set
- of table rows.
-
- The optional column names to select.
- A object for select chain operations.
-
-
-
- Creates a set with the fileds to insert to. The table
- insert statement can be further modified before exeuction. This method is intended to
- insert one or multiple rows into a table.
-
- The list of fields to insert.
- A object for insert chain operations.
-
-
-
- Creates a . This method is intended to update table rows
- values.
-
- A object for update chain operations.
-
-
-
- Creates a . This method is intended to delete rows from a
- table.
-
- A object for delete chain operations.
-
-
-
- Returns the number of rows in the table on the server.
-
- The number of rows.
-
-
-
- Verifies if the table exists in the database.
-
- true if the table exists; otherwise, false.
-
-
-
- Represents a chaining table delete statement.
-
-
-
-
- Sets user-defined sorting criteria for the operation. The strings use normal SQL syntax like
- "order ASC" or "pages DESC, age ASC".
-
- The order criteria.
- A generic object representing the implementing statement type.
-
-
-
- Executes the delete statement.
-
- A object containing the results of the delete execution.
-
-
-
- Represents a chaining table insert statement.
-
-
-
-
- Executes the insert statement.
-
- A object containing the results of the insert statement.
-
-
-
- Values to be inserted.
- Multiple rows supported.
-
- The values to be inserted.
- This same object.
-
-
-
- Represents a chaining table select statement.
-
-
-
-
- Executes the select statement.
-
- A object containing the results of the execution and data.
-
-
-
- Locks matching rows against updates.
-
- Optional row lock option to use.
- This same object set with lock shared option.
- The server version is lower than 8.0.3.
-
-
-
- Locks matching rows so no other transaction can read or write to it.
-
- Optional row lock option to use.
- This same object set with the lock exclusive option.
- The server version is lower than 8.0.3.
-
-
-
- Sets the table aggregation.
-
- The column list for aggregation.
- This same object set with the specified group-by criteria.
-
-
-
- Filters criteria for aggregated groups.
-
- The filter criteria for aggregated groups.
- This same object set with the specified filter criteria.
-
-
-
- Sets user-defined sorting criteria for the operation. The strings use normal SQL syntax like
- "order ASC" or "pages DESC, age ASC".
-
- The order criteria.
- A generic object that represents the implementing statement type.
-
-
-
- Represents a chaining table update statement.
-
-
-
-
- Executes the update statement.
-
- A object ocntaining the results of the update statement execution.
-
-
-
- Column and value to be updated.
-
- Column name.
- Value to be updated.
- This same object.
-
-
-
- Sets user-defined sorting criteria for the operation. The strings use normal SQL syntax like
- "order ASC" or "pages DESC, age ASC".
-
- The order criteria.
- A generic object that represents the implementing statement type.
-
-
-
- Represents a schema or database.
-
-
-
-
- Session related to current schema.
-
-
-
-
- Returns a list of all collections in this schema.
-
- A list representing all found collections.
-
-
-
- Returns a list of all tables in this schema.
-
- A list representing all found tables.
-
-
-
- Gets a collection by name.
-
- The name of the collection to get.
- Ensures the collection exists in the schema.
- A object matching the given name.
-
-
-
- Gets a typed collection object. This is useful for using domain objects.
-
- The type of collection returned.
- The name of collection to get.
- A generic object set with the given name.
-
-
-
- Gets the given collection as a table.
-
- The name of the collection.
- A object set with the given name.
-
-
-
- Gets a table object. Upon return the object may or may not be valid.
-
- The name of the table object.
- A object set with the given name.
-
-
-
- Creates a collection.
-
- The name of the collection to create.
- If false, throws an exception if the collection exists.
- Collection referente.
-
-
-
- Creates a collection including a schema validation.
-
- The name of the collection to create.
- This object hold the parameters required to create the collection.
-
- Collection referente.
-
-
-
- Modify a collection adding or removing schema validation parameters.
-
- The name of the collection to create.
- This object encapsulate the Validation parameters level and schema.
- Collection referente.
-
-
-
- Drops the given collection.
-
- The name of the collection to drop.
- is null.
-
-
-
- Determines if this schema actually exists.
-
- True if exists, false otherwise.
-
-
-
- Represents a single server session.
-
-
-
-
- Returns a object that can be used to execute the given SQL.
-
- The SQL to execute.
- A object set with the provided SQL.
-
-
-
- Sets the schema in the database.
-
- The schema name to be set.
-
-
-
- Executes a query in the database to get the current schema.
-
- Current database object or null if no schema is selected.
-
-
- Holder for reflection information generated from mysqlx.proto
-
-
- File descriptor for mysqlx.proto
-
-
-
- IDs of messages that can be sent from client to the server
-
- .. note::
- this message is never sent on the wire. It is only used to let ``protoc``
-
- * generate constants
- * check for uniqueness
-
-
-
- Container for nested types declared in the ClientMessages message type.
-
-
-
- IDs of messages that can be sent from server to client
-
- .. note::
- this message is never sent on the wire. It is only used to let ``protoc``
-
- * generate constants
- * check for uniqueness
-
-
-
- Container for nested types declared in the ServerMessages message type.
-
-
-
- NOTICE has to stay at 11 forever
-
-
-
-
- generic Ok message
-
-
-
- Field number for the "msg" field.
-
-
-
- generic Error message
-
- A ``severity`` of ``ERROR`` indicates the current message sequence is
- aborted for the given error and the session is ready for more.
-
- In case of a ``FATAL`` error message the client should not expect
- the server to continue handling any further messages and should
- close the connection.
-
- :param severity: severity of the error message
- :param code: error-code
- :param sql_state: SQL state
- :param msg: human readable error message
-
-
-
- Field number for the "severity" field.
-
-
- Field number for the "code" field.
-
-
- Field number for the "sql_state" field.
-
-
- Field number for the "msg" field.
-
-
- Container for nested types declared in the Error message type.
-
-
- Holder for reflection information generated from mysqlx_connection.proto
-
-
- File descriptor for mysqlx_connection.proto
-
-
-
- a Capability
-
- a tuple of a ``name`` and a :protobuf:msg:`Mysqlx.Datatypes::Any`
-
-
-
- Field number for the "name" field.
-
-
- Field number for the "value" field.
-
-
-
- Capabilities
-
-
-
- Field number for the "capabilities" field.
-
-
-
- get supported connection capabilities and their current state
-
- :returns: :protobuf:msg:`Mysqlx.Connection::Capabilities` or :protobuf:msg:`Mysqlx::Error`
-
-
-
-
- sets connection capabilities atomically
-
- only provided values are changed, other values are left unchanged.
- If any of the changes fails, all changes are discarded.
-
- :precond: active sessions == 0
- :returns: :protobuf:msg:`Mysqlx::Ok` or :protobuf:msg:`Mysqlx::Error`
-
-
-
- Field number for the "capabilities" field.
-
-
-
- announce to the server that the client wants to close the connection
-
- it discards any session state of the server
-
- :Returns: :protobuf:msg:`Mysqlx::Ok`
-
-
-
- Field number for the "uncompressed_size" field.
-
-
- Field number for the "server_messages" field.
-
-
- Field number for the "client_messages" field.
-
-
- Field number for the "payload" field.
-
-
- Holder for reflection information generated from mysqlx_crud.proto
-
-
- File descriptor for mysqlx_crud.proto
-
-
-
- DataModel to use for filters, names, ...
-
-
-
-
- ViewAlgorithm defines how MySQL Server processes the view
-
-
-
-
- MySQL chooses which algorithm to use
-
-
-
-
- the text of a statement that refers to the view and the view definition are merged
-
-
-
-
- the view are retrieved into a temporary table
-
-
-
-
- ViewSqlSecurity defines the security context in which the view is going to be
- executed, this means that VIEW can be executed with current user permissions or
- with permissions of the uses who defined the VIEW
-
-
-
-
- ViewCheckOption limits the write operations done on a `VIEW`
- (`INSERT`, `UPDATE`, `DELETE`) to rows in which the `WHERE` clause is `TRUE`
-
-
-
-
- the view WHERE clause is checked, but no underlying views are checked
-
-
-
-
- the view WHERE clause is checked, then checking recurses to underlying views
-
-
-
-
- column definition
-
-
-
- Field number for the "name" field.
-
-
-
- optional
-
-
-
- Field number for the "alias" field.
-
-
-
- optional
-
-
-
- Field number for the "document_path" field.
-
-
-
- a projection
-
- :param source: the expression identifying an element from the source data
- which can include a column identifier or any expression
- :param alias: optional alias. Required for DOCUMENTs (clients may use
- the source string as default)
-
-
-
- Field number for the "source" field.
-
-
-
- required
-
-
-
- Field number for the "alias" field.
-
-
-
- optional
-
-
-
-
- collection
-
-
-
- Field number for the "name" field.
-
-
-
- required
-
-
-
- Field number for the "schema" field.
-
-
-
- optional
-
-
-
-
- limit
-
- :param row_count: maximum rows to filter
- :param offset: maximum rows to skip before applying the row_count
-
-
-
- Field number for the "row_count" field.
-
-
-
- required
-
-
-
- Field number for the "offset" field.
-
-
-
- optional
-
-
-
-
- limit expression
-
- LimitExpr in comparison to Limit, is able to specify that row_count and
- offset are placeholders.
- This message support expressions of following types Expr/literal/UINT,
- Expr/PLACEHOLDER.
-
- :param row_count: maximum rows to filter
- :param offset: maximum rows to skip before applying the row_count
-
-
-
- Field number for the "row_count" field.
-
-
-
- required
-
-
-
- Field number for the "offset" field.
-
-
-
- optional
-
-
-
-
- sort order
-
-
-
- Field number for the "expr" field.
-
-
-
- required
-
-
-
- Field number for the "direction" field.
-
-
-
- optional//[ default=ASC ]
-
-
-
- Container for nested types declared in the Order message type.
-
-
-
- update operations
-
- :param source: specification of the value to be updated
- if data_model is TABLE, a column name may be specified and also a document path, if the column has type JSON
- if data_model is DOCUMENT, only document paths are allowed
- in both cases, schema and table must be not set
- :param operation: the type of operation to be performed
- :param value: an expression to be computed as the new value for the operation
-
-
-
- Field number for the "source" field.
-
-
-
- required
-
-
-
- Field number for the "operation" field.
-
-
-
- required
-
-
-
- Field number for the "value" field.
-
-
-
- optional
-
-
-
- Container for nested types declared in the UpdateOperation message type.
-
-
-
- only allowed for TABLE
-
-
-
-
- no value (removes the identified path from a object or array)
-
-
-
-
- sets the new value on the identified path
-
-
-
-
- replaces a value if the path exists
-
-
-
-
- source and value must be documents
-
-
-
-
- insert the value in the array at the index identified in the source path
-
-
-
-
- append the value on the array at the identified path
-
-
-
-
- merge JSON object value with the provided patch expression
-
-
-
-
- Find Documents/Rows in a Collection/Table
-
- .. uml::
-
- client -> server: Find
- ... one or more Resultset ...
-
- :param collection: collection to insert into
- :param data_model: datamodel that the operations refer to
- :param projection: list of column projections that shall be returned
- :param args: values for parameters used in filter expression
- :param criteria: filter criteria
- :param limit: numbers of rows that shall be skipped and returned (user can set one of: limit, limit_expr)
- :param order: sort-order in which the rows/document shall be returned in
- :param grouping: column expression list for aggregation (GROUP BY)
- :param grouping_criteria: filter criteria for aggregated groups
- :param locking: perform row locking on matches
- :param locking_options: additional options how to handle locked rows
- :param limit_expr: numbers of rows that shall be skipped and returned (user can set one of: limit, limit_expr)
- :Returns: :protobuf:msg:`Mysqlx.Resultset::`
-
-
-
- Field number for the "collection" field.
-
-
-
- required
-
-
-
- Field number for the "data_model" field.
-
-
-
- optional
-
-
-
- Field number for the "projection" field.
-
-
- Field number for the "criteria" field.
-
-
-
- optional
-
-
-
- Field number for the "args" field.
-
-
- Field number for the "order" field.
-
-
- Field number for the "grouping" field.
-
-
- Field number for the "grouping_criteria" field.
-
-
-
- optional
-
-
-
- Field number for the "locking" field.
-
-
-
- optional
-
-
-
- Field number for the "locking_options" field.
-
-
-
- optional
-
-
-
- Field number for the "limit" field.
-
-
-
- optional
-
-
-
- Field number for the "limit_expr" field.
-
-
-
- optional
-
-
-
- Container for nested types declared in the Find message type.
-
-
-
- Lock matching rows against updates
-
-
-
-
- Lock matching rows so no other transaction can read or write to it
-
-
-
-
- Do not wait to acquire row lock, fail with an error if a requested row is locked
-
-
-
-
- Do not wait to acquire a row lock, remove locked rows from the result set
-
-
-
-
- Insert documents/rows into a collection/table
-
- :param collection: collection to insert into
- :param data_model: datamodel that the operations refer to
- :param projection: name of the columns to insert data into (empty if data_model is DOCUMENT)
- :param row: set of rows to insert into the collection/table (a single expression with a JSON document literal or an OBJECT expression)
- :param args: values for parameters used in row expressions
- :param upsert: true if this should be treated as an Upsert (that is, update on duplicate key)
- :Returns: :protobuf:msg:`Mysqlx.Resultset::`
-
-
-
- Field number for the "collection" field.
-
-
-
- required
-
-
-
- Field number for the "data_model" field.
-
-
-
- optional
-
-
-
- Field number for the "projection" field.
-
-
- Field number for the "row" field.
-
-
- Field number for the "args" field.
-
-
- Field number for the "upsert" field.
-
-
-
- optional//[default = false]
-
-
-
- Container for nested types declared in the Insert message type.
-
-
- Field number for the "field" field.
-
-
-
- Update documents/rows in a collection/table
-
- :param collection: collection to change
- :param data_model: datamodel that the operations refer to
- :param criteria: filter expression to match rows that the operations will apply on
- :param args: values for parameters used in filter expression
- :param limit: limits the number of rows to match (user can set one of: limit, limit_expr)
- :param order: specifies order of matched rows
- :param operation: list of operations to be applied. Valid operations will depend on the data_model.
- :param limit_expr: limits the number of rows to match (user can set one of: limit, limit_expr)
- :Returns: :protobuf:msg:`Mysqlx.Resultset::`
-
-
-
- Field number for the "collection" field.
-
-
-
- required
-
-
-
- Field number for the "data_model" field.
-
-
-
- optional
-
-
-
- Field number for the "criteria" field.
-
-
-
- optional
-
-
-
- Field number for the "args" field.
-
-
- Field number for the "order" field.
-
-
- Field number for the "operation" field.
-
-
- Field number for the "limit" field.
-
-
-
- optional
-
-
-
- Field number for the "limit_expr" field.
-
-
-
- optional
-
-
-
-
- Delete documents/rows from a Collection/Table
-
- :param collection: collection to change
- :param data_model: datamodel that the operations refer to
- :param criteria: filter expression to match rows that the operations will apply on
- :param args: values for parameters used in filter expression
- :param limit: limits the number of rows to match (user can set one of: limit, limit_expr)
- :param order: specifies order of matched rows
- :param limit_expr: limits the number of rows to match (user can set one of: limit, limit_expr)
- :Returns: :protobuf:msg:`Mysqlx.Resultset::`
-
-
-
- Field number for the "collection" field.
-
-
-
- required
-
-
-
- Field number for the "data_model" field.
-
-
-
- optional
-
-
-
- Field number for the "criteria" field.
-
-
-
- optional
-
-
-
- Field number for the "args" field.
-
-
- Field number for the "order" field.
-
-
- Field number for the "limit" field.
-
-
-
- optional
-
-
-
- Field number for the "limit_expr" field.
-
-
-
- optional
-
-
-
- Field number for the "collection" field.
-
-
-
- required
-
-
-
- Field number for the "definer" field.
-
-
-
- optional
-
-
-
- Field number for the "algorithm" field.
-
-
-
- optional//[default = UNDEFINED]
-
-
-
- Field number for the "security" field.
-
-
-
- optional//[default = DEFINER]
-
-
-
- Field number for the "check" field.
-
-
-
- optional
-
-
-
- Field number for the "column" field.
-
-
- Field number for the "stmt" field.
-
-
-
- required
-
-
-
- Field number for the "replace_existing" field.
-
-
-
- optional//[default = false]
-
-
-
- Field number for the "collection" field.
-
-
-
- required
-
-
-
- Field number for the "definer" field.
-
-
-
- optional
-
-
-
- Field number for the "algorithm" field.
-
-
-
- optional
-
-
-
- Field number for the "security" field.
-
-
-
- optional
-
-
-
- Field number for the "check" field.
-
-
-
- optional
-
-
-
- Field number for the "column" field.
-
-
- Field number for the "stmt" field.
-
-
-
- optional
-
-
-
- Field number for the "collection" field.
-
-
-
- required
-
-
-
- Field number for the "if_exists" field.
-
-
-
- optional//[ default = false ]
-
-
-
- Holder for reflection information generated from mysqlx_cursor.proto
-
-
- File descriptor for mysqlx_cursor.proto
-
-
-
- Open a cursor
-
- .. uml::
-
- client -> server: Open
- alt Success
- ... none or partial Resultsets or full Resultsets ...
- client <- server: StmtExecuteOk
- else Failure
- client <- server: Error
- end
-
- :param cursor_id: client side assigned cursor id, the ID is going to represent new cursor and assigned to it statement
- :param stmt: statement which resultset is going to be iterated through the cursor
- :param fetch_rows: number of rows which should be retrieved from sequential cursor
- :Returns: :protobuf:msg:`Mysqlx.Ok::`
-
-
-
- Field number for the "cursor_id" field.
-
-
-
- required
-
-
-
- Field number for the "stmt" field.
-
-
-
- required
-
-
-
- Field number for the "fetch_rows" field.
-
-
-
- optional
-
-
-
- Container for nested types declared in the Open message type.
-
-
- Field number for the "type" field.
-
-
-
- required
-
-
-
- Field number for the "prepare_execute" field.
-
-
-
- optional
-
-
-
- Container for nested types declared in the OneOfMessage message type.
-
-
-
- Fetch next portion of data from a cursor
-
- .. uml::
-
- client -> server: Fetch
- alt Success
- ... none or partial Resultsets or full Resultsets ...
- client <- server: StmtExecuteOk
- else
- client <- server: Error
- end
-
- :param cursor_id: client side assigned cursor id, must be already open
- :param fetch_rows: number of rows which should be retrieved from sequential cursor
-
-
-
- Field number for the "cursor_id" field.
-
-
-
- required
-
-
-
- Field number for the "fetch_rows" field.
-
-
-
- optional
-
-
-
-
- Close cursor
-
- .. uml::
-
- client -> server: Close
- alt Success
- client <- server: Ok
- else Failure
- client <- server: Error
- end
-
- :param cursor_id: client side assigned cursor id, must be allocated/open
- :Returns: :protobuf:msg:`Mysqlx.Ok|Mysqlx.Error`
-
-
-
- Field number for the "cursor_id" field.
-
-
-
- required
-
-
-
- Holder for reflection information generated from mysqlx_datatypes.proto
-
-
- File descriptor for mysqlx_datatypes.proto
-
-
-
- a scalar
-
-
-
- Field number for the "type" field.
-
-
-
- required
-
-
-
- Field number for the "v_signed_int" field.
-
-
- Field number for the "v_unsigned_int" field.
-
-
- Field number for the "v_octets" field.
-
-
-
- 4 is unused, was Null which doesn't have a storage anymore
-
-
-
- Field number for the "v_double" field.
-
-
- Field number for the "v_float" field.
-
-
- Field number for the "v_bool" field.
-
-
- Field number for the "v_string" field.
-
-
- Enum of possible cases for the "DefaultOneOf" oneof.
-
-
- Container for nested types declared in the Scalar message type.
-
-
-
- a string with a charset/collation
-
-
-
- Field number for the "value" field.
-
-
-
- required
-
-
-
- Field number for the "collation" field.
-
-
- Enum of possible cases for the "String_present" oneof.
-
-
-
- an opaque octet sequence, with an optional content_type
- See ``Mysqlx.Resultset.ColumnMetadata`` for list of known values.
-
-
-
- Field number for the "value" field.
-
-
-
- required
-
-
-
- Field number for the "content_type" field.
-
-
-
- a object
-
-
-
- Field number for the "fld" field.
-
-
- Container for nested types declared in the Object message type.
-
-
- Field number for the "key" field.
-
-
-
- required
-
-
-
- Field number for the "value" field.
-
-
-
- required
-
-
-
-
- a Array
-
-
-
- Field number for the "value" field.
-
-
-
- a helper to allow all field types
-
-
-
- Field number for the "type" field.
-
-
-
- required
-
-
-
- Field number for the "scalar" field.
-
-
- Field number for the "obj" field.
-
-
- Field number for the "array" field.
-
-
- Container for nested types declared in the Any message type.
-
-
- Holder for reflection information generated from mysqlx_expect.proto
-
-
- File descriptor for mysqlx_expect.proto
-
-
-
- open an Expect block and set/unset the conditions that have to be fulfilled
-
- if any of the conditions fail, all enclosed messages will fail with
- a Mysqlx.Error message.
-
- :returns: :protobuf:msg:`Mysqlx::Ok` on success, :protobuf:msg:`Mysqlx::Error` on error
-
-
-
- Field number for the "op" field.
-
-
-
- [ default = EXPECT_CTX_COPY_PREV ];//optional
-
-
-
- Field number for the "cond" field.
-
-
- Container for nested types declared in the Open message type.
-
-
-
- copy the operations from the parent Expect-block
-
-
-
-
- start with a empty set of operations
-
-
-
- Field number for the "condition_key" field.
-
-
-
- required
-
-
-
- Field number for the "condition_value" field.
-
-
-
- optional
-
-
-
- Field number for the "op" field.
-
-
-
- [ default = EXPECT_OP_SET ];//optional
-
-
-
- Container for nested types declared in the Condition message type.
-
-
-
- Change error propagation behaviour
-
-
-
-
- Check if X Protocol field exists
-
-
-
-
- Check if X Protocol support document _id generation
-
-
-
-
- set the condition
-
- set, if not set
- overwrite, if set
-
-
-
-
- unset the condition
-
-
-
-
- close a Expect block
-
- closing a Expect block restores the state of the previous Expect block
- for the following messages
-
- :returns: :protobuf:msg:`Mysqlx::Ok` on success, :protobuf:msg:`Mysqlx::Error` on error
-
-
-
- Holder for reflection information generated from mysqlx_expr.proto
-
-
- File descriptor for mysqlx_expr.proto
-
-
-
- Expressions
-
- the "root" of the expression tree
-
- .. productionlist::
- expr: `operator` |
- : `identifier` |
- : `function_call` |
- : variable |
- : `literal` |
- : placeholder
-
- If expression type is PLACEHOLDER then it refers to the value of a parameter
- specified when executing a statement (see `args` field of `StmtExecute` command).
- Field `position` (which must be present for such an expression) gives 0-based
- position of the parameter in the parameter list.
-
-
-
- Field number for the "type" field.
-
-
-
- required
-
-
-
- Field number for the "identifier" field.
-
-
- Field number for the "variable" field.
-
-
- Field number for the "literal" field.
-
-
- Field number for the "function_call" field.
-
-
- Field number for the "operator" field.
-
-
- Field number for the "position" field.
-
-
- Field number for the "object" field.
-
-
- Field number for the "array" field.
-
-
- Container for nested types declared in the Expr message type.
-
-
-
- identifier: name, schame.name
-
- .. productionlist::
- identifier: string "." string |
- : string
-
-
-
- Field number for the "name" field.
-
-
-
- required
-
-
-
- Field number for the "schema_name" field.
-
-
-
- DocumentPathItem
-
- .. productionlist::
- document_path: path_item | path_item document_path
- path_item : member | array_index | "**"
- member : "." string | "." "*"
- array_index : "[" number "]" | "[" "*" "]"
-
-
-
- Field number for the "type" field.
-
-
-
- required
-
-
-
- Field number for the "value" field.
-
-
- Field number for the "index" field.
-
-
- Container for nested types declared in the DocumentPathItem message type.
-
-
-
- .member
-
-
-
-
- .*
-
-
-
-
- [index]
-
-
-
-
- [*]
-
-
-
-
- **
-
-
-
-
- col_identifier (table): col@doc_path, tbl.col@doc_path col, tbl.col, schema.tbl.col
- col_identifier (document): doc_path
-
- .. productionlist::
- col_identifier: string "." string "." string |
- : string "." string |
- : string |
- : string "." string "." string "@" document_path |
- : string "." string "@" document_path |
- : string "@" document_path |
- : document_path
- document_path: member | arrayLocation | doubleAsterisk
- member = "." string | "." "*"
- arrayLocation = "[" index "]" | "[" "*" "]"
- doubleAsterisk = "**"
-
-
-
- Field number for the "document_path" field.
-
-
- Field number for the "name" field.
-
-
- Field number for the "table_name" field.
-
-
- Field number for the "schema_name" field.
-
-
-
- function call: ``func(a, b, "1", 3)``
-
- .. productionlist::
- function_call: `identifier` "(" [ `expr` ["," `expr` ]* ] ")"
-
-
-
- Field number for the "name" field.
-
-
-
- required
-
-
-
- Field number for the "param" field.
-
-
-
- operator: ``<<(a, b)``
-
- .. note::
-
- Non-authoritative list of operators implemented (case sensitive):
-
- Nullary
- * ``*``
- * ``default``
-
- Unary
- * ``!``
- * ``sign_plus``
- * ``sign_minus``
- * ``~``
-
- Binary
- * ``&&``
- * ``||``
- * ``xor``
- * ``==``
- * ``!=``
- * ``>``
- * ``>=``
- * ``<``
- * ``<=``
- * ``&``
- * ``|``
- * ``^``
- * ``<<``
- * ``>>``
- * ``+``
- * ``-``
- * ``*``
- * ``/``
- * ``div``
- * ``%``
- * ``is``
- * ``is_not``
- * ``regexp``
- * ``not_regexp``
- * ``like``
- * ``not_like``
- * ``cast``
- * ``cont_in``
- * ``not_cont_in``
-
- Using special representation, with more than 2 params
- * ``in`` (param[0] IN (param[1], param[2], ...))
- * ``not_in`` (param[0] NOT IN (param[1], param[2], ...))
-
- Ternary
- * ``between``
- * ``between_not``
- * ``date_add``
- * ``date_sub``
-
- Units for date_add/date_sub
- * ``MICROSECOND``
- * ``SECOND``
- * ``MINUTE``
- * ``HOUR``
- * ``DAY``
- * ``WEEK``
- * ``MONTH``
- * ``QUARTER``
- * ``YEAR``
- * ``SECOND_MICROSECOND``
- * ``MINUTE_MICROSECOND``
- * ``MINUTE_SECOND``
- * ``HOUR_MICROSECOND``
- * ``HOUR_SECOND``
- * ``HOUR_MINUTE``
- * ``DAY_MICROSECOND``
- * ``DAY_SECOND``
- * ``DAY_MINUTE``
- * ``DAY_HOUR``
-
- Types for cast
- * ``BINARY[(N)]``
- * ``CHAR[(N)]``
- * ``DATE``
- * ``DATETIME``
- * ``DECIMAL[(M[,D])]``
- * ``JSON``
- * ``SIGNED [INTEGER]``
- * ``TIME``
- * ``UNSIGNED [INTEGER]``
-
- .. productionlist::
- operator: `name` "(" [ `expr` ["," `expr` ]* ] ")"
-
-
-
- Field number for the "name" field.
-
-
-
- required
-
-
-
- Field number for the "param" field.
-
-
-
- an object (with expression values)
-
-
-
- Field number for the "fld" field.
-
-
- Container for nested types declared in the Object message type.
-
-
- Field number for the "key" field.
-
-
-
- required
-
-
-
- Field number for the "value" field.
-
-
-
- required
-
-
-
-
- a Array of expressions
-
-
-
- Field number for the "value" field.
-
-
- Holder for reflection information generated from mysqlx_notice.proto
-
-
- File descriptor for mysqlx_notice.proto
-
-
-
- Common Frame for all Notices
-
- ===================================================== =====
- .type value
- ===================================================== =====
- :protobuf:msg:`Mysqlx.Notice::Warning` 1
- :protobuf:msg:`Mysqlx.Notice::SessionVariableChanged` 2
- :protobuf:msg:`Mysqlx.Notice::SessionStateChanged` 3
- ===================================================== =====
-
- :param type: the type of the payload
- :param payload: the payload of the notification
- :param scope: global or local notification
-
-
-
- Field number for the "type" field.
-
-
-
- required
-
-
-
- Field number for the "scope" field.
-
-
-
- [ default = GLOBAL ];//optional
-
-
-
- Field number for the "payload" field.
-
-
-
- optional
-
-
-
- Container for nested types declared in the Frame message type.
-
-
-
- Server-side warnings and notes
-
- ``.scope`` == ``local``
- ``.level``, ``.code`` and ``.msg`` map the content of
-
- .. code-block:: sql
-
- SHOW WARNINGS
-
- ``.scope`` == ``global``
- (undefined) will be used for global, unstructured messages like:
-
- * server is shutting down
- * a node disconnected from group
- * schema or table dropped
-
- ========================================== =======================
- :protobuf:msg:`Mysqlx.Notice::Frame` field value
- ========================================== =======================
- ``.type`` 1
- ``.scope`` ``local`` or ``global``
- ========================================== =======================
-
- :param level: warning level: Note or Warning
- :param code: warning code
- :param msg: warning message
-
-
-
- Field number for the "level" field.
-
-
-
- [ default = WARNING ];//optional
-
-
-
- Field number for the "code" field.
-
-
-
- required
-
-
-
- Field number for the "msg" field.
-
-
-
- required
-
-
-
- Container for nested types declared in the Warning message type.
-
-
-
- Notify clients about changes to the current session variables
-
- Every change to a variable that is accessible through:
-
- .. code-block:: sql
-
- SHOW SESSION VARIABLES
-
- ========================================== =========
- :protobuf:msg:`Mysqlx.Notice::Frame` field value
- ========================================== =========
- ``.type`` 2
- ``.scope`` ``local``
- ========================================== =========
-
- :param namespace: namespace that param belongs to
- :param param: name of the variable
- :param value: the changed value of param
-
-
-
- Field number for the "param" field.
-
-
-
- required
-
-
-
- Field number for the "value" field.
-
-
-
- optional
-
-
-
-
- Notify clients about changes to the internal session state
-
- ========================================== =========
- :protobuf:msg:`Mysqlx.Notice::Frame` field value
- ========================================== =========
- ``.type`` 3
- ``.scope`` ``local``
- ========================================== =========
-
- :param param: parameter key
- :param value: updated value
-
-
-
- Field number for the "param" field.
-
-
-
- required
-
-
-
- Field number for the "value" field.
-
-
- Container for nested types declared in the SessionStateChanged message type.
-
-
-
- .. more to be added
-
-
-
- Holder for reflection information generated from mysqlx_prepare.proto
-
-
- File descriptor for mysqlx_prepare.proto
-
-
-
- Prepare a new statement
-
- .. uml::
-
- client -> server: Prepare
- alt Success
- client <- server: Ok
- else Failure
- client <- server: Error
- end
-
- :param stmt_id: client side assigned statement id, which is going to identify the result of preparation
- :param stmt: defines one of following messages to be prepared - Crud.Find, Crud.Insert, Crud.Delete, Crud.Upsert, Sql.StmtExecute
- :Returns: :protobuf:msg:`Mysqlx.Ok|Mysqlx.Error`
-
-
-
- Field number for the "stmt_id" field.
-
-
-
- required
-
-
-
- Field number for the "stmt" field.
-
-
-
- required
-
-
-
- Container for nested types declared in the Prepare message type.
-
-
- Field number for the "type" field.
-
-
-
- required
-
-
-
- Field number for the "find" field.
-
-
-
- optional
-
-
-
- Field number for the "insert" field.
-
-
-
- optional
-
-
-
- Field number for the "update" field.
-
-
-
- optional
-
-
-
- Field number for the "delete" field.
-
-
-
- optional
-
-
-
- Field number for the "stmt_execute" field.
-
-
-
- optional
-
-
-
- Enum of possible cases for the "Type_present" oneof.
-
-
- Container for nested types declared in the OneOfMessage message type.
-
-
-
- Determine which of optional fields was set by the client
- (Workaround for missing "oneof" keyword in pb2.5)
-
-
-
-
- Execute already prepared statement
-
- .. uml::
-
- client -> server: Execute
- alt Success
- ... Resultsets...
- client <- server: StmtExecuteOk
- else Failure
- client <- server: Error
- end
-
- :param stmt_id: client side assigned statement id, must be already prepared
- :param args_list: Arguments to bind to the prepared statement
- :param compact_metadata: send only type information for :protobuf:msg:`Mysqlx.Resultset::ColumnMetadata`, skipping names and others
- :Returns: :protobuf:msg:`Mysqlx.Ok::`
-
-
-
- Field number for the "stmt_id" field.
-
-
-
- required
-
-
-
- Field number for the "args" field.
-
-
- Field number for the "compact_metadata" field.
-
-
-
- [ default = false ]; optional
-
-
-
-
- Deallocate already prepared statement
-
- Deallocating the statement.
-
- .. uml::
-
- client -> server: Deallocate
- alt Success
- client <- server: Ok
- else Failure
- client <- server: Error
- end
-
- :param stmt_id: client side assigned statement id, must be already prepared
- :Returns: :protobuf:msg:`Mysqlx.Ok|Mysqlx.Error`
-
-
-
- Field number for the "stmt_id" field.
-
-
-
- required
-
-
-
- Holder for reflection information generated from mysqlx_resultset.proto
-
-
- File descriptor for mysqlx_resultset.proto
-
-
-
- a hint about the higher-level encoding of a BYTES field
-
- ====== ====== ===========
- type value description
- ====== ====== ===========
- BYTES 0x0001 GEOMETRY (WKB encoding)
- BYTES 0x0002 JSON (text encoding)
- BYTES 0x0003 XML (text encoding)
- ====== ====== ===========
-
- .. note::
- this list isn't comprehensive. As guideline: the field's value is expected
- to pass a validator check on client and server if this field is set.
- If the server adds more internal datatypes that rely on BLOB storage
- like image manipulation, seeking into complex types in BLOBs, ... more
- types will be added.
-
-
-
-
- a hint about the higher-level encoding of a DATETIME field
-
- ====== ====== ===========
- type value description
- ======== ====== ===========
- DATE 0x0001 DATETIME contains only date part
- DATETIME 0x0002 DATETIME contains both date and time parts
- ====== ====== ===========
-
-
-
-
- resultsets are finished, OUT paramset is next
-
-
-
-
- resultset and out-params are finished, but more resultsets available
-
-
-
-
- all resultsets are finished
-
-
-
-
- cursor is opened still the execution of PrepFetch or PrepExecute ended
-
-
-
-
- meta data of a Column
-
- .. note:: the encoding used for the different ``bytes`` fields in the meta data is externally
- controlled.
- .. seealso:: https://dev.mysql.com/doc/refman/8.0/en/charset-connection.html
-
- .. note::
- The server may not set the ``original_{table|name}`` fields if they are equal to the plain
- ``{table|name}`` field.
-
- A client has to reconstruct it like::
-
- if .original_name is empty and .name is not empty:
- .original_name = .name
-
- if .original_table is empty and .table is not empty:
- .original_table = .table
-
- .. note::
- ``compact metadata format`` can be requested by the client. In that case only ``.type`` is set and
- all other fields are empty.
-
- :param type:
- .. table:: Expected Datatype of Mysqlx.Resultset.Row per SQL Type for non NULL values
-
- ================= ============ ======= ========== ====== ========
- SQL Type .type .length .frac_dig .flags .charset
- ================= ============ ======= ========== ====== ========
- TINY SINT x
- TINY UNSIGNED UINT x x
- SHORT SINT x
- SHORT UNSIGNED UINT x x
- INT24 SINT x
- INT24 UNSIGNED UINT x x
- INT SINT x
- INT UNSIGNED UINT x x
- LONGLONG SINT x
- LONGLONG UNSIGNED UINT x x
- DOUBLE DOUBLE x x x
- FLOAT FLOAT x x x
- DECIMAL DECIMAL x x x
- VARCHAR,CHAR,... BYTES x x x
- GEOMETRY BYTES
- TIME TIME x
- DATE DATETIME x
- DATETIME DATETIME x
- YEAR UINT x x
- TIMESTAMP DATETIME x
- SET SET x
- ENUM ENUM x
- NULL BYTES
- BIT BIT x
- ================= ============ ======= ========== ====== ========
-
- .. note:: the SQL "NULL" value is sent as an empty field value in :protobuf:msg:`Mysqlx.Resultset::Row`
- .. seealso:: protobuf encoding of primitive datatypes are decribed in https://developers.google.com/protocol-buffers/docs/encoding
-
- SINT
-
- ``.length``
- maximum number of displayable decimal digits (including minus sign) of the type
-
- .. note::
- valid range is 0-255, but usually you'll see 1-20
-
- =============== ==
- SQL Type max digits per type
- =============== ==
- TINY SIGNED 4
- SHORT SIGNED 6
- INT24 SIGNED 8
- INT SIGNED 11
- LONGLONG SIGNED 20
- =============== ==
-
- .. seealso:: definition of ``M`` in https://dev.mysql.com/doc/refman/8.0/en/numeric-type-overview.html
-
- ``value``
- variable length encoded signed 64 integer
-
- UINT
-
- ``.flags & 1`` (zerofill)
- the client has to left pad with 0's up to .length
-
- ``.length``
- maximum number of displayable decimal digits of the type
-
- .. note::
- valid range is 0-255, but usually you'll see 1-20
-
- ================= ==
- SQL Type max digits per type
- ================= ==
- TINY UNSIGNED 3
- SHORT UNSIGNED 5
- INT24 UNSIGNED 8
- INT UNSIGNED 10
- LONGLONG UNSIGNED 20
- ================= ==
-
- .. seealso:: definition of ``M`` in https://dev.mysql.com/doc/refman/8.0/en/numeric-type-overview.html
-
- ``value``
- variable length encoded unsigned 64 integer
-
- BIT
-
- ``.length``
- maximum number of displayable binary digits
-
- .. note:: valid range for M of the ``BIT`` type is 1 - 64
- .. seealso:: https://dev.mysql.com/doc/refman/8.0/en/numeric-type-overview.html
-
- ``value``
- variable length encoded unsigned 64 integer
-
- DOUBLE
-
- ``.length``
- maximum number of displayable decimal digits (including the decimal point and ``.fractional_digits``)
-
- ``.fractional_digits``
- maximum number of displayable decimal digits following the decimal point
-
- ``value``
- encoded as Protobuf's 'double'
-
- FLOAT
-
- ``.length``
- maximum number of displayable decimal digits (including the decimal point and ``.fractional_digits``)
-
- ``.fractional_digits``
- maximum number of displayable decimal digits following the decimal point
-
- ``value``
- encoded as Protobuf's 'float'
-
- BYTES, ENUM
- BYTES is used for all opaque byte strings that may have a charset
-
- * TINYBLOB, BLOB, MEDIUMBLOB, LONGBLOB
- * TINYTEXT, TEXT, MEDIUMTEXT, LONGTEXT
- * VARCHAR, VARBINARY
- * CHAR, BINARY
- * ENUM
-
- ``.length``
- the maximum length of characters of the underlying type
-
- ``.flags & 1`` (rightpad)
- if the length of the field is less than ``.length``, the receiver is
- supposed to add padding characters to the right end of the string.
- If the ``.charset`` is "binary", the padding character is ``0x00``,
- otherwise it is a space character as defined by that character set.
-
- ============= ======= ======== =======
- SQL Type .length .charset .flags
- ============= ======= ======== =======
- TINYBLOB 256 binary
- BLOB 65535 binary
- VARCHAR(32) 32 utf8
- VARBINARY(32) 32 utf8_bin
- BINARY(32) 32 binary rightpad
- CHAR(32) 32 utf8 rightpad
- ============= ======= ======== =======
-
- ``value``
- sequence of bytes with added one extra '\0' byte at the end. To obtain the
- original string, the extra '\0' should be removed.
- .. note:: the length of the string can be acquired with protobuf's field length() method
- length of sequence-of-bytes = length-of-field - 1
- .. note:: the extra byte allows to distinguish between a NULL and empty byte sequence
-
- TIME
- A time value.
-
- ``value``
- the following bytes sequence:
-
- ``| negate [ | hour | [ | minutes | [ | seconds | [ | useconds | ]]]]``
-
- * negate - one byte, should be one of: 0x00 for "+", 0x01 for "-"
- * hour - optional variable length encoded unsigned64 value for the hour
- * minutes - optional variable length encoded unsigned64 value for the minutes
- * seconds - optional variable length encoded unsigned64 value for the seconds
- * useconds - optional variable length encoded unsigned64 value for the microseconds
-
- .. seealso:: protobuf encoding in https://developers.google.com/protocol-buffers/docs/encoding
- .. note:: hour, minutes, seconds, useconds are optional if all the values to the right are 0
-
- Example: 0x00 -> +00:00:00.000000
-
- DATETIME
- A date or date and time value.
-
- ``value``
- a sequence of variants, arranged as follows:
-
- ``| year | month | day | [ | hour | [ | minutes | [ | seconds | [ | useconds | ]]]]``
-
- * year - variable length encoded unsigned64 value for the year
- * month - variable length encoded unsigned64 value for the month
- * day - variable length encoded unsigned64 value for the day
- * hour - optional variable length encoded unsigned64 value for the hour
- * minutes - optional variable length encoded unsigned64 value for the minutes
- * seconds - optional variable length encoded unsigned64 value for the seconds
- * useconds - optional variable length encoded unsigned64 value for the microseconds
-
- .. note:: hour, minutes, seconds, useconds are optional if all the values to the right are 0
-
- ``.flags & 1`` (timestamp)
-
- ============= =======
- SQL Type .flags
- ============= =======
- DATETIME
- TIMESTAMP 1
-
- DECIMAL
- An arbitrary length number. The number is encoded as a single byte
- indicating the position of the decimal point followed by the Packed BCD
- encoded number. Packed BCD is used to simplify conversion to and
- from strings and other native arbitrary precision math datatypes.
- .. seealso:: packed BCD in https://en.wikipedia.org/wiki/Binary-coded_decimal
-
- ``.length``
- maximum number of displayable decimal digits (*excluding* the decimal point and sign, but including ``.fractional_digits``)
-
- .. note:: should be in the range of 1 - 65
-
- ``.fractional_digits``
- is the decimal digits to display out of length
-
- .. note:: should be in the range of 0 - 30
-
- ``value``
- the following bytes sequence:
-
- ``| scale | BCD | sign | [0x0] |``
-
- * scale - 8bit scale value (number of decimal digit after the '.')
- * BCD - BCD encoded digits (4 bits for each digit)
- * sign - sign encoded on 4 bits (0xc = "+", 0xd = "-")
- * 0x0 - last 4bits if length(digits) % 2 == 0
-
- Example: x04 0x12 0x34 0x01 0xd0 -> -12.3401
-
- SET
- A list of strings representing a SET of values.
-
- ``value``
- A sequence of 0 or more of protobuf's bytes (length prepended octets) or one of
- the special sequences with a predefined meaning listed below.
-
- Example (length of the bytes array shown in brackets):
- * ``[0]`` - the NULL value
- * ``[1] 0x00`` - a set containing a blank string ''
- * ``[1] 0x01`` - this would be an invalid value, but is to be treated as the empty set
- * ``[2] 0x01 0x00`` - a set with a single item, which is the '\0' character
- * ``[8] 0x03 F O O 0x03 B A R`` - a set with 2 items: FOO,BAR
-
- :param name: name of the column
- :param original_name: name of the column before an alias was applied
- :param table: name of the table the column orginates from
- :param original_table: name of the table the column orginates from before an alias was applied
- :param schema: schema the column originates from
- :param catalog:
- catalog the schema originates from
-
- .. note::
- as there is current no support for catalogs in MySQL, don't expect this field to be set.
- In the MySQL C/S protocol the field had the value ``def`` all the time.
-
- :param fractional_digits: displayed factional decimal digits for floating point and fixed point numbers
- :param length: maximum count of displayable characters of .type
- :param flags:
- ``.type`` specific flags
-
- ======= ====== ===========
- type value description
- ======= ====== ===========
- UINT 0x0001 zerofill
- DOUBLE 0x0001 unsigned
- FLOAT 0x0001 unsigned
- DECIMAL 0x0001 unsigned
- BYTES 0x0001 rightpad
- ======= ====== ===========
-
- ====== ================
- value description
- ====== ================
- 0x0010 NOT_NULL
- 0x0020 PRIMARY_KEY
- 0x0040 UNIQUE_KEY
- 0x0080 MULTIPLE_KEY
- 0x0100 AUTO_INCREMENT
- ====== ================
-
- default: 0
- :param content_type:
- a hint about the higher-level encoding of a BYTES field, for more informations
- please refer to Mysqlx.Resultset.ContentType_BYTES enum.
-
-
-
- Field number for the "type" field.
-
-
-
- datatype of the field in a row
-
-
-
- Field number for the "name" field.
-
-
- Field number for the "original_name" field.
-
-
- Field number for the "table" field.
-
-
- Field number for the "original_table" field.
-
-
- Field number for the "schema" field.
-
-
- Field number for the "catalog" field.
-
-
- Field number for the "collation" field.
-
-
- Field number for the "fractional_digits" field.
-
-
- Field number for the "length" field.
-
-
- Field number for the "flags" field.
-
-
- Field number for the "content_type" field.
-
-
- Container for nested types declared in the ColumnMetaData message type.
-
-
-
- Row in a Resultset
-
- a row is represented as a list of fields encoded as byte blobs.
- Blob of size 0 represents the NULL value. Otherwise, if it contains at least
- one byte, it encodes a non-null value of the field using encoding appropriate for the
- type of the value given by ``ColumnMetadata``, as specified
- in the :protobuf:msg:`Mysqlx.Resultset::ColumnMetaData` description.
-
-
-
- Field number for the "field" field.
-
-
- Holder for reflection information generated from mysqlx_session.proto
-
-
- File descriptor for mysqlx_session.proto
-
-
-
- the initial message send from the client to the server to start the
- authentication proccess
-
- :param mech_name: authentication mechanism name
- :param auth_data: authentication data
- :param initial_response: initial response
- :Returns: :protobuf:msg:`Mysqlx.Session::AuthenticateContinue`
-
-
-
- Field number for the "mech_name" field.
-
-
-
- required
-
-
-
- Field number for the "auth_data" field.
-
-
- Field number for the "initial_response" field.
-
-
-
- send by client or server after a :protobuf:msg:`Mysqlx.Session::AuthenticateStart` to
- exchange more auth data
-
- :param auth_data: authentication data
- :Returns: :protobuf:msg:`Mysqlx.Session::AuthenticateContinue`
-
-
-
- Field number for the "auth_data" field.
-
-
-
- required
-
-
-
-
- sent by the server after successful authentication
-
- :param auth_data: authentication data
-
-
-
- Field number for the "auth_data" field.
-
-
-
- reset the current session
- param keep_open: if is true the session will be reset, but stays authenticated.
- otherwise, the session will be closed and needs to be authenticated again.
-
- :Returns: :protobuf:msg:`Mysqlx::Ok`
-
-
-
- Field number for the "keep_open" field.
-
-
-
- close the current session
-
- :Returns: :protobuf:msg:`Mysqlx::Ok`
-
-
-
- Holder for reflection information generated from mysqlx_sql.proto
-
-
- File descriptor for mysqlx_sql.proto
-
-
-
- execute a statement in the given namespace
-
- .. uml::
-
- client -> server: StmtExecute
- ... zero or more Resultsets ...
- server --> client: StmtExecuteOk
-
- Notices:
- This message may generate a notice containing WARNINGs generated by its execution.
- This message may generate a notice containing INFO messages generated by its execution.
-
- :param namespace: namespace of the statement to be executed
- :param stmt: statement that shall be executed.
- :param args: values for wildcard replacements
- :param compact_metadata: send only type information for :protobuf:msg:`Mysqlx.Resultset::ColumnMetadata`, skipping names and others
- :returns:
- * zero or one :protobuf:msg:`Mysqlx.Resultset::` followed by :protobuf:msg:`Mysqlx.Sql::StmtExecuteOk`
-
-
-
- Field number for the "namespace" field.
-
-
-
- optional [ default = "sql" ]
-
-
-
- Field number for the "stmt" field.
-
-
-
- required
-
-
-
- Field number for the "args" field.
-
-
- Field number for the "compact_metadata" field.
-
-
-
- optional [ default = false ]
-
-
-
-
- statement executed successful
-
-
-
-
diff --git a/unimarc/unimarc/bin/Debug/Newtonsoft.Json.dll b/unimarc/unimarc/bin/Debug/Newtonsoft.Json.dll
deleted file mode 100644
index e4a6339..0000000
Binary files a/unimarc/unimarc/bin/Debug/Newtonsoft.Json.dll and /dev/null differ
diff --git a/unimarc/unimarc/bin/Debug/Newtonsoft.Json.xml b/unimarc/unimarc/bin/Debug/Newtonsoft.Json.xml
deleted file mode 100644
index aa245c5..0000000
--- a/unimarc/unimarc/bin/Debug/Newtonsoft.Json.xml
+++ /dev/null
@@ -1,11262 +0,0 @@
-
-
-
- Newtonsoft.Json
-
-
-
-
- Represents a BSON Oid (object id).
-
-
-
-
- Gets or sets the value of the Oid.
-
- The value of the Oid.
-
-
-
- Initializes a new instance of the class.
-
- The Oid value.
-
-
-
- Represents a reader that provides fast, non-cached, forward-only access to serialized BSON data.
-
-
-
-
- Gets or sets a value indicating whether binary data reading should be 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.
-
-
-
- Initializes a new instance of the class.
-
- The containing the BSON data to read.
-
-
-
- Initializes a new instance of the class.
-
- The containing the BSON data to read.
-
-
-
- Initializes a new instance of the class.
-
- The containing the BSON data to read.
- 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 containing the BSON data to read.
- 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 underlying .
-
-
- true if the next token was read successfully; false if there are no more tokens to read.
-
-
-
-
- Changes the reader's state to .
- If is set to true, the underlying is also closed.
-
-
-
-
- Represents a writer that provides a fast, non-cached, forward-only way of generating BSON data.
-
-
-
-
- Gets or sets the used when writing values to BSON.
- When set to no conversion will occur.
-
- The used when writing values to BSON.
-
-
-
- Initializes a new instance of the class.
-
- The to write to.
-
-
-
- Initializes a new instance of the class.
-
- The to write to.
-
-
-
- Flushes whatever is in the buffer to the underlying and also flushes the underlying stream.
-
-
-
-
- Writes the end.
-
- The token.
-
-
-
- Writes 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 writer.
- If is set to true, the underlying is also closed.
- If is set to true, the JSON is auto-completed.
-
-
-
-
- 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.
-
-
-
- Specifies how constructors are used when initializing objects during deserialization by the .
-
-
-
-
- First attempt to use the public default constructor, then fall back to a single parameterized constructor, then to the non-public default constructor.
-
-
-
-
- Json.NET will use a non-public default constructor before falling back to a parameterized constructor.
-
-
-
-
- Converts a binary value to and from a base 64 string value.
-
-
-
-
- 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.
-
-
-
-
- Creates 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 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 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").
-
-
-
-
- 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.
-
-
-
- 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.
-
-
-
- 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.
-
-
-
-
- Gets or sets a value indicating whether the written enum text should be camel case.
- The default value is false.
-
- true if the written enum text will be camel case; otherwise, false.
-
-
-
- Gets or sets the naming strategy used to resolve how enum text is written.
-
- The naming strategy used to resolve how enum text is written.
-
-
-
- Gets or sets a value indicating whether integer values are allowed when serializing and deserializing.
- The default value is true.
-
- true if integers are allowed when serializing and deserializing; otherwise, false.
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- true if the written enum text will be camel case; otherwise, false.
-
-
-
- Initializes a new instance of the class.
-
- The naming strategy used to resolve how enum text is written.
- true if integers are allowed when serializing and deserializing; otherwise, false.
-
-
-
- Initializes a new instance of the class.
-
- The of the used to write enum text.
-
-
-
- Initializes a new instance of the class.
-
- The of the used to write enum text.
-
- The parameter list to use when constructing the described by .
- If null, the default constructor is used.
- When non-null, there must be a constructor defined in the that exactly matches the number,
- order, and type of these parameters.
-
-
-
-
- Initializes a new instance of the class.
-
- The of the used to write enum text.
-
- The parameter list to use when constructing the described by .
- If null, the default constructor is used.
- When non-null, there must be a constructor defined in the that exactly matches the number,
- order, and type of these parameters.
-
- true if integers are allowed when serializing and deserializing; 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 Unix epoch time
-
-
-
-
- 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 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.
-
-
-
-
- Gets or sets the name of the root element to insert when deserializing to XML if the JSON structure has produced multiple root elements.
-
- The name of the deserialized root element.
-
-
-
- Gets or sets a value 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 attribute 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.
-
-
-
- Gets or sets a value indicating whether to encode special characters when converting JSON to XML.
- If true, special characters like ':', '@', '?', '#' and '$' in JSON property names aren't used to specify
- XML namespaces, attributes or processing directives. Instead special characters are encoded and written
- as part of the XML element name.
-
- true if special characters are encoded; otherwise, false.
-
-
-
- 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 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.
-
-
-
-
- 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.
-
-
-
-
- The default JSON name table implementation.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Gets a string containing the same characters as the specified range of characters in the given array.
-
- The character array containing the name to find.
- The zero-based index into the array specifying the first character of the name.
- The number of characters in the name.
- A string containing the same characters as the specified range of characters in the given array.
-
-
-
- Adds the specified string into name table.
-
- The string to add.
- This method is not thread-safe.
- The resolved string.
-
-
-
- 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 it 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 set 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 of 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.
-
-
-
-
- Provides an interface for using pooled arrays.
-
- The array type content.
-
-
-
- Rent an array from the pool. This array must be returned when it is no longer needed.
-
- The minimum required length of the array. The returned array may be longer.
- The rented array from the pool. This array must be returned when it is no longer needed.
-
-
-
- Return an array to the pool.
-
- The array that is being returned.
-
-
-
- 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 and can be provided; otherwise, false.
-
-
-
-
- Gets the current line number.
-
- The current line number or 0 if no line information is available (for example, when returns false).
-
-
-
- Gets the current line position.
-
- The current line position or 0 if no line information is available (for example, when returns false).
-
-
-
- Instructs the how to serialize the collection.
-
-
-
-
- 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.
-
-
-
- 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.
-
-
-
- Instructs the to use the specified constructor when deserializing that object.
-
-
-
-
- Instructs the how to serialize the object.
-
-
-
-
- Gets or sets the id.
-
- The id.
-
-
-
- Gets or sets the title.
-
- The title.
-
-
-
- Gets or sets the description.
-
- The description.
-
-
-
- Gets or sets the collection's items converter.
-
- The collection's items converter.
-
-
-
- The parameter list to use when constructing the described by .
- If null, the default constructor is used.
- When non-null, there must be a constructor defined in the that exactly matches the number,
- order, and type of these parameters.
-
-
-
- [JsonContainer(ItemConverterType = typeof(MyContainerConverter), ItemConverterParameters = new object[] { 123, "Four" })]
-
-
-
-
-
- Gets or sets the of the .
-
- The of the .
-
-
-
- The parameter list to use when constructing the described by .
- If null, the default constructor is used.
- When non-null, there must be a constructor defined in the that exactly matches the number,
- order, and type of these parameters.
-
-
-
- [JsonContainer(NamingStrategyType = typeof(MyNamingStrategy), NamingStrategyParameters = new object[] { 123, "Four" })]
-
-
-
-
-
- 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.
-
-
-
- Provides methods for converting between .NET types and JSON types.
-
-
-
-
-
-
-
- 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
- .
-
-
-
-
- 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.
- The string delimiter character.
- The string escape handling.
- 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 should be 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 of 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 should be formatted.
- A collection of 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 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 used.
-
- The type of the value being serialized.
- This parameter is used when is to write out the type name if the type of the value does not match.
- Specifying 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 should be formatted.
- The used to serialize the object.
- If this is null, default serialization settings will be 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 should be formatted.
- The used to serialize the object.
- If this is null, default serialization settings will be used.
-
- The type of the value being serialized.
- This parameter is used when is to write out the type name if the type of the value does not match.
- Specifying 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 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 inferred 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 inferred 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 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 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 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 used.
-
-
-
-
- Serializes the to a JSON string.
-
- The node to serialize.
- A JSON string of the .
-
-
-
- Serializes the to a JSON string using formatting.
-
- The node to serialize.
- Indicates how the output should be formatted.
- A JSON string of the .
-
-
-
- Serializes the to a JSON string using formatting and omits the root object if is true.
-
- The node to serialize.
- Indicates how the output should be formatted.
- Omits writing the root object.
- A JSON string of the .
-
-
-
- Deserializes the from a JSON string.
-
- The JSON string.
- The deserialized .
-
-
-
- Deserializes the from a JSON string nested in a root element specified by .
-
- The JSON string.
- The name of the root element to append when deserializing.
- The deserialized .
-
-
-
- Deserializes the from a JSON string nested in a root element specified by
- and writes a Json.NET array attribute for collections.
-
- The JSON string.
- The name of the root element to append when deserializing.
-
- A value 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 .
-
-
-
- Deserializes the from a JSON string nested in a root element specified by ,
- writes a Json.NET array attribute for collections, and encodes special characters.
-
- The JSON string.
- The name of the root element to append when deserializing.
-
- A value to indicate whether to write the Json.NET array attribute.
- This attribute helps preserve arrays when converting the written XML back to JSON.
-
-
- A value to indicate whether to encode special characters when converting JSON to XML.
- If true, special characters like ':', '@', '?', '#' and '$' in JSON property names aren't used to specify
- XML namespaces, attributes or processing directives. Instead special characters are encoded and written
- as part of the XML element name.
-
- The deserialized .
-
-
-
- Serializes the to a JSON string.
-
- The node to convert to JSON.
- A JSON string of the .
-
-
-
- Serializes the to a JSON string using formatting.
-
- The node to convert to JSON.
- Indicates how the output should be formatted.
- A JSON string of the .
-
-
-
- Serializes the to a JSON string using formatting and omits the root object if is true.
-
- The node to serialize.
- Indicates how the output should be formatted.
- Omits writing the root object.
- A JSON string of the .
-
-
-
- Deserializes the from a JSON string.
-
- The JSON string.
- The deserialized .
-
-
-
- Deserializes the from a JSON string nested in a root element specified by .
-
- The JSON string.
- The name of the root element to append when deserializing.
- The deserialized .
-
-
-
- Deserializes the from a JSON string nested in a root element specified by
- and writes a Json.NET array attribute for collections.
-
- The JSON string.
- The name of the root element to append when deserializing.
-
- A value 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 .
-
-
-
- Deserializes the from a JSON string nested in a root element specified by ,
- writes a Json.NET array attribute for collections, and encodes special characters.
-
- The JSON string.
- The name of the root element to append when deserializing.
-
- A value to indicate whether to write the Json.NET array attribute.
- This attribute helps preserve arrays when converting the written XML back to JSON.
-
-
- A value to indicate whether to encode special characters when converting JSON to XML.
- If true, special characters like ':', '@', '?', '#' and '$' in JSON property names aren't used to specify
- XML namespaces, attributes or processing directives. Instead special characters are encoded and written
- as part of the XML element name.
-
- The deserialized .
-
-
-
- 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 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.
-
-
-
- Converts an object to and from JSON.
-
- The object type to convert.
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- 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.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read. If there is no existing value then null will be used.
- The existing value has a value.
- 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.
-
-
-
-
- Instructs the to use the specified when serializing the member or class.
-
-
-
-
- Gets the of the .
-
- The of the .
-
-
-
- The parameter list to use when constructing the described by .
- If null, the default constructor is used.
-
-
-
-
- Initializes a new instance of the class.
-
- Type of the .
-
-
-
- Initializes a new instance of the class.
-
- Type of the .
- Parameter list to use when constructing the . Can be null.
-
-
-
- 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 null 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.
-
-
-
-
- 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.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Instructs the not to serialize the public field or public read/write property value.
-
-
-
-
- Base class for a table of atomized string objects.
-
-
-
-
- Gets a string containing the same characters as the specified range of characters in the given array.
-
- The character array containing the name to find.
- The zero-based index into the array specifying the first character of the name.
- The number of characters in the name.
- A string containing the same characters as the specified range of characters in the given array.
-
-
-
- Instructs the how to serialize the object.
-
-
-
-
- Gets or sets the member serialization.
-
- The member serialization.
-
-
-
- Gets or sets the missing member handling used when deserializing this object.
-
- The missing member handling.
-
-
-
- Gets or sets how the object's properties with null values are handled during serialization and deserialization.
-
- How the object's properties with null values are handled during serialization and deserialization.
-
-
-
- Gets or sets a value that indicates whether the object's properties are required.
-
-
- A value indicating whether the object's properties are required.
-
-
-
-
- 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.
-
-
-
- Instructs the to always serialize the member with the specified name.
-
-
-
-
- Gets or sets the type used when serializing the property's collection items.
-
- The collection's items type.
-
-
-
- The parameter list to use when constructing the described by .
- If null, the default constructor is used.
- When non-null, there must be a constructor defined in the that exactly matches the number,
- order, and type of these parameters.
-
-
-
- [JsonProperty(ItemConverterType = typeof(MyContainerConverter), ItemConverterParameters = new object[] { 123, "Four" })]
-
-
-
-
-
- Gets or sets the of the .
-
- The of the .
-
-
-
- The parameter list to use when constructing the described by .
- If null, the default constructor is used.
- When non-null, there must be a constructor defined in the that exactly matches the number,
- order, and type of these parameters.
-
-
-
- [JsonProperty(NamingStrategyType = typeof(MyNamingStrategy), NamingStrategyParameters = new object[] { 123, "Four" })]
-
-
-
-
-
- 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 of a member.
-
- The numeric order of serialization.
-
-
-
- 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 reference loop handling used when serializing the property's collection items.
-
- The collection's items reference loop handling.
-
-
-
- Gets or sets 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.
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class with the specified name.
-
- Name of the property.
-
-
-
- Represents a reader that provides fast, non-cached, forward-only access to serialized JSON data.
-
-
-
-
- Asynchronously reads the next JSON token from the source.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns true if the next token was read successfully; false if there are no more tokens to read.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously skips the children of the current token.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously reads the next JSON token from the source as a of .
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns the of . This result will be null at the end of an array.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously reads the next JSON token from the source as a [].
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns the []. This result will be null at the end of an array.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously reads the next JSON token from the source as a of .
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns the of . This result will be null at the end of an array.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously reads the next JSON token from the source as a of .
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns the of . This result will be null at the end of an array.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously reads the next JSON token from the source as a of .
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns the of . This result will be null at the end of an array.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously reads the next JSON token from the source as a of .
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns the of . This result will be null at the end of an array.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously reads the next JSON token from the source as a of .
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns the of . This result will be null at the end of an array.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously reads the next JSON token from the source as a .
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns the . This result will be null at the end of an array.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Specifies the state of the reader.
-
-
-
-
- A 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 method has been called.
-
-
-
-
- Reader has just read a value.
-
-
-
-
- Reader is at the start of a constructor.
-
-
-
-
- Reader is in a constructor.
-
-
-
-
- An error occurred that prevents the read operation from continuing.
-
-
-
-
- The end of the file has been reached successfully.
-
-
-
-
- Gets the current reader state.
-
- The current reader state.
-
-
-
- Gets or sets a value indicating whether the source should be closed when this reader is closed.
-
-
- true to close the source when this 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.
-
-
-
-
- Gets or sets how time zones are handled when reading JSON.
-
-
-
-
- Gets or sets how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON.
-
-
-
-
- Gets or sets how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
-
-
-
-
- Gets or sets 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 .NET 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 .
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Reads the next JSON token from the source.
-
- true if the next token was read successfully; false if there are no more tokens to read.
-
-
-
- Reads the next JSON token from the source as a of .
-
- A of . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the source as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the source as a [].
-
- A [] or null 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 source as a of .
-
- A of . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the source as a of .
-
- A of . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the source as a of .
-
- A of . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the source as a of .
-
- A of . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the source as a of .
-
- A of . 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 current token and value.
-
- The new token.
- The value.
- A flag indicating whether the position index inside an array should be updated.
-
-
-
- Sets the state based on current token type.
-
-
-
-
- Releases unmanaged and - optionally - managed resources.
-
- true to release both managed and unmanaged resources; false to release only unmanaged resources.
-
-
-
- Changes the reader's state to .
- If is set to true, the source is also closed.
-
-
-
-
- The exception thrown when an error occurs while reading JSON text.
-
-
-
-
- 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.
-
-
-
- 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 null 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).
-
-
-
- Initializes a new instance of the class
- with a specified error message, JSON path, line number, line position, 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 path to the JSON where the error occurred.
- The line number indicating where the error occurred.
- The line position indicating where the error occurred.
- The exception that is the cause of the current exception, or null if no inner exception is specified.
-
-
-
- Instructs the to always serialize the member, and to require that the member has a value.
-
-
-
-
- The exception thrown when an error occurs during JSON serialization or deserialization.
-
-
-
-
- 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.
-
-
-
- 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 null 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).
-
-
-
- Initializes a new instance of the class
- with a specified error message, JSON path, line number, line position, 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 path to the JSON where the error occurred.
- The line number indicating where the error occurred.
- The line position indicating where the error occurred.
- The exception that is the cause of the current exception, or null 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.
-
-
-
-
- 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 resolving type names.
-
-
-
-
- Gets or sets the used by the serializer when writing trace messages.
-
- The trace writer.
-
-
-
- Gets or sets the equality comparer used by the serializer when comparing references.
-
- The equality comparer.
-
-
-
- Gets or sets how type name writing and reading is handled by the serializer.
- The default value is .
-
-
- should be used with caution when your application deserializes JSON from an external source.
- Incoming types should be validated with a custom
- when deserializing with a value other than .
-
-
-
-
- Gets or sets how a type name assembly is written and resolved by the serializer.
- The default value is .
-
- The type name assembly format.
-
-
-
- Gets or sets how a type name assembly is written and resolved by the serializer.
- The default value is .
-
- The type name assembly format.
-
-
-
- Gets or sets how object references are preserved by the serializer.
- The default value is .
-
-
-
-
- Gets or sets how reference loops (e.g. a class referencing itself) is handled.
- The default value is .
-
-
-
-
- Gets or sets how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization.
- The default value is .
-
-
-
-
- Gets or sets how null values are handled during serialization and deserialization.
- The default value is .
-
-
-
-
- Gets or sets how default values are handled during serialization and deserialization.
- The default value is .
-
-
-
-
- Gets or sets how objects are created during deserialization.
- The default value is .
-
- The object creation handling.
-
-
-
- Gets or sets how constructors are used during deserialization.
- The default value is .
-
- The constructor handling.
-
-
-
- Gets or sets how metadata properties are used during deserialization.
- The default value is .
-
- 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.
- The default value is .
-
-
-
-
- Gets or sets how dates are written to JSON text.
- The default value is .
-
-
-
-
- Gets or sets how time zones are handled during serialization and deserialization.
- The default value is .
-
-
-
-
- Gets or sets how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON.
- The default value is .
-
-
-
-
- Gets or sets how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
- The default value is .
-
-
-
-
- Gets or sets how special floating point numbers, e.g. ,
- and ,
- are written as JSON text.
- The default value is .
-
-
-
-
- Gets or sets how strings are escaped when writing JSON text.
- The default value is .
-
-
-
-
- Gets or sets how and values are formatted when writing JSON text,
- and the expected date format when reading JSON text.
- The default value is "yyyy'-'MM'-'dd'T'HH':'mm':'ss.FFFFFFFK".
-
-
-
-
- Gets or sets the culture used when reading JSON.
- The default value is .
-
-
-
-
- Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a .
- A null value means there is no maximum.
- The default value is null.
-
-
-
-
- Gets a value indicating whether there will be a check for additional JSON content after deserializing an object.
- The default value is false.
-
-
- true if there will be a check for additional JSON content after deserializing an object; otherwise, false.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Creates a new instance.
- The will not use default settings
- from .
-
-
- A new instance.
- The will not use default settings
- from .
-
-
-
-
- Creates a new instance using the specified .
- The will not use default settings
- from .
-
- The settings to be applied to the .
-
- A new instance using the specified .
- The will not use default settings
- from .
-
-
-
-
- Creates a new instance.
- The will use default settings
- from .
-
-
- A new instance.
- The will use default settings
- from .
-
-
-
-
- Creates a new instance using the specified .
- The will use default settings
- from as well as the specified .
-
- The settings to be applied to the .
-
- A new instance using the specified .
- The will use default settings
- from as well as the specified .
-
-
-
-
- Populates the JSON values onto the target object.
-
- The that contains the JSON structure to read values from.
- The target object to populate values onto.
-
-
-
- Populates the JSON values onto the target object.
-
- The that contains the JSON structure to read 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
- using the specified .
-
- The used to write the JSON structure.
- The to serialize.
-
-
-
- Serializes the specified and writes the JSON structure
- 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 to write out the type name if the type of the value does not match.
- Specifying the type is optional.
-
-
-
-
- Serializes the specified and writes the JSON structure
- 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.
- Specifying the type is optional.
-
-
-
-
- Serializes the specified and writes the JSON structure
- using the specified .
-
- The used to write the JSON structure.
- The to serialize.
-
-
-
- Specifies the settings on a object.
-
-
-
-
- Gets or sets how reference loops (e.g. a class referencing itself) are handled.
- The default value is .
-
- 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.
- The default value is .
-
- Missing member handling.
-
-
-
- Gets or sets how objects are created during deserialization.
- The default value is .
-
- The object creation handling.
-
-
-
- Gets or sets how null values are handled during serialization and deserialization.
- The default value is .
-
- Null value handling.
-
-
-
- Gets or sets how default values are handled during serialization and deserialization.
- The default value is .
-
- 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 default value is .
-
- The preserve references handling.
-
-
-
- Gets or sets how type name writing and reading is handled by the serializer.
- The default value is .
-
-
- should be used with caution when your application deserializes JSON from an external source.
- Incoming types should be validated with a custom
- when deserializing with a value other than .
-
- The type name handling.
-
-
-
- Gets or sets how metadata properties are used during deserialization.
- The default value is .
-
- The metadata properties handling.
-
-
-
- Gets or sets how a type name assembly is written and resolved by the serializer.
- The default value is .
-
- The type name assembly format.
-
-
-
- Gets or sets how a type name assembly is written and resolved by the serializer.
- The default value is .
-
- The type name assembly format.
-
-
-
- Gets or sets how constructors are used during deserialization.
- The default value is .
-
- 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 equality comparer used by the serializer when comparing references.
-
- The equality comparer.
-
-
-
- Gets or sets the used by the serializer when resolving references.
-
- The reference resolver.
-
-
-
- Gets or sets a function that creates the used by the serializer when resolving references.
-
- A function that creates the used by the serializer when resolving references.
-
-
-
- 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 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.
-
-
-
- Gets or sets how and values are formatted when writing JSON text,
- and the expected date format when reading JSON text.
- The default value is "yyyy'-'MM'-'dd'T'HH':'mm':'ss.FFFFFFFK".
-
-
-
-
- Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a .
- A null value means there is no maximum.
- The default value is null.
-
-
-
-
- Indicates how JSON text output is formatted.
- The default value is .
-
-
-
-
- Gets or sets how dates are written to JSON text.
- The default value is .
-
-
-
-
- Gets or sets how time zones are handled during serialization and deserialization.
- The default value is .
-
-
-
-
- Gets or sets how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON.
- The default value is .
-
-
-
-
- Gets or sets how special floating point numbers, e.g. ,
- and ,
- are written as JSON.
- The default value is .
-
-
-
-
- Gets or sets how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
- The default value is .
-
-
-
-
- Gets or sets how strings are escaped when writing JSON text.
- The default value is .
-
-
-
-
- Gets or sets the culture used when reading JSON.
- The default value is .
-
-
-
-
- Gets a value indicating whether there will be a check for additional content after deserializing an object.
- The default value is false.
-
-
- true if there will be a check for additional content after deserializing an object; otherwise, false.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Represents a reader that provides fast, non-cached, forward-only access to JSON text data.
-
-
-
-
- Asynchronously reads the next JSON token from the source.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns true if the next token was read successfully; false if there are no more tokens to read.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously reads the next JSON token from the source as a of .
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns the of . This result will be null at the end of an array.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously reads the next JSON token from the source as a [].
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns the []. This result will be null at the end of an array.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously reads the next JSON token from the source as a of .
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns the of . This result will be null at the end of an array.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously reads the next JSON token from the source as a of .
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns the of . This result will be null at the end of an array.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously reads the next JSON token from the source as a of .
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns the of . This result will be null at the end of an array.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously reads the next JSON token from the source as a of .
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns the of . This result will be null at the end of an array.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously reads the next JSON token from the source as a of .
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns the of . This result will be null at the end of an array.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously reads the next JSON token from the source as a .
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns the . This result will be null at the end of an array.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Initializes a new instance of the class with the specified .
-
- The containing the JSON data to read.
-
-
-
- Gets or sets the reader's property name table.
-
-
-
-
- Gets or sets the reader's character buffer pool.
-
-
-
-
- Reads the next JSON token from the underlying .
-
-
- true if the next token was read successfully; false if there are no more tokens to read.
-
-
-
-
- Reads the next JSON token from the underlying as a of .
-
- A of . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the underlying as a of .
-
- A of . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the underlying as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the underlying as a [].
-
- A [] or null 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 underlying as a of .
-
- A of . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the underlying as a of .
-
- A of . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the underlying as a of .
-
- A of . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the underlying as a of .
-
- A of . This method will return null at the end of an array.
-
-
-
- Changes the reader's state to .
- If is set to true, the underlying is also closed.
-
-
-
-
- Gets a value indicating whether the class can return line information.
-
-
- true if and can be provided; otherwise, false.
-
-
-
-
- Gets the current line number.
-
-
- The current line number or 0 if no line information is available (for example, returns false).
-
-
-
-
- Gets the current line position.
-
-
- The current line position or 0 if no line information is available (for example, returns false).
-
-
-
-
- Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data.
-
-
-
-
- Asynchronously flushes whatever is in the buffer to the destination and also flushes the destination.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes the JSON value delimiter.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes the specified end token.
-
- The end token to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously closes this writer.
- If is set to true, the destination is also closed.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes the end of the current JSON object or array.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes indent characters.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes an indent space.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes raw JSON without changing the writer's state.
-
- The raw JSON to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a null value.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes the property name of a name/value pair of a JSON object.
-
- The name of the property.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes the property name of a name/value pair of 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.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes the beginning of a JSON array.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes the beginning of a JSON object.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes the start of a constructor with the given name.
-
- The name of the constructor.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes an undefined value.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes the given white space.
-
- The string of white space characters.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a [] value.
-
- The [] value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a comment /*...*/ containing the specified text.
-
- Text to place inside the comment.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes the end of an array.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes the end of a constructor.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes the end of a JSON object.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes raw JSON where a value is expected and updates the writer's state.
-
- The raw JSON to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Gets or sets the writer's character array pool.
-
-
-
-
- Gets or sets how many s to write for each level in the hierarchy when is set to .
-
-
-
-
- Gets or sets which character to use to quote attribute values.
-
-
-
-
- Gets or sets which character to use for indenting when is set to .
-
-
-
-
- Gets or sets a value indicating whether object names will be surrounded with quotes.
-
-
-
-
- Initializes a new instance of the class using the specified .
-
- The to write to.
-
-
-
- Flushes whatever is in the buffer to the underlying and also flushes the underlying .
-
-
-
-
- Closes this writer.
- If is set to true, the underlying is also closed.
- If is set to true, the JSON is auto-completed.
-
-
-
-
- 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 of value.
-
- The of value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a of value.
-
- The of value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a [] value.
-
- The [] value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a comment /*...*/ containing the specified text.
-
- Text to place inside the comment.
-
-
-
- Writes the given white space.
-
- The string of white space characters.
-
-
-
- Specifies the type of JSON token.
-
-
-
-
- This is returned by the if a read 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.
-
-
- JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
-
-
-
-
-
- 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 .NET type for the current JSON token.
-
-
-
-
-
- Initializes a new instance of the class that
- validates the content returned from the given .
-
- The to read from while validating.
-
-
-
- Gets or sets the schema.
-
- The schema.
-
-
-
- Gets the used to construct this .
-
- The specified in the constructor.
-
-
-
- Changes the reader's state to .
- If is set to true, the underlying is also closed.
-
-
-
-
- Reads the next JSON token from the underlying as a of .
-
- A of .
-
-
-
- Reads the next JSON token from the underlying as a [].
-
-
- A [] or null if the next JSON token is null.
-
-
-
-
- Reads the next JSON token from the underlying as a of .
-
- A of .
-
-
-
- Reads the next JSON token from the underlying as a of .
-
- A of .
-
-
-
- Reads the next JSON token from the underlying as a of .
-
- A of .
-
-
-
- Reads the next JSON token from the underlying as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the underlying as a of .
-
- A of . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the underlying as a of .
-
- A of .
-
-
-
- Reads the next JSON token from the underlying .
-
-
- true if the next token was read successfully; false if there are no more tokens to read.
-
-
-
-
- Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data.
-
-
-
-
- Asynchronously closes this writer.
- If is set to true, the destination is also closed.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously flushes whatever is in the buffer to the destination and also flushes the destination.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes the specified end token.
-
- The end token to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes indent characters.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes the JSON value delimiter.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes an indent space.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes raw JSON without changing the writer's state.
-
- The raw JSON to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes the end of the current JSON object or array.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes the end of an array.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes the end of a constructor.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes the end of a JSON object.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a null value.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes the property name of a name/value pair of a JSON object.
-
- The name of the property.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes the property name of a name/value pair of 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.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes the beginning of a JSON array.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a comment /*...*/ containing the specified text.
-
- Text to place inside the comment.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes raw JSON where a value is expected and updates the writer's state.
-
- The raw JSON to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes the start of a constructor with the given name.
-
- The name of the constructor.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes the beginning of a JSON object.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes the current token.
-
- The to read the token from.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes the current token.
-
- The to read the token from.
- A flag indicating whether the current token's children should be written.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes the token and its value.
-
- The to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes the token and its value.
-
- The to write.
-
- The value to write.
- A value is only required for tokens that have an associated value, e.g. the property name for .
- null can be passed to the method for tokens that don't have a value, e.g. .
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a [] value.
-
- The [] value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes an undefined value.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes the given white space.
-
- The string of white space characters.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously ets the state of the .
-
- The being written.
- The value being written.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Gets or sets a value indicating whether the destination should be closed when this writer is closed.
-
-
- true to close the destination when this writer is closed; otherwise false. The default is true.
-
-
-
-
- Gets or sets a value indicating whether the JSON should be auto-completed when this writer is closed.
-
-
- true to auto-complete the JSON when this 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.
-
-
-
-
- Gets or sets a value indicating how JSON text output should be formatted.
-
-
-
-
- Gets or sets how dates are written to JSON text.
-
-
-
-
- Gets or sets how time zones are handled when writing JSON text.
-
-
-
-
- Gets or sets how strings are escaped when writing JSON text.
-
-
-
-
- Gets or sets how special floating point numbers, e.g. ,
- and ,
- are written to JSON text.
-
-
-
-
- Gets or sets how and values are formatted when writing JSON text.
-
-
-
-
- Gets or sets the culture used when writing JSON. Defaults to .
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Flushes whatever is in the buffer to the destination and also flushes the destination.
-
-
-
-
- Closes this writer.
- If is set to true, the destination is also closed.
- If is set to true, the JSON is auto-completed.
-
-
-
-
- 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 of a JSON object.
-
- The name of the property.
-
-
-
- Writes the property name of a name/value pair of 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 token and its value.
-
- The to write.
-
- The value to write.
- A value is only required for tokens that have an associated value, e.g. the property name for .
- null can be passed to the method for tokens that don't have a value, e.g. .
-
-
-
-
- Writes the token.
-
- The to write.
-
-
-
- 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 of value.
-
- The of value to write.
-
-
-
- Writes a of value.
-
- The of value to write.
-
-
-
- Writes a of value.
-
- The of value to write.
-
-
-
- Writes a of value.
-
- The of value to write.
-
-
-
- Writes a of value.
-
- The of value to write.
-
-
-
- Writes a of value.
-
- The of value to write.
-
-
-
- Writes a of value.
-
- The of value to write.
-
-
-
- Writes a of value.
-
- The of value to write.
-
-
-
- Writes a of value.
-
- The of value to write.
-
-
-
- Writes a of value.
-
- The of value to write.
-
-
-
- Writes a of value.
-
- The of value to write.
-
-
-
- Writes a of value.
-
- The of value to write.
-
-
-
- Writes a of value.
-
- The of value to write.
-
-
-
- Writes a of value.
-
- The of value to write.
-
-
-
- Writes a of value.
-
- The of value to write.
-
-
-
- Writes a of value.
-
- The of value to write.
-
-
-
- Writes a of value.
-
- The of 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 a comment /*...*/ containing the specified text.
-
- Text to place inside the comment.
-
-
-
- Writes the given white space.
-
- The string of white space characters.
-
-
-
- Releases unmanaged and - optionally - managed resources.
-
- true to release both managed and unmanaged resources; false to release only unmanaged resources.
-
-
-
- Sets the state of the .
-
- The being written.
- The value being written.
-
-
-
- The exception thrown when an error occurs while writing JSON text.
-
-
-
-
- Gets the path to the JSON where the error occurred.
-
- The path to the JSON where the error occurred.
-
-
-
- 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 null 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).
-
-
-
- Initializes a new instance of the class
- with a specified error message, JSON path 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 path to the JSON where the error occurred.
- The exception that is the cause of the current exception, or null if no inner exception is specified.
-
-
-
- Specifies how JSON comments are handled when loading JSON.
-
-
-
-
- Ignore comments.
-
-
-
-
- Load comments as a with type .
-
-
-
-
- Specifies how duplicate property names are handled when loading JSON.
-
-
-
-
- Replace the existing value when there is a duplicate property. The value of the last property in the JSON object will be used.
-
-
-
-
- Ignore the new value when there is a duplicate property. The value of the first property in the JSON object will be used.
-
-
-
-
- Throw a when a duplicate property is encountered.
-
-
-
-
- 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 token in the source collection.
-
-
-
- Returns a collection of tokens that contains every token in the source collection, and 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 every token in the source collection, the ancestors of every token 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 token in the source collection.
-
-
-
- Returns a collection of tokens that contains every token in the source collection, and 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 every token in the source collection, and the descendants of every token 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 token 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 token 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 token 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 token 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 token 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 token 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 of with the specified key.
-
-
-
-
-
- Represents a JSON array.
-
-
-
-
-
-
-
- Writes this token to a asynchronously.
-
- A into which this method will write.
- The token to monitor for cancellation requests.
- A collection of which will be used when writing the token.
- A that represents the asynchronous write operation.
-
-
-
- Asynchronously loads a from a .
-
- A that will be read for the content of the .
- If this is null, default load settings will be used.
- The token to monitor for cancellation requests. The default value is .
- A representing the asynchronous load. The property contains the JSON that was read from the specified .
-
-
-
- Asynchronously loads a from a .
-
- A that will be read for the content of the .
- The used to load the JSON.
- If this is null, default load settings will be used.
- The token to monitor for cancellation requests. The default value is .
- A representing the asynchronous load. The property contains the JSON that was read from the specified .
-
-
-
- Gets the container's children tokens.
-
- The container's children tokens.
-
-
-
- Gets the node type for this .
-
- The type.
-
-
-
- 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 .
-
-
-
- Loads an from a .
-
- A that will be read for the content of the .
- The used to load the JSON.
- If this is null, default load settings will be used.
- 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.
-
-
-
-
-
-
- Load a from a string that contains JSON.
-
- A that contains JSON.
- The used to load the JSON.
- If this is null, default load settings will be used.
- 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 key.
-
- The with the specified key.
-
-
-
- Gets or sets the at the specified index.
-
-
-
-
-
- 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 .
-
-
-
-
- Removes the item at the specified index.
-
- The zero-based index of the item to remove.
-
- is not a valid index in the .
-
-
-
-
- Returns an enumerator that iterates through the collection.
-
-
- A of that can be used to iterate through the collection.
-
-
-
-
- Adds an item to the .
-
- The object to add to the .
-
-
-
- Removes all items from the .
-
-
-
-
- Determines whether the contains a specific value.
-
- The object to locate in the .
-
- true if is found in the ; otherwise, false.
-
-
-
-
- Copies the elements of the to an array, starting at a particular array index.
-
- The array.
- Index of the array.
-
-
-
- Gets a value indicating whether the is read-only.
-
- true if the is read-only; otherwise, false.
-
-
-
- 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 .
-
-
-
-
- Represents a JSON constructor.
-
-
-
-
- Writes this token to a asynchronously.
-
- A into which this method will write.
- The token to monitor for cancellation requests.
- A collection of which will be used when writing the token.
- A that represents the asynchronous write operation.
-
-
-
- Asynchronously loads a from a .
-
- A that will be read for the content of the .
- The token to monitor for cancellation requests. The default value is .
-
- A that represents the asynchronous load. The
- property returns a that contains the JSON that was read from the specified .
-
-
-
- Asynchronously loads a from a .
-
- A that will be read for the content of the .
- The used to load the JSON.
- If this is null, default load settings will be used.
- The token to monitor for cancellation requests. The default value is .
-
- A that represents the asynchronous load. The
- property returns 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.
-
-
-
- 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.
-
-
-
- Gets the with the specified key.
-
- The with the specified key.
-
-
-
- Loads a from a .
-
- A that will be read for the content of the .
- A that contains the JSON that was read from the specified .
-
-
-
- Loads a from a .
-
- A that will be read for the content of the .
- The used to load the JSON.
- If this is null, default load settings will be used.
- A that contains the JSON that was read from the specified .
-
-
-
- Represents a token that can contain other tokens.
-
-
-
-
- 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.
-
-
-
- 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.
-
-
-
- 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 .
-
-
-
-
- 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 of containing the descendant tokens of the .
-
-
-
- Returns a collection of the tokens that contain this token, and all descendant tokens of this token, in document order.
-
- An of containing this token, and all 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 a that can be used to add tokens to the .
-
- A that is ready to have content written to it.
-
-
-
- Replaces the child nodes of this token with the specified content.
-
- The content.
-
-
-
- Removes the child nodes from this token.
-
-
-
-
- Merge the specified content into this .
-
- The content to be merged.
-
-
-
- Merge the specified content into this using .
-
- The content to be merged.
- The used to merge the content.
-
-
-
- Gets the count of child JSON tokens.
-
- The count of child JSON tokens.
-
-
-
- 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 can be used to iterate through the collection.
-
-
- A that can be used to iterate through the collection.
-
-
-
-
- Gets the of with the specified key.
-
-
-
-
-
- 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.
-
-
-
-
- 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.
-
-
-
-
- Represents a JSON object.
-
-
-
-
-
-
-
- Writes this token to a asynchronously.
-
- A into which this method will write.
- The token to monitor for cancellation requests.
- A collection of which will be used when writing the token.
- A that represents the asynchronous write operation.
-
-
-
- Asynchronously loads a from a .
-
- A that will be read for the content of the .
- The token to monitor for cancellation requests. The default value is .
-
- A that represents the asynchronous load. The
- property returns a that contains the JSON that was read from the specified .
-
-
-
- Asynchronously loads a from a .
-
- A that will be read for the content of the .
- The used to load the JSON.
- If this is null, default load settings will be used.
- The token to monitor for cancellation requests. The default value is .
-
- A that represents the asynchronous load. The
- property returns a that contains the JSON that was read from the specified .
-
-
-
- Gets the container's children tokens.
-
- The container's children tokens.
-
-
-
- Occurs when a property value changes.
-
-
-
-
- Occurs when a property value is changing.
-
-
-
-
- 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 the node type for this .
-
- The type.
-
-
-
- Gets an of of this object's properties.
-
- An of of this object's properties.
-
-
-
- Gets a with the specified name.
-
- The property name.
- A with the specified name or null.
-
-
-
- Gets the with the specified name.
- The exact name will be searched for first and if no matching property is found then
- the will be used to match a property.
-
- The property name.
- One of the enumeration values that specifies how the strings will be compared.
- A matched with the specified name or null.
-
-
-
- Gets a of of this object's property values.
-
- A of of this object's property values.
-
-
-
- Gets the with the specified key.
-
- The with the specified key.
-
-
-
- Gets or sets the with the specified property name.
-
-
-
-
-
- Loads a from a .
-
- A that will be read for the content of the .
- A that contains the JSON that was read from the specified .
-
- is not valid JSON.
-
-
-
-
- Loads a from a .
-
- A that will be read for the content of the .
- The used to load the JSON.
- If this is null, default load settings will be used.
- A that contains the JSON that was read from the specified .
-
- is not valid JSON.
-
-
-
-
- Load a from a string that contains JSON.
-
- A that contains JSON.
- A populated from the string that contains JSON.
-
- is not valid JSON.
-
-
-
-
-
-
-
- Load a from a string that contains JSON.
-
- A that contains JSON.
- The used to load the JSON.
- If this is null, default load settings will be used.
- A populated from the string that contains JSON.
-
- is not valid 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.
-
-
-
- Determines whether the JSON object has the specified property name.
-
- Name of the property.
- true if the JSON object has the specified property name; otherwise, false.
-
-
-
- Removes the property with the specified name.
-
- Name of the property.
- true if item was successfully removed; otherwise, false.
-
-
-
- Tries to get the with the specified property name.
-
- Name of the property.
- The value.
- true if a value was successfully retrieved; otherwise, false.
-
-
-
- Returns an enumerator that can be used to iterate 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 responsible for binding operations performed on this object.
-
- The expression tree representation of the runtime value.
-
- The to bind this object.
-
-
-
-
- Represents a JSON property.
-
-
-
-
- Writes this token to a asynchronously.
-
- A into which this method will write.
- The token to monitor for cancellation requests.
- A collection of which will be used when writing the token.
- A that represents the asynchronous write operation.
-
-
-
- Asynchronously loads a from a .
-
- A that will be read for the content of the .
- The token to monitor for cancellation requests. The default value is .
- A representing the asynchronous creation. The
- property returns a that contains the JSON that was read from the specified .
-
-
-
- Asynchronously loads a from a .
-
- A that will be read for the content of the .
- The used to load the JSON.
- If this is null, default load settings will be used.
- The token to monitor for cancellation requests. The default value is .
- A representing the asynchronous creation. The
- property returns 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.
-
-
-
- Initializes a new instance of the class from another object.
-
- A object to copy from.
-
-
-
- Gets the node type for this .
-
- The type.
-
-
-
- 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 a from a .
-
- A that will be read for the content of the .
- A that contains the JSON that was read from the specified .
-
-
-
- Loads a from a .
-
- A that will be read for the content of the .
- The used to load the JSON.
- If this is null, default load settings will be used.
- A that contains the JSON that was read from the specified .
-
-
-
- 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.
-
-
-
-
- Asynchronously creates an instance of with the content of the reader's current token.
-
- The reader.
- The token to monitor for cancellation requests. The default value is .
- A representing the asynchronous creation. The
- property returns an instance of with the content of the reader's current token.
-
-
-
- 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.
-
-
-
- Specifies the settings used when loading JSON.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Gets or sets how JSON comments are handled when loading JSON.
- The default value is .
-
- The JSON comment handling.
-
-
-
- Gets or sets how JSON line info is handled when loading JSON.
- The default value is .
-
- The JSON line info handling.
-
-
-
- Gets or sets how duplicate property names in JSON objects are handled when loading JSON.
- The default value is .
-
- The JSON duplicate property name handling.
-
-
-
- Specifies the settings used when merging JSON.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Gets or sets the method used when merging JSON arrays.
-
- The method used when merging JSON arrays.
-
-
-
- Gets or sets how null value properties are merged.
-
- How null value properties are merged.
-
-
-
- Gets or sets the comparison used to match property names while merging.
- 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.
-
- The comparison used to match property names while merging.
-
-
-
- Represents an abstract JSON token.
-
-
-
-
- Writes this token to a asynchronously.
-
- A into which this method will write.
- The token to monitor for cancellation requests.
- A collection of which will be used when writing the token.
- A that represents the asynchronous write operation.
-
-
-
- Writes this token to a asynchronously.
-
- A into which this method will write.
- A collection of which will be used when writing the token.
- A that represents the asynchronous write operation.
-
-
-
- Asynchronously creates a from a .
-
- An positioned at the token to read into this .
- The token to monitor for cancellation requests. The default value is .
-
- A that represents the asynchronous creation. The
- property returns a 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.
-
-
-
-
- Asynchronously creates a from a .
-
- An positioned at the token to read into this .
- The used to load the JSON.
- If this is null, default load settings will be used.
- The token to monitor for cancellation requests. The default value is .
-
- A that represents the asynchronous creation. The
- property returns a 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.
-
-
-
-
- Asynchronously creates a from a .
-
- A positioned at the token to read into this .
- The token to monitor for cancellation requests. The default value is .
-
- A that represents the asynchronous creation. The
- property returns a 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.
-
-
-
-
- Asynchronously creates a from a .
-
- A positioned at the token to read into this .
- The used to load the JSON.
- If this is null, default load settings will be used.
- The token to monitor for cancellation requests. The default value is .
-
- A that represents the asynchronous creation. The
- property returns a 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.
-
-
-
-
- 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.
-
-
-
-
- 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.
-
-
-
- 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.
-
-
-
-
- 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 tokens that contain this token, and the ancestors of this token.
-
- A collection of tokens that contain this token, and the ancestors 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.
-
- The with the specified key.
-
-
-
- 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.
-
-
-
- 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 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.
-
-
- ToString() returns a non-JSON string value for tokens with a type of .
- If you want the JSON for all token types then you should use .
-
-
- The indented JSON for this token.
-
-
-
-
- Returns the JSON for this token using the given formatting and converters.
-
- Indicates how the output should be formatted.
- A collection of s 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 of .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to of .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to of .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to of .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to of .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to of .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to of .
-
- 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 of .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to of .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to of .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to of .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to of .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to of .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to of .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to of .
-
- 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 of .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to of .
-
- 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 of .
-
- 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 of .
-
- 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 of 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 of to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from of to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from of to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from of to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from of to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from of to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from of 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 of 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 of to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from of 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 of to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from of to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from of to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from of 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 of 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 of to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Creates a for this token.
-
- A 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 an instance of 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 an instance of 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 an instance of 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 an instance of 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 .
-
- A positioned at the token to read into this .
-
- A 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.
-
-
-
-
- Creates a from a .
-
- An positioned at the token to read into this .
- The used to load the JSON.
- If this is null, default load settings will be used.
-
- A 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.
-
-
-
- Load a from a string that contains JSON.
-
- A that contains JSON.
- The used to load the JSON.
- If this is null, default load settings will be used.
- A populated from the string that contains JSON.
-
-
-
- Creates a from a .
-
- A positioned at the token to read into this .
- The used to load the JSON.
- If this is null, default load settings will be used.
-
- A 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.
-
-
-
-
- Creates a from a .
-
- A positioned at the token to read into this .
-
- A 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 JSONPath expression. Selects the token that matches the object path.
-
-
- A that contains a JSONPath expression.
-
- A , or null.
-
-
-
- Selects a using a JSONPath expression. Selects the token that matches the object path.
-
-
- A that contains a JSONPath 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 JSONPath expression.
-
-
- A that contains a JSONPath expression.
-
- An of that contains the selected elements.
-
-
-
- Selects a collection of elements using a JSONPath expression.
-
-
- A that contains a JSONPath expression.
-
- A flag to indicate whether an error should be thrown if no tokens are found when evaluating part of the expression.
- An of 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 .
-
-
-
- Adds an object to the annotation list of this .
-
- The annotation to add.
-
-
-
- Get the first annotation object of the specified type from this .
-
- The type of the annotation to retrieve.
- The first annotation object that matches the specified type, or null if no annotation is of the specified type.
-
-
-
- Gets the first annotation object of the specified type from this .
-
- The of the annotation to retrieve.
- The first annotation object that matches the specified type, or null if no annotation is of the specified type.
-
-
-
- Gets a collection of annotations of the specified type for this .
-
- The type of the annotations to retrieve.
- An that contains the annotations for this .
-
-
-
- Gets a collection of annotations of the specified type for this .
-
- The of the annotations to retrieve.
- An of that contains the annotations that match the specified type for this .
-
-
-
- Removes the annotations of the specified type from this .
-
- The type of annotations to remove.
-
-
-
- Removes the annotations of the specified type from this .
-
- The of annotations to remove.
-
-
-
- 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.
-
-
-
-
- Gets the at the reader's current position.
-
-
-
-
- Initializes a new instance of the class.
-
- The token to read from.
-
-
-
- Initializes a new instance of the class.
-
- The token to read from.
- The initial path of the token. It is prepended to the returned .
-
-
-
- Reads the next JSON token from the underlying .
-
-
- 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.
-
-
-
-
- Gets the at the writer's current position.
-
-
-
-
- Gets the token being written.
-
- The token being written.
-
-
-
- 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 .
-
-
-
-
- Closes this writer.
- If is set to true, the JSON is auto-completed.
-
-
- Setting to true has no additional effect, since the underlying is a type that cannot be closed.
-
-
-
-
- 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 be 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 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.
-
-
-
- Represents a value in JSON (string, integer, date, etc).
-
-
-
-
- Writes this token to a asynchronously.
-
- A into which this method will write.
- The token to monitor for cancellation requests.
- A collection of which will be used when writing the token.
- A that represents the asynchronous write operation.
-
-
-
- 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.
-
-
-
- Gets a value indicating whether this token has child tokens.
-
-
- true if this token has child values; otherwise, false.
-
-
-
-
- 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.
-
-
-
- Creates a null value.
-
- A null value.
-
-
-
- Creates a undefined value.
-
- A undefined value.
-
-
-
- Gets the node type for this .
-
- The type.
-
-
-
- Gets or sets the underlying token value.
-
- The underlying token value.
-
-
-
- Writes this token to a .
-
- A into which this method will write.
- A collection of s 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.
-
-
-
-
- Serves as a hash function for a particular type.
-
-
- A hash code for the current .
-
-
-
-
- Returns a that represents this instance.
-
-
- ToString() returns a non-JSON string value for tokens with a type of .
- If you want the JSON for all token types then you should use .
-
-
- 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 of the same type as this instance.
-
-
-
-
- Specifies how line information is handled when loading JSON.
-
-
-
-
- Ignore line information.
-
-
-
-
- Load line information.
-
-
-
-
- Specifies how JSON arrays are merged together.
-
-
-
- Concatenate arrays.
-
-
- Union arrays, skipping items that already exist.
-
-
- Replace all array items.
-
-
- Merge array items together, matched by index.
-
-
-
- Specifies how null value properties are merged.
-
-
-
-
- The content's null value properties will be ignored during merging.
-
-
-
-
- The content's null value properties will be merged.
-
-
-
-
- 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 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.
-
-
-
-
- Do not try to read metadata properties.
-
-
-
-
- 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 .
-
-
-
-
-
-
-
- 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.
-
-
-
-
- The property is not required but it cannot be a null value.
-
-
-
-
-
- Contains the JSON schema extension methods.
-
-
- JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
-
-
-
-
-
-
- Determines whether the is valid.
-
-
- JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
-
-
- The source to test.
- The schema to test with.
-
- true if the specified is valid; otherwise, false.
-
-
-
-
-
- Determines whether the is valid.
-
-
- JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
-
-
- 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 .
-
-
- JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
-
-
- The source to test.
- The schema to test with.
-
-
-
-
- Validates the specified .
-
-
- JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
-
-
- The source to test.
- The schema to test with.
- The validation event handler.
-
-
-
-
- An in-memory representation of a JSON Schema.
-
-
- JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
-
-
-
-
-
- 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 divisible by.
-
- A number that the value should be divisible 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 disallowed 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.
-
-
-
- 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 JSON Schema.
-
- A that contains JSON Schema.
- A populated from the string that contains JSON Schema.
-
-
-
- Load a from a string that contains JSON Schema using the specified .
-
- A that contains JSON Schema.
- The resolver.
- A populated from the string that contains JSON Schema.
-
-
-
- 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 .
-
-
-
-
-
- Returns detailed information about the schema exception.
-
-
- JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
-
-
-
-
-
- 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.
-
-
-
- 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 null 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).
-
-
-
-
- Generates a from a specified .
-
-
- JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
-
-
-
-
-
- Gets or sets how undefined schemas are handled by the serializer.
-
-
-
-
- Gets or sets the contract resolver.
-
- The contract resolver.
-
-
-
- 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.
-
-
-
-
- Resolves from an id.
-
-
- JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
-
-
-
-
-
- Gets or sets the loaded schemas.
-
- The loaded schemas.
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Gets a for the specified reference.
-
- The id.
- A for the specified reference.
-
-
-
-
- The value types allowed by the .
-
-
- JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
-
-
-
-
-
- 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 .
-
-
- JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
-
-
-
-
-
- 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 .
-
-
- JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
-
-
-
-
-
- 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 .
-
-
- JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
-
-
-
-
-
- A camel case naming strategy.
-
-
-
-
- Initializes a new instance of the class.
-
-
- A flag indicating whether dictionary keys should be processed.
-
-
- A flag indicating whether explicitly specified property names should be processed,
- e.g. a property name customized with a .
-
-
-
-
- Initializes a new instance of the class.
-
-
- A flag indicating whether dictionary keys should be processed.
-
-
- A flag indicating whether explicitly specified property names should be processed,
- e.g. a property name customized with a .
-
-
- A flag indicating whether extension data names should be processed.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Resolves the specified property name.
-
- The property name to resolve.
- The resolved property name.
-
-
-
- Resolves member mappings for a type, camel casing property names.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Resolves the contract for a given type.
-
- The type to resolve a contract for.
- The contract for a given type.
-
-
-
- Used by to resolve a for a given .
-
-
-
-
- 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.
-
-
-
-
- Gets or sets a value indicating whether to ignore IsSpecified members when serializing and deserializing types.
-
-
- true if the IsSpecified members will be ignored when serializing and deserializing types; otherwise, false.
-
-
-
-
- Gets or sets a value indicating whether to ignore ShouldSerialize members when serializing and deserializing types.
-
-
- true if the ShouldSerialize members will be ignored when serializing and deserializing types; otherwise, false.
-
-
-
-
- Gets or sets the naming strategy used to resolve how property names and dictionary keys are serialized.
-
- The naming strategy used to resolve how property names and dictionary keys are serialized.
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- 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.
- Resolved name of the property.
-
-
-
- Resolves the name of the extension data. By default no changes are made to extension data names.
-
- Name of the extension data.
- Resolved name of the extension data.
-
-
-
- Resolves the key of the dictionary. By default is used to resolve dictionary keys.
-
- Key of the dictionary.
- Resolved key of the dictionary.
-
-
-
- Gets the resolved name of the property.
-
- Name of the property.
- Name of the property.
-
-
-
- The default naming strategy. Property names and dictionary keys are unchanged.
-
-
-
-
- Resolves the specified property name.
-
- The property name to resolve.
- The resolved property name.
-
-
-
- The default serialization binder used when resolving and loading classes from type names.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- 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.
-
-
-
-
- Gets the that will be used to filter the trace messages passed to the writer.
- For example a filter level of will exclude messages and include ,
- and 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.
-
-
-
- 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 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.
-
-
-
-
- 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.
-
-
-
- Initializes a new instance of the class.
-
- The current object.
- 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.
-
-
-
- Provides methods to get attributes.
-
-
-
-
- Returns a collection of all of the attributes, or an empty collection if there are no attributes.
-
- When true, look up the hierarchy chain for the inherited custom attribute.
- A collection of s, or an empty collection.
-
-
-
- Returns a collection of attributes, identified by type, or an empty collection if there are no attributes.
-
- The type of the attributes.
- When true, look up the hierarchy chain for the inherited custom attribute.
- A collection of s, or an empty collection.
-
-
-
- Used by to resolve a for a given .
-
-
-
-
-
-
-
-
- Resolves the contract for a given type.
-
- The type to resolve a contract for.
- The contract for a given type.
-
-
-
- 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 was resolved from the reference.
-
-
-
- Gets the reference for the specified 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.
-
-
-
- Allows users to control class loading and mandate what class to load.
-
-
-
-
- When implemented, 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 implemented, 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.
-
-
-
-
- Gets the that will be used to filter the trace messages passed to the writer.
- For example a filter level of will exclude messages and include ,
- and 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.
-
-
-
- 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 .
-
-
-
-
- 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.
-
-
-
- Gets or sets the function used to create the object. When set this function will override .
-
- The function used to create the object.
-
-
-
- Gets a value indicating whether the creator has a parameter with the collection values.
-
- true if the creator has a parameter with the collection values; otherwise, false.
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Contract details for a used by the .
-
-
-
-
- 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.
-
-
-
- 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 .
-
-
-
-
- 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 the internally resolved for the contract's type.
- This converter is used as a fallback converter when no other converter is resolved.
- Setting will always override this 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 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.
-
-
-
- Contract details for a used by the .
-
-
-
-
- Gets or sets the dictionary key resolver.
-
- The dictionary key resolver.
-
-
-
- Gets the of the dictionary keys.
-
- The of the dictionary keys.
-
-
-
- Gets the of the dictionary values.
-
- The of the dictionary values.
-
-
-
- Gets or sets the function used to create the object. When set this function will override .
-
- The function used to create the object.
-
-
-
- Gets a value indicating whether the creator has a parameter with the dictionary values.
-
- true if the creator has a parameter with the dictionary values; otherwise, false.
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Contract details for a used by the .
-
-
-
-
- Gets the object's properties.
-
- The object's properties.
-
-
-
- Gets or sets the property name resolver.
-
- The property name resolver.
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Contract details for a used by the .
-
-
-
-
- Gets or sets the object constructor.
-
- The object constructor.
-
-
-
- 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.
-
-
-
- Contract details for a used by the .
-
-
-
-
- Gets or sets the object member serialization.
-
- The member object serialization.
-
-
-
- Gets or sets the missing member handling used when deserializing this object.
-
- The missing member handling.
-
-
-
- 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 or sets how the object's properties with null values are handled during serialization and deserialization.
-
- How the object's properties with null values are handled during serialization and deserialization.
-
-
-
- Gets the object's properties.
-
- The object's properties.
-
-
-
- Gets a collection of instances that define the parameters used with .
-
-
-
-
- Gets or sets the function used to create the object. When set this function will override .
- This function is called with a collection of arguments which are defined by the collection.
-
- The function used to create the object.
-
-
-
- Gets or sets the extension data setter.
-
-
-
-
- Gets or sets the extension data getter.
-
-
-
-
- Gets or sets the extension data value type.
-
-
-
-
- Gets or sets the extension data name resolver.
-
- The extension data name resolver.
-
-
-
- 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.
-
-
-
-
- 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 of a member.
-
- The numeric order of serialization.
-
-
-
- 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 for this property.
-
- The for this property.
-
-
-
- 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 precedence 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 a value indicating whether has a value specified.
-
-
-
-
- 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 serialized.
-
- A predicate used to determine whether the property should be serialized.
-
-
-
- Gets or sets a predicate used to determine whether the property should be deserialized.
-
- A predicate used to determine whether the property should be deserialized.
-
-
-
- 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.
-
-
-
- Returns a that represents this instance.
-
-
- A that represents this instance.
-
-
-
-
- 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 type name handling used when serializing the property's collection items.
-
- The collection's items type name handling.
-
-
-
- Gets or sets 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 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.
-
-
-
- Lookup and create an instance of the type described by the argument.
-
- The type to create.
- Optional arguments to pass to an initializing constructor of the JsonConverter.
- If null, the default constructor is used.
-
-
-
- A kebab case naming strategy.
-
-
-
-
- Initializes a new instance of the class.
-
-
- A flag indicating whether dictionary keys should be processed.
-
-
- A flag indicating whether explicitly specified property names should be processed,
- e.g. a property name customized with a .
-
-
-
-
- Initializes a new instance of the class.
-
-
- A flag indicating whether dictionary keys should be processed.
-
-
- A flag indicating whether explicitly specified property names should be processed,
- e.g. a property name customized with a .
-
-
- A flag indicating whether extension data names should be processed.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Resolves the specified property name.
-
- The property name to resolve.
- The resolved property name.
-
-
-
- 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.
-
-
-
-
- Gets the that will be used to filter the trace messages passed to the writer.
- For example a filter level of will exclude messages and include ,
- and messages.
-
-
- The that will be used to filter the trace messages passed to the writer.
-
-
-
-
- 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.
-
-
-
-
- A base class for resolving how property names and dictionary keys are serialized.
-
-
-
-
- A flag indicating whether dictionary keys should be processed.
- Defaults to false.
-
-
-
-
- A flag indicating whether extension data names should be processed.
- Defaults to false.
-
-
-
-
- A flag indicating whether explicitly specified property names,
- e.g. a property name customized with a , should be processed.
- Defaults to false.
-
-
-
-
- Gets the serialized name for a given property name.
-
- The initial property name.
- A flag indicating whether the property has had a name explicitly specified.
- The serialized property name.
-
-
-
- Gets the serialized name for a given extension data name.
-
- The initial extension data name.
- The serialized extension data name.
-
-
-
- Gets the serialized key for a given dictionary key.
-
- The initial dictionary key.
- The serialized dictionary key.
-
-
-
- Resolves the specified property name.
-
- The property name to resolve.
- The resolved property name.
-
-
-
- Hash code calculation
-
-
-
-
-
- Object equality implementation
-
-
-
-
-
-
- Compare to another NamingStrategy
-
-
-
-
-
-
- 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.
-
-
-
-
- Provides methods to get attributes from a , , or .
-
-
-
-
- Initializes a new instance of the class.
-
- The instance to get attributes for. This parameter should be a , , or .
-
-
-
- Returns a collection of all of the attributes, or an empty collection if there are no attributes.
-
- When true, look up the hierarchy chain for the inherited custom attribute.
- A collection of s, or an empty collection.
-
-
-
- Returns a collection of attributes, identified by type, or an empty collection if there are no attributes.
-
- The type of the attributes.
- When true, look up the hierarchy chain for the inherited custom attribute.
- A collection of s, or an empty collection.
-
-
-
- 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.
-
-
-
- A snake case naming strategy.
-
-
-
-
- Initializes a new instance of the class.
-
-
- A flag indicating whether dictionary keys should be processed.
-
-
- A flag indicating whether explicitly specified property names should be processed,
- e.g. a property name customized with a .
-
-
-
-
- Initializes a new instance of the class.
-
-
- A flag indicating whether dictionary keys should be processed.
-
-
- A flag indicating whether explicitly specified property names should be processed,
- e.g. a property name customized with a .
-
-
- A flag indicating whether extension data names should be processed.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Resolves the specified property name.
-
- The property name to resolve.
- The resolved property name.
-
-
-
- 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.
-
-
-
-
- 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 of the class 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 class is used to load the assembly.
-
-
-
-
- Specifies type name handling options for the .
-
-
- should be used with caution when your application deserializes JSON from an external source.
- Incoming types should be validated with a custom
- when deserializing with a value other than .
-
-
-
-
- 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.
- Note that this doesn't include the root serialized object by default. To include the root object's type name in JSON
- you must specify a root type object with
- or .
-
-
-
-
- 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 .
-
- The list to add to.
- The collection of elements to add.
-
-
-
- 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
-
-
-
-
- Helper class for serializing immutable collections.
- Note that this is used by all builds, even those that don't support immutable collections, in case the DLL is GACed
- https://github.com/JamesNK/Newtonsoft.Json/issues/652
-
-
-
-
- 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 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 this class lets you reuse its 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.
-
-
-
-
- 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 result in an being thrown.
-
-
-
-
- The method has been called.
-
-
-
-
- An object is being written.
-
-
-
-
- An array is being written.
-
-
-
-
- A constructor is being written.
-
-
-
-
- A property is being written.
-
-
-
-
- A write method has not been called.
-
-
-
- Specifies that an output will not be null even if the corresponding type allows it.
-
-
- Specifies that when a method returns , the parameter will not be null even if the corresponding type allows it.
-
-
- Initializes the attribute with the specified return value condition.
-
- The return value condition. If the method returns this value, the associated parameter will not be null.
-
-
-
- Gets the return value condition.
-
-
- Specifies that an output may be null even if the corresponding type disallows it.
-
-
- Specifies that null is allowed as an input even if the corresponding type disallows it.
-
-
-
- Specifies that the method will not return if the associated Boolean parameter is passed the specified value.
-
-
-
-
- Initializes a new instance of the class.
-
-
- The condition parameter value. Code after the method will be considered unreachable by diagnostics if the argument to
- the associated parameter matches this value.
-
-
-
- Gets the condition parameter value.
-
-
-
diff --git a/unimarc/unimarc/bin/Debug/Renci.SshNet.dll b/unimarc/unimarc/bin/Debug/Renci.SshNet.dll
deleted file mode 100644
index 751e3a5..0000000
Binary files a/unimarc/unimarc/bin/Debug/Renci.SshNet.dll and /dev/null differ
diff --git a/unimarc/unimarc/bin/Debug/Renci.SshNet.xml b/unimarc/unimarc/bin/Debug/Renci.SshNet.xml
deleted file mode 100644
index 5c502b6..0000000
--- a/unimarc/unimarc/bin/Debug/Renci.SshNet.xml
+++ /dev/null
@@ -1,23057 +0,0 @@
-
-
-
- Renci.SshNet
-
-
-
-
- Generates a array of the specified length, and fills it with a
- cryptographically strong random sequence of values.
-
- The length of the array generate.
-
-
-
- Fills an array of bytes with a cryptographically strong random sequence of values.
-
- The array to fill with cryptographically strong random bytes.
- is null.
-
- The length of the byte array determines how many random bytes are produced.
-
-
-
-
- Returns the Internet Protocol (IP) addresses for the specified host.
-
- The host name or IP address to resolve
-
- An array of type that holds the IP addresses for the host that
- is specified by the parameter.
-
- is null.
- An error is encountered when resolving .
-
-
-
- Returns an enumerable collection of file information that matches a search pattern.
-
-
- The search string to match against the names of files.
-
- An enumerable collection of files that matches .
-
- is null.
- is null.
- The path represented by does not exist or is not valid.
-
-
-
- Returns a value indicating whether the specified can be used
- to send data.
-
- The to check.
-
- true if can be written to; otherwise, false.
-
-
-
-
- Reads a byte from the specified .
-
- The to read from.
- Specifies the amount of time after which the call will time out.
-
- The byte read, or -1 if the socket was closed.
-
- The read operation timed out.
- The read failed.
-
-
-
- Sends a byte using the specified .
-
- The to write to.
- The value to send.
- The write failed.
-
-
-
- Receives data from a bound .
-
-
- The number of bytes to receive.
- Specifies the amount of time after which the call will time out.
-
- The bytes received.
-
-
- If no data is available for reading, the method will
- block until data is available or the time-out value is exceeded. If the time-out value is exceeded, the
- call will throw a .
- If you are in non-blocking mode, and there is no data available in the in the protocol stack buffer, the
- method will complete immediately and throw a .
-
-
-
-
- Receives data from a bound into a receive buffer.
-
-
- An array of type that is the storage location for the received data.
- The position in parameter to store the received data.
- The number of bytes to receive.
- The maximum time to wait until bytes have been received.
-
- The number of bytes received.
-
-
-
- If no data is available for reading, the method will
- block until data is available or the time-out value is exceeded. If the time-out value is exceeded, the
- call will throw a .
-
-
- If you are in non-blocking mode, and there is no data available in the in the protocol stack buffer, the
- method will complete immediately and throw a .
-
-
-
-
-
- Suspends the current thread for the specified number of milliseconds.
-
- The number of milliseconds for which the thread is suspended.
-
-
-
- Executes the specified action in a separate thread.
-
- The action to execute.
-
-
-
- Base class for all supported authentication methods
-
-
-
-
- Gets the name of the authentication method.
-
-
- The name of the authentication method.
-
-
-
-
- Gets connection username.
-
-
-
-
- Gets list of allowed authentications.
-
-
-
-
- Initializes a new instance of the class.
-
- The username.
- is whitespace or null.
-
-
-
- Authenticates the specified session.
-
- The session to authenticate.
-
- The result of the authentication process.
-
-
-
-
- Authenticates the specified session.
-
- The session to authenticate.
-
- The result of the authentication process.
-
-
-
-
- Represents possible authentication methods results
-
-
-
-
- Authentication was successful.
-
-
-
-
- Authentication completed with partial success.
-
-
-
-
- Authentication failed.
-
-
-
-
- Serves as base class for client implementations, provides common client functionality.
-
-
-
-
- Holds value indicating whether the connection info is owned by this client.
-
-
-
-
- Gets the current session.
-
-
- The current session.
-
-
-
-
- Gets the factory for creating new services.
-
-
- The factory for creating new services.
-
-
-
-
- Gets the connection info.
-
-
- The connection info.
-
- The method was called after the client was disposed.
-
-
-
- Gets a value indicating whether this client is connected to the server.
-
-
- true if this client is connected; otherwise, false.
-
- The method was called after the client was disposed.
-
-
-
- Gets or sets the keep-alive interval.
-
-
- The keep-alive interval. Specify negative one (-1) milliseconds to disable the
- keep-alive. This is the default value.
-
- The method was called after the client was disposed.
-
-
-
- Occurs when an error occurred.
-
-
-
-
-
-
-
- Occurs when host key received.
-
-
-
-
-
-
-
- Initializes a new instance of the class.
-
- The connection info.
- Specified whether this instance owns the connection info.
- is null.
-
- If is true, then the
- connection info will be disposed when this instance is disposed.
-
-
-
-
- Initializes a new instance of the class.
-
- The connection info.
- Specified whether this instance owns the connection info.
- The factory to use for creating new services.
- is null.
- is null.
-
- If is true, then the
- connection info will be disposed when this instance is disposed.
-
-
-
-
- Connects client to the server.
-
- The client is already connected.
- The method was called after the client was disposed.
- Socket connection to the SSH server or proxy server could not be established, or an error occurred while resolving the hostname.
- SSH session could not be established.
- Authentication of SSH session failed.
- Failed to establish proxy connection.
-
-
-
- Disconnects client from the server.
-
- The method was called after the client was disposed.
-
-
-
- Sends a keep-alive message to the server.
-
-
- Use to configure the client to send a keep-alive at regular
- intervals.
-
- The method was called after the client was disposed.
-
-
-
- Called when client is connecting to the server.
-
-
-
-
- Called when client is connected to the server.
-
-
-
-
- Called when client is disconnecting from the server.
-
-
-
-
- Called when client is disconnected from the server.
-
-
-
-
- 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.
-
-
-
- Check if the current instance is disposed.
-
- THe current instance is disposed.
-
-
-
- Releases unmanaged resources and performs other cleanup operations before the
- is reclaimed by garbage collection.
-
-
-
-
- Stops the keep-alive timer, and waits until all timer callbacks have been
- executed.
-
-
-
-
- Starts the keep-alive timer.
-
-
- When is negative one (-1) milliseconds, then
- the timer will not be started.
-
-
-
-
- Creates a with the specified due time and interval.
-
- The amount of time to delay before the keep-alive message is first sent. Specify negative one (-1) milliseconds to prevent the timer from starting. Specify zero (0) to start the timer immediately.
- The time interval between attempts to send a keep-alive message. Specify negative one (-1) milliseconds to disable periodic signaling.
-
- A with the specified due time and interval.
-
-
-
-
- Disposes the SSH session, and assigns null to .
-
-
-
-
- Returns a value indicating whether the SSH session is established.
-
-
- true if the SSH session is established; otherwise, false.
-
-
-
-
- Represents base class for SSH channel implementations.
-
-
-
-
- Holds a value indicating whether the SSH_MSG_CHANNEL_CLOSE has been sent to the remote party.
-
-
- true when a SSH_MSG_CHANNEL_CLOSE message has been sent to the other party;
- otherwise, false.
-
-
-
-
- Holds a value indicating whether a SSH_MSG_CHANNEL_CLOSE has been received from the other
- party.
-
-
- true when a SSH_MSG_CHANNEL_CLOSE message has been received from the other party;
- otherwise, false.
-
-
-
-
- Holds a value indicating whether the SSH_MSG_CHANNEL_EOF has been received from the other party.
-
-
- true when a SSH_MSG_CHANNEL_EOF message has been received from the other party;
- otherwise, false.
-
-
-
-
- Holds a value indicating whether the SSH_MSG_CHANNEL_EOF has been sent to the remote party.
-
-
- true when a SSH_MSG_CHANNEL_EOF message has been sent to the remote party;
- otherwise, false.
-
-
-
-
- Occurs when an exception is thrown when processing channel messages.
-
-
-
-
- Initializes a new instance.
-
- The session.
- The local channel number.
- Size of the window.
- Size of the packet.
-
-
-
- Gets the session.
-
-
- Thhe session.
-
-
-
-
- Gets the type of the channel.
-
-
- The type of the channel.
-
-
-
-
- Gets the local channel number.
-
-
- The local channel number.
-
-
-
-
- Gets the maximum size of a data packet that we can receive using the channel.
-
-
- The maximum size of a packet.
-
-
-
- This is the maximum size (in bytes) we support for the data (payload) of a
- SSH_MSG_CHANNEL_DATA message we receive.
-
-
- We currently do not enforce this limit.
-
-
-
-
-
- Gets the size of the local window.
-
-
- The size of the local window.
-
-
-
-
- Gets the remote channel number.
-
-
- The remote channel number.
-
-
-
-
- Gets the maximum size of a data packet that we can send using the channel.
-
-
- The maximum size of data that can be sent using a
- on the current channel.
-
- The channel has not been opened, or the open has not yet been confirmed.
-
-
-
- Gets the window size of the remote server.
-
-
- The size of the server window.
-
-
-
-
- Gets a value indicating whether this channel is open.
-
-
- true if this channel is open; otherwise, false.
-
-
-
-
- Occurs when is received.
-
-
-
-
- Occurs when is received.
-
-
-
-
- Occurs when is received.
-
-
-
-
- Occurs when is received.
-
-
-
-
- Occurs when is received.
-
-
-
-
- Occurs when is received.
-
-
-
-
- Occurs when is received.
-
-
-
-
- Gets a value indicating whether the session is connected.
-
-
- true if the session is connected; otherwise, false.
-
-
-
-
- Gets the connection info.
-
- The connection info.
-
-
-
- Gets the session semaphore to control number of session channels.
-
- The session semaphore.
-
-
-
- Sends a SSH_MSG_CHANNEL_DATA message with the specified payload.
-
- The payload to send.
-
-
-
- Sends a SSH_MSG_CHANNEL_DATA message with the specified payload.
-
- An array of containing the payload to send.
- The zero-based offset in at which to begin taking data from.
- The number of bytes of to send.
-
-
- When the size of the data to send exceeds the maximum packet size or the remote window
- size does not allow the full data to be sent, then this method will send the data in
- multiple chunks and will wait for the remote window size to be adjusted when it's zero.
-
-
- This is done to support SSH servers will a small window size that do not agressively
- increase their window size. We need to take into account that there may be SSH servers
- that only increase their window size when it has reached zero.
-
-
-
-
-
- Called when channel window need to be adjust.
-
- The bytes to add.
-
-
-
- Called when channel data is received.
-
- The data.
-
-
-
- Called when channel extended data is received.
-
- The data.
- The data type code.
-
-
-
- Called when channel has no more data to receive.
-
-
-
-
- Called when channel is closed by the server.
-
-
-
-
- Called when channel request received.
-
- Channel request information.
-
-
-
- Called when channel request was successful
-
-
-
-
- Called when channel request failed.
-
-
-
-
- Raises event.
-
- The exception.
-
-
-
- Sends a message to the server.
-
- The message to send.
-
- true if the message was sent to the server; otherwise, false.
-
- The size of the packet exceeds the maximum size defined by the protocol.
-
- This methods returns false when the attempt to send the message results in a
- or a .
-
-
-
-
- Sends SSH message to the server.
-
- The message.
-
-
-
- Sends a SSH_MSG_CHANNEL_EOF message to the remote server.
-
- The channel is closed.
-
-
-
- Waits for the handle to be signaled or for an error to occurs.
-
- The wait handle.
-
-
-
- Closes the channel, waiting for the SSH_MSG_CHANNEL_CLOSE message to be received from the server.
-
-
-
-
- Called when an occurs while processing a channel message.
-
- The .
-
- This method will in turn invoke , and
- raise the event.
-
-
-
-
- Determines the length of data that currently can be sent in a single message.
-
- The length of the message that must be sent.
-
- The actual data length that currently can be sent.
-
-
-
-
- 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.
-
-
-
- Releases unmanaged resources and performs other cleanup operations before the
- is reclaimed by garbage collection.
-
-
-
-
- Implements "direct-tcpip" SSH channel.
-
-
-
-
- Initializes a new instance.
-
- The session.
- The local channel number.
- Size of the window.
- Size of the packet.
-
-
-
- Gets the type of the channel.
-
-
- The type of the channel.
-
-
-
-
- Occurs as the forwarded port is being stopped.
-
-
-
-
- Binds channel to remote host.
-
-
-
-
- Closes the socket, hereby interrupting the blocking receive in .
-
-
-
-
- Shuts down the socket.
-
- One of the values that specifies the operation that will no longer be allowed.
-
-
-
- Closes the channel, waiting for the SSH_MSG_CHANNEL_CLOSE message to be received from the server.
-
-
-
-
- Called when channel data is received.
-
- The data.
-
-
-
- Called when channel is opened by the server.
-
- The remote channel number.
- Initial size of the window.
- Maximum size of the packet.
-
-
-
- Called when channel has no more data to receive.
-
-
-
-
- Called whenever an unhandled occurs in causing
- the message loop to be interrupted, or when an exception occurred processing a channel message.
-
-
-
-
- Called when the server wants to terminate the connection immmediately.
-
-
- The sender MUST NOT send or receive any data after this message, and
- the recipient MUST NOT accept any data after receiving this message.
-
-
-
-
- Implements "forwarded-tcpip" SSH channel.
-
-
-
-
- Initializes a new instance.
-
- The session.
- The local channel number.
- Size of the window.
- Size of the packet.
- The remote channel number.
- The window size of the remote party.
- The maximum size of a data packet that we can send to the remote party.
-
-
-
- Gets the type of the channel.
-
-
- The type of the channel.
-
-
-
-
- Binds the channel to the specified endpoint.
-
- The endpoint to connect to.
- The forwarded port for which the channel is opened.
-
-
-
- Occurs as the forwarded port is being stopped.
-
-
-
-
- Shuts down the socket.
-
- One of the values that specifies the operation that will no longer be allowed.
-
-
-
- Closes the socket, hereby interrupting the blocking receive in .
-
-
-
-
- Closes the channel waiting for the SSH_MSG_CHANNEL_CLOSE message to be received from the server.
-
-
-
-
- Called when channel data is received.
-
- The data.
-
-
-
- Implements Session SSH channel.
-
-
-
-
- Counts failed channel open attempts
-
-
-
-
- Holds a value indicating whether the session semaphore has been obtained by the current
- channel.
-
-
- 0 when the session semaphore has not been obtained or has already been released,
- and 1 when the session has been obtained and still needs to be released.
-
-
-
-
- Wait handle to signal when response was received to open the channel
-
-
-
-
- Initializes a new instance.
-
- The session.
- The local channel number.
- Size of the window.
- Size of the packet.
-
-
-
- Gets the type of the channel.
-
-
- The type of the channel.
-
-
-
-
- Opens the channel.
-
-
-
-
- Called when channel is opened by the server.
-
- The remote channel number.
- Initial size of the window.
- Maximum size of the packet.
-
-
-
- Called when channel failed to open.
-
- The reason code.
- The description.
- The language.
-
-
-
- Sends the pseudo terminal request.
-
- The environment variable.
- The columns.
- The rows.
- The width.
- The height.
- The terminal mode values.
-
- true if request was successful; otherwise false.
-
-
-
-
- Sends the X11 forwarding request.
-
- if set to true the it is single connection.
- The protocol.
- The cookie.
- The screen number.
-
- true if request was successful; otherwise false.
-
-
-
-
- Sends the environment variable request.
-
- Name of the variable.
- The variable value.
-
- true if request was successful; otherwise false.
-
-
-
-
- Sends the shell request.
-
-
- true if request was successful; otherwise false.
-
-
-
-
- Sends the exec request.
-
- The command.
-
- true if request was successful; otherwise false.
-
-
-
-
- Sends the exec request.
-
- Length of the break.
-
- true if request was successful; otherwise false.
-
-
-
-
- Sends the subsystem request.
-
- The subsystem.
-
- true if request was successful; otherwise false.
-
-
-
-
- Sends the window change request.
-
- The columns.
- The rows.
- The width.
- The height.
-
- true if request was successful; otherwise false.
-
-
-
-
- Sends the local flow request.
-
- if set to true [client can do].
-
- true if request was successful; otherwise false.
-
-
-
-
- Sends the signal request.
-
- Name of the signal.
-
- true if request was successful; otherwise false.
-
-
-
-
- Sends the exit status request.
-
- The exit status.
-
- true if request was successful; otherwise false.
-
-
-
-
- Sends the exit signal request.
-
- Name of the signal.
- if set to true [core dumped].
- The error message.
- The language.
-
- true if request was successful; otherwise false.
-
-
-
-
- Sends eow@openssh.com request.
-
-
- true if request was successful; otherwise false.
-
-
-
-
- Sends keepalive@openssh.com request.
-
-
- true if request was successful; otherwise false.
-
-
-
-
- Called when channel request was successful
-
-
-
-
- Called when channel request failed.
-
-
-
-
- Sends the channel open message.
-
- The client is not connected.
- The operation timed out.
- The size of the packet exceeds the maximum size defined by the protocol.
-
-
- When a session semaphore for this instance has not yet been obtained by this or any other thread,
- the thread will block until such a semaphore is available and send a
- to the remote host.
-
-
- Note that the session semaphore is released in any of the following cases:
-
- -
- A is received for the channel being opened.
-
- -
- The remote host does not respond to the within the configured .
-
- -
- The remote host closes the channel.
-
- -
- The is disposed.
-
- -
- A socket error occurs sending a message to the remote host.
-
-
-
-
- If the session semaphore was already obtained for this instance (and not released), then this method
- immediately returns control to the caller. This should only happen when another thread has obtain the
- session semaphore and already sent the , but the remote host did not
- confirmed or rejected attempt to open the channel.
-
-
-
-
-
- Releases unmanaged and - optionally - managed resources
-
- true to release both managed and unmanaged resources; false to release only unmanaged resources.
-
-
-
- Releases the session semaphore.
-
-
- When the session semaphore has already been released, or was never obtained by
- this instance, then this method does nothing.
-
-
-
-
- Lists channel types as defined by the protocol.
-
-
-
-
- session
-
-
-
-
- x11
-
-
-
-
- forwarded-tcpip
-
-
-
-
- direct-tcpip
-
-
-
-
- Initializes a new instance.
-
- The session.
- The local channel number.
- Size of the window.
- Size of the packet.
-
-
-
- Occurs when is received.
-
-
-
-
- Occurs when is received.
-
-
-
-
- Called when channel is opened by the server.
-
- The remote channel number.
- Initial size of the window.
- Maximum size of the packet.
-
-
-
- Send message to open a channel.
-
- Message to send
- The client is not connected.
- The operation timed out.
- The size of the packet exceeds the maximum size defined by the protocol.
-
-
-
- Called when channel failed to open.
-
- The reason code.
- The description.
- The language.
-
-
-
- Unsubscribes the current from session events.
-
- The session.
-
- Does nothing when is null.
-
-
-
-
- Represents SSH channel.
-
-
-
-
- Occurs when is received.
-
-
-
-
- Occurs when an exception is thrown when processing channel messages.
-
-
-
-
- Occurs when is received.
-
-
-
-
- Occurs when is received.
-
-
-
-
- Occurs when is received.
-
-
-
-
- Gets the local channel number.
-
-
- The local channel number.
-
-
-
-
- Gets the maximum size of a data packet that we can receive using the channel.
-
-
- The maximum size of a packet.
-
-
-
- This is the maximum size (in bytes) we support for the data (payload) of a
- SSH_MSG_CHANNEL_DATA message we receive.
-
-
- We currently do not enforce this limit.
-
-
-
-
-
- Gets the maximum size of a data packet that can be sent using the channel.
-
-
- The maximum size of data that can be sent using a
- on the current channel.
-
- The channel has not been opened, or the open has not yet been confirmed.
-
-
-
- Gets a value indicating whether this channel is open.
-
-
- true if this channel is open; otherwise, false.
-
-
-
-
- Sends a SSH_MSG_CHANNEL_DATA message with the specified payload.
-
- The payload to send.
-
-
-
- Sends a SSH_MSG_CHANNEL_DATA message with the specified payload.
-
- An array of containing the payload to send.
- The zero-based offset in at which to begin taking data from.
- The number of bytes of to send.
-
-
- When the size of the data to send exceeds the maximum packet size or the remote window
- size does not allow the full data to be sent, then this method will send the data in
- multiple chunks and will wait for the remote window size to be adjusted when it's zero.
-
-
- This is done to support SSH servers will a small window size that do not agressively
- increase their window size. We need to take into account that there may be SSH servers
- that only increase their window size when it has reached zero.
-
-
-
-
-
- Sends a SSH_MSG_CHANNEL_EOF message to the remote server.
-
- The channel is closed.
-
-
-
- A "direct-tcpip" SSH channel.
-
-
-
-
- Occurs when an exception is thrown while processing channel messages.
-
-
-
-
- Gets a value indicating whether this channel is open.
-
-
- true if this channel is open; otherwise, false.
-
-
-
-
- Gets the local channel number.
-
-
- The local channel number.
-
-
-
-
- Opens a channel for a locally forwarded TCP/IP port.
-
- The name of the remote host to forward to.
- The port of the remote hosts to forward to.
- The forwarded port for which the channel is opened.
- The socket to receive requests from, and send responses from the remote host to.
-
-
-
- Binds the channel to the remote host.
-
-
-
-
- A "forwarded-tcpip" SSH channel.
-
-
-
-
- Occurs when an exception is thrown while processing channel messages.
-
-
-
-
- Binds the channel to the specified endpoint.
-
- The endpoint to connect to.
- The forwarded port for which the channel is opened.
-
-
-
- Session SSH channel.
-
-
-
-
- Opens the channel.
-
-
-
-
- Sends the pseudo terminal request.
-
- The environment variable.
- The columns.
- The rows.
- The width.
- The height.
- The terminal mode values.
-
- true if request was successful; otherwise false.
-
-
-
-
- Sends the X11 forwarding request.
-
- if set to true the it is single connection.
- The protocol.
- The cookie.
- The screen number.
-
- true if request was successful; otherwise false.
-
-
-
-
- Sends the environment variable request.
-
- Name of the variable.
- The variable value.
-
- true if request was successful; otherwise false.
-
-
-
-
- Sends the shell request.
-
-
- true if request was successful; otherwise false.
-
-
-
-
- Sends the exec request.
-
- The command.
-
- true if request was successful; otherwise false.
-
-
-
-
- Sends the exec request.
-
- Length of the break.
-
- true if request was successful; otherwise false.
-
-
-
-
- Sends the subsystem request.
-
- The subsystem.
-
- true if request was successful; otherwise false.
-
-
-
-
- Sends the window change request.
-
- The columns.
- The rows.
- The width.
- The height.
-
- true if request was successful; otherwise false.
-
-
-
-
- Sends the local flow request.
-
- if set to true [client can do].
-
- true if request was successful; otherwise false.
-
-
-
-
- Sends the signal request.
-
- Name of the signal.
-
- true if request was successful; otherwise false.
-
-
-
-
- Sends the exit status request.
-
- The exit status.
-
- true if request was successful; otherwise false.
-
-
-
-
- Sends the exit signal request.
-
- Name of the signal.
- if set to true [core dumped].
- The error message.
- The language.
-
- true if request was successful; otherwise false.
-
-
-
-
- Sends eow@openssh.com request.
-
-
- true if request was successful; otherwise false.
-
-
-
-
- Sends keepalive@openssh.com request.
-
-
- true if request was successful; otherwise false.
-
-
-
-
- Initializes a new instance.
-
- The session.
- The local channel number.
- Size of the window.
- Size of the packet.
- The remote channel number.
- The window size of the remote party.
- The maximum size of a data packet that we can send to the remote party.
-
-
-
- Holds information about key size and cipher to use
-
-
-
-
- Gets the size of the key.
-
-
- The size of the key.
-
-
-
-
- Gets the cipher.
-
-
-
-
- Initializes a new instance of the class.
-
- Size of the key.
- The cipher.
-
-
-
- Initializes a new instance.
-
- The number of times an authentication attempt with any given can result in before it is disregarded.
- is less than one.
-
-
-
- Gets the number of times an authentication attempt with any given can
- result in before it is disregarded.
-
-
- The number of times an authentication attempt with any given can result
- in before it is disregarded.
-
-
-
-
- Attempts to authentication for a given using the
- of the specified .
-
- A to use for authenticating.
- The for which to perform authentication.
-
-
-
- Records if a given has been tried, and how many times this resulted
- in .
-
-
- When there's no entry for a given , then it was never tried.
-
-
-
-
- Holds the list of authentications methods that failed.
-
-
-
-
- Records a authentication attempt for the specified
- .
-
- An for which to record the result of an authentication attempt.
-
-
-
- Records a authentication attempt for the specified
- .
-
- An for which to record the result of an authentication attempt.
-
-
-
- Returns the number of times an authentication attempt with the specified
- has resulted in .
-
- An .
-
- The number of times an authentication attempt with the specified
- has resulted in .
-
-
-
-
- Returns a list of supported authentication methods that match one of the specified allowed authentication
- methods.
-
- A list of allowed authentication methods.
-
- A list of supported authentication methods that match one of the specified allowed authentication methods.
-
-
- The authentication methods are returned in the order in which they were specified in the list that was
- used to initialize the current instance.
-
-
-
-
- Returns the authentication methods from the specified list that have not yet failed.
-
- A list of authentication methods.
-
- The authentication methods from that have not yet failed.
-
-
-
- This method first returns the authentication methods that have not yet been executed, and only then
- returns those for which an authentication attempt resulted in a .
-
-
- Any that has failed is skipped.
-
-
-
-
-
- Provides additional information for asynchronous command execution
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Gets or sets the bytes received. If SFTP only file bytes are counted.
-
- Total bytes received.
-
-
-
- Gets or sets the bytes sent by SFTP.
-
- Total bytes sent.
-
-
-
- Gets a user-defined object that qualifies or contains information about an asynchronous operation.
-
- A user-defined object that qualifies or contains information about an asynchronous operation.
-
-
-
- Gets a that is used to wait for an asynchronous operation to complete.
-
- A that is used to wait for an asynchronous operation to complete.
-
-
-
- Gets a value that indicates whether the asynchronous operation completed synchronously.
-
- true if the asynchronous operation completed synchronously; otherwise, false.
-
-
-
- Gets a value that indicates whether the asynchronous operation has completed.
-
- true if the operation is complete; otherwise, false.
-
-
-
- Gets a value indicating whether was already called for this
- .
-
-
- true if was already called for this ;
- otherwise, false.
-
-
-
-
- Base class to encapsulates the results of an asynchronous operation.
-
-
-
-
- Gets or sets a value indicating whether has been called on the current
- .
-
-
- true if has been called on the current ;
- otherwise, false.
-
-
-
-
- Initializes a new instance of the class.
-
- The async callback.
- The state.
-
-
-
- Marks asynchronous operation as completed.
-
- The exception.
- if set to true [completed synchronously].
-
-
-
- Waits until the asynchronous operation completes, and then returns.
-
-
-
-
- Gets a user-defined object that qualifies or contains information about an asynchronous operation.
-
- A user-defined object that qualifies or contains information about an asynchronous operation.
-
-
-
- Gets a value that indicates whether the asynchronous operation completed synchronously.
-
- true if the asynchronous operation completed synchronously; otherwise, false.
-
-
-
- Gets a that is used to wait for an asynchronous operation to complete.
-
- A that is used to wait for an asynchronous operation to complete.
-
-
-
- Gets a value that indicates whether the asynchronous operation has completed.
-
-
- true if the operation is complete; otherwise, false.
-
-
-
- Base class to encapsulates the results of an asynchronous operation that returns result.
-
- The type of the result.
-
-
-
- Initializes a new instance of the class.
-
- The async callback.
- The state.
-
-
-
- Marks asynchronous operation as completed.
-
- The result.
- if set to true [completed synchronously].
-
-
-
- Waits until the asynchronous operation completes, and then returns the value generated by the asynchronous operation.
-
-
- The invocation result.
-
-
-
-
- Provides data for event.
-
-
-
-
- Gets banner message.
-
-
-
-
- Gets banner language.
-
-
-
-
- Initializes a new instance of the class.
-
- The username.
- Banner message.
- Banner language.
-
-
-
- Base class for authentication events.
-
-
-
-
- Gets the username.
-
-
-
-
- Initializes a new instance of the class.
-
- The username.
-
-
-
- Provides data for event.
-
-
-
-
- Gets or sets the new password.
-
-
- The new password.
-
-
-
-
- Initializes a new instance of the class.
-
- The username.
-
-
-
- Provides prompt information when is raised
-
-
-
-
- Gets the prompt sequence id.
-
-
-
-
- Gets or sets a value indicating whether the user input should be echoed as characters are typed.
-
-
- true if the user input should be echoed as characters are typed; otherwise, false.
-
-
-
-
- Gets server information request.
-
-
-
-
- Gets or sets server information response.
-
-
- The response.
-
-
-
-
- Initializes a new instance of the class.
-
- The sequence id.
- if set to true the user input should be echoed.
- The request.
-
-
-
- Provides data for event.
-
-
-
-
- Gets prompt language.
-
-
-
-
- Gets prompt instruction.
-
-
-
-
- Gets server information request prompts.
-
-
-
-
- Initializes a new instance of the class.
-
- The username.
- The instruction.
- The language.
- The information request prompts.
-
-
-
- Represents an arbitrarily large signed integer.
-
-
-
-
- Gets number of bits used by the number.
-
-
- The number of the bit used.
-
-
-
-
- Mods the inverse.
-
- The bi.
- The modulus.
-
- Modulus inverted number.
-
-
-
-
- Returns positive remainder that results from division with two specified values.
-
- The value to be divided.
- The value to divide by.
-
- Positive remainder that results from the division.
-
-
-
-
- Generates a new, random of the specified length.
-
- The number of bits for the new number.
- A random number of the specified length.
-
-
-
- Initializes a new instance of the structure using a 32-bit signed integer value.
-
- A 32-bit signed integer.
-
-
-
- Initializes a new instance of the structure using an unsigned 32-bit integer value.
-
- An unsigned 32-bit integer value.
-
-
-
- Initializes a new instance of the structure using a 64-bit signed integer value.
-
- A 64-bit signed integer.
-
-
-
- Initializes a new instance of the structure with an unsigned 64-bit integer value.
-
- An unsigned 64-bit integer.
-
-
-
- Initializes a new instance of the structure using a double-precision floating-point value.
-
- A double-precision floating-point value.
-
-
-
- Initializes a new instance of the structure using a single-precision floating-point value.
-
- A single-precision floating-point value.
-
-
-
- Initializes a new instance of the structure using a value.
-
- A decimal number.
-
-
-
- Initializes a new instance of the structure using the values in a byte array.
-
- An array of values in little-endian order.
- is null.
-
-
-
- Indicates whether the value of the current object is an even number.
-
-
- true if the value of the BigInteger object is an even number; otherwise, false.
-
-
-
-
- Indicates whether the value of the current object is .
-
-
- true if the value of the object is ;
- otherwise, false.
-
-
-
-
- Indicates whether the value of the current object is a power of two.
-
-
- true if the value of the object is a power of two;
- otherwise, false.
-
-
-
-
- Indicates whether the value of the current object is .
-
-
- true if the value of the object is ;
- otherwise, false.
-
-
-
-
- Gets a number that indicates the sign (negative, positive, or zero) of the current object.
-
-
- A number that indicates the sign of the object.
-
-
-
-
- Gets a value that represents the number negative one (-1).
-
-
- An integer whose value is negative one (-1).
-
-
-
-
- Gets a value that represents the number one (1).
-
-
- An object whose value is one (1).
-
-
-
-
- Gets a value that represents the number 0 (zero).
-
-
- An integer whose value is 0 (zero).
-
-
-
-
- Defines an explicit conversion of a object to a 32-bit signed integer value.
-
- The value to convert to a 32-bit signed integer.
-
- An object that contains the value of the parameter.
-
-
-
-
- Defines an explicit conversion of a object to an unsigned 32-bit integer value.
-
- The value to convert to an unsigned 32-bit integer.
-
- An object that contains the value of the parameter.
-
-
-
-
- Defines an explicit conversion of a object to a 16-bit signed integer value.
-
- The value to convert to a 16-bit signed integer.
-
- An object that contains the value of the parameter.
-
-
-
-
-
-
-
-
- An object that contains the value of the parameter.
-
-
-
-
- Defines an explicit conversion of a object to an unsigned byte value.
-
- The value to convert to a .
-
- An object that contains the value of the parameter.
-
-
-
-
- Defines an explicit conversion of a object to a signed 8-bit value.
-
- The value to convert to a signed 8-bit value.
-
- An object that contains the value of the parameter.
-
-
-
-
- Defines an explicit conversion of a object to a 64-bit signed integer value.
-
- The value to convert to a 64-bit signed integer.
-
- An object that contains the value of the parameter.
-
-
-
-
- Defines an explicit conversion of a object to an unsigned 64-bit integer value.
-
- The value to convert to an unsigned 64-bit integer.
-
- An object that contains the value of the parameter.
-
-
-
-
- Defines an explicit conversion of a object to a value.
-
- The value to convert to a .
-
- An object that contains the value of the parameter.
-
-
-
-
- Defines an explicit conversion of a object to a single-precision floating-point value.
-
- The value to convert to a single-precision floating-point value.
-
- An object that contains the value of the parameter.
-
-
-
-
- Defines an explicit conversion of a object to a value.
-
- The value to convert to a .
-
- An object that contains the value of the parameter.
-
-
-
-
- Defines an implicit conversion of a signed 32-bit integer to a value.
-
- The value to convert to a .
-
- An object that contains the value of the parameter.
-
-
-
-
- Defines an implicit conversion of a 32-bit unsigned integer to a value.
-
- The value to convert to a .
-
- An object that contains the value of the parameter.
-
-
-
-
- Defines an implicit conversion of a signed 16-bit integer to a BigInteger value.
-
- The value to convert to a .
-
- An object that contains the value of the parameter.
-
-
-
-
- Defines an implicit conversion of a 16-bit unsigned integer to a value.
-
- The value to convert to a .
-
- An object that contains the value of the parameter.
-
-
-
-
- Defines an implicit conversion of an unsigned byte to a value.
-
- The value to convert to a .
-
- An object that contains the value of the parameter.
-
-
-
-
-
-
- The value to convert to a .
-
- An object that contains the value of the parameter.
-
-
-
-
- Defines an implicit conversion of a signed 64-bit integer to a value.
-
- The value to convert to a .
-
- An object that contains the value of the parameter.
-
-
-
-
- Defines an implicit conversion of a 64-bit unsigned integer to a value.
-
- The value to convert to a .
-
- An object that contains the value of the parameter.
-
-
-
-
- Defines an explicit conversion of a value to a value.
-
- The value to convert to a .
-
- An object that contains the value of the parameter.
-
-
-
-
- Defines an explicit conversion of a object to a value.
-
- The value to convert to a .
-
- An object that contains the value of the parameter.
-
-
-
-
- Defines an explicit conversion of a object to a value.
-
- The value to convert to a .
-
- An object that contains the value of the parameter.
-
-
-
-
- Adds the values of two specified objects.
-
- The first value to add.
- The second value to add.
-
- The sum of and .
-
-
-
-
- Subtracts a value from another value.
-
- The value to subtract from (the minuend).
- The value to subtract (the subtrahend).
-
- The result of subtracting from .
-
-
-
-
- Multiplies two specified values.
-
- The first value to multiply.
- The second value to multiply.
-
- The product of left and right.
-
-
-
-
- Divides a specified value by another specified value by using
- integer division.
-
- The value to be divided.
- The value to divide by.
-
- The integral result of the division.
-
-
-
-
- Returns the remainder that results from division with two specified values.
-
- The value to be divided.
- The value to divide by.
-
- The remainder that results from the division.
-
-
-
-
- Negates a specified value.
-
- The value to negate.
-
- The result of the parameter multiplied by negative one (-1).
-
-
-
-
- Returns the value of the operand.
-
- An integer value.
-
- The value of the operand.
-
-
- The sign of the operand is unchanged.
-
-
-
-
- Increments a value by 1.
-
- The value to increment.
-
- The value of the parameter incremented by 1.
-
-
-
-
- Decrements a value by 1.
-
- The value to decrement.
-
- The value of the parameter decremented by 1.
-
-
-
-
- Performs a bitwise And operation on two values.
-
- The first value.
- The second value.
-
- The result of the bitwise And operation.
-
-
-
-
- Performs a bitwise Or operation on two values.
-
- The first value.
- The second value.
-
- The result of the bitwise Or operation.
-
-
-
-
- Performs a bitwise exclusive Or (XOr) operation on two values.
-
- The first value.
- The second value.
-
- The result of the bitwise Or operation.
-
-
-
-
- Returns the bitwise one's complement of a value.
-
- An integer value.
-
- The bitwise one's complement of .
-
-
-
-
- Shifts a value a specified number of bits to the left.
-
- The value whose bits are to be shifted.
- The number of bits to shift value to the left.
-
- A value that has been shifted to the left by the specified number of bits.
-
-
-
-
- Shifts a value a specified number of bits to the right.
-
- The value whose bits are to be shifted.
- The number of bits to shift value to the right.
-
- A value that has been shifted to the right by the specified number of bits.
-
-
-
-
- Returns a value that indicates whether a value is less than another
- value.
-
- The first value to compare.
- The second value to compare.
-
- true if is less than ; otherwise, false.
-
-
-
-
- Returns a value that indicates whether a value is less than a 64-bit signed integer.
-
- The first value to compare.
- The second value to compare.
-
- true if left is than ; otherwise, false.
-
-
-
-
- Returns a value that indicates whether a 64-bit signed integer is less than a value.
-
- The first value to compare.
- The second value to compare.
-
- true if is less than ;
- otherwise, false.
-
-
-
-
- Returns a value that indicates whether a 64-bit signed integer is less than a value.
-
- The first value to compare.
- The second value to compare.
-
- true if is less than ; otherwise, false.
-
-
-
-
- Returns a value that indicates whether a 64-bit unsigned integer is less than a value.
-
- The first value to compare.
- The second value to compare.
-
- true if is less than ; otherwise, false.
-
-
-
-
- Returns a value that indicates whether a value is less than or equal
- to another value.
-
- The first value to compare.
- The second value to compare.
-
- true if is less than or equal to ;
- otherwise, false.
-
-
-
-
- Returns a value that indicates whether a value is less than or equal
- to a 64-bit signed integer.
-
- The first value to compare.
- The second value to compare.
-
- true if is less than or equal to ;
- otherwise, false.
-
-
-
-
- Returns a value that indicates whether a 64-bit signed integer is less than or equal to a value.
-
- The first value to compare.
- The second value to compare.
-
- true if is less than or equal to ;
- otherwise, false.
-
-
-
-
- Returns a value that indicates whether a value is less than or equal to
- a 64-bit unsigned integer.
-
- The first value to compare.
- The second value to compare.
-
- true if is less than or equal to ;
- otherwise, false.
-
-
-
-
- Returns a value that indicates whether a 64-bit unsigned integer is less than or equal to a
- value.
-
- The first value to compare.
- The second value to compare.
-
- true if is less than or equal to ;
- otherwise, false.
-
-
-
-
- Returns a value that indicates whether a value is greater than another
- value.
-
- The first value to compare.
- The second value to compare.
-
- true if is greater than ;
- otherwise, false.
-
-
-
-
- Returns a value that indicates whether a is greater than a 64-bit signed integer value.
-
- The first value to compare.
- The second value to compare.
-
- true if is greater than ;
- otherwise, false.
-
-
-
-
- Returns a value that indicates whether a 64-bit signed integer is greater than a value.
-
- The first value to compare.
- The second value to compare.
-
- true if is greater than ;
- otherwise, false.
-
-
-
-
- Returns a value that indicates whether a value is greater than a 64-bit unsigned integer.
-
- The first value to compare.
- The second value to compare.
-
- true if is greater than ;
- otherwise, false.
-
-
-
-
- Returns a value that indicates whether a 64-bit unsigned integer is greater than a value.
-
- The first value to compare.
- The second value to compare.
-
- true if is greater than ;
- otherwise, false.
-
-
-
-
- Returns a value that indicates whether a value is greater than or equal
- to another value.
-
- The first value to compare.
- The second value to compare.
-
- true if is greater than ;
- otherwise, false.
-
-
-
-
- Returns a value that indicates whether a value is greater than or equal
- to a 64-bit signed integer value.
-
- The first value to compare.
- The second value to compare.
-
- true if is greater than ;
- otherwise, false.
-
-
-
-
- Returns a value that indicates whether a 64-bit signed integer is greater than or equal to a
- value.
-
- The first value to compare.
- The second value to compare.
-
- true if is greater than ;
- otherwise, false.
-
-
-
-
- Returns a value that indicates whether a value is greater than or equal to a
- 64-bit unsigned integer value.
-
- The first value to compare.
- The second value to compare.
-
- true if is greater than ;
- otherwise, false.
-
-
-
-
- Returns a value that indicates whether a 64-bit unsigned integer is greater than or equal to a
- value.
-
- The first value to compare.
- The second value to compare.
-
- true if is greater than ;
- otherwise, false.
-
-
-
-
- Returns a value that indicates whether the values of two objects are equal.
-
- The first value to compare.
- The second value to compare.
-
- true if the and parameters have the same value;
- otherwise, false.
-
-
-
-
- Returns a value that indicates whether a value and a signed long integer value are equal.
-
- The first value to compare.
- The second value to compare.
-
- true if the and parameters have the same value;
- otherwise, false.
-
-
-
-
- Returns a value that indicates whether a signed long integer value and a value are equal.
-
- The first value to compare.
- The second value to compare.
-
- true if the and parameters have the same value;
- otherwise, false.
-
-
-
-
- Returns a value that indicates whether a value and an unsigned long integer value are equal.
-
- The first value to compare.
- The second value to compare.
-
- true if the and parameters have the same value;
- otherwise, false.
-
-
-
-
- Returns a value that indicates whether an unsigned long integer value and a value are equal.
-
- The first value to compare.
- The second value to compare.
-
- true if the and parameters have the same value;
- otherwise, false.
-
-
-
-
- Returns a value that indicates whether two objects have different values.
-
- The first value to compare.
- The second value to compare.
-
- true if and are not equal;
- otherwise, false.
-
-
-
-
- Returns a value that indicates whether a value and a 64-bit signed integer are not equal.
-
- The first value to compare.
- The second value to compare.
-
- true if and are not equal;
- otherwise, false.
-
-
-
-
- Returns a value that indicates whether a 64-bit signed integer and a value are not equal.
-
- The first value to compare.
- The second value to compare.
-
- true if and are not equal;
- otherwise, false.
-
-
-
-
- Returns a value that indicates whether a value and a 64-bit unsigned integer are not equal.
-
- The first value to compare.
- The second value to compare.
-
- true if and are not equal;
- otherwise, false.
-
-
-
-
- Returns a value that indicates whether a 64-bit unsigned integer and a value are not equal.
-
- The first value to compare.
- The second value to compare.
-
- true if and are not equal;
- otherwise, false.
-
-
-
-
- Returns a value that indicates whether the current instance and a specified object have the same value.
-
- The object to compare.
-
- true if the parameter is a object or a type capable
- of implicit conversion to a value, and its value is equal to the value of the
- current object; otherwise, false.
-
-
-
-
- Returns a value that indicates whether the current instance and a specified object
- have the same value.
-
- The object to compare.
-
- true if this object and have the same value;
- otherwise, false.
-
-
-
-
- Returns a value that indicates whether the current instance and a signed 64-bit integer have the same value.
-
- The signed 64-bit integer value to compare.
-
- true if the signed 64-bit integer and the current instance have the same value; otherwise, false.
-
-
-
-
- Converts the numeric value of the current object to its equivalent string representation.
-
-
- The string representation of the current value.
-
-
-
-
- Converts the numeric value of the current object to its equivalent string representation
- by using the specified format.
-
- A standard or custom numeric format string.
-
- The string representation of the current value in the format specified by the
- parameter.
-
- is not a valid format string.
-
-
-
- Converts the numeric value of the current object to its equivalent string representation
- by using the specified culture-specific formatting information.
-
- An object that supplies culture-specific formatting information.
-
- The string representation of the current value in the format specified by the
- parameter.
-
-
-
-
- Converts the numeric value of the current object to its equivalent string representation
- by using the specified format and culture-specific format information.
-
- A standard or custom numeric format string.
- An object that supplies culture-specific formatting information.
-
- The string representation of the current value as specified by the
- and parameters.
-
-
-
-
- Converts the string representation of a number to its equivalent.
-
- A string that contains the number to convert.
-
- A value that is equivalent to the number specified in the parameter.
-
- is null.
- is not in the correct format.
-
-
-
- Converts the string representation of a number in a specified style to its equivalent.
-
- A string that contains a number to convert.
- A bitwise combination of the enumeration values that specify the permitted format of .
-
- A value that is equivalent to the number specified in the parameter.
-
-
- is not a value.
- -or-
- includes the or flag along with another value.
-
- is null.
- does not comply with the input pattern specified by .
-
-
-
- Converts the string representation of a number in a specified style to its equivalent.
-
- A string that contains a number to convert.
- An object that provides culture-specific formatting information about .
-
- A value that is equivalent to the number specified in the parameter.
-
- is null.
- is not in the correct format.
-
-
-
- Converts the string representation of a number in a specified style and culture-specific format to its equivalent.
-
- A string that contains a number to convert.
- A bitwise combination of the enumeration values that specify the permitted format of .
- An object that provides culture-specific formatting information about .
-
- A value that is equivalent to the number specified in the parameter.
-
-
- is not a value.
- -or-
- includes the or flag along with another value.
-
- is null.
- does not comply with the input pattern specified by .
-
-
-
- Tries to convert the string representation of a number to its equivalent, and
- returns a value that indicates whether the conversion succeeded.
-
- The string representation of a number.
- When this method returns, contains the equivalent to the number that is contained in value, or zero (0) if the conversion fails. The conversion fails if the parameter is null or is not of the correct format. This parameter is passed uninitialized.
-
- true if was converted successfully; otherwise, false.
-
- is null.
-
-
-
- Tries to convert the string representation of a number in a specified style and culture-specific format to its
- equivalent, and returns a value that indicates whether the conversion succeeded.
-
- The string representation of a number.
- A bitwise combination of enumeration values that indicates the style elements that can be present in .
- An object that supplies culture-specific formatting information about .
- When this method returns, contains the equivalent to the number that is contained in value, or if the conversion fails. The conversion fails if the parameter is null or is not of the correct format. This parameter is passed uninitialized.
-
- true if was converted successfully; otherwise, false.
-
-
- is not a value.
- -or-
- includes the or flag along with another value.
-
-
-
-
- Returns the smaller of two values.
-
- The first value to compare.
- The second value to compare.
-
- The or parameter, whichever is smaller.
-
-
-
-
- Returns the larger of two values.
-
- The first value to compare.
- The second value to compare.
-
- The or parameter, whichever is larger.
-
-
-
-
- Gets the absolute value of a object.
-
- A number.
-
- The absolute value of .
-
-
-
-
- Divides one value by another, returns the result, and returns the remainder in
- an output parameter.
-
- The value to be divided.
- The value to divide by.
- When this method returns, contains a value that represents the remainder from the division. This parameter is passed uninitialized.
-
- The quotient of the division.
-
-
-
-
- Raises a value to the power of a specified value.
-
- The number to raise to the power.
- The exponent to raise by.
-
- The result of raising to the power.
-
-
-
-
- Performs modulus division on a number raised to the power of another number.
-
- The number to raise to the power.
- The exponent to raise by.
- The number by which to divide raised to the power.
-
- The remainder after dividing raised by by
- .
-
- is negative.
-
-
-
- Finds the greatest common divisor of two values.
-
- The first value.
- The second value.
-
- The greatest common divisor of and .
-
-
-
-
- Returns the logarithm of a specified number in a specified base.
-
- A number whose logarithm is to be found.
- The base of the logarithm.
-
- The base logarithm of value,
-
- The log of is out of range of the data type.
-
-
-
- Returns the natural (base e) logarithm of a specified number.
-
- The number whose logarithm is to be found.
-
- The natural (base e) logarithm of .
-
- The base 10 log of value is out of range of the data type.
-
-
-
- Returns the base 10 logarithm of a specified number.
-
- A number whose logarithm is to be found.
-
- The base 10 logarithm of .
-
- The base 10 log of value is out of range of the data type.
-
-
-
- Returns a value that indicates whether the current instance and an unsigned 64-bit integer have the same value.
-
- The unsigned 64-bit integer to compare.
-
- true if the current instance and the unsigned 64-bit integer have the same value; otherwise, false.
-
-
-
-
- Returns the hash code for the current object.
-
-
- A 32-bit signed integer hash code.
-
-
-
-
- Adds two values and returns the result.
-
- The first value to add.
- The second value to add.
-
- The sum of and .
-
-
-
-
- Subtracts one value from another and returns the result.
-
- The value to subtract from (the minuend).
- The value to subtract (the subtrahend).
-
- The result of subtracting from .
-
-
-
-
- Returns the product of two values.
-
- The first number to multiply.
- The second number to multiply.
-
- The product of the and parameters.
-
-
-
-
- Divides one value by another and returns the result.
-
- The value to be divided.
- The value to divide by.
-
- The quotient of the division.
-
-
-
-
- Performs integer division on two values and returns the remainder.
-
- The value to be divided.
- The value to divide by.
-
- The remainder after dividing by .
-
-
-
-
- Negates a specified value.
-
- The value to negate.
-
- The result of the parameter multiplied by negative one (-1).
-
-
-
-
- Compares this instance to a specified object and returns an integer that indicates whether the value of
- this instance is less than, equal to, or greater than the value of the specified object.
-
- The object to compare.
-
- A signed integer that indicates the relationship of the current instance to the parameter,
- as shown in the following table.
-
-
- Value
- Condition
-
- -
- Less than zero
- The current instance is less than .
-
- -
- Zero
- The current instance equals .
-
- -
- Greater than zero
- The current instance is greater than .
-
-
-
- is not a .
-
-
-
- Compares this instance to a second and returns an integer that indicates whether the
- value of this instance is less than, equal to, or greater than the value of the specified object.
-
- The object to compare.
-
- A signed integer value that indicates the relationship of this instance to , as
- shown in the following table.
-
-
- Value
- Condition
-
- -
- Less than zero
- The current instance is less than .
-
- -
- Zero
- The current instance equals .
-
- -
- Greater than zero
- The current instance is greater than .
-
-
-
-
-
-
- Compares this instance to an unsigned 64-bit integer and returns an integer that indicates whether the value of this
- instance is less than, equal to, or greater than the value of the unsigned 64-bit integer.
-
- The unsigned 64-bit integer to compare.
-
- A signed integer that indicates the relative value of this instance and , as shown
- in the following table.
-
-
- Value
- Condition
-
- -
- Less than zero
- The current instance is less than .
-
- -
- Zero
- The current instance equals .
-
- -
- Greater than zero
- The current instance is greater than .
-
-
-
-
-
-
- Compares this instance to a signed 64-bit integer and returns an integer that indicates whether the value of this
- instance is less than, equal to, or greater than the value of the signed 64-bit integer.
-
- The signed 64-bit integer to compare.
-
- A signed integer that indicates the relative value of this instance and , as shown
- in the following table.
-
-
- Value
- Condition
-
- -
- Less than zero
- The current instance is less than .
-
- -
- Zero
- The current instance equals .
-
- -
- Greater than zero
- The current instance is greater than .
-
-
-
-
-
-
- Compares two values and returns an integer that indicates whether the first value is less than, equal to, or greater than the second value.
-
- The first value to compare.
- The second value to compare.
-
- A signed integer that indicates the relative values of left and right, as shown in the following table.
-
-
- Value
- Condition
-
- -
- Less than zero
- is less than .
-
- -
- Zero
- equals .
-
- -
- Greater than zero
- is greater than .
-
-
-
-
-
-
- Converts a value to a byte array.
-
-
- The value of the current object converted to an array of bytes.
-
-
-
-
- Provides data for event.
-
-
-
-
- Gets channel data.
-
-
-
-
- Initializes a new instance of the class.
-
- Channel number.
- Channel data.
-
-
-
- Base class for all channel related events.
-
-
-
-
- Gets the channel number.
-
-
-
-
- Initializes a new instance of the class.
-
- The channel number.
-
-
-
- Provides data for events.
-
-
-
-
- Initializes a new instance of the class.
-
- Channel number.
- Channel data.
- Channel data type code.
-
-
-
- Gets the data type code.
-
-
-
-
- Provides data for event.
-
-
-
-
- Initializes a new instance of the class.
-
- The remote channel number.
- The initial window size.
- The maximum packet size.
-
-
-
- Gets the initial size of the window.
-
-
- The initial size of the window.
-
-
-
-
- Gets the maximum size of the packet.
-
-
- The maximum size of the packet.
-
-
-
-
- Provides data for event.
-
-
-
-
- Gets failure reason code.
-
-
-
-
- Gets failure description.
-
-
-
-
- Gets failure language.
-
-
-
-
- Initializes a new instance of the class.
-
- Channel number.
- Failure reason code.
- Failure description.
- Failure language.
-
-
-
- Provides data for event.
-
-
-
-
- Gets request information.
-
-
-
-
- Initializes a new instance of the class.
-
- Request information.
-
-
-
- Base class for DER encoded data.
-
-
-
-
- Gets a value indicating whether end of data is reached.
-
-
- true if end of data is reached; otherwise, false.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- DER encoded data.
- its a construct
-
-
-
- Encodes written data as DER byte array.
-
- DER Encoded array.
-
-
-
- Reads next mpint data type from internal buffer.
-
- mpint read.
-
-
-
- Reads next int data type from internal buffer.
-
- int read.
-
-
-
- Reads next octetstring data type from internal buffer.
-
- data read.
-
-
-
- Reads next bitstring data type from internal buffer.
-
- data read.
-
-
-
- Reads next object data type from internal buffer.
-
- data read.
-
-
-
- Writes BOOLEAN data into internal buffer.
-
- UInt32 data to write.
-
-
-
- Writes UInt32 data into internal buffer.
-
- UInt32 data to write.
-
-
-
- Writes INTEGER data into internal buffer.
-
- BigInteger data to write.
-
-
-
- Writes OCTETSTRING data into internal buffer.
-
- The data.
-
-
-
- Writes BITSTRING data into internal buffer.
-
- The data.
-
-
-
- Writes OBJECTIDENTIFIER data into internal buffer.
-
- The identifier.
-
-
-
- Writes OBJECTIDENTIFIER data into internal buffer.
-
- The bytes.
-
-
-
- Writes NULL data into internal buffer.
-
-
-
-
- Writes DerData data into internal buffer.
-
- DerData data to write.
-
-
-
- Gets Data Length
-
- length
-
-
-
- Write Byte data into internal buffer.
-
-
-
-
- Reads Byte data into internal buffer.
-
- data read
-
-
-
- Reads lengths Bytes data into internal buffer.
-
- data read
- amount of data to read.
-
-
-
- Provides data for the ErrorOccured events.
-
-
-
-
- Gets the System.Exception that represents the error that occurred.
-
-
-
-
- Initializes a new instance of the class.
-
- An System.Exception that represents the error that occurred.
-
-
-
- Collection of different extension method
-
-
-
-
- Determines whether the specified value is null or white space.
-
- The value.
-
- true if is null or white space; otherwise, false.
-
-
-
-
- Initializes a new instance of the structure using the SSH BigNum2 Format
-
-
-
-
- Reverses the sequence of the elements in the entire one-dimensional .
-
- The one-dimensional to reverse.
-
- The with its elements reversed.
-
-
-
-
- Prints out
-
- The bytes.
-
-
-
- Creates an instance of the specified type using that type's default constructor.
-
- The type to create.
- Type of the instance to create.
- A reference to the newly created object.
-
-
-
- Returns a specified number of contiguous bytes from a given offset.
-
- The array to return a number of bytes from.
- The zero-based offset in at which to begin taking bytes.
- The number of bytes to take from .
-
- A array that contains the specified number of bytes at the specified offset
- of the input array.
-
- is null.
-
- When is zero and equals the length of ,
- then is returned.
-
-
-
-
- Returns a specified number of contiguous bytes from the start of the specified byte array.
-
- The array to return a number of bytes from.
- The number of bytes to take from .
-
- A array that contains the specified number of bytes at the start of the input array.
-
- is null.
-
- When equals the length of , then
- is returned.
-
-
-
-
- Trims the leading zero from a byte array.
-
- The value.
-
- without leading zeros.
-
-
-
-
- Pads with leading zeros if needed.
-
- The data.
- The length to pad to.
-
-
-
- Provides data for the HostKeyReceived event.
-
-
-
-
- Gets or sets a value indicating whether host key can be trusted.
-
-
- true if host key can be trusted; otherwise, false.
-
-
-
-
- Gets the host key.
-
-
-
-
- Gets the host key name.
-
-
-
-
- Gets the finger print.
-
-
-
-
- Gets the length of the key in bits.
-
-
- The length of the key in bits.
-
-
-
-
- Initializes a new instance of the class.
-
- The host.
-
-
-
- The exception that is thrown when there is something wrong with the server capabilities.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- The message.
-
-
-
- Initializes a new instance of the class.
-
- The message.
- The inner exception.
-
-
-
- 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).
-
-
-
- Describes object identifier for DER encoding
-
-
-
-
- Gets the object identifier.
-
-
-
-
- Initializes a new instance of the class.
-
- The identifiers.
-
-
-
- Provides convenience methods for conversion to and from both Big Endian and Little Endian.
-
-
-
-
- Converts little endian bytes into number.
-
- The buffer.
- Converted .
-
-
-
- Converts little endian bytes into number.
-
- The buffer.
- The buffer offset.
- Converted .
-
-
-
- Converts little endian bytes into number.
-
- The buffer.
- Converted .
-
-
-
- Converts little endian bytes into number.
-
- The buffer.
- Converted .
-
-
-
- Populates buffer with little endian number representation.
-
- The number to convert.
-
-
-
- Populates buffer with little endian number representation.
-
- The number to convert.
- The buffer.
-
-
-
- Populates buffer with little endian number representation.
-
- The number to convert.
-
-
-
- Populates buffer with little endian number representation.
-
- The number to convert.
- The buffer.
-
-
-
- Populates buffer with little endian number representation.
-
- The number to convert.
- The buffer.
- The buffer offset.
-
-
-
- Populates buffer with little endian number representation.
-
- The number to convert.
-
-
-
- Populates buffer with little endian number representation.
-
- The number to convert.
- The buffer.
-
-
-
- Returns the specified 64-bit unsigned integer value as an array of bytes.
-
- The number to convert.
- An array of bytes with length 8.
-
-
-
- Converts big endian bytes into number.
-
- The buffer.
- Converted .
-
-
-
- Converts big endian bytes into number.
-
- The buffer.
- The buffer offset.
- Converted .
-
-
-
- Converts big endian bytes into number.
-
- The buffer.
- Converted .
-
-
-
- Converts big endian bytes into number.
-
- The buffer.
- Converted .
-
-
-
- PipeStream is a thread-safe read/write data stream for use between two threads in a
- single-producer/single-consumer type problem.
-
- 2006/10/13 1.0
- Update on 2008/10/9 1.1 - uses Monitor instead of Manual Reset events for more elegant synchronicity.
-
- Copyright (c) 2006 James Kolpack (james dot kolpack at google mail)
-
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
- associated documentation files (the "Software"), to deal in the Software without restriction,
- including without limitation the rights to use, copy, modify, merge, publish, distribute,
- sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:
-
- The above copyright notice and this permission notice shall be included in all copies or
- substantial portions of the Software.
-
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
- INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
- PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT
- OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
- OTHER DEALINGS IN THE SOFTWARE.
-
-
-
-
- Queue of bytes provides the datastructure for transmitting from an
- input stream to an output stream.
-
- Possible more effecient ways to accomplish this.
-
-
-
- Indicates that the input stream has been flushed and that
- all remaining data should be written to the output stream.
-
-
-
-
- Maximum number of bytes to store in the buffer.
-
-
-
-
- Setting this to true will cause Read() to block if it appears
- that it will run out of data.
-
-
-
-
- Indicates whether the current is disposed.
-
-
-
-
- Gets or sets the maximum number of bytes to store in the buffer.
-
- The length of the max buffer.
-
-
-
- Gets or sets a value indicating whether to block last read method before the buffer is empty.
- When true, Read() will block until it can fill the passed in buffer and count.
- When false, Read() will not block, returning all the available buffer data.
-
-
- Setting to true will remove the possibility of ending a stream reader prematurely.
-
-
- true if block last read method before the buffer is empty; otherwise, false.
-
- Methods were called after the stream was closed.
-
-
-
- When overridden in a derived class, clears all buffers for this stream and causes any buffered data to be written to the underlying device.
-
- An I/O error occurs.
- Methods were called after the stream was closed.
-
- Once flushed, any subsequent read operations no longer block until requested bytes are available. Any write operation reactivates blocking
- reads.
-
-
-
-
- When overridden in a derived class, sets the position within the current stream.
-
-
- The new position within the current stream.
-
- A byte offset relative to the origin parameter.
- A value of type indicating the reference point used to obtain the new position.
- The stream does not support seeking, such as if the stream is constructed from a pipe or console output.
-
-
-
- When overridden in a derived class, sets the length of the current stream.
-
- The desired length of the current stream in bytes.
- The stream does not support both writing and seeking, such as if the stream is constructed from a pipe or console output.
-
-
-
- When overridden in a derived class, reads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes read.
-
-
- The total number of bytes read into the buffer. This can be less than the number of bytes requested if that many bytes are not currently available, or zero if the stream is closed or end of the stream has been reached.
-
- The zero-based byte offset in buffer at which to begin storing the data read from the current stream.
- The maximum number of bytes to be read from the current stream.
- An array of bytes. When this method returns, the buffer contains the specified byte array with the values between offset and (offset + count - 1) replaced by the bytes read from the current source.
- The sum of offset and count is larger than the buffer length.
- Methods were called after the stream was closed.
- The stream does not support reading.
- is null.
- An I/O error occurs.
- offset or count is negative.
-
-
-
- Returns true if there are
-
- The count.
- True if data available; otherwisefalse.
-
-
-
- When overridden in a derived class, writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written.
-
- The zero-based byte offset in buffer at which to begin copying bytes to the current stream.
- The number of bytes to be written to the current stream.
- An array of bytes. This method copies count bytes from buffer to the current stream.
- An I/O error occurs.
- The stream does not support writing.
- Methods were called after the stream was closed.
- is null.
- The sum of offset and count is greater than the buffer length.
- offset or count is negative.
-
-
-
- Releases the unmanaged resources used by the Stream and optionally releases the managed resources.
-
- true to release both managed and unmanaged resources; false to release only unmanaged resources.
-
- Disposing a will interrupt blocking read and write operations.
-
-
-
-
- When overridden in a derived class, gets a value indicating whether the current stream supports reading.
-
-
- true if the stream supports reading; otherwise, false.
-
-
-
-
- When overridden in a derived class, gets a value indicating whether the current stream supports seeking.
-
-
- true if the stream supports seeking; otherwise, false.
-
-
-
-
- When overridden in a derived class, gets a value indicating whether the current stream supports writing.
-
-
- true if the stream supports writing; otherwise, false.
-
-
-
-
- When overridden in a derived class, gets the length in bytes of the stream.
-
-
- A long value representing the length of the stream in bytes.
-
- A class derived from Stream does not support seeking.
- Methods were called after the stream was closed.
-
-
-
- When overridden in a derived class, gets or sets the position within the current stream.
-
-
- The current position within the stream.
-
- The stream does not support seeking.
-
-
-
- Provides data for event.
-
-
-
-
- Gets request originator host.
-
-
-
-
- Gets request originator port.
-
-
-
-
- Initializes a new instance of the class.
-
- The host.
- The port.
- is null.
- is not within and .
-
-
-
- Gets the file name part of a given POSIX path.
-
- The POSIX path to get the file name for.
-
- The file name part of .
-
- is null.
-
-
- If contains no forward slash, then
- is returned.
-
-
- If path has a trailing slash, return a zero-length string.
-
-
-
-
-
- Gets the directory name part of a given POSIX path.
-
- The POSIX path to get the directory name for.
-
- The directory part of the specified , or . if
- does not contain any directory information.
-
- is null.
-
-
-
- The exception that is thrown when a proxy connection cannot be established.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- The message.
-
-
-
- Initializes a new instance of the class.
-
- The message.
- The inner exception.
-
-
-
- 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).
-
-
-
- Provides data for the Downloading event.
-
-
-
-
- Gets the downloaded filename.
-
-
-
-
- Gets the downloaded file size.
-
-
-
-
- Gets number of downloaded bytes so far.
-
-
-
-
- Initializes a new instance of the class.
-
- The downloaded filename.
- The downloaded file size.
- The number of downloaded bytes so far.
-
-
-
- The exception that is thrown when SCP error occurred.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- The message.
-
-
-
- Initializes a new instance of the class.
-
- The message.
- The inner exception.
-
-
-
- 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).
-
-
-
- Provides data for the Uploading event.
-
-
-
-
- Gets the uploaded filename.
-
-
-
-
- Gets the uploaded file size.
-
-
-
-
- Gets number of uploaded bytes so far.
-
-
-
-
- Initializes a new instance of the class.
-
- The uploaded filename.
- The uploaded file size.
- The number of uploaded bytes so far.
-
-
-
- Light implementation of SemaphoreSlim.
-
-
-
-
- Initializes a new instance of the class, specifying
- the initial number of requests that can be granted concurrently.
-
- The initial number of requests for the semaphore that can be granted concurrently.
- is a negative number.
-
-
-
- Gets the current count of the .
-
-
-
-
- Returns a that can be used to wait on the semaphore.
-
-
- A that can be used to wait on the semaphore.
-
-
- A successful wait on the does not imply a successful
- wait on the itself. It should be followed by a true wait
- on the semaphore.
-
-
-
-
- Exits the once.
-
- The previous count of the .
-
-
-
- Exits the a specified number of times.
-
- The number of times to exit the semaphore.
-
- The previous count of the .
-
-
-
-
- Blocks the current thread until it can enter the .
-
-
-
-
- Blocks the current thread until it can enter the , using a 32-bit signed
- integer that specifies the timeout.
-
- The number of milliseconds to wait, or Infinite(-1) to wait indefinitely.
-
- true if the current thread successfully entered the ; otherwise, false.
-
-
-
-
- Blocks the current thread until it can enter the , using a
- to specify the timeout.
-
- A that represents the number of milliseconds to wait, or a that represents -1 milliseconds to wait indefinitely.
-
- true if the current thread successfully entered the ; otherwise, false.
-
-
-
-
- Finalizes the current .
-
-
-
-
- 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.
-
-
-
- The exception that is thrown when file or directory is not found.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- The message.
-
-
-
- Initializes a new instance of the class.
-
- The message.
- The inner exception.
-
-
-
- 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).
-
-
-
- The exception that is thrown when operation permission is denied.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- The message.
-
-
-
- Initializes a new instance of the class.
-
- The message.
- The inner exception.
-
-
-
- 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).
-
-
-
- Provides data for Shell DataReceived event
-
-
-
-
- Gets the data.
-
-
-
-
- Gets the line data.
-
-
-
-
- Initializes a new instance of the class.
-
- The data.
-
-
-
- Initializes a new instance of the class.
-
- The line.
-
-
-
- The exception that is thrown when authentication failed.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- The message.
-
-
-
- Initializes a new instance of the class.
-
- The message.
- The inner exception.
-
-
-
- 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).
-
-
-
- The exception that is thrown when connection was terminated.
-
-
-
-
- Gets the disconnect reason if provided by the server or client. Otherwise None.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- The message.
-
-
-
- Initializes a new instance of the class.
-
- The message.
- The disconnect reason code.
-
-
-
- Initializes a new instance of the class.
-
- The message.
- The disconnect reason code.
- The inner.
-
-
-
- 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).
-
-
-
- Base ssh data serialization type
-
-
-
-
- Gets the underlying that is used for reading and writing SSH data.
-
-
- The underlying that is used for reading and writing SSH data.
-
-
-
-
- Gets a value indicating whether all data from the buffer has been read.
-
-
- true if this instance is end of data; otherwise, false.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Gets data bytes array.
-
-
- A array representation of data structure.
-
-
-
-
- Writes the current message to the specified .
-
- The to write the message to.
-
-
-
- Loads data from specified bytes.
-
- Bytes array.
- is null.
-
-
-
- Loads data from the specified buffer.
-
- Bytes array.
- The zero-based offset in at which to begin reading SSH data.
- The number of bytes to load.
- is null.
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Reads all data left in internal buffer at current position.
-
- An array of bytes containing the remaining data in the internal buffer.
-
-
-
- Reads next specified number of bytes data type from internal buffer.
-
- Number of bytes to read.
- An array of bytes that was read from the internal buffer.
- is greater than the internal buffer size.
-
-
-
- Reads next byte data type from internal buffer.
-
- Byte read.
-
-
-
- Reads next boolean data type from internal buffer.
-
- Boolean read.
-
-
-
- Reads next uint16 data type from internal buffer.
-
- uint16 read
-
-
-
- Reads next uint32 data type from internal buffer.
-
- uint32 read
-
-
-
- Reads next uint64 data type from internal buffer.
-
- uint64 read
-
-
-
- Reads next string data type from internal buffer using the specific encoding.
-
-
- The read.
-
-
-
-
- Reads next data type as byte array from internal buffer.
-
-
- The bytes read.
-
-
-
-
- Reads next name-list data type from internal buffer.
-
-
- String array or read data.
-
-
-
-
- Reads next extension-pair data type from internal buffer.
-
- Extensions pair dictionary.
-
-
-
- Writes bytes array data into internal buffer.
-
- Byte array data to write.
- is null.
-
-
-
- Writes a sequence of bytes to the current SSH data stream and advances the current position
- within this stream by the number of bytes written.
-
- An array of bytes. This method write bytes from buffer to the current SSH data stream.
- The zero-based offset in at which to begin writing bytes to the SSH data stream.
- The number of bytes to be written to the current SSH data stream.
- is null.
- The sum of and is greater than the buffer length.
- or is negative.
-
-
-
- Writes data into internal buffer.
-
- data to write.
-
-
-
- Writes into internal buffer.
-
- data to write.
-
-
-
- Writes data into internal buffer.
-
- data to write.
-
-
-
- Writes data into internal buffer.
-
- data to write.
-
-
-
- Writes data into internal buffer using default encoding.
-
- data to write.
- is null.
-
-
-
- Writes data into internal buffer using the specified encoding.
-
- data to write.
- The character encoding to use.
- is null.
- is null.
-
-
-
- Writes data into internal buffer.
-
- The data to write.
- is null.
-
-
-
- Writes data into internal buffer.
-
- An array of bytes. This method write bytes from buffer to the current SSH data stream.
- The zero-based byte offset in at which to begin writing bytes to the SSH data stream.
- The number of bytes to be written to the current SSH data stream.
- is null.
- The sum of and is greater than the buffer length.
- or is negative.
-
-
-
- Writes mpint data into internal buffer.
-
- mpint data to write.
-
-
-
- Writes name-list data into internal buffer.
-
- name-list data to write.
-
-
-
- Writes extension-pair data into internal buffer.
-
- extension-pair data to write.
-
-
-
- Specialized for reading and writing data SSH data.
-
-
-
-
- Initializes a new instance of the class with an expandable capacity initialized
- as specified.
-
- The initial size of the internal array in bytes.
-
-
-
- Initializes a new non-resizable instance of the class based on the specified byte array.
-
- The array of unsigned bytes from which to create the current stream.
- is null.
-
-
-
- Initializes a new non-resizable instance of the class based on the specified byte array.
-
- The array of unsigned bytes from which to create the current stream.
- The zero-based offset in at which to begin reading SSH data.
- The number of bytes to load.
- is null.
-
-
-
- Gets a value indicating whether all data from the SSH data stream has been read.
-
-
- true if this instance is end of data; otherwise, false.
-
-
-
-
- Writes an to the SSH data stream.
-
- data to write.
-
-
-
- Writes an to the SSH data stream.
-
- data to write.
-
-
-
- Writes a into the SSH data stream.
-
- The to write.
-
-
-
- Writes bytes array data into the SSH data stream.
-
- Byte array data to write.
- is null.
-
-
-
- Reads a byte array from the SSH data stream.
-
-
- The byte array read from the SSH data stream.
-
-
-
-
- Writes a buffer preceded by its length into the SSH data stream.
-
- The data to write.
- is null.
-
-
-
- Writes a buffer preceded by its length into the SSH data stream.
-
- An array of bytes. This method write bytes from buffer to the current SSH data stream.
- The zero-based byte offset in at which to begin writing bytes to the SSH data stream.
- The number of bytes to be written to the current SSH data stream.
- is null.
- The sum of and is greater than the buffer length.
- or is negative.
-
-
-
- Writes string data to the SSH data stream using the specified encoding.
-
- The string data to write.
- The character encoding to use.
- is null.
- is null.
-
-
-
- Reads a from the SSH datastream.
-
-
- The read from the SSH data stream.
-
-
-
-
- Reads the next data type from the SSH data stream.
-
-
- The read from the SSH data stream.
-
-
-
-
- Reads the next data type from the SSH data stream.
-
-
- The read from the SSH data stream.
-
-
-
-
- Reads the next data type from the SSH data stream.
-
-
- The read from the SSH data stream.
-
-
-
-
- Reads next specified number of bytes data type from internal buffer.
-
- Number of bytes to read.
-
- An array of bytes that was read from the internal buffer.
-
- is greater than the internal buffer size.
-
-
-
- Writes the stream contents to a byte array, regardless of the .
-
-
- This method returns the contents of the as a byte array.
-
-
- If the current instance was constructed on a provided byte array, a copy of the section of the array
- to which this instance has access is returned.
-
-
-
-
- The exception that is thrown when SSH exception occurs.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- The message.
-
-
-
- Initializes a new instance of the class.
-
- The message.
- The inner.
-
-
-
- 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).
-
-
-
- The exception that is thrown when operation is timed out.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- The message.
-
-
-
- Initializes a new instance of the class.
-
- The message.
- The inner exception.
-
-
-
- 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).
-
-
-
- The exception that is thrown when pass phrase for key file is empty or null
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- The message.
-
-
-
- Initializes a new instance of the class.
-
- The message.
- The inner exception.
-
-
-
- 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 the initial assignments of the opcode values that are used in the 'encoded terminal modes' valu
-
-
-
-
- Indicates end of options.
-
-
-
-
- Interrupt character; 255 if none. Similarly for the other characters. Not all of these characters are supported on all systems.
-
-
-
-
- The quit character (sends SIGQUIT signal on POSIX systems).
-
-
-
-
- Erase the character to left of the cursor.
-
-
-
-
- Kill the current input line.
-
-
-
-
- End-of-file character (sends EOF from the terminal).
-
-
-
-
- End-of-line character in addition to carriage return and/or linefeed.
-
-
-
-
- Additional end-of-line character.
-
-
-
-
- Continues paused output (normally control-Q).
-
-
-
-
- Pauses output (normally control-S).
-
-
-
-
- Suspends the current program.
-
-
-
-
- Another suspend character.
-
-
-
-
- Reprints the current input line.
-
-
-
-
- Erases a word left of cursor.
-
-
-
-
- Enter the next character typed literally, even if it is a special character
-
-
-
-
- Character to flush output.
-
-
-
-
- Switch to a different shell layer.
-
-
-
-
- Prints system status line (load, command, pid, etc).
-
-
-
-
- Toggles the flushing of terminal output.
-
-
-
-
- The ignore parity flag. The parameter SHOULD be 0 if this flag is FALSE, and 1 if it is TRUE.
-
-
-
-
- Mark parity and framing errors.
-
-
-
-
- Enable checking of parity errors.
-
-
-
-
- Strip 8th bit off characters.
-
-
-
-
- Map NL into CR on input.
-
-
-
-
- Ignore CR on input.
-
-
-
-
- Map CR to NL on input.
-
-
-
-
- Translate uppercase characters to lowercase.
-
-
-
-
- Enable output flow control.
-
-
-
-
- Any char will restart after stop.
-
-
-
-
- Enable input flow control.
-
-
-
-
- Ring bell on input queue full.
-
-
-
-
- Terminal input and output is assumed to be encoded in UTF-8.
-
-
-
-
- Enable signals INTR, QUIT, [D]SUSP.
-
-
-
-
- Canonicalize input lines.
-
-
-
-
- Enable input and output of uppercase characters by preceding their lowercase equivalents with "\".
-
-
-
-
- Enable echoing.
-
-
-
-
- Visually erase chars.
-
-
-
-
- Kill character discards current line.
-
-
-
-
- Echo NL even if ECHO is off.
-
-
-
-
- Don't flush after interrupt.
-
-
-
-
- Stop background jobs from output.
-
-
-
-
- Enable extensions.
-
-
-
-
- Echo control characters as ^(Char).
-
-
-
-
- Visual erase for line kill.
-
-
-
-
- Retype pending input.
-
-
-
-
- Enable output processing.
-
-
-
-
- Convert lowercase to uppercase.
-
-
-
-
- Map NL to CR-NL.
-
-
-
-
- Translate carriage return to newline (output).
-
-
-
-
- Translate newline to carriage return-newline (output).
-
-
-
-
- Newline performs a carriage return (output).
-
-
-
-
- 7 bit mode.
-
-
-
-
- 8 bit mode.
-
-
-
-
- Parity enable.
-
-
-
-
- Odd parity, else even.
-
-
-
-
- Specifies the input baud rate in bits per second.
-
-
-
-
- Specifies the output baud rate in bits per second.
-
-
-
-
- Specifies compression modes
-
-
-
-
- Specifies that content should be compressed.
-
-
-
-
- Specifies that content should be decompressed.
-
-
-
-
- Represents base class for compression algorithm implementation
-
-
-
-
- Gets or sets a value indicating whether compression is active.
-
-
- true if compression is active; otherwise, false.
-
-
-
-
- Gets the session.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes the algorithm
-
- The session.
-
-
-
- Compresses the specified data.
-
- Data to compress.
- Compressed data
-
-
-
- Compresses the specified data.
-
- Data to compress.
- The zero-based byte offset in at which to begin reading the data to compress.
- The number of bytes to be compressed.
-
- The compressed data.
-
-
-
-
- Decompresses the specified data.
-
- Compressed data.
-
- The decompressed data.
-
-
-
-
- Decompresses the specified data.
-
- Compressed data.
- The zero-based byte offset in at which to begin reading the data to decompress.
- The number of bytes to be read from the compressed data.
-
- The decompressed data.
-
-
-
-
- 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.
-
-
-
- Releases unmanaged resources and performs other cleanup operations before the is reclaimed
- by garbage collection.
-
-
-
-
- Represents "zlib" compression implementation
-
-
-
-
- Gets algorithm name.
-
-
-
-
- Initializes the algorithm
-
- The session.
-
-
-
- Represents "zlib@openssh.org" compression implementation
-
-
-
-
- Gets algorithm name.
-
-
-
-
- Initializes the algorithm
-
- The session.
-
-
-
- Implements Zlib compression algorithm.
-
-
-
-
- Initializes a new instance of the class.
-
- The stream.
- The mode.
-
-
-
- Writes the specified buffer.
-
- The buffer.
- The offset.
- The count.
-
-
-
- Represents remote connection information class.
-
-
- This class is NOT thread-safe. Do not use the same with multiple
- client instances.
-
-
-
-
- The default connection timeout.
-
-
- 30 seconds.
-
-
-
-
- The default channel close timeout.
-
-
- 1 second.
-
-
-
-
- Gets supported key exchange algorithms for this connection.
-
-
-
-
- Gets supported encryptions for this connection.
-
-
-
-
- Gets supported hash algorithms for this connection.
-
-
-
-
- Gets supported host key algorithms for this connection.
-
-
-
-
- Gets supported authentication methods for this connection.
-
-
-
-
- Gets supported compression algorithms for this connection.
-
-
-
-
- Gets the supported channel requests for this connection.
-
-
- The supported channel requests for this connection.
-
-
-
-
- Gets a value indicating whether connection is authenticated.
-
-
- true if connection is authenticated; otherwise, false.
-
-
-
-
- Gets connection host.
-
-
- The connection host.
-
-
-
-
- Gets connection port.
-
-
- The connection port. The default value is 22.
-
-
-
-
- Gets connection username.
-
-
-
-
- Gets proxy type.
-
-
- The type of the proxy.
-
-
-
-
- Gets proxy connection host.
-
-
-
-
- Gets proxy connection port.
-
-
-
-
- Gets proxy connection username.
-
-
-
-
- Gets proxy connection password.
-
-
-
-
- Gets or sets connection timeout.
-
-
- The connection timeout. The default value is 30 seconds.
-
-
-
-
-
-
-
- Gets or sets the timeout to use when waiting for a server to acknowledge closing a channel.
-
-
- The channel close timeout. The default value is 1 second.
-
-
- If a server does not send a SSH_MSG_CHANNEL_CLOSE message before the specified timeout
- elapses, the channel will be closed immediately.
-
-
-
-
- Gets or sets the character encoding.
-
-
- The character encoding. The default is .
-
-
-
-
- Gets or sets number of retry attempts when session channel creation failed.
-
-
- The number of retry attempts when session channel creation failed. The default
- value is 10.
-
-
-
-
- Gets or sets maximum number of session channels to be open simultaneously.
-
-
- The maximum number of session channels to be open simultaneously. The default
- value is 10.
-
-
-
-
- Occurs when authentication banner is sent by the server.
-
-
-
-
-
-
-
- Gets the current key exchange algorithm.
-
-
-
-
- Gets the current server encryption.
-
-
-
-
- Gets the current client encryption.
-
-
-
-
- Gets the current server hash algorithm.
-
-
-
-
- Gets the current client hash algorithm.
-
-
-
-
- Gets the current host key algorithm.
-
-
-
-
- Gets the current server compression algorithm.
-
-
-
-
- Gets the server version.
-
-
-
-
- Get the client version.
-
-
-
-
- Gets the current client compression algorithm.
-
-
-
-
- Initializes a new instance of the class.
-
- The host.
- The username.
- The authentication methods.
- is null.
- is a zero-length string.
- is null, a zero-length string or contains only whitespace characters.
- is null.
- No specified.
-
-
-
- Initializes a new instance of the class.
-
- The host.
- The port.
- The username.
- The authentication methods.
- is null.
- is null, a zero-length string or contains only whitespace characters.
- is not within and .
- is null.
- No specified.
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Connection port.
- Connection username.
- Type of the proxy.
- The proxy host.
- The proxy port.
- The proxy username.
- The proxy password.
- The authentication methods.
- is null.
- is null, a zero-length string or contains only whitespace characters.
- is not within and .
- is not and is null.
- is not and is not within and .
- is null.
- No specified.
-
-
-
- Authenticates the specified session.
-
- The session to be authenticated.
- The factory to use for creating new services.
- is null.
- is null.
- No suitable authentication method found to complete authentication, or permission denied.
-
-
-
- Signals that an authentication banner message was received from the server.
-
- The session in which the banner message was received.
- The banner message.{
-
-
-
- Establishes a socket connection to the specified host and port.
-
- The host name of the server to connect to.
- The port to connect to.
- The maximum time to wait for the connection to be established.
- The connection failed to establish within the configured .
- An error occurred trying to establish the connection.
-
-
-
- Performs a blocking read on the socket until bytes are received.
-
- The to read from.
- An array of type that is the storage location for the received data.
- The position in parameter to store the received data.
- The number of bytes to read.
-
- The number of bytes read.
-
- The socket is closed.
- The read failed.
-
-
-
- Performs a blocking read on the socket until bytes are received.
-
- The to read from.
- An array of type that is the storage location for the received data.
- The position in parameter to store the received data.
- The number of bytes to read.
- The maximum time to wait until bytes have been received.
-
- The number of bytes read.
-
- The socket is closed.
- The read has timed-out.
- The read failed.
-
-
-
- Establishes a tunnel via an HTTP proxy server.
-
-
-
-
- Specification
- URL
-
- -
- HTTP CONNECT method
- https://tools.ietf.org/html/rfc7231#section-4.3.6
-
- -
- HTTP Authentication: Basic and Digest Access Authentication
- https://tools.ietf.org/html/rfc2617
-
-
-
-
-
-
- Performs a blocking read on the socket until a line is read.
-
- The to read from.
- A that represents the time to wait until a line is read.
- The read has timed-out.
- An error occurred when trying to access the socket.
-
- The line read from the socket, or null when the remote server has shutdown and all data has been received.
-
-
-
-
- Handles the SSH protocol version exchange.
-
-
-
-
- Performs the SSH protocol version exchange.
-
- The identification string of the SSH client.
- A connected to the server.
- The maximum time to wait for the server to respond.
-
- The SSH identification of the server.
-
-
-
-
- Handles the SSH protocol version exchange.
-
-
- https://tools.ietf.org/html/rfc4253#section-4.2
-
-
-
-
- Performs the SSH protocol version exchange.
-
- The identification string of the SSH client.
- A connected to the server.
- The maximum time to wait for the server to respond.
-
- The SSH identification of the server.
-
-
-
-
- Performs a blocking read on the socket until a line is read.
-
- The to read from.
- A that represents the time to wait until a line is read.
- A to which read bytes will be added.
- The read has timed-out.
- An error occurred when trying to access the socket.
-
- The line read from the socket, or null when the remote server has shutdown and all data has been received.
-
-
-
-
- Establishes a tunnel via a SOCKS4 proxy server.
-
-
- https://www.openssh.com/txt/socks4.protocol
-
-
-
-
- Establishes a connection to the server via a SOCKS5 proxy.
-
- The connection information.
- The .
-
-
-
- Establishes a tunnel via a SOCKS5 proxy server.
-
-
- https://en.wikipedia.org/wiki/SOCKS#SOCKS5
-
-
-
-
- Establishes a connection to the server via a SOCKS5 proxy.
-
- The connection information.
- The .
-
-
-
- https://tools.ietf.org/html/rfc1929
-
-
-
-
- Represents an SSH identification.
-
-
-
-
- Initializes a new instance with the specified protocol version
- and software version.
-
- The SSH protocol version.
- The software version of the implementation
- is .
- is .
-
-
-
- Initializes a new instance with the specified protocol version,
- software version and comments.
-
- The SSH protocol version.
- The software version of the implementation
- The comments.
- is .
- is .
-
-
-
- Gets or sets the software version of the implementation.
-
-
- The software version of the implementation.
-
-
- This is primarily used to trigger compatibility extensions and to indicate
- the capabilities of an implementation.
-
-
-
-
- Gets or sets the SSH protocol version.
-
-
- The SSH protocol version.
-
-
-
-
- Gets or sets the comments.
-
-
- The comments, or if there are no comments.
-
-
- should contain additional information that might be useful
- in solving user problems.
-
-
-
-
- Returns the SSH identification string.
-
-
- The SSH identification string.
-
-
-
-
- Specifies behavior for expected expression
-
-
-
-
- Gets the expected regular expression.
-
-
-
-
- Gets the action to perform when expected expression is found.
-
-
-
-
- Initializes a new instance of the class.
-
- The expect regular expression.
- The action to perform.
- or is null.
-
-
-
- Initializes a new instance of the class.
-
- The expect expression.
- The action to perform.
- or is null.
-
-
-
- Provides additional information for asynchronous command execution
-
-
-
-
- Initializes a new instance of the class.
-
- The async callback.
- The state.
-
-
-
- Base class for port forwarding functionality.
-
-
-
-
- Gets or sets the session.
-
-
- The session.
-
-
-
-
- The event occurs as the forwarded port is being stopped.
-
-
-
-
- The event occurs as the forwarded port is being stopped.
-
-
-
-
- Gets a value indicating whether port forwarding is started.
-
-
- true if port forwarding is started; otherwise, false.
-
-
-
-
- Occurs when an exception is thrown.
-
-
-
-
- Occurs when a port forwarding request is received.
-
-
-
-
- Starts port forwarding.
-
-
-
-
- Stops port forwarding.
-
-
-
-
- Starts port forwarding.
-
-
-
-
- Stops port forwarding, and waits for the specified timeout until all pending
- requests are processed.
-
- The maximum amount of time to wait for pending requests to finish processing.
-
-
-
- Releases unmanaged and - optionally - managed resources
-
- true to release both managed and unmanaged resources; false to release only unmanaged resources.
-
-
-
- Ensures the current instance is not disposed.
-
- The current instance is disposed.
-
-
-
- Raises event.
-
- The exception.
-
-
-
- Raises event.
-
- Request originator host.
- Request originator port.
-
-
-
- Raises the event.
-
-
-
-
- Handles session ErrorOccured event.
-
- The source of the event.
- The instance containing the event data.
-
-
-
- Provides functionality for forwarding connections from the client to destination servers via the SSH server,
- also known as dynamic port forwarding.
-
-
-
-
- Gets the bound host.
-
-
-
-
- Gets the bound port.
-
-
-
-
- Gets a value indicating whether port forwarding is started.
-
-
- true if port forwarding is started; otherwise, false.
-
-
-
-
- Initializes a new instance of the class.
-
- The port.
-
-
-
- Initializes a new instance of the class.
-
- The host.
- The port.
-
-
-
- Starts local port forwarding.
-
-
-
-
- Stops local port forwarding, and waits for the specified timeout until all pending
- requests are processed.
-
- The maximum amount of time to wait for pending requests to finish processing.
-
-
-
- Ensures the current instance is not disposed.
-
- The current instance is disposed.
-
-
-
- Interrupts the listener, and unsubscribes from events.
-
-
-
-
- Waits for pending channels to close.
-
- The maximum time to wait for the pending channels to close.
-
-
-
- Holds a value indicating whether the current instance is disposed.
-
-
- true if the current instance is disposed; otherwise, false.
-
-
-
-
- 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.
-
-
-
- Releases unmanaged resources and performs other cleanup operations before the
- is reclaimed by garbage collection.
-
-
-
-
- Initializes the .
-
-
-
- When the port is started for the first time, a is created with an initial count
- of 1.
-
-
- On subsequent (re)starts, we'll dispose the current and create a new one with
- initial count of 1.
-
-
-
-
-
- Reads a null terminated string from a socket.
-
- The to read from.
- The timeout to apply to individual reads.
-
- The read, or null when the socket was closed.
-
-
-
-
- Provides functionality for local port forwarding
-
-
-
-
- Gets the bound host.
-
-
-
-
- Gets the bound port.
-
-
-
-
- Gets the forwarded host.
-
-
-
-
- Gets the forwarded port.
-
-
-
-
- Gets a value indicating whether port forwarding is started.
-
-
- true if port forwarding is started; otherwise, false.
-
-
-
-
- Initializes a new instance of the class.
-
- The bound port.
- The host.
- The port.
- is greater than .
- is null.
- is greater than .
-
-
-
-
-
-
- Initializes a new instance of the class.
-
- The bound host.
- The host.
- The port.
- is null.
- is null.
- is greater than .
-
-
-
- Initializes a new instance of the class.
-
- The bound host.
- The bound port.
- The host.
- The port.
- is null.
- is null.
- is greater than .
- is greater than .
-
-
-
- Starts local port forwarding.
-
-
-
-
- Stops local port forwarding, and waits for the specified timeout until all pending
- requests are processed.
-
- The maximum amount of time to wait for pending requests to finish processing.
-
-
-
- Ensures the current instance is not disposed.
-
- The current instance is disposed.
-
-
-
- Interrupts the listener, and unsubscribes from events.
-
-
-
-
- Waits for pending channels to close.
-
- The maximum time to wait for the pending channels to close.
-
-
-
- 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.
-
-
-
- Releases unmanaged resources and performs other cleanup operations before the
- is reclaimed by garbage collection.
-
-
-
-
- Initializes the .
-
-
-
- When the port is started for the first time, a is created with an initial count
- of 1.
-
-
- On subsequent (re)starts, we'll dispose the current and create a new one with
- initial count of 1.
-
-
-
-
-
- Provides functionality for remote port forwarding
-
-
-
-
- Gets a value indicating whether port forwarding is started.
-
-
- true if port forwarding is started; otherwise, false.
-
-
-
-
- Gets the bound host.
-
-
-
-
- Gets the bound host.
-
-
-
-
- Gets the bound port.
-
-
-
-
- Gets the forwarded host.
-
-
-
-
- Gets the forwarded host.
-
-
-
-
- Gets the forwarded port.
-
-
-
-
- Initializes a new instance of the class.
-
- The bound host address.
- The bound port.
- The host address.
- The port.
- is null.
- is null.
- is greater than .
- is greater than .
-
-
-
- Initializes a new instance of the class.
-
- The bound port.
- The host.
- The port.
-
-
-
-
-
-
- Initializes a new instance of the class.
-
- The bound host.
- The bound port.
- The host.
- The port.
-
-
-
- Starts remote port forwarding.
-
-
-
-
- Stops remote port forwarding.
-
- The maximum amount of time to wait for the port to stop.
-
-
-
- Ensures the current instance is not disposed.
-
- The current instance is disposed.
-
-
-
- Initializes the .
-
-
-
- When the port is started for the first time, a is created with an initial count
- of 1.
-
-
- On subsequent (re)starts, we'll dispose the current and create a new one with
- initial count of 1.
-
-
-
-
-
- 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.
-
-
-
- Releases unmanaged resources and performs other cleanup operations before the
- is reclaimed by garbage collection.
-
-
-
-
- Returns a value indicating whether has been changed to .
-
- The status to transition from.
-
- true if has been changed to ; otherwise, false.
-
- Cannot transition to .
-
- While a transition from to is not possible, this method will
- return false for any such attempts. This is related to concurrency.
-
-
-
-
- Returns a value indicating whether has been changed to .
-
- The status to transition from.
-
- true if has been changed to ; otherwise, false.
-
- Cannot transition to .
-
- While a transition from to is not possible, this method will
- return false for any such attempts. This is related to concurrency.
-
-
-
-
- Holds information about key size and cipher to use
-
-
-
-
- Gets the size of the key.
-
-
- The size of the key.
-
-
-
-
- Gets the cipher.
-
-
-
-
- Initializes a new instance of the class.
-
- Size of the key.
- The hash algorithm to use for a given key.
-
-
-
- Base interface for authentication of a session using a given method.
-
-
-
-
- Authenticates the specified session.
-
- The session to authenticate.
-
- The result of the authentication process.
-
-
-
-
- Gets the list of allowed authentications.
-
-
- The list of allowed authentications.
-
-
-
-
- Gets the name of the authentication method.
-
-
- The name of the authentication method.
-
-
-
-
- Signals that an authentication banner message was received from the server.
-
- The session in which the banner message was received.
- The banner message.{
-
-
-
- Gets the supported authentication methods for this connection.
-
-
- The supported authentication methods for this connection.
-
-
-
-
- Creates a for the credentials represented
- by the current .
-
-
- A for the credentials represented by the
- current .
-
-
-
-
- Represents remote connection information.
-
-
-
-
- Gets or sets the timeout to used when waiting for a server to acknowledge closing a channel.
-
-
- The channel close timeout. The default value is 1 second.
-
-
- If a server does not send a SSH2_MSG_CHANNEL_CLOSE message before the specified timeout
- elapses, the channel will be closed immediately.
-
-
-
-
- Gets the supported channel requests for this connection.
-
-
- The supported channel requests for this connection.
-
-
-
-
- Gets the character encoding.
-
-
- The character encoding.
-
-
-
-
- Gets connection host.
-
-
- The connection host.
-
-
-
-
- Gets connection port.
-
-
- The connection port. The default value is 22.
-
-
-
-
- Gets proxy type.
-
-
- The type of the proxy.
-
-
-
-
- Gets proxy connection host.
-
-
-
-
- Gets proxy connection port.
-
-
-
-
- Gets proxy connection username.
-
-
-
-
- Gets proxy connection password.
-
-
-
-
- Gets the number of retry attempts when session channel creation failed.
-
-
- The number of retry attempts when session channel creation failed.
-
-
-
-
- Gets or sets connection timeout.
-
-
- The connection timeout. The default value is 30 seconds.
-
-
-
-
-
-
-
- Occurs when authentication banner is sent by the server.
-
-
-
-
- Supports port forwarding functionality.
-
-
-
-
- The event occurs as the forwarded port is being stopped.
-
-
-
-
- Represents a transformation that can be applied to a remote path.
-
-
-
-
- Transforms the specified remote path.
-
- The path to transform.
-
- The transformed path.
-
-
-
-
- Factory for creating new services.
-
-
-
-
- Creates a new with the specified and
- .
-
- The to use for creating a new session.
- A factory to create instances.
-
- An for the specified .
-
- is null.
- is null.
-
-
-
- Creates a new in a given and with
- the specified operation timeout and encoding.
-
- The to create the in.
- The number of milliseconds to wait for an operation to complete, or -1 to wait indefinitely.
- The encoding.
- The factory to use for creating SFTP messages.
-
- An .
-
-
-
-
- Create a new .
-
-
- A .
-
-
-
-
- Negotiates a key exchange algorithm, and creates a for the negotiated
- algorithm.
-
- A of the key exchange algorithms supported by the client where the key is the name of the algorithm, and the value is the type implementing this algorithm.
- The names of the key exchange algorithms supported by the SSH server.
-
- A that was negotiated between client and server.
-
- is null.
- is null.
- No key exchange algorithm is supported by both client and server.
-
-
-
- Creates a shell stream.
-
- The SSH session.
- The TERM environment variable.
- The terminal width in columns.
- The terminal width in rows.
- The terminal height in pixels.
- The terminal height in pixels.
- Size of the buffer.
- The terminal mode values.
-
- The created instance.
-
- Client is not connected.
-
-
- The TERM environment variable contains an identifier for the text window's capabilities.
- You can get a detailed list of these cababilities by using the ‘infocmp’ command.
-
-
- The column/row dimensions override the pixel dimensions(when non-zero). Pixel dimensions refer
- to the drawable area of the window.
-
-
-
-
-
- Creates an that encloses a path in double quotes, and escapes
- any embedded double quote with a backslash.
-
-
- An that encloses a path in double quotes, and escapes any
- embedded double quote with a backslash.
- with a shell.
-
-
-
-
- Creates an that can be used to establish a connection
- to the server identified by the specified .
-
- A detailing the server to establish a connection to.
- A factory to create instances.
-
- An that can be used to establish a connection to the
- server identified by the specified .
-
- is .
- is .
- The value of is not supported.
-
-
-
- Creates an that deals with the SSH protocol
- version exchange.
-
-
- An .
-
-
-
-
- Creates a factory to create instances.
-
-
- An .
-
-
-
-
- Creates a new in a given
- and with the specified operation timeout.
-
- The to create the in.
- The number of milliseconds to wait for an operation to complete, or -1 to wait indefinitely.
-
- An .
-
-
-
-
- Provides functionality to connect and interact with SSH server.
-
-
-
-
- Gets or sets the connection info.
-
- The connection info.
-
-
-
- Gets a value indicating whether the session is connected.
-
-
- true if the session is connected; otherwise, false.
-
-
-
-
- Gets the session semaphore that controls session channels.
-
-
- The session semaphore.
-
-
-
-
- Gets a that can be used to wait for the message listener loop to complete.
-
-
- A that can be used to wait for the message listener loop to complete, or
- null when the session has not been connected.
-
-
-
-
- Connects to the server.
-
- Socket connection to the SSH server or proxy server could not be established, or an error occurred while resolving the hostname.
- SSH session could not be established.
- Authentication of SSH session failed.
- Failed to establish proxy connection.
-
-
-
- Create a new SSH session channel.
-
-
- A new SSH session channel.
-
-
-
-
- Create a new channel for a locally forwarded TCP/IP port.
-
-
- A new channel for a locally forwarded TCP/IP port.
-
-
-
-
- Creates a "forwarded-tcpip" SSH channel.
-
-
- A new "forwarded-tcpip" SSH channel.
-
-
-
-
- Disconnects from the server.
-
-
- This sends a SSH_MSG_DISCONNECT message to the server, waits for the
- server to close the socket on its end and subsequently closes the client socket.
-
-
-
-
- Called when client is disconnecting from the server.
-
-
-
-
- Registers SSH message with the session.
-
- The name of the message to register with the session.
-
-
-
- Sends a message to the server.
-
- The message to send.
- The client is not connected.
- The operation timed out.
- The size of the packet exceeds the maximum size defined by the protocol.
-
-
-
- Sends a message to the server.
-
- The message to send.
-
- true if the message was sent to the server; otherwise, false.
-
- The size of the packet exceeds the maximum size defined by the protocol.
-
- This methods returns false when the attempt to send the message results in a
- or a .
-
-
-
-
- Unregister SSH message from the session.
-
- The name of the message to unregister with the session.
-
-
-
- Waits for the specified handle or the exception handle for the receive thread
- to signal within the connection timeout.
-
- The wait handle.
- A received package was invalid or failed the message integrity check.
- None of the handles are signaled in time and the session is not disconnecting.
- A socket error was signaled while receiving messages from the server.
-
- When neither handles are signaled in time and the session is not closing, then the
- session is disconnected.
-
-
-
-
- Waits for the specified handle or the exception handle for the receive thread
- to signal within the specified timeout.
-
- The wait handle.
- The time to wait for any of the handles to become signaled.
- A received package was invalid or failed the message integrity check.
- None of the handles are signaled in time and the session is not disconnecting.
- A socket error was signaled while receiving messages from the server.
-
- When neither handles are signaled in time and the session is not closing, then the
- session is disconnected.
-
-
-
-
- Waits for the specified to receive a signal, using a
- to specify the time interval.
-
- The that should be signaled.
- A that represents the number of milliseconds to wait, or a that represents -1 milliseconds to wait indefinitely.
- When this method returns , contains the .
-
- A .
-
-
-
-
- Waits for the specified to receive a signal, using a
- to specify the time interval.
-
- The that should be signaled.
- A that represents the number of milliseconds to wait, or a that represents -1 milliseconds to wait indefinitely.
-
- A .
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when session has been disconnected from the server.
-
-
-
-
- Occurs when an error occurred.
-
-
-
-
- Occurs when host key received.
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message is received from the server.
-
-
-
-
- Implementation of the SSH File Transfer Protocol (SFTP) over SSH.
-
-
-
-
- Gets or sets the maximum size of the buffer in bytes.
-
-
- The size of the buffer. The default buffer size is 32768 bytes (32 KB).
-
-
-
- For write operations, this limits the size of the payload for
- individual SSH_FXP_WRITE messages. The actual size is always
- capped at the maximum packet size supported by the peer
- (minus the size of protocol fields).
-
-
- For read operations, this controls the size of the payload which
- is requested from the peer in a SSH_FXP_READ message. The peer
- will send the requested number of bytes in a SSH_FXP_DATA message,
- possibly split over multiple SSH_MSG_CHANNEL_DATA messages.
-
-
- To optimize the size of the SSH packets sent by the peer,
- the actual requested size will take into account the size of the
- SSH_FXP_DATA protocol fields.
-
-
- The size of the each indivual SSH_FXP_DATA message is limited to the
- local maximum packet size of the channel, which is set to 64 KB
- for SSH.NET. However, the peer can limit this even further.
-
-
- The method was called after the client was disposed.
-
-
-
- Gets or sets the operation timeout.
-
-
- The timeout to wait until an operation completes. The default value is negative
- one (-1) milliseconds, which indicates an infinite timeout period.
-
- The method was called after the client was disposed.
- represents a value that is less than -1 or greater than milliseconds.
-
-
-
- Gets sftp protocol version.
-
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Gets remote working directory.
-
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Appends lines to a file, creating the file if it does not already exist.
-
- The file to append the lines to. The file is created if it does not already exist.
- The lines to append to the file.
- isnull -or- is null.
- Client is not connected.
- The specified path is invalid, or its directory was not found on the remote host.
- The method was called after the client was disposed.
-
- The characters are written to the file using UTF-8 encoding without a Byte-Order Mark (BOM)
-
-
-
-
- Appends lines to a file by using a specified encoding, creating the file if it does not already exist.
-
- The file to append the lines to. The file is created if it does not already exist.
- The lines to append to the file.
- The character encoding to use.
- is null. -or- is null. -or- is null.
- Client is not connected.
- The specified path is invalid, or its directory was not found on the remote host.
- The method was called after the client was disposed.
-
-
-
- Appends the specified string to the file, creating the file if it does not already exist.
-
- The file to append the specified string to.
- The string to append to the file.
- is null. -or- is null.
- Client is not connected.
- The specified path is invalid, or its directory was not found on the remote host.
- The method was called after the client was disposed.
-
- The characters are written to the file using UTF-8 encoding without a Byte-Order Mark (BOM).
-
-
-
-
- Appends the specified string to the file, creating the file if it does not already exist.
-
- The file to append the specified string to.
- The string to append to the file.
- The character encoding to use.
- is null. -or- is null. -or- is null.
- Client is not connected.
- The specified path is invalid, or its directory was not found on the remote host.
- The method was called after the client was disposed.
-
-
-
- Creates a that appends UTF-8 encoded text to the specified file,
- creating the file if it does not already exist.
-
- The path to the file to append to.
-
- A that appends text to a file using UTF-8 encoding without a
- Byte-Order Mark (BOM).
-
- is null.
- Client is not connected.
- The specified path is invalid, or its directory was not found on the remote host.
- The method was called after the client was disposed.
-
-
-
- Creates a that appends text to a file using the specified
- encoding, creating the file if it does not already exist.
-
- The path to the file to append to.
- The character encoding to use.
-
- A that appends text to a file using the specified encoding.
-
- is null. -or- is null.
- Client is not connected.
- The specified path is invalid, or its directory was not found on the remote host.
- The method was called after the client was disposed.
-
-
-
- Begins an asynchronous file downloading into the stream.
-
- The path.
- The output.
-
- An that references the asynchronous operation.
-
- is null.
- is null or contains only whitespace characters.
- Client is not connected.
- Permission to perform the operation was denied by the remote host. -or- A SSH command was denied by the server.
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
- Method calls made by this method to , may under certain conditions result in exceptions thrown by the stream.
-
-
-
-
- Begins an asynchronous file downloading into the stream.
-
- The path.
- The output.
- The method to be called when the asynchronous write operation is completed.
-
- An that references the asynchronous operation.
-
- is null.
- is null or contains only whitespace characters.
- Client is not connected.
- Permission to perform the operation was denied by the remote host. -or- A SSH command was denied by the server.
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
- Method calls made by this method to , may under certain conditions result in exceptions thrown by the stream.
-
-
-
-
- Begins an asynchronous file downloading into the stream.
-
- The path.
- The output.
- The method to be called when the asynchronous write operation is completed.
- A user-provided object that distinguishes this particular asynchronous write request from other requests.
- The download callback.
-
- An that references the asynchronous operation.
-
- is null.
- is null or contains only whitespace characters.
- The method was called after the client was disposed.
-
- Method calls made by this method to , may under certain conditions result in exceptions thrown by the stream.
-
-
-
-
- Begins an asynchronous operation of retrieving list of files in remote directory.
-
- The path.
- The method to be called when the asynchronous write operation is completed.
- A user-provided object that distinguishes this particular asynchronous write request from other requests.
- The list callback.
-
- An that references the asynchronous operation.
-
- The method was called after the client was disposed.
-
-
-
- Begins the synchronize directories.
-
- The source path.
- The destination path.
- The search pattern.
- The async callback.
- The state.
-
- An that represents the asynchronous directory synchronization.
-
- is null.
- is null or contains only whitespace.
-
-
-
- Begins an asynchronous uploading the stream into remote file.
-
- Data input stream.
- Remote file path.
-
- An that references the asynchronous operation.
-
- is null.
- is null or contains only whitespace characters.
- Client is not connected.
- Permission to list the contents of the directory was denied by the remote host. -or- A SSH command was denied by the server.
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
-
- Method calls made by this method to , may under certain conditions result in exceptions thrown by the stream.
-
-
- If the remote file already exists, it is overwritten and truncated.
-
-
-
-
-
- Begins an asynchronous uploading the stream into remote file.
-
- Data input stream.
- Remote file path.
- The method to be called when the asynchronous write operation is completed.
-
- An that references the asynchronous operation.
-
- is null.
- is null or contains only whitespace characters.
- Client is not connected.
- Permission to list the contents of the directory was denied by the remote host. -or- A SSH command was denied by the server.
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
-
- Method calls made by this method to , may under certain conditions result in exceptions thrown by the stream.
-
-
- If the remote file already exists, it is overwritten and truncated.
-
-
-
-
-
- Begins an asynchronous uploading the stream into remote file.
-
- Data input stream.
- Remote file path.
- The method to be called when the asynchronous write operation is completed.
- A user-provided object that distinguishes this particular asynchronous write request from other requests.
- The upload callback.
-
- An that references the asynchronous operation.
-
- is null.
- is null or contains only whitespace characters.
- Client is not connected.
- Permission to list the contents of the directory was denied by the remote host. -or- A SSH command was denied by the server.
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
-
- Method calls made by this method to , may under certain conditions result in exceptions thrown by the stream.
-
-
- If the remote file already exists, it is overwritten and truncated.
-
-
-
-
-
- Begins an asynchronous uploading the stream into remote file.
-
- Data input stream.
- Remote file path.
- Specified whether an existing file can be overwritten.
- The method to be called when the asynchronous write operation is completed.
- A user-provided object that distinguishes this particular asynchronous write request from other requests.
- The upload callback.
-
- An that references the asynchronous operation.
-
- is null.
- is null or contains only whitespace characters.
- The method was called after the client was disposed.
-
-
- Method calls made by this method to , may under certain conditions result in exceptions thrown by the stream.
-
-
- When refers to an existing file, set to true to overwrite and truncate that file.
- If is false, the upload will fail and will throw an
- .
-
-
-
-
-
- Changes remote directory to path.
-
- New directory path.
- is null.
- Client is not connected.
- Permission to change directory denied by remote host. -or- A SSH command was denied by the server.
- was not found on the remote host.
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
-
-
- Changes permissions of file(s) to specified mode.
-
- File(s) path, may match multiple files.
- The mode.
- is null.
- Client is not connected.
- Permission to change permission on the path(s) was denied by the remote host. -or- A SSH command was denied by the server.
- was not found on the remote host.
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
-
-
- Creates or overwrites a file in the specified path.
-
- The path and name of the file to create.
-
- A that provides read/write access to the file specified in path.
-
- is null.
- Client is not connected.
- The specified path is invalid, or its directory was not found on the remote host.
- The method was called after the client was disposed.
-
- If the target file already exists, it is first truncated to zero bytes.
-
-
-
-
- Creates or overwrites the specified file.
-
- The path and name of the file to create.
- The maximum number of bytes buffered for reads and writes to the file.
-
- A that provides read/write access to the file specified in path.
-
- is null.
- Client is not connected.
- The specified path is invalid, or its directory was not found on the remote host.
- The method was called after the client was disposed.
-
- If the target file already exists, it is first truncated to zero bytes.
-
-
-
-
- Creates remote directory specified by path.
-
- Directory path to create.
- is null or contains only whitespace characters.
- Client is not connected.
- Permission to create the directory was denied by the remote host. -or- A SSH command was denied by the server.
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
-
-
- Creates or opens a file for writing UTF-8 encoded text.
-
- The file to be opened for writing.
-
- A that writes text to a file using UTF-8 encoding without
- a Byte-Order Mark (BOM).
-
- is null.
- Client is not connected.
- The specified path is invalid, or its directory was not found on the remote host.
- The method was called after the client was disposed.
-
-
- If the target file already exists, it is overwritten. It is not first truncated to zero bytes.
-
-
- If the target file does not exist, it is created.
-
-
-
-
-
- Creates or opens a file for writing text using the specified encoding.
-
- The file to be opened for writing.
- The character encoding to use.
-
- A that writes to a file using the specified encoding.
-
- is null.
- Client is not connected.
- The specified path is invalid, or its directory was not found on the remote host.
- The method was called after the client was disposed.
-
-
- If the target file already exists, it is overwritten. It is not first truncated to zero bytes.
-
-
- If the target file does not exist, it is created.
-
-
-
-
-
- Deletes the specified file or directory.
-
- The name of the file or directory to be deleted. Wildcard characters are not supported.
- is null.
- Client is not connected.
- was not found on the remote host.
- The method was called after the client was disposed.
-
-
-
- Deletes remote directory specified by path.
-
- Directory to be deleted path.
- is null or contains only whitespace characters.
- Client is not connected.
- was not found on the remote host.
- Permission to delete the directory was denied by the remote host. -or- A SSH command was denied by the server.
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
-
-
- Deletes remote file specified by path.
-
- File to be deleted path.
- is null or contains only whitespace characters.
- Client is not connected.
- was not found on the remote host.
- Permission to delete the file was denied by the remote host. -or- A SSH command was denied by the server.
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
-
-
- Downloads remote file specified by the path into the stream.
-
- File to download.
- Stream to write the file into.
- The download callback.
- is null.
- is null or contains only whitespace characters.
- Client is not connected.
- Permission to perform the operation was denied by the remote host. -or- A SSH command was denied by the server.
- was not found on the remote host.///
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
- Method calls made by this method to , may under certain conditions result in exceptions thrown by the stream.
-
-
-
-
- Ends an asynchronous file downloading into the stream.
-
- The pending asynchronous SFTP request.
- The object did not come from the corresponding async method on this type.-or- was called multiple times with the same .
- Client is not connected.
- Permission to perform the operation was denied by the remote host. -or- A SSH command was denied by the server.
- The path was not found on the remote host.
- A SSH error where is the message from the remote host.
-
-
-
- Ends an asynchronous operation of retrieving list of files in remote directory.
-
- The pending asynchronous SFTP request.
-
- A list of files.
-
- The object did not come from the corresponding async method on this type.-or- was called multiple times with the same .
-
-
-
- Ends the synchronize directories.
-
- The async result.
-
- A list of uploaded files.
-
- The object did not come from the corresponding async method on this type.-or- was called multiple times with the same .
- The destination path was not found on the remote host.
-
-
-
- Ends an asynchronous uploading the stream into remote file.
-
- The pending asynchronous SFTP request.
- The object did not come from the corresponding async method on this type.-or- was called multiple times with the same .
- Client is not connected.
- The directory of the file was not found on the remote host.
- Permission to upload the file was denied by the remote host. -or- A SSH command was denied by the server.
- A SSH error where is the message from the remote host.
-
-
-
- Checks whether file or directory exists;
-
- The path.
-
- true if directory or file exists; otherwise false.
-
- is null or contains only whitespace characters.
- Client is not connected.
- Permission to perform the operation was denied by the remote host. -or- A SSH command was denied by the server.
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
-
-
- Gets reference to remote file or directory.
-
- The path.
-
- A reference to file object.
-
- Client is not connected.
- was not found on the remote host.
- is null.
- The method was called after the client was disposed.
-
-
-
- Gets the of the file on the path.
-
- The path to the file.
-
- The of the file on the path.
-
- is null.
- Client is not connected.
- was not found on the remote host.
- The method was called after the client was disposed.
-
-
-
- Returns the date and time the specified file or directory was last accessed.
-
- The file or directory for which to obtain access date and time information.
-
- A structure set to the date and time that the specified file or directory was last accessed.
- This value is expressed in local time.
-
- is null.
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Returns the date and time, in coordinated universal time (UTC), that the specified file or directory was last accessed.
-
- The file or directory for which to obtain access date and time information.
-
- A structure set to the date and time that the specified file or directory was last accessed.
- This value is expressed in UTC time.
-
- is null.
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Returns the date and time the specified file or directory was last written to.
-
- The file or directory for which to obtain write date and time information.
-
- A structure set to the date and time that the specified file or directory was last written to.
- This value is expressed in local time.
-
- is null.
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Returns the date and time, in coordinated universal time (UTC), that the specified file or directory was last written to.
-
- The file or directory for which to obtain write date and time information.
-
- A structure set to the date and time that the specified file or directory was last written to.
- This value is expressed in UTC time.
-
- is null.
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Gets status using statvfs@openssh.com request.
-
- The path.
-
- A instance that contains file status information.
-
- Client is not connected.
- is null.
- The method was called after the client was disposed.
-
-
-
- Retrieves list of files in remote directory.
-
- The path.
- The list callback.
-
- A list of files.
-
- is null.
- Client is not connected.
- Permission to list the contents of the directory was denied by the remote host. -or- A SSH command was denied by the server.
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
-
-
- Opens a on the specified path with read/write access.
-
- The file to open.
- A value that specifies whether a file is created if one does not exist, and determines whether the contents of existing files are retained or overwritten.
-
- An unshared that provides access to the specified file, with the specified mode and read/write access.
-
- is null.
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Opens a on the specified path, with the specified mode and access.
-
- The file to open.
- A value that specifies whether a file is created if one does not exist, and determines whether the contents of existing files are retained or overwritten.
- A value that specifies the operations that can be performed on the file.
-
- An unshared that provides access to the specified file, with the specified mode and access.
-
- is null.
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Opens an existing file for reading.
-
- The file to be opened for reading.
-
- A read-only on the specified path.
-
- is null.
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Opens an existing UTF-8 encoded text file for reading.
-
- The file to be opened for reading.
-
- A on the specified path.
-
- is null.
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Opens a file for writing.
-
- The file to be opened for writing.
-
- An unshared object on the specified path with access.
-
- is null.
- Client is not connected.
- The method was called after the client was disposed.
-
- If the file does not exist, it is created.
-
-
-
-
- Opens a binary file, reads the contents of the file into a byte array, and closes the file.
-
- The file to open for reading.
-
- A byte array containing the contents of the file.
-
- is null.
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Opens a text file, reads all lines of the file using UTF-8 encoding, and closes the file.
-
- The file to open for reading.
-
- A string array containing all lines of the file.
-
- is null.
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Opens a file, reads all lines of the file with the specified encoding, and closes the file.
-
- The file to open for reading.
- The encoding applied to the contents of the file.
-
- A string array containing all lines of the file.
-
- is null.
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Opens a text file, reads all lines of the file with the UTF-8 encoding, and closes the file.
-
- The file to open for reading.
-
- A string containing all lines of the file.
-
- is null.
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Opens a file, reads all lines of the file with the specified encoding, and closes the file.
-
- The file to open for reading.
- The encoding applied to the contents of the file.
-
- A string containing all lines of the file.
-
- is null.
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Reads the lines of a file with the UTF-8 encoding.
-
- The file to read.
-
- The lines of the file.
-
- is null.
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Read the lines of a file that has a specified encoding.
-
- The file to read.
- The encoding that is applied to the contents of the file.
-
- The lines of the file.
-
- is null.
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Renames remote file from old path to new path.
-
- Path to the old file location.
- Path to the new file location.
- is null. -or- or is null.
- Client is not connected.
- Permission to rename the file was denied by the remote host. -or- A SSH command was denied by the server.
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
-
-
- Renames remote file from old path to new path.
-
- Path to the old file location.
- Path to the new file location.
- if set to true then perform a posix rename.
- is null. -or- or is null.
- Client is not connected.
- Permission to rename the file was denied by the remote host. -or- A SSH command was denied by the server.
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
-
-
- Sets the specified of the file on the specified path.
-
- The path to the file.
- The desired .
- is null.
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Creates a symbolic link from old path to new path.
-
- The old path.
- The new path.
- is null. -or- is null or contains only whitespace characters.
- Client is not connected.
- Permission to create the symbolic link was denied by the remote host. -or- A SSH command was denied by the server.
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
-
-
- Synchronizes the directories.
-
- The source path.
- The destination path.
- The search pattern.
-
- A list of uploaded files.
-
- is null.
- is null or contains only whitespace.
- was not found on the remote host.
-
-
-
- Uploads stream into remote file.
-
- Data input stream.
- Remote file path.
- The upload callback.
- is null.
- is null or contains only whitespace characters.
- Client is not connected.
- Permission to upload the file was denied by the remote host. -or- A SSH command was denied by the server.
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
- Method calls made by this method to , may under certain conditions result in exceptions thrown by the stream.
-
-
-
-
- Uploads stream into remote file.
-
- Data input stream.
- Remote file path.
- if set to true then existing file will be overwritten.
- The upload callback.
- is null.
- is null or contains only whitespace characters.
- Client is not connected.
- Permission to upload the file was denied by the remote host. -or- A SSH command was denied by the server.
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
- Method calls made by this method to , may under certain conditions result in exceptions thrown by the stream.
-
-
-
-
- Writes the specified byte array to the specified file, and closes the file.
-
- The file to write to.
- The bytes to write to the file.
- is null.
- Client is not connected.
- The specified path is invalid, or its directory was not found on the remote host.
- The method was called after the client was disposed.
-
-
- If the target file already exists, it is overwritten. It is not first truncated to zero bytes.
-
-
- If the target file does not exist, it is created.
-
-
-
-
-
- Writes a collection of strings to the file using the UTF-8 encoding, and closes the file.
-
- The file to write to.
- The lines to write to the file.
- is null.
- Client is not connected.
- The specified path is invalid, or its directory was not found on the remote host.
- The method was called after the client was disposed.
-
-
- The characters are written to the file using UTF-8 encoding without a Byte-Order Mark (BOM).
-
-
- If the target file already exists, it is overwritten. It is not first truncated to zero bytes.
-
-
- If the target file does not exist, it is created.
-
-
-
-
-
- Writes a collection of strings to the file using the specified encoding, and closes the file.
-
- The file to write to.
- The lines to write to the file.
- The character encoding to use.
- is null.
- Client is not connected.
- The specified path is invalid, or its directory was not found on the remote host.
- The method was called after the client was disposed.
-
-
- If the target file already exists, it is overwritten. It is not first truncated to zero bytes.
-
-
- If the target file does not exist, it is created.
-
-
-
-
-
- Write the specified string array to the file using the UTF-8 encoding, and closes the file.
-
- The file to write to.
- The string array to write to the file.
- is null.
- Client is not connected.
- The specified path is invalid, or its directory was not found on the remote host.
- The method was called after the client was disposed.
-
-
- The characters are written to the file using UTF-8 encoding without a Byte-Order Mark (BOM).
-
-
- If the target file already exists, it is overwritten. It is not first truncated to zero bytes.
-
-
- If the target file does not exist, it is created.
-
-
-
-
-
- Writes the specified string array to the file by using the specified encoding, and closes the file.
-
- The file to write to.
- The string array to write to the file.
- An object that represents the character encoding applied to the string array.
- is null.
- Client is not connected.
- The specified path is invalid, or its directory was not found on the remote host.
- The method was called after the client was disposed.
-
-
- If the target file already exists, it is overwritten. It is not first truncated to zero bytes.
-
-
- If the target file does not exist, it is created.
-
-
-
-
-
- Writes the specified string to the file using the UTF-8 encoding, and closes the file.
-
- The file to write to.
- The string to write to the file.
- is null.
- Client is not connected.
- The specified path is invalid, or its directory was not found on the remote host.
- The method was called after the client was disposed.
-
-
- The characters are written to the file using UTF-8 encoding without a Byte-Order Mark (BOM).
-
-
- If the target file already exists, it is overwritten. It is not first truncated to zero bytes.
-
-
- If the target file does not exist, it is created.
-
-
-
-
-
- Writes the specified string to the file using the specified encoding, and closes the file.
-
- The file to write to.
- The string to write to the file.
- The encoding to apply to the string.
- is null.
- Client is not connected.
- The specified path is invalid, or its directory was not found on the remote host.
- The method was called after the client was disposed.
-
-
- If the target file already exists, it is overwritten. It is not first truncated to zero bytes.
-
-
- If the target file does not exist, it is created.
-
-
-
-
-
- Base interface for SSH subsystem implementations.
-
-
-
-
- Gets or set the number of seconds to wait for an operation to complete.
-
-
- The number of seconds to wait for an operation to complete, or -1 to wait indefinitely.
-
-
-
-
- Gets a value indicating whether this session is open.
-
-
- true if this session is open; otherwise, false.
-
-
-
-
- Connects the subsystem using a new SSH channel session.
-
- The session is already connected.
- The method was called after the session was disposed.
-
-
-
- Disconnects the subsystem channel.
-
-
-
-
- Waits a specified time for a given to get signaled.
-
- The handle to wait for.
- The number of millieseconds wait for to get signaled, or -1 to wait indefinitely.
- The connection was closed by the server.
- The channel was closed.
- The handle did not get signaled within the specified timeout.
-
-
-
- Blocks the current thread until the specified gets signaled, using a
- 32-bit signed integer to specify the time interval in milliseconds.
-
- The handle to wait for.
- To number of milliseconds to wait for to get signaled, or -1 to wait indefinitely.
-
- true if received a signal within the specified timeout;
- otherwise, false.
-
- The connection was closed by the server.
- The channel was closed.
-
- The blocking wait is also interrupted when either the established channel is closed, the current
- session is disconnected or an unexpected occurred while processing a channel
- or session event.
-
-
-
-
- Blocks the current thread until the specified gets signaled, using a
- 32-bit signed integer to specify the time interval in milliseconds.
-
- The first handle to wait for.
- The second handle to wait for.
- To number of milliseconds to wait for a to get signaled, or -1 to wait indefinitely.
-
- 0 if received a signal within the specified timeout and 1
- if received a signal within the specified timeout, or
- if no object satisfied the wait.
-
- The connection was closed by the server.
- The channel was closed.
-
-
- The blocking wait is also interrupted when either the established channel is closed, the current
- session is disconnected or an unexpected occurred while processing a channel
- or session event.
-
-
- When both and are signaled during the call,
- then 0 is returned.
-
-
-
-
-
- Waits for any of the elements in the specified array to receive a signal, using a 32-bit signed
- integer to specify the time interval.
-
- A array - constructed using - containing the objects to wait for.
- To number of milliseconds to wait for a to get signaled, or -1 to wait indefinitely.
-
- The array index of the first non-system object that satisfied the wait.
-
- The connection was closed by the server.
- The channel was closed.
- No object satified the wait and a time interval equivalent to has passed.
-
- For the return value, the index of the first non-system object is considered to be zero.
-
-
-
-
- Creates a array that is composed of system objects and the specified
- elements.
-
- A array containing the objects to wait for.
-
- A array that is composed of system objects and the specified elements.
-
-
-
-
- Creates a array that is composed of system objects and the specified
- elements.
-
- The first to wait for.
- The second to wait for.
-
- A array that is composed of system objects and the specified elements.
-
-
-
-
- Provides functionality to perform keyboard interactive authentication.
-
-
-
-
- Gets authentication method name
-
-
-
-
- Occurs when server prompts for more authentication information.
-
-
-
-
- Initializes a new instance of the class.
-
- The username.
- is whitespace or null.
-
-
-
- Authenticates the specified session.
-
- The session to authenticate.
- Result of authentication process.
-
-
-
- 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.
-
-
-
- Releases unmanaged resources and performs other cleanup operations before the
- is reclaimed by garbage collection.
-
-
-
-
- Provides connection information when keyboard interactive authentication method is used
-
-
-
-
-
-
-
- Occurs when server prompts for more authentication information.
-
-
-
-
-
-
-
- Initializes a new instance of the class.
-
- The host.
- The username.
-
-
-
- Initializes a new instance of the class.
-
- The host.
- The port.
- The username.
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Connection port.
- Connection username.
- Type of the proxy.
- The proxy host.
- The proxy port.
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Connection port.
- Connection username.
- Type of the proxy.
- The proxy host.
- The proxy port.
- The proxy username.
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Connection username.
- Type of the proxy.
- The proxy host.
- The proxy port.
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Connection username.
- Type of the proxy.
- The proxy host.
- The proxy port.
- The proxy username.
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Connection username.
- Type of the proxy.
- The proxy host.
- The proxy port.
- The proxy username.
- The proxy password.
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Connection port.
- Connection username.
- Type of the proxy.
- The proxy host.
- The proxy port.
- The proxy username.
- The proxy password.
-
-
-
- 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.
-
-
-
- Releases unmanaged resources and performs other cleanup operations before the
- is reclaimed by garbage collection.
-
-
-
-
- Provides data for message events.
-
- Message type
-
-
-
- Gets the message.
-
-
-
-
- Initializes a new instance of the class.
-
- The message.
- is null.
-
-
-
- Represents SSH_MSG_USERAUTH_BANNER message.
-
-
-
-
- Gets banner message.
-
-
-
-
- Gets banner language.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents SSH_MSG_USERAUTH_FAILURE message.
-
-
-
-
- Gets or sets the allowed authentications if available.
-
-
- The allowed authentications.
-
-
-
-
- Gets failure message.
-
-
-
-
- Gets a value indicating whether authentication is partially successful.
-
-
- true if partially successful; otherwise, false.
-
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents SSH_MSG_USERAUTH_INFO_REQUEST message.
-
-
-
-
- Gets information request name.
-
-
-
-
- Gets information request instruction.
-
-
-
-
- Gets information request language.
-
-
-
-
- Gets information request prompts.
-
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents SSH_MSG_USERAUTH_INFO_RESPONSE message.
-
-
-
-
- Gets authentication responses.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- -1 to indicate that the size of the message cannot be determined,
- or is too costly to calculate.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents SSH_MSG_USERAUTH_PASSWD_CHANGEREQ message.
-
-
-
-
- Gets password change request message as UTF-8 encoded byte array.
-
-
-
-
- Gets message language as UTF-8 encoded byte array.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents SSH_MSG_USERAUTH_PK_OK message.
-
-
-
-
- Gets the name of the public key algorithm as ASCII encoded byte array.
-
-
- The name of the public key algorithm.
-
-
-
-
- Gets the public key data.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents SSH_MSG_USERAUTH_REQUEST message. Server as a base message for other user authentication requests.
-
-
-
-
- Returns the authentication message code for SSH_MSG_USERAUTH_REQUEST.
-
-
-
-
- Gets authentication username as UTF-8 encoded byte array.
-
-
-
-
- Gets the name of the service as ASCII encoded byte array.
-
-
- The name of the service.
-
-
-
-
- Gets the name of the authentication method.
-
-
- The name of the method.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Initializes a new instance of the class.
-
- Name of the service.
- Authentication username.
- The name of the authentication method.
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents "hostbased" SSH_MSG_USERAUTH_REQUEST message.
-
-
-
-
- Gets the public key algorithm for host key as ASCII encoded byte array.
-
-
-
-
- Gets or sets the public host key and certificates for client host.
-
-
- The public host key.
-
-
-
-
- Gets or sets the name of the client host as ASCII encoded byte array.
-
-
- The name of the client host.
-
-
-
-
- Gets or sets the client username on the client host as UTF-8 encoded byte array.
-
-
- The client username.
-
-
-
-
- Gets or sets the signature.
-
-
- The signature.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Initializes a new instance of the class.
-
- Name of the service.
- Authentication username.
- The public key algorithm.
- The public host key.
- Name of the client host.
- The client username.
- The signature.
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents "keyboard-interactive" SSH_MSG_USERAUTH_REQUEST message.
-
-
-
-
- Gets message language.
-
-
-
-
- Gets authentication sub methods.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Initializes a new instance of the class.
-
- Name of the service.
- Authentication username.
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents "none" SSH_MSG_USERAUTH_REQUEST message.
-
-
-
-
- Initializes a new instance of the class.
-
- Name of the service.
- Authentication username.
-
-
-
- Represents "password" SSH_MSG_USERAUTH_REQUEST message.
-
-
-
-
- Gets authentication password.
-
-
-
-
- Gets new authentication password.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Initializes a new instance of the class.
-
- Name of the service.
- Authentication username.
- Authentication password.
-
-
-
- Initializes a new instance of the class.
-
- Name of the service.
- Authentication username.
- Authentication password.
- New authentication password.
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents "publickey" SSH_MSG_USERAUTH_REQUEST message.
-
-
-
-
- Gets the name of the public key algorithm as ASCII encoded byte array.
-
-
- The name of the public key algorithm.
-
-
-
-
- Gets the public key data.
-
-
-
-
- Gets or sets public key signature.
-
-
- The signature.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Initializes a new instance of the class.
-
- Name of the service.
- Authentication username.
- Name of private key algorithm.
- Private key data.
-
-
-
- Initializes a new instance of the class.
-
- Name of the service.
- Authentication username.
- Name of private key algorithm.
- Private key data.
- Private key signature.
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents SSH_MSG_USERAUTH_SUCCESS message.
-
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Gets the address to bind to.
-
-
-
-
- Gets port number to bind to.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents SSH_MSG_CHANNEL_CLOSE message.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- The local channel number.
-
-
-
- Represents SSH_MSG_CHANNEL_DATA message.
-
-
-
-
- Gets or sets message data.
-
-
- The data.
-
-
- The actual data to read or write depends on the and .
-
-
-
-
- Gets the zero-based offset in at which the data begins.
-
-
- The zero-based offset in at which the data begins.
-
-
-
-
- Gets the number of bytes of to read or write.
-
-
- The number of bytes of to read or write.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- The local channel number.
- Message data.
-
-
-
- Initializes a new instance of the class.
-
- The local channel number.
- The message data.
- The zero-based byte offset in at which to begin reading or writing data from.
- The number of bytes of to read or write.
-
-
-
- Loads the data.
-
-
-
-
- Saves the data.
-
-
-
-
- Represents SSH_MSG_CHANNEL_EOF message.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- The local channel number.
-
-
-
- Represents SSH_MSG_CHANNEL_EXTENDED_DATA message.
-
-
-
-
- Gets message data type code.
-
-
-
-
- Gets message data.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- The local channel number.
- The message data type code.
- The message data.
-
-
-
- Loads the data.
-
-
-
-
- Saves the data.
-
-
-
-
- Represents SSH_MSG_CHANNEL_FAILURE message.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- The local channel number.
-
-
-
- Base class for all channel specific SSH messages.
-
-
-
-
- Gets or sets the local channel number.
-
-
- The local channel number.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Initializes a new .
-
-
-
-
- Initializes a new with the specified local channel number.
-
- The local channel number.
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Returns a that represents this instance.
-
-
- A that represents this instance.
-
-
-
-
- Represents SSH_MSG_CHANNEL_OPEN_CONFIRMATION message.
-
-
-
-
- Gets the remote channel number.
-
-
-
-
- Gets the initial size of the window.
-
-
- The initial size of the window.
-
-
-
-
- Gets the maximum size of the packet.
-
-
- The maximum size of the packet.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- The local channel number.
- Initial size of the window.
- Maximum size of the packet.
- The remote channel number.
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents SSH_MSG_CHANNEL_OPEN_FAILURE message.
-
-
-
-
- Gets failure reason code.
-
-
-
-
- Gets description for failure.
-
-
-
-
- Gets message language.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- The local channel number.
- The description.
- The reason code.
-
-
-
- Initializes a new instance of the class.
-
- The local channel number.
- The description.
- The reason code.
- The language (RFC3066).
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- List channel open failure reasons defined by the protocol.
-
-
-
-
- SSH_OPEN_ADMINISTRATIVELY_PROHIBITED
-
-
-
-
- SSH_OPEN_CONNECT_FAILED
-
-
-
-
- SSH_OPEN_UNKNOWN_CHANNEL_TYPE
-
-
-
-
- SSH_OPEN_RESOURCE_SHORTAGE
-
-
-
-
- Base class for open channel messages
-
-
-
-
- Gets the type of the channel to open.
-
-
- The type of the channel to open.
-
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents SSH_MSG_CHANNEL_OPEN message.
-
-
-
-
- Gets the type of the channel as ASCII encoded byte array.
-
-
- The type of the channel.
-
-
-
-
- Gets or sets the local channel number.
-
-
- The local channel number.
-
-
-
-
- Gets the initial size of the window.
-
-
- The initial size of the window.
-
-
-
-
- Gets the maximum size of the packet.
-
-
- The maximum size of the packet.
-
-
-
-
- Gets channel specific open information.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- The channel number.
- Initial size of the window.
- Maximum size of the packet.
- Information specific to the type of the channel to open.
- is null.
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Used to open "direct-tcpip" channel type
-
-
-
-
- Specifies channel open type
-
-
-
-
- Gets the type of the channel to open.
-
-
- The type of the channel to open.
-
-
-
-
- Gets the host to connect.
-
-
-
-
- Gets the port to connect.
-
-
-
-
- Gets the originator address.
-
-
-
-
- Gets the originator port.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Initializes a new instance of the class from the
- specified data.
-
- is null.
-
-
-
- Initializes a new instance of the class.
-
- The host to connect.
- The port to connect.
- The originator address.
- The originator port.
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Used to open "forwarded-tcpip" channel type
-
-
-
-
- Initializes a new instance of the class from the
- specified data.
-
- is null.
-
-
-
- Initializes a new instance with the specified connector
- address and port, and originator address and port.
-
-
-
-
- Specifies channel open type
-
-
-
-
- Gets the type of the channel to open.
-
-
- The type of the channel to open.
-
-
-
-
- Gets the connected address.
-
-
-
-
- Gets the connected port.
-
-
-
-
- Gets the originator address.
-
-
-
-
- Gets the originator port.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Used to open "session" channel type
-
-
-
-
- Specifies channel open type
-
-
-
-
- Gets the type of the channel to open.
-
-
- The type of the channel to open.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class from the
- specified data.
-
- is null.
-
-
-
- Used to open "x11" channel type
-
-
-
-
- Specifies channel open type
-
-
-
-
- Gets the type of the channel to open.
-
-
- The type of the channel to open.
-
-
-
-
- Gets the originator address.
-
-
-
-
- Gets the originator port.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Initializes a new instance of the class from the
- specified data.
-
- is null.
-
-
-
- Initializes a new instance of the class with the
- specified originator address and port.
-
- The originator address.
- The originator port.
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents "break" type channel request information
-
-
-
-
- Channel request name
-
-
-
-
- Gets the name of the request.
-
-
- The name of the request.
-
-
-
-
- Gets break length in milliseconds.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- Length of the break.
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents SSH_MSG_CHANNEL_REQUEST message.
-
-
-
-
- Gets the name of the request.
-
-
- The name of the request.
-
-
-
-
- Gets channel request data.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- The local channel number.
- The info.
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents "eow@openssh.com" type channel request information
-
-
-
-
- Channel request name
-
-
-
-
- Gets the name of the request.
-
-
- The name of the request.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Represents "env" type channel request information
-
-
-
-
- Channel request name
-
-
-
-
- Gets the name of the request.
-
-
- The name of the request.
-
-
-
-
- Gets or sets the name of the variable.
-
-
- The name of the variable.
-
-
-
-
- Gets or sets the variable value.
-
-
- The variable value.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- Name of the variable.
- The variable value.
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents "exec" type channel request information
-
-
-
-
- Channel request name
-
-
-
-
- Gets the name of the request.
-
-
- The name of the request.
-
-
-
-
- Gets command to execute.
-
-
- The command.
-
-
-
-
- Gets the encoding.
-
-
- The encoding.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- The command.
- The character encoding to use.
- or is null.
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents "exit-signal" type channel request information
-
-
-
-
- Channel request name
-
-
-
-
- Gets the name of the request.
-
-
- The name of the request.
-
-
-
-
- Gets the name of the signal.
-
-
- The name of the signal.
-
-
-
-
- Gets a value indicating whether core is dumped.
-
-
- true if core is dumped; otherwise, false.
-
-
-
-
- Gets the error message.
-
-
-
-
- Gets message language.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- Name of the signal.
- if set to true then core is dumped.
- The error message.
- The language.
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents "exit-status" type channel request information
-
-
-
-
- Channel request name.
-
-
-
-
- Gets the name of the request.
-
-
- The name of the request.
-
-
-
-
- Gets the exit status number.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- The exit status number.
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents "keepalive@openssh.com" type channel request information
-
-
-
-
- Channel request name
-
-
-
-
- Gets the name of the request.
-
-
- The name of the request.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Represents "pty-req" type channel request information
-
-
-
-
- Channel request name
-
-
-
-
- Gets the name of the request.
-
-
- The name of the request.
-
-
-
-
- Gets or sets the value of the TERM environment variable (e.g., vt100).
-
-
- The value of the TERM environment variable.
-
-
-
-
- Gets or sets the terminal width in columns (e.g., 80).
-
-
- The terminal width in columns.
-
-
-
-
- Gets or sets the terminal width in rows (e.g., 24).
-
-
- The terminal width in rows.
-
-
-
-
- Gets or sets the terminal width in pixels (e.g., 640).
-
-
- The terminal width in pixels.
-
-
-
-
- Gets or sets the terminal height in pixels (e.g., 480).
-
-
- The terminal height in pixels.
-
-
-
-
- Gets or sets the terminal mode.
-
-
- The terminal mode.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- -1 to indicate that the size of the message cannot be determined,
- or is too costly to calculate.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- The TERM environment variable which a identifier for the text window’s capabilities.
- The terminal width in columns.
- The terminal width in rows.
- The terminal height in pixels.
- The terminal height in pixels.
- The terminal mode values.
-
-
- The TERM environment variable contains an identifier for the text window's capabilities.
- You can get a detailed list of these cababilities by using the ‘infocmp’ command.
-
-
- The column/row dimensions override the pixel dimensions(when nonzero). Pixel dimensions refer
- to the drawable area of the window.
-
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents type specific information for channel request.
-
-
-
-
- Gets the name of the request.
-
-
- The name of the request.
-
-
-
-
- Gets or sets a value indicating whether reply message is needed.
-
-
- true if reply message is needed; otherwise, false.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents "shell" type channel request information
-
-
-
-
- Channel request name
-
-
-
-
- Gets the name of the request.
-
-
- The name of the request.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Represents "signal" type channel request information
-
-
-
-
- Channel request name.
-
-
-
-
- Gets the name of the request.
-
-
- The name of the request.
-
-
-
-
- Gets the name of the signal.
-
-
- The name of the signal.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- Name of the signal.
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents "subsystem" type channel request information
-
-
-
-
- Channel request name
-
-
-
-
- Gets the name of the request.
-
-
- The name of the request.
-
-
-
-
- Gets the name of the subsystem.
-
-
- The name of the subsystem.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- The subsystem.
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents "window-change" type channel request information
-
-
-
-
- Channe request name
-
-
-
-
- Gets the name of the request.
-
-
- The name of the request.
-
-
-
-
- Gets the columns.
-
-
-
-
- Gets the rows.
-
-
-
-
- Gets the width.
-
-
-
-
- Gets the height.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- The columns.
- The rows.
- The width.
- The height.
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents "x11-req" type channel request information
-
-
-
-
- Channel request name
-
-
-
-
- Gets the name of the request.
-
-
- The name of the request.
-
-
-
-
- Gets or sets a value indicating whether it is a single connection.
-
-
- true if it is a single connection; otherwise, false.
-
-
-
-
- Gets or sets the authentication protocol.
-
-
- The authentication protocol.
-
-
-
-
- Gets or sets the authentication cookie.
-
-
- The authentication cookie.
-
-
-
-
- Gets or sets the screen number.
-
-
- The screen number.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- if set to true it is a single connection.
- The protocol.
- The cookie.
- The screen number.
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents "xon-xoff" type channel request information
-
-
-
-
- Channel request type
-
-
-
-
- Gets the name of the request.
-
-
- The name of the request.
-
-
-
-
- Gets or sets a value indicating whether client can do.
-
-
- true if client can do; otherwise, false.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- if set to true [client can do].
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents SSH_MSG_CHANNEL_SUCCESS message.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- The local channel number.
-
-
-
- Represents SSH_MSG_CHANNEL_SUCCESS message.
-
-
-
-
- Gets number of bytes to add to the window.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- The local channel number.
- The bytes to add.
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents SSH_MSG_GLOBAL_REQUEST message.
-
-
-
-
- Gets the name of the request.
-
-
- The name of the request.
-
-
-
-
- Gets a value indicating whether message reply should be sent..
-
-
- true if message reply should be sent; otherwise, false.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- Name of the request.
- if set to true [want reply].
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Specifies supported request names.
-
-
-
-
- tcpip-forward
-
-
-
-
- cancel-tcpip-forward
-
-
-
-
- Represents SSH_MSG_REQUEST_FAILURE message.
-
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents SSH_MSG_REQUEST_SUCCESS message.
-
-
-
-
- Gets the bound port.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- The bound port.
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Gets the address to bind to.
-
-
-
-
- Gets port number to bind to.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Base class for all SSH protocol messages
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Writes the message to the specified .
-
-
-
-
- Returns a that represents this instance.
-
-
- A that represents this instance.
-
-
-
-
- Process the current message for the specified .
-
- The for which to process the current message.
-
-
-
- Indicates that a class represents SSH message. This class cannot be inherited.
-
-
-
-
- Gets or sets message name as defined in RFC 4250.
-
-
- The name.
-
-
-
-
- Gets or sets message number as defined in RFC 4250.
-
-
- The number.
-
-
-
-
- Initializes a new instance of the class.
-
- The name.
- The number.
-
-
-
- Specifies list of supported services
-
-
-
-
- ssh-userauth
-
-
-
-
- ssh-connection
-
-
-
-
- Represents SSH_MSG_DEBUG message.
-
-
-
-
- Gets a value indicating whether the message to be always displayed.
-
-
- true if the message always to be displayed; otherwise, false.
-
-
-
-
- Gets debug message.
-
-
-
-
- Gets message language.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents SSH_MSG_DISCONNECT message.
-
-
-
-
- Gets disconnect reason code.
-
-
-
-
- Gets disconnect description.
-
-
-
-
- Gets message language.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- The reason code.
- The message.
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Provides list of disconnect reason as specified by the protocol.
-
-
-
-
- Disconnect reason is not provided.
-
-
-
-
- SSH_DISCONNECT_HOST_NOT_ALLOWED_TO_CONNECT
-
-
-
-
- SSH_DISCONNECT_PROTOCOL_ERROR
-
-
-
-
- SSH_DISCONNECT_KEY_EXCHANGE_FAILED
-
-
-
-
- SSH_DISCONNECT_RESERVED
-
-
-
-
- SSH_DISCONNECT_MAC_ERROR
-
-
-
-
- SSH_DISCONNECT_COMPRESSION_ERROR
-
-
-
-
- SSH_DISCONNECT_SERVICE_NOT_AVAILABLE
-
-
-
-
- SSH_DISCONNECT_PROTOCOL_VERSION_NOT_SUPPORTED
-
-
-
-
- SSH_DISCONNECT_HOST_KEY_NOT_VERIFIABLE
-
-
-
-
- SSH_DISCONNECT_CONNECTION_LOST
-
-
-
-
- SSH_DISCONNECT_BY_APPLICATION
-
-
-
-
- SSH_DISCONNECT_TOO_MANY_CONNECTIONS
-
-
-
-
- SSH_DISCONNECT_AUTH_CANCELLED_BY_USER
-
-
-
-
- SSH_DISCONNECT_NO_MORE_AUTH_METHODS_AVAILABLE
-
-
-
-
- SSH_DISCONNECT_ILLEGAL_USER_NAME
-
-
-
-
- Represents SSH_MSG_IGNORE message.
-
-
-
-
- Gets ignore message data if any.
-
-
-
-
- Initializes a new instance of the class
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Initializes a new instance of the class.
-
- The data.
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Indicates that message that implement this interface is allowed during key exchange phase
-
-
-
-
- Represents SSH_MSG_KEX_DH_GEX_GROUP message.
-
-
-
-
- Gets or sets the safe prime.
-
-
- The safe prime.
-
-
-
-
- Gets or sets the generator for subgroup in GF(p).
-
-
- The sub group.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents SSH_MSG_KEX_DH_GEX_INIT message.
-
-
-
-
- Gets the E value.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Initializes a new instance of the class.
-
- The client exchange value.
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents SSH_MSG_KEX_DH_GEX_REPLY message.
-
-
-
-
- Gets server public host key and certificates
-
- The host key.
-
-
-
- Gets the F value.
-
-
-
-
- Gets the signature of H.
-
- The signature.
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents SSH_MSG_KEX_DH_GEX_REQUEST message.
-
-
-
-
- Gets or sets the minimal size in bits of an acceptable group.
-
-
- The minimum.
-
-
-
-
- Gets or sets the preferred size in bits of the group the server will send.
-
-
- The preferred.
-
-
-
-
- Gets or sets the maximal size in bits of an acceptable group.
-
-
- The maximum.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Initializes a new instance of the class.
-
- The minimum.
- The preferred.
- The maximum.
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents SSH_MSG_KEXDH_INIT message.
-
-
-
-
- Gets the E value.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Initializes a new instance of the class.
-
- The client exchange value.
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents SSH_MSG_KEXDH_REPLY message.
-
-
-
-
- Gets server public host key and certificates
-
- The host key.
-
-
-
- Gets the F value.
-
-
-
-
- Gets the signature of H.
-
- The signature.
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents SSH_MSG_KEXECDH_INIT message.
-
-
-
-
- Gets the client's ephemeral contribution to the ECDH exchange, encoded as an octet string
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents SSH_MSG_KEXECDH_REPLY message.
-
-
-
-
- Gets a string encoding an X.509v3 certificate containing the server's ECDSA public host key
-
- The host key.
-
-
-
- Gets the server's ephemeral contribution to the ECDH exchange, encoded as an octet string.
-
-
-
-
- Gets an octet string containing the server's signature of the newly established exchange hash value.
-
- The signature.
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents SSH_MSG_KEXINIT message.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Gets session cookie.
-
-
-
-
- Gets or sets supported key exchange algorithms.
-
-
- Supported key exchange algorithms.
-
-
-
-
- Gets or sets supported server host key algorithms.
-
-
- Supported server host key algorithms.
-
-
-
-
- Gets or sets supported encryption algorithms client to server.
-
-
- Supported encryption algorithms client to server.
-
-
-
-
- Gets or sets supported encryption algorithms server to client.
-
-
- Supported encryption algorithms server to client.
-
-
-
-
- Gets or sets supported hash algorithms client to server.
-
-
- Supported hash algorithms client to server.
-
-
-
-
- Gets or sets supported hash algorithms server to client.
-
-
- Supported hash algorithms server to client.
-
-
-
-
- Gets or sets supported compression algorithms client to server.
-
-
- Supported compression algorithms client to server.
-
-
-
-
- Gets or sets supported compression algorithms server to client.
-
-
- Supported compression algorithms server to client.
-
-
-
-
- Gets or sets supported languages client to server.
-
-
- Supported languages client to server.
-
-
-
-
- Gets or sets supported languages server to client.
-
-
- The languages server to client.
-
-
-
-
- Gets or sets a value indicating whether first key exchange packet follows.
-
-
- true if first key exchange packet follows; otherwise, false.
-
-
-
-
- Gets or sets the reserved value.
-
-
- The reserved value.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- -1 to indicate that the size of the message cannot be determined,
- or is too costly to calculate.
-
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents SSH_MSG_NEWKEYS message.
-
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents SSH_MSG_SERVICE_ACCEPT message.
-
-
-
-
- Gets the name of the service.
-
-
- The name of the service.
-
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents SSH_MSG_SERVICE_REQUEST message.
-
-
-
-
- Gets the name of the service.
-
-
- The name of the service.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Initializes a new instance of the class.
-
- Name of the service.
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Represents SSH_MSG_UNIMPLEMENTED message.
-
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Contains operation for working with NetConf server.
-
-
-
-
- Holds instance that used to communicate to the server
-
-
-
-
- Gets or sets the operation timeout.
-
-
- The timeout to wait until an operation completes. The default value is negative
- one (-1) milliseconds, which indicates an infinite time-out period.
-
- represents a value that is less than -1 or greater than milliseconds.
-
-
-
- Gets the current NetConf session.
-
-
- The current NetConf session.
-
-
-
-
- Initializes a new instance of the class.
-
- The connection info.
- is null.
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Connection port.
- Authentication username.
- Authentication password.
- is null.
- is invalid, or is null or contains only whitespace characters.
- is not within and .
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Authentication username.
- Authentication password.
- is null.
- is invalid, or is null or contains only whitespace characters.
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Connection port.
- Authentication username.
- Authentication private key file(s) .
- is null.
- is invalid, -or- is null or contains only whitespace characters.
- is not within and .
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Authentication username.
- Authentication private key file(s) .
- is null.
- is invalid, -or- is null or contains only whitespace characters.
-
-
-
- Initializes a new instance of the class.
-
- The connection info.
- Specified whether this instance owns the connection info.
- is null.
-
- If is true, then the
- connection info will be disposed when this instance is disposed.
-
-
-
-
- Initializes a new instance of the class.
-
- The connection info.
- Specified whether this instance owns the connection info.
- The factory to use for creating new services.
- is null.
- is null.
-
- If is true, then the
- connection info will be disposed when this instance is disposed.
-
-
-
-
- Gets the NetConf server capabilities.
-
-
- The NetConf server capabilities.
-
-
-
-
- Gets the NetConf client capabilities.
-
-
- The NetConf client capabilities.
-
-
-
-
- Gets or sets a value indicating whether automatic message id handling is
- enabled.
-
-
- true if automatic message id handling is enabled; otherwise, false.
- The default value is true.
-
-
-
-
- Sends the receive RPC.
-
- The RPC.
- Reply message to RPC request
- Client is not connected.
-
-
-
- Sends the receive RPC.
-
- The XML.
- Reply message to RPC request
-
-
-
- Sends the close RPC.
-
- Reply message to closing RPC request
- Client is not connected.
-
-
-
- Called when client is connected to the server.
-
-
-
-
- Called when client is disconnecting from the server.
-
-
-
-
- Releases unmanaged and - optionally - managed resources
-
- true to release both managed and unmanaged resources; false to release only unmanaged resources.
-
-
-
- Gets the NetConf server capabilities.
-
-
- The NetConf server capabilities.
-
-
-
-
- Gets the NetConf client capabilities.
-
-
- The NetConf client capabilities.
-
-
-
-
- Gets NetConf server capabilities.
-
-
-
-
- Gets NetConf client capabilities.
-
-
-
-
- Initializes a new instance of the class.
-
- The session.
- The number of milliseconds to wait for an operation to complete, or -1 to wait indefinitely.
-
-
-
- Provides functionality for "none" authentication method
-
-
-
-
- Gets connection name
-
-
-
-
- Initializes a new instance of the class.
-
- The username.
- is whitespace or null.
-
-
-
- Authenticates the specified session.
-
- The session.
-
- Result of authentication process.
-
- is null.
-
-
-
- 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.
-
-
-
- Releases unmanaged resources and performs other cleanup operations before the
- is reclaimed by garbage collection.
-
-
-
-
- Provides functionality to perform password authentication.
-
-
-
-
- Gets authentication method name
-
-
-
-
- Gets the password as a sequence of bytes.
-
-
- The password as a sequence of bytes.
-
-
-
-
- Occurs when user's password has expired and needs to be changed.
-
-
-
-
- Initializes a new instance of the class.
-
- The username.
- The password.
- is whitespace or null.
- is null.
-
-
-
- Initializes a new instance of the class.
-
- The username.
- The password.
- is whitespace or null.
- is null.
-
-
-
- Authenticates the specified session.
-
- The session to authenticate.
-
- Result of authentication process.
-
- is null.
-
-
-
- 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.
-
-
-
- Releases unmanaged resources and performs other cleanup operations before the
- is reclaimed by garbage collection.
-
-
-
-
- Provides connection information when password authentication method is used
-
-
-
-
-
-
-
-
-
- Occurs when user's password has expired and needs to be changed.
-
-
-
-
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Connection username.
- Connection password.
-
-
-
- is null.
- is invalid, or is null or contains only whitespace characters.
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Connection port.
- Connection username.
- Connection password.
- is null.
- is invalid, or is null or contains only whitespace characters.
- is not within and .
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- The port.
- Connection username.
- Connection password.
- Type of the proxy.
- The proxy host.
- The proxy port.
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- The port.
- Connection username.
- Connection password.
- Type of the proxy.
- The proxy host.
- The proxy port.
- The proxy username.
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Connection username.
- Connection password.
- Type of the proxy.
- The proxy host.
- The proxy port.
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Connection username.
- Connection password.
- Type of the proxy.
- The proxy host.
- The proxy port.
- The proxy username.
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Connection username.
- Connection password.
- Type of the proxy.
- The proxy host.
- The proxy port.
- The proxy username.
- The proxy password.
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Connection username.
- Connection password.
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Connection port.
- Connection username.
- Connection password.
- is null.
- is invalid, or is null or contains only whitespace characters.
- is not within and .
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- The port.
- Connection username.
- Connection password.
- Type of the proxy.
- The proxy host.
- The proxy port.
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- The port.
- Connection username.
- Connection password.
- Type of the proxy.
- The proxy host.
- The proxy port.
- The proxy username.
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Connection username.
- Connection password.
- Type of the proxy.
- The proxy host.
- The proxy port.
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Connection username.
- Connection password.
- Type of the proxy.
- The proxy host.
- The proxy port.
- The proxy username.
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Connection username.
- Connection password.
- Type of the proxy.
- The proxy host.
- The proxy port.
- The proxy username.
- The proxy password.
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- The port.
- Connection username.
- Connection password.
- Type of the proxy.
- The proxy host.
- The proxy port.
- The proxy username.
- The proxy password.
-
-
-
- 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.
-
-
-
- Releases unmanaged resources and performs other cleanup operations before the
- is reclaimed by garbage collection.
-
-
-
-
- Provides functionality to perform private key authentication.
-
-
-
-
- Gets authentication method name
-
-
-
-
- Gets the key files used for authentication.
-
-
-
-
- Initializes a new instance of the class.
-
- The username.
- The key files.
- is whitespace or null.
-
-
-
- Authenticates the specified session.
-
- The session to authenticate.
-
- Result of authentication process.
-
-
-
-
- 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.
-
-
-
- Releases unmanaged resources and performs other cleanup operations before the
- is reclaimed by garbage collection.
-
-
-
-
- Provides connection information when private key authentication method is used
-
-
-
-
-
-
-
- Gets the key files used for authentication.
-
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Connection username.
- Connection key files.
-
-
-
-
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Connection port.
- Connection username.
- Connection key files.
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- The port.
- Connection username.
- Type of the proxy.
- The proxy host.
- The proxy port.
- The key files.
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- The port.
- Connection username.
- Type of the proxy.
- The proxy host.
- The proxy port.
- The proxy username.
- The key files.
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Connection username.
- Type of the proxy.
- The proxy host.
- The proxy port.
- The key files.
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Connection username.
- Type of the proxy.
- The proxy host.
- The proxy port.
- The proxy username.
- The key files.
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Connection username.
- Type of the proxy.
- The proxy host.
- The proxy port.
- The proxy username.
- The proxy password.
- The key files.
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- The port.
- Connection username.
- Type of the proxy.
- The proxy host.
- The proxy port.
- The proxy username.
- The proxy password.
- The key files.
-
-
-
- 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.
-
-
-
- Releases unmanaged resources and performs other cleanup operations before the
- is reclaimed by garbage collection.
-
-
-
-
- Represents private key information.
-
-
-
-
-
-
- The following private keys are supported:
-
- -
- RSA in OpenSSL PEM and ssh.com format
-
- -
- DSA in OpenSSL PEM and ssh.com format
-
- -
- ECDSA 256/384/521 in OpenSSL PEM format
-
- -
- ED25519 in OpenSSH key format
-
-
-
-
- The following encryption algorithms are supported:
-
- -
- DES-EDE3-CBC
-
- -
- DES-EDE3-CFB
-
- -
- DES-CBC
-
- -
- AES-128-CBC
-
- -
- AES-192-CBC
-
- -
- AES-256-CBC
-
-
-
-
-
-
-
- Gets the host key.
-
-
-
-
- Initializes a new instance of the class.
-
- The private key.
-
-
-
- Initializes a new instance of the class.
-
- Name of the file.
- is null or empty.
- This method calls internally, this method does not catch exceptions from .
-
-
-
- Initializes a new instance of the class.
-
- Name of the file.
- The pass phrase.
- is null or empty, or is null.
- This method calls internally, this method does not catch exceptions from .
-
-
-
- Initializes a new instance of the class.
-
- The private key.
- The pass phrase.
- or is null.
-
-
-
- Opens the specified private key.
-
- The private key.
- The pass phrase.
-
-
-
- Decrypts encrypted private key file data.
-
- The cipher info.
- Encrypted data.
- Decryption pass phrase.
- Decryption binary salt.
- Decrypted byte array.
- , , or is null.
-
-
-
- Parses an OpenSSH V1 key file (i.e. ED25519 key) according to the the key spec:
- https://github.com/openssh/openssh-portable/blob/master/PROTOCOL.key.
-
- the key file data (i.e. base64 encoded data between the header/footer)
- passphrase or null if there isn't one
-
-
-
-
- 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.
-
-
-
- Releases unmanaged resources and performs other cleanup operations before the
- is reclaimed by garbage collection.
-
-
-
-
- Reads next mpint data type from internal buffer where length specified in bits.
-
- mpint read.
-
-
-
- Specifies the type of proxy client will use to connect to server.
-
-
-
- No proxy server.
-
-
- A SOCKS4 proxy server.
-
-
- A SOCKS5 proxy server.
-
-
- A HTTP proxy server.
-
-
-
- Encloses a path in double quotes, and escapes any embedded double quote with a backslash.
-
-
-
-
- Encloses a path in double quotes, and escapes any embedded double quote with a backslash.
-
- The path to transform.
-
- The transformed path.
-
- is null.
-
-
-
- Original
- Transformed
-
- -
- /var/log/auth.log
- "/var/log/auth.log"
-
- -
- /var/mp3/Guns N' Roses
- "/var/mp3/Guns N' Roses"
-
- -
- /var/garbage!/temp
- "/var/garbage!/temp"
-
- -
- /var/would be 'kewl'!/not?
- "/var/would be 'kewl'!, not?"
-
- -
-
- ""
-
- -
- Hello "World"
- "Hello \"World"
-
-
-
-
-
-
- Performs no transformation.
-
-
-
-
- Returns the specified path without applying a transformation.
-
- The path to transform.
-
- The specified path as is.
-
- is null.
-
- This transformation is recommended for servers that do not require any quoting to preserve the
- literal value of metacharacters, or when paths are guaranteed to never contain any such characters.
-
-
-
-
- Quotes a path in a way to be suitable to be used with a shell-based server.
-
-
-
-
- Quotes a path in a way to be suitable to be used with a shell-based server.
-
- The path to transform.
-
- A quoted path.
-
- is null.
-
-
- If contains a single-quote, that character is embedded
- in quotation marks (eg. "'"). Sequences of single-quotes are grouped in a single
- pair of quotation marks.
-
-
- An exclamation mark in is escaped with a backslash. This is
- necessary because C Shell interprets it as a meta-character for history substitution
- even when enclosed in single quotes or quotation marks.
-
-
- All other characters are enclosed in single quotes. Sequences of such characters are grouped
- in a single pair of single quotes.
-
-
- References:
-
- -
- Shell Command Language
-
- -
- Unix C-Shell special characters and their uses
-
- -
- Differences Between Bourne and C Shell Quoting
-
-
-
-
-
-
-
- Original
- Transformed
-
- -
- /var/log/auth.log
- '/var/log/auth.log'
-
- -
- /var/mp3/Guns N' Roses
- '/var/mp3/Guns N'"'"' Roses'
-
- -
- /var/garbage!/temp
- '/var/garbage'\!'/temp'
-
- -
- /var/would be 'kewl'!, not?
- '/var/would be '"'"'kewl'"'"\!', not?'
-
- -
-
- ''
-
- -
- Hello "World"
- 'Hello "World"'
-
-
-
-
-
-
- Provides access to built-in remote path transformations.
-
-
- References:
-
- -
- Shell Command Language
-
- -
- Unix C-Shell special characters and their uses
-
- -
- Differences Between Bourne and C Shell Quoting
-
- -
- Everyone quotes command line arguments the wrong way
-
-
-
-
-
-
- Quotes a path in a way to be suitable to be used with a shell-based server.
-
-
- A quoted path.
-
-
-
- If a path contains a single-quote, that character is embedded in quotation marks (eg. "'").
- Sequences of single-quotes are grouped in a single pair of quotation marks.
-
-
- An exclamation mark in a path is escaped with a backslash. This is necessary because C Shell
- interprets it as a meta-character for history substitution even when enclosed in single quotes
- or quotation marks.
-
-
- All other characters are enclosed in single quotes. Sequences of such characters are grouped
- in a single pair of single quotes.
-
-
-
-
-
- Original
- Transformed
-
- -
- /var/log/auth.log
- '/var/log/auth.log'
-
- -
- /var/mp3/Guns N' Roses
- '/var/mp3/Guns N'"'"' Roses'
-
- -
- /var/garbage!/temp
- '/var/garbage'\!'/temp'
-
- -
- /var/would be 'kewl'!, not?
- '/var/would be '"'"'kewl'"'"\!', not?'
-
- -
-
- ''
-
- -
- Hello "World"
- 'Hello "World"'
-
-
-
-
-
-
- Performs no transformation.
-
-
- Recommended for servers that do not require any character to be escaped or enclosed in quotes,
- or when paths are guaranteed to never contain any special characters (such as #, ", ', $, ...).
-
-
-
-
- Encloses a path in double quotes, and escapes any embedded double quote with a backslash.
-
-
- A transformation that encloses a path in double quotes, and escapes any embedded double quote with
- a backslash.
-
-
-
-
- Original
- Transformed
-
- -
- /var/log/auth.log
- "/var/log/auth.log"
-
- -
- /var/mp3/Guns N' Roses
- "/var/mp3/Guns N' Roses"
-
- -
- /var/garbage!/temp
- "/var/garbage!/temp"
-
- -
- /var/would be 'kewl'!, not?
- "/var/would be 'kewl'!, not?"
-
- -
-
- ""
-
- -
- Hello "World"
- "Hello \"World"
-
-
-
-
-
-
- Provides SCP client functionality.
-
-
-
- More information on the SCP protocol is available here:
- https://github.com/net-ssh/net-scp/blob/master/lib/net/scp.rb
-
-
- Known issues in OpenSSH:
-
- -
- Recursive download (-prf) does not deal well with specific UTF-8 and newline characters.
- Recursive update does not support empty path for uploading to home directory.
-
-
-
-
-
- Provides SCP client functionality.
-
-
-
-
- Gets or sets the operation timeout.
-
-
- The timeout to wait until an operation completes. The default value is negative
- one (-1) milliseconds, which indicates an infinite time-out period.
-
-
-
-
- Gets or sets the size of the buffer.
-
-
- The size of the buffer. The default buffer size is 16384 bytes.
-
-
-
-
- Gets or sets the transformation to apply to remote paths.
-
-
- The transformation to apply to remote paths. The default is .
-
- is null.
-
-
- This transformation is applied to the remote file or directory path that is passed to the
- scp command.
-
-
- See for the transformations that are supplied
- out-of-the-box with SSH.NET.
-
-
-
-
-
- Occurs when downloading file.
-
-
-
-
- Occurs when uploading file.
-
-
-
-
- Initializes a new instance of the class.
-
- The connection info.
- is null.
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Connection port.
- Authentication username.
- Authentication password.
- is null.
- is invalid, or is null or contains only whitespace characters.
- is not within and .
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Authentication username.
- Authentication password.
- is null.
- is invalid, or is null or contains only whitespace characters.
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Connection port.
- Authentication username.
- Authentication private key file(s) .
- is null.
- is invalid, -or- is null or contains only whitespace characters.
- is not within and .
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Authentication username.
- Authentication private key file(s) .
- is null.
- is invalid, -or- is null or contains only whitespace characters.
-
-
-
- Initializes a new instance of the class.
-
- The connection info.
- Specified whether this instance owns the connection info.
- is null.
-
- If is true, then the
- connection info will be disposed when this instance is disposed.
-
-
-
-
- Initializes a new instance of the class.
-
- The connection info.
- Specified whether this instance owns the connection info.
- The factory to use for creating new services.
- is null.
- is null.
-
- If is true, then the
- connection info will be disposed when this instance is disposed.
-
-
-
-
- Uploads the specified stream to the remote host.
-
- The to upload.
- A relative or absolute path for the remote file.
- is null.
- is a zero-length .
- A directory with the specified path exists on the remote host.
- The secure copy execution request was rejected by the server.
-
-
-
- Downloads the specified file from the remote host to the stream.
-
- A relative or absolute path for the remote file.
- The to download the remote file to.
- is null or contains only whitespace characters.
- is null.
- exists on the remote host, and is not a regular file.
- The secure copy execution request was rejected by the server.
-
-
-
- Sets mode, size and name of file being upload.
-
- The channel to perform the upload in.
- A from which any feedback from the server can be read.
- The size of the content to upload.
- The name of the file, without path, to which the content is to be uploaded.
-
-
- When the SCP transfer is already initiated for a file, a zero-length should
- be specified for . This prevents the server from uploading the
- content to a file with path <file path>/ if there's
- already a directory with this path, and allows us to receive an error response.
-
-
-
-
-
- Uploads the content of a file.
-
- The channel to perform the upload in.
- A from which any feedback from the server can be read.
- The content to upload.
- The name of the remote file, without path, to which the content is uploaded.
-
- is only used for raising the event.
-
-
-
-
- Checks the return code.
-
- The output stream.
-
-
-
- Read a LF-terminated string from the .
-
- The to read from.
-
- The string without trailing LF.
-
-
-
-
- Uploads the specified file to the remote host.
-
- The file system info.
- A relative or absolute path for the remote file.
- is null.
- is null.
- is a zero-length .
- A directory with the specified path exists on the remote host.
- The secure copy execution request was rejected by the server.
-
-
-
- Uploads the specified directory to the remote host.
-
- The directory info.
- A relative or absolute path for the remote directory.
- is null.
- is null.
- is a zero-length string.
- does not exist on the remote host, is not a directory or the user does not have the required permission.
- The secure copy execution request was rejected by the server.
-
-
-
- Downloads the specified file from the remote host to local file.
-
- Remote host file name.
- Local file information.
- is null.
- is null or empty.
- exists on the remote host, and is not a regular file.
- The secure copy execution request was rejected by the server.
-
-
-
- Downloads the specified directory from the remote host to local directory.
-
- Remote host directory name.
- Local directory information.
- is null or empty.
- is null.
- File or directory with the specified path does not exist on the remote host.
- The secure copy execution request was rejected by the server.
-
-
-
- Uploads the and
- of the next file or directory to upload.
-
- The channel to perform the upload in.
- A from which any feedback from the server can be read.
- The file or directory to upload.
-
-
-
- Upload the files and subdirectories in the specified directory.
-
- The channel to perform the upload in.
- A from which any feedback from the server can be read.
- The directory to upload.
-
-
-
- Sets mode and name of the directory being upload.
-
-
-
-
- Return a value indicating whether the specified path is a valid SCP file path.
-
- The path to verify.
-
- if is a valid SCP file path; otherwise, .
-
-
- To match OpenSSH behavior (introduced as a result of CVE-2018-20685), a file path is considered
- invalid in any of the following conditions:
-
- -
- is a zero-length string.
-
- -
- is ".".
-
- -
- is "..".
-
- -
- contains a forward slash (/).
-
-
-
-
-
-
- Represents the abstract base class from which all implementations of algorithms must inherit.
-
-
-
-
- Gets algorithm name.
-
-
-
- Copy constructor. This will copy the state of the provided
- message digest.
-
-
- interface that a message digest conforms to.
-
-
- return the algorithm name
-
- @return the algorithm name
-
-
- return the size, in bytes, of the digest produced by this message digest.
-
- @return the size, in bytes, of the digest produced by this message digest.
-
-
- return the size, in bytes, of the internal buffer used by this digest.
-
- @return the size, in bytes, of the internal buffer used by this digest.
-
-
- update the message digest with a single byte.
-
- @param inByte the input byte to be entered.
-
-
- update the message digest with a block of bytes.
-
- @param input the byte array containing the data.
- @param inOff the offset into the byte array where the data starts.
- @param len the length of the data.
-
-
- Close the digest, producing the final digest value. The doFinal
- call leaves the digest reset.
-
- @param output the array the digest is to be copied into.
- @param outOff the offset into the out array the digest is to start at.
-
-
- reset the digest back to it's initial state.
-
-
- The base class for parameters to key generators.
-
-
- initialise the generator with a source of randomness
- and a strength (in bits).
-
- @param random the random byte source.
- @param strength the size, in bits, of the keys we want to produce.
-
-
- return the random source associated with this
- generator.
-
- @return the generators random source.
-
-
- return the bit strength for keys produced by this generator,
-
- @return the strength of the keys this generator produces (in bits).
-
-
- Generic interface for objects generating random bytes.
-
-
- Add more seed material to the generator.
- A byte array to be mixed into the generator's state.
-
-
- Add more seed material to the generator.
- A long value to be mixed into the generator's state.
-
-
- Fill byte array with random values.
- Array to be filled.
-
-
- Fill byte array with random values.
- Array to receive bytes.
- Index to start filling at.
- Length of segment to fill.
-
-
- return a = a + b - b preserved.
-
-
- unsigned comparison on two arrays - note the arrays may
- start with leading zeros.
-
-
- return z = x / y - done in place (z value preserved, x contains the
- remainder)
-
-
- return whether or not a BigInteger is probably prime with a
- probability of 1 - (1/2)**certainty.
- From Knuth Vol 2, pg 395.
-
-
- Calculate the numbers u1, u2, and u3 such that:
-
- u1 * a + u2 * b = u3
-
- where u3 is the greatest common divider of a and b.
- a and b using the extended Euclid algorithm (refer p. 323
- of The Art of Computer Programming vol 2, 2nd ed).
- This also seems to have the side effect of calculating
- some form of multiplicative inverse.
-
- @param a First number to calculate gcd for
- @param b Second number to calculate gcd for
- @param u1Out the return object for the u1 value
- @return The greatest common divisor of a and b
-
-
- return w with w = x * x - w is assumed to have enough space.
-
-
- return x with x = y * z - x is assumed to have enough space.
-
-
- Calculate mQuote = -m^(-1) mod b with b = 2^32 (32 = word size)
-
-
- Montgomery multiplication: a = x * y * R^(-1) mod m
-
- Based algorithm 14.36 of Handbook of Applied Cryptography.
-
- m, x, y should have length n
- a should have length (n + 1)
- b = 2^32, R = b^n
-
- The result is put in x
-
- NOTE: the indices of x, y, m, a different in HAC and in Java
-
-
- return x = x % y - done in place (y value preserved)
-
-
- do a left shift - this returns a new array.
-
-
- do a right shift - this does it in place.
-
-
- do a right shift by one - this does it in place.
-
-
- returns x = x - y - we assume x is >= y
-
-
- Class representing a simple version of a big decimal. A
- SimpleBigDecimal is basically a
- {@link java.math.BigInteger BigInteger} with a few digits on the right of
- the decimal point. The number of (binary) digits on the right of the decimal
- point is called the scale of the SimpleBigDecimal.
- Unlike in {@link java.math.BigDecimal BigDecimal}, the scale is not adjusted
- automatically, but must be set manually. All SimpleBigDecimals
- taking part in the same arithmetic operation must have equal scale. The
- result of a multiplication of two SimpleBigDecimals returns a
- SimpleBigDecimal with double scale.
-
-
- Returns a SimpleBigDecimal representing the same numerical
- value as value.
- @param value The value of the SimpleBigDecimal to be
- created.
- @param scale The scale of the SimpleBigDecimal to be
- created.
- @return The such created SimpleBigDecimal.
-
-
- Constructor for SimpleBigDecimal. The value of the
- constructed SimpleBigDecimal Equals bigInt /
- 2scale.
- @param bigInt The bigInt value parameter.
- @param scale The scale of the constructed SimpleBigDecimal.
-
-
- Class holding methods for point multiplication based on the window
- τ-adic nonadjacent form (WTNAF). The algorithms are based on the
- paper "Improved Algorithms for Arithmetic on Anomalous Binary Curves"
- by Jerome A. Solinas. The paper first appeared in the Proceedings of
- Crypto 1997.
-
-
- The window width of WTNAF. The standard value of 4 is slightly less
- than optimal for running time, but keeps space requirements for
- precomputation low. For typical curves, a value of 5 or 6 results in
- a better running time. When changing this value, the
- αu's must be computed differently, see
- e.g. "Guide to Elliptic Curve Cryptography", Darrel Hankerson,
- Alfred Menezes, Scott Vanstone, Springer-Verlag New York Inc., 2004,
- p. 121-122
-
-
- 24
-
-
- The αu's for a=0 as an array
- of ZTauElements.
-
-
- The αu's for a=0 as an array
- of TNAFs.
-
-
- The αu's for a=1 as an array
- of ZTauElements.
-
-
- The αu's for a=1 as an array
- of TNAFs.
-
-
- Computes the norm of an element λ of
- Z[τ].
- @param mu The parameter μ of the elliptic curve.
- @param lambda The element λ of
- Z[τ].
- @return The norm of λ.
-
-
- Computes the norm of an element λ of
- R[τ], where λ = u + vτ
- and u and u are real numbers (elements of
- R).
- @param mu The parameter μ of the elliptic curve.
- @param u The real part of the element λ of
- R[τ].
- @param v The τ-adic part of the element
- λ of R[τ].
- @return The norm of λ.
-
-
- Rounds an element λ of R[τ]
- to an element of Z[τ], such that their difference
- has minimal norm. λ is given as
- λ = λ0 + λ1τ.
- @param lambda0 The component λ0.
- @param lambda1 The component λ1.
- @param mu The parameter μ of the elliptic curve. Must
- equal 1 or -1.
- @return The rounded element of Z[τ].
- @throws ArgumentException if lambda0 and
- lambda1 do not have same scale.
-
-
- Approximate division by n. For an integer
- k, the value λ = s k / n is
- computed to c bits of accuracy.
- @param k The parameter k.
- @param s The curve parameter s0 or
- s1.
- @param vm The Lucas Sequence element Vm.
- @param a The parameter a of the elliptic curve.
- @param m The bit length of the finite field
- Fm.
- @param c The number of bits of accuracy, i.e. the scale of the returned
- SimpleBigDecimal.
- @return The value λ = s k / n computed to
- c bits of accuracy.
-
-
- Computes the τ-adic NAF (non-adjacent form) of an
- element λ of Z[τ].
- @param mu The parameter μ of the elliptic curve.
- @param lambda The element λ of
- Z[τ].
- @return The τ-adic NAF of λ.
-
-
- Applies the operation τ() to an
- AbstractF2mPoint.
- @param p The AbstractF2mPoint to which τ() is applied.
- @return τ(p)
-
-
- Returns the parameter μ of the elliptic curve.
- @param curve The elliptic curve from which to obtain μ.
- The curve must be a Koblitz curve, i.e. a Equals
- 0 or 1 and b Equals
- 1.
- @return μ of the elliptic curve.
- @throws ArgumentException if the given ECCurve is not a Koblitz
- curve.
-
-
- Calculates the Lucas Sequence elements Uk-1 and
- Uk or Vk-1 and
- Vk.
- @param mu The parameter μ of the elliptic curve.
- @param k The index of the second element of the Lucas Sequence to be
- returned.
- @param doV If set to true, computes Vk-1 and
- Vk, otherwise Uk-1 and
- Uk.
- @return An array with 2 elements, containing Uk-1
- and Uk or Vk-1
- and Vk.
-
-
- Computes the auxiliary value tw. If the width is
- 4, then for mu = 1, tw = 6 and for
- mu = -1, tw = 10
- @param mu The parameter μ of the elliptic curve.
- @param w The window width of the WTNAF.
- @return the auxiliary value tw
-
-
- Computes the auxiliary values s0 and
- s1 used for partial modular reduction.
- @param curve The elliptic curve for which to compute
- s0 and s1.
- @throws ArgumentException if curve is not a
- Koblitz curve (Anomalous Binary Curve, ABC).
-
-
- Partial modular reduction modulo
- (τm - 1)/(τ - 1).
- @param k The integer to be reduced.
- @param m The bitlength of the underlying finite field.
- @param a The parameter a of the elliptic curve.
- @param s The auxiliary values s0 and
- s1.
- @param mu The parameter μ of the elliptic curve.
- @param c The precision (number of bits of accuracy) of the partial
- modular reduction.
- @return ρ := k partmod (τm - 1)/(τ - 1)
-
-
- Multiplies a {@link org.bouncycastle.math.ec.AbstractF2mPoint AbstractF2mPoint}
- by a BigInteger using the reduced τ-adic
- NAF (RTNAF) method.
- @param p The AbstractF2mPoint to Multiply.
- @param k The BigInteger by which to Multiply p.
- @return k * p
-
-
- Multiplies a {@link org.bouncycastle.math.ec.AbstractF2mPoint AbstractF2mPoint}
- by an element λ of Z[τ]
- using the τ-adic NAF (TNAF) method.
- @param p The AbstractF2mPoint to Multiply.
- @param lambda The element λ of
- Z[τ].
- @return λ * p
-
-
- Multiplies a {@link org.bouncycastle.math.ec.AbstractF2mPoint AbstractF2mPoint}
- by an element λ of Z[τ]
- using the τ-adic NAF (TNAF) method, given the TNAF
- of λ.
- @param p The AbstractF2mPoint to Multiply.
- @param u The the TNAF of λ..
- @return λ * p
-
-
- Computes the [τ]-adic window NAF of an element
- λ of Z[τ].
- @param mu The parameter μ of the elliptic curve.
- @param lambda The element λ of
- Z[τ] of which to compute the
- [τ]-adic NAF.
- @param width The window width of the resulting WNAF.
- @param pow2w 2width.
- @param tw The auxiliary value tw.
- @param alpha The αu's for the window width.
- @return The [τ]-adic window NAF of
- λ.
-
-
- Does the precomputation for WTNAF multiplication.
- @param p The ECPoint for which to do the precomputation.
- @param a The parameter a of the elliptic curve.
- @return The precomputation array for p.
-
-
- Class representing an element of Z[τ]. Let
- λ be an element of Z[τ]. Then
- λ is given as λ = u + vτ. The
- components u and v may be used directly, there
- are no accessor methods.
- Immutable class.
-
-
- The "real" part of λ.
-
-
- The "τ-adic" part of λ.
-
-
- Constructor for an element λ of
- Z[τ].
- @param u The "real" part of λ.
- @param v The "τ-adic" part of
- λ.
-
-
- Simple shift-and-add multiplication. Serves as reference implementation
- to verify (possibly faster) implementations, and for very small scalars.
-
- @param p
- The point to multiply.
- @param k
- The multiplier.
- @return The result of the point multiplication kP.
-
-
- Base class for an elliptic curve.
-
-
- Compute a PreCompInfo for a point on this curve, under a given name. Used by
- ECMultipliers to save the precomputation for this ECPoint for use
- by subsequent multiplication.
-
- @param point
- The ECPoint to store precomputations for.
- @param name
- A String used to index precomputations of different types.
- @param callback
- Called to calculate the PreCompInfo.
-
-
- Normalization ensures that any projective coordinate is 1, and therefore that the x, y
- coordinates reflect those of the equivalent point in an affine coordinate system. Where more
- than one point is to be normalized, this method will generally be more efficient than
- normalizing each point separately.
-
- @param points
- An array of points that will be updated in place with their normalized versions,
- where necessary
-
-
- Normalization ensures that any projective coordinate is 1, and therefore that the x, y
- coordinates reflect those of the equivalent point in an affine coordinate system. Where more
- than one point is to be normalized, this method will generally be more efficient than
- normalizing each point separately. An (optional) z-scaling factor can be applied; effectively
- each z coordinate is scaled by this value prior to normalization (but only one
- actual multiplication is needed).
-
- @param points
- An array of points that will be updated in place with their normalized versions,
- where necessary
- @param off
- The start of the range of points to normalize
- @param len
- The length of the range of points to normalize
- @param iso
- The (optional) z-scaling factor - can be null
-
-
- Create a cache-safe lookup table for the specified sequence of points. All the points MUST
- belong to this ECCurve instance, and MUST already be normalized.
-
-
- Sets the default ECMultiplier, unless already set.
-
-
- Decode a point on this curve from its ASN.1 encoding. The different
- encodings are taken account of, including point compression for
- Fp (X9.62 s 4.2.1 pg 17).
- @return The decoded point.
-
-
- Elliptic curve over Fp
-
-
- The auxiliary values s0 and
- s1 used for partial modular reduction for
- Koblitz curves.
-
-
- Solves a quadratic equation z2 + z = beta(X9.62
- D.1.6) The other solution is z + 1.
-
- @param beta
- The value to solve the quadratic equation for.
- @return the solution for z2 + z = beta or
- null if no solution exists.
-
-
- @return the auxiliary values s0 and
- s1 used for partial modular reduction for
- Koblitz curves.
-
-
- Returns true if this is a Koblitz curve (ABC curve).
- @return true if this is a Koblitz curve (ABC curve), false otherwise
-
-
- Elliptic curves over F2m. The Weierstrass equation is given by
- y2 + xy = x3 + ax2 + b.
-
-
- The exponent m of F2m.
-
-
- TPB: The integer k where xm +
- xk + 1 represents the reduction polynomial
- f(z).
- PPB: The integer k1 where xm +
- xk3 + xk2 + xk1 + 1
- represents the reduction polynomial f(z).
-
-
- TPB: Always set to 0
- PPB: The integer k2 where xm +
- xk3 + xk2 + xk1 + 1
- represents the reduction polynomial f(z).
-
-
- TPB: Always set to 0
- PPB: The integer k3 where xm +
- xk3 + xk2 + xk1 + 1
- represents the reduction polynomial f(z).
-
-
- The point at infinity on this curve.
-
-
- Constructor for Trinomial Polynomial Basis (TPB).
- @param m The exponent m of
- F2m.
- @param k The integer k where xm +
- xk + 1 represents the reduction
- polynomial f(z).
- @param a The coefficient a in the Weierstrass equation
- for non-supersingular elliptic curves over
- F2m.
- @param b The coefficient b in the Weierstrass equation
- for non-supersingular elliptic curves over
- F2m.
-
-
- Constructor for Trinomial Polynomial Basis (TPB).
- @param m The exponent m of
- F2m.
- @param k The integer k where xm +
- xk + 1 represents the reduction
- polynomial f(z).
- @param a The coefficient a in the Weierstrass equation
- for non-supersingular elliptic curves over
- F2m.
- @param b The coefficient b in the Weierstrass equation
- for non-supersingular elliptic curves over
- F2m.
- @param order The order of the main subgroup of the elliptic curve.
- @param cofactor The cofactor of the elliptic curve, i.e.
- #Ea(F2m) = h * n.
-
-
- Constructor for Pentanomial Polynomial Basis (PPB).
- @param m The exponent m of
- F2m.
- @param k1 The integer k1 where xm +
- xk3 + xk2 + xk1 + 1
- represents the reduction polynomial f(z).
- @param k2 The integer k2 where xm +
- xk3 + xk2 + xk1 + 1
- represents the reduction polynomial f(z).
- @param k3 The integer k3 where xm +
- xk3 + xk2 + xk1 + 1
- represents the reduction polynomial f(z).
- @param a The coefficient a in the Weierstrass equation
- for non-supersingular elliptic curves over
- F2m.
- @param b The coefficient b in the Weierstrass equation
- for non-supersingular elliptic curves over
- F2m.
-
-
- Constructor for Pentanomial Polynomial Basis (PPB).
- @param m The exponent m of
- F2m.
- @param k1 The integer k1 where xm +
- xk3 + xk2 + xk1 + 1
- represents the reduction polynomial f(z).
- @param k2 The integer k2 where xm +
- xk3 + xk2 + xk1 + 1
- represents the reduction polynomial f(z).
- @param k3 The integer k3 where xm +
- xk3 + xk2 + xk1 + 1
- represents the reduction polynomial f(z).
- @param a The coefficient a in the Weierstrass equation
- for non-supersingular elliptic curves over
- F2m.
- @param b The coefficient b in the Weierstrass equation
- for non-supersingular elliptic curves over
- F2m.
- @param order The order of the main subgroup of the elliptic curve.
- @param cofactor The cofactor of the elliptic curve, i.e.
- #Ea(F2m) = h * n.
-
-
- Return true if curve uses a Trinomial basis.
-
- @return true if curve Trinomial, false otherwise.
-
-
- return the field name for this field.
-
- @return the string "Fp".
-
-
- return a sqrt root - the routine verifies that the calculation
- returns the right value - if none exists it returns null.
-
-
- Class representing the Elements of the finite field
- F2m in polynomial basis (PB)
- representation. Both trinomial (Tpb) and pentanomial (Ppb) polynomial
- basis representations are supported. Gaussian normal basis (GNB)
- representation is not supported.
-
-
- Indicates gaussian normal basis representation (GNB). Number chosen
- according to X9.62. GNB is not implemented at present.
-
-
- Indicates trinomial basis representation (Tpb). Number chosen
- according to X9.62.
-
-
- Indicates pentanomial basis representation (Ppb). Number chosen
- according to X9.62.
-
-
- Tpb or Ppb.
-
-
- The exponent m of F2m.
-
-
- The LongArray holding the bits.
-
-
- Constructor for Ppb.
- @param m The exponent m of
- F2m.
- @param k1 The integer k1 where xm +
- xk3 + xk2 + xk1 + 1
- represents the reduction polynomial f(z).
- @param k2 The integer k2 where xm +
- xk3 + xk2 + xk1 + 1
- represents the reduction polynomial f(z).
- @param k3 The integer k3 where xm +
- xk3 + xk2 + xk1 + 1
- represents the reduction polynomial f(z).
- @param x The BigInteger representing the value of the field element.
-
-
- Constructor for Tpb.
- @param m The exponent m of
- F2m.
- @param k The integer k where xm +
- xk + 1 represents the reduction
- polynomial f(z).
- @param x The BigInteger representing the value of the field element.
-
-
- Checks, if the ECFieldElements a and b
- are elements of the same field F2m
- (having the same representation).
- @param a field element.
- @param b field element to be compared.
- @throws ArgumentException if a and b
- are not elements of the same field
- F2m (having the same
- representation).
-
-
- @return the representation of the field
- F2m, either of
- {@link F2mFieldElement.Tpb} (trinomial
- basis representation) or
- {@link F2mFieldElement.Ppb} (pentanomial
- basis representation).
-
-
- @return the degree m of the reduction polynomial
- f(z).
-
-
- @return Tpb: The integer k where xm +
- xk + 1 represents the reduction polynomial
- f(z).
- Ppb: The integer k1 where xm +
- xk3 + xk2 + xk1 + 1
- represents the reduction polynomial f(z).
-
-
- @return Tpb: Always returns 0
- Ppb: The integer k2 where xm +
- xk3 + xk2 + xk1 + 1
- represents the reduction polynomial f(z).
-
-
- @return Tpb: Always set to 0
- Ppb: The integer k3 where xm +
- xk3 + xk2 + xk1 + 1
- represents the reduction polynomial f(z).
-
-
- base class for points on elliptic curves.
-
-
- Returns the affine x-coordinate after checking that this point is normalized.
-
- @return The affine x-coordinate of this point
- @throws IllegalStateException if the point is not normalized
-
-
- Returns the affine y-coordinate after checking that this point is normalized
-
- @return The affine y-coordinate of this point
- @throws IllegalStateException if the point is not normalized
-
-
- Returns the x-coordinate.
-
- Caution: depending on the curve's coordinate system, this may not be the same value as in an
- affine coordinate system; use Normalize() to get a point where the coordinates have their
- affine values, or use AffineXCoord if you expect the point to already have been normalized.
-
- @return the x-coordinate of this point
-
-
- Returns the y-coordinate.
-
- Caution: depending on the curve's coordinate system, this may not be the same value as in an
- affine coordinate system; use Normalize() to get a point where the coordinates have their
- affine values, or use AffineYCoord if you expect the point to already have been normalized.
-
- @return the y-coordinate of this point
-
-
- Normalization ensures that any projective coordinate is 1, and therefore that the x, y
- coordinates reflect those of the equivalent point in an affine coordinate system.
-
- @return a new ECPoint instance representing the same point, but with normalized coordinates
-
-
- return the field element encoded with point compression. (S 4.3.6)
-
-
- Multiplies this ECPoint by the given number.
- @param k The multiplicator.
- @return k * this.
-
-
- Elliptic curve points over Fp
-
-
- Create a point which encodes without point compression.
-
- @param curve the curve to use
- @param x affine x co-ordinate
- @param y affine y co-ordinate
-
-
- Create a point that encodes with or without point compression.
-
- @param curve the curve to use
- @param x affine x co-ordinate
- @param y affine y co-ordinate
- @param withCompression if true encode with point compression
-
-
- Elliptic curve points over F2m
-
-
- @param curve base curve
- @param x x point
- @param y y point
-
-
- @param curve base curve
- @param x x point
- @param y y point
- @param withCompression true if encode with point compression.
-
-
- Interface for classes encapsulating a point multiplication algorithm
- for ECPoints.
-
-
- Multiplies the ECPoint p by k, i.e.
- p is added k times to itself.
- @param p The ECPoint to be multiplied.
- @param k The factor by which p is multiplied.
- @return p multiplied by k.
-
-
- Class holding precomputation data for fixed-point multiplications.
-
-
- Lookup table for the precomputed ECPoints used for a fixed point multiplication.
-
-
- The width used for the precomputation. If a larger width precomputation
- is already available this may be larger than was requested, so calling
- code should refer to the actual width.
-
-
- Interface for classes storing precomputation data for multiplication
- algorithms. Used as a Memento (see GOF patterns) for
- WNafMultiplier.
-
-
- Class implementing the WNAF (Window Non-Adjacent Form) multiplication
- algorithm.
-
-
- Multiplies this by an integer k using the
- Window NAF method.
- @param k The integer by which this is multiplied.
- @return A new ECPoint which equals this
- multiplied by k.
-
-
- Determine window width to use for a scalar multiplication of the given size.
-
- @param bits the bit-length of the scalar to multiply by
- @return the window size to use
-
-
- Class holding precomputation data for the WNAF (Window Non-Adjacent Form)
- algorithm.
-
-
- Array holding the precomputed ECPoints used for a Window
- NAF multiplication.
-
-
- Array holding the negations of the precomputed ECPoints used
- for a Window NAF multiplication.
-
-
- Holds an ECPoint representing Twice(this). Used for the
- Window NAF multiplication to create or extend the precomputed values.
-
-
- Computes the Window NAF (non-adjacent Form) of an integer.
- @param width The width w of the Window NAF. The width is
- defined as the minimal number w, such that for any
- w consecutive digits in the resulting representation, at
- most one is non-zero.
- @param k The integer of which the Window NAF is computed.
- @return The Window NAF of the given width, such that the following holds:
- k = ∑i=0l-1 ki2i
- , where the ki denote the elements of the
- returned byte[].
-
-
- Determine window width to use for a scalar multiplication of the given size.
-
- @param bits the bit-length of the scalar to multiply by
- @return the window size to use
-
-
- Determine window width to use for a scalar multiplication of the given size.
-
- @param bits the bit-length of the scalar to multiply by
- @param windowSizeCutoffs a monotonically increasing list of bit sizes at which to increment the window width
- @return the window size to use
-
-
- Class implementing the WTNAF (Window
- τ-adic Non-Adjacent Form) algorithm.
-
-
- Multiplies a {@link org.bouncycastle.math.ec.AbstractF2mPoint AbstractF2mPoint}
- by k using the reduced τ-adic NAF (RTNAF)
- method.
- @param p The AbstractF2mPoint to multiply.
- @param k The integer by which to multiply k.
- @return p multiplied by k.
-
-
- Multiplies a {@link org.bouncycastle.math.ec.AbstractF2mPoint AbstractF2mPoint}
- by an element λ of Z[τ] using
- the τ-adic NAF (TNAF) method.
- @param p The AbstractF2mPoint to multiply.
- @param lambda The element λ of
- Z[τ] of which to compute the
- [τ]-adic NAF.
- @return p multiplied by λ.
-
-
- Multiplies a {@link org.bouncycastle.math.ec.AbstractF2mPoint AbstractF2mPoint}
- by an element λ of Z[τ]
- using the window τ-adic NAF (TNAF) method, given the
- WTNAF of λ.
- @param p The AbstractF2mPoint to multiply.
- @param u The the WTNAF of λ..
- @return λ * p
-
-
- Class holding precomputation data for the WTNAF (Window
- τ-adic Non-Adjacent Form) algorithm.
-
-
- Array holding the precomputed AbstractF2mPoints used for the
- WTNAF multiplication in
- {@link org.bouncycastle.math.ec.multiplier.WTauNafMultiplier.multiply()
- WTauNafMultiplier.multiply()}.
-
-
-
- Utility class for creating IDigest objects from their names/Oids
-
-
-
- Use the specified instance of IRandomGenerator as random source.
-
- This constructor performs no seeding of either the IRandomGenerator or the
- constructed SecureRandom. It is the responsibility of the client to provide
- proper seed material as necessary/appropriate for the given IRandomGenerator
- implementation.
-
- The source to generate all random bytes from.
-
-
- base constructor.
-
-
- create a SecurityUtilityException with the given message.
-
- @param message the message to be carried with the exception.
-
-
- General array utilities.
-
-
-
- Are two arrays equal.
-
- Left side.
- Right side.
- True if equal.
-
-
-
- A constant time equals comparison - does not terminate early if
- test will fail.
-
- first array
- second array
- true if arrays equal, false otherwise.
-
-
- Make a copy of a range of bytes from the passed in data array. The range can
- extend beyond the end of the input array, in which case the return array will
- be padded with zeroes.
-
- @param data the array from which the data is to be copied.
- @param from the start index at which the copying should take place.
- @param to the final index of the range (exclusive).
-
- @return a new byte array containing the range given.
-
-
- BigInteger utilities.
-
-
- Return the passed in value as an unsigned byte array.
-
- @param value value to be converted.
- @return a byte array without a leading zero byte if present in the signed encoding.
-
-
- Return the passed in value as an unsigned byte array of specified length, zero-extended as necessary.
-
- @param length desired length of result array.
- @param n value to be converted.
- @return a byte array of specified length, with leading zeroes as necessary given the size of n.
-
-
- Return a random BigInteger not less than 'min' and not greater than 'max'
-
- @param min the least value that may be generated
- @param max the greatest value that may be generated
- @param random the source of randomness
- @return a random BigInteger value in the range [min,max]
-
-
-
- Class to decode and encode Hex.
-
-
-
- encode the input data producing a Hex encoded byte array.
-
- @return a byte array containing the Hex encoded data.
-
-
- encode the input data producing a Hex encoded byte array.
-
- @return a byte array containing the Hex encoded data.
-
-
- Hex encode the byte data writing it to the given output stream.
-
- @return the number of bytes produced.
-
-
- Hex encode the byte data writing it to the given output stream.
-
- @return the number of bytes produced.
-
-
- decode the Hex encoded input data. It is assumed the input data is valid.
-
- @return a byte array representing the decoded data.
-
-
- decode the Hex encoded string data - whitespace will be ignored.
-
- @return a byte array representing the decoded data.
-
-
- decode the Hex encoded string data writing it to the given output stream,
- whitespace characters will be ignored.
-
- @return the number of bytes produced.
-
-
- encode the input data producing a Hex output stream.
-
- @return the number of bytes produced.
-
-
- decode the Hex encoded byte data writing it to the given output stream,
- whitespace characters will be ignored.
-
- @return the number of bytes produced.
-
-
- decode the Hex encoded string data writing it to the given output stream,
- whitespace characters will be ignored.
-
- @return the number of bytes produced.
-
-
-
- Produce a copy of this object with its configuration and in its current state.
-
-
- The returned object may be used simply to store the state, or may be used as a similar object
- starting from the copied state.
-
-
-
-
- Restore a copied object state into this object.
-
-
- Implementations of this method should try to avoid or minimise memory allocation to perform the reset.
-
- an object originally {@link #copy() copied} from an object of the same type as this instance.
- if the provided object is not of the correct type.
- if the other parameter is in some other way invalid.
-
-
- Exception to be thrown on a failure to reset an object implementing Memoable.
-
- The exception extends InvalidCastException to enable users to have a single handling case,
- only introducing specific handling of this one if required.
-
-
-
- Basic Constructor.
-
- @param msg message to be associated with this exception.
-
-
-
- Implements certificate support for host algorithm.
-
-
-
-
- Gets the host key data.
-
-
-
-
- Initializes a new instance of the class.
-
- The host key name.
-
-
-
- Signs the specified data.
-
- The data.
- Signed data.
-
-
-
-
- Verifies the signature.
-
- The data.
- The signature.
- true if signature was successfully verified; otherwise false.
-
-
-
-
- Base class for asymmetric cipher implementations.
-
-
-
-
- Gets the minimum data size.
-
-
- The minimum data size.
-
-
-
- BCrypt implementation.
-
-
- BCrypt implements OpenBSD-style Blowfish password hashing using the scheme described in
- "A Future-
- Adaptable Password Scheme" by Niels Provos and David Mazieres.
-
-
- This password hashing system tries to thwart off-line password cracking using a
- computationally-intensive hashing algorithm, based on Bruce Schneier's Blowfish cipher.
- The work factor of the algorithm is parameterised, so it can be increased as computers
- get faster.
-
-
- Usage is really simple. To hash a password for the first time, call the method with a random salt, like this:
-
- string pw_hash = BCrypt.HashPassword(plain_password);
-
- To check whether a plaintext password matches one that has been hashed previously,
- use the method:
-
-
- if (BCrypt.Verify(candidate_password, stored_hash))
- Console.WriteLine("It matches");
- else
- Console.WriteLine("It does not match");
-
-
- The method takes an optional parameter (workFactor) that
- determines the computational complexity of the hashing:
-
-
- string strong_salt = BCrypt.GenerateSalt(10);
- string stronger_salt = BCrypt.GenerateSalt(12);
-
-
- The amount of work increases exponentially (2^workFactor), so each increment is twice
- as much work. The default workFactor is 10, and the valid range is 4 to 31.
-
-
-
-
-
- Hash a string using the OpenBSD bcrypt scheme and a salt generated by .
-
- Just an alias for HashPassword.
- The string to hash.
- The hashed string.
-
-
-
- Hash a string using the OpenBSD bcrypt scheme and a salt generated by .
-
- Just an alias for HashPassword.
- The string to hash.
- The log2 of the number of rounds of hashing to apply - the work
- factor therefore increases as 2^workFactor.
- The hashed string.
-
-
-
- Hash a password using the OpenBSD bcrypt scheme and a salt generated by .
-
- The password to hash.
- The hashed password.
-
-
-
- Hash a password using the OpenBSD bcrypt scheme and a salt generated by using the given .
-
- The password to hash.
- The log2 of the number of rounds of hashing to apply - the work
- factor therefore increases as 2^workFactor.
- The hashed password.
-
-
- Hash a password using the OpenBSD bcrypt scheme.
- Thrown when one or more arguments have unsupported or
- illegal values.
- The password to hash.
- the salt to hash with (perhaps generated using BCrypt.gensalt).
- The hashed password
-
-
-
- Generate a salt for use with the method.
-
- The log2 of the number of rounds of hashing to apply - the work
- factor therefore increases as 2**workFactor.
- A base64 encoded salt value.
-
-
-
- Generate a salt for use with the method
- selecting a reasonable default for the number of hashing rounds to apply.
-
- A base64 encoded salt value.
-
-
-
- Verifies that the hash of the given matches the provided
-
-
- The text to verify.
- The previously-hashed password.
- true if the passwords match, false otherwise.
-
-
-
- Encode a byte array using bcrypt's slightly-modified base64 encoding scheme. Note that this
- is *not* compatible with the standard MIME-base64 encoding.
-
- Thrown when one or more arguments have unsupported or
- illegal values.
- The byte array to encode.
- The number of bytes to encode.
- Base64-encoded string.
-
-
-
- Decode a string encoded using bcrypt's base64 scheme to a byte array. Note that this is *not*
- compatible with the standard MIME-base64 encoding.
-
- Thrown when one or more arguments have unsupported or
- illegal values.
- The string to decode.
- The maximum bytes to decode.
- The decoded byte array.
-
-
-
- Look up the 3 bits base64-encoded by the specified character, range-checking against
- conversion table.
-
- The base64-encoded value.
- The decoded value of x.
-
-
- Blowfish encipher a single 64-bit block encoded as two 32-bit halves.
- An array containing the two 32-bit half blocks.
- The position in the array of the blocks.
-
-
- Cycically extract a word of key material.
- The string to extract the data from.
- [in,out] The current offset.
- The next word of material from data.
-
-
- Initializes the Blowfish key schedule.
-
-
- Key the Blowfish cipher.
- The key byte array.
-
-
-
- Perform the "enhanced key schedule" step described by Provos and Mazieres in "A Future-
- Adaptable Password Scheme" http://www.openbsd.org/papers/bcrypt-paper.ps.
-
- Salt byte array.
- Input byte array.
-
-
- Perform the central hashing step in the bcrypt scheme.
- Thrown when one or more arguments have unsupported or
- illegal values.
- The input byte array to hash.
- The salt byte array to hash with.
- The binary logarithm of the number of rounds of hashing to apply.
- A byte array containing the hashed result.
-
-
- Compatibility with new OpenBSD function.
- Ported from SSHJ library (https://github.com/hierynomus/sshj)
-
-
-
- Applies the Bcrypt kdf to derive a key and iv from the passphrase,
- the key/iv are returned in the output variable.
- Ported from the SSHJ library. https://github.com/hierynomus/sshj
-
-
-
-
-
-
-
-
- Appends multiple byte arrays into one array.
-
-
-
-
-
-
- Exception for signalling parse errors.
-
-
- Default constructor.
-
-
- Initializes a new instance of .
- The message.
-
-
- Initializes a new instance of .
- The message.
- The inner exception.
-
-
-
- Base class for block cipher implementations.
-
-
-
-
- Gets the size of the block in bytes.
-
-
- The size of the block in bytes.
-
-
-
-
- Gets the minimum data size.
-
-
- The minimum data size.
-
-
-
-
- Gets the size of the block.
-
-
- The size of the block.
-
-
-
-
- Initializes a new instance of the class.
-
- The key.
- Size of the block.
- Cipher mode.
- Cipher padding.
- is null.
-
-
-
- Encrypts the specified data.
-
- The data.
- The zero-based offset in at which to begin encrypting.
- The number of bytes to encrypt from .
- Encrypted data
-
-
-
- Decrypts the specified data.
-
- The data.
- Decrypted data
-
-
-
- Decrypts the specified input.
-
- The input.
- The zero-based offset in at which to begin decrypting.
- The number of bytes to decrypt from .
-
- The decrypted data.
-
-
-
-
- Base class for cipher implementation.
-
-
-
-
- Gets the minimum data size.
-
-
- The minimum data size.
-
-
-
-
- Encrypts the specified input.
-
- The input.
- Encrypted data.
-
-
-
- Encrypts the specified input.
-
- The input.
- The zero-based offset in at which to begin encrypting.
- The number of bytes to encrypt from .
-
- The encrypted data.
-
-
-
-
- Decrypts the specified input.
-
- The input.
-
- The decrypted data.
-
-
-
-
- Decrypts the specified input.
-
- The input.
- The zero-based offset in at which to begin decrypting.
- The number of bytes to decrypt from .
-
- The decrypted data.
-
-
-
-
- Implements digital signature where where asymmetric cipher is used,
-
-
-
-
- Initializes a new instance of the class.
-
- The object identifier.
- The cipher.
-
-
-
- Verifies the signature.
-
- The input.
- The signature.
-
- True if signature was successfully verified; otherwise false.
-
-
-
-
- Creates the signature.
-
- The input.
-
- Signed input data.
-
-
-
-
- Hashes the specified input.
-
- The input.
- Hashed data.
-
-
-
- Encodes hash using DER.
-
- The hash data.
- DER Encoded byte array
-
-
-
- AES cipher implementation.
-
-
-
-
- Initializes a new instance of the class.
-
- The key.
- The mode.
- The padding.
- is null.
- Keysize is not valid for this algorithm.
-
-
-
- Encrypts the specified region of the input byte array and copies the encrypted data to the specified region of the output byte array.
-
- The input data to encrypt.
- The offset into the input byte array from which to begin using data.
- The number of bytes in the input byte array to use as data.
- The output to which to write encrypted data.
- The offset into the output byte array from which to begin writing data.
-
- The number of bytes encrypted.
-
- or is null.
- or is too short.
-
-
-
- Decrypts the specified region of the input byte array and copies the decrypted data to the specified region of the output byte array.
-
- The input data to decrypt.
- The offset into the input byte array from which to begin using data.
- The number of bytes in the input byte array to use as data.
- The output to which to write decrypted data.
- The offset into the output byte array from which to begin writing data.
-
- The number of bytes decrypted.
-
- or is null.
- or is too short.
-
-
-
- Implements ARCH4 cipher algorithm
-
-
-
-
- Holds the state of the RC4 engine
-
-
-
-
- Gets the minimum data size.
-
-
- The minimum data size.
-
-
-
-
- Initializes a new instance of the class.
-
- The key.
- if set to true will disharged first 1536 bytes.
- is null.
-
-
-
- Encrypts the specified region of the input byte array and copies the encrypted data to the specified region of the output byte array.
-
- The input data to encrypt.
- The offset into the input byte array from which to begin using data.
- The number of bytes in the input byte array to use as data.
- The output to which to write encrypted data.
- The offset into the output byte array from which to begin writing data.
-
- The number of bytes encrypted.
-
-
-
-
- Decrypts the specified region of the input byte array and copies the decrypted data to the specified region of the output byte array.
-
- The input data to decrypt.
- The offset into the input byte array from which to begin using data.
- The number of bytes in the input byte array to use as data.
- The output to which to write decrypted data.
- The offset into the output byte array from which to begin writing data.
-
- The number of bytes decrypted.
-
-
-
-
- Encrypts the specified input.
-
- The input.
- The zero-based offset in at which to begin encrypting.
- The number of bytes to encrypt from .
-
- Encrypted data.
-
-
-
-
- Decrypts the specified input.
-
- The input.
-
- The decrypted data.
-
-
-
-
- Decrypts the specified input.
-
- The input.
- The zero-based offset in at which to begin decrypting.
- The number of bytes to decrypt from .
-
- The decrypted data.
-
-
-
-
- Blowfish cipher implementation.
-
-
-
-
- The s-boxes
-
-
-
-
- The s-boxes
-
-
-
-
- The s-boxes
-
-
-
-
- The s-boxes
-
-
-
-
- The p-array
-
-
-
-
- Initializes a new instance of the class.
-
- The key.
- The mode.
- The padding.
- is null.
- Keysize is not valid for this algorithm.
-
-
-
- Encrypts the specified region of the input byte array and copies the encrypted data to the specified region of the output byte array.
-
- The input data to encrypt.
- The offset into the input byte array from which to begin using data.
- The number of bytes in the input byte array to use as data.
- The output to which to write encrypted data.
- The offset into the output byte array from which to begin writing data.
-
- The number of bytes encrypted.
-
-
-
-
- Decrypts the specified region of the input byte array and copies the decrypted data to the specified region of the output byte array.
-
- The input data to decrypt.
- The offset into the input byte array from which to begin using data.
- The number of bytes in the input byte array to use as data.
- The output to which to write decrypted data.
- The offset into the output byte array from which to begin writing data.
-
- The number of bytes decrypted.
-
-
-
-
- apply the encryption cycle to each value pair in the table.
-
- The xl.
- The xr.
- The table.
-
-
-
- Implements CAST cipher algorithm
-
-
-
-
- The rotating round key
-
-
-
-
- The masking round key
-
-
-
-
- Initializes a new instance of the class.
-
- The key.
- The mode.
- The padding.
- is null.
- Keysize is not valid for this algorithm.
-
-
-
- Encrypts the specified region of the input byte array and copies the encrypted data to the specified region of the output byte array.
-
- The input data to encrypt.
- The offset into the input byte array from which to begin using data.
- The number of bytes in the input byte array to use as data.
- The output to which to write encrypted data.
- The offset into the output byte array from which to begin writing data.
-
- The number of bytes encrypted.
-
-
-
-
- Decrypts the specified region of the input byte array and copies the decrypted data to the specified region of the output byte array.
-
- The input data to decrypt.
- The offset into the input byte array from which to begin using data.
- The number of bytes in the input byte array to use as data.
- The output to which to write decrypted data.
- The offset into the output byte array from which to begin writing data.
-
- The number of bytes decrypted.
-
-
-
-
- Sets the subkeys using the same nomenclatureas described in RFC2144.
-
- The key.
-
-
-
- The first of the three processing functions for the encryption and decryption.
-
- The input to be processed.
- The mask to be used from Km[n].
- The rotation value to be used.
-
-
-
-
- The second of the three processing functions for the encryption and decryption.
-
- The input to be processed.
- The mask to be used from Km[n].
- The rotation value to be used.
-
-
-
-
- The third of the three processing functions for the encryption and decryption.
-
- The input to be processed.
- The mask to be used from Km[n].
- The rotation value to be used.
-
-
-
-
- Does the 16 rounds to encrypt the block.
-
- The LH-32bits of the plaintext block.
- The RH-32bits of the plaintext block.
- The result.
-
-
-
- Base class for cipher mode implementations
-
-
-
-
- Gets the cipher.
-
-
-
-
- Gets the IV vector.
-
-
-
-
- Holds block size of the cipher.
-
-
-
-
- Initializes a new instance of the class.
-
- The iv.
-
-
-
- Initializes the specified cipher mode.
-
- The cipher.
-
-
-
- Encrypts the specified region of the input byte array and copies the encrypted data to the specified region of the output byte array.
-
- The input data to encrypt.
- The offset into the input byte array from which to begin using data.
- The number of bytes in the input byte array to use as data.
- The output to which to write encrypted data.
- The offset into the output byte array from which to begin writing data.
-
- The number of bytes encrypted.
-
-
-
-
- Decrypts the specified region of the input byte array and copies the decrypted data to the specified region of the output byte array.
-
- The input data to decrypt.
- The offset into the input byte array from which to begin using data.
- The number of bytes in the input byte array to use as data.
- The output to which to write decrypted data.
- The offset into the output byte array from which to begin writing data.
-
- The number of bytes decrypted.
-
-
-
-
- Base class for cipher padding implementations
-
-
-
-
- Pads the specified input to match the block size.
-
- Size of the block.
- The input.
-
- Padded data array.
-
-
-
-
- Pads the specified input to match the block size.
-
- Size of the block.
- The input.
- The zero-based offset in at which the data to pad starts.
- The number of bytes in to take into account.
-
- The padded data array.
-
-
-
-
- Pads the specified input with a given number of bytes.
-
- The input.
- The number of bytes to pad the input with.
-
- The padded data array.
-
-
-
-
- Pads the specified input with a given number of bytes.
-
- The input.
- The zero-based offset in at which the data to pad starts.
- The number of bytes in to take into account.
- The number of bytes to pad the input with.
-
- The padded data array.
-
-
-
-
- Implements DES cipher algorithm.
-
-
-
-
- Initializes a new instance of the class.
-
- The key.
- The mode.
- The padding.
- is null.
-
-
-
- Encrypts the specified region of the input byte array and copies the encrypted data to the specified region of the output byte array.
-
- The input data to encrypt.
- The offset into the input byte array from which to begin using data.
- The number of bytes in the input byte array to use as data.
- The output to which to write encrypted data.
- The offset into the output byte array from which to begin writing data.
-
- The number of bytes encrypted.
-
-
-
-
- Decrypts the specified region of the input byte array and copies the decrypted data to the specified region of the output byte array.
-
- The input data to decrypt.
- The offset into the input byte array from which to begin using data.
- The number of bytes in the input byte array to use as data.
- The output to which to write decrypted data.
- The offset into the output byte array from which to begin writing data.
-
- The number of bytes decrypted.
-
-
-
-
- Generates the working key.
-
- if set to true [encrypting].
- The key.
- Generated working key.
-
-
-
- Validates the key.
-
-
-
-
- Performs DES function.
-
- The w key.
- The input.
- The in off.
- The out bytes.
- The out off.
-
-
-
- Implements CBC cipher mode
-
-
-
-
- Initializes a new instance of the class.
-
- The iv.
-
-
-
- Encrypts the specified region of the input byte array and copies the encrypted data to the specified region of the output byte array.
-
- The input data to encrypt.
- The offset into the input byte array from which to begin using data.
- The number of bytes in the input byte array to use as data.
- The output to which to write encrypted data.
- The offset into the output byte array from which to begin writing data.
-
- The number of bytes encrypted.
-
-
-
-
- Decrypts the specified region of the input byte array and copies the decrypted data to the specified region of the output byte array.
-
- The input data to decrypt.
- The offset into the input byte array from which to begin using data.
- The number of bytes in the input byte array to use as data.
- The output to which to write decrypted data.
- The offset into the output byte array from which to begin writing data.
-
- The number of bytes decrypted.
-
-
-
-
- Implements CFB cipher mode
-
-
-
-
- Initializes a new instance of the class.
-
- The iv.
-
-
-
- Encrypts the specified region of the input byte array and copies the encrypted data to the specified region of the output byte array.
-
- The input data to encrypt.
- The offset into the input byte array from which to begin using data.
- The number of bytes in the input byte array to use as data.
- The output to which to write encrypted data.
- The offset into the output byte array from which to begin writing data.
-
- The number of bytes encrypted.
-
-
-
-
- Decrypts the specified region of the input byte array and copies the decrypted data to the specified region of the output byte array.
-
- The input data to decrypt.
- The offset into the input byte array from which to begin using data.
- The number of bytes in the input byte array to use as data.
- The output to which to write decrypted data.
- The offset into the output byte array from which to begin writing data.
-
- The number of bytes decrypted.
-
-
-
-
- Implements CTR cipher mode
-
-
-
-
- Initializes a new instance of the class.
-
- The iv.
-
-
-
- Encrypts the specified region of the input byte array and copies the encrypted data to the specified region of the output byte array.
-
- The input data to encrypt.
- The offset into the input byte array from which to begin using data.
- The number of bytes in the input byte array to use as data.
- The output to which to write encrypted data.
- The offset into the output byte array from which to begin writing data.
-
- The number of bytes encrypted.
-
-
-
-
- Decrypts the specified region of the input byte array and copies the decrypted data to the specified region of the output byte array.
-
- The input data to decrypt.
- The offset into the input byte array from which to begin using data.
- The number of bytes in the input byte array to use as data.
- The output to which to write decrypted data.
- The offset into the output byte array from which to begin writing data.
-
- The number of bytes decrypted.
-
-
-
-
- Implements OFB cipher mode
-
-
-
-
- Initializes a new instance of the class.
-
- The iv.
-
-
-
- Encrypts the specified region of the input byte array and copies the encrypted data to the specified region of the output byte array.
-
- The input data to encrypt.
- The offset into the input byte array from which to begin using data.
- The number of bytes in the input byte array to use as data.
- The output to which to write encrypted data.
- The offset into the output byte array from which to begin writing data.
-
- The number of bytes encrypted.
-
-
-
-
- Decrypts the specified region of the input byte array and copies the decrypted data to the specified region of the output byte array.
-
- The input data to decrypt.
- The offset into the input byte array from which to begin using data.
- The number of bytes in the input byte array to use as data.
- The output to which to write decrypted data.
- The offset into the output byte array from which to begin writing data.
-
- The number of bytes decrypted.
-
-
-
-
- Implements PKCS5 cipher padding
-
-
-
-
- Pads the specified input to match the block size.
-
- The size of the block.
- The input.
- The zero-based offset in at which the data to pad starts.
- The number of bytes in to take into account.
-
- The padded data array.
-
-
-
-
- Pads the specified input with a given number of bytes.
-
- The input.
- The zero-based offset in at which the data to pad starts.
- The number of bytes in to take into account.
- The number of bytes to pad the input with.
-
- The padded data array.
-
-
-
-
- Implements PKCS7 cipher padding
-
-
-
-
- Pads the specified input to match the block size.
-
- The size of the block.
- The input.
- The zero-based offset in at which the data to pad starts.
- The number of bytes in to take into account.
-
- The padded data array.
-
-
-
-
- Pads the specified input with a given number of bytes.
-
- The input.
- The zero-based offset in at which the data to pad starts.
- The number of bytes in to take into account.
- The number of bytes to pad the input with.
-
- The padded data array.
-
-
-
-
- Implements RSA cipher algorithm.
-
-
-
-
- Initializes a new instance of the class.
-
- The RSA key.
-
-
-
- Encrypts the specified data.
-
- The data.
- The zero-based offset in at which to begin encrypting.
- The number of bytes to encrypt from .
- Encrypted data.
-
-
-
- Decrypts the specified data.
-
- The data.
-
- The decrypted data.
-
- Only block type 01 or 02 are supported.
- Thrown when decrypted block type is not supported.
-
-
-
- Decrypts the specified input.
-
- The input.
- The zero-based offset in at which to begin decrypting.
- The number of bytes to decrypt from .
-
- The decrypted data.
-
- Only block type 01 or 02 are supported.
- Thrown when decrypted block type is not supported.
-
-
-
- Implements Serpent cipher algorithm.
-
-
-
-
- Initializes a new instance of the class.
-
- The key.
- The mode.
- The padding.
- is null.
- Keysize is not valid for this algorithm.
-
-
-
- Encrypts the specified region of the input byte array and copies the encrypted data to the specified region of the output byte array.
-
- The input data to encrypt.
- The offset into the input byte array from which to begin using data.
- The number of bytes in the input byte array to use as data.
- The output to which to write encrypted data.
- The offset into the output byte array from which to begin writing data.
-
- The number of bytes encrypted.
-
-
-
-
- Decrypts the specified region of the input byte array and copies the decrypted data to the specified region of the output byte array.
-
- The input data to decrypt.
- The offset into the input byte array from which to begin using data.
- The number of bytes in the input byte array to use as data.
- The output to which to write decrypted data.
- The offset into the output byte array from which to begin writing data.
-
- The number of bytes decrypted.
-
-
-
-
- Expand a user-supplied key material into a session key.
-
- The user-key bytes to use.
-
- A session key.
-
- is not multiple of 4 bytes.
-
-
-
- S0 - { 3, 8,15, 1,10, 6, 5,11,14,13, 4, 2, 7, 0, 9,12 } - 15 terms.
-
- A.
- The b.
- The c.
- The d.
-
-
-
- InvSO - {13, 3,11, 0,10, 6, 5,12, 1,14, 4, 7,15, 9, 8, 2 } - 15 terms.
-
- A.
- The b.
- The c.
- The d.
-
-
-
- S1 - {15,12, 2, 7, 9, 0, 5,10, 1,11,14, 8, 6,13, 3, 4 } - 14 terms.
-
- A.
- The b.
- The c.
- The d.
-
-
-
- InvS1 - { 5, 8, 2,14,15, 6,12, 3,11, 4, 7, 9, 1,13,10, 0 } - 14 steps.
-
- A.
- The b.
- The c.
- The d.
-
-
-
- S2 - { 8, 6, 7, 9, 3,12,10,15,13, 1,14, 4, 0,11, 5, 2 } - 16 terms.
-
- A.
- The b.
- The c.
- The d.
-
-
-
- InvS2 - {12, 9,15, 4,11,14, 1, 2, 0, 3, 6,13, 5, 8,10, 7 } - 16 steps.
-
- A.
- The b.
- The c.
- The d.
-
-
-
- S3 - { 0,15,11, 8,12, 9, 6, 3,13, 1, 2, 4,10, 7, 5,14 } - 16 terms.
-
- A.
- The b.
- The c.
- The d.
-
-
-
- InvS3 - { 0, 9,10, 7,11,14, 6,13, 3, 5,12, 2, 4, 8,15, 1 } - 15 terms
-
- A.
- The b.
- The c.
- The d.
-
-
-
- S4 - { 1,15, 8, 3,12, 0,11, 6, 2, 5, 4,10, 9,14, 7,13 } - 15 terms.
-
- A.
- The b.
- The c.
- The d.
-
-
-
- InvS4 - { 5, 0, 8, 3,10, 9, 7,14, 2,12,11, 6, 4,15,13, 1 } - 15 terms.
-
- A.
- The b.
- The c.
- The d.
-
-
-
- S5 - {15, 5, 2,11, 4,10, 9,12, 0, 3,14, 8,13, 6, 7, 1 } - 16 terms.
-
- A.
- The b.
- The c.
- The d.
-
-
-
- InvS5 - { 8,15, 2, 9, 4, 1,13,14,11, 6, 5, 3, 7,12,10, 0 } - 16 terms.
-
- A.
- The b.
- The c.
- The d.
-
-
-
- S6 - { 7, 2,12, 5, 8, 4, 6,11,14, 9, 1,15,13, 3,10, 0 } - 15 terms.
-
- A.
- The b.
- The c.
- The d.
-
-
-
- InvS6 - {15,10, 1,13, 5, 3, 6, 0, 4, 9,14, 7, 2,12, 8,11 } - 15 terms.
-
- A.
- The b.
- The c.
- The d.
-
-
-
- S7 - { 1,13,15, 0,14, 8, 2,11, 7, 4,12,10, 9, 3, 5, 6 } - 16 terms.
-
- A.
- The b.
- The c.
- The d.
-
-
-
- InvS7 - { 3, 0, 6,13, 9,14,15, 8, 5,12,11, 7,10, 1, 4, 2 } - 17 terms.
-
- A.
- The b.
- The c.
- The d.
-
-
-
- Apply the linear transformation to the register set.
-
-
-
-
- Apply the inverse of the linear transformation to the register set.
-
-
-
-
- Implements 3DES cipher algorithm.
-
-
-
-
- Initializes a new instance of the class.
-
- The key.
- The mode.
- The padding.
- is null.
-
-
-
- Encrypts the specified region of the input byte array and copies the encrypted data to the specified region of the output byte array.
-
- The input data to encrypt.
- The offset into the input byte array from which to begin using data.
- The number of bytes in the input byte array to use as data.
- The output to which to write encrypted data.
- The offset into the output byte array from which to begin writing data.
-
- The number of bytes encrypted.
-
-
-
-
- Decrypts the specified region of the input byte array and copies the decrypted data to the specified region of the output byte array.
-
- The input data to decrypt.
- The offset into the input byte array from which to begin using data.
- The number of bytes in the input byte array to use as data.
- The output to which to write decrypted data.
- The offset into the output byte array from which to begin writing data.
-
- The number of bytes decrypted.
-
-
-
-
- Validates the key.
-
-
-
-
- Implements Twofish cipher algorithm
-
-
-
-
- Initializes a new instance of the class.
-
- The key.
- The mode.
- The padding.
- is null.
- Keysize is not valid for this algorithm.
-
-
-
- Encrypts the specified region of the input byte array and copies the encrypted data to the specified region of the output byte array.
-
- The input data to encrypt.
- The offset into the input byte array from which to begin using data.
- The number of bytes in the input byte array to use as data.
- The output to which to write encrypted data.
- The offset into the output byte array from which to begin writing data.
-
- The number of bytes encrypted.
-
-
-
-
- Decrypts the specified region of the input byte array and copies the decrypted data to the specified region of the output byte array.
-
- The input data to decrypt.
- The offset into the input byte array from which to begin using data.
- The number of bytes in the input byte array to use as data.
- The output to which to write decrypted data.
- The offset into the output byte array from which to begin writing data.
-
- The number of bytes decrypted.
-
-
-
- Define the fixed p0/p1 permutations used in keyed S-box lookup.
- By changing the following constant definitions, the S-boxes will
- automatically Get changed in the Twofish engine.
-
-
- gSubKeys[] and gSBox[] are eventually used in the
- encryption and decryption methods.
-
-
- Use (12, 8) Reed-Solomon code over GF(256) to produce
- a key S-box 32-bit entity from 2 key material 32-bit
- entities.
-
- @param k0 first 32-bit entity
- @param k1 second 32-bit entity
- @return Remainder polynomial Generated using RS code
-
-
- Reed-Solomon code parameters: (12,8) reversible code:
-
-
- G(x) = x^4 + (a+1/a)x^3 + ax^2 + (a+1/a)x + 1
-
- where a = primitive root of field generator 0x14D
-
-
-
-
- Base class for signature implementations
-
-
-
-
- Verifies the signature.
-
- The input.
- The signature.
- True if signature was successfully verified; otherwise false.
-
-
-
- Creates the signature.
-
- The input.
- Signed input data.
-
-
-
- Implements DSA digital signature algorithm.
-
-
-
-
- Initializes a new instance of the class.
-
- The DSA key.
- is null.
-
-
-
- Verifies the signature.
-
- The input.
- The signature.
-
- true if signature was successfully verified; otherwise false.
-
- Invalid signature.
-
-
-
- Creates the signature.
-
- The input.
-
- Signed input data.
-
- Invalid DSA key.
-
-
-
- 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.
-
-
-
- Releases unmanaged resources and performs other cleanup operations before the
- is reclaimed by garbage collection.
-
-
-
-
- Implements ECDSA digital signature algorithm.
-
-
-
-
- Initializes a new instance of the class.
-
- The ECDSA key.
- is null.
-
-
-
- Verifies the signature.
-
- The input.
- The signature.
-
- true if signature was successfully verified; otherwise false.
-
-
-
-
- Creates the signature.
-
- The input.
-
- Signed input data.
-
-
-
-
- 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.
-
-
-
- Releases unmanaged resources and performs other cleanup operations before the
- is reclaimed by garbage collection.
-
-
-
-
- Implements ECDSA digital signature algorithm.
-
-
-
-
- Initializes a new instance of the class.
-
- The ED25519Key key.
- is null.
-
-
-
- Verifies the signature.
-
- The input.
- The signature.
-
- true if signature was successfully verified; otherwise false.
-
- Invalid signature.
-
-
-
- Creates the signature.
-
- The input.
-
- Signed input data.
-
- Invalid ED25519Key key.
-
-
-
- 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.
-
-
-
- Releases unmanaged resources and performs other cleanup operations before the
- is reclaimed by garbage collection.
-
-
-
-
- Computes a Hash-based Message Authentication Code (HMAC) by using the hash function.
-
-
-
-
- Initializes a with the specified key.
-
- The key.
-
-
-
- Initializes a with the specified key and size of the computed hash code.
-
- The key.
- The size, in bits, of the computed hash code.
-
-
-
- Gets the size, in bits, of the computed hash code.
-
-
- The size, in bits, of the computed hash code.
-
-
-
-
- Finalizes the hash computation after the last data is processed by the cryptographic stream object.
-
-
- The computed hash code.
-
-
-
-
- Computes a Hash-based Message Authentication Code (HMAC) by using the hash function.
-
-
-
-
- Initializes a with the specified key.
-
- The key.
-
-
-
- Initializes a with the specified key and size of the computed hash code.
-
- The key.
- The size, in bits, of the computed hash code.
-
-
-
- Gets the size, in bits, of the computed hash code.
-
-
- The size, in bits, of the computed hash code.
-
-
-
-
- Finalizes the hash computation after the last data is processed by the cryptographic stream object.
-
-
- The computed hash code.
-
-
-
-
- Computes a Hash-based Message Authentication Code (HMAC) by using the hash function.
-
-
-
-
- Initializes a with the specified key.
-
- The key.
-
-
-
- Initializes a with the specified key and size of the computed hash code.
-
- The key.
- The size, in bits, of the computed hash code.
-
-
-
- Gets the size, in bits, of the computed hash code.
-
-
- The size, in bits, of the computed hash code.
-
-
-
-
- Finalizes the hash computation after the last data is processed by the cryptographic stream object.
-
-
- The computed hash code.
-
-
-
-
- Computes a Hash-based Message Authentication Code (HMAC) by using the hash function.
-
-
-
-
- Initializes a with the specified key.
-
- The key.
-
-
-
- Initializes a with the specified key and size of the computed hash code.
-
- The key.
- The size, in bits, of the computed hash code.
-
-
-
- Gets the size, in bits, of the computed hash code.
-
-
- The size, in bits, of the computed hash code.
-
-
-
-
- Finalizes the hash computation after the last data is processed by the cryptographic stream object.
-
-
- The computed hash code.
-
-
-
-
- Computes a Hash-based Message Authentication Code (HMAC) by using the hash function.
-
-
-
-
- Initializes a with the specified key.
-
- The key.
-
-
-
- Initializes a with the specified key and size of the computed hash code.
-
- The key.
- The size, in bits, of the computed hash code.
-
-
-
- Gets the size, in bits, of the computed hash code.
-
-
- The size, in bits, of the computed hash code.
-
-
-
-
- Finalizes the hash computation after the last data is processed by the cryptographic stream object.
-
-
- The computed hash code.
-
-
-
-
- Implements RSA digital signature algorithm.
-
-
-
-
- Initializes a new instance of the class.
-
- The RSA key.
-
-
-
- Hashes the specified input.
-
- The input.
-
- Hashed data.
-
-
-
-
- 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.
-
-
-
- Releases unmanaged resources and performs other cleanup operations before the
- is reclaimed by garbage collection.
-
-
-
-
- Base class of stream cipher algorithms.
-
-
-
-
- Initializes a new instance of the class.
-
- The key.
- is null.
-
-
-
- Base class for symmetric cipher implementations.
-
-
-
-
- Gets the key.
-
-
-
-
- Initializes a new instance of the class.
-
- The key.
- is null.
-
-
-
- Encrypts the specified region of the input byte array and copies the encrypted data to the specified region of the output byte array.
-
- The input data to encrypt.
- The offset into the input byte array from which to begin using data.
- The number of bytes in the input byte array to use as data.
- The output to which to write encrypted data.
- The offset into the output byte array from which to begin writing data.
-
- The number of bytes encrypted.
-
-
-
-
- Decrypts the specified region of the input byte array and copies the decrypted data to the specified region of the output byte array.
-
- The input data to decrypt.
- The offset into the input byte array from which to begin using data.
- The number of bytes in the input byte array to use as data.
- The output to which to write decrypted data.
- The offset into the output byte array from which to begin writing data.
-
- The number of bytes decrypted.
-
-
-
-
- Contains DSA private and public key
-
-
-
-
- Gets the P.
-
-
-
-
- Gets the Q.
-
-
-
-
- Gets the G.
-
-
-
-
- Gets public key Y.
-
-
-
-
- Gets private key X.
-
-
-
-
- Gets the length of the key.
-
-
- The length of the key.
-
-
-
-
- Gets the digital signature.
-
-
-
-
- Gets or sets the public.
-
-
- The public.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- DER encoded private key data.
-
-
-
- Initializes a new instance of the class.
-
- The p.
- The q.
- The g.
- The y.
- The x.
-
-
-
- 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.
-
-
-
- Releases unmanaged resources and performs other cleanup operations before the
- is reclaimed by garbage collection.
-
-
-
-
- Contains ECDSA (ecdsa-sha2-nistp{256,384,521}) private and public key
-
-
-
-
- Gets the SSH name of the ECDSA Key
-
-
-
-
- Gets the HashAlgorithm to use
-
-
-
-
- Gets the length of the key.
-
-
- The length of the key.
-
-
-
-
- Gets the digital signature.
-
-
-
-
- Gets or sets the public.
-
-
- The public.
-
-
-
-
- Gets ECDsa Object
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- The curve name
- Value of publickey
- Value of privatekey
-
-
-
- Initializes a new instance of the class.
-
- DER encoded private key data.
-
-
-
- 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.
-
-
-
- Releases unmanaged resources and performs other cleanup operations before the
- is reclaimed by garbage collection.
-
-
-
-
- Contains ED25519 private and public key
-
-
-
-
- Gets the Key String.
-
-
-
-
- Gets or sets the public.
-
-
- The public.
-
-
-
-
- Gets the length of the key.
-
-
- The length of the key.
-
-
-
-
- Gets the digital signature.
-
-
-
-
- Gets the PublicKey Bytes
-
-
-
-
- Gets the PrivateKey Bytes
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- pk data.
- sk data.
-
-
-
- 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.
-
-
-
- Releases unmanaged resources and performs other cleanup operations before the
- is reclaimed by garbage collection.
-
-
-
-
- Base class for asymmetric cipher algorithms
-
-
-
-
- Specifies array of big integers that represent private key
-
-
-
-
- Gets the key specific digital signature.
-
-
-
-
- Gets or sets the public key.
-
-
- The public.
-
-
-
-
- Gets the length of the key.
-
-
- The length of the key.
-
-
-
-
- Initializes a new instance of the class.
-
- DER encoded private key data.
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Signs the specified data with the key.
-
- The data to sign.
-
- Signed data.
-
-
-
-
- Verifies the signature.
-
- The data to verify.
- The signature to verify against.
- True is signature was successfully verifies; otherwise false.
-
-
-
- Contains RSA private and public key
-
-
-
-
- Gets the modulus.
-
-
-
-
- Gets the exponent.
-
-
-
-
- Gets the D.
-
-
-
-
- Gets the P.
-
-
-
-
- Gets the Q.
-
-
-
-
- Gets the DP.
-
-
-
-
- Gets the DQ.
-
-
-
-
- Gets the inverse Q.
-
-
-
-
- Gets the length of the key.
-
-
- The length of the key.
-
-
-
-
- Gets the digital signature.
-
-
-
-
- Gets or sets the public.
-
-
- The public.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- DER encoded private key data.
-
-
-
- Initializes a new instance of the class.
-
- The modulus.
- The exponent.
- The d.
- The p.
- The q.
- The inverse Q.
-
-
-
- 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.
-
-
-
- Releases unmanaged resources and performs other cleanup operations before the
- is reclaimed by garbage collection.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Base class for SSH host algorithms.
-
-
-
-
- Gets the host key name.
-
-
-
-
- Gets the host key data.
-
-
-
-
- Initializes a new instance of the class.
-
- The host key name.
-
-
-
- Signs the specified data.
-
- The data.
- Signed data.
-
-
-
- Verifies the signature.
-
- The data.
- The signature.
- True is signature was successfully verifies; otherwise false.
-
-
-
- Represents a key exchange algorithm.
-
-
-
-
- Occurs when the host key is received.
-
-
-
-
- Gets the name of the algorithm.
-
-
- The name of the algorithm.
-
-
-
-
- Gets the exchange hash.
-
-
- The exchange hash.
-
-
-
-
- Starts the key exchange algorithm.
-
- The session.
- Key exchange init message.
-
-
-
- Finishes the key exchange algorithm.
-
-
-
-
- Creates the client-side cipher to use.
-
-
- The client cipher.
-
-
-
-
- Creates the server-side cipher to use.
-
-
- The server cipher.
-
-
-
-
- Creates the server-side hash algorithm to use.
-
-
- The server hash algorithm.
-
-
-
-
- Creates the client-side hash algorithm to use.
-
-
- The client hash algorithm.
-
-
-
-
- Creates the compression algorithm to use to deflate data.
-
-
- The compression method to deflate data.
-
-
-
-
- Creates the compression algorithm to use to inflate data.
-
-
- The compression method to inflate data.
-
-
-
-
- Represents base class for different key exchange algorithm implementations
-
-
-
-
- Gets or sets the session.
-
-
- The session.
-
-
-
-
- Gets or sets key exchange shared key.
-
-
- The shared key.
-
-
-
-
- Gets the exchange hash.
-
- The exchange hash.
-
-
-
- Occurs when host key received.
-
-
-
-
- Starts key exchange algorithm
-
- The session.
- Key exchange init message.
-
-
-
- Finishes key exchange algorithm.
-
-
-
-
- Creates the server side cipher to use.
-
- Server cipher.
-
-
-
- Creates the client side cipher to use.
-
- Client cipher.
-
-
-
- Creates the server side hash algorithm to use.
-
- Hash algorithm
-
-
-
- Creates the client side hash algorithm to use.
-
- Hash algorithm
-
-
-
- Creates the compression algorithm to use to deflate data.
-
- Compression method.
-
-
-
- Creates the compression algorithm to use to inflate data.
-
- Compression method.
-
-
-
- Determines whether the specified host key can be trusted.
-
- The host algorithm.
-
- true if the specified host can be trusted; otherwise, false.
-
-
-
-
- Validates the exchange hash.
-
- true if exchange hash is valid; otherwise false.
-
-
-
- Calculates key exchange hash value.
-
- Key exchange hash.
-
-
-
- Hashes the specified data bytes.
-
- The hash data.
-
- Hashed bytes
-
-
-
-
- Sends SSH message to the server
-
- The message.
-
-
-
- Generates the session key.
-
- The shared key.
- The exchange hash.
- The key.
- The size.
-
-
-
-
- Generates the session key.
-
- The shared key.
- The exchange hash.
- The p.
- The session id.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- 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.
-
-
-
- Releases unmanaged resources and performs other cleanup operations before the
- is reclaimed by garbage collection.
-
-
-
-
- Represents base class for Diffie Hellman key exchange algorithm
-
-
-
-
- Specifies key exchange group number.
-
-
-
-
- Specifies key exchange prime number.
-
-
-
-
- Specifies client payload
-
-
-
-
- Specifies server payload
-
-
-
-
- Specifies client exchange number.
-
-
-
-
- Specifies server exchange number.
-
-
-
-
- Specifies random generated number.
-
-
-
-
- Specifies host key data.
-
-
-
-
- Specifies signature data.
-
-
-
-
- Gets the size, in bits, of the computed hash code.
-
-
- The size, in bits, of the computed hash code.
-
-
-
-
- Validates the exchange hash.
-
-
- true if exchange hash is valid; otherwise false.
-
-
-
-
- Starts key exchange algorithm
-
- The session.
- Key exchange init message.
-
-
-
- Populates the client exchange value.
-
-
-
-
- Handles the server DH reply message.
-
- The host key.
- The server exchange value.
- The signature.
-
-
-
- Represents "diffie-hellman-group14-sha1" algorithm implementation.
-
-
-
-
- https://tools.ietf.org/html/rfc2409#section-6.2
-
-
-
-
- Gets algorithm name.
-
-
-
-
- Gets the group prime.
-
-
- The group prime.
-
-
-
-
- Represents "diffie-hellman-group14-sha256" algorithm implementation.
-
-
-
-
- https://tools.ietf.org/html/rfc2409#section-6.2
-
-
-
-
- Gets algorithm name.
-
-
-
-
- Gets the group prime.
-
-
- The group prime.
-
-
-
-
- Represents "diffie-hellman-group16-sha512" algorithm implementation.
-
-
-
-
- https://tools.ietf.org/html/rfc3526#section-5
-
-
-
-
- Gets algorithm name.
-
-
-
-
- Represents "diffie-hellman-group1-sha1" algorithm implementation.
-
-
-
-
- Gets algorithm name.
-
-
-
-
- Gets the group prime.
-
-
- The group prime.
-
-
-
-
- Represents "diffie-hellman-group-exchange-sha1" algorithm implementation.
-
-
-
-
- Gets algorithm name.
-
-
-
-
- Gets the size, in bits, of the computed hash code.
-
-
- The size, in bits, of the computed hash code.
-
-
-
-
- Hashes the specified data bytes.
-
- The hash data.
-
- Hashed bytes
-
-
-
-
- Represents "diffie-hellman-group-exchange-sha256" algorithm implementation.
-
-
-
-
- Gets algorithm name.
-
-
-
-
- Gets the size, in bits, of the computed hash code.
-
-
- The size, in bits, of the computed hash code.
-
-
-
-
- Hashes the specified data bytes.
-
- Data to hash.
-
- Hashed bytes
-
-
-
-
- Base class for "diffie-hellman-group-exchange" algorithms.
-
-
-
-
- Calculates key exchange hash value.
-
-
- Key exchange hash.
-
-
-
-
- Starts key exchange algorithm
-
- The session.
- Key exchange init message.
-
-
-
- Finishes key exchange algorithm.
-
-
-
-
- Represents "diffie-hellman-group1-sha1" algorithm implementation.
-
-
-
-
- Gets the size, in bits, of the computed hash code.
-
-
- The size, in bits, of the computed hash code.
-
-
-
-
- Hashes the specified data bytes.
-
- The hash data.
-
- Hashed bytes
-
-
-
-
- Base class for "diffie-hellman" SHA-256 group algorithm implementations.
-
-
-
-
- Gets the size, in bits, of the computed hash code.
-
-
- The size, in bits, of the computed hash code.
-
-
-
-
- Hashes the specified data bytes.
-
- The hash data.
-
- Hashed bytes
-
-
-
-
- Base class for "diffie-hellman" SHA-512 group algorithm implementations.
-
-
-
-
- Gets the size, in bits, of the computed hash code.
-
-
- The size, in bits, of the computed hash code.
-
-
-
-
- Hashes the specified data bytes.
-
- The hash data.
-
- Hashed bytes
-
-
-
-
- Gets the group prime.
-
-
- The group prime.
-
-
-
-
- Calculates key exchange hash value.
-
-
- Key exchange hash.
-
-
-
-
- Starts key exchange algorithm
-
- The session.
- Key exchange init message.
-
-
-
- Finishes key exchange algorithm.
-
-
-
-
- Specifies client payload
-
-
-
-
- Specifies server payload
-
-
-
-
- Specifies client exchange.
-
-
-
-
- Specifies server exchange.
-
-
-
-
- Specifies host key data.
-
-
-
-
- Specifies signature data.
-
-
-
-
- Gets the size, in bits, of the computed hash code.
-
-
- The size, in bits, of the computed hash code.
-
-
-
-
- Calculates key exchange hash value.
-
-
- Key exchange hash.
-
-
-
-
- Validates the exchange hash.
-
-
- true if exchange hash is valid; otherwise false.
-
-
-
-
- Starts key exchange algorithm
-
- The session.
- Key exchange init message.
-
-
-
- Gets algorithm name.
-
-
-
-
- Gets the size, in bits, of the computed hash code.
-
-
- The size, in bits, of the computed hash code.
-
-
-
-
- Starts key exchange algorithm
-
- The session.
- Key exchange init message.
-
-
-
- Finishes key exchange algorithm.
-
-
-
-
- Hashes the specified data bytes.
-
- The hash data.
-
- Hashed bytes
-
-
-
-
- Handles the server DH reply message.
-
- The host key.
- The server exchange value.
- The signature.
-
-
-
- Gets the parameter of the curve.
-
-
- The parameter of the curve.
-
-
-
-
- Starts key exchange algorithm
-
- The session.
- Key exchange init message.
-
-
-
- Finishes key exchange algorithm.
-
-
-
-
- Handles the server DH reply message.
-
- The host key.
- The server exchange value.
- The signature.
-
-
-
- Gets algorithm name.
-
-
-
-
- Gets Curve Parameter.
-
-
-
-
- Gets the size, in bits, of the computed hash code.
-
-
- The size, in bits, of the computed hash code.
-
-
-
-
- Hashes the specified data bytes.
-
- The hash data.
-
- Hashed bytes
-
-
-
-
- Gets algorithm name.
-
-
-
-
- Gets Curve Parameter.
-
-
-
-
- Gets the size, in bits, of the computed hash code.
-
-
- The size, in bits, of the computed hash code.
-
-
-
-
- Hashes the specified data bytes.
-
- The hash data.
-
- Hashed bytes
-
-
-
-
- Gets algorithm name.
-
-
-
-
- Gets Curve Parameter.
-
-
-
-
- Gets the size, in bits, of the computed hash code.
-
-
- The size, in bits, of the computed hash code.
-
-
-
-
- Hashes the specified data bytes.
-
- The hash data.
-
- Hashed bytes
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Implements key support for host algorithm.
-
-
-
-
- Gets the key.
-
-
-
-
- Gets the public key data.
-
-
-
-
- Initializes a new instance of the class.
-
- Host key name.
- Host key.
-
-
-
- Initializes a new instance of the class.
-
- Host key name.
- Host key.
- Host key encoded data.
-
-
-
- Signs the specified data.
-
- The data.
-
- Signed data.
-
-
-
-
- Verifies the signature.
-
- The data.
- The signature.
-
- True is signature was successfully verifies; otherwise false.
-
-
-
-
- Gets or sets the name of the algorithm as UTF-8 encoded byte array.
-
-
- The name of the algorithm.
-
-
-
-
- Gets or sets the signature.
-
-
- The signature.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Called when type specific data need to be loaded.
-
-
-
-
- Called when type specific data need to be saved.
-
-
-
-
- Basic factory for creating new services.
-
-
-
-
- Defines the number of times an authentication attempt with any given
- can result in before it is disregarded.
-
-
-
-
- Creates a .
-
-
- A .
-
-
-
-
- Creates a new with the specified and
- .
-
- The to use for creating a new session.
- A factory to create instances.
-
- An for the specified .
-
- is null.
- is null.
-
-
-
- Creates a new in a given and with
- the specified operation timeout and encoding.
-
- The to create the in.
- The number of milliseconds to wait for an operation to complete, or -1 to wait indefinitely.
- The encoding.
- The factory to use for creating SFTP messages.
-
- An .
-
-
-
-
- Create a new .
-
-
- A .
-
-
-
-
- Negotiates a key exchange algorithm, and creates a for the negotiated
- algorithm.
-
- A of the key exchange algorithms supported by the client where key is the name of the algorithm, and value is the type implementing this algorithm.
- The names of the key exchange algorithms supported by the SSH server.
-
- A that was negotiated between client and server.
-
- is null.
- is null.
- No key exchange algorithms are supported by both client and server.
-
-
-
- Creates a shell stream.
-
- The SSH session.
- The TERM environment variable.
- The terminal width in columns.
- The terminal width in rows.
- The terminal height in pixels.
- The terminal height in pixels.
- The terminal mode values.
- The size of the buffer.
-
- The created instance.
-
- Client is not connected.
-
-
- The TERM environment variable contains an identifier for the text window's capabilities.
- You can get a detailed list of these cababilities by using the ‘infocmp’ command.
-
-
- The column/row dimensions override the pixel dimensions(when non-zero). Pixel dimensions refer
- to the drawable area of the window.
-
-
-
-
-
- Creates an that encloses a path in double quotes, and escapes
- any embedded double quote with a backslash.
-
-
- An that encloses a path in double quotes, and escapes any
- embedded double quote with a backslash.
- with a shell.
-
-
-
-
- Creates an that can be used to establish a connection
- to the server identified by the specified .
-
- A detailing the server to establish a connection to.
- A factory to create instances.
-
- An that can be used to establish a connection to the
- server identified by the specified .
-
- is .
- is .
- The value of is not supported.
-
-
-
- Creates an that deals with the SSH protocol
- version exchange.
-
-
- An .
-
-
-
-
- Creates a factory to create instances.
-
-
- An .
-
-
-
-
- Creates a new in a given
- and with the specified operation timeout.
-
- The to create the in.
- The number of milliseconds to wait for an operation to complete, or -1 to wait indefinitely.
-
- An .
-
-
-
-
- Provides functionality to connect and interact with SSH server.
-
-
-
-
- Specifies an infinite waiting period.
-
-
- The value of this field is -1 millisecond.
-
-
-
-
- Specifies an infinite waiting period.
-
-
- The value of this field is -1.
-
-
-
-
- Specifies maximum packet size defined by the protocol.
-
-
- 68536 (64 KB + 3000 bytes).
-
-
-
-
- Holds the initial local window size for the channels.
-
-
- 2147483647 (2^31 - 1) bytes.
-
-
- We currently do not define a maximum (remote) window size.
-
-
-
-
- Holds the maximum size of channel data packets that we receive.
-
-
- 64 KB.
-
-
-
- This is the maximum size (in bytes) we support for the data (payload) of a
- SSH_MSG_CHANNEL_DATA message we receive.
-
-
- We currently do not enforce this limit.
-
-
-
-
-
- Controls how many authentication attempts can take place at the same time.
-
-
- Some server may restrict number to prevent authentication attacks
-
-
-
-
- Holds metada about session messages
-
-
-
-
- Holds a that is signaled when the message listener loop has completed.
-
-
-
-
- Specifies outbound packet number
-
-
-
-
- Specifies incoming packet number
-
-
-
-
- WaitHandle to signal that last service request was accepted
-
-
-
-
- WaitHandle to signal that exception was thrown by another thread.
-
-
-
-
- WaitHandle to signal that key exchange was completed.
-
-
-
-
- WaitHandle to signal that key exchange is in progress.
-
-
-
-
- Exception that need to be thrown by waiting thread
-
-
-
-
- Specifies whether connection is authenticated
-
-
-
-
- Specifies whether user issued Disconnect command or not
-
-
-
-
- Holds the factory to use for creating new services.
-
-
-
-
- Holds connection socket.
-
-
-
-
- Holds an object that is used to ensure only a single thread can read from
- at any given time.
-
-
-
-
- Holds an object that is used to ensure only a single thread can write to
- at any given time.
-
-
- This is also used to ensure that is
- incremented atomatically.
-
-
-
-
- Holds an object that is used to ensure only a single thread can dispose
- at any given time.
-
-
- This is also used to ensure that will not be disposed
- while performing a given operation or set of operations on .
-
-
-
-
- Gets the session semaphore that controls session channels.
-
-
- The session semaphore.
-
-
-
-
- Gets the next channel number.
-
-
- The next channel number.
-
-
-
-
- Gets a value indicating whether the session is connected.
-
-
- true if the session is connected; otherwise, false.
-
-
- This methods returns true in all but the following cases:
-
- -
- The is disposed.
-
- -
- The SSH_MSG_DISCONNECT message - which is used to disconnect from the server - has been sent.
-
- -
- The client has not been authenticated successfully.
-
- -
- The listener thread - which is used to receive messages from the server - has stopped.
-
- -
- The socket used to communicate with the server is no longer connected.
-
-
-
-
-
-
- Gets the session id.
-
-
- The session id, or null if the client has not been authenticated.
-
-
-
-
- Gets the client init message.
-
- The client init message.
-
-
-
- Gets or sets the server version string.
-
- The server version.
-
-
-
- Gets or sets the client version string.
-
- The client version.
-
-
-
- Gets or sets the connection info.
-
- The connection info.
-
-
-
- Occurs when an error occurred.
-
-
-
-
- Occurs when session has been disconnected from the server.
-
-
-
-
- Occurs when host key received.
-
-
-
-
- Occurs when message is received from the server.
-
-
-
-
- Occurs when message is received from the server.
-
-
-
-
- Occurs when message is received from the server.
-
-
-
-
- Occurs when message is received from the server.
-
-
-
-
- Occurs when message is received from the server.
-
-
-
-
- Occurs when message is received from the server.
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when a message is received from the SSH server.
-
-
-
-
- Occurs when a message is received from the SSH server.
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message received
-
-
-
-
- Occurs when message received
-
-
-
-
- Initializes a new instance of the class.
-
- The connection info.
- The factory to use for creating new services.
- A factory to create instances.
- is null.
- is null.
- is null.
-
-
-
- Connects to the server.
-
- Socket connection to the SSH server or proxy server could not be established, or an error occurred while resolving the hostname.
- SSH session could not be established.
- Authentication of SSH session failed.
- Failed to establish proxy connection.
-
-
-
- Disconnects from the server.
-
-
- This sends a SSH_MSG_DISCONNECT message to the server, waits for the
- server to close the socket on its end and subsequently closes the client socket.
-
-
-
-
- Waits for the specified handle or the exception handle for the receive thread
- to signal within the connection timeout.
-
- The wait handle.
- A received package was invalid or failed the message integrity check.
- None of the handles are signaled in time and the session is not disconnecting.
- A socket error was signaled while receiving messages from the server.
-
- When neither handles are signaled in time and the session is not closing, then the
- session is disconnected.
-
-
-
-
- Waits for the specified handle or the exception handle for the receive thread
- to signal within the specified timeout.
-
- The wait handle.
- The time to wait for any of the handles to become signaled.
- A received package was invalid or failed the message integrity check.
- None of the handles are signaled in time and the session is not disconnecting.
- A socket error was signaled while receiving messages from the server.
-
- When neither handles are signaled in time and the session is not closing, then the
- session is disconnected.
-
-
-
-
- Waits for the specified handle or the exception handle for the receive thread
- to signal within the connection timeout.
-
- The wait handle.
- A received package was invalid or failed the message integrity check.
- None of the handles are signaled in time and the session is not disconnecting.
- A socket error was signaled while receiving messages from the server.
-
- When neither handles are signaled in time and the session is not closing, then the
- session is disconnected.
-
-
-
-
- Waits for the specified to receive a signal, using a
- to specify the time interval.
-
- The that should be signaled.
- A that represents the number of milliseconds to wait, or a that represents -1 milliseconds to wait indefinitely.
-
- A .
-
-
-
-
- Waits for the specified to receive a signal, using a
- to specify the time interval.
-
- The that should be signaled.
- A that represents the number of milliseconds to wait, or a that represents -1 milliseconds to wait indefinitely.
- When this method returns , contains the .
-
- A .
-
-
-
-
- Waits for the specified to receive a signal, using a
- to specify the time interval.
-
- The that should be signaled.
- A that represents the number of milliseconds to wait, or a that represents -1 milliseconds to wait indefinitely.
- When this method returns , contains the .
-
- A .
-
-
-
-
- Waits for the specified handle or the exception handle for the receive thread
- to signal within the specified timeout.
-
- The wait handle.
- The time to wait for any of the handles to become signaled.
- A received package was invalid or failed the message integrity check.
- None of the handles are signaled in time and the session is not disconnecting.
- A socket error was signaled while receiving messages from the server.
-
-
-
- Sends a message to the server.
-
- The message to send.
- The client is not connected.
- The operation timed out.
- The size of the packet exceeds the maximum size defined by the protocol.
-
-
-
- Sends an SSH packet to the server.
-
- A byte array containing the packet to send.
- The offset of the packet.
- The length of the packet.
- Client is not connected to the server.
-
-
- The send is performed in a dispose lock to avoid
- and/or when sending the packet.
-
-
- This method is only to be used when the connection is established, as the locking
- overhead is not required while establising the connection.
-
-
-
-
-
- Sends a message to the server.
-
- The message to send.
-
- true if the message was sent to the server; otherwise, false.
-
- The size of the packet exceeds the maximum size defined by the protocol.
-
- This methods returns false when the attempt to send the message results in a
- or a .
-
-
-
-
- Receives the message from the server.
-
-
- The incoming SSH message, or null if the connection with the SSH server was closed.
-
-
- We need no locking here since all messages are read by a single thread.
-
-
-
-
- Called when received.
-
- message.
-
-
-
- Called when received.
-
- message.
-
-
-
- Called when message received.
-
- message.
-
-
-
- Called when message received.
-
- message.
-
-
-
- Called when message received.
-
- message.
-
-
-
- Called when message received.
-
- message.
-
-
-
- Called when message received.
-
- message.
-
-
-
- Called when message received.
-
- message.
-
-
-
- Called when client is disconnecting from the server.
-
-
-
-
- Called when message received.
-
- message.
-
-
-
- Called when message received.
-
- message.
-
-
-
- Called when message received.
-
- message.
-
-
-
- Called when message received.
-
- message.
-
-
-
- Called when message received.
-
- message.
-
-
-
- Called when message received.
-
- message.
-
-
-
- Called when message received.
-
- message.
-
-
-
- Called when message received.
-
- message.
-
-
-
- Called when message received.
-
- message.
-
-
-
- Called when message received.
-
- message.
-
-
-
- Called when message received.
-
- message.
-
-
-
- Called when message received.
-
- message.
-
-
-
- Called when message received.
-
- message.
-
-
-
- Called when message received.
-
- message.
-
-
-
- Called when message received.
-
- message.
-
-
-
- Called when message received.
-
- message.
-
-
-
- Called when message received.
-
- message.
-
-
-
- Called when message received.
-
- message.
-
-
-
- Called when message received.
-
- message.
-
-
-
- Registers SSH message with the session.
-
- The name of the message to register with the session.
-
-
-
- Unregister SSH message from the session.
-
- The name of the message to unregister with the session.
-
-
-
- Loads a message from a given buffer.
-
- An array of bytes from which to construct the message.
- The zero-based byte offset in at which to begin reading.
- The number of bytes to load.
-
- A message constructed from .
-
- The type of the message is not supported.
-
-
-
- Gets a value indicating whether the socket is connected.
-
-
- true if the socket is connected; otherwise, false.
-
-
-
- As a first check we verify whether is
- true. However, this only returns the state of the socket as of
- the last I/O operation.
-
-
- Therefore we use the combination of with mode
- and to verify if the socket is still connected.
-
-
- The MSDN doc mention the following on the return value of
- with mode :
-
- -
- true if data is available for reading;
-
- -
- true if the connection has been closed, reset, or terminated; otherwise, returns false.
-
-
-
-
- Conclusion: when the return value is true - but no data is available for reading - then
- the socket is no longer connected.
-
-
- When a is used from multiple threads, there's a race condition
- between the invocation of and the moment
- when the value of is obtained. To workaround this issue
- we synchronize reads from the .
-
-
-
-
-
- Performs a blocking read on the socket until bytes are received.
-
- The to read from.
- An array of type that is the storage location for the received data.
- The position in parameter to store the received data.
- The number of bytes to read.
-
- The number of bytes read.
-
- The read has timed-out.
- The read failed.
-
-
-
- Shuts down and disposes the socket.
-
-
-
-
- Listens for incoming message from the server and handles them. This method run as a task on separate thread.
-
-
-
-
- Raises the event.
-
- The .
-
-
-
- Resets connection-specific information to ensure state of a previous connection
- does not affect new connections.
-
-
-
-
- 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.
-
-
-
- Releases unmanaged resources and performs other cleanup operations before the
- is reclaimed by garbage collection.
-
-
-
-
- Gets or sets the connection info.
-
- The connection info.
-
-
-
- Create a new SSH session channel.
-
-
- A new SSH session channel.
-
-
-
-
- Create a new channel for a locally forwarded TCP/IP port.
-
-
- A new channel for a locally forwarded TCP/IP port.
-
-
-
-
- Creates a "forwarded-tcpip" SSH channel.
-
-
- A new "forwarded-tcpip" SSH channel.
-
-
-
-
- Sends a message to the server.
-
- The message to send.
- The client is not connected.
- The operation timed out.
- The size of the packet exceeds the maximum size defined by the protocol.
-
-
-
- Sends a message to the server.
-
- The message to send.
-
- true if the message was sent to the server; otherwise, false.
-
- The size of the packet exceeds the maximum size defined by the protocol.
-
- This methods returns false when the attempt to send the message results in a
- or a .
-
-
-
-
- Represents the result of a wait operations.
-
-
-
-
- The was signaled within the specified interval.
-
-
-
-
- The was not signaled within the specified interval.
-
-
-
-
- The session is in a disconnected state.
-
-
-
-
- The session is in a failed state.
-
-
-
-
- Implementation of the SSH File Transfer Protocol (SFTP) over SSH.
-
-
-
-
- Holds the instance that is used to communicate to the
- SFTP server.
-
-
-
-
- Holds the operation timeout.
-
-
-
-
- Holds the size of the buffer.
-
-
-
-
- Gets or sets the operation timeout.
-
-
- The timeout to wait until an operation completes. The default value is negative
- one (-1) milliseconds, which indicates an infinite timeout period.
-
- The method was called after the client was disposed.
- represents a value that is less than -1 or greater than milliseconds.
-
-
-
- Gets or sets the maximum size of the buffer in bytes.
-
-
- The size of the buffer. The default buffer size is 32768 bytes (32 KB).
-
-
-
- For write operations, this limits the size of the payload for
- individual SSH_FXP_WRITE messages. The actual size is always
- capped at the maximum packet size supported by the peer
- (minus the size of protocol fields).
-
-
- For read operations, this controls the size of the payload which
- is requested from the peer in a SSH_FXP_READ message. The peer
- will send the requested number of bytes in a SSH_FXP_DATA message,
- possibly split over multiple SSH_MSG_CHANNEL_DATA messages.
-
-
- To optimize the size of the SSH packets sent by the peer,
- the actual requested size will take into account the size of the
- SSH_FXP_DATA protocol fields.
-
-
- The size of the each indivual SSH_FXP_DATA message is limited to the
- local maximum packet size of the channel, which is set to 64 KB
- for SSH.NET. However, the peer can limit this even further.
-
-
- The method was called after the client was disposed.
-
-
-
- Gets remote working directory.
-
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Gets sftp protocol version.
-
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Gets the current SFTP session.
-
-
- The current SFTP session.
-
-
-
-
- Initializes a new instance of the class.
-
- The connection info.
- is null.
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Connection port.
- Authentication username.
- Authentication password.
- is null.
- is invalid. -or- is null or contains only whitespace characters.
- is not within and .
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Authentication username.
- Authentication password.
- is null.
- is invalid. -or- is null contains only whitespace characters.
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Connection port.
- Authentication username.
- Authentication private key file(s) .
- is null.
- is invalid. -or- is nunullll or contains only whitespace characters.
- is not within and .
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Authentication username.
- Authentication private key file(s) .
- is null.
- is invalid. -or- is null or contains only whitespace characters.
-
-
-
- Initializes a new instance of the class.
-
- The connection info.
- Specified whether this instance owns the connection info.
- is null.
-
- If is true, the connection info will be disposed when this
- instance is disposed.
-
-
-
-
- Initializes a new instance of the class.
-
- The connection info.
- Specified whether this instance owns the connection info.
- The factory to use for creating new services.
- is null.
- is null.
-
- If is true, the connection info will be disposed when this
- instance is disposed.
-
-
-
-
- Changes remote directory to path.
-
- New directory path.
- is null.
- Client is not connected.
- Permission to change directory denied by remote host. -or- A SSH command was denied by the server.
- was not found on the remote host.
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
-
-
- Changes permissions of file(s) to specified mode.
-
- File(s) path, may match multiple files.
- The mode.
- is null.
- Client is not connected.
- Permission to change permission on the path(s) was denied by the remote host. -or- A SSH command was denied by the server.
- was not found on the remote host.
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
-
-
- Creates remote directory specified by path.
-
- Directory path to create.
- is null or contains only whitespace characters.
- Client is not connected.
- Permission to create the directory was denied by the remote host. -or- A SSH command was denied by the server.
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
-
-
- Deletes remote directory specified by path.
-
- Directory to be deleted path.
- is null or contains only whitespace characters.
- Client is not connected.
- was not found on the remote host.
- Permission to delete the directory was denied by the remote host. -or- A SSH command was denied by the server.
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
-
-
- Deletes remote file specified by path.
-
- File to be deleted path.
- is null or contains only whitespace characters.
- Client is not connected.
- was not found on the remote host.
- Permission to delete the file was denied by the remote host. -or- A SSH command was denied by the server.
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
-
-
- Renames remote file from old path to new path.
-
- Path to the old file location.
- Path to the new file location.
- is null. -or- or is null.
- Client is not connected.
- Permission to rename the file was denied by the remote host. -or- A SSH command was denied by the server.
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
-
-
- Renames remote file from old path to new path.
-
- Path to the old file location.
- Path to the new file location.
- if set to true then perform a posix rename.
- is null. -or- or is null.
- Client is not connected.
- Permission to rename the file was denied by the remote host. -or- A SSH command was denied by the server.
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
-
-
- Creates a symbolic link from old path to new path.
-
- The old path.
- The new path.
- is null. -or- is null or contains only whitespace characters.
- Client is not connected.
- Permission to create the symbolic link was denied by the remote host. -or- A SSH command was denied by the server.
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
-
-
- Retrieves list of files in remote directory.
-
- The path.
- The list callback.
-
- A list of files.
-
- is null.
- Client is not connected.
- Permission to list the contents of the directory was denied by the remote host. -or- A SSH command was denied by the server.
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
-
-
- Begins an asynchronous operation of retrieving list of files in remote directory.
-
- The path.
- The method to be called when the asynchronous write operation is completed.
- A user-provided object that distinguishes this particular asynchronous write request from other requests.
- The list callback.
-
- An that references the asynchronous operation.
-
- The method was called after the client was disposed.
-
-
-
- Ends an asynchronous operation of retrieving list of files in remote directory.
-
- The pending asynchronous SFTP request.
-
- A list of files.
-
- The object did not come from the corresponding async method on this type.-or- was called multiple times with the same .
-
-
-
- Gets reference to remote file or directory.
-
- The path.
-
- A reference to file object.
-
- Client is not connected.
- was not found on the remote host.
- is null.
- The method was called after the client was disposed.
-
-
-
- Checks whether file or directory exists;
-
- The path.
-
- true if directory or file exists; otherwise false.
-
- is null or contains only whitespace characters.
- Client is not connected.
- Permission to perform the operation was denied by the remote host. -or- A SSH command was denied by the server.
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
-
-
- Downloads remote file specified by the path into the stream.
-
- File to download.
- Stream to write the file into.
- The download callback.
- is null.
- is null or contains only whitespace characters.
- Client is not connected.
- Permission to perform the operation was denied by the remote host. -or- A SSH command was denied by the server.
- was not found on the remote host.///
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
- Method calls made by this method to , may under certain conditions result in exceptions thrown by the stream.
-
-
-
-
- Begins an asynchronous file downloading into the stream.
-
- The path.
- The output.
-
- An that references the asynchronous operation.
-
- is null.
- is null or contains only whitespace characters.
- Client is not connected.
- Permission to perform the operation was denied by the remote host. -or- A SSH command was denied by the server.
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
- Method calls made by this method to , may under certain conditions result in exceptions thrown by the stream.
-
-
-
-
- Begins an asynchronous file downloading into the stream.
-
- The path.
- The output.
- The method to be called when the asynchronous write operation is completed.
-
- An that references the asynchronous operation.
-
- is null.
- is null or contains only whitespace characters.
- Client is not connected.
- Permission to perform the operation was denied by the remote host. -or- A SSH command was denied by the server.
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
- Method calls made by this method to , may under certain conditions result in exceptions thrown by the stream.
-
-
-
-
- Begins an asynchronous file downloading into the stream.
-
- The path.
- The output.
- The method to be called when the asynchronous write operation is completed.
- A user-provided object that distinguishes this particular asynchronous write request from other requests.
- The download callback.
-
- An that references the asynchronous operation.
-
- is null.
- is null or contains only whitespace characters.
- The method was called after the client was disposed.
-
- Method calls made by this method to , may under certain conditions result in exceptions thrown by the stream.
-
-
-
-
- Ends an asynchronous file downloading into the stream.
-
- The pending asynchronous SFTP request.
- The object did not come from the corresponding async method on this type.-or- was called multiple times with the same .
- Client is not connected.
- Permission to perform the operation was denied by the remote host. -or- A SSH command was denied by the server.
- The path was not found on the remote host.
- A SSH error where is the message from the remote host.
-
-
-
- Uploads stream into remote file.
-
- Data input stream.
- Remote file path.
- The upload callback.
- is null.
- is null or contains only whitespace characters.
- Client is not connected.
- Permission to upload the file was denied by the remote host. -or- A SSH command was denied by the server.
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
- Method calls made by this method to , may under certain conditions result in exceptions thrown by the stream.
-
-
-
-
- Uploads stream into remote file.
-
- Data input stream.
- Remote file path.
- if set to true then existing file will be overwritten.
- The upload callback.
- is null.
- is null or contains only whitespace characters.
- Client is not connected.
- Permission to upload the file was denied by the remote host. -or- A SSH command was denied by the server.
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
- Method calls made by this method to , may under certain conditions result in exceptions thrown by the stream.
-
-
-
-
- Begins an asynchronous uploading the stream into remote file.
-
- Data input stream.
- Remote file path.
-
- An that references the asynchronous operation.
-
- is null.
- is null or contains only whitespace characters.
- Client is not connected.
- Permission to list the contents of the directory was denied by the remote host. -or- A SSH command was denied by the server.
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
-
- Method calls made by this method to , may under certain conditions result in exceptions thrown by the stream.
-
-
- If the remote file already exists, it is overwritten and truncated.
-
-
-
-
-
- Begins an asynchronous uploading the stream into remote file.
-
- Data input stream.
- Remote file path.
- The method to be called when the asynchronous write operation is completed.
-
- An that references the asynchronous operation.
-
- is null.
- is null or contains only whitespace characters.
- Client is not connected.
- Permission to list the contents of the directory was denied by the remote host. -or- A SSH command was denied by the server.
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
-
- Method calls made by this method to , may under certain conditions result in exceptions thrown by the stream.
-
-
- If the remote file already exists, it is overwritten and truncated.
-
-
-
-
-
- Begins an asynchronous uploading the stream into remote file.
-
- Data input stream.
- Remote file path.
- The method to be called when the asynchronous write operation is completed.
- A user-provided object that distinguishes this particular asynchronous write request from other requests.
- The upload callback.
-
- An that references the asynchronous operation.
-
- is null.
- is null or contains only whitespace characters.
- Client is not connected.
- Permission to list the contents of the directory was denied by the remote host. -or- A SSH command was denied by the server.
- A SSH error where is the message from the remote host.
- The method was called after the client was disposed.
-
-
- Method calls made by this method to , may under certain conditions result in exceptions thrown by the stream.
-
-
- If the remote file already exists, it is overwritten and truncated.
-
-
-
-
-
- Begins an asynchronous uploading the stream into remote file.
-
- Data input stream.
- Remote file path.
- Specified whether an existing file can be overwritten.
- The method to be called when the asynchronous write operation is completed.
- A user-provided object that distinguishes this particular asynchronous write request from other requests.
- The upload callback.
-
- An that references the asynchronous operation.
-
- is null.
- is null or contains only whitespace characters.
- The method was called after the client was disposed.
-
-
- Method calls made by this method to , may under certain conditions result in exceptions thrown by the stream.
-
-
- When refers to an existing file, set to true to overwrite and truncate that file.
- If is false, the upload will fail and will throw an
- .
-
-
-
-
-
- Ends an asynchronous uploading the stream into remote file.
-
- The pending asynchronous SFTP request.
- The object did not come from the corresponding async method on this type.-or- was called multiple times with the same .
- Client is not connected.
- The directory of the file was not found on the remote host.
- Permission to upload the file was denied by the remote host. -or- A SSH command was denied by the server.
- A SSH error where is the message from the remote host.
-
-
-
- Gets status using statvfs@openssh.com request.
-
- The path.
-
- A instance that contains file status information.
-
- Client is not connected.
- is null.
- The method was called after the client was disposed.
-
-
-
- Appends lines to a file, creating the file if it does not already exist.
-
- The file to append the lines to. The file is created if it does not already exist.
- The lines to append to the file.
- isnull -or- is null.
- Client is not connected.
- The specified path is invalid, or its directory was not found on the remote host.
- The method was called after the client was disposed.
-
- The characters are written to the file using UTF-8 encoding without a Byte-Order Mark (BOM)
-
-
-
-
- Appends lines to a file by using a specified encoding, creating the file if it does not already exist.
-
- The file to append the lines to. The file is created if it does not already exist.
- The lines to append to the file.
- The character encoding to use.
- is null. -or- is null. -or- is null.
- Client is not connected.
- The specified path is invalid, or its directory was not found on the remote host.
- The method was called after the client was disposed.
-
-
-
- Appends the specified string to the file, creating the file if it does not already exist.
-
- The file to append the specified string to.
- The string to append to the file.
- is null. -or- is null.
- Client is not connected.
- The specified path is invalid, or its directory was not found on the remote host.
- The method was called after the client was disposed.
-
- The characters are written to the file using UTF-8 encoding without a Byte-Order Mark (BOM).
-
-
-
-
- Appends the specified string to the file, creating the file if it does not already exist.
-
- The file to append the specified string to.
- The string to append to the file.
- The character encoding to use.
- is null. -or- is null. -or- is null.
- Client is not connected.
- The specified path is invalid, or its directory was not found on the remote host.
- The method was called after the client was disposed.
-
-
-
- Creates a that appends UTF-8 encoded text to the specified file,
- creating the file if it does not already exist.
-
- The path to the file to append to.
-
- A that appends text to a file using UTF-8 encoding without a
- Byte-Order Mark (BOM).
-
- is null.
- Client is not connected.
- The specified path is invalid, or its directory was not found on the remote host.
- The method was called after the client was disposed.
-
-
-
- Creates a that appends text to a file using the specified
- encoding, creating the file if it does not already exist.
-
- The path to the file to append to.
- The character encoding to use.
-
- A that appends text to a file using the specified encoding.
-
- is null. -or- is null.
- Client is not connected.
- The specified path is invalid, or its directory was not found on the remote host.
- The method was called after the client was disposed.
-
-
-
- Creates or overwrites a file in the specified path.
-
- The path and name of the file to create.
-
- A that provides read/write access to the file specified in path.
-
- is null.
- Client is not connected.
- The specified path is invalid, or its directory was not found on the remote host.
- The method was called after the client was disposed.
-
- If the target file already exists, it is first truncated to zero bytes.
-
-
-
-
- Creates or overwrites the specified file.
-
- The path and name of the file to create.
- The maximum number of bytes buffered for reads and writes to the file.
-
- A that provides read/write access to the file specified in path.
-
- is null.
- Client is not connected.
- The specified path is invalid, or its directory was not found on the remote host.
- The method was called after the client was disposed.
-
- If the target file already exists, it is first truncated to zero bytes.
-
-
-
-
- Creates or opens a file for writing UTF-8 encoded text.
-
- The file to be opened for writing.
-
- A that writes text to a file using UTF-8 encoding without
- a Byte-Order Mark (BOM).
-
- is null.
- Client is not connected.
- The specified path is invalid, or its directory was not found on the remote host.
- The method was called after the client was disposed.
-
-
- If the target file already exists, it is overwritten. It is not first truncated to zero bytes.
-
-
- If the target file does not exist, it is created.
-
-
-
-
-
- Creates or opens a file for writing text using the specified encoding.
-
- The file to be opened for writing.
- The character encoding to use.
-
- A that writes to a file using the specified encoding.
-
- is null.
- Client is not connected.
- The specified path is invalid, or its directory was not found on the remote host.
- The method was called after the client was disposed.
-
-
- If the target file already exists, it is overwritten. It is not first truncated to zero bytes.
-
-
- If the target file does not exist, it is created.
-
-
-
-
-
- Deletes the specified file or directory.
-
- The name of the file or directory to be deleted. Wildcard characters are not supported.
- is null.
- Client is not connected.
- was not found on the remote host.
- The method was called after the client was disposed.
-
-
-
- Returns the date and time the specified file or directory was last accessed.
-
- The file or directory for which to obtain access date and time information.
-
- A structure set to the date and time that the specified file or directory was last accessed.
- This value is expressed in local time.
-
- is null.
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Returns the date and time, in coordinated universal time (UTC), that the specified file or directory was last accessed.
-
- The file or directory for which to obtain access date and time information.
-
- A structure set to the date and time that the specified file or directory was last accessed.
- This value is expressed in UTC time.
-
- is null.
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Returns the date and time the specified file or directory was last written to.
-
- The file or directory for which to obtain write date and time information.
-
- A structure set to the date and time that the specified file or directory was last written to.
- This value is expressed in local time.
-
- is null.
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Returns the date and time, in coordinated universal time (UTC), that the specified file or directory was last written to.
-
- The file or directory for which to obtain write date and time information.
-
- A structure set to the date and time that the specified file or directory was last written to.
- This value is expressed in UTC time.
-
- is null.
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Opens a on the specified path with read/write access.
-
- The file to open.
- A value that specifies whether a file is created if one does not exist, and determines whether the contents of existing files are retained or overwritten.
-
- An unshared that provides access to the specified file, with the specified mode and read/write access.
-
- is null.
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Opens a on the specified path, with the specified mode and access.
-
- The file to open.
- A value that specifies whether a file is created if one does not exist, and determines whether the contents of existing files are retained or overwritten.
- A value that specifies the operations that can be performed on the file.
-
- An unshared that provides access to the specified file, with the specified mode and access.
-
- is null.
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Opens an existing file for reading.
-
- The file to be opened for reading.
-
- A read-only on the specified path.
-
- is null.
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Opens an existing UTF-8 encoded text file for reading.
-
- The file to be opened for reading.
-
- A on the specified path.
-
- is null.
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Opens a file for writing.
-
- The file to be opened for writing.
-
- An unshared object on the specified path with access.
-
- is null.
- Client is not connected.
- The method was called after the client was disposed.
-
- If the file does not exist, it is created.
-
-
-
-
- Opens a binary file, reads the contents of the file into a byte array, and closes the file.
-
- The file to open for reading.
-
- A byte array containing the contents of the file.
-
- is null.
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Opens a text file, reads all lines of the file using UTF-8 encoding, and closes the file.
-
- The file to open for reading.
-
- A string array containing all lines of the file.
-
- is null.
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Opens a file, reads all lines of the file with the specified encoding, and closes the file.
-
- The file to open for reading.
- The encoding applied to the contents of the file.
-
- A string array containing all lines of the file.
-
- is null.
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Opens a text file, reads all lines of the file with the UTF-8 encoding, and closes the file.
-
- The file to open for reading.
-
- A string containing all lines of the file.
-
- is null.
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Opens a file, reads all lines of the file with the specified encoding, and closes the file.
-
- The file to open for reading.
- The encoding applied to the contents of the file.
-
- A string containing all lines of the file.
-
- is null.
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Reads the lines of a file with the UTF-8 encoding.
-
- The file to read.
-
- The lines of the file.
-
- is null.
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Read the lines of a file that has a specified encoding.
-
- The file to read.
- The encoding that is applied to the contents of the file.
-
- The lines of the file.
-
- is null.
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Sets the date and time the specified file was last accessed.
-
- The file for which to set the access date and time information.
- A containing the value to set for the last access date and time of path. This value is expressed in local time.
-
-
-
- Sets the date and time, in coordinated universal time (UTC), that the specified file was last accessed.
-
- The file for which to set the access date and time information.
- A containing the value to set for the last access date and time of path. This value is expressed in UTC time.
-
-
-
- Sets the date and time that the specified file was last written to.
-
- The file for which to set the date and time information.
- A containing the value to set for the last write date and time of path. This value is expressed in local time.
-
-
-
- Sets the date and time, in coordinated universal time (UTC), that the specified file was last written to.
-
- The file for which to set the date and time information.
- A containing the value to set for the last write date and time of path. This value is expressed in UTC time.
-
-
-
- Writes the specified byte array to the specified file, and closes the file.
-
- The file to write to.
- The bytes to write to the file.
- is null.
- Client is not connected.
- The specified path is invalid, or its directory was not found on the remote host.
- The method was called after the client was disposed.
-
-
- If the target file already exists, it is overwritten. It is not first truncated to zero bytes.
-
-
- If the target file does not exist, it is created.
-
-
-
-
-
- Writes a collection of strings to the file using the UTF-8 encoding, and closes the file.
-
- The file to write to.
- The lines to write to the file.
- is null.
- Client is not connected.
- The specified path is invalid, or its directory was not found on the remote host.
- The method was called after the client was disposed.
-
-
- The characters are written to the file using UTF-8 encoding without a Byte-Order Mark (BOM).
-
-
- If the target file already exists, it is overwritten. It is not first truncated to zero bytes.
-
-
- If the target file does not exist, it is created.
-
-
-
-
-
- Write the specified string array to the file using the UTF-8 encoding, and closes the file.
-
- The file to write to.
- The string array to write to the file.
- is null.
- Client is not connected.
- The specified path is invalid, or its directory was not found on the remote host.
- The method was called after the client was disposed.
-
-
- The characters are written to the file using UTF-8 encoding without a Byte-Order Mark (BOM).
-
-
- If the target file already exists, it is overwritten. It is not first truncated to zero bytes.
-
-
- If the target file does not exist, it is created.
-
-
-
-
-
- Writes a collection of strings to the file using the specified encoding, and closes the file.
-
- The file to write to.
- The lines to write to the file.
- The character encoding to use.
- is null.
- Client is not connected.
- The specified path is invalid, or its directory was not found on the remote host.
- The method was called after the client was disposed.
-
-
- If the target file already exists, it is overwritten. It is not first truncated to zero bytes.
-
-
- If the target file does not exist, it is created.
-
-
-
-
-
- Writes the specified string array to the file by using the specified encoding, and closes the file.
-
- The file to write to.
- The string array to write to the file.
- An object that represents the character encoding applied to the string array.
- is null.
- Client is not connected.
- The specified path is invalid, or its directory was not found on the remote host.
- The method was called after the client was disposed.
-
-
- If the target file already exists, it is overwritten. It is not first truncated to zero bytes.
-
-
- If the target file does not exist, it is created.
-
-
-
-
-
- Writes the specified string to the file using the UTF-8 encoding, and closes the file.
-
- The file to write to.
- The string to write to the file.
- is null.
- Client is not connected.
- The specified path is invalid, or its directory was not found on the remote host.
- The method was called after the client was disposed.
-
-
- The characters are written to the file using UTF-8 encoding without a Byte-Order Mark (BOM).
-
-
- If the target file already exists, it is overwritten. It is not first truncated to zero bytes.
-
-
- If the target file does not exist, it is created.
-
-
-
-
-
- Writes the specified string to the file using the specified encoding, and closes the file.
-
- The file to write to.
- The string to write to the file.
- The encoding to apply to the string.
- is null.
- Client is not connected.
- The specified path is invalid, or its directory was not found on the remote host.
- The method was called after the client was disposed.
-
-
- If the target file already exists, it is overwritten. It is not first truncated to zero bytes.
-
-
- If the target file does not exist, it is created.
-
-
-
-
-
- Gets the of the file on the path.
-
- The path to the file.
-
- The of the file on the path.
-
- is null.
- Client is not connected.
- was not found on the remote host.
- The method was called after the client was disposed.
-
-
-
- Sets the specified of the file on the specified path.
-
- The path to the file.
- The desired .
- is null.
- Client is not connected.
- The method was called after the client was disposed.
-
-
-
- Synchronizes the directories.
-
- The source path.
- The destination path.
- The search pattern.
-
- A list of uploaded files.
-
- is null.
- is null or contains only whitespace.
- was not found on the remote host.
-
-
-
- Begins the synchronize directories.
-
- The source path.
- The destination path.
- The search pattern.
- The async callback.
- The state.
-
- An that represents the asynchronous directory synchronization.
-
- is null.
- is null or contains only whitespace.
-
-
-
- Ends the synchronize directories.
-
- The async result.
-
- A list of uploaded files.
-
- The object did not come from the corresponding async method on this type.-or- was called multiple times with the same .
- The destination path was not found on the remote host.
-
-
-
- Internals the list directory.
-
- The path.
- The list callback.
-
- A list of files in the specfied directory.
-
- is null.
- Client not connected.
-
-
-
- Internals the download file.
-
- The path.
- The output.
- An that references the asynchronous request.
- The download callback.
- is null.
- is null or contains whitespace.
- Client not connected.
-
-
-
- Internals the upload file.
-
- The input.
- The path.
- The flags.
- An that references the asynchronous request.
- The upload callback.
- is null.
- is null or contains whitespace.
- Client not connected.
-
-
-
- Called when client is connected to the server.
-
-
-
-
- Called when client is disconnecting from the server.
-
-
-
-
- Releases unmanaged and - optionally - managed resources
-
- true to release both managed and unmanaged resources; false to release only unmanaged resources.
-
-
-
- SSH_FXF_READ
-
-
-
-
- SSH_FXF_WRITE
-
-
-
-
- SSH_FXF_APPEND
-
-
-
-
- SSH_FXF_CREAT
-
-
-
-
- SSH_FXF_TRUNC
-
-
-
-
- SSH_FXF_EXCL
-
-
-
-
- Gets the SFTP protocol version.
-
-
- The SFTP protocol version.
-
-
-
-
- Gets the remote working directory.
-
-
- The remote working directory.
-
-
-
-
- Changes the current working directory to the specified path.
-
- The new working directory.
-
-
-
- Resolves a given path into an absolute path on the server.
-
- The path to resolve.
-
- The absolute path.
-
-
-
-
- Performs SSH_FXP_FSTAT request.
-
- The handle.
- if set to true returns null instead of throwing an exception.
-
- File attributes
-
-
-
-
- Performs SSH_FXP_STAT request.
-
- The path.
- if set to true returns null instead of throwing an exception.
-
- File attributes
-
-
-
-
- Performs SSH_FXP_STAT request
-
- The path.
- The delegate that is executed when completes.
- An object that contains any additional user-defined data.
-
- A that represents the asynchronous call.
-
-
-
-
- Handles the end of an asynchronous read.
-
- An that represents an asynchronous call.
-
- The file attributes.
-
- is null.
-
-
-
- Performs SSH_FXP_LSTAT request.
-
- The path.
-
- File attributes
-
-
-
-
- Performs SSH_FXP_LSTAT request.
-
- The path.
- The delegate that is executed when completes.
- An object that contains any additional user-defined data.
-
- A that represents the asynchronous call.
-
-
-
-
- Handles the end of an asynchronous SSH_FXP_LSTAT request.
-
- An that represents an asynchronous call.
-
- The file attributes.
-
- is null.
-
-
-
- Performs SSH_FXP_MKDIR request.
-
- The path.
-
-
-
- Performs SSH_FXP_OPEN request
-
- The path.
- The flags.
- if set to true returns null instead of throwing an exception.
- File handle.
-
-
-
- Performs SSH_FXP_OPEN request
-
- The path.
- The flags.
- The delegate that is executed when completes.
- An object that contains any additional user-defined data.
-
- A that represents the asynchronous call.
-
-
-
-
- Handles the end of an asynchronous read.
-
- An that represents an asynchronous call.
-
- A array representing a file handle.
-
-
- If all available data has been read, the method completes
- immediately and returns zero bytes.
-
- is null.
-
-
-
- Performs SSH_FXP_OPENDIR request
-
- The path.
- if set to true returns null instead of throwing an exception.
- File handle.
-
-
-
- Performs posix-rename@openssh.com extended request.
-
- The old path.
- The new path.
-
-
-
- Performs SSH_FXP_READ request.
-
- The handle.
- The offset.
- The length.
- data array; null if EOF
-
-
-
- Begins an asynchronous read using a SSH_FXP_READ request.
-
- The handle to the file to read from.
- The offset in the file to start reading from.
- The number of bytes to read.
- The delegate that is executed when completes.
- An object that contains any additional user-defined data.
-
- A that represents the asynchronous call.
-
-
-
-
- Handles the end of an asynchronous read.
-
- An that represents an asynchronous call.
-
- A array representing the data read.
-
-
- If all available data has been read, the method completes
- immediately and returns zero bytes.
-
- is null.
-
-
-
- Performs SSH_FXP_READDIR request
-
- The handle.
-
-
-
-
- Performs SSH_FXP_REALPATH request.
-
- The path.
- The delegate that is executed when completes.
- An object that contains any additional user-defined data.
-
- A that represents the asynchronous call.
-
-
-
-
- Handles the end of an asynchronous SSH_FXP_REALPATH request.
-
- An that represents an asynchronous call.
-
- The absolute path.
-
- is null.
-
-
-
- Performs SSH_FXP_REMOVE request.
-
- The path.
-
-
-
- Performs SSH_FXP_RENAME request.
-
- The old path.
- The new path.
-
-
-
- Performs SSH_FXP_RMDIR request.
-
- The path.
-
-
-
- Performs SSH_FXP_SETSTAT request.
-
- The path.
- The attributes.
-
-
-
- Performs statvfs@openssh.com extended request.
-
- The path.
- if set to true [null on error].
-
-
-
-
- Performs SSH_FXP_SYMLINK request.
-
- The linkpath.
- The targetpath.
-
-
-
- Performs SSH_FXP_FSETSTAT request.
-
- The handle.
- The attributes.
-
-
-
- Performs SSH_FXP_WRITE request.
-
- The handle.
- The the zero-based offset (in bytes) relative to the beginning of the file that the write must start at.
- The buffer holding the data to write.
- the zero-based offset in at which to begin taking bytes to write.
- The length (in bytes) of the data to write.
- The wait event handle if needed.
- The callback to invoke when the write has completed.
-
-
-
- Performs SSH_FXP_CLOSE request.
-
- The handle.
-
-
-
- Performs SSH_FXP_CLOSE request.
-
- The handle.
- The delegate that is executed when completes.
- An object that contains any additional user-defined data.
-
- A that represents the asynchronous call.
-
-
-
-
- Handles the end of an asynchronous close.
-
- An that represents an asynchronous call.
- is null.
-
-
-
- Calculates the optimal size of the buffer to read data from the channel.
-
- The buffer size configured on the client.
-
- The optimal size of the buffer to read data from the channel.
-
-
-
-
- Calculates the optimal size of the buffer to write data on the channel.
-
- The buffer size configured on the client.
- The file handle.
-
- The optimal size of the buffer to write data on the channel.
-
-
- Currently, we do not take the remote window size into account.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Initializes a new instance of the class.
-
- The protocol version.
- The request id.
- Specifies the path name of the new link to create.
- Specifies the path of a target object to which the newly created link will refer. In the case of a symbolic link, this path may not exist.
- if set to false the link should be a hard link, or a second directory entry referring to the same file or directory object.
- The status action.
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Gets the zero-based offset (in bytes) relative to the beginning of the file that the write
- must start at.
-
-
- The zero-based offset (in bytes) relative to the beginning of the file that the write must
- start at.
-
-
-
-
- Gets the buffer holding the data to write.
-
-
- The buffer holding the data to write.
-
-
-
-
- Gets the zero-based offset in at which to begin taking bytes to
- write.
-
-
- The zero-based offset in at which to begin taking bytes to write.
-
-
-
-
- Gets the length (in bytes) of the data to write.
-
-
- The length (in bytes) of the data to write.
-
-
-
-
- Encapsulates the results of an asynchronous download operation.
-
-
-
-
- Gets or sets a value indicating whether to cancel asynchronous download operation.
-
-
- true if download operation to be canceled; otherwise, false.
-
-
- Download operation will be canceled after finishing uploading current buffer.
-
-
-
-
- Gets the number of downloaded bytes.
-
-
-
-
- Initializes a new instance of the class.
-
- The async callback.
- The state.
-
-
-
- Updates asynchronous operation status information.
-
- Number of downloaded bytes.
-
-
-
- Represents SFTP file information
-
-
-
-
- Gets the file attributes.
-
-
-
-
- Initializes a new instance of the class.
-
- The SFTP session.
- Full path of the directory or file.
- Attributes of the directory or file.
- or is null.
-
-
-
- Gets the full path of the directory or file.
-
-
-
-
- For files, gets the name of the file. For directories, gets the name of the last directory in the hierarchy if a hierarchy exists.
- Otherwise, the Name property gets the name of the directory.
-
-
-
-
- Gets or sets the time the current file or directory was last accessed.
-
-
- The time that the current file or directory was last accessed.
-
-
-
-
- Gets or sets the time when the current file or directory was last written to.
-
-
- The time the current file was last written.
-
-
-
-
- Gets or sets the time, in coordinated universal time (UTC), the current file or directory was last accessed.
-
-
- The time that the current file or directory was last accessed.
-
-
-
-
- Gets or sets the time, in coordinated universal time (UTC), when the current file or directory was last written to.
-
-
- The time the current file was last written.
-
-
-
-
- Gets or sets the size, in bytes, of the current file.
-
-
- The size of the current file in bytes.
-
-
-
-
- Gets or sets file user id.
-
-
- File user id.
-
-
-
-
- Gets or sets file group id.
-
-
- File group id.
-
-
-
-
- Gets a value indicating whether file represents a socket.
-
-
- true if file represents a socket; otherwise, false.
-
-
-
-
- Gets a value indicating whether file represents a symbolic link.
-
-
- true if file represents a symbolic link; otherwise, false.
-
-
-
-
- Gets a value indicating whether file represents a regular file.
-
-
- true if file represents a regular file; otherwise, false.
-
-
-
-
- Gets a value indicating whether file represents a block device.
-
-
- true if file represents a block device; otherwise, false.
-
-
-
-
- Gets a value indicating whether file represents a directory.
-
-
- true if file represents a directory; otherwise, false.
-
-
-
-
- Gets a value indicating whether file represents a character device.
-
-
- true if file represents a character device; otherwise, false.
-
-
-
-
- Gets a value indicating whether file represents a named pipe.
-
-
- true if file represents a named pipe; otherwise, false.
-
-
-
-
- Gets or sets a value indicating whether the owner can read from this file.
-
-
- true if owner can read from this file; otherwise, false.
-
-
-
-
- Gets or sets a value indicating whether the owner can write into this file.
-
-
- true if owner can write into this file; otherwise, false.
-
-
-
-
- Gets or sets a value indicating whether the owner can execute this file.
-
-
- true if owner can execute this file; otherwise, false.
-
-
-
-
- Gets or sets a value indicating whether the group members can read from this file.
-
-
- true if group members can read from this file; otherwise, false.
-
-
-
-
- Gets or sets a value indicating whether the group members can write into this file.
-
-
- true if group members can write into this file; otherwise, false.
-
-
-
-
- Gets or sets a value indicating whether the group members can execute this file.
-
-
- true if group members can execute this file; otherwise, false.
-
-
-
-
- Gets or sets a value indicating whether the others can read from this file.
-
-
- true if others can read from this file; otherwise, false.
-
-
-
-
- Gets or sets a value indicating whether the others can write into this file.
-
-
- true if others can write into this file; otherwise, false.
-
-
-
-
- Gets or sets a value indicating whether the others can execute this file.
-
-
- true if others can execute this file; otherwise, false.
-
-
-
-
- Sets file permissions.
-
- The mode.
-
-
-
- Permanently deletes a file on remote machine.
-
-
-
-
- Moves a specified file to a new location on remote machine, providing the option to specify a new file name.
-
- The path to move the file to, which can specify a different file name.
- is null.
-
-
-
- Updates file status on the server.
-
-
-
-
- Returns a that represents this instance.
-
-
- A that represents this instance.
-
-
-
-
- Contains SFTP file attributes.
-
-
-
-
- Gets or sets the local time the current file or directory was last accessed.
-
-
- The local time that the current file or directory was last accessed.
-
-
-
-
- Gets or sets the local time when the current file or directory was last written to.
-
-
- The local time the current file was last written.
-
-
-
-
- Gets or sets the UTC time the current file or directory was last accessed.
-
-
- The UTC time that the current file or directory was last accessed.
-
-
-
-
- Gets or sets the UTC time when the current file or directory was last written to.
-
-
- The UTC time the current file was last written.
-
-
-
-
- Gets or sets the size, in bytes, of the current file.
-
-
- The size of the current file in bytes.
-
-
-
-
- Gets or sets file user id.
-
-
- File user id.
-
-
-
-
- Gets or sets file group id.
-
-
- File group id.
-
-
-
-
- Gets a value indicating whether file represents a socket.
-
-
- true if file represents a socket; otherwise, false.
-
-
-
-
- Gets a value indicating whether file represents a symbolic link.
-
-
- true if file represents a symbolic link; otherwise, false.
-
-
-
-
- Gets a value indicating whether file represents a regular file.
-
-
- true if file represents a regular file; otherwise, false.
-
-
-
-
- Gets a value indicating whether file represents a block device.
-
-
- true if file represents a block device; otherwise, false.
-
-
-
-
- Gets a value indicating whether file represents a directory.
-
-
- true if file represents a directory; otherwise, false.
-
-
-
-
- Gets a value indicating whether file represents a character device.
-
-
- true if file represents a character device; otherwise, false.
-
-
-
-
- Gets a value indicating whether file represents a named pipe.
-
-
- true if file represents a named pipe; otherwise, false.
-
-
-
-
- Gets a value indicating whether the owner can read from this file.
-
-
- true if owner can read from this file; otherwise, false.
-
-
-
-
- Gets a value indicating whether the owner can write into this file.
-
-
- true if owner can write into this file; otherwise, false.
-
-
-
-
- Gets a value indicating whether the owner can execute this file.
-
-
- true if owner can execute this file; otherwise, false.
-
-
-
-
- Gets a value indicating whether the group members can read from this file.
-
-
- true if group members can read from this file; otherwise, false.
-
-
-
-
- Gets a value indicating whether the group members can write into this file.
-
-
- true if group members can write into this file; otherwise, false.
-
-
-
-
- Gets a value indicating whether the group members can execute this file.
-
-
- true if group members can execute this file; otherwise, false.
-
-
-
-
- Gets a value indicating whether the others can read from this file.
-
-
- true if others can read from this file; otherwise, false.
-
-
-
-
- Gets a value indicating whether the others can write into this file.
-
-
- true if others can write into this file; otherwise, false.
-
-
-
-
- Gets a value indicating whether the others can execute this file.
-
-
- true if others can execute this file; otherwise, false.
-
-
-
-
- Gets or sets the extensions.
-
-
- The extensions.
-
-
-
-
- Sets the permissions.
-
- The mode.
-
-
-
- Returns a byte array representing the current .
-
-
- A byte array representing the current .
-
-
-
-
- Holds the size of the file, when available.
-
-
-
-
- Holds a value indicating whether EOF has already been signaled by the SSH server.
-
-
-
-
- Holds a value indicating whether the client has read up to the end of the file.
-
-
-
-
- Initializes a new instance with the specified handle,
- and the maximum number of pending reads.
-
-
-
- The size of a individual read-ahead chunk.
- The maximum number of pending reads.
- The size of the file, if known; otherwise, null.
-
-
-
- Releases unmanaged and - optionally - managed resources
-
- true to release both managed and unmanaged resources; false to release only unmanaged resources.
-
-
-
- Returns a value indicating whether the read-ahead loop should be continued.
-
-
- true if the read-ahead loop should be continued; otherwise, false.
-
-
-
-
- Exposes a around a remote SFTP file, supporting both synchronous and asynchronous read and write operations.
-
-
-
-
- Gets a value indicating whether the current stream supports reading.
-
-
- true if the stream supports reading; otherwise, false.
-
-
-
-
- Gets a value indicating whether the current stream supports seeking.
-
-
- true if the stream supports seeking; otherwise, false.
-
-
-
-
- Gets a value indicating whether the current stream supports writing.
-
-
- true if the stream supports writing; otherwise, false.
-
-
-
-
- Indicates whether timeout properties are usable for .
-
-
- true in all cases.
-
-
-
-
- Gets the length in bytes of the stream.
-
- A long value representing the length of the stream in bytes.
- A class derived from Stream does not support seeking.
- Methods were called after the stream was closed.
- IO operation failed.
-
-
-
- Gets or sets the position within the current stream.
-
- The current position within the stream.
- An I/O error occurs.
- The stream does not support seeking.
- Methods were called after the stream was closed.
-
-
-
- Gets the name of the path that was used to construct the current .
-
-
- The name of the path that was used to construct the current .
-
-
-
-
- Gets the operating system file handle for the file that the current encapsulates.
-
-
- The operating system file handle for the file that the current encapsulates.
-
-
-
-
- Gets or sets the operation timeout.
-
-
- The timeout.
-
-
-
-
- Releases unmanaged resources and performs other cleanup operations before the
- is reclaimed by garbage collection.
-
-
-
-
- Clears all buffers for this stream and causes any buffered data to be written to the file.
-
- An I/O error occurs.
- Stream is closed.
-
-
-
- Reads a sequence of bytes from the current stream and advances the position within the stream by the
- number of bytes read.
-
- An array of bytes. When this method returns, the buffer contains the specified byte array with the values between and ( + - 1) replaced by the bytes read from the current source.
- The zero-based byte offset in at which to begin storing the data read from the current stream.
- The maximum number of bytes to be read from the current stream.
-
- The total number of bytes read into the buffer. This can be less than the number of bytes requested
- if that many bytes are not currently available, or zero (0) if the end of the stream has been reached.
-
- The sum of and is larger than the buffer length.
- is null.
- or is negative.
- An I/O error occurs.
- The stream does not support reading.
- Methods were called after the stream was closed.
-
-
- This method attempts to read up to bytes. This either from the buffer, from the
- server (using one or more SSH_FXP_READ requests) or using a combination of both.
-
-
- The read loop is interrupted when either bytes are read, the server returns zero
- bytes (EOF) or less bytes than the read buffer size.
-
-
- When a server returns less number of bytes than the read buffer size, this may indicate that EOF has
- been reached. A subsequent (SSH_FXP_READ) server request is necessary to make sure EOF has effectively
- been reached. Breaking out of the read loop avoids reading from the server twice to determine EOF: once in
- the read loop, and once upon the next or invocation.
-
-
-
-
-
- Reads a byte from the stream and advances the position within the stream by one byte, or returns -1 if at the end of the stream.
-
-
- The unsigned byte cast to an , or -1 if at the end of the stream.
-
- The stream does not support reading.
- Methods were called after the stream was closed.
- Read operation failed.
-
-
-
- Sets the position within the current stream.
-
- A byte offset relative to the parameter.
- A value of type indicating the reference point used to obtain the new position.
-
- The new position within the current stream.
-
- An I/O error occurs.
- The stream does not support seeking, such as if the stream is constructed from a pipe or console output.
- Methods were called after the stream was closed.
-
-
-
- Sets the length of the current stream.
-
- The desired length of the current stream in bytes.
- An I/O error occurs.
- The stream does not support both writing and seeking.
- Methods were called after the stream was closed.
- must be greater than zero.
-
-
- Buffers are first flushed.
-
-
- If the specified value is less than the current length of the stream, the stream is truncated and - if the
- current position is greater than the new length - the current position is moved to the last byte of the stream.
-
-
- If the given value is greater than the current length of the stream, the stream is expanded and the current
- position remains the same.
-
-
-
-
-
- Writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written.
-
- An array of bytes. This method copies bytes from to the current stream.
- The zero-based byte offset in at which to begin copying bytes to the current stream.
- The number of bytes to be written to the current stream.
- The sum of and is greater than the buffer length.
- is null.
- or is negative.
- An I/O error occurs.
- The stream does not support writing.
- Methods were called after the stream was closed.
-
-
-
- Writes a byte to the current position in the stream and advances the position within the stream by one byte.
-
- The byte to write to the stream.
- An I/O error occurs.
- The stream does not support writing, or the stream is already closed.
- Methods were called after the stream was closed.
-
-
-
- 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.
-
-
-
- Flushes the read data from the buffer.
-
-
-
-
- Flush any buffered write data to the file.
-
-
-
-
- Setups the read.
-
-
-
-
- Setups the write.
-
-
-
-
- Contains File system information exposed by statvfs@openssh.com request.
-
-
-
-
- Gets the file system block size.
-
-
- The file system block size.
-
-
-
-
- Gets the fundamental file system size of the block.
-
-
- The fundamental file system block size.
-
-
-
-
- Gets the total blocks.
-
-
- The total blocks.
-
-
-
-
- Gets the free blocks.
-
-
- The free blocks.
-
-
-
-
- Gets the available blocks.
-
-
- The available blocks.
-
-
-
-
- Gets the total nodes.
-
-
- The total nodes.
-
-
-
-
- Gets the free nodes.
-
-
- The free nodes.
-
-
-
-
- Gets the available nodes.
-
-
- The available nodes.
-
-
-
-
- Gets the sid.
-
-
- The sid.
-
-
-
-
- Gets a value indicating whether this instance is read only.
-
-
- true if this instance is read only; otherwise, false.
-
-
-
-
- Gets a value indicating whether [supports set uid].
-
-
- true if [supports set uid]; otherwise, false.
-
-
-
-
- Gets the max name lenght.
-
-
- The max name lenght.
-
-
-
-
- Initializes a new instance of the class.
-
- The bsize.
- The frsize.
- The blocks.
- The bfree.
- The bavail.
- The files.
- The ffree.
- The favail.
- The sid.
- The flag.
- The namemax.
-
-
-
- Encapsulates the results of an asynchronous directory list operation.
-
-
-
-
- Gets the number of files read so far.
-
-
-
-
- Initializes a new instance of the class.
-
- The async callback.
- The state.
-
-
-
- Updates asynchronous operation status information.
-
- The files read.
-
-
-
- Gets the size of the message in bytes.
-
-
- The size of the messages in bytes.
-
-
-
-
- Writes the current message to the specified .
-
- The to write the message to.
-
-
-
- SSH_FXP_INIT
-
-
-
-
- SSH_FXP_VERSION
-
-
-
-
- SSH_FXP_OPEN
-
-
-
-
- SSH_FXP_CLOSE
-
-
-
-
- SSH_FXP_READ
-
-
-
-
- SSH_FXP_WRITE
-
-
-
-
- SSH_FXP_LSTAT
-
-
-
-
- SSH_FXP_FSTAT
-
-
-
-
- SSH_FXP_SETSTAT
-
-
-
-
- SSH_FXP_FSETSTAT
-
-
-
-
- SSH_FXP_OPENDIR
-
-
-
-
- SSH_FXP_READDIR
-
-
-
-
- SSH_FXP_REMOVE
-
-
-
-
- SSH_FXP_MKDIR
-
-
-
-
- SSH_FXP_RMDIR
-
-
-
-
- SSH_FXP_REALPATH
-
-
-
-
- SSH_FXP_STAT
-
-
-
-
- SSH_FXP_RENAME
-
-
-
-
- SSH_FXP_READLINK
-
-
-
-
- SSH_FXP_SYMLINK
-
-
-
-
- SSH_FXP_LINK
-
-
-
-
- SSH_FXP_BLOCK
-
-
-
-
- SSH_FXP_UNBLOCK
-
-
-
-
- SSH_FXP_STATUS
-
-
-
-
- SSH_FXP_HANDLE
-
-
-
-
- SSH_FXP_DATA
-
-
-
-
- SSH_FXP_NAME
-
-
-
-
- SSH_FXP_ATTRS
-
-
-
-
- SSH_FXP_EXTENDED
-
-
-
-
- SSH_FXP_EXTENDED_REPLY
-
-
-
-
- Gets the character encoding to use.
-
-
-
-
- Gets the remote working directory.
-
-
- The remote working directory.
-
-
-
-
- Gets the SFTP protocol version.
-
-
- The SFTP protocol version.
-
-
-
-
- Gets the next request id for sftp session.
-
-
-
-
- Changes the current working directory to the specified path.
-
- The new working directory.
-
-
-
- Resolves a given path into an absolute path on the server.
-
- The path to resolve.
-
- The absolute path.
-
-
-
-
- Performs SSH_FXP_OPEN request
-
- The path.
- The flags.
- if set to true returns null instead of throwing an exception.
- File handle.
-
-
-
- Performs SSH_FXP_OPEN request
-
- The path.
- The flags.
- The delegate that is executed when completes.
- An object that contains any additional user-defined data.
-
- A that represents the asynchronous call.
-
-
-
-
- Handles the end of an asynchronous open.
-
- An that represents an asynchronous call.
-
- A array representing a file handle.
-
-
- If all available data has been read, the method completes
- immediately and returns zero bytes.
-
- is null.
-
-
-
- Performs SSH_FXP_CLOSE request.
-
- The handle.
-
-
-
- Performs SSH_FXP_CLOSE request.
-
- The handle.
- The delegate that is executed when completes.
- An object that contains any additional user-defined data.
-
- A that represents the asynchronous call.
-
-
-
-
- Handles the end of an asynchronous close.
-
- An that represents an asynchronous call.
- is null.
-
-
-
- Begins an asynchronous read using a SSH_FXP_READ request.
-
- The handle to the file to read from.
- The offset in the file to start reading from.
- The number of bytes to read.
- The delegate that is executed when completes.
- An object that contains any additional user-defined data.
-
- A that represents the asynchronous call.
-
-
-
-
- Handles the end of an asynchronous read.
-
- An that represents an asynchronous call.
-
- A array representing the data read.
-
-
- If all available data has been read, the method completes
- immediately and returns zero bytes.
-
- is null.
-
-
-
- Performs SSH_FXP_READ request.
-
- The handle.
- The offset.
- The length.
- data array; null if EOF
-
-
-
- Performs SSH_FXP_WRITE request.
-
- The handle.
- The the zero-based offset (in bytes) relative to the beginning of the file that the write must start at.
- The buffer holding the data to write.
- the zero-based offset in at which to begin taking bytes to write.
- The length (in bytes) of the data to write.
- The wait event handle if needed.
- The callback to invoke when the write has completed.
-
-
-
- Performs SSH_FXP_LSTAT request.
-
- The path.
-
- File attributes
-
-
-
-
- Performs SSH_FXP_LSTAT request.
-
- The path.
- The delegate that is executed when completes.
- An object that contains any additional user-defined data.
-
- A that represents the asynchronous call.
-
-
-
-
- Handles the end of an asynchronous SSH_FXP_LSTAT request.
-
- An that represents an asynchronous call.
-
- The file attributes.
-
- is null.
-
-
-
- Performs SSH_FXP_FSTAT request.
-
- The handle.
- if set to true returns null instead of throwing an exception.
-
- File attributes
-
-
-
-
- Performs SSH_FXP_SETSTAT request.
-
- The path.
- The attributes.
-
-
-
- Performs SSH_FXP_FSETSTAT request.
-
- The handle.
- The attributes.
-
-
-
- Performs SSH_FXP_OPENDIR request
-
- The path.
- if set to true returns null instead of throwing an exception.
- File handle.
-
-
-
- Performs SSH_FXP_READDIR request
-
- The handle.
-
-
-
-
- Performs SSH_FXP_REMOVE request.
-
- The path.
-
-
-
- Performs SSH_FXP_MKDIR request.
-
- The path.
-
-
-
- Performs SSH_FXP_RMDIR request.
-
- The path.
-
-
-
- Performs SSH_FXP_REALPATH request
-
- The path.
- if set to true returns null instead of throwing an exception.
-
- The absolute path.
-
-
-
-
- Performs SSH_FXP_REALPATH request.
-
- The path.
- The delegate that is executed when completes.
- An object that contains any additional user-defined data.
-
- A that represents the asynchronous call.
-
-
-
-
- Handles the end of an asynchronous SSH_FXP_REALPATH request.
-
- An that represents an asynchronous call.
-
- The absolute path.
-
- is null.
-
-
-
- Performs SSH_FXP_STAT request.
-
- The path.
- if set to true returns null instead of throwing an exception.
-
- File attributes
-
-
-
-
- Performs SSH_FXP_STAT request
-
- The path.
- The delegate that is executed when completes.
- An object that contains any additional user-defined data.
-
- A that represents the asynchronous call.
-
-
-
-
- Handles the end of an asynchronous stat.
-
- An that represents an asynchronous call.
-
- The file attributes.
-
- is null.
-
-
-
- Performs SSH_FXP_RENAME request.
-
- The old path.
- The new path.
-
-
-
- Performs SSH_FXP_READLINK request.
-
- The path.
- if set to true returns null instead of throwing an exception.
-
-
-
-
- Performs SSH_FXP_SYMLINK request.
-
- The linkpath.
- The targetpath.
-
-
-
- Performs posix-rename@openssh.com extended request.
-
- The old path.
- The new path.
-
-
-
- Performs statvfs@openssh.com extended request.
-
- The path.
- if set to true [null on error].
-
-
-
-
- Performs fstatvfs@openssh.com extended request.
-
- The file handle.
- if set to true [null on error].
-
-
-
-
-
- Performs hardlink@openssh.com extended request.
-
- The old path.
- The new path.
-
-
-
- Calculates the optimal size of the buffer to read data from the channel.
-
- The buffer size configured on the client.
-
- The optimal size of the buffer to read data from the channel.
-
-
-
-
- Calculates the optimal size of the buffer to write data on the channel.
-
- The buffer size configured on the client.
- The file handle.
-
- The optimal size of the buffer to write data on the channel.
-
-
- Currently, we do not take the remote window size into account.
-
-
-
-
- Encapsulates the results of an asynchronous directory synchronization operation.
-
-
-
-
- Gets the number of files read so far.
-
-
-
-
- Initializes a new instance of the class.
-
- The async callback.
- The state.
-
-
-
- Updates asynchronous operation status information.
-
- The files read.
-
-
-
- Encapsulates the results of an asynchronous upload operation.
-
-
-
-
- Gets or sets a value indicating whether to cancel asynchronous upload operation
-
-
- true if upload operation to be canceled; otherwise, false.
-
-
- Upload operation will be canceled after finishing uploading current buffer.
-
-
-
-
- Gets the number of uploaded bytes.
-
-
-
-
- Initializes a new instance of the class.
-
- The async callback.
- The state.
-
-
-
- Updates asynchronous operation status information.
-
- Number of uploaded bytes.
-
-
-
- SSH_FX_OK
-
-
-
-
- SSH_FX_EOF
-
-
-
-
- SSH_FX_NO_SUCH_FILE
-
-
-
-
- SSH_FX_PERMISSION_DENIED
-
-
-
-
- SSH_FX_FAILURE
-
-
-
-
- SSH_FX_BAD_MESSAGE
-
-
-
-
- SSH_FX_NO_CONNECTION
-
-
-
-
- SSH_FX_CONNECTION_LOST
-
-
-
-
- SSH_FX_OP_UNSUPPORTED
-
-
-
-
- SSH_FX_INVALID_HANDLE
-
-
-
-
- SSH_FX_NO_SUCH_PATH
-
-
-
-
- SSH_FX_FILE_ALREADY_EXISTS
-
-
-
-
- SSH_FX_WRITE_PROTECT
-
-
-
-
- SSH_FX_NO_MEDIA
-
-
-
-
- SSH_FX_NO_SPACE_ON_FILESYSTEM
-
-
-
-
- SSH_FX_QUOTA_EXCEEDED
-
-
-
-
- SSH_FX_UNKNOWN_PRINCIPAL
-
-
-
-
- SSH_FX_LOCK_CONFLICT
-
-
-
-
- SSH_FX_DIR_NOT_EMPTY
-
-
-
-
- SSH_FX_NOT_A_DIRECTORY
-
-
-
-
- SSH_FX_INVALID_FILENAME
-
-
-
-
- SSH_FX_LINK_LOOP
-
-
-
-
- SSH_FX_CANNOT_DELETE
-
-
-
-
- SSH_FX_INVALID_PARAMETER
-
-
-
-
- SSH_FX_FILE_IS_A_DIRECTORY
-
-
-
-
- SSH_FX_BYTE_RANGE_LOCK_CONFLICT
-
-
-
-
- SSH_FX_BYTE_RANGE_LOCK_REFUSED
-
-
-
-
- SSH_FX_DELETE_PENDING
-
-
-
-
- SSH_FX_FILE_CORRUPT
-
-
-
-
- SSH_FX_OWNER_INVALID
-
-
-
-
- SSH_FX_GROUP_INVALID
-
-
-
-
- SSH_FX_NO_MATCHING_BYTE_RANGE_LOCK
-
-
-
-
- Represents instance of the SSH shell object
-
-
-
-
- Gets a value indicating whether this shell is started.
-
-
- true if started is started; otherwise, false.
-
-
-
-
- Occurs when shell is starting.
-
-
-
-
- Occurs when shell is started.
-
-
-
-
- Occurs when shell is stopping.
-
-
-
-
- Occurs when shell is stopped.
-
-
-
-
- Occurs when an error occurred.
-
-
-
-
- Initializes a new instance of the class.
-
- The session.
- The input.
- The output.
- The extended output.
- Name of the terminal.
- The columns.
- The rows.
- The width.
- The height.
- The terminal modes.
- Size of the buffer for output stream.
-
-
-
- Starts this shell.
-
- Shell is started.
-
-
-
- Stops this shell.
-
- Shell is not started.
-
-
-
- Unsubscribes the current from session events.
-
- The session.
-
- Does nothing when is null.
-
-
-
-
- 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.
-
-
-
- Releases unmanaged resources and performs other cleanup operations before the
- is reclaimed by garbage collection.
-
-
-
-
- Contains operation for working with SSH Shell.
-
-
-
-
- Occurs when data was received.
-
-
-
-
- Occurs when an error occurred.
-
-
-
-
- Gets a value that indicates whether data is available on the to be read.
-
-
- true if data is available to be read; otherwise, false.
-
-
-
-
- Gets the number of bytes that will be written to the internal buffer.
-
-
- The number of bytes that will be written to the internal buffer.
-
-
-
-
- Initializes a new instance.
-
- The SSH session.
- The TERM environment variable.
- The terminal width in columns.
- The terminal width in rows.
- The terminal height in pixels.
- The terminal height in pixels.
- The terminal mode values.
- The size of the buffer.
- The channel could not be opened.
- The pseudo-terminal request was not accepted by the server.
- The request to start a shell was not accepted by the server.
-
-
-
- Gets a value indicating whether the current stream supports reading.
-
-
- true if the stream supports reading; otherwise, false.
-
-
-
-
- Gets a value indicating whether the current stream supports seeking.
-
-
- true if the stream supports seeking; otherwise, false.
-
-
-
-
- Gets a value indicating whether the current stream supports writing.
-
-
- true if the stream supports writing; otherwise, false.
-
-
-
-
- Clears all buffers for this stream and causes any buffered data to be written to the underlying device.
-
- An I/O error occurs.
- Methods were called after the stream was closed.
-
-
-
- Gets the length in bytes of the stream.
-
- A long value representing the length of the stream in bytes.
- A class derived from Stream does not support seeking.
- Methods were called after the stream was closed.
-
-
-
- Gets or sets the position within the current stream.
-
-
- The current position within the stream.
-
- An I/O error occurs.
- The stream does not support seeking.
- Methods were called after the stream was closed.
-
-
-
- Reads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes read.
-
- An array of bytes. When this method returns, the buffer contains the specified byte array with the values between and ( + - 1) replaced by the bytes read from the current source.
- The zero-based byte offset in at which to begin storing the data read from the current stream.
- The maximum number of bytes to be read from the current stream.
-
- The total number of bytes read into the buffer. This can be less than the number of bytes requested if that many bytes are not currently available, or zero (0) if the end of the stream has been reached.
-
- The sum of and is larger than the buffer length.
- is null.
- or is negative.
- An I/O error occurs.
- The stream does not support reading.
- Methods were called after the stream was closed.
-
-
-
- This method is not supported.
-
- A byte offset relative to the parameter.
- A value of type indicating the reference point used to obtain the new position.
-
- The new position within the current stream.
-
- An I/O error occurs.
- The stream does not support seeking, such as if the stream is constructed from a pipe or console output.
- Methods were called after the stream was closed.
-
-
-
- This method is not supported.
-
- The desired length of the current stream in bytes.
- An I/O error occurs.
- The stream does not support both writing and seeking, such as if the stream is constructed from a pipe or console output.
- Methods were called after the stream was closed.
-
-
-
- Writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written.
-
- An array of bytes. This method copies bytes from to the current stream.
- The zero-based byte offset in at which to begin copying bytes to the current stream.
- The number of bytes to be written to the current stream.
- The sum of and is greater than the buffer length.
- is null.
- or is negative.
- An I/O error occurs.
- The stream does not support writing.
- Methods were called after the stream was closed.
-
-
-
- Expects the specified expression and performs action when one is found.
-
- The expected expressions and actions to perform.
-
-
-
- Expects the specified expression and performs action when one is found.
-
- Time to wait for input.
- The expected expressions and actions to perform, if the specified time elapsed and expected condition have not met, that method will exit without executing any action.
-
-
-
- Begins the expect.
-
- The expect actions.
-
- An that references the asynchronous operation.
-
-
-
-
- Begins the expect.
-
- The callback.
- The expect actions.
-
- An that references the asynchronous operation.
-
-
-
-
- Begins the expect.
-
- The callback.
- The state.
- The expect actions.
-
- An that references the asynchronous operation.
-
-
-
-
- Begins the expect.
-
- The timeout.
- The callback.
- The state.
- The expect actions.
-
- An that references the asynchronous operation.
-
-
-
-
- Ends the execute.
-
- The async result.
- Either the IAsyncResult object did not come from the corresponding async method on this type, or EndExecute was called multiple times with the same IAsyncResult.
-
-
-
- Expects the expression specified by text.
-
- The text to expect.
-
- Text available in the shell that ends with expected text.
-
-
-
-
- Expects the expression specified by text.
-
- The text to expect.
- Time to wait for input.
-
- The text available in the shell that ends with expected text, or null if the specified time has elapsed.
-
-
-
-
- Expects the expression specified by regular expression.
-
- The regular expression to expect.
-
- The text available in the shell that contains all the text that ends with expected expression.
-
-
-
-
- Expects the expression specified by regular expression.
-
- The regular expression to expect.
- Time to wait for input.
-
- The text available in the shell that contains all the text that ends with expected expression,
- or null if the specified time has elapsed.
-
-
-
-
- Reads the line from the shell. If line is not available it will block the execution and will wait for new line.
-
-
- The line read from the shell.
-
-
-
-
- Reads a line from the shell. If line is not available it will block the execution and will wait for new line.
-
- Time to wait for input.
-
- The line read from the shell, or null when no input is received for the specified timeout.
-
-
-
-
- Reads text available in the shell.
-
-
- The text available in the shell.
-
-
-
-
- Writes the specified text to the shell.
-
- The text to be written to the shell.
-
- If is null, nothing is written.
-
-
-
-
- Writes the line to the shell.
-
- The line to be written to the shell.
-
- If is null, only the line terminator is written.
-
-
-
-
- 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.
-
-
-
- Unsubscribes the current from session events.
-
- The session.
-
- Does nothing when is null.
-
-
-
-
- Provides client connection to SSH server.
-
-
-
-
- Holds the list of forwarded ports
-
-
-
-
- Holds a value indicating whether the current instance is disposed.
-
-
- true if the current instance is disposed; otherwise, false.
-
-
-
-
- Gets the list of forwarded ports.
-
-
-
-
- Initializes a new instance of the class.
-
- The connection info.
-
-
-
-
-
-
- is null.
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Connection port.
- Authentication username.
- Authentication password.
- is null.
- is invalid, or is null or contains only whitespace characters.
- is not within and .
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Authentication username.
- Authentication password.
-
-
-
- is null.
- is invalid, or is null or contains only whitespace characters.
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Connection port.
- Authentication username.
- Authentication private key file(s) .
-
-
-
-
- is null.
- is invalid, -or- is null or contains only whitespace characters.
- is not within and .
-
-
-
- Initializes a new instance of the class.
-
- Connection host.
- Authentication username.
- Authentication private key file(s) .
-
-
-
-
- is null.
- is invalid, -or- is null or contains only whitespace characters.
-
-
-
- Initializes a new instance of the class.
-
- The connection info.
- Specified whether this instance owns the connection info.
- is null.
-
- If is true, then the
- connection info will be disposed when this instance is disposed.
-
-
-
-
- Initializes a new instance of the class.
-
- The connection info.
- Specified whether this instance owns the connection info.
- The factory to use for creating new services.
- is null.
- is null.
-
- If is true, then the
- connection info will be disposed when this instance is disposed.
-
-
-
-
- Called when client is disconnecting from the server.
-
-
-
-
- Adds the forwarded port.
-
- The port.
-
-
-
-
- Forwarded port is already added to a different client.
- is null.
- Client is not connected.
-
-
-
- Stops and removes the forwarded port from the list.
-
- Forwarded port.
- is null.
-
-
-
- Creates the command to be executed.
-
- The command text.
- object.
- Client is not connected.
-
-
-
- Creates the command to be executed with specified encoding.
-
- The command text.
- The encoding to use for results.
- object which uses specified encoding.
- This method will change current default encoding.
- Client is not connected.
- or is null.
-
-
-
- Creates and executes the command.
-
- The command text.
- Returns an instance of with execution results.
- This method internally uses asynchronous calls.
-
-
-
-
- CommandText property is empty.
- Invalid Operation - An existing channel was used to execute this command.
- Asynchronous operation is already in progress.
- Client is not connected.
- is null.
-
-
-
- Creates the shell.
-
- The input.
- The output.
- The extended output.
- Name of the terminal.
- The columns.
- The rows.
- The width.
- The height.
- The terminal mode.
- Size of the internal read buffer.
-
- Returns a representation of a object.
-
- Client is not connected.
-
-
-
- Creates the shell.
-
- The input.
- The output.
- The extended output.
- Name of the terminal.
- The columns.
- The rows.
- The width.
- The height.
- The terminal mode.
-
- Returns a representation of a object.
-
- Client is not connected.
-
-
-
- Creates the shell.
-
- The input.
- The output.
- The extended output.
-
- Returns a representation of a object.
-
- Client is not connected.
-
-
-
- Creates the shell.
-
- The encoding to use to send the input.
- The input.
- The output.
- The extended output.
- Name of the terminal.
- The columns.
- The rows.
- The width.
- The height.
- The terminal mode.
- Size of the internal read buffer.
-
- Returns a representation of a object.
-
- Client is not connected.
-
-
-
- Creates the shell.
-
- The encoding.
- The input.
- The output.
- The extended output.
- Name of the terminal.
- The columns.
- The rows.
- The width.
- The height.
- The terminal modes.
-
- Returns a representation of a object.
-
- Client is not connected.
-
-
-
- Creates the shell.
-
- The encoding.
- The input.
- The output.
- The extended output.
-
- Returns a representation of a object.
-
- Client is not connected.
-
-
-
- Creates the shell stream.
-
- The TERM environment variable.
- The terminal width in columns.
- The terminal width in rows.
- The terminal height in pixels.
- The terminal height in pixels.
- The size of the buffer.
-
- The created instance.
-
- Client is not connected.
-
-
- The TERM environment variable contains an identifier for the text window's capabilities.
- You can get a detailed list of these cababilities by using the ‘infocmp’ command.
-
-
- The column/row dimensions override the pixel dimensions(when nonzero). Pixel dimensions refer
- to the drawable area of the window.
-
-
-
-
-
- Creates the shell stream.
-
- The TERM environment variable.
- The terminal width in columns.
- The terminal width in rows.
- The terminal height in pixels.
- The terminal height in pixels.
- The size of the buffer.
- The terminal mode values.
-
- The created instance.
-
- Client is not connected.
-
-
- The TERM environment variable contains an identifier for the text window's capabilities.
- You can get a detailed list of these cababilities by using the ‘infocmp’ command.
-
-
- The column/row dimensions override the pixel dimensions(when non-zero). Pixel dimensions refer
- to the drawable area of the window.
-
-
-
-
-
- Stops forwarded ports.
-
-
-
-
- Releases unmanaged and - optionally - managed resources
-
- true to release both managed and unmanaged resources; false to release only unmanaged resources.
-
-
-
- Represents SSH command that can be executed.
-
-
-
-
- Gets the command text.
-
-
-
-
- Gets or sets the command timeout.
-
-
- The command timeout.
-
-
-
-
-
-
-
- Gets the command exit status.
-
-
-
-
-
-
-
- Gets the output stream.
-
-
-
-
-
-
-
- Gets the extended output stream.
-
-
-
-
-
-
-
- Gets the command execution result.
-
-
-
-
-
-
-
- Gets the command execution error.
-
-
-
-
-
-
-
- Initializes a new instance of the class.
-
- The session.
- The command text.
- The encoding to use for the results.
- Either , is null.
-
-
-
- Begins an asynchronous command execution.
-
-
- An that represents the asynchronous command execution, which could still be pending.
-
-
-
-
- Asynchronous operation is already in progress.
- Invalid operation.
- CommandText property is empty.
- Client is not connected.
- Operation has timed out.
- Asynchronous operation is already in progress.
- CommandText property is empty.
-
-
-
- Begins an asynchronous command execution.
-
- An optional asynchronous callback, to be called when the command execution is complete.
-
- An that represents the asynchronous command execution, which could still be pending.
-
- Asynchronous operation is already in progress.
- Invalid operation.
- CommandText property is empty.
- Client is not connected.
- Operation has timed out.
- Asynchronous operation is already in progress.
- CommandText property is empty.
-
-
-
- Begins an asynchronous command execution.
-
- An optional asynchronous callback, to be called when the command execution is complete.
- A user-provided object that distinguishes this particular asynchronous read request from other requests.
-
- An that represents the asynchronous command execution, which could still be pending.
-
- Asynchronous operation is already in progress.
- Invalid operation.
- CommandText property is empty.
- Client is not connected.
- Operation has timed out.
- Asynchronous operation is already in progress.
- CommandText property is empty.
-
-
-
- Begins an asynchronous command execution.
-
- The command text.
- An optional asynchronous callback, to be called when the command execution is complete.
- A user-provided object that distinguishes this particular asynchronous read request from other requests.
-
- An that represents the asynchronous command execution, which could still be pending.
-
- Client is not connected.
- Operation has timed out.
-
-
-
- Waits for the pending asynchronous command execution to complete.
-
- The reference to the pending asynchronous request to finish.
- Command execution result.
-
-
-
- Either the IAsyncResult object did not come from the corresponding async method on this type, or EndExecute was called multiple times with the same IAsyncResult.
- is null.
-
-
-
- Executes command specified by property.
-
- Command execution result
-
-
-
-
-
- Client is not connected.
- Operation has timed out.
-
-
-
- Cancels command execution in asynchronous scenarios.
-
-
-
-
- Executes the specified command text.
-
- The command text.
- Command execution result
- Client is not connected.
- Operation has timed out.
-
-
- Command '{0}' has timed out.
- The actual command will be included in the exception message.
-
-
-
- Unsubscribes the current from channel events, and disposes
- the .
-
- The channel.
-
- Does nothing when is null.
-
-
-
-
- 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.
-
-
-
- Releases unmanaged resources and performs other cleanup operations before the
- is reclaimed by garbage collection.
-
-
-
-
- Defines the highest message number that is currently supported.
-
-
-
-
- Defines the total number of supported messages.
-
-
-
-
- Disables and deactivate all messages.
-
-
-
-
- Base class for SSH subsystem implementations
-
-
-
-
- Holds the number of system wait handles that are returned as the leading entries in the array returned
- in .
-
-
-
-
- Gets or set the number of seconds to wait for an operation to complete.
-
-
- The number of seconds to wait for an operation to complete, or -1 to wait indefinitely.
-
-
-
-
- Occurs when an error occurred.
-
-
-
-
- Occurs when the server has disconnected from the session.
-
-
-
-
- Gets the channel associated with this session.
-
-
- The channel associated with this session.
-
-
-
-
- Gets a value indicating whether this session is open.
-
-
- true if this session is open; otherwise, false.
-
-
-
-
- Initializes a new instance of the SubsystemSession class.
-
- The session.
- Name of the subsystem.
- The number of milliseconds to wait for a given operation to complete, or -1 to wait indefinitely.
- or is null.
-
-
-
- Connects the subsystem using a new SSH channel session.
-
- The session is already connected.
- The method was called after the session was disposed.
- The channel session could not be opened, or the subsystem could not be executed.
-
-
-
- Disconnects the subsystem channel.
-
-
-
-
- Sends data to the subsystem.
-
- The data to be sent.
-
-
-
- Called when channel is open.
-
-
-
-
- Called when data is received.
-
- The data.
-
-
-
- Raises the error.
-
- The error.
-
-
-
- Waits a specified time for a given to get signaled.
-
- The handle to wait for.
- To number of milliseconds to wait for to get signaled, or -1 to wait indefinitely.
- The connection was closed by the server.
- The channel was closed.
- The handle did not get signaled within the specified timeout.
-
-
-
- Blocks the current thread until the specified gets signaled, using a
- 32-bit signed integer to specify the time interval in milliseconds.
-
- The handle to wait for.
- To number of milliseconds to wait for to get signaled, or -1 to wait indefinitely.
-
- true if received a signal within the specified timeout;
- otherwise, false.
-
- The connection was closed by the server.
- The channel was closed.
-
- The blocking wait is also interrupted when either the established channel is closed, the current
- session is disconnected or an unexpected occurred while processing a channel
- or session event.
-
-
-
-
- Blocks the current thread until the specified gets signaled, using a
- 32-bit signed integer to specify the time interval in milliseconds.
-
- The first handle to wait for.
- The second handle to wait for.
- To number of milliseconds to wait for a to get signaled, or -1 to wait indefinitely.
-
- 0 if received a signal within the specified timeout, and 1
- if received a signal within the specified timeout.
-
- The connection was closed by the server.
- The channel was closed.
- The handle did not get signaled within the specified timeout.
-
-
- The blocking wait is also interrupted when either the established channel is closed, the current
- session is disconnected or an unexpected occurred while processing a channel
- or session event.
-
-
- When both and are signaled during the call,
- then 0 is returned.
-
-
-
-
-
- Waits for any of the elements in the specified array to receive a signal, using a 32-bit signed
- integer to specify the time interval.
-
- A array - constructed using - containing the objects to wait for.
- To number of milliseconds to wait for a to get signaled, or -1 to wait indefinitely.
-
- The array index of the first non-system object that satisfied the wait.
-
- The connection was closed by the server.
- The channel was closed.
- No object satified the wait and a time interval equivalent to has passed.
-
- For the return value, the index of the first non-system object is considered to be zero.
-
-
-
-
- Creates a array that is composed of system objects and the specified
- elements.
-
- The first to wait for.
- The second to wait for.
-
- A array that is composed of system objects and the specified elements.
-
-
-
-
- Creates a array that is composed of system objects and the specified
- elements.
-
- A array containing the objects to wait for.
-
- A array that is composed of system objects and the specified elements.
-
-
-
-
- Unsubscribes the current from session events.
-
- The session.
-
- Does nothing when is null.
-
-
-
-
- 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.
-
-
-
- Finalizes an instance of the class.
-
-
-
-
diff --git a/unimarc/unimarc/bin/Debug/Save b/unimarc/unimarc/bin/Debug/Save
deleted file mode 100644
index edf6e0b..0000000
--- a/unimarc/unimarc/bin/Debug/Save
+++ /dev/null
@@ -1,2 +0,0 @@
-idx,등록일,마감일,작업목록명,연동목록명,분류,전체,편목,미편목,상태,등급,비고,담당자,V,
-DataGridViewTextBoxCell { ColumnIndex=0, RowIndex=0 },DataGridViewTextBoxCell { ColumnIndex=1, RowIndex=0 },DataGridViewTextBoxCell { ColumnIndex=2, RowIndex=0 },DataGridViewTextBoxCell { ColumnIndex=3, RowIndex=0 },DataGridViewTextBoxCell { ColumnIndex=4, RowIndex=0 },DataGridViewTextBoxCell { ColumnIndex=5, RowIndex=0 },DataGridViewTextBoxCell { ColumnIndex=6, RowIndex=0 },DataGridViewTextBoxCell { ColumnIndex=7, RowIndex=0 },DataGridViewTextBoxCell { ColumnIndex=8, RowIndex=0 },DataGridViewTextBoxCell { ColumnIndex=9, RowIndex=0 },DataGridViewTextBoxCell { ColumnIndex=10, RowIndex=0 },DataGridViewTextBoxCell { ColumnIndex=11, RowIndex=0 },DataGridViewTextBoxCell { ColumnIndex=12, RowIndex=0 },DataGridViewTextBoxCell { ColumnIndex=13, RowIndex=0 },
diff --git a/unimarc/unimarc/bin/Debug/System.Buffers.dll b/unimarc/unimarc/bin/Debug/System.Buffers.dll
deleted file mode 100644
index 4df5a36..0000000
Binary files a/unimarc/unimarc/bin/Debug/System.Buffers.dll and /dev/null differ
diff --git a/unimarc/unimarc/bin/Debug/System.Memory.dll b/unimarc/unimarc/bin/Debug/System.Memory.dll
deleted file mode 100644
index 5d19470..0000000
Binary files a/unimarc/unimarc/bin/Debug/System.Memory.dll and /dev/null differ
diff --git a/unimarc/unimarc/bin/Debug/System.Numerics.Vectors.dll b/unimarc/unimarc/bin/Debug/System.Numerics.Vectors.dll
deleted file mode 100644
index 0865972..0000000
Binary files a/unimarc/unimarc/bin/Debug/System.Numerics.Vectors.dll and /dev/null differ
diff --git a/unimarc/unimarc/bin/Debug/System.Runtime.CompilerServices.Unsafe.dll b/unimarc/unimarc/bin/Debug/System.Runtime.CompilerServices.Unsafe.dll
deleted file mode 100644
index 67d56ef..0000000
Binary files a/unimarc/unimarc/bin/Debug/System.Runtime.CompilerServices.Unsafe.dll and /dev/null differ
diff --git a/unimarc/unimarc/bin/Debug/Ubiety.Dns.Core.dll b/unimarc/unimarc/bin/Debug/Ubiety.Dns.Core.dll
deleted file mode 100644
index 2f0c84e..0000000
Binary files a/unimarc/unimarc/bin/Debug/Ubiety.Dns.Core.dll and /dev/null differ
diff --git a/unimarc/unimarc/bin/Debug/UniMarc.exe b/unimarc/unimarc/bin/Debug/UniMarc.exe
deleted file mode 100644
index d58da96..0000000
Binary files a/unimarc/unimarc/bin/Debug/UniMarc.exe and /dev/null differ
diff --git a/unimarc/unimarc/bin/Debug/UniMarc.exe.config b/unimarc/unimarc/bin/Debug/UniMarc.exe.config
deleted file mode 100644
index 938db20..0000000
--- a/unimarc/unimarc/bin/Debug/UniMarc.exe.config
+++ /dev/null
@@ -1,68 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1.11010111.11111010.10000010
-
-
- 1100101111
-
-
- 103.108.111.114.105.97.98.111.111.107
-
-
- 97.100.109.105.110.64.33.64.35.36
-
-
- 110011101010
-
-
- 114.111.111.116
-
-
- 65.100.109.105.110.50.49.50.51.52
-
-
-
-
diff --git a/unimarc/unimarc/bin/Debug/UniMarc.pdb b/unimarc/unimarc/bin/Debug/UniMarc.pdb
deleted file mode 100644
index af0d342..0000000
Binary files a/unimarc/unimarc/bin/Debug/UniMarc.pdb and /dev/null differ
diff --git a/unimarc/unimarc/bin/Debug/Zstandard.Net.dll b/unimarc/unimarc/bin/Debug/Zstandard.Net.dll
deleted file mode 100644
index 83934d1..0000000
Binary files a/unimarc/unimarc/bin/Debug/Zstandard.Net.dll and /dev/null differ
diff --git a/unimarc/unimarc/bin/Debug/chromedriver.exe b/unimarc/unimarc/bin/Debug/chromedriver.exe
deleted file mode 100644
index f3e602b..0000000
Binary files a/unimarc/unimarc/bin/Debug/chromedriver.exe and /dev/null differ
diff --git a/unimarc/unimarc/bin/Debug/ko/UniMarc.resources.dll b/unimarc/unimarc/bin/Debug/ko/UniMarc.resources.dll
deleted file mode 100644
index 7159c0a..0000000
Binary files a/unimarc/unimarc/bin/Debug/ko/UniMarc.resources.dll and /dev/null differ
diff --git a/unimarc/unimarc/bin/Debug/temp/temp.txt b/unimarc/unimarc/bin/Debug/temp/temp.txt
deleted file mode 100644
index 7cdffe8..0000000
--- a/unimarc/unimarc/bin/Debug/temp/temp.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-9788969524102 1 간호사를 간호하는 간호사 경향BP 오성훈 13500 60 8100 [(주)글로리아북]납품 2021-07-14 오후 1:44 머리 10
-9791195010073 1 감정조절자(희망) : 나를 힘겹게 하는 나와 작별하기 프로젝트 헥소미아 김인자 16000 60 9600 [(주)글로리아북]납품 2021-07-14 오후 1:44 머리 11
-9788932320625 1 개는 우리를 어떻게 사랑하는가 : 개의 특별한 애정에 대한 과학적 탐구 현암사 클라이브 D. L. 윈 ; 전행선 17000 60 10200 [(주)글로리아북]납품 2021-07-14 오후 1:44 머리 12
-9791158491307 1 걷다 느끼다 쓰다 : 전문성과 대중성을 겸비한 글쓰기 수업 모아북스 이해사 15000 60 9000 [(주)글로리아북]납품 2021-07-14 오후 1:44 머리 13
diff --git a/unimarc/unimarc/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs b/unimarc/unimarc/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
deleted file mode 100644
index 3871b18..0000000
--- a/unimarc/unimarc/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
+++ /dev/null
@@ -1,4 +0,0 @@
-//
-using System;
-using System.Reflection;
-[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")]
diff --git a/unimarc/unimarc/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/unimarc/unimarc/obj/Debug/DesignTimeResolveAssemblyReferences.cache
deleted file mode 100644
index b814430..0000000
Binary files a/unimarc/unimarc/obj/Debug/DesignTimeResolveAssemblyReferences.cache and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/unimarc/unimarc/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
deleted file mode 100644
index 6fc1f8f..0000000
Binary files a/unimarc/unimarc/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/ExcelTest.Helper008.resources b/unimarc/unimarc/obj/Debug/ExcelTest.Helper008.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/ExcelTest.Helper008.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/ExcelTest.Marc.resources b/unimarc/unimarc/obj/Debug/ExcelTest.Marc.resources
deleted file mode 100644
index dc21949..0000000
Binary files a/unimarc/unimarc/obj/Debug/ExcelTest.Marc.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/ExcelTest.findNchange.resources b/unimarc/unimarc/obj/Debug/ExcelTest.findNchange.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/ExcelTest.findNchange.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/Interop.MSComCtl2.dll b/unimarc/unimarc/obj/Debug/Interop.MSComCtl2.dll
deleted file mode 100644
index 6c392de..0000000
Binary files a/unimarc/unimarc/obj/Debug/Interop.MSComCtl2.dll and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/Interop.SHDocVw.dll b/unimarc/unimarc/obj/Debug/Interop.SHDocVw.dll
deleted file mode 100644
index 3791978..0000000
Binary files a/unimarc/unimarc/obj/Debug/Interop.SHDocVw.dll and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/TempPE/Connected Services.BaroService_API.Reference.cs.dll b/unimarc/unimarc/obj/Debug/TempPE/Connected Services.BaroService_API.Reference.cs.dll
deleted file mode 100644
index eb12408..0000000
Binary files a/unimarc/unimarc/obj/Debug/TempPE/Connected Services.BaroService_API.Reference.cs.dll and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/TempPE/Connected Services.BaroService_TI.Reference.cs.dll b/unimarc/unimarc/obj/Debug/TempPE/Connected Services.BaroService_TI.Reference.cs.dll
deleted file mode 100644
index 3af1d2b..0000000
Binary files a/unimarc/unimarc/obj/Debug/TempPE/Connected Services.BaroService_TI.Reference.cs.dll and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/TempPE/Connected Services.ServiceReference1.Reference.cs.dll b/unimarc/unimarc/obj/Debug/TempPE/Connected Services.ServiceReference1.Reference.cs.dll
deleted file mode 100644
index c0f7a13..0000000
Binary files a/unimarc/unimarc/obj/Debug/TempPE/Connected Services.ServiceReference1.Reference.cs.dll and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll b/unimarc/unimarc/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll
deleted file mode 100644
index 3693576..0000000
Binary files a/unimarc/unimarc/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/UniMarc.Marc_FillBlank.resources b/unimarc/unimarc/obj/Debug/UniMarc.Marc_FillBlank.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/UniMarc.Marc_FillBlank.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/UniMarc.Properties.Resources.resources b/unimarc/unimarc/obj/Debug/UniMarc.Properties.Resources.resources
deleted file mode 100644
index d049fea..0000000
Binary files a/unimarc/unimarc/obj/Debug/UniMarc.Properties.Resources.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/UniMarc.csproj.AssemblyReference.cache b/unimarc/unimarc/obj/Debug/UniMarc.csproj.AssemblyReference.cache
deleted file mode 100644
index 59ee298..0000000
Binary files a/unimarc/unimarc/obj/Debug/UniMarc.csproj.AssemblyReference.cache and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/UniMarc.csproj.CopyComplete b/unimarc/unimarc/obj/Debug/UniMarc.csproj.CopyComplete
deleted file mode 100644
index e69de29..0000000
diff --git a/unimarc/unimarc/obj/Debug/UniMarc.csproj.CoreCompileInputs.cache b/unimarc/unimarc/obj/Debug/UniMarc.csproj.CoreCompileInputs.cache
deleted file mode 100644
index 07b81c1..0000000
--- a/unimarc/unimarc/obj/Debug/UniMarc.csproj.CoreCompileInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-a980cc54cfee34721f8734aaae513dd71cd3d934
diff --git a/unimarc/unimarc/obj/Debug/UniMarc.csproj.FileListAbsolute.txt b/unimarc/unimarc/obj/Debug/UniMarc.csproj.FileListAbsolute.txt
deleted file mode 100644
index 447a3a0..0000000
--- a/unimarc/unimarc/obj/Debug/UniMarc.csproj.FileListAbsolute.txt
+++ /dev/null
@@ -1,154 +0,0 @@
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\bin\Debug\MySql.Data.dll
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\bin\Debug\Newtonsoft.Json.dll
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\bin\Debug\Renci.SshNet.dll
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\bin\Debug\Google.Protobuf.dll
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\bin\Debug\Zstandard.Net.dll
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\bin\Debug\K4os.Compression.LZ4.Streams.dll
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\bin\Debug\BouncyCastle.Crypto.dll
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\bin\Debug\Ubiety.Dns.Core.dll
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\bin\Debug\System.Buffers.dll
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\bin\Debug\K4os.Compression.LZ4.dll
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\bin\Debug\K4os.Hash.xxHash.dll
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\bin\Debug\System.Runtime.CompilerServices.Unsafe.dll
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\bin\Debug\MySql.Data.xml
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\bin\Debug\Newtonsoft.Json.xml
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\bin\Debug\Renci.SshNet.xml
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\UniMarc.csproj.ResolveComReference.cache
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.납품관리.Bring_Back.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.납품관리.Order_Send_Chk.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.마크.Check_ISBN_Sub.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\ExcelTest.findNchange.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\ExcelTest.Helper008.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.마크.Job_Order.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.마크.Mac_Chack_Up.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.마크.Mac_List_Merge.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.마크.Make_Document.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\ExcelTest.Marc.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.마크.Search_Infor_Sub.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.Account.Bill_manage.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.Account.Purchase_Aggregation.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.Account.Purchase_Book.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.Account.Purchase_Input.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.Account.Remit_reg2.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.회계.Sales_Book.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.Account.Sales_Lookup.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.Account.Sales_Deposit.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.회계.Sales_Detail.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.Account.Sales_Input.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.Account.Purchase_not_pay.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.Account.Remit_reg.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.회계.Sales_In_Pay.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.Account.Sales_Not_Pay.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.Convenience.Board.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.Convenience.Calendar.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.Convenience.Quick_menu.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.Convenience.Sale_End.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.Convenience.Sale_Member_Manage.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.Convenience.Sale_Sale.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.Convenience.Sale_Settlement.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.Convenience.Send_Notice.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.Convenience.Talk.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.Delivery.Book_Lookup.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.Delivery.Commodity_Edit.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.Delivery.Commodity_Morge.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.Delivery.Commodity_registration.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.Delivery.Commodity_Search.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.Delivery.Input_Lookup_Stock.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.Delivery.List_aggregation.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.Delivery.List_Chk_Work.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.Delivery.List_Lookup.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.Delivery.Order_input.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.Delivery.Order_input_Search.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.Delivery.Purchase.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.DLS.Input_DLS.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.DLS.School_Lookup.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.Home.Book_infor_manage.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.Home.ledger_of_use.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.Home.memo.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.Home.Order_manage.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.Home.pw_change.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.Home.Transaction_manage.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.Home.Home_User_manage.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.Home.User_Infor.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.Home._Sub_Search_Form.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.Mac.All_Book_manage.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.Mac.Check_copy.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.Mac.Check_ISBN.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.Mac.Collect_Mac.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.Mac.DLS_Copy.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.Mac.Mac_Output.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.Mac.Equip_manage.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.Mac.Mac_Stat.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.Mac.Mac_Input.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.Mac.Mac_List.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.Mac.Nonverbal.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.Mac.Search_Infor.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.Mac.Set_Macro.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.Mac.Setup_Shortcut.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.Mac.Symbol_Add.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.Home.Batch_processing.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.Mac_Setting.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.Notice_Send.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.Sales_Details.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.User_account_inquiry.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.User_manage.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.login.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.Main.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.Work_log.Work_Log.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.Home.Home_User_manage.ko.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\UniMarc.csproj.GenerateResource.cache
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\UniMarc.csproj.CoreCompileInputs.cache
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\UniMarc.csproj.CopyComplete
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\UniMarc.Properties.Resources.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\bin\Debug\UniMarc.exe.config
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\bin\Debug\UniMarc.exe
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\bin\Debug\UniMarc.pdb
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\bin\Debug\ko\UniMarc.resources.dll
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\ko\UniMarc.resources.dll
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\UniMarc.exe
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\UniMarc.pdb
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\UniMarc.마크.Marc_memo.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\UniMarc.마크.Zoom_Picture.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\UniMarc.마크.Check_ISBN_Yes24.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\UniMarc.회계.Part_time.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\UniMarc.마크.All_Book_manage_Add.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\UniMarc.마크.All_Book_manage_Edit.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\UniMarc.마크.All_Book_Detail.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\UniMarc.마크.Marc_Preview.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\UniMarc.마크.Check_ISBN_Split.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\UniMarc.마크.Mac_Stat_Stat.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\WindowsFormsApp1.Mac.Marc_Plan.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\UniMarc.마크.Marc_Plan_Sub_SelectList.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\UniMarc.마크.Marc_mkList.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\UniMarc.마크.Marc_Plan_Sub_SelectList_Edit.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\UniMarc.마크.Marc_Plan_Sub_MarcEdit.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\UniMarc.마크.Check_Copy_Sub_Search.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\UniMarc.마크.Check_Copy_Sub_List.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\Interop.SHDocVw.dll
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\UniMarc.마크.DLS_Manage.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\UniMarc.Marc_FillBlank.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\UniMarc.마크.Marc_Plan_Sub_SelectList_Morge.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\UniMarc.마크.MarcCopySelect.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\UniMarc.마크.Mac_List_Add.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\UniMarc.마크.Marc_Plan_PrintLabel.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\UniMarc.마크.ShowDeleteMarc.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\UniMarc.마크.Check_Copy_Login.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\UniMarc.마크.AddMarc.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\UniMarc.마크.CD_LP.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\UniMarc.마크.CD_LP_Sub.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\UniMarc.마크.CD_LP_SelectList.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\UniMarc.마크.Help_007.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\UniMarc.마크.Help_008.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\UniMarc.마크.CD_LP_List.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\UniMarc.마크.AddMarc_FillBlank.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\UniMarc.마크.Marc_Plan_ClassSymbol.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\UniMarc.마크.Marc_Plan_GearExcel.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\UniMarc.마크.CD_LP_AddList.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\bin\Debug\ArLog.Net4.dll
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\UniMarc.From_User_manage_List.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\bin\Debug\System.Memory.dll
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\bin\Debug\System.Numerics.Vectors.dll
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\bin\Debug\arControl.Net4.dll
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\bin\Debug\CarlosAg.ExcelXmlWriter.dll
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\bin\Debug\arCommUtil.dll
-C:\Users\Administrator\Desktop\unimarc\unimarc\UniMarc\obj\Debug\UniMarc.csproj.AssemblyReference.cache
diff --git a/unimarc/unimarc/obj/Debug/UniMarc.csproj.GenerateResource.cache b/unimarc/unimarc/obj/Debug/UniMarc.csproj.GenerateResource.cache
deleted file mode 100644
index 230aab0..0000000
Binary files a/unimarc/unimarc/obj/Debug/UniMarc.csproj.GenerateResource.cache and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/UniMarc.csproj.ResolveComReference.cache b/unimarc/unimarc/obj/Debug/UniMarc.csproj.ResolveComReference.cache
deleted file mode 100644
index 61c02fe..0000000
Binary files a/unimarc/unimarc/obj/Debug/UniMarc.csproj.ResolveComReference.cache and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/UniMarc.exe b/unimarc/unimarc/obj/Debug/UniMarc.exe
deleted file mode 100644
index d58da96..0000000
Binary files a/unimarc/unimarc/obj/Debug/UniMarc.exe and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/UniMarc.pdb b/unimarc/unimarc/obj/Debug/UniMarc.pdb
deleted file mode 100644
index af0d342..0000000
Binary files a/unimarc/unimarc/obj/Debug/UniMarc.pdb and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/UniMarc.마크.AddMarc.resources b/unimarc/unimarc/obj/Debug/UniMarc.마크.AddMarc.resources
deleted file mode 100644
index dc21949..0000000
Binary files a/unimarc/unimarc/obj/Debug/UniMarc.마크.AddMarc.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/UniMarc.마크.AddMarc_FillBlank.resources b/unimarc/unimarc/obj/Debug/UniMarc.마크.AddMarc_FillBlank.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/UniMarc.마크.AddMarc_FillBlank.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/UniMarc.마크.All_Book_Detail.resources b/unimarc/unimarc/obj/Debug/UniMarc.마크.All_Book_Detail.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/UniMarc.마크.All_Book_Detail.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/UniMarc.마크.All_Book_manage_Add.resources b/unimarc/unimarc/obj/Debug/UniMarc.마크.All_Book_manage_Add.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/UniMarc.마크.All_Book_manage_Add.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/UniMarc.마크.All_Book_manage_Edit.resources b/unimarc/unimarc/obj/Debug/UniMarc.마크.All_Book_manage_Edit.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/UniMarc.마크.All_Book_manage_Edit.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/UniMarc.마크.CD_LP.resources b/unimarc/unimarc/obj/Debug/UniMarc.마크.CD_LP.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/UniMarc.마크.CD_LP.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/UniMarc.마크.CD_LP_AddList.resources b/unimarc/unimarc/obj/Debug/UniMarc.마크.CD_LP_AddList.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/UniMarc.마크.CD_LP_AddList.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/UniMarc.마크.CD_LP_List.resources b/unimarc/unimarc/obj/Debug/UniMarc.마크.CD_LP_List.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/UniMarc.마크.CD_LP_List.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/UniMarc.마크.CD_LP_SelectList.resources b/unimarc/unimarc/obj/Debug/UniMarc.마크.CD_LP_SelectList.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/UniMarc.마크.CD_LP_SelectList.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/UniMarc.마크.CD_LP_Sub.resources b/unimarc/unimarc/obj/Debug/UniMarc.마크.CD_LP_Sub.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/UniMarc.마크.CD_LP_Sub.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/UniMarc.마크.Check_Copy_Login.resources b/unimarc/unimarc/obj/Debug/UniMarc.마크.Check_Copy_Login.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/UniMarc.마크.Check_Copy_Login.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/UniMarc.마크.Check_Copy_Sub_List.resources b/unimarc/unimarc/obj/Debug/UniMarc.마크.Check_Copy_Sub_List.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/UniMarc.마크.Check_Copy_Sub_List.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/UniMarc.마크.Check_Copy_Sub_Search.resources b/unimarc/unimarc/obj/Debug/UniMarc.마크.Check_Copy_Sub_Search.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/UniMarc.마크.Check_Copy_Sub_Search.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/UniMarc.마크.Check_ISBN_Split.resources b/unimarc/unimarc/obj/Debug/UniMarc.마크.Check_ISBN_Split.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/UniMarc.마크.Check_ISBN_Split.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/UniMarc.마크.Check_ISBN_Yes24.resources b/unimarc/unimarc/obj/Debug/UniMarc.마크.Check_ISBN_Yes24.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/UniMarc.마크.Check_ISBN_Yes24.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/UniMarc.마크.DLS_Manage.resources b/unimarc/unimarc/obj/Debug/UniMarc.마크.DLS_Manage.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/UniMarc.마크.DLS_Manage.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/UniMarc.마크.Help_007.resources b/unimarc/unimarc/obj/Debug/UniMarc.마크.Help_007.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/UniMarc.마크.Help_007.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/UniMarc.마크.Help_008.resources b/unimarc/unimarc/obj/Debug/UniMarc.마크.Help_008.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/UniMarc.마크.Help_008.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/UniMarc.마크.Mac_List_Add.resources b/unimarc/unimarc/obj/Debug/UniMarc.마크.Mac_List_Add.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/UniMarc.마크.Mac_List_Add.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/UniMarc.마크.Mac_Stat_Stat.resources b/unimarc/unimarc/obj/Debug/UniMarc.마크.Mac_Stat_Stat.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/UniMarc.마크.Mac_Stat_Stat.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/UniMarc.마크.MarcCopySelect.resources b/unimarc/unimarc/obj/Debug/UniMarc.마크.MarcCopySelect.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/UniMarc.마크.MarcCopySelect.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/UniMarc.마크.Marc_Plan_ClassSymbol.resources b/unimarc/unimarc/obj/Debug/UniMarc.마크.Marc_Plan_ClassSymbol.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/UniMarc.마크.Marc_Plan_ClassSymbol.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/UniMarc.마크.Marc_Plan_GearExcel.resources b/unimarc/unimarc/obj/Debug/UniMarc.마크.Marc_Plan_GearExcel.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/UniMarc.마크.Marc_Plan_GearExcel.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/UniMarc.마크.Marc_Plan_PrintLabel.resources b/unimarc/unimarc/obj/Debug/UniMarc.마크.Marc_Plan_PrintLabel.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/UniMarc.마크.Marc_Plan_PrintLabel.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/UniMarc.마크.Marc_Plan_Sub_MarcEdit.resources b/unimarc/unimarc/obj/Debug/UniMarc.마크.Marc_Plan_Sub_MarcEdit.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/UniMarc.마크.Marc_Plan_Sub_MarcEdit.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/UniMarc.마크.Marc_Plan_Sub_SelectList.resources b/unimarc/unimarc/obj/Debug/UniMarc.마크.Marc_Plan_Sub_SelectList.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/UniMarc.마크.Marc_Plan_Sub_SelectList.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/UniMarc.마크.Marc_Plan_Sub_SelectList_Edit.resources b/unimarc/unimarc/obj/Debug/UniMarc.마크.Marc_Plan_Sub_SelectList_Edit.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/UniMarc.마크.Marc_Plan_Sub_SelectList_Edit.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/UniMarc.마크.Marc_Plan_Sub_SelectList_Morge.resources b/unimarc/unimarc/obj/Debug/UniMarc.마크.Marc_Plan_Sub_SelectList_Morge.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/UniMarc.마크.Marc_Plan_Sub_SelectList_Morge.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/UniMarc.마크.Marc_Preview.resources b/unimarc/unimarc/obj/Debug/UniMarc.마크.Marc_Preview.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/UniMarc.마크.Marc_Preview.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/UniMarc.마크.Marc_memo.resources b/unimarc/unimarc/obj/Debug/UniMarc.마크.Marc_memo.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/UniMarc.마크.Marc_memo.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/UniMarc.마크.Marc_mkList.resources b/unimarc/unimarc/obj/Debug/UniMarc.마크.Marc_mkList.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/UniMarc.마크.Marc_mkList.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/UniMarc.마크.ShowDeleteMarc.resources b/unimarc/unimarc/obj/Debug/UniMarc.마크.ShowDeleteMarc.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/UniMarc.마크.ShowDeleteMarc.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/UniMarc.마크.Zoom_Picture.resources b/unimarc/unimarc/obj/Debug/UniMarc.마크.Zoom_Picture.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/UniMarc.마크.Zoom_Picture.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/UniMarc.회계.Part_time.resources b/unimarc/unimarc/obj/Debug/UniMarc.회계.Part_time.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/UniMarc.회계.Part_time.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Account.Bill_manage.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Account.Bill_manage.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Account.Bill_manage.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Account.Purchase_Aggregation.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Account.Purchase_Aggregation.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Account.Purchase_Aggregation.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Account.Purchase_Book.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Account.Purchase_Book.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Account.Purchase_Book.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Account.Purchase_Input.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Account.Purchase_Input.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Account.Purchase_Input.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Account.Purchase_not_pay.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Account.Purchase_not_pay.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Account.Purchase_not_pay.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Account.Remit_reg.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Account.Remit_reg.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Account.Remit_reg.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Account.Remit_reg2.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Account.Remit_reg2.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Account.Remit_reg2.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Account.Sales_Deposit.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Account.Sales_Deposit.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Account.Sales_Deposit.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Account.Sales_Input.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Account.Sales_Input.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Account.Sales_Input.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Account.Sales_Lookup.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Account.Sales_Lookup.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Account.Sales_Lookup.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Account.Sales_Not_Pay.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Account.Sales_Not_Pay.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Account.Sales_Not_Pay.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Convenience.Board.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Convenience.Board.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Convenience.Board.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Convenience.Calendar.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Convenience.Calendar.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Convenience.Calendar.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Convenience.Quick_menu.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Convenience.Quick_menu.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Convenience.Quick_menu.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Convenience.Sale_End.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Convenience.Sale_End.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Convenience.Sale_End.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Convenience.Sale_Member_Manage.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Convenience.Sale_Member_Manage.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Convenience.Sale_Member_Manage.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Convenience.Sale_Sale.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Convenience.Sale_Sale.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Convenience.Sale_Sale.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Convenience.Sale_Settlement.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Convenience.Sale_Settlement.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Convenience.Sale_Settlement.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Convenience.Send_Notice.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Convenience.Send_Notice.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Convenience.Send_Notice.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Convenience.Talk.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Convenience.Talk.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Convenience.Talk.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.DLS.Input_DLS.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.DLS.Input_DLS.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.DLS.Input_DLS.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.DLS.School_Lookup.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.DLS.School_Lookup.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.DLS.School_Lookup.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Delivery.Book_Lookup.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Delivery.Book_Lookup.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Delivery.Book_Lookup.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Delivery.Commodity_Edit.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Delivery.Commodity_Edit.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Delivery.Commodity_Edit.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Delivery.Commodity_Morge.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Delivery.Commodity_Morge.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Delivery.Commodity_Morge.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Delivery.Commodity_Search.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Delivery.Commodity_Search.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Delivery.Commodity_Search.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Delivery.Commodity_registration.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Delivery.Commodity_registration.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Delivery.Commodity_registration.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Delivery.Input_Lookup_Stock.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Delivery.Input_Lookup_Stock.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Delivery.Input_Lookup_Stock.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Delivery.List_Chk_Work.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Delivery.List_Chk_Work.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Delivery.List_Chk_Work.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Delivery.List_Lookup.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Delivery.List_Lookup.resources
deleted file mode 100644
index 2586e8c..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Delivery.List_Lookup.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Delivery.List_aggregation.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Delivery.List_aggregation.resources
deleted file mode 100644
index 2586e8c..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Delivery.List_aggregation.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Delivery.Order_input.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Delivery.Order_input.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Delivery.Order_input.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Delivery.Order_input_Search.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Delivery.Order_input_Search.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Delivery.Order_input_Search.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Delivery.Purchase.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Delivery.Purchase.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Delivery.Purchase.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Home.Batch_processing.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Home.Batch_processing.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Home.Batch_processing.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Home.Book_infor_manage.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Home.Book_infor_manage.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Home.Book_infor_manage.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Home.Home_User_manage.ko.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Home.Home_User_manage.ko.resources
deleted file mode 100644
index fe196ef..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Home.Home_User_manage.ko.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Home.Home_User_manage.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Home.Home_User_manage.resources
deleted file mode 100644
index e907cb7..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Home.Home_User_manage.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Home.Order_manage.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Home.Order_manage.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Home.Order_manage.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Home.Transaction_manage.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Home.Transaction_manage.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Home.Transaction_manage.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Home.User_Infor.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Home.User_Infor.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Home.User_Infor.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Home._Sub_Search_Form.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Home._Sub_Search_Form.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Home._Sub_Search_Form.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Home.ledger_of_use.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Home.ledger_of_use.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Home.ledger_of_use.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Home.memo.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Home.memo.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Home.memo.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Home.pw_change.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Home.pw_change.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Home.pw_change.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Mac.All_Book_manage.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Mac.All_Book_manage.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Mac.All_Book_manage.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Mac.Check_ISBN.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Mac.Check_ISBN.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Mac.Check_ISBN.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Mac.Check_copy.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Mac.Check_copy.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Mac.Check_copy.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Mac.Collect_Mac.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Mac.Collect_Mac.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Mac.Collect_Mac.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Mac.DLS_Copy.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Mac.DLS_Copy.resources
deleted file mode 100644
index dc21949..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Mac.DLS_Copy.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Mac.Equip_manage.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Mac.Equip_manage.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Mac.Equip_manage.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Mac.Mac_Input.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Mac.Mac_Input.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Mac.Mac_Input.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Mac.Mac_List.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Mac.Mac_List.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Mac.Mac_List.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Mac.Mac_Output.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Mac.Mac_Output.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Mac.Mac_Output.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Mac.Mac_Stat.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Mac.Mac_Stat.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Mac.Mac_Stat.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Mac.Marc_Plan.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Mac.Marc_Plan.resources
deleted file mode 100644
index 2586e8c..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Mac.Marc_Plan.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Mac.Nonverbal.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Mac.Nonverbal.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Mac.Nonverbal.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Mac.Search_Infor.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Mac.Search_Infor.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Mac.Search_Infor.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Mac.Set_Macro.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Mac.Set_Macro.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Mac.Set_Macro.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Mac.Setup_Shortcut.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Mac.Setup_Shortcut.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Mac.Setup_Shortcut.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Mac.Symbol_Add.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Mac.Symbol_Add.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Mac.Symbol_Add.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Mac_Setting.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Mac_Setting.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Mac_Setting.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Main.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Main.resources
deleted file mode 100644
index 1ca05ed..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Main.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Notice_Send.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Notice_Send.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Notice_Send.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Sales_Details.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Sales_Details.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Sales_Details.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.User_account_inquiry.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.User_account_inquiry.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.User_account_inquiry.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.User_manage.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.User_manage.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.User_manage.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Work_log.Work_Log.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Work_log.Work_Log.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.Work_log.Work_Log.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.csproj.CopyComplete b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.csproj.CopyComplete
deleted file mode 100644
index e69de29..0000000
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.csproj.CoreCompileInputs.cache b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.csproj.CoreCompileInputs.cache
deleted file mode 100644
index fec96fa..0000000
--- a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.csproj.CoreCompileInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-fd1f9401e10f8f29708f7e2ae31942e82288bb81
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.csproj.FileListAbsolute.txt b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.csproj.FileListAbsolute.txt
deleted file mode 100644
index e478174..0000000
--- a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.csproj.FileListAbsolute.txt
+++ /dev/null
@@ -1,380 +0,0 @@
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\bin\Debug\WindowsFormsApp1.exe.config
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\bin\Debug\WindowsFormsApp1.exe
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\bin\Debug\WindowsFormsApp1.pdb
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.csprojAssemblyReference.cache
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Login.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Properties.Resources.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.csproj.GenerateResource.cache
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.csproj.CoreCompileInputs.cache
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.exe
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.pdb
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Sign_up.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Main.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Account.Bill_manage.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Account.Purchase_Aggregation.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Account.Purchase_Book.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Account.Sales_Book.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Account.Sales_Deposit.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Account.Sales_Input.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Account.Remit_reg.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Account.Sales_Not_Pay.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Convenience.Board.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Convenience.Calendar.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Convenience.Quick_menu.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Convenience.Sale_End.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Convenience.Sale_Member_Manage.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Convenience.Sale_Sale.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Convenience.Sale_Settlement.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Convenience.Send_Notice.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Convenience.Talk.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Delivery.Commodity_registration.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Delivery.Estimate.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Delivery.Input_Lookup_Stock.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Delivery.Input_Purchase_Return.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Delivery.List_aggregation.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Delivery.List_reg_con.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Delivery.Order_input.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Delivery.Price_check.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Delivery.Purchase.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.DLS.Input_DLS.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.DLS.School_Lookup.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Home.Book_infor_manage.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Home.Delivery_manage.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Home.ledger_of_use.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Home.Order_manage.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Home.pw_change.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Home.Transaction_manage.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.All_Book_manage.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.Book_Infor_Collect.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.Check_copy.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.Check_ISBN.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.Check_Mac.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.DLS_Copy.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.DVD_CD_LP.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.eBook.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.Edit_Mac.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.Equip_manage.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.Mac_Aggr.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.Mac_Carry.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.Mac_List_Aggr.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.Mac_list_check.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.Make_Mac.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.Nonverbal.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.Search_Infor.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.Set_Macro.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.Symbol_Add.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Home.Batch_processing.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Work_log.Work_Log.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Account.Purchase_not_pay.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.Setup_Shortcut.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac_Setting.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Notice_Send.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Sales_Details.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.User_account_inquiry.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.User_manage.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Home.Home_User_manage.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Home.Home_User_manage.ko.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\bin\Debug\ko\WindowsFormsApp1.resources.dll
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\ko\WindowsFormsApp1.resources.dll
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.csprojAssemblyReference.cache
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Account.Bill_manage.resources
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Account.Purchase_Aggregation.resources
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Account.Purchase_Book.resources
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Account.Sales_Book.resources
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Account.Sales_Deposit.resources
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Account.Sales_Input.resources
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Account.Purchase_not_pay.resources
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Account.Remit_reg.resources
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Account.Sales_Not_Pay.resources
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Convenience.Board.resources
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Convenience.Calendar.resources
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Convenience.Quick_menu.resources
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Convenience.Sale_End.resources
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Convenience.Sale_Member_Manage.resources
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Convenience.Sale_Sale.resources
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Convenience.Sale_Settlement.resources
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Convenience.Send_Notice.resources
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Convenience.Talk.resources
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Delivery.Commodity_registration.resources
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Delivery.Estimate.resources
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Delivery.Input_Lookup_Stock.resources
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Delivery.Input_Purchase_Return.resources
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Delivery.List_aggregation.resources
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Delivery.List_reg_con.resources
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Delivery.Order_input.resources
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Delivery.Price_check.resources
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Delivery.Purchase.resources
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.DLS.Input_DLS.resources
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.DLS.School_Lookup.resources
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Home.Book_infor_manage.resources
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Home.Delivery_manage.resources
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Home.ledger_of_use.resources
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Home.Order_manage.resources
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Home.pw_change.resources
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Home.Transaction_manage.resources
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Home.Home_User_manage.resources
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.All_Book_manage.resources
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.Book_Infor_Collect.resources
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.Check_copy.resources
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.Check_ISBN.resources
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.Check_Mac.resources
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.DLS_Copy.resources
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.DVD_CD_LP.resources
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.eBook.resources
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.Edit_Mac.resources
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.Equip_manage.resources
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.Mac_Aggr.resources
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.Mac_Carry.resources
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.Mac_List_Aggr.resources
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.Mac_list_check.resources
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.Make_Mac.resources
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.Nonverbal.resources
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.Search_Infor.resources
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.Set_Macro.resources
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.Setup_Shortcut.resources
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.Symbol_Add.resources
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Home.Batch_processing.resources
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac_Setting.resources
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Notice_Send.resources
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Sales_Details.resources
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.User_account_inquiry.resources
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.User_manage.resources
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Login.resources
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Main.resources
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Properties.Resources.resources
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Sign_up.resources
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Work_log.Work_Log.resources
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Home.Home_User_manage.ko.resources
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.csproj.GenerateResource.cache
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.csproj.CoreCompileInputs.cache
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.exe
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.pdb
-F:\project\WindowsFormsApp1\WindowsFormsApp1\bin\Debug\WindowsFormsApp1.exe.config
-F:\project\WindowsFormsApp1\WindowsFormsApp1\bin\Debug\WindowsFormsApp1.exe
-F:\project\WindowsFormsApp1\WindowsFormsApp1\bin\Debug\WindowsFormsApp1.pdb
-F:\project\WindowsFormsApp1\WindowsFormsApp1\bin\Debug\ko\WindowsFormsApp1.resources.dll
-F:\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\ko\WindowsFormsApp1.resources.dll
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Account.Purchase_Input.resources
-C:\Users\Administrator\Desktop\project\WindowsFormsApp1\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Account.Remit_reg2.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\bin\Debug\WindowsFormsApp1.exe.config
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\bin\Debug\WindowsFormsApp1.exe
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\bin\Debug\WindowsFormsApp1.pdb
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\bin\Debug\ko\WindowsFormsApp1.resources.dll
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Account.Bill_manage.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Account.Purchase_Aggregation.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Account.Purchase_Book.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Account.Purchase_Input.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Account.Remit_reg2.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Account.Sales_Book.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Account.Sales_Deposit.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Account.Sales_Input.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Account.Purchase_not_pay.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Account.Remit_reg.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Account.Sales_Not_Pay.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Convenience.Board.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Convenience.Calendar.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Convenience.Quick_menu.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Convenience.Sale_End.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Convenience.Sale_Member_Manage.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Convenience.Sale_Sale.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Convenience.Sale_Settlement.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Convenience.Send_Notice.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Convenience.Talk.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Delivery.Commodity_registration.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Delivery.Estimate.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Delivery.Input_Lookup_Stock.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Delivery.Input_Purchase_Return.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Delivery.List_aggregation.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Delivery.List_reg_con.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Delivery.Order_input.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Delivery.Price_check.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Delivery.Purchase.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.DLS.Input_DLS.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.DLS.School_Lookup.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Home.Book_infor_manage.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Home.ledger_of_use.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Home.Order_manage.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Home.pw_change.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Home.Transaction_manage.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.All_Book_manage.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.Check_copy.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.Check_ISBN.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.DLS_Copy.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.Equip_manage.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.Nonverbal.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.Search_Infor.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.Set_Macro.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.Setup_Shortcut.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.Symbol_Add.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Home.Batch_processing.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac_Setting.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Notice_Send.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Sales_Details.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.User_account_inquiry.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.User_manage.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Login.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Main.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Properties.Resources.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Work_log.Work_Log.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.csproj.GenerateResource.cache
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.csproj.CoreCompileInputs.cache
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\ko\WindowsFormsApp1.resources.dll
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.exe
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.pdb
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\bin\Debug\MySql.Data.dll
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\bin\Debug\Google.Protobuf.dll
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\bin\Debug\Zstandard.Net.dll
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\bin\Debug\K4os.Compression.LZ4.Streams.dll
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\bin\Debug\BouncyCastle.Crypto.dll
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\bin\Debug\Ubiety.Dns.Core.dll
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\bin\Debug\Renci.SshNet.dll
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\bin\Debug\System.Buffers.dll
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\bin\Debug\K4os.Compression.LZ4.dll
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\bin\Debug\K4os.Hash.xxHash.dll
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\bin\Debug\System.Memory.dll
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\bin\Debug\System.Runtime.CompilerServices.Unsafe.dll
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\bin\Debug\MySql.Data.xml
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.exe.config
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.csproj.CopyComplete
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Delivery.Commodity_Edit.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Delivery.Commodity_Search.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Delivery.Commodity_Morge.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Home.Home_User_manage.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Home.Home_User_manage.ko.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Delivery.List_Chk_Work.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Home._Sub_Search_Form.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Home.memo.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Delivery.Order_input_Search.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Delivery.Book_Lookup.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Home.User_Infor.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Delivery.List_Lookup.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.마크.Job_Order.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.마크.Make_Document.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.Collect_Mac.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.Mac_Output.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.Mac_Stat.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.Mac_Input.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.Mac_List.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.Make_Excel.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.마크.Mac_Chack_Up.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.csprojAssemblyReference.cache
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.csproj.ResolveComReference.cache
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\bin\Debug\Newtonsoft.Json.dll
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\bin\Debug\Newtonsoft.Json.xml
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\ExcelTest.findNchange.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\ExcelTest.Helper008.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\ExcelTest.Marc.resources
-C:\Users\Administrator\Desktop\project\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.마크.Mac_List_Merge.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\bin\Debug\WindowsFormsApp1.exe.config
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\bin\Debug\WindowsFormsApp1.exe
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\bin\Debug\WindowsFormsApp1.pdb
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\bin\Debug\ko\WindowsFormsApp1.resources.dll
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\bin\Debug\MySql.Data.dll
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\bin\Debug\Newtonsoft.Json.dll
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\bin\Debug\Google.Protobuf.dll
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\bin\Debug\Zstandard.Net.dll
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\bin\Debug\K4os.Compression.LZ4.Streams.dll
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\bin\Debug\BouncyCastle.Crypto.dll
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\bin\Debug\Ubiety.Dns.Core.dll
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\bin\Debug\Renci.SshNet.dll
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\bin\Debug\System.Buffers.dll
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\bin\Debug\K4os.Compression.LZ4.dll
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\bin\Debug\K4os.Hash.xxHash.dll
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\bin\Debug\System.Memory.dll
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\bin\Debug\System.Runtime.CompilerServices.Unsafe.dll
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\bin\Debug\MySql.Data.xml
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\bin\Debug\Newtonsoft.Json.xml
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.csproj.ResolveComReference.cache
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\ExcelTest.findNchange.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\ExcelTest.Helper008.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.마크.Job_Order.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.마크.Mac_Chack_Up.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.마크.Mac_List_Merge.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.마크.Make_Document.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\ExcelTest.Marc.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Account.Bill_manage.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Account.Purchase_Aggregation.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Account.Purchase_Book.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Account.Purchase_Input.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Account.Remit_reg2.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Account.Sales_Deposit.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Account.Sales_Input.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Account.Purchase_not_pay.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Account.Remit_reg.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Account.Sales_Not_Pay.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Convenience.Board.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Convenience.Calendar.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Convenience.Quick_menu.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Convenience.Sale_End.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Convenience.Sale_Member_Manage.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Convenience.Sale_Sale.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Convenience.Sale_Settlement.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Convenience.Send_Notice.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Convenience.Talk.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Delivery.Book_Lookup.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Delivery.Commodity_Edit.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Delivery.Commodity_Morge.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Delivery.Commodity_registration.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Delivery.Commodity_Search.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Delivery.Input_Lookup_Stock.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Delivery.List_aggregation.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Delivery.List_Chk_Work.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Delivery.List_Lookup.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Delivery.Order_input.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Delivery.Order_input_Search.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Delivery.Purchase.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.DLS.Input_DLS.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.DLS.School_Lookup.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Home.Book_infor_manage.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Home.ledger_of_use.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Home.memo.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Home.Order_manage.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Home.pw_change.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Home.Transaction_manage.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Home.Home_User_manage.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Home.User_Infor.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Home._Sub_Search_Form.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.All_Book_manage.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.Check_copy.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.Check_ISBN.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.Collect_Mac.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.DLS_Copy.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.Mac_Output.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.Equip_manage.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.Mac_Stat.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.Mac_Input.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.Mac_List.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.Make_Excel.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.Nonverbal.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.Search_Infor.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.Set_Macro.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.Setup_Shortcut.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac.Symbol_Add.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Home.Batch_processing.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Mac_Setting.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Notice_Send.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Sales_Details.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.User_account_inquiry.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.User_manage.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.login.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Main.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Properties.Resources.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Work_log.Work_Log.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Home.Home_User_manage.ko.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.csproj.GenerateResource.cache
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.csproj.CoreCompileInputs.cache
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\ko\WindowsFormsApp1.resources.dll
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.csproj.CopyComplete
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.exe
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.pdb
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\bin\Debug\System.Numerics.Vectors.dll
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.마크.Check_ISBN_Sub.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.마크.Search_Infor_Sub.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.csprojAssemblyReference.cache
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.납품관리.Order_Send_Chk.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.회계.Sales_In_Pay.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.회계.Sales_Detail.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.Account.Sales_Lookup.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.회계.Sales_Book.resources
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\bin\Debug\Renci.SshNet.xml
-C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.납품관리.Bring_Back.resources
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.csproj.GenerateResource.cache b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.csproj.GenerateResource.cache
deleted file mode 100644
index 911e3b0..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.csproj.GenerateResource.cache and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.csproj.ResolveComReference.cache b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.csproj.ResolveComReference.cache
deleted file mode 100644
index 41ada55..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.csproj.ResolveComReference.cache and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.csprojAssemblyReference.cache b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.csprojAssemblyReference.cache
deleted file mode 100644
index e16bf5d..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.csprojAssemblyReference.cache and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.login.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.login.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.login.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.납품관리.Bring_Back.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.납품관리.Bring_Back.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.납품관리.Bring_Back.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.납품관리.Order_Send_Chk.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.납품관리.Order_Send_Chk.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.납품관리.Order_Send_Chk.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.마크.Check_ISBN_Sub.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.마크.Check_ISBN_Sub.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.마크.Check_ISBN_Sub.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.마크.Job_Order.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.마크.Job_Order.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.마크.Job_Order.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.마크.Mac_Chack_Up.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.마크.Mac_Chack_Up.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.마크.Mac_Chack_Up.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.마크.Mac_List_Merge.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.마크.Mac_List_Merge.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.마크.Mac_List_Merge.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.마크.Make_Document.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.마크.Make_Document.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.마크.Make_Document.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.마크.Search_Infor_Sub.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.마크.Search_Infor_Sub.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.마크.Search_Infor_Sub.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.회계.Sales_Book.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.회계.Sales_Book.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.회계.Sales_Book.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.회계.Sales_Detail.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.회계.Sales_Detail.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.회계.Sales_Detail.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.회계.Sales_In_Pay.resources b/unimarc/unimarc/obj/Debug/WindowsFormsApp1.회계.Sales_In_Pay.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/unimarc/unimarc/obj/Debug/WindowsFormsApp1.회계.Sales_In_Pay.resources and /dev/null differ
diff --git a/unimarc/unimarc/obj/Debug/ko/UniMarc.resources.dll b/unimarc/unimarc/obj/Debug/ko/UniMarc.resources.dll
deleted file mode 100644
index 7159c0a..0000000
Binary files a/unimarc/unimarc/obj/Debug/ko/UniMarc.resources.dll and /dev/null differ
diff --git a/unimarc/unimarc/obj/Release/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs b/unimarc/unimarc/obj/Release/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
deleted file mode 100644
index 3871b18..0000000
--- a/unimarc/unimarc/obj/Release/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
+++ /dev/null
@@ -1,4 +0,0 @@
-//
-using System;
-using System.Reflection;
-[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")]
diff --git a/unimarc/unimarc/obj/Release/UniMarc.csproj.ResolveComReference.cache b/unimarc/unimarc/obj/Release/UniMarc.csproj.ResolveComReference.cache
deleted file mode 100644
index 41ada55..0000000
Binary files a/unimarc/unimarc/obj/Release/UniMarc.csproj.ResolveComReference.cache and /dev/null differ