Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Microsoft
Protocols
TestTools
StackSdk
WsDiscovery
Transport
UdpSender
Stop
Microsoft.Protocols.TestTools.StackSdk.WsDiscovery.Transport.UdpSender.Stop C# (CSharp) Method
UdpSender Class Documentation
Exibir arquivo
Open project: Microsoft/WindowsProtocolTestSuites
Stop()
public
method
Stop the thread of send message
public
Stop
( ) :
void
return
void
public void Stop() { this.isStopped = true; this.senderThread.Join(); }
UdpSender
Send
SendBytes
Start
Stop
UdpSender