C# 클래스 GitterSharp.Configuration.Constants

파일 보기 프로젝트 열기: Odonno/gitter-api-pcl

공개 프로퍼티들

프로퍼티 타입 설명
ApiBaseUrl string
ApiVersion string
StreamApiBaseUrl string

프로퍼티 상세

ApiBaseUrl 공개적으로 정적으로 프로퍼티

Base URL of the Gitter API
public static string ApiBaseUrl
리턴 string

ApiVersion 공개적으로 정적으로 프로퍼티

Version of the current Gitter API
public static string ApiVersion
리턴 string

StreamApiBaseUrl 공개적으로 정적으로 프로퍼티

Base URL of the streaming Gitter API
public static string StreamApiBaseUrl
리턴 string