Home
last modified time | relevance | path

Searched refs:WebSocketErrorCode (Results 1 – 24 of 24) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.WebSockets/tests/
H A DWebSocketExceptionTests.cs50 Assert.Equal(error, wse.WebSocketErrorCode); in ConstructorTests_WebSocketError_Success()
60 Assert.Equal(error, wse.WebSocketErrorCode); in ConstructorTests_WebSocketError_Message_Success()
70 Assert.Equal(error, wse.WebSocketErrorCode); in ConstructorTests_WebSocketError_Exception_Success()
81 Assert.Equal(error, wse.WebSocketErrorCode); in ConstructorTests_WebSocketError_Message_Exception_Success()
91 Assert.Equal(webSocketError, wse.WebSocketErrorCode); in ConstructorTests_NativeError_Success()
102 Assert.Equal(webSocketError, wse.WebSocketErrorCode); in ConstructorTests_NativeError_Message_Success()
113 Assert.Equal(webSocketError, wse.WebSocketErrorCode); in ConstructorTests_NativeError_Exception_Success()
123 Assert.Equal(error, wse.WebSocketErrorCode); in ConstructorTests_WebSocketError_NativeError_Success()
134 Assert.Equal(error, wse.WebSocketErrorCode); in ConstructorTests_WebSocketError_NativeError_Message_Success()
145 Assert.Equal(error, wse.WebSocketErrorCode); in ConstructorTests_WebSocketError_NativeError_Exception_Success()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.WebSockets.Client/tests/
H A DSendReceiveTest.cs188 WebSocketError errCode = (ex as WebSocketException).WebSocketErrorCode; in SendAsync_MultipleOutstandingSendOperations_Throws()
251 WebSocketError errCode = (ex as WebSocketException).WebSocketErrorCode; in ReceiveAsync_MultipleOutstandingReceiveOperations_Throws()
423 …sert.Equal(WebSocketError.ConnectionClosedPrematurely, pendingReceiveException.WebSocketErrorCode); in SendReceive_ConnectionClosedPrematurely_ReceiveAsyncFailsAndWebSocketStateUpdated()
427 … Assert.Equal(WebSocketError.ConnectionClosedPrematurely, newReceiveException.WebSocketErrorCode); in SendReceive_ConnectionClosedPrematurely_ReceiveAsyncFailsAndWebSocketStateUpdated()
437 …sert.Equal(WebSocketError.ConnectionClosedPrematurely, pendingReceiveException.WebSocketErrorCode); in SendReceive_ConnectionClosedPrematurely_ReceiveAsyncFailsAndWebSocketStateUpdated()
441 Assert.Equal(WebSocketError.Success, newReceiveException.WebSocketErrorCode); in SendReceive_ConnectionClosedPrematurely_ReceiveAsyncFailsAndWebSocketStateUpdated()
456 …sert.Equal(WebSocketError.ConnectionClosedPrematurely, pendingReceiveException.WebSocketErrorCode); in SendReceive_ConnectionClosedPrematurely_ReceiveAsyncFailsAndWebSocketStateUpdated()
462 Assert.Equal(WebSocketError.Success, newReceiveException.WebSocketErrorCode); in SendReceive_ConnectionClosedPrematurely_ReceiveAsyncFailsAndWebSocketStateUpdated()
H A DClientWebSocketTestBase.cs81 Assert.Equal(WebSocketError.InvalidState, exception.WebSocketErrorCode); in TestCancellation()
H A DConnectTest.cs30 Assert.Equal(WebSocketError.Success, ex.WebSocketErrorCode); in ConnectAsync_NotWebSocketServer_ThrowsWebSocketExceptionWithMessage()
200 Assert.Equal(WebSocketError.Success, ex.WebSocketErrorCode); in ConnectAsync_PassNoSubProtocol_ServerRequires_ThrowsWebSocketExceptionWithMessage()
H A DAbortTest.cs36 Assert.Equal(WebSocketError.Success, ex.WebSocketErrorCode); in Abort_ConnectAndAbort_ThrowsWebSocketExceptionWithmessage()
H A DCancelTest.cs33 Assert.Equal(WebSocketError.Success, ex.WebSocketErrorCode); in ConnectAsync_Cancel_ThrowsWebSocketExceptionWithMessage()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.WebSockets/src/System/Net/WebSockets/
H A DWebSocketException.cs137 info.AddValue(nameof(WebSocketErrorCode), _webSocketErrorCode); in GetObjectData()
148 public WebSocketError WebSocketErrorCode property in System.Net.WebSockets.WebSocketException
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/WebSockets/
H A DWebSocketException.cs146 public WebSocketError WebSocketErrorCode property in System.Net.WebSockets.WebSocketException
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.WebSockets/ref/
H A DSystem.Net.WebSockets.cs105 public System.Net.WebSockets.WebSocketError WebSocketErrorCode { get { throw null; } } property in System.Net.WebSockets.WebSocketException
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DWebSocketHelper.cs285 switch (webSocketException.WebSocketErrorCode) in ConvertAndTraceException()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Net.WebSockets/
H A DClientWebSocketTest.cs300 Assert.AreEqual (error, wsEx.WebSocketErrorCode); in AssertWebSocketException()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs8843 public System.Net.WebSockets.WebSocketError WebSocketErrorCode { get { throw null; } } property in System.Net.WebSockets.WebSocketException
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.cs8981 public System.Net.WebSockets.WebSocketError WebSocketErrorCode { get { throw null; } } property in System.Net.WebSockets.WebSocketException
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A DSystem.cs8841 public System.Net.WebSockets.WebSocketError WebSocketErrorCode { get { throw null; } } property in System.Net.WebSockets.WebSocketException
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.cs8977 public System.Net.WebSockets.WebSocketError WebSocketErrorCode { get { throw null; } } property in System.Net.WebSockets.WebSocketException
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs12067 …public System.Net.WebSockets.WebSocketError WebSocketErrorCode { [System.Runtime.CompilerServices.… property in System.Net.WebSockets.WebSocketException
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.cs12100 …public System.Net.WebSockets.WebSocketError WebSocketErrorCode { [System.Runtime.CompilerServices.… property in System.Net.WebSockets.WebSocketException
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.cs12098 …public System.Net.WebSockets.WebSocketError WebSocketErrorCode { [System.Runtime.CompilerServices.… property in System.Net.WebSockets.WebSocketException
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.cs12067 …public System.Net.WebSockets.WebSocketError WebSocketErrorCode { [System.Runtime.CompilerServices.… property in System.Net.WebSockets.WebSocketException
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.cs12067 …public System.Net.WebSockets.WebSocketError WebSocketErrorCode { [System.Runtime.CompilerServices.… property in System.Net.WebSockets.WebSocketException
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.cs12085 public System.Net.WebSockets.WebSocketError WebSocketErrorCode { get { throw null; } } property in System.Net.WebSockets.WebSocketException
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.cs12374 public System.Net.WebSockets.WebSocketError WebSocketErrorCode { get { throw null; } } property in System.Net.WebSockets.WebSocketException
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DSystem.cs12100 …public System.Net.WebSockets.WebSocketError WebSocketErrorCode { [System.Runtime.CompilerServices.… property in System.Net.WebSockets.WebSocketException
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DSystem.cs12319 public System.Net.WebSockets.WebSocketError WebSocketErrorCode { get { throw null; } } property in System.Net.WebSockets.WebSocketException