DsmlSoapHttpConnection 생성자

정의

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

오버로드

Name Description
DsmlSoapHttpConnection(DsmlDirectoryIdentifier)

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

DsmlSoapHttpConnection(Uri)

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

DsmlSoapHttpConnection(DsmlDirectoryIdentifier, NetworkCredential)

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

DsmlSoapHttpConnection(DsmlDirectoryIdentifier, NetworkCredential, AuthType)

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

DsmlSoapHttpConnection(DsmlDirectoryIdentifier)

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

public:
 DsmlSoapHttpConnection(System::DirectoryServices::Protocols::DsmlDirectoryIdentifier ^ identifier);
public DsmlSoapHttpConnection(System.DirectoryServices.Protocols.DsmlDirectoryIdentifier identifier);
new System.DirectoryServices.Protocols.DsmlSoapHttpConnection : System.DirectoryServices.Protocols.DsmlDirectoryIdentifier -> System.DirectoryServices.Protocols.DsmlSoapHttpConnection
Public Sub New (identifier As DsmlDirectoryIdentifier)

매개 변수

identifier
DsmlDirectoryIdentifier

연결에 대한 서버를 지정하는 개체입니다.

예외

identifier 는 null입니다(Nothing Visual Basic의 경우).

적용 대상

DsmlSoapHttpConnection(Uri)

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

public:
 DsmlSoapHttpConnection(Uri ^ uri);
public DsmlSoapHttpConnection(Uri uri);
new System.DirectoryServices.Protocols.DsmlSoapHttpConnection : Uri -> System.DirectoryServices.Protocols.DsmlSoapHttpConnection
Public Sub New (uri As Uri)

매개 변수

uri
Uri

연결에 대한 서버입니다.

예외

uri 는 null입니다(Nothing Visual Basic의 경우).

적용 대상

DsmlSoapHttpConnection(DsmlDirectoryIdentifier, NetworkCredential)

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

public:
 DsmlSoapHttpConnection(System::DirectoryServices::Protocols::DsmlDirectoryIdentifier ^ identifier, System::Net::NetworkCredential ^ credential);
public DsmlSoapHttpConnection(System.DirectoryServices.Protocols.DsmlDirectoryIdentifier identifier, System.Net.NetworkCredential credential);
new System.DirectoryServices.Protocols.DsmlSoapHttpConnection : System.DirectoryServices.Protocols.DsmlDirectoryIdentifier * System.Net.NetworkCredential -> System.DirectoryServices.Protocols.DsmlSoapHttpConnection
Public Sub New (identifier As DsmlDirectoryIdentifier, credential As NetworkCredential)

매개 변수

identifier
DsmlDirectoryIdentifier

연결에 대한 서버입니다.

credential
NetworkCredential

네트워크 자격 증명입니다.

예외

identifier 는 null입니다(Nothing Visual Basic의 경우).

적용 대상

DsmlSoapHttpConnection(DsmlDirectoryIdentifier, NetworkCredential, AuthType)

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

public:
 DsmlSoapHttpConnection(System::DirectoryServices::Protocols::DsmlDirectoryIdentifier ^ identifier, System::Net::NetworkCredential ^ credential, System::DirectoryServices::Protocols::AuthType authType);
public DsmlSoapHttpConnection(System.DirectoryServices.Protocols.DsmlDirectoryIdentifier identifier, System.Net.NetworkCredential credential, System.DirectoryServices.Protocols.AuthType authType);
new System.DirectoryServices.Protocols.DsmlSoapHttpConnection : System.DirectoryServices.Protocols.DsmlDirectoryIdentifier * System.Net.NetworkCredential * System.DirectoryServices.Protocols.AuthType -> System.DirectoryServices.Protocols.DsmlSoapHttpConnection
Public Sub New (identifier As DsmlDirectoryIdentifier, credential As NetworkCredential, authType As AuthType)

매개 변수

identifier
DsmlDirectoryIdentifier

연결에 대한 서버입니다.

credential
NetworkCredential

네트워크 자격 증명입니다.

authType
AuthType

이 연결에 사용할 인증 유형입니다.

예외

identifier null 참조입니다(Visual Basic Nothing).

authType 값은 DSML 지원 값 중 하나가 아닙니다. DSML은 Anonymous, Ntlm, Basic, Negotiate 및 digest만 지원합니다.

authType 값은 열거형에 AuthType 정의된 상수 중 하나가 아닙니다.

적용 대상