C# Class Yodiwo.YPChannel.Transport.Sockets.Client

Inheritance: CommonSocketChannel
Afficher le fichier Open project: yodiwo/plegma Class Usage Examples

Méthodes publiques

Свойство Type Description
SocketSetup Socket>.Action

Méthodes publiques

Méthode Description
Client ( Protocol Protocol, ChannelSerializationMode SupportedChannelSerializationModes = ChannelSerializationMode.Json, ChannelSerializationMode PreferredChannelSerializationModes = ChannelSerializationMode.Json ) : System
Connect ( string RemoteHost, int RemotePort, bool Secure, string CertificateServerName = null ) : SimpleActionResult
Connect ( string RemoteHost, int RemotePort, bool Secure, string CertificateServerName = null, IEnumerable CustomCertificates = null ) : SimpleActionResult
ConnectAsync ( string RemoteHost, int RemotePort, bool Secure, string CertificateServerName = null ) : Task
_OnSystemShutDownRequestHandler ( object Sender ) : void

Méthodes protégées

Méthode Description
onRedirect ( string Target ) : void

Private Methods

Méthode Description
_sockConnection ( string RemoteHost, int RemotePort ) : SimpleActionResult

Method Details

Client() public méthode

public Client ( Protocol Protocol, ChannelSerializationMode SupportedChannelSerializationModes = ChannelSerializationMode.Json, ChannelSerializationMode PreferredChannelSerializationModes = ChannelSerializationMode.Json ) : System
Protocol Protocol
SupportedChannelSerializationModes ChannelSerializationMode
PreferredChannelSerializationModes ChannelSerializationMode
Résultat System

Connect() public méthode

public Connect ( string RemoteHost, int RemotePort, bool Secure, string CertificateServerName = null ) : SimpleActionResult
RemoteHost string
RemotePort int
Secure bool
CertificateServerName string
Résultat SimpleActionResult

Connect() public méthode

public Connect ( string RemoteHost, int RemotePort, bool Secure, string CertificateServerName = null, IEnumerable CustomCertificates = null ) : SimpleActionResult
RemoteHost string
RemotePort int
Secure bool
CertificateServerName string
CustomCertificates IEnumerable
Résultat SimpleActionResult

ConnectAsync() public méthode

public ConnectAsync ( string RemoteHost, int RemotePort, bool Secure, string CertificateServerName = null ) : Task
RemoteHost string
RemotePort int
Secure bool
CertificateServerName string
Résultat Task

_OnSystemShutDownRequestHandler() public méthode

public _OnSystemShutDownRequestHandler ( object Sender ) : void
Sender object
Résultat void

onRedirect() protected méthode

protected onRedirect ( string Target ) : void
Target string
Résultat void

Property Details

SocketSetup public_oe static_oe property

public static Action SocketSetup
Résultat Socket>.Action