C# Class Netronics.Http.HttpsProperties

Inheritance: IProperties, IChannelPipe
Mostrar archivo Open project: shlee322/Netronics

Protected Properties

Property Type Description
IpEndPoint System.Net.IPEndPoint

Public Methods

Method Description
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

Method Details

CreateChannel() public method

public CreateChannel ( Netronics netronics, Socket socket ) : IChannel
netronics Netronics
socket Socket
return IChannel

GetChannelPipe() public method

public GetChannelPipe ( ) : IChannelPipe
return IChannelPipe

GetIPEndPoint() public method

public GetIPEndPoint ( ) : IPEndPoint
return System.Net.IPEndPoint

HttpsProperties() public method

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

OnStartEvent() public method

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

OnStopEvent() public method

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

Property Details

IpEndPoint protected_oe property

protected IPEndPoint,System.Net IpEndPoint
return System.Net.IPEndPoint