UDPProxyTransportFactoryRemoveSocket Method |
Namespace:
Ozeki.Network
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic bool RemoveSocket(
Socket socket
)
Public Function RemoveSocket (
socket As Socket
) As Boolean
public:
bool RemoveSocket(
Socket^ socket
)
member RemoveSocket :
socket : Socket -> bool
Parameters
- socket
- Type: System.Net.SocketsSocket
Return Value
Type:
Boolean
See Also