C# Class MicroMsg.sdk.SendMessageToWX.Resp

Inheritance: BaseResp
显示文件 Open project: zhxilin/WeChatSDK Class Usage Examples

Public Methods

Method Description
Resp ( ) : MicroMsg.sdk.protobuf
Resp ( string transaction, int errCode, string errString ) : MicroMsg.sdk.protobuf
Type ( ) : int

Private Methods

Method Description
FromProto ( object protoObj ) : void
ToProto ( ) : object
ValidateData ( ) : bool

Method Details

Resp() public method

public Resp ( ) : MicroMsg.sdk.protobuf
return MicroMsg.sdk.protobuf

Resp() public method

public Resp ( string transaction, int errCode, string errString ) : MicroMsg.sdk.protobuf
transaction string
errCode int
errString string
return MicroMsg.sdk.protobuf

Type() public method

public Type ( ) : int
return int