OperationContext.OutgoingMessageProperties 屬性
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得使用中 OperationContext 內的傳出訊息之訊息屬性。
public:
property System::ServiceModel::Channels::MessageProperties ^ OutgoingMessageProperties { System::ServiceModel::Channels::MessageProperties ^ get(); };
C#
public System.ServiceModel.Channels.MessageProperties OutgoingMessageProperties { get; }
member this.OutgoingMessageProperties : System.ServiceModel.Channels.MessageProperties
Public ReadOnly Property OutgoingMessageProperties As MessageProperties
包含傳出訊息上之訊息屬性的 MessageProperties 物件。
使用本屬性在服務作業產生的回覆訊息中新增訊息屬性,或在用戶端 Proxy 產生的要求訊息中新增訊息屬性。
產品 | 版本 |
---|---|
.NET | Core 1.0, Core 1.1, 8 (package-provided), 9 (package-provided), 10 (package-provided) |
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.0 (package-provided) |
UWP | 10.0 |