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
)
function TryGetClient(clientID, tlsClient);
InvalidOperationException | Client does not exist for the specified clientID. |