C# 클래스 Yodiwo.YPChannel.Transport.Sockets.Client

상속: CommonSocketChannel
파일 보기 프로젝트 열기: yodiwo/plegma 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
SocketSetup Socket>.Action

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
onRedirect ( string Target ) : void

비공개 메소드들

메소드 설명
_sockConnection ( string RemoteHost, int RemotePort ) : SimpleActionResult

메소드 상세

Client() 공개 메소드

public Client ( Protocol Protocol, ChannelSerializationMode SupportedChannelSerializationModes = ChannelSerializationMode.Json, ChannelSerializationMode PreferredChannelSerializationModes = ChannelSerializationMode.Json ) : System
Protocol Protocol
SupportedChannelSerializationModes ChannelSerializationMode
PreferredChannelSerializationModes ChannelSerializationMode
리턴 System

Connect() 공개 메소드

public Connect ( string RemoteHost, int RemotePort, bool Secure, string CertificateServerName = null ) : SimpleActionResult
RemoteHost string
RemotePort int
Secure bool
CertificateServerName string
리턴 SimpleActionResult

Connect() 공개 메소드

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
리턴 SimpleActionResult

ConnectAsync() 공개 메소드

public ConnectAsync ( string RemoteHost, int RemotePort, bool Secure, string CertificateServerName = null ) : Task
RemoteHost string
RemotePort int
Secure bool
CertificateServerName string
리턴 Task

_OnSystemShutDownRequestHandler() 공개 메소드

public _OnSystemShutDownRequestHandler ( object Sender ) : void
Sender object
리턴 void

onRedirect() 보호된 메소드

protected onRedirect ( string Target ) : void
Target string
리턴 void

프로퍼티 상세

SocketSetup 공개적으로 정적으로 프로퍼티

public static Action SocketSetup
리턴 Socket>.Action