C# 클래스 PyriteStandartActions.Checkers.PyritePingChecker

상속: ICustomChecker
파일 보기 프로젝트 열기: noant/Pyrite

공개 프로퍼티들

프로퍼티 타입 설명
ServerEncoding System.Text.Encoding

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
BeginUserSettings ( ) : bool
GetNextPyritePort ( string host, ushort port ) : ushort
GetNextString ( NetworkStream stream ) : string
PyritePingChecker ( ) : System
Refresh ( ) : void
SendString ( NetworkStream stream, string str ) : void

메소드 상세

BeginUserSettings() 공개 메소드

public BeginUserSettings ( ) : bool
리턴 bool

GetNextPyritePort() 공개 정적인 메소드

public static GetNextPyritePort ( string host, ushort port ) : ushort
host string
port ushort
리턴 ushort

GetNextString() 공개 정적인 메소드

public static GetNextString ( NetworkStream stream ) : string
stream System.Net.Sockets.NetworkStream
리턴 string

PyritePingChecker() 공개 메소드

public PyritePingChecker ( ) : System
리턴 System

Refresh() 공개 메소드

public Refresh ( ) : void
리턴 void

SendString() 공개 정적인 메소드

public static SendString ( NetworkStream stream, string str ) : void
stream System.Net.Sockets.NetworkStream
str string
리턴 void

프로퍼티 상세

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

public static Encoding,System.Text ServerEncoding
리턴 System.Text.Encoding