Home
last modified time | relevance | path

Searched refs:EndSendTo (Results 1 – 25 of 41) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Channels/System/ServiceModel/Channels/
H A DUdpSocket.cs206 public int EndSendTo(IAsyncResult result) in EndSendTo() method in System.ServiceModel.Channels.UdpSocket
306 count = this.socket.EndSendTo(socketAsyncResult); in SendToAsyncResult()
329 count = thisPtr.socket.EndSendTo(result); in OnSendToComplete()
H A DUdpOutputChannel.cs806 this.sendSockets[this.currentSocket].EndSendTo(socketAsyncResult); in ContinueTransmitting()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCommunicator/GKCore.IPC/IPC/
H A DIPCSocketChannel.cs73 fSocket.EndSendTo(ar); in Send()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Net/net/
H A DUdpAnySourceMulticastClient.cs59 public void EndSendTo(IAsyncResult result) { } in EndSendTo() method in System.Net.Sockets.UdpAnySourceMulticastClient
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Net.Sockets/
H A DSocketCas.cs251 s.EndSendTo (ar); in SendToCallback()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net.Sockets/
H A DSocketTaskExtensions.cs243 asyncResult => ((Socket)asyncResult.AsyncState).EndSendTo(asyncResult), in SendToAsync()
H A DSocket.cs2101 e.BytesTransferred = e.current_socket.EndSendTo (ares);
2156 public int EndSendTo (IAsyncResult asyncResult) in EndSendTo() method in System.Net.Sockets.Socket
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Sockets/src/System/Net/Sockets/
H A DSocketTaskExtensions.netfx.cs243 asyncResult => ((Socket)asyncResult.AsyncState).EndSendTo(asyncResult), in SendToAsync()
H A DUDPClient.cs351 return _clientSocket.EndSendTo(asyncResult); in EndSend()
H A DSocket.Tasks.cs469 try { innerTcs.TrySetResult(((Socket)innerTcs.Task.AsyncState).EndSendTo(iar)); } in SendToAsync()
H A DSocket.cs2827 public int EndSendTo(IAsyncResult asyncResult) in EndSendTo() method in System.Net.Sockets.Socket
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Sockets/tests/FunctionalTests/
H A DSocketTestHelper.cs123 s.EndSendTo, null); in SendToAsync()
H A DDisposedSocketTests.cs660 Assert.Throws<ObjectDisposedException>(() => GetDisposedSocket().EndSendTo(null)); in EndSendTo_Throws_ObjectDisposedException()
H A DArgumentValidationTests.cs1200 Assert.Throws<ArgumentNullException>(() => GetSocket().EndSendTo(null)); in EndSendTo_NullAsyncResult_Throws_ArgumentNull()
1206 …AssertExtensions.Throws<ArgumentException>("asyncResult", () => GetSocket().EndSendTo(Task.Complet… in EndSendto_UnrelatedAsyncResult_Throws_Argument()
H A DDualModeSocketTest.cs1202 int sent = client.EndSendTo(async); in DualModeBeginSendTo_EndPointToHost_Helper()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/Sockets/
H A DUDPClient.cs685 return Client.EndSendTo(asyncResult); in EndSend()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Sockets/ref/
H A DSystem.Net.Sockets.cs288 public int EndSendTo(IAsyncResult asyncResult) { throw null; } in EndSendTo() method in System.Net.Sockets.Socket
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.Net.cs706 public void EndSendTo(System.IAsyncResult result) { } in EndSendTo() method in System.Net.Sockets.UdpAnySourceMulticastClient
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.Net.cs705 public void EndSendTo(System.IAsyncResult result) { } in EndSendTo() method in System.Net.Sockets.UdpAnySourceMulticastClient
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.Net.cs705 public void EndSendTo(System.IAsyncResult result) { } in EndSendTo() method in System.Net.Sockets.UdpAnySourceMulticastClient
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.Net.cs705 public void EndSendTo(System.IAsyncResult result) { } in EndSendTo() method in System.Net.Sockets.UdpAnySourceMulticastClient
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.Net.cs706 public void EndSendTo(System.IAsyncResult result) { } in EndSendTo() method in System.Net.Sockets.UdpAnySourceMulticastClient
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DSystem.Net.cs706 public void EndSendTo(System.IAsyncResult result) { } in EndSendTo() method in System.Net.Sockets.UdpAnySourceMulticastClient
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DSystem.Net.cs895 public void EndSendTo(System.IAsyncResult result) { } in EndSendTo() method in System.Net.Sockets.UdpAnySourceMulticastClient
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.Net.cs895 public void EndSendTo(System.IAsyncResult result) { } in EndSendTo() method in System.Net.Sockets.UdpAnySourceMulticastClient

12