C# 클래스 Thinktecture.ServiceModel.Channels.NetHttpBinding

상속: System.ServiceModel.BasicHttpBinding
파일 보기 프로젝트 열기: ChristianWeyer/Thinktecture.ServiceModel

공개 메소드들

메소드 설명
CreateBindingElements ( ) : BindingElementCollection

Creates a collection that contains the binding elements that are part of the current binding.

NetHttpBinding ( ) : System
NetHttpBinding ( BasicHttpSecurityMode securityMode ) : System

Initializes a new instance of the NetHttpBinding class.

NetHttpBinding ( string configurationName ) : System

Initializes a new instance of the NetHttpBinding class.

비공개 메소드들

메소드 설명
ApplyConfiguration ( string configurationName ) : void
Transform ( BindingElement original ) : BindingElement
Translate ( string basicHttpMessage ) : string

메소드 상세

CreateBindingElements() 공개 메소드

Creates a collection that contains the binding elements that are part of the current binding.
public CreateBindingElements ( ) : BindingElementCollection
리턴 BindingElementCollection

NetHttpBinding() 공개 메소드

public NetHttpBinding ( ) : System
리턴 System

NetHttpBinding() 공개 메소드

Initializes a new instance of the NetHttpBinding class.
public NetHttpBinding ( BasicHttpSecurityMode securityMode ) : System
securityMode BasicHttpSecurityMode The security mode.
리턴 System

NetHttpBinding() 공개 메소드

Initializes a new instance of the NetHttpBinding class.
public NetHttpBinding ( string configurationName ) : System
configurationName string Name of the configuration.
리턴 System