C# Class DeviceHive.ApiInfo

ファイルを表示 Open project: devicehive/devicehive-.net-mf

Public Properties

Property Type Description
apiVersion string
serverTimestamp string
webSocketServerUrl string

Public Methods

Method Description
GetHashCode ( ) : int

Method Details

GetHashCode() public method

public GetHashCode ( ) : int
return int

Property Details

apiVersion public_oe property

API version.
public string apiVersion
return string

serverTimestamp public_oe property

Current server timestamp.
public string serverTimestamp
return string

webSocketServerUrl public_oe property

WebSocket server URL
public string webSocketServerUrl
return string