C# Class MicroMsg.sdk.SendAuth.Resp

Inheritance: BaseResp
Mostra file Open project: zhxilin/WeChatSDK Class Usage Examples

Public Methods

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

Private Methods

Method Description
FromProto ( object protoObj ) : void
Resp ( ) : MicroMsg.sdk.protobuf
ToProto ( ) : object
ValidateData ( ) : bool

Method Details

Resp() public method

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

Resp() public method

public Resp ( string code, string state, string url ) : MicroMsg.sdk.protobuf
code string
state string
url string
return MicroMsg.sdk.protobuf

Type() public method

public Type ( ) : int
return int