BasicHttpsBindingElement 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
기본 https 바인딩 요소에 대한 설정을 지정합니다.
public ref class BasicHttpsBindingElement : System::ServiceModel::Configuration::HttpBindingBaseElement
public class BasicHttpsBindingElement : System.ServiceModel.Configuration.HttpBindingBaseElement
type BasicHttpsBindingElement = class
inherit HttpBindingBaseElement
Public Class BasicHttpsBindingElement
Inherits HttpBindingBaseElement
- 상속
-
BasicHttpsBindingElement
생성자
BasicHttpsBindingElement() |
BasicHttpsBindingElement 클래스의 새 인스턴스를 초기화합니다. |
BasicHttpsBindingElement(String) |
지정된 이름을 사용하여 BasicHttpsBindingElement 클래스의 새 인스턴스를 초기화합니다. |
속성
AllowCookies |
클라이언트가 쿠키를 받아들이는지 여부를 나타내는 값을 가져오거나 설정합니다. (다음에서 상속됨 HttpBindingBaseElement) |
BindingElementType |
바인딩 요소의 형식을 가져옵니다. |
BypassProxyOnLocal |
프록시 서버를 우회하고 로컬 주소를 대신 사용할지 여부를 나타내는 값을 가져오거나 설정합니다. (다음에서 상속됨 HttpBindingBaseElement) |
CloseTimeout |
닫기 작업을 완료하기 위해 제공되는 시간 간격을 가져오거나 설정합니다. (다음에서 상속됨 StandardBindingElement) |
CurrentConfiguration |
현재 Configuration 인스턴스가 속해 있는 구성 계층 구조를 나타내는 최상위 ConfigurationElement 인스턴스에 대한 참조를 가져옵니다. (다음에서 상속됨 ConfigurationElement) |
ElementInformation |
ElementInformation 개체의 사용자 지정할 수 없는 정보와 기능을 포함하는 ConfigurationElement 개체를 가져옵니다. (다음에서 상속됨 ConfigurationElement) |
ElementProperty |
ConfigurationElementProperty 개체 자체를 나타내는 ConfigurationElement 개체를 가져옵니다. (다음에서 상속됨 ConfigurationElement) |
EvaluationContext |
ContextInformation 개체의 ConfigurationElement 개체를 가져옵니다. (다음에서 상속됨 ConfigurationElement) |
HasContext |
CurrentConfiguration 속성이 |
HostNameComparisonMode |
URI 구문 분석에 사용되는 HTTP 호스트 이름 비교 모드를 가져오거나 설정합니다. (다음에서 상속됨 HttpBindingBaseElement) |
Item[ConfigurationProperty] |
이 구성 요소의 속성이나 특성을 가져오거나 설정합니다. (다음에서 상속됨 ConfigurationElement) |
Item[String] |
이 구성 요소의 속성, 특성 또는 자식 요소를 가져오거나 설정합니다. (다음에서 상속됨 ConfigurationElement) |
LockAllAttributesExcept |
잠긴 특성의 컬렉션을 가져옵니다. (다음에서 상속됨 ConfigurationElement) |
LockAllElementsExcept |
잠긴 요소의 컬렉션을 가져옵니다. (다음에서 상속됨 ConfigurationElement) |
LockAttributes |
잠긴 특성의 컬렉션을 가져옵니다. (다음에서 상속됨 ConfigurationElement) |
LockElements |
잠긴 요소의 컬렉션을 가져옵니다. (다음에서 상속됨 ConfigurationElement) |
LockItem |
요소가 잠겨 있는지 여부를 나타내는 값을 가져오거나 설정합니다. (다음에서 상속됨 ConfigurationElement) |
MaxBufferPoolSize |
바인딩에서 처리하는 버퍼 풀의 최대 크기를 가져오거나 설정합니다. (다음에서 상속됨 HttpBindingBaseElement) |
MaxBufferSize |
사용할 버퍼의 최대 크기를 가져오거나 설정합니다. (다음에서 상속됨 HttpBindingBaseElement) |
MaxReceivedMessageSize |
바인딩에서 처리할 수 있는 메시지의 최대 크기를 가져오거나 설정합니다. (다음에서 상속됨 HttpBindingBaseElement) |
MessageEncoding |
바인딩 요소 메시지 인코딩을 가져오거나 설정합니다. |
Name |
바인딩의 이름을 가져오거나 설정합니다. (다음에서 상속됨 StandardBindingElement) |
OpenTimeout |
열기 작업을 완료하기 위해 제공되는 시간 간격을 가져오거나 설정합니다. (다음에서 상속됨 StandardBindingElement) |
Properties |
바인딩 요소 속성의 컬렉션을 가져옵니다. |
ProxyAddress |
HTTP 프록시의 URI 주소를 가져오거나 설정합니다. (다음에서 상속됨 HttpBindingBaseElement) |
ReaderQuotas |
이 바인딩으로 구성된 엔드포인트에서 처리할 수 있는 SOAP 메시지의 복잡성에 대한 제약 조건을 가져옵니다. (다음에서 상속됨 HttpBindingBaseElement) |
ReceiveTimeout |
받기 작업을 완료하기 위해 제공되는 시간 간격을 가져오거나 설정합니다. (다음에서 상속됨 StandardBindingElement) |
Security |
바인딩 요소 보안을 가져옵니다. |
SendTimeout |
보내기 작업을 완료하기 위해 제공되는 시간 간격을 가져오거나 설정합니다. (다음에서 상속됨 StandardBindingElement) |
TextEncoding |
바인딩에서 메시지를 내보낼 때 사용할 문자 집합 인코딩을 가져오거나 설정합니다. (다음에서 상속됨 HttpBindingBaseElement) |
TransferMode |
전송 모드를 가져오거나 설정합니다. (다음에서 상속됨 HttpBindingBaseElement) |
UseDefaultWebProxy |
시스템의 자동 구성된 HTTP 프록시 사용 여부를 지정하는 값을 가져오거나 설정합니다. (다음에서 상속됨 HttpBindingBaseElement) |