UDPProxyTransportFactoryRemoveSocket Method |
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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:
BooleanSee Also