Home
last modified time | relevance | path

Searched refs:ReceiveMessageFromAsync (Results 1 – 25 of 34) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Sockets/tests/FunctionalTests/
H A DReceiveMessageFromAsync.cs11 public class ReceiveMessageFromAsync class
49 if (!receiver.ReceiveMessageFromAsync(args)) in ReceiveSentMessages_SocketAsyncEventArgs_Success()
87 SocketReceiveMessageFromResult result = await receiver.ReceiveMessageFromAsync( in ReceiveSentMessages_Tasks_Success()
H A DArgumentValidationTests.cs647 Assert.Throws<ArgumentNullException>(() => GetSocket().ReceiveMessageFromAsync(null)); in ReceiveMessageFromAsync_NullAsyncEventArgs_Throws_ArgumentNull()
653 … Assert.Throws<ArgumentNullException>(() => GetSocket().ReceiveMessageFromAsync(s_eventArgs)); in ReceiveMessageFromAsync_NullRemoteEndPoint_Throws_ArgumentNull()
663 …n>("RemoteEndPoint", () => GetSocket(AddressFamily.InterNetwork).ReceiveMessageFromAsync(eventArgs… in ReceiveMessageFromAsync_AddressFamily_Throws_Argument()
1329 …Assert.Throws<ArgumentNullException>(() => { GetSocket().ReceiveMessageFromAsync(new ArraySegment<… in BeginReceiveMessageFrom_NullBuffer_Throws_ArgumentNull()
1338 …Assert.Throws<ArgumentNullException>(() => { GetSocket().ReceiveMessageFromAsync(new ArraySegment<… in BeginReceiveMessageFrom_NullEndPoint_Throws_ArgumentNull()
1358 …Assert.Throws<ArgumentOutOfRangeException>(() => { GetSocket().ReceiveMessageFromAsync(new ArraySe… in BeginReceiveMessageFrom_InvalidOffset_Throws_ArgumentOutOfRange()
1359 …Assert.ThrowsAny<ArgumentException>(() => { GetSocket().ReceiveMessageFromAsync(new ArraySegment<b… in BeginReceiveMessageFrom_InvalidOffset_Throws_ArgumentOutOfRange()
1371 …Assert.Throws<ArgumentOutOfRangeException>(() => { GetSocket().ReceiveMessageFromAsync(new ArraySe… in BeginReceiveMessageFrom_InvalidSize_Throws_ArgumentOutOfRange()
1372 …Assert.ThrowsAny<ArgumentException>(() => { GetSocket().ReceiveMessageFromAsync(new ArraySegment<b… in BeginReceiveMessageFrom_InvalidSize_Throws_ArgumentOutOfRange()
1373 …Assert.ThrowsAny<ArgumentException>(() => { GetSocket().ReceiveMessageFromAsync(new ArraySegment<b… in BeginReceiveMessageFrom_InvalidSize_Throws_ArgumentOutOfRange()
[all …]
H A DIPPacketInformationTest.cs73 Assert.True(receiver.ReceiveMessageFromAsync(receiveArgs)); in GetNonDefaultIPPacketInformation()
H A DReceiveMessageFrom.cs206 bool pending = receiver.ReceiveMessageFromAsync(saea); in Success_EventArgs()
H A DDualModeSocketTest.cs1833 … Assert.Throws<PlatformNotSupportedException>(() => sock.ReceiveMessageFromAsync(args)); in ReceiveMessageFromAsync_NotSupported()
2195 socket.ReceiveMessageFromAsync(args); in Socket_ReceiveMessageFromAsyncV4IPEndPointFromV4Client_Throws()
2215 socket.ReceiveMessageFromAsync(args); in Socket_ReceiveMessageFromAsyncDnsEndPoint_Throws()
2331 bool async = serverSocket.ReceiveMessageFromAsync(args); in ReceiveMessageFromAsync_Helper()
H A DDisposedSocketTests.cs569 …Assert.Throws<ObjectDisposedException>(() => GetDisposedSocket().ReceiveMessageFromAsync(s_eventAr… in ReceiveMessageFromAsync_Throws_ObjectDisposed()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Sockets/src/System/Net/Sockets/
H A DSocketTaskExtensions.cs35 …public static Task<SocketReceiveMessageFromResult> ReceiveMessageFromAsync(this Socket socket, Arr… in ReceiveMessageFromAsync() method in System.Net.Sockets.SocketTaskExtensions
36 socket.ReceiveMessageFromAsync(buffer, socketFlags, remoteEndPoint); in ReceiveMessageFromAsync()
H A DSocketTaskExtensions.netfx.cs145 public static Task<SocketReceiveMessageFromResult> ReceiveMessageFromAsync( in ReceiveMessageFromAsync() method in System.Net.Sockets.SocketTaskExtensions
H A DSocketAsyncEventArgs.Unix.cs214 …SocketError socketError = handle.AsyncContext.ReceiveMessageFromAsync(_buffer.Slice(_offset, _coun… in DoOperationReceiveMessageFrom()
H A DSocket.Tasks.cs321 …internal Task<SocketReceiveMessageFromResult> ReceiveMessageFromAsync(ArraySegment<byte> buffer, S… in ReceiveMessageFromAsync() method in System.Net.Sockets.Socket
H A DSocketPal.Unix.cs1714 …public static SocketError ReceiveMessageFromAsync(Socket socket, SafeCloseSocket handle, byte[] bu… in ReceiveMessageFromAsync() method in System.Net.Sockets.SocketPal
1725 …SocketError socketError = handle.AsyncContext.ReceiveMessageFromAsync(new Memory<byte>(buffer, off… in ReceiveMessageFromAsync()
H A DSocketPal.Windows.cs1021 …public static unsafe SocketError ReceiveMessageFromAsync(Socket socket, SafeCloseSocket handle, by… in ReceiveMessageFromAsync() method in System.Net.Sockets.SocketPal
H A DSocketAsyncContext.Unix.cs1466 …public SocketError ReceiveMessageFromAsync(Memory<byte> buffer, IList<ArraySegment<byte>> buffers,… in ReceiveMessageFromAsync() method in System.Net.Sockets.SocketAsyncContext
H A DSocket.cs3197 …errorCode = SocketPal.ReceiveMessageFromAsync(this, _handle, buffer, offset, size, socketFlags, so… in BeginReceiveMessageFrom()
4064 public bool ReceiveMessageFromAsync(SocketAsyncEventArgs e) in ReceiveMessageFromAsync() method in System.Net.Sockets.Socket
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net.Sockets/
H A DSocketTaskExtensions.cs145 public static Task<SocketReceiveMessageFromResult> ReceiveMessageFromAsync( in ReceiveMessageFromAsync() method in System.Net.Sockets.SocketTaskExtensions
H A DSocket.cs1723 public bool ReceiveMessageFromAsync (SocketAsyncEventArgs e) in ReceiveMessageFromAsync() method in System.Net.Sockets.Socket
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.NetworkInformation/tests/FunctionalTests/
H A DNetworkInterfaceBasicTest.cs276 …server.ReceiveMessageFromAsync(new ArraySegment<byte>(new byte[1]), SocketFlags.None, serverEndPoi… in NetworkInterface_LoopbackInterfaceIndex_MatchesReceivedPackets()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Sockets/ref/
H A DSystem.Net.Sockets.cs311 … public bool ReceiveMessageFromAsync(System.Net.Sockets.SocketAsyncEventArgs e) { throw null; } in ReceiveMessageFromAsync() method in System.Net.Sockets.Socket
513 …ng.Tasks.Task<System.Net.Sockets.SocketReceiveMessageFromResult> ReceiveMessageFromAsync(this Syst… in ReceiveMessageFromAsync() method in System.Net.Sockets.SocketTaskExtensions
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/Sockets/
H A DSocket.cs8114 public bool ReceiveMessageFromAsync(SocketAsyncEventArgs e) { in ReceiveMessageFromAsync() method in System.Net.Sockets.Socket
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs8299 … public bool ReceiveMessageFromAsync(System.Net.Sockets.SocketAsyncEventArgs e) { throw null; } in ReceiveMessageFromAsync() method in System.Net.Sockets.Socket
8551 …ng.Tasks.Task<System.Net.Sockets.SocketReceiveMessageFromResult> ReceiveMessageFromAsync(this Syst… in ReceiveMessageFromAsync() method in System.Net.Sockets.SocketTaskExtensions
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.cs8421 … public bool ReceiveMessageFromAsync(System.Net.Sockets.SocketAsyncEventArgs e) { throw null; } in ReceiveMessageFromAsync() method in System.Net.Sockets.Socket
8675 …ng.Tasks.Task<System.Net.Sockets.SocketReceiveMessageFromResult> ReceiveMessageFromAsync(this Syst… in ReceiveMessageFromAsync() method in System.Net.Sockets.SocketTaskExtensions
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A DSystem.cs8297 … public bool ReceiveMessageFromAsync(System.Net.Sockets.SocketAsyncEventArgs e) { throw null; } in ReceiveMessageFromAsync() method in System.Net.Sockets.Socket
8549 …ng.Tasks.Task<System.Net.Sockets.SocketReceiveMessageFromResult> ReceiveMessageFromAsync(this Syst… in ReceiveMessageFromAsync() method in System.Net.Sockets.SocketTaskExtensions
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.cs8417 … public bool ReceiveMessageFromAsync(System.Net.Sockets.SocketAsyncEventArgs e) { throw null; } in ReceiveMessageFromAsync() method in System.Net.Sockets.Socket
8671 …ng.Tasks.Task<System.Net.Sockets.SocketReceiveMessageFromResult> ReceiveMessageFromAsync(this Syst… in ReceiveMessageFromAsync() method in System.Net.Sockets.SocketTaskExtensions
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.cs11525 … public bool ReceiveMessageFromAsync(System.Net.Sockets.SocketAsyncEventArgs e) { throw null; } in ReceiveMessageFromAsync() method in System.Net.Sockets.Socket
11779 …ng.Tasks.Task<System.Net.Sockets.SocketReceiveMessageFromResult> ReceiveMessageFromAsync(this Syst… in ReceiveMessageFromAsync() method in System.Net.Sockets.SocketTaskExtensions
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.cs11828 … public bool ReceiveMessageFromAsync(System.Net.Sockets.SocketAsyncEventArgs e) { throw null; } in ReceiveMessageFromAsync() method in System.Net.Sockets.Socket
12082 …ng.Tasks.Task<System.Net.Sockets.SocketReceiveMessageFromResult> ReceiveMessageFromAsync(this Syst… in ReceiveMessageFromAsync() method in System.Net.Sockets.SocketTaskExtensions

12