C# 클래스 CaveTube.CaveTubeClient.CaveTubeEntry

파일 보기 프로젝트 열기: madguy/CaveTalk

공개 메소드들

메소드 설명
RequestGenre ( String apiKey ) : Task>

ジャンル一覧を取得します。

RequestStartBroadcastAsync ( String title, String apiKey, String description, IEnumerable tags, Int32 thumbnailSlot, System.Boolean idVisible, System.Boolean anonymousOnly, System.Boolean loginOnly, System.Boolean testMode, String socketId ) : Task

配信開始リクエストを行います。

RequestUserDataAsync ( String apiKey ) : Task

ユーザー登録情報を取得します。

메소드 상세

RequestGenre() 공개 정적인 메소드

ジャンル一覧を取得します。
public static RequestGenre ( String apiKey ) : Task>
apiKey String APIキー
리턴 Task>

RequestStartBroadcastAsync() 공개 정적인 메소드

配信開始リクエストを行います。
public static RequestStartBroadcastAsync ( String title, String apiKey, String description, IEnumerable tags, Int32 thumbnailSlot, System.Boolean idVisible, System.Boolean anonymousOnly, System.Boolean loginOnly, System.Boolean testMode, String socketId ) : Task
title String タイトル
apiKey String APIキー
description String 配信詳細
tags IEnumerable タグ
thumbnailSlot System.Int32 サムネイルスロット
idVisible System.Boolean ID表示の有無
anonymousOnly System.Boolean ハンドルネーム制限
loginOnly System.Boolean 書き込み制限
testMode System.Boolean テストモード
socketId String SocketIOの接続ID
리턴 Task

RequestUserDataAsync() 공개 정적인 메소드

ユーザー登録情報を取得します。
public static RequestUserDataAsync ( String apiKey ) : Task
apiKey String APIキー
리턴 Task