Home
last modified time | relevance | path

Searched defs:UdpReceiveResult (Results 1 – 18 of 18) sorted by relevance

/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
12 private byte[] _buffer;
13 private IPEndPoint _remoteEndPoint;
20 public UdpReceiveResult(byte[] buffer, IPEndPoint remoteEndPoint) in UdpReceiveResult() argument
39 public byte[] Buffer
50 public IPEndPoint RemoteEndPoint
62 public override int GetHashCode() in GetHashCode()
72 public override bool Equals(object obj) in Equals()
87 public bool Equals(UdpReceiveResult other) in Equals()
98 public static bool operator ==(UdpReceiveResult left, UdpReceiveResult right) in operator ==()
[all …]
/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
16 private byte[] m_buffer;
17 private IPEndPoint m_remoteEndPoint;
19 public UdpReceiveResult(byte[] buffer, IPEndPoint remoteEndPoint) in UdpReceiveResult() method
37 public byte[] Buffer
45 public IPEndPoint RemoteEndPoint
53 public override int GetHashCode() in GetHashCode()
58 public override bool Equals(object obj) in Equals()
68 public bool Equals(UdpReceiveResult other) in Equals()
73 public static bool operator ==(UdpReceiveResult left, UdpReceiveResult right) in operator ==()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Sockets/ref/
H A DSystem.Net.Sockets.cs641 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()
650 …public static bool operator ==(System.Net.Sockets.UdpReceiveResult left, System.Net.Sockets.UdpRec… in operator ==()
651 …public static bool operator !=(System.Net.Sockets.UdpReceiveResult left, System.Net.Sockets.UdpRec… in operator !=()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs8697 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()
8705 …public static bool operator ==(System.Net.Sockets.UdpReceiveResult left, System.Net.Sockets.UdpRec… in operator ==()
8706 …public static bool operator !=(System.Net.Sockets.UdpReceiveResult left, System.Net.Sockets.UdpRec… in operator !=()
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.cs8821 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()
8829 …public static bool operator ==(System.Net.Sockets.UdpReceiveResult left, System.Net.Sockets.UdpRec… in operator ==()
8830 …public static bool operator !=(System.Net.Sockets.UdpReceiveResult left, System.Net.Sockets.UdpRec… in operator !=()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A DSystem.cs8695 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()
8703 …public static bool operator ==(System.Net.Sockets.UdpReceiveResult left, System.Net.Sockets.UdpRec… in operator ==()
8704 …public static bool operator !=(System.Net.Sockets.UdpReceiveResult left, System.Net.Sockets.UdpRec… in operator !=()
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.cs8817 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()
8825 …public static bool operator ==(System.Net.Sockets.UdpReceiveResult left, System.Net.Sockets.UdpRec… in operator ==()
8826 …public static bool operator !=(System.Net.Sockets.UdpReceiveResult left, System.Net.Sockets.UdpRec… in operator !=()
/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()
11240 …public static bool operator ==(System.Net.Sockets.UdpReceiveResult left, System.Net.Sockets.UdpRec… in operator ==()
11241 …public static bool operator !=(System.Net.Sockets.UdpReceiveResult left, System.Net.Sockets.UdpRec… in operator !=()
/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()
11590 …public static bool operator ==(System.Net.Sockets.UdpReceiveResult left, System.Net.Sockets.UdpRec… in operator ==()
11591 …public static bool operator !=(System.Net.Sockets.UdpReceiveResult left, System.Net.Sockets.UdpRec… in operator !=()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs11905 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()
11913 …public static bool operator ==(System.Net.Sockets.UdpReceiveResult left, System.Net.Sockets.UdpRec… in operator ==()
11914 …public static bool operator !=(System.Net.Sockets.UdpReceiveResult left, System.Net.Sockets.UdpRec… in operator !=()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.cs11938 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()
11946 …public static bool operator ==(System.Net.Sockets.UdpReceiveResult left, System.Net.Sockets.UdpRec… in operator ==()
11947 …public static bool operator !=(System.Net.Sockets.UdpReceiveResult left, System.Net.Sockets.UdpRec… in operator !=()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.cs11936 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()
11944 …public static bool operator ==(System.Net.Sockets.UdpReceiveResult left, System.Net.Sockets.UdpRec… in operator ==()
11945 …public static bool operator !=(System.Net.Sockets.UdpReceiveResult left, System.Net.Sockets.UdpRec… in operator !=()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.cs11905 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()
11913 …public static bool operator ==(System.Net.Sockets.UdpReceiveResult left, System.Net.Sockets.UdpRec… in operator ==()
11914 …public static bool operator !=(System.Net.Sockets.UdpReceiveResult left, System.Net.Sockets.UdpRec… in operator !=()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.cs11905 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()
11913 …public static bool operator ==(System.Net.Sockets.UdpReceiveResult left, System.Net.Sockets.UdpRec… in operator ==()
11914 …public static bool operator !=(System.Net.Sockets.UdpReceiveResult left, System.Net.Sockets.UdpRec… in operator !=()
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.cs11925 public partial struct UdpReceiveResult : System.IEquatable<System.Net.Sockets.UdpReceiveResult> struct
11927 public UdpReceiveResult(byte[] buffer, System.Net.IPEndPoint remoteEndPoint) { throw null;} in UdpReceiveResult() method
11930 public bool Equals(System.Net.Sockets.UdpReceiveResult other) { throw null; } in Equals()
11933 …public static bool operator ==(System.Net.Sockets.UdpReceiveResult left, System.Net.Sockets.UdpRec… in operator ==()
11934 …public static bool operator !=(System.Net.Sockets.UdpReceiveResult left, System.Net.Sockets.UdpRec… in operator !=()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.cs12228 public partial struct UdpReceiveResult : System.IEquatable<System.Net.Sockets.UdpReceiveResult> struct
12230 public UdpReceiveResult(byte[] buffer, System.Net.IPEndPoint remoteEndPoint) { throw null;} in UdpReceiveResult() method
12233 public bool Equals(System.Net.Sockets.UdpReceiveResult other) { throw null; } in Equals()
12236 …public static bool operator ==(System.Net.Sockets.UdpReceiveResult left, System.Net.Sockets.UdpRec… in operator ==()
12237 …public static bool operator !=(System.Net.Sockets.UdpReceiveResult left, System.Net.Sockets.UdpRec… in operator !=()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DSystem.cs11938 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()
11946 …public static bool operator ==(System.Net.Sockets.UdpReceiveResult left, System.Net.Sockets.UdpRec… in operator ==()
11947 …public static bool operator !=(System.Net.Sockets.UdpReceiveResult left, System.Net.Sockets.UdpRec… in operator !=()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DSystem.cs12173 public partial struct UdpReceiveResult : System.IEquatable<System.Net.Sockets.UdpReceiveResult> struct
12175 public UdpReceiveResult(byte[] buffer, System.Net.IPEndPoint remoteEndPoint) { throw null;} in UdpReceiveResult() method
12178 public bool Equals(System.Net.Sockets.UdpReceiveResult other) { throw null; } in Equals()
12181 …public static bool operator ==(System.Net.Sockets.UdpReceiveResult left, System.Net.Sockets.UdpRec… in operator ==()
12182 …public static bool operator !=(System.Net.Sockets.UdpReceiveResult left, System.Net.Sockets.UdpRec… in operator !=()