次の方法で共有


RcsTransportConfiguration クラス

定義

リッチ コミュニケーション サービス (RCS) トランスポートの構成に関するデータを提供します。

public ref class RcsTransportConfiguration sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class RcsTransportConfiguration final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class RcsTransportConfiguration
Public NotInheritable Class RcsTransportConfiguration
継承
Object Platform::Object IInspectable RcsTransportConfiguration
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)
アプリの機能
chat chatSystem smsSend

注釈

RcsTransport クラスの Configuration プロパティは、このクラスのインスタンスを参照します。

プロパティ

MaxAttachmentCount

トランスポートでサポートされている添付ファイルの最大数を取得します。

MaxFileSizeInKilobytes

トランスポートを使用して送信できるファイルの最大サイズを取得します。

MaxGroupMessageSizeInKilobytes

トランスポートでサポートされているグループ チャット メッセージの最大サイズを取得します。

MaxMessageSizeInKilobytes

トランスポートでサポートされているチャット メッセージの最大サイズを取得します。

MaxRecipientCount

グループ チャットでサポートされている受信者の最大数を取得します。

WarningFileSizeInKilobytes

ユーザーがトランスポート用の大きなファイルを添付していることを警告する必要があるサイズを取得します。

適用対象