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

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

공개 프로퍼티들

프로퍼티 타입 설명
Server Server

공개 메소드들

메소드 설명
ServerChannel ( Server Server, Protocol Protocols, ChannelSerializationMode SupportedChannelSerializationModes, ChannelSerializationMode PreferredChannelSerializationModes, StreamSocket _sock ) : System
SetupServerSocket ( ) : bool

보호된 메소드들

메소드 설명
onClose ( string Message ) : void

비공개 메소드들

메소드 설명
_choosePacker ( ChannelSerializationMode modes ) : ChannelSerializationMode

메소드 상세

ServerChannel() 공개 메소드

public ServerChannel ( Server Server, Protocol Protocols, ChannelSerializationMode SupportedChannelSerializationModes, ChannelSerializationMode PreferredChannelSerializationModes, StreamSocket _sock ) : System
Server Server
Protocols Protocol
SupportedChannelSerializationModes ChannelSerializationMode
PreferredChannelSerializationModes ChannelSerializationMode
_sock Windows.Networking.Sockets.StreamSocket
리턴 System

SetupServerSocket() 공개 메소드

public SetupServerSocket ( ) : bool
리턴 bool

onClose() 보호된 메소드

protected onClose ( string Message ) : void
Message string
리턴 void

프로퍼티 상세

Server 공개적으로 프로퍼티

public Server Server
리턴 Server