다음을 통해 공유


CoseMessage.Content 속성

정의

이 메시지의 콘텐츠를 가져오거나 null 콘텐츠가 메시지에서 분리된 경우 입니다.

public:
 property Nullable<ReadOnlyMemory<System::Byte>> Content { Nullable<ReadOnlyMemory<System::Byte>> get(); };
public ReadOnlyMemory<byte>? Content { get; }
member this.Content : Nullable<ReadOnlyMemory<byte>>
Public ReadOnly Property Content As Nullable(Of ReadOnlyMemory(Of Byte))

속성 값

이 메시지의 콘텐츠를 포함하는 메모리 영역이거나 null 메시지에서 콘텐츠가 분리된 경우 입니다.

적용 대상