C# Class PyriteStandartActions.Checkers.PyritePingChecker

Inheritance: ICustomChecker
Show file Open project: noant/Pyrite

Public Properties

Property Type Description
ServerEncoding System.Text.Encoding

Private Properties

Property Type Description

Public Methods

Method Description
BeginUserSettings ( ) : bool
GetNextPyritePort ( string host, ushort port ) : ushort
GetNextString ( NetworkStream stream ) : string
PyritePingChecker ( ) : System
Refresh ( ) : void
SendString ( NetworkStream stream, string str ) : void

Method Details

BeginUserSettings() public method

public BeginUserSettings ( ) : bool
return bool

GetNextPyritePort() public static method

public static GetNextPyritePort ( string host, ushort port ) : ushort
host string
port ushort
return ushort

GetNextString() public static method

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

PyritePingChecker() public method

public PyritePingChecker ( ) : System
return System

Refresh() public method

public Refresh ( ) : void
return void

SendString() public static method

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

Property Details

ServerEncoding public static property

public static Encoding,System.Text ServerEncoding
return System.Text.Encoding