C# 클래스 Netronics.Http.HttpsProperties

상속: IProperties, IChannelPipe
파일 보기 프로젝트 열기: shlee322/Netronics

보호된 프로퍼티들

프로퍼티 타입 설명
IpEndPoint System.Net.IPEndPoint

공개 메소드들

메소드 설명
CreateChannel ( Netronics netronics, Socket socket ) : IChannel
GetChannelPipe ( ) : IChannelPipe
GetIPEndPoint ( ) : IPEndPoint
HttpsProperties ( Func handler, string certFile, int port = 443 ) : System
OnStartEvent ( Netronics netronics, StartEventArgs eventArgs ) : void
OnStopEvent ( Netronics netronics, EventArgs eventArgs ) : void

메소드 상세

CreateChannel() 공개 메소드

public CreateChannel ( Netronics netronics, Socket socket ) : IChannel
netronics Netronics
socket Socket
리턴 IChannel

GetChannelPipe() 공개 메소드

public GetChannelPipe ( ) : IChannelPipe
리턴 IChannelPipe

GetIPEndPoint() 공개 메소드

public GetIPEndPoint ( ) : IPEndPoint
리턴 System.Net.IPEndPoint

HttpsProperties() 공개 메소드

public HttpsProperties ( Func handler, string certFile, int port = 443 ) : System
handler Func
certFile string
port int
리턴 System

OnStartEvent() 공개 메소드

public OnStartEvent ( Netronics netronics, StartEventArgs eventArgs ) : void
netronics Netronics
eventArgs Netronics.Event.StartEventArgs
리턴 void

OnStopEvent() 공개 메소드

public OnStopEvent ( Netronics netronics, EventArgs eventArgs ) : void
netronics Netronics
eventArgs System.EventArgs
리턴 void

프로퍼티 상세

IpEndPoint 보호되어 있는 프로퍼티

protected IPEndPoint,System.Net IpEndPoint
리턴 System.Net.IPEndPoint