C# 클래스 P2PStateServer.UnknownResponse

Represents the UnknownResponse message.
This class represents a message that was classified as a response, but could not be identified.
상속: ServiceResponse
파일 보기 프로젝트 열기: tenor/p2pStateServer

공개 메소드들

메소드 설명
Process ( ) : void

Process the message

UnknownResponse ( HTTPPartialData Data, StateServer Service ) : System

Initializes a new instance of the UnknownResponse class

메소드 상세

Process() 공개 메소드

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

UnknownResponse() 공개 메소드

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