Home
last modified time | relevance | path

Searched refs:UdpReceiveResult (Results 1 – 25 of 36) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Sockets/src/System/Net/Sockets/
H A DUdpReceiveResult.cs10 public struct UdpReceiveResult : IEquatable<UdpReceiveResult> struct
20 public UdpReceiveResult(byte[] buffer, IPEndPoint remoteEndPoint) in UdpReceiveResult() argument
74 if (!(obj is UdpReceiveResult)) in Equals()
79 return Equals((UdpReceiveResult)obj); in Equals()
87 public bool Equals(UdpReceiveResult other) in Equals() argument
98 public static bool operator ==(UdpReceiveResult left, UdpReceiveResult right) in operator ==() argument
109 public static bool operator !=(UdpReceiveResult left, UdpReceiveResult right) in operator !=() argument
H A DUDPClient.cs649 public Task<UdpReceiveResult> ReceiveAsync() in ReceiveAsync()
651 return Task<UdpReceiveResult>.Factory.FromAsync( in ReceiveAsync()
658 return new UdpReceiveResult(buffer, remoteEP); in ReceiveAsync()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/Sockets/
H A DUdpReceiveResult.cs14 public struct UdpReceiveResult : IEquatable<UdpReceiveResult> struct
19 public UdpReceiveResult(byte[] buffer, IPEndPoint remoteEndPoint) in UdpReceiveResult() method
60 if (!(obj is UdpReceiveResult)) in Equals()
65 return Equals((UdpReceiveResult)obj); in Equals()
68 public bool Equals(UdpReceiveResult other) in Equals() argument
73 public static bool operator ==(UdpReceiveResult left, UdpReceiveResult right) in operator ==() argument
78 public static bool operator !=(UdpReceiveResult left, UdpReceiveResult right) in operator !=() argument
H A DUDPClient.cs1026 public Task<UdpReceiveResult> ReceiveAsync() in ReceiveAsync()
1028 …return Task<UdpReceiveResult>.Factory.FromAsync((callback, state) => BeginReceive(callback, state)… in ReceiveAsync()
1032 return new UdpReceiveResult(buffer, remoteEP); in ReceiveAsync()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Sockets/tests/FunctionalTests/
H A DUdpClientTest.cs674 … Assert.Equal(new UdpReceiveResult().GetHashCode(), new UdpReceiveResult().GetHashCode()); in UdpReceiveResult_Equality()
675 …Assert.Equal(new UdpReceiveResult(buffer1, ep1).GetHashCode(), new UdpReceiveResult(buffer1, ep2).… in UdpReceiveResult_Equality()
677 … Assert.True(new UdpReceiveResult(buffer1, ep1).Equals(new UdpReceiveResult(buffer1, ep2))); in UdpReceiveResult_Equality()
678 … Assert.False(new UdpReceiveResult(buffer1, ep1).Equals(new UdpReceiveResult(buffer2, ep1))); in UdpReceiveResult_Equality()
679 … Assert.False(new UdpReceiveResult(buffer1, ep1).Equals(new UdpReceiveResult(buffer1, ep3))); in UdpReceiveResult_Equality()
681 …Assert.True(new UdpReceiveResult(buffer1, ep1).Equals((object)new UdpReceiveResult(buffer1, ep2))); in UdpReceiveResult_Equality()
682 …Assert.False(new UdpReceiveResult(buffer1, ep1).Equals((object)new UdpReceiveResult(buffer2, ep1))… in UdpReceiveResult_Equality()
683 …Assert.False(new UdpReceiveResult(buffer1, ep1).Equals((object)new UdpReceiveResult(buffer1, ep3))… in UdpReceiveResult_Equality()
686 Assert.True(new UdpReceiveResult(buffer1, ep1) == new UdpReceiveResult(buffer1, ep2)); in UdpReceiveResult_Equality()
687 Assert.True(new UdpReceiveResult(buffer1, ep1) != new UdpReceiveResult(buffer2, ep1)); in UdpReceiveResult_Equality()
[all …]
H A DSendReceive.cs1075 UdpReceiveResult result = await left.ReceiveAsync(); in SendToRecvFromAsync_Datagram_UDP_UdpClient()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Sockets/ref/
H A DSystem.Net.Sockets.cs632 …public System.Threading.Tasks.Task<System.Net.Sockets.UdpReceiveResult> ReceiveAsync() { throw nul… in ReceiveAsync()
641 public partial struct UdpReceiveResult : System.IEquatable<System.Net.Sockets.UdpReceiveResult> struct
644 public UdpReceiveResult(byte[] buffer, System.Net.IPEndPoint remoteEndPoint) { throw null; } in UdpReceiveResult() method
647 public bool Equals(System.Net.Sockets.UdpReceiveResult other) { throw null; } in Equals() argument
650 …lic static bool operator ==(System.Net.Sockets.UdpReceiveResult left, System.Net.Sockets.UdpReceiv… in operator ==() argument
651 …lic static bool operator !=(System.Net.Sockets.UdpReceiveResult left, System.Net.Sockets.UdpReceiv… in operator !=() argument
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/tests/ManualTests/SQL/InstanceNameTest/
H A DInstanceNameTest.cs56 Task<UdpReceiveResult> receiveTask = null; in IsBrowserAlive()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net.Sockets/
H A DUdpClient.platformnotsupported.cs226 public Task<UdpReceiveResult> ReceiveAsync () in ReceiveAsync()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SNI/
H A DSSRP.cs151 Task<UdpReceiveResult> receiveTask = null; in SendUDPRequest()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Facades/System.Net.Sockets/
H A DTypeForwarders.cs51 …tem.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.Sockets.UdpReceiveResult))]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/Facades/
H A DSystem.Net.Sockets.cs40 …tem.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.Sockets.UdpReceiveResult))]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/Facades/
H A DSystem.Net.Sockets.cs45 …tem.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.Sockets.UdpReceiveResult))]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/Facades/
H A DSystem.Net.Sockets.cs45 …tem.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.Sockets.UdpReceiveResult))]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/Facades/
H A DSystem.Net.Sockets.cs45 …tem.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.Sockets.UdpReceiveResult))]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs8685 …public System.Threading.Tasks.Task<System.Net.Sockets.UdpReceiveResult> ReceiveAsync() { throw nul… in ReceiveAsync()
8697 public partial struct UdpReceiveResult : System.IEquatable<System.Net.Sockets.UdpReceiveResult> struct
8699 public UdpReceiveResult(byte[] buffer, System.Net.IPEndPoint remoteEndPoint) { throw null;} in UdpReceiveResult() method
8702 public bool Equals(System.Net.Sockets.UdpReceiveResult other) { throw null; } in Equals() argument
8705 …lic static bool operator ==(System.Net.Sockets.UdpReceiveResult left, System.Net.Sockets.UdpReceiv… in operator ==() argument
8706 …lic static bool operator !=(System.Net.Sockets.UdpReceiveResult left, System.Net.Sockets.UdpReceiv… in operator !=() argument
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.cs8809 …public System.Threading.Tasks.Task<System.Net.Sockets.UdpReceiveResult> ReceiveAsync() { throw nul… in ReceiveAsync()
8821 public partial struct UdpReceiveResult : System.IEquatable<System.Net.Sockets.UdpReceiveResult> struct
8823 public UdpReceiveResult(byte[] buffer, System.Net.IPEndPoint remoteEndPoint) { throw null;} in UdpReceiveResult() method
8826 public bool Equals(System.Net.Sockets.UdpReceiveResult other) { throw null; } in Equals() argument
8829 …lic static bool operator ==(System.Net.Sockets.UdpReceiveResult left, System.Net.Sockets.UdpReceiv… in operator ==() argument
8830 …lic static bool operator !=(System.Net.Sockets.UdpReceiveResult left, System.Net.Sockets.UdpReceiv… in operator !=() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A DSystem.cs8683 …public System.Threading.Tasks.Task<System.Net.Sockets.UdpReceiveResult> ReceiveAsync() { throw nul… in ReceiveAsync()
8695 public partial struct UdpReceiveResult : System.IEquatable<System.Net.Sockets.UdpReceiveResult> struct
8697 public UdpReceiveResult(byte[] buffer, System.Net.IPEndPoint remoteEndPoint) { throw null;} in UdpReceiveResult() method
8700 public bool Equals(System.Net.Sockets.UdpReceiveResult other) { throw null; } in Equals() argument
8703 …lic static bool operator ==(System.Net.Sockets.UdpReceiveResult left, System.Net.Sockets.UdpReceiv… in operator ==() argument
8704 …lic static bool operator !=(System.Net.Sockets.UdpReceiveResult left, System.Net.Sockets.UdpReceiv… in operator !=() argument
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.cs8805 …public System.Threading.Tasks.Task<System.Net.Sockets.UdpReceiveResult> ReceiveAsync() { throw nul… in ReceiveAsync()
8817 public partial struct UdpReceiveResult : System.IEquatable<System.Net.Sockets.UdpReceiveResult> struct
8819 public UdpReceiveResult(byte[] buffer, System.Net.IPEndPoint remoteEndPoint) { throw null;} in UdpReceiveResult() method
8822 public bool Equals(System.Net.Sockets.UdpReceiveResult other) { throw null; } in Equals() argument
8825 …lic static bool operator ==(System.Net.Sockets.UdpReceiveResult left, System.Net.Sockets.UdpReceiv… in operator ==() argument
8826 …lic static bool operator !=(System.Net.Sockets.UdpReceiveResult left, System.Net.Sockets.UdpReceiv… in operator !=() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.cs11582 public partial struct UdpReceiveResult : System.IEquatable<System.Net.Sockets.UdpReceiveResult> struct
11584 public UdpReceiveResult(byte[] buffer, System.Net.IPEndPoint remoteEndPoint) { throw null;} in UdpReceiveResult() method
11587 public bool Equals(System.Net.Sockets.UdpReceiveResult other) { throw null; } in Equals() argument
11590 …lic static bool operator ==(System.Net.Sockets.UdpReceiveResult left, System.Net.Sockets.UdpReceiv… in operator ==() argument
11591 …lic static bool operator !=(System.Net.Sockets.UdpReceiveResult left, System.Net.Sockets.UdpReceiv… in operator !=() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.cs11232 public partial struct UdpReceiveResult : System.IEquatable<System.Net.Sockets.UdpReceiveResult> struct
11234 public UdpReceiveResult(byte[] buffer, System.Net.IPEndPoint remoteEndPoint) { throw null;} in UdpReceiveResult() method
11237 public bool Equals(System.Net.Sockets.UdpReceiveResult other) { throw null; } in Equals() argument
11240 …lic static bool operator ==(System.Net.Sockets.UdpReceiveResult left, System.Net.Sockets.UdpReceiv… in operator ==() argument
11241 …lic static bool operator !=(System.Net.Sockets.UdpReceiveResult left, System.Net.Sockets.UdpReceiv… in operator !=() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs11892 …public System.Threading.Tasks.Task<System.Net.Sockets.UdpReceiveResult> ReceiveAsync() { throw nul… in ReceiveAsync()
11905 public partial struct UdpReceiveResult : System.IEquatable<System.Net.Sockets.UdpReceiveResult> struct
11907 public UdpReceiveResult(byte[] buffer, System.Net.IPEndPoint remoteEndPoint) { throw null;} in UdpReceiveResult() method
11910 public bool Equals(System.Net.Sockets.UdpReceiveResult other) { throw null; } in Equals() argument
11913 …lic static bool operator ==(System.Net.Sockets.UdpReceiveResult left, System.Net.Sockets.UdpReceiv… in operator ==() argument
11914 …lic static bool operator !=(System.Net.Sockets.UdpReceiveResult left, System.Net.Sockets.UdpReceiv… in operator !=() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.cs11926 …public System.Threading.Tasks.Task<System.Net.Sockets.UdpReceiveResult> ReceiveAsync() { throw nul… in ReceiveAsync()
11938 public partial struct UdpReceiveResult : System.IEquatable<System.Net.Sockets.UdpReceiveResult> struct
11940 public UdpReceiveResult(byte[] buffer, System.Net.IPEndPoint remoteEndPoint) { throw null;} in UdpReceiveResult() method
11943 public bool Equals(System.Net.Sockets.UdpReceiveResult other) { throw null; } in Equals() argument
11946 …lic static bool operator ==(System.Net.Sockets.UdpReceiveResult left, System.Net.Sockets.UdpReceiv… in operator ==() argument
11947 …lic static bool operator !=(System.Net.Sockets.UdpReceiveResult left, System.Net.Sockets.UdpReceiv… in operator !=() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.cs11924 …public System.Threading.Tasks.Task<System.Net.Sockets.UdpReceiveResult> ReceiveAsync() { throw nul… in ReceiveAsync()
11936 public partial struct UdpReceiveResult : System.IEquatable<System.Net.Sockets.UdpReceiveResult> struct
11938 public UdpReceiveResult(byte[] buffer, System.Net.IPEndPoint remoteEndPoint) { throw null;} in UdpReceiveResult() method
11941 public bool Equals(System.Net.Sockets.UdpReceiveResult other) { throw null; } in Equals() argument
11944 …lic static bool operator ==(System.Net.Sockets.UdpReceiveResult left, System.Net.Sockets.UdpReceiv… in operator ==() argument
11945 …lic static bool operator !=(System.Net.Sockets.UdpReceiveResult left, System.Net.Sockets.UdpReceiv… in operator !=() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.cs11892 …public System.Threading.Tasks.Task<System.Net.Sockets.UdpReceiveResult> ReceiveAsync() { throw nul… in ReceiveAsync()
11905 public partial struct UdpReceiveResult : System.IEquatable<System.Net.Sockets.UdpReceiveResult> struct
11907 public UdpReceiveResult(byte[] buffer, System.Net.IPEndPoint remoteEndPoint) { throw null;} in UdpReceiveResult() method
11910 public bool Equals(System.Net.Sockets.UdpReceiveResult other) { throw null; } in Equals() argument
11913 …lic static bool operator ==(System.Net.Sockets.UdpReceiveResult left, System.Net.Sockets.UdpReceiv… in operator ==() argument
11914 …lic static bool operator !=(System.Net.Sockets.UdpReceiveResult left, System.Net.Sockets.UdpReceiv… in operator !=() argument

12