Share via


DsmlSoapHttpConnection 클래스

정의

HTTP를 통한 SOAP를 사용하여 DSML 게이트웨이에 대한 연결을 나타냅니다.

public ref class DsmlSoapHttpConnection : System::DirectoryServices::Protocols::DsmlSoapConnection
public class DsmlSoapHttpConnection : System.DirectoryServices.Protocols.DsmlSoapConnection
type DsmlSoapHttpConnection = class
    inherit DsmlSoapConnection
Public Class DsmlSoapHttpConnection
Inherits DsmlSoapConnection
상속

생성자

DsmlSoapHttpConnection(DsmlDirectoryIdentifier)

DsmlSoapHttpConnection 클래스의 새 인스턴스를 초기화합니다.

DsmlSoapHttpConnection(DsmlDirectoryIdentifier, NetworkCredential)

DsmlSoapHttpConnection 클래스의 새 인스턴스를 초기화합니다.

DsmlSoapHttpConnection(DsmlDirectoryIdentifier, NetworkCredential, AuthType)

지정된 식별자, 네트워크 자격 증명 및 인증 유형을 사용하여 클래스의 DsmlSoapHttpConnection 새 instance 초기화합니다.

DsmlSoapHttpConnection(Uri)

DsmlSoapHttpConnection 클래스의 새 인스턴스를 초기화합니다.

속성

AuthType

인증 유형을 가져오거나 설정합니다.

ClientCertificates

인증을 위해 보낼 하나 이상의 클라이언트 인증서를 가져옵니다.

(다음에서 상속됨 DirectoryConnection)
Credential

연결 개체에 대한 대체 자격 증명을 설정합니다.

(다음에서 상속됨 DirectoryConnection)
Directory

연결을 만들어야 하는 도메인 또는 서버를 가져옵니다.

(다음에서 상속됨 DirectoryConnection)
SessionId

활성 세션 ID를 가져옵니다.

SoapActionHeader

다른 HTTP 헤더와 함께 전송된 SOAP 작업 헤더를 가져오거나 설정합니다.

SoapRequestHeader

나가는 요청에 연결된 SOAP 헤더를 가져오거나 설정합니다.

(다음에서 상속됨 DsmlSoapConnection)
Timeout

시간이 초과되기 전의 시간 길이(초)를 DsmlSoapHttpConnection 가져오거나 설정합니다.

메서드

Abort(IAsyncResult)

비동기 요청을 취소합니다.

BeginSendRequest(DsmlRequestDocument, AsyncCallback, Object)

지정된 DsmlRequestDocument 개체를 서버에 비동기적으로 보냅니다.

BeginSession()

DSML 서버에 새 세션을 시작하도록 지시합니다.

EndSendRequest(IAsyncResult)

비동기 보내기 요청을 완료합니다.

EndSession()

DSML 서버로 세션을 종료하고 속성을 지웁니다 SessionId .

Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
SendRequest(DirectoryRequest)

단일 DirectoryRequest 개체를 보냅니다.

SendRequest(DsmlRequestDocument)

DSML 서버에 개체를 보냅니다 DsmlRequestDocument .

ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

적용 대상