共用方式為


ClientRuntime.ClientMessageInspectors 屬性

定義

取得用來檢視或修改特定服務作業之訊息的訊息偵測器物件集合。

public:
 property System::Collections::Generic::ICollection<System::ServiceModel::Dispatcher::IClientMessageInspector ^> ^ ClientMessageInspectors { System::Collections::Generic::ICollection<System::ServiceModel::Dispatcher::IClientMessageInspector ^> ^ get(); };
public System.Collections.Generic.ICollection<System.ServiceModel.Dispatcher.IClientMessageInspector> ClientMessageInspectors { get; }
member this.ClientMessageInspectors : System.Collections.Generic.ICollection<System.ServiceModel.Dispatcher.IClientMessageInspector>
Public ReadOnly Property ClientMessageInspectors As ICollection(Of IClientMessageInspector)

屬性值

ICollection<IClientMessageInspector>

用來檢視或修改特定服務作業之訊息的訊息偵測器物件集合。

備註

ClientMessageInspectors 是安全線程集合。

適用於