[This is preliminary documentation and is subject to change.]
Registry of inspectors that deal with client-side messages
Namespace: NFX.GlueAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
OrderedRegistry<IClientMsgInspector> ClientMsgInspectors { get; }
OrderedRegistry<IClientMsgInspector> ClientMsgInspectors { get; }
ReadOnly Property ClientMsgInspectors As OrderedRegistry(Of IClientMsgInspector)
Get
ReadOnly Property ClientMsgInspectors As OrderedRegistry(Of IClientMsgInspector)
Get
property OrderedRegistry<IClientMsgInspector^>^ ClientMsgInspectors {
OrderedRegistry<IClientMsgInspector^>^ get ();
}
property OrderedRegistry<IClientMsgInspector^>^ ClientMsgInspectors {
OrderedRegistry<IClientMsgInspector^>^ get ();
}
abstract ClientMsgInspectors : OrderedRegistry<IClientMsgInspector> with get
abstract ClientMsgInspectors : OrderedRegistry<IClientMsgInspector> with get
Property Value
Type:
OrderedRegistry IClientMsgInspector