언어

IDTSConnectionManagerHttp100 인터페이스

정의

HTTP 연결을 위한 연결 관리자를 나타냅니다.

public interface class IDTSConnectionManagerHttp100
[System.Runtime.InteropServices.Guid("144C9D0C-B506-48C4-AC9D-40AFA95C55A9")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FNonExtensible)]
public interface IDTSConnectionManagerHttp100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FNonExtensible)]
[System.Runtime.InteropServices.Guid("732E8977-DDE8-4CAD-A396-AFD1838B7CD8")]
public interface IDTSConnectionManagerHttp100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FNonExtensible)]
[System.Runtime.InteropServices.Guid("1FADBA07-4B83-4C43-A9AA-ECAB5328568D")]
public interface IDTSConnectionManagerHttp100
[<System.Runtime.InteropServices.Guid("144C9D0C-B506-48C4-AC9D-40AFA95C55A9")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FNonExtensible)>]
type IDTSConnectionManagerHttp100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FNonExtensible)>]
[<System.Runtime.InteropServices.Guid("732E8977-DDE8-4CAD-A396-AFD1838B7CD8")>]
type IDTSConnectionManagerHttp100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FNonExtensible)>]
[<System.Runtime.InteropServices.Guid("1FADBA07-4B83-4C43-A9AA-ECAB5328568D")>]
type IDTSConnectionManagerHttp100 = interface
Public Interface IDTSConnectionManagerHttp100
파생
특성

속성

Name Description
BypassProxyOnLocal

로컬 주소에 대한 프록시 서버를 무시할지 여부를 나타내는 값을 가져오거나 설정합니다.

Certificate

연결에 사용할 인증서를 받거나 설정합니다.

CertificateIdentifier

인증서 식별자를 받거나 설정합니다.

ChunkSize

읽기/쓰기 작업 중 서버에서 가져와야 하거나 전송할 최소 바이트 수를 나타내는 값을 받거나 설정합니다.

ProxyBypassList

프록시 서버를 사용하지 않는 주소를 받거나 설정합니다.

ProxyDomain

프록시에 로그인할 때 사용하는 도메인 설정을 받거나 설정합니다.

ProxyPassword

프록시에 로그인할 때 사용하는 비밀번호를 설정합니다.

ProxyURL

연결 위치를 지정하는 URL을 받거나 설정합니다.

ProxyUserName

프록시에 로그인할 때 사용하는 사용자 이름을 받거나 설정합니다.

ServerDomain

서버에 로그인할 때 사용하는 도메인을 받거나 설정합니다.

ServerPassword

서버에 로그인할 때 사용하는 비밀번호를 설정합니다.

ServerURL

연결의 서버 URL을 받거나 설정합니다.

ServerUserName

서버에 로그인할 때 사용하는 사용자 이름을 받거나 설정합니다.

Timeout

연결 타임아웃을 받거나 설정하는 기능입니다.

UseProxy

연결이 요청에 프록시를 사용하는지 여부를 나타내는 값을 받거나 설정합니다.

UseProxyCredentials

연결이 프록시 자격 증명을 사용하는지 나타내는 값을 받거나 설정합니다.

UseSecureConnection

보안 연결을 사용할지 여부를 나타내는 값을 받거나 설정합니다.

UseServerCredentials

연결이 네트워크 자격 증명을 사용하는지 나타내는 불리언을 받거나 설정합니다.

적용 대상