C# 클래스 Netronics.Channel.Channel.SslChannel

Socket에다 SSL을 사용하는 Channel 클래스
상속: Channel
파일 보기 프로젝트 열기: shlee322/Netronics 1 사용 예제들

공개 메소드들

메소드 설명
CreateChannel ( Socket socket, System certificate ) : SslChannel
CreateChannel ( Socket socket, string host ) : SslChannel
GetSocket ( ) : Socket
GetTag ( ) : object
SendMessage ( dynamic message ) : void
SetTag ( object tag ) : object
ToString ( ) : string

보호된 메소드들

메소드 설명
BeginReceive ( ) : void
Disconnected ( ) : void

비공개 메소드들

메소드 설명
ReadCallback ( IAsyncResult ar ) : void
SendCallback ( IAsyncResult ar ) : void
SslChannel ( Socket socket ) : System

메소드 상세

BeginReceive() 보호된 메소드

protected BeginReceive ( ) : void
리턴 void

CreateChannel() 공개 정적인 메소드

public static CreateChannel ( Socket socket, System certificate ) : SslChannel
socket System.Net.Sockets.Socket
certificate System
리턴 SslChannel

CreateChannel() 공개 정적인 메소드

public static CreateChannel ( Socket socket, string host ) : SslChannel
socket System.Net.Sockets.Socket
host string
리턴 SslChannel

Disconnected() 보호된 메소드

protected Disconnected ( ) : void
리턴 void

GetSocket() 공개 메소드

public GetSocket ( ) : Socket
리턴 System.Net.Sockets.Socket

GetTag() 공개 메소드

public GetTag ( ) : object
리턴 object

SendMessage() 공개 메소드

public SendMessage ( dynamic message ) : void
message dynamic
리턴 void

SetTag() 공개 메소드

public SetTag ( object tag ) : object
tag object
리턴 object

ToString() 공개 메소드

public ToString ( ) : string
리턴 string