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

获取应警告用户为传输附加大型文件的大小。

适用于