WS2007HttpBinding 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
WS2007HttpBinding 클래스의 새 인스턴스를 초기화합니다.
오버로드
| Name | Description |
|---|---|
| WS2007HttpBinding() |
WS2007HttpBinding 클래스의 새 인스턴스를 초기화합니다. |
| WS2007HttpBinding(SecurityMode) |
바인딩에서 사용되는 지정된 유형의 보안을 사용하여 클래스의 새 인스턴스 WS2007HttpBinding 를 초기화합니다. |
| WS2007HttpBinding(String) |
구성 이름으로 지정된 바인딩을 WS2007HttpBinding 사용하여 클래스의 새 인스턴스를 초기화합니다. |
| WS2007HttpBinding(SecurityMode, Boolean) |
바인딩에서 사용되는 지정된 보안 형식과 신뢰할 수 있는 세션이 사용되는지 여부를 나타내는 값을 사용하여 클래스의 새 인스턴스 WS2007HttpBinding 를 초기화합니다. |
WS2007HttpBinding()
- Source:
- WS2007HttpBinding.cs
- Source:
- WS2007HttpBinding.cs
- Source:
- WS2007HttpBinding.cs
WS2007HttpBinding 클래스의 새 인스턴스를 초기화합니다.
public:
WS2007HttpBinding();
public WS2007HttpBinding();
Public Sub New ()
예제
다음 예제에서는 클래스의 새 인스턴스를 초기화하는 방법을 보여 줍니다 WS2007HttpBinding .
설명
이 생성자는 클래스의 WS2007HttpBinding 인스턴스를 초기화하고 WS-Security 1.1, WS-Trust 1.3, WS-SecureConversation 1.3, WS-SecurityPolicy 1.2 및 WS-I Basic Security Profile 1.0 보안 프로토콜을 지정하는 , 및 MessageSecurityVersion 속성을 설정합니다ReliableMessagingVersionTransactionProtocol.
적용 대상
WS2007HttpBinding(SecurityMode)
- Source:
- WS2007HttpBinding.cs
- Source:
- WS2007HttpBinding.cs
- Source:
- WS2007HttpBinding.cs
바인딩에서 사용되는 지정된 유형의 보안을 사용하여 클래스의 새 인스턴스 WS2007HttpBinding 를 초기화합니다.
public:
WS2007HttpBinding(System::ServiceModel::SecurityMode securityMode);
public WS2007HttpBinding(System.ServiceModel.SecurityMode securityMode);
new System.ServiceModel.WS2007HttpBinding : System.ServiceModel.SecurityMode -> System.ServiceModel.WS2007HttpBinding
Public Sub New (securityMode As SecurityMode)
매개 변수
- securityMode
- SecurityMode
이 값 SecurityMode 은 SOAP 메시지 및 클라이언트에 사용되는 보안 유형을 지정합니다.
예제
다음 예제에서는 매개 변수를 사용하여 클래스 WS2007HttpBinding 의 새 인스턴스를 securityMode 초기화하는 방법을 보여 줍니다.
적용 대상
WS2007HttpBinding(String)
구성 이름으로 지정된 바인딩을 WS2007HttpBinding 사용하여 클래스의 새 인스턴스를 초기화합니다.
public:
WS2007HttpBinding(System::String ^ configName);
public WS2007HttpBinding(string configName);
new System.ServiceModel.WS2007HttpBinding : string -> System.ServiceModel.WS2007HttpBinding
Public Sub New (configName As String)
매개 변수
- configName
- String
에 대한 바인딩 구성 이름입니다 WS2007HttpBindingElement.
예외
이름이 configName 있는 바인딩 요소를 찾을 수 없습니다.
적용 대상
WS2007HttpBinding(SecurityMode, Boolean)
- Source:
- WS2007HttpBinding.cs
- Source:
- WS2007HttpBinding.cs
- Source:
- WS2007HttpBinding.cs
바인딩에서 사용되는 지정된 보안 형식과 신뢰할 수 있는 세션이 사용되는지 여부를 나타내는 값을 사용하여 클래스의 새 인스턴스 WS2007HttpBinding 를 초기화합니다.
public:
WS2007HttpBinding(System::ServiceModel::SecurityMode securityMode, bool reliableSessionEnabled);
public WS2007HttpBinding(System.ServiceModel.SecurityMode securityMode, bool reliableSessionEnabled);
new System.ServiceModel.WS2007HttpBinding : System.ServiceModel.SecurityMode * bool -> System.ServiceModel.WS2007HttpBinding
Public Sub New (securityMode As SecurityMode, reliableSessionEnabled As Boolean)
매개 변수
- securityMode
- SecurityMode
이 값 SecurityMode 은 SOAP 메시지 및 클라이언트에 사용되는 보안 유형을 지정합니다.
- reliableSessionEnabled
- Boolean
true신뢰할 수 있는 세션을 사용하도록 설정하면 이고, 그렇지 않으면 . false
설명
이 생성자는 클래스의 WS2007HttpBinding 인스턴스를 초기화하고 WS-Security 1.1, WS-Trust 1.3, WS-SecureConversation 1.3, WS-SecurityPolicy 1.2 및 WS-I Basic Security Profile 1.0 보안 프로토콜을 지정하는 , 및 MessageSecurityVersion 속성을 설정합니다ReliableMessagingVersionTransactionProtocol.