C# 클래스 SelfHostingSamples.HttpsSelfHostConfiguration

상속: System.Web.Http.SelfHost.HttpSelfHostConfiguration
파일 보기 프로젝트 열기: tugberkugurlu/ProWebAPI.Samples

공개 메소드들

메소드 설명
HttpsSelfHostConfiguration ( Uri baseAddress ) : System
HttpsSelfHostConfiguration ( string baseAddress ) : System

보호된 메소드들

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

메소드 상세

HttpsSelfHostConfiguration() 공개 메소드

public HttpsSelfHostConfiguration ( Uri baseAddress ) : System
baseAddress System.Uri
리턴 System

HttpsSelfHostConfiguration() 공개 메소드

public HttpsSelfHostConfiguration ( string baseAddress ) : System
baseAddress string
리턴 System

OnConfigureBinding() 보호된 메소드

protected OnConfigureBinding ( System.Web.Http.SelfHost.Channels.HttpBinding httpBinding ) : System.ServiceModel.Channels.BindingParameterCollection
httpBinding System.Web.Http.SelfHost.Channels.HttpBinding
리턴 System.ServiceModel.Channels.BindingParameterCollection