C# 클래스 Hyper.Http.SelfHost.HyperHttpSelfHostConfiguration

HyperHttpSelfHostConfiguration class.
상속: System.Web.Http.SelfHost.HttpSelfHostConfiguration, IAuthenticationConfiguration
파일 보기 프로젝트 열기: tmitchel2/Hyper 1 사용 예제들

공개 메소드들

메소드 설명
HyperHttpSelfHostConfiguration ( string baseAddress, bool requiresSSL ) : System.IdentityModel.Selectors

Initializes a new instance of the HyperHttpSelfHostConfiguration class.

보호된 메소드들

메소드 설명
OnConfigureBinding ( System.Web.Http.SelfHost.Channels.HttpBinding httpBinding ) : System.ServiceModel.Channels.BindingParameterCollection

Called to apply the configuration on the endpoint level.

메소드 상세

HyperHttpSelfHostConfiguration() 공개 메소드

Initializes a new instance of the HyperHttpSelfHostConfiguration class.
public HyperHttpSelfHostConfiguration ( string baseAddress, bool requiresSSL ) : System.IdentityModel.Selectors
baseAddress string The base address.
requiresSSL bool if set to true [requires SSL].
리턴 System.IdentityModel.Selectors

OnConfigureBinding() 보호된 메소드

Called to apply the configuration on the endpoint level.
protected OnConfigureBinding ( System.Web.Http.SelfHost.Channels.HttpBinding httpBinding ) : System.ServiceModel.Channels.BindingParameterCollection
httpBinding System.Web.Http.SelfHost.Channels.HttpBinding The HTTP endpoint.
리턴 System.ServiceModel.Channels.BindingParameterCollection