NetworkingSetUDPTimeout Method |
Namespace: ANDREICSLIB.HelpersAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxprivate void SetUDPTimeout(
UdpClient uc,
int timeout
)
Private Sub SetUDPTimeout (
uc As UdpClient,
timeout As Integer
)
private:
void SetUDPTimeout(
UdpClient^ uc,
int timeout
)
private member SetUDPTimeout :
uc : UdpClient *
timeout : int -> unit
Parameters
- uc
- Type: System.Net.SocketsUdpClient
- timeout
- Type: SystemInt32
See Also