C# Class MicroMsg.sdk.SendAuth.Resp

Inheritance: BaseResp
Afficher le fichier Open project: zhxilin/WeChatSDK Class Usage Examples

Méthodes publiques

Méthode 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

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

Method Details

Resp() public méthode

public Resp ( string transaction, int errCode, string errString ) : MicroMsg.sdk.protobuf
transaction string
errCode int
errString string
Résultat MicroMsg.sdk.protobuf

Resp() public méthode

public Resp ( string code, string state, string url ) : MicroMsg.sdk.protobuf
code string
state string
url string
Résultat MicroMsg.sdk.protobuf

Type() public méthode

public Type ( ) : int
Résultat int