C# 클래스 P2PStateServer.PingReplyMessage

Represents the PingReplyMessage message
The PingReplyMessage is sent in response to a PingMessage This message is only used as a keep-alive mechanism and serves no other purpose. This message can only be transmitted between peers.
상속: PeerMessage
파일 보기 프로젝트 열기: tenor/p2pStateServer

공개 메소드들

메소드 설명
Forward ( ) : void

Forward the message to connected peers

PingReplyMessage ( HTTPPartialData Data, StateServer Service ) : System

Initializes a new instance of the PingReplyMessage class

Process ( ) : void

Process the message

Send ( ServiceSocket socket, string ASPNETVersion ) : void

Sends a PingReplyMessage message to a specified ServiceSocket

메소드 상세

Forward() 공개 메소드

Forward the message to connected peers
public Forward ( ) : void
리턴 void

PingReplyMessage() 공개 메소드

Initializes a new instance of the PingReplyMessage class
public PingReplyMessage ( HTTPPartialData Data, StateServer Service ) : System
Data HTTPPartialData The HTTPPartialData class to load this instance from
Service StateServer State server instance
리턴 System

Process() 공개 메소드

Process the message
public Process ( ) : void
리턴 void

Send() 공개 정적인 메소드

Sends a PingReplyMessage message to a specified ServiceSocket
public static Send ( ServiceSocket socket, string ASPNETVersion ) : void
socket ServiceSocket The target ServiceSocket
ASPNETVersion string The state server version
리턴 void