다음을 통해 공유


SoapServices.XmlNsForClrTypeWithAssembly 속성

어셈블리는 있지만 네이티브 네임스페이스가 없는 공용 언어 런타임 클래스의 XML 인코딩에 사용되는 기본 XML 네임스페이스 접두사를 가져옵니다.

네임스페이스: System.Runtime.Remoting
어셈블리: mscorlib(mscorlib.dll)

구문

‘선언
Public Shared ReadOnly Property XmlNsForClrTypeWithAssembly As String
‘사용 방법
Dim value As String

value = SoapServices.XmlNsForClrTypeWithAssembly
public static string XmlNsForClrTypeWithAssembly { get; }
public:
static property String^ XmlNsForClrTypeWithAssembly {
    String^ get ();
}
/** @property */
public static String get_XmlNsForClrTypeWithAssembly ()
public static function get XmlNsForClrTypeWithAssembly () : String

속성 값

어셈블리는 있지만 네이티브 네임스페이스가 없는 공용 언어 런타임 클래스의 XML 인코딩에 사용되는 기본 XML 네임스페이스 접두사입니다.

예외

예외 형식 조건

SecurityException

직접 실행 호출자에 인프라 권한이 없는 경우

설명

WSDL 및 SOAP 프로토콜은 공용 언어 런타임 클래스를 XML 네임스페이스로 인코딩합니다. 현재 속성은 XML 네임스페이스에 대한 형식을 지정합니다. 공용 언어 런타임 클래스에 어셈블리는 있지만 네임스페이스가 없으면 현재 속성은 사용된 기본 XML 네임스페이스를 반환합니다.

예제

다음 코드 예제에서는 이 속성을 사용하는 방법을 보여 줍니다. 이 코드 예제는 SoapServices 클래스에 대해 제공되는 보다 큰 예제의 일부입니다.

// Print the XML namespace for the CLR types 
// that have an assembly but no common language runtime namespace.
Console.WriteLine(
    "The XML namespace for the CLR types " +
    "that have an assembly but no namespace, is {0}.",
    SoapServices.XmlNsForClrTypeWithAssembly);
// Print the XML namespace for the CLR types
// that have an assembly but no common language runtime namespace.
Console::WriteLine( L"The XML namespace for the CLR types "
   L"that have an assembly but no namespace, is {0}.",
   SoapServices::XmlNsForClrTypeWithAssembly );
// Print the XML namespace for the CLR types 
// that have an assembly but no common language runtime namespace.
Console.WriteLine("The XML namespace for the CLR types " 
    + "that have an assembly but no namespace, is {0}.", 
    SoapServices.get_XmlNsForClrTypeWithAssembly());

.NET Framework 보안

플랫폼

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework에서 모든 플래폼의 모든 버전을 지원하지는 않습니다. 지원되는 버전의 목록은 시스템 요구 사항을 참조하십시오.

버전 정보

.NET Framework

2.0, 1.1, 1.0에서 지원

참고 항목

참조

SoapServices 클래스
SoapServices 멤버
System.Runtime.Remoting 네임스페이스