15 references to UdpClient
netstandard (1)
netstandard.cs (1)
1286
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.
UdpClient
))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
776
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.
UdpClient
))]
System.Net.Sockets (13)
System\Net\Sockets\UDPClient.cs (11)
542
/// <exception cref="ObjectDisposedException">The <see cref="
UdpClient
"/> is closed.</exception>
566
/// <exception cref="InvalidOperationException">The <see cref="
UdpClient
"/> has already established a default remote host.</exception>
567
/// <exception cref="ObjectDisposedException">The <see cref="
UdpClient
"/> is closed.</exception>
600
/// <exception cref="InvalidOperationException"><see cref="
UdpClient
"/> has already established a default remote host and <paramref name="endPoint"/> is not <see langword="null"/>.</exception>
601
/// <exception cref="ObjectDisposedException">The <see cref="
UdpClient
"/> is closed.</exception>
892
/// <exception cref="InvalidOperationException"><see cref="
UdpClient
"/> has already established a default remote host and <paramref name="endPoint"/> is not <see langword="null"/>.</exception>
893
/// <exception cref="ObjectDisposedException"><see cref="
UdpClient
"/> is closed.</exception>
933
/// <exception cref="InvalidOperationException">The <see cref="
UdpClient
"/> has already established a default remote host.</exception>
934
/// <exception cref="ObjectDisposedException">The <see cref="
UdpClient
"/> is closed.</exception>
962
/// <exception cref="InvalidOperationException">The <see cref="
UdpClient
"/> has not established a default remote host.</exception>
963
/// <exception cref="ObjectDisposedException">The <see cref="
UdpClient
"/> is closed.</exception>
System\Net\Sockets\UdpReceiveResult.cs (2)
9
/// Presents UDP receive result information from a call to the <see cref="
UdpClient
.ReceiveAsync()"/> and <see cref="
UdpClient
.ReceiveAsync(System.Threading.CancellationToken)"/> method