SoapUtility 클래스

정의

서버에서 COM+ SOAP 사용 애플리케이션 프록시를 내보내고 클라이언트에서 프록시를 가져올 수 있도록 지원하는 유틸리티를 제공합니다. 이 클래스는 상속할 수 없습니다.

public ref class SoapUtility sealed : System::EnterpriseServices::Internal::ISoapUtility
[System.Runtime.InteropServices.Guid("5F9A955F-AA55-4127-A32B-33496AA8A44E")]
public sealed class SoapUtility : System.EnterpriseServices.Internal.ISoapUtility
[<System.Runtime.InteropServices.Guid("5F9A955F-AA55-4127-A32B-33496AA8A44E")>]
type SoapUtility = class
    interface ISoapUtility
Public NotInheritable Class SoapUtility
Implements ISoapUtility
상속
SoapUtility
특성
구현

설명

제공하는 유틸리티 함수 SoapUtility 는 COM+의 여러 위치에서 호출되지만, 주요 목적은 클라이언트 프록시의 내보내기 및 가져오기를 지원하는 것입니다.

SoapUtility .NET Framework에서 내부적으로 사용됩니다. 코드에서 직접 사용할 필요가 없습니다.

생성자

Name Description
SoapUtility()

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

메서드

Name Description
Equals(Object)

지정한 개체와 현재 개체가 같은지 여부를 확인합니다.

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

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

(다음에서 상속됨 Object)
GetServerBinPath(String, String, String, String)

SOAP bin 디렉터리의 경로를 반환합니다.

GetServerPhysicalPath(String, String, String, String)

SOAP 가상 루트의 경로를 반환합니다.

GetType()

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

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

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

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

인증된 암호화된 SOAP 인터페이스가 있는지 여부를 확인합니다.

ToString()

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

(다음에서 상속됨 Object)

적용 대상