C# Class QuicDotNet.QuicClient

Inheritance: IDisposable
Afficher le fichier Open project: seanmcelroy/QuicDotNet

Méthodes publiques

Méthode Description
ConnectAsync ( string hostname, int port, CancellationToken cancellationToken = default(CancellationToken) ) : Task
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

ConnectAsync() public méthode

public ConnectAsync ( string hostname, int port, CancellationToken cancellationToken = default(CancellationToken) ) : Task
hostname string
port int
cancellationToken System.Threading.CancellationToken
Résultat Task

Dispose() public méthode

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void