다음을 통해 공유


WSTrustServiceContract.IncludeNamespace 메서드

Adds the required WS-Trust namespaces to the WSDL if not already present.

네임스페이스: Microsoft.IdentityModel.Protocols.WSTrust
어셈블리: Microsoft.IdentityModel(microsoft.identitymodel.dll에 있음)

사용법

    Dim context As WsdlEndpointConversionContext
Dim prefix As String
Dim ns As String

Me.IncludeNamespace(context, prefix, ns)

구문

‘선언
Protected Overridable Sub IncludeNamespace ( _
    context As WsdlEndpointConversionContext, _
    prefix As String, _
    ns As String _
)
protected virtual void IncludeNamespace (
    WsdlEndpointConversionContext context,
    string prefix,
    string ns
)
protected:
virtual void IncludeNamespace (
    WsdlEndpointConversionContext^ context, 
    String^ prefix, 
    String^ ns
)
protected void IncludeNamespace (
    WsdlEndpointConversionContext context, 
    String prefix, 
    String ns
)
protected function IncludeNamespace (
    context : WsdlEndpointConversionContext, 
    prefix : String, 
    ns : String
)

매개 변수

  • context
    Provides mappings from exported WSDL elements to the endpoint description.
  • prefix
    The prefix of the namespace to be included.
  • ns
    The namespace to be included.

예외

예외 유형 조건
ArgumentNullException

The parameter 'prefix' or 'ns' is either null or String.Empty.

ArgumentNullException

The ‘context’ parameter is null.

스레드 안전성

이 유형의 공용 정적(Visual Basic에서는 Shared) 멤버는 모두 스레드로부터 안전합니다.인스턴스 멤버는 스레드로부터 안전하지 않을 수 있습니다.

플랫폼

개발 플랫폼

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

참고 항목

참조

WSTrustServiceContract 클래스
WSTrustServiceContract 멤버
Microsoft.IdentityModel.Protocols.WSTrust 네임스페이스