C# 클래스 QuicDotNet.QuicClient

상속: IDisposable
파일 보기 프로젝트 열기: seanmcelroy/QuicDotNet

공개 메소드들

메소드 설명
ConnectAsync ( string hostname, int port, CancellationToken cancellationToken = default(CancellationToken) ) : Task
Dispose ( ) : void

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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

ConnectAsync() 공개 메소드

public ConnectAsync ( string hostname, int port, CancellationToken cancellationToken = default(CancellationToken) ) : Task
hostname string
port int
cancellationToken System.Threading.CancellationToken
리턴 Task

Dispose() 공개 메소드

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

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void