C# Class DeviceHive.ApiInfo

Show file 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 property

API version.
public string apiVersion
return string

serverTimestamp public property

Current server timestamp.
public string serverTimestamp
return string

webSocketServerUrl public property

WebSocket server URL
public string webSocketServerUrl
return string