diff --git a/NoiseSocket/NoiseSocket.csproj b/NoiseSocket/NoiseSocket.csproj index 9ee165d..bdf3659 100644 --- a/NoiseSocket/NoiseSocket.csproj +++ b/NoiseSocket/NoiseSocket.csproj @@ -6,7 +6,7 @@ true NoiseSocket.NET NoiseSocket.NET - 0.7.0-rc + 0.8.0-rc Nemanja Mijailovic https://github.com/Metalnem/noisesocket https://github.com/Metalnem/noisesocket diff --git a/README.md b/README.md index d4157c2..c5a849c 100644 --- a/README.md +++ b/README.md @@ -40,5 +40,5 @@ ## Installation ``` -> dotnet add package NoiseSocket.NET --version 0.7.0-rc +> dotnet add package NoiseSocket.NET --version 0.8.0-rc ``` diff --git a/docs/api/Noise.NoiseSocket.html b/docs/api/Noise.NoiseSocket.html index bf069af..a774236 100644 --- a/docs/api/Noise.NoiseSocket.html +++ b/docs/api/Noise.NoiseSocket.html @@ -151,7 +151,7 @@

Constructors Improve this Doc - View Source + View Source

NoiseSocket(Protocol, ProtocolConfig, Stream, Boolean)

@@ -226,7 +226,7 @@
Exceptions
Improve this Doc - View Source + View Source

NoiseSocket(Stream, Boolean)

@@ -285,7 +285,7 @@

Properties Improve this Doc - View Source + View Source

HandshakeHash

@@ -336,7 +336,7 @@

Methods Improve this Doc - View Source + View Source

Accept(Protocol, ProtocolConfig)

@@ -372,10 +372,6 @@
Parameters
-
Remarks
-

This method can also throw all exceptions that Noise.Protocol.Create(Noise.ProtocolConfig) -method can throw. See the Noise.Protocol class documentation for more details.

-
Exceptions
@@ -388,6 +384,11 @@
Exceptions
+ + + + @@ -404,8 +405,7 @@
Exceptions
- @@ -415,7 +415,7 @@
Exceptions
Improve this Doc - View Source + View Source

Dispose()

@@ -432,7 +432,7 @@
Declaration
Improve this Doc - View Source + View Source

IgnoreHandshakeMessageAsync(CancellationToken)

@@ -514,7 +514,7 @@
Exceptions
Improve this Doc - View Source + View Source

ReadHandshakeMessageAsync(CancellationToken)

@@ -562,7 +562,8 @@
Returns
System.ObjectDisposedException

Thrown if the current instance has already been disposed.

+
System.NotSupportedException

Thrown if the selected handshake pattern was a one-way pattern.

System.ArgumentException

Thrown if the server attempted to accept a new protocol as an initiator -or the selected handshake pattern was a one-way pattern.

+

Thrown if the server attempted to accept a new protocol as an initiator.

Remarks

This method can also throw all exceptions that Noise.Protocol.Create(Noise.ProtocolConfig) -method can throw. See the Noise.Protocol class documentation for more details.

+and Noise.HandshakeState.Fallback(Noise.Protocol,Noise.ProtocolConfig) methods can throw. +See Noise.Protocol and Noise.HandshakeState documentation for more details.

Exceptions
@@ -610,7 +611,7 @@
Exceptions
Improve this Doc - View Source + View Source

ReadMessageAsync(CancellationToken)

@@ -703,7 +704,7 @@
Exceptions
Improve this Doc - View Source + View Source

ReadNegotiationDataAsync(CancellationToken)

@@ -785,7 +786,7 @@
Exceptions
Improve this Doc - View Source + View Source

Retry(Protocol, ProtocolConfig)

@@ -822,10 +823,6 @@
Parameters
-
Remarks
-

This method can also throw all exceptions that Noise.Protocol.Create(Noise.ProtocolConfig) -method can throw. See the Noise.Protocol class documentation for more details.

-
Exceptions
@@ -838,6 +835,11 @@
Exceptions
+ + + + @@ -854,8 +856,7 @@
Exceptions
@@ -902,10 +903,6 @@
Parameters
System.ObjectDisposedException

Thrown if the current instance has already been disposed.

+
System.NotSupportedException

Thrown if the selected handshake pattern was a one-way pattern.

System.ArgumentException

Thrown if the client attempted to retry with a new protocol as a responder, -the server attempted to retry with a new protocol as an initiator, -or the selected handshake pattern was a one-way pattern.

+or the server attempted to retry with a new protocol as an initiator.

-
Remarks
-

This method can also throw all exceptions that Noise.Protocol.Create(Noise.ProtocolConfig) -method can throw. See the Noise.Protocol class documentation for more details.

-
Exceptions
@@ -918,12 +915,18 @@
Exceptions
+ + + + - @@ -934,8 +937,7 @@
Exceptions
@@ -945,7 +947,7 @@
Exceptions
Improve this Doc - View Source + View Source

WriteEmptyHandshakeMessageAsync(Memory<Byte>, CancellationToken)

@@ -1039,7 +1041,7 @@
Exceptions
Improve this Doc - View Source + View Source

WriteHandshakeMessageAsync(Memory<Byte>, Memory<Byte>, UInt16, CancellationToken)

@@ -1107,7 +1109,8 @@
Returns
System.ObjectDisposedException

Thrown if the current instance has already been disposed.

+
System.NotSupportedException

Thrown if the selected handshake pattern was a one-way pattern.

System.InvalidOperationException

Thrown if the handshake has already been completed -or the protocol has already been changed once.

+

Thrown if the handshake has already been completed, the protocol +has already been changed once, or the server attempted to perform +the fallback handshake without being previously initialized.

System.ArgumentException

Thrown if the client attempted to switch to a new protocol as an initiator, -the server attempted to switch to a new protocol as a responder, -or the selected handshake pattern was a one-way pattern.

+or the server attempted to switch to a new protocol as a responder.

Remarks

This method can also throw all exceptions that Noise.Protocol.Create(Noise.ProtocolConfig) -method can throw. See the Noise.Protocol class documentation for more details.

+and Noise.HandshakeState.Fallback(Noise.Protocol,Noise.ProtocolConfig) methods can throw. +See Noise.Protocol and Noise.HandshakeState documentation for more details.

Exceptions
diff --git a/docs/index.html b/docs/index.html index a7bd581..b48d483 100644 --- a/docs/index.html +++ b/docs/index.html @@ -90,7 +90,7 @@

Samples

Switch protocol (using ordinary Socket)
Retry request (using NamedPipeClientStream and NamedPipeServerStream)

Installation

-
> dotnet add package NoiseSocket.NET --version 0.7.0-rc
+
> dotnet add package NoiseSocket.NET --version 0.8.0-rc
 
diff --git a/docs/manifest.json b/docs/manifest.json index 5672aa0..df8b201 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -20,7 +20,7 @@ "output": { ".html": { "relative_path": "api/Noise.NoiseSocket.html", - "hash": "2A3zFiwZwlWv2+5eZBn7Bg==" + "hash": "3Ud8jCdvuMuJODdZtI2Ltg==" } }, "is_incremental": false, @@ -44,7 +44,7 @@ "output": { ".html": { "relative_path": "index.html", - "hash": "hIE1VqOnRl8fzkjtc6vX7w==" + "hash": "niHl/4+b1el94q3TKoimsw==" } }, "is_incremental": false, @@ -58,11 +58,6 @@ "incrementalPhase": "build" }, "processors": { - "ResourceDocumentProcessor": { - "can_incremental": false, - "details": "Processor ResourceDocumentProcessor cannot suppport incremental build because the processor doesn't implement ISupportIncrementalDocumentProcessor interface.", - "incrementalPhase": "build" - }, "ConceptualDocumentProcessor": { "can_incremental": true, "incrementalPhase": "build" @@ -71,6 +66,11 @@ "can_incremental": true, "incrementalPhase": "build" }, + "ResourceDocumentProcessor": { + "can_incremental": false, + "details": "Processor ResourceDocumentProcessor cannot suppport incremental build because the processor doesn't implement ISupportIncrementalDocumentProcessor interface.", + "incrementalPhase": "build" + }, "TocDocumentProcessor": { "can_incremental": false, "details": "Processor TocDocumentProcessor cannot suppport incremental build because the processor doesn't implement ISupportIncrementalDocumentProcessor interface.", diff --git a/index.md b/index.md index efaffc0..c76bf34 100644 --- a/index.md +++ b/index.md @@ -44,5 +44,5 @@ title: NoiseSocket.NET ## Installation ``` -> dotnet add package NoiseSocket.NET --version 0.7.0-rc +> dotnet add package NoiseSocket.NET --version 0.8.0-rc ```