public bool TryGetClient( Guid clientID, out TransportProvider<TlsServerTlsSocket> tlsClient )
Public Function TryGetClient ( clientID As Guid, <OutAttribute> ByRef tlsClient As TransportProvider(Of TlsServerTlsSocket) ) As Boolean
public: bool TryGetClient( Guid clientID, [OutAttribute] TransportProvider<TlsServerTlsSocket^>^% tlsClient )
member TryGetClient : clientID : Guid * tlsClient : TransportProvider<TlsServerTlsSocket> byref -> bool
function TryGetClient(clientID, tlsClient);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.