[This is preliminary documentation and is subject to change.]
Returns client message inspectors for this instance
Namespace: NFX.GlueAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public OrderedRegistry<IClientMsgInspector> MsgInspectors { get; }
public OrderedRegistry<IClientMsgInspector> MsgInspectors { get; }
Public ReadOnly Property MsgInspectors As OrderedRegistry(Of IClientMsgInspector)
Get
Public ReadOnly Property MsgInspectors As OrderedRegistry(Of IClientMsgInspector)
Get
public:
property OrderedRegistry<IClientMsgInspector^>^ MsgInspectors {
OrderedRegistry<IClientMsgInspector^>^ get ();
}
public:
property OrderedRegistry<IClientMsgInspector^>^ MsgInspectors {
OrderedRegistry<IClientMsgInspector^>^ get ();
}
member MsgInspectors : OrderedRegistry<IClientMsgInspector> with get
member MsgInspectors : OrderedRegistry<IClientMsgInspector> with get
Property Value
Type:
OrderedRegistry IClientMsgInspector