ConnectionInfo 클래스

정의

요청에 대한 기본 연결을 나타냅니다.

public ref class ConnectionInfo abstract
public abstract class ConnectionInfo
type ConnectionInfo = class
Public MustInherit Class ConnectionInfo
상속
ConnectionInfo

생성자

ConnectionInfo()

요청에 대한 기본 연결을 나타냅니다.

속성

ClientCertificate

클라이언트 인증서를 가져오거나 설정합니다.

Id

이 연결을 나타내는 고유 식별자를 가져오거나 설정합니다.

LocalIpAddress

로컬 호스트의 IP 주소를 가져오거나 설정합니다.

LocalPort

로컬 호스트의 포트를 가져오거나 설정합니다.

RemoteIpAddress

원격 대상의 IP 주소를 가져오거나 설정합니다. null일 수 있습니다.

RemotePort

원격 대상의 포트를 가져오거나 설정합니다.

메서드

GetClientCertificateAsync(CancellationToken)

클라이언트 인증서를 검색합니다.

RequestClose()

정상적으로 연결을 닫습니다.

적용 대상