다음을 통해 공유


WebRequestModuleElement 생성자

정의

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

오버로드

WebRequestModuleElement()

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

WebRequestModuleElement(String, String)

지정된 URI 접두사 및 형식 정보를 사용하여 WebRequestModuleElement 클래스의 새 인스턴스를 초기화합니다.

WebRequestModuleElement(String, Type)

지정된 URI 접두사 및 형식 식별자를 사용하여 WebRequestModuleElement 클래스의 새 인스턴스를 초기화합니다.

WebRequestModuleElement()

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

public:
 WebRequestModuleElement();
public WebRequestModuleElement ();
Public Sub New ()

적용 대상

WebRequestModuleElement(String, String)

지정된 URI 접두사 및 형식 정보를 사용하여 WebRequestModuleElement 클래스의 새 인스턴스를 초기화합니다.

public:
 WebRequestModuleElement(System::String ^ prefix, System::String ^ type);
public WebRequestModuleElement (string prefix, string type);
new System.Net.Configuration.WebRequestModuleElement : string * string -> System.Net.Configuration.WebRequestModuleElement
Public Sub New (prefix As String, type As String)

매개 변수

prefix
String

URI 접두사가 들어 있는 문자열입니다.

type
String

prefix URI 접두사를 사용하는 리소스에 대한 요청 만들기를 처리하는 클래스의 형식 및 어셈블리 정보가 들어 있는 문자열입니다.

설명

type 매개 변수는 정규화 된 형식 이름 뒤에 쉼표 (,) 및 어셈블리 정보를 포함 합니다. 어셈블리 정보의 요소는 쉼표로 구분 하 여, 예를 들어, "System.Net.DigestClient, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"합니다.

Prefix 속성이로 설정 되어 prefix 하며 Type 속성이 type.

적용 대상

WebRequestModuleElement(String, Type)

지정된 URI 접두사 및 형식 식별자를 사용하여 WebRequestModuleElement 클래스의 새 인스턴스를 초기화합니다.

public:
 WebRequestModuleElement(System::String ^ prefix, Type ^ type);
public WebRequestModuleElement (string prefix, Type type);
new System.Net.Configuration.WebRequestModuleElement : string * Type -> System.Net.Configuration.WebRequestModuleElement
Public Sub New (prefix As String, type As Type)

매개 변수

prefix
String

URI 접두사가 들어 있는 문자열입니다.

type
Type

prefix URI 접두사를 사용하는 리소스에 대한 요청 만들기를 처리하는 클래스를 식별하는 Type입니다.

설명

Prefix 속성이로 설정 되어 prefix 하며 Type 속성이 type.

적용 대상