C# 클래스 DeviceHive.ApiInfo

파일 보기 프로젝트 열기: devicehive/devicehive-.net-mf

공개 프로퍼티들

프로퍼티 타입 설명
apiVersion string
serverTimestamp string
webSocketServerUrl string

공개 메소드들

메소드 설명
GetHashCode ( ) : int

메소드 상세

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

프로퍼티 상세

apiVersion 공개적으로 프로퍼티

API version.
public string apiVersion
리턴 string

serverTimestamp 공개적으로 프로퍼티

Current server timestamp.
public string serverTimestamp
리턴 string

webSocketServerUrl 공개적으로 프로퍼티

WebSocket server URL
public string webSocketServerUrl
리턴 string