WebScriptEndpointElement 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
구성 파일에서 WebScriptEndpoint를 정의하는 사용자 지정 구성 요소를 나타냅니다.
public ref class WebScriptEndpointElement : System::ServiceModel::Configuration::StandardEndpointElement
public class WebScriptEndpointElement : System.ServiceModel.Configuration.StandardEndpointElement
type WebScriptEndpointElement = class
inherit StandardEndpointElement
Public Class WebScriptEndpointElement
Inherits StandardEndpointElement
- 상속
설명
웹 스크립팅을 사용하면 웹 페이지에 입력되는 데이터를 처리할 수 있습니다.
생성자
WebScriptEndpointElement() |
WebScriptEndpointElement 클래스의 새 인스턴스를 시작합니다. |
속성
ContentTypeMapper |
현재 WebScriptEndpointElement에 의해 구성된 웹 문서를 생성하는 동작 및 메타데이터 그룹의 이름을 가져오거나 설정합니다. |
CrossDomainScriptAccessEnabled |
호스트 컴퓨터 간의 스크립트 액세스가 가능한지 여부를 나타내는 값을 가져오거나 설정합니다. |
CurrentConfiguration |
현재 Configuration 인스턴스가 속해 있는 구성 계층 구조를 나타내는 최상위 ConfigurationElement 인스턴스에 대한 참조를 가져옵니다. (다음에서 상속됨 ConfigurationElement) |
ElementInformation |
ElementInformation 개체의 사용자 지정할 수 없는 정보와 기능을 포함하는 ConfigurationElement 개체를 가져옵니다. (다음에서 상속됨 ConfigurationElement) |
ElementProperty |
ConfigurationElementProperty 개체 자체를 나타내는 ConfigurationElement 개체를 가져옵니다. (다음에서 상속됨 ConfigurationElement) |
EndpointType |
WebScriptEndpoint의 형식을 가져옵니다. |
EvaluationContext |
ContextInformation 개체의 ConfigurationElement 개체를 가져옵니다. (다음에서 상속됨 ConfigurationElement) |
HasContext |
CurrentConfiguration 속성이 |
HostNameComparisonMode |
들어오는 메시지를 WebScriptEndpoint에 디스패치할 때 URI 비교에 호스트 이름을 사용하는 방법을 지정합니다. |
Item[ConfigurationProperty] |
이 구성 요소의 속성이나 특성을 가져오거나 설정합니다. (다음에서 상속됨 ConfigurationElement) |
Item[String] |
이 구성 요소의 속성, 특성 또는 자식 요소를 가져오거나 설정합니다. (다음에서 상속됨 ConfigurationElement) |
LockAllAttributesExcept |
잠긴 특성의 컬렉션을 가져옵니다. (다음에서 상속됨 ConfigurationElement) |
LockAllElementsExcept |
잠긴 요소의 컬렉션을 가져옵니다. (다음에서 상속됨 ConfigurationElement) |
LockAttributes |
잠긴 특성의 컬렉션을 가져옵니다. (다음에서 상속됨 ConfigurationElement) |
LockElements |
잠긴 요소의 컬렉션을 가져옵니다. (다음에서 상속됨 ConfigurationElement) |
LockItem |
요소가 잠겨 있는지 여부를 나타내는 값을 가져오거나 설정합니다. (다음에서 상속됨 ConfigurationElement) |
MaxBufferPoolSize |
메시지 전송에 사용되는 최대 버퍼 풀 크기(바이트)를 가져오거나 설정합니다. |
MaxBufferSize |
메시지를 받는 데 사용되는 최대 버퍼 크기(바이트)를 가져오거나 설정합니다. |
MaxReceivedMessageSize |
WebScriptEndpoint에서 받는 메시지의 최대 바이트 크기를 가져오거나 설정합니다. |
Name |
요소에 대한 구성 문자열 목록에서 현재 엔드포인트 요소의 이름을 가져오거나 설정합니다. (다음에서 상속됨 StandardEndpointElement) |
Properties |
현재 WebScriptEndpoint에 연결된 모든 속성을 가져옵니다. |
ReaderQuotas |
WebScriptEndpoint 개체에서 처리할 수 있는 메시지의 복잡성에 대한 제약 조건을 정의하는 구성 요소를 가져옵니다. |
Security |
HTTP 웹 보안 바인딩 요소를 가져옵니다. |
TransferMode |
WCF 메시지가 전송되는 방식을 가져오거나 설정합니다. |
WriteEncoding |
텍스트 메시지의 문자 형식을 지정하는 데 사용되는 인코딩을 가져오거나 설정합니다. |