Click or drag to resize

UdpServerTryGetClient 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<EndPoint> udpClient
)
View Source

Parameters

clientID  Guid
ID of the client.
udpClient  TransportProviderEndPoint
The UDP client.

Return Value

Boolean
An TransportProviderT object.
Exceptions
ExceptionCondition
InvalidOperationExceptionClient does not exist for the specified clientID.
See Also