C# 클래스 RingCentral.SDK

파일 보기 프로젝트 열기: ringcentral/ringcentral-csharp 1 사용 예제들

공개 메소드들

메소드 설명
CreateSubscription ( ) : SubscriptionService
SDK ( string appKey, string appSecret, Server server, string appName = "", string appVersion = "" ) : RingCentral.Subscription

Constructor that sets up RingCentral Client

SDK ( string appKey, string appSecret, string serverUrl, string appName = "", string appVersion = "" ) : RingCentral.Subscription

Constructor that sets up RingCentral Client

메소드 상세

CreateSubscription() 공개 메소드

public CreateSubscription ( ) : SubscriptionService
리턴 RingCentral.Subscription.SubscriptionService

SDK() 공개 메소드

Constructor that sets up RingCentral Client
public SDK ( string appKey, string appSecret, Server server, string appName = "", string appVersion = "" ) : RingCentral.Subscription
appKey string Application Key
appSecret string Application Secret
server Server Server.Sandbox or Server.Production
appName string Application name, will be used in user agent
appVersion string Application Version, will be used in user agent
리턴 RingCentral.Subscription

SDK() 공개 메소드

Constructor that sets up RingCentral Client
public SDK ( string appKey, string appSecret, string serverUrl, string appName = "", string appVersion = "" ) : RingCentral.Subscription
appKey string Application Key
appSecret string Application Secret
serverUrl string Server Url, either SDK.SandboxServerUrl or SDK.ProductionServerUrl
appName string Application name, will be used in user agent
appVersion string Application Version, will be used in user agent
리턴 RingCentral.Subscription