Click or drag to resize

TcpServer.TryGetClient Method

Gets the TransportProvider<T> object associated with the specified client ID.

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

Parameters

clientID  Guid
ID of the client.
tcpClient  TransportProvider<Socket>
The TCP client.

Return Value

Boolean
A TransportProvider<T> object.
See Also