Click or drag to resize

TcpServerTryGetClient Method

Gets the TransportProviderT object associated with the specified client ID.

Namespace: GSF.Communication
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
public bool TryGetClient(
	Guid clientID,
	out TransportProvider<Socket> tcpClient
)
View Source

Parameters

clientID  Guid
ID of the client.
tcpClient  TransportProviderSocket
The TCP client.

Return Value

Boolean
A TransportProviderT object.
See Also