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)
537
/// <exception cref="ObjectDisposedException">The <see cref="
UdpClient
"/> is closed.</exception>
561
/// <exception cref="InvalidOperationException">The <see cref="
UdpClient
"/> has already established a default remote host.</exception>
562
/// <exception cref="ObjectDisposedException">The <see cref="
UdpClient
"/> is closed.</exception>
595
/// <exception cref="InvalidOperationException"><see cref="
UdpClient
"/> has already established a default remote host and <paramref name="endPoint"/> is not <see langword="null"/>.</exception>
596
/// <exception cref="ObjectDisposedException">The <see cref="
UdpClient
"/> is closed.</exception>
887
/// <exception cref="InvalidOperationException"><see cref="
UdpClient
"/> has already established a default remote host and <paramref name="endPoint"/> is not <see langword="null"/>.</exception>
888
/// <exception cref="ObjectDisposedException"><see cref="
UdpClient
"/> is closed.</exception>
928
/// <exception cref="InvalidOperationException">The <see cref="
UdpClient
"/> has already established a default remote host.</exception>
929
/// <exception cref="ObjectDisposedException">The <see cref="
UdpClient
"/> is closed.</exception>
957
/// <exception cref="InvalidOperationException">The <see cref="
UdpClient
"/> has not established a default remote host.</exception>
958
/// <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