C# Class com.huawei.esdk.tp.oa.eSDKTPOAPlatformKeyMgrService.PlatformKeyMgrService

Inheritance: System.Web.Services.Protocols.SoapHttpClientProtocol
Show file Open project: eSDK/esdk_tp_oa_native_csharp Class Usage Examples

Public Methods

Method Description
CancelAsync ( object userState ) : void
PlatformKeyMgrService ( ) : System
PlatformKeyMgrService ( string url ) : System
getPublicKeyAsync ( ) : void
getPublicKeyAsync ( object userState ) : void

Private Methods

Method Description
IsLocalFileSystemWebService ( string url ) : bool
OngetPublicKeyOperationCompleted ( object arg ) : void
getPublicKey ( [ Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]outstringpublicKey ) : int

Method Details

CancelAsync() public method

public CancelAsync ( object userState ) : void
userState object
return void

PlatformKeyMgrService() public method

public PlatformKeyMgrService ( ) : System
return System

PlatformKeyMgrService() public method

public PlatformKeyMgrService ( string url ) : System
url string
return System

getPublicKeyAsync() public method

public getPublicKeyAsync ( ) : void
return void

getPublicKeyAsync() public method

public getPublicKeyAsync ( object userState ) : void
userState object
return void