C# Class Netronics.Http.HttpsProperties

Inheritance: IProperties, IChannelPipe
Afficher le fichier Open project: shlee322/Netronics

Protected Properties

Свойство Type Description
IpEndPoint System.Net.IPEndPoint

Méthodes publiques

Méthode 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 méthode

public CreateChannel ( Netronics netronics, Socket socket ) : IChannel
netronics Netronics
socket Socket
Résultat IChannel

GetChannelPipe() public méthode

public GetChannelPipe ( ) : IChannelPipe
Résultat IChannelPipe

GetIPEndPoint() public méthode

public GetIPEndPoint ( ) : IPEndPoint
Résultat System.Net.IPEndPoint

HttpsProperties() public méthode

public HttpsProperties ( Func handler, string certFile, int port = 443 ) : System
handler Func
certFile string
port int
Résultat System

OnStartEvent() public méthode

public OnStartEvent ( Netronics netronics, StartEventArgs eventArgs ) : void
netronics Netronics
eventArgs Netronics.Event.StartEventArgs
Résultat void

OnStopEvent() public méthode

public OnStopEvent ( Netronics netronics, EventArgs eventArgs ) : void
netronics Netronics
eventArgs System.EventArgs
Résultat void

Property Details

IpEndPoint protected_oe property

protected IPEndPoint,System.Net IpEndPoint
Résultat System.Net.IPEndPoint