C# Class Preact.CoreRequest

显示文件 Open project: preact/preact-dotnet

Private Properties

Property Type Description
ByteToString string

Public Methods

Method Description
SignRequest ( string projectCode, string secretKey ) : void

Private Methods

Method Description
ByteToString ( byte buff ) : string

Method Details

SignRequest() public method

public SignRequest ( string projectCode, string secretKey ) : void
projectCode string
secretKey string
return void