17 implementations of Properties
mscorlib (13)
system\runtime\remoting\message.cs (13)
233
public IDictionary
Properties
938
public override IDictionary
Properties
1304
public IDictionary
Properties
2463
public IDictionary
Properties
2754
public virtual IDictionary
Properties
3679
public virtual IDictionary
Properties
4054
public override IDictionary
Properties
4666
public virtual IDictionary
Properties
4904
public override IDictionary
Properties
5039
public IDictionary
Properties
5532
public IDictionary
Properties
5898
public virtual IDictionary
Properties
6145
public virtual IDictionary
Properties
System.Runtime.Remoting (1)
channels\http\httpserverchannel.cs (1)
689
public IDictionary
Properties
{ get{ return null;} }
System.ServiceModel (2)
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
607
public IDictionary
Properties
System\ServiceModel\ClientBase.cs (1)
1534
public Collections.IDictionary
Properties
System.Workflow.Activities (1)
LocalService\MethodMessage.cs (1)
219
IDictionary System.Runtime.Remoting.Messaging.IMessage.
Properties
55 references to Properties
mscorlib (53)
system\runtime\remoting\activationservices.cs (14)
749
reqMsg.
Properties
[Message.CallContextKey]);
791
ctorMsg.
Properties
[Message.CallContextKey],
801
ctorMsg.
Properties
[Message.CallContextKey]);
1041
String objURL = (String) ctorMsg.
Properties
[ConnectKey];
1067
ctorMsg.
Properties
[ConnectKey];
1153
ctorMsg.
Properties
[ActivationServices.ConnectKey] = typeURL;
1200
ctorMsg.
Properties
[ActivationServices.RemoteActivateKey] = activatorURL;
1215
if (ctorMsg.
Properties
.Contains(ActivationServices.RemoteActivateKey))
1219
ctorMsg.
Properties
[ActivationServices.RemoteActivateKey];
1320
if (ctorMsg.
Properties
.Contains(ActivationServices.RemoteActivateKey))
1332
if (ctorMsg.
Properties
.Contains(ActivationServices.PermissionKey))
1407
ctorMsg.
Properties
[ActivationServices.RemoteActivateKey];
1425
ctorMsg.
Properties
.Remove(ActivationServices.RemoteActivateKey);
1476
ctorMsg.
Properties
[ActivationServices.PermissionKey] = "allowed";
system\runtime\remoting\callcontext.cs (2)
651
IDictionary properties = msg.
Properties
;
699
IDictionary properties = msg.
Properties
;
system\runtime\remoting\channelservices.cs (4)
787
msg.
Properties
[Message.CallContextKey]);
1052
msg.
Properties
["CORProfilerCookie"] = g;
1065
Object obj = msg.
Properties
["CORProfilerCookie"];
1332
replyMsg.
Properties
["CORProfilerCookie"] = g;
system\runtime\remoting\context.cs (1)
606
msg.
Properties
[Message.CallContextKey]);
system\runtime\remoting\crossappdomainchannel.cs (1)
397
retMsg.
Properties
[Message.CallContextKey];
system\runtime\remoting\crosscontextchannel.cs (5)
78
Object obj = reqMsg.
Properties
["CORProfilerCookie"];
122
replyMsg.
Properties
["CORProfilerCookie"] = g;
162
reqMsg.
Properties
[Message.CallContextKey]);
239
Object obj = reqMsg.
Properties
["CORProfilerCookie"];
341
Object obj = reqMsg.
Properties
["CORProfilerCookie"];
system\runtime\remoting\message.cs (8)
871
(LogicalCallContext) msg.
Properties
[Message.CallContextKey]);
879
msg.
Properties
[Message.CallContextKey] = callCtx;
2874
IDictionaryEnumerator de = msg.
Properties
.GetEnumerator();
5182
(LogicalCallContext) msg.
Properties
[Message.CallContextKey]);
5781
_msg.
Properties
[Message.UriKey] = value;
5904
_properties = new MCMWrapperDictionary(this, _msg.
Properties
);
6011
_msg.
Properties
[Message.UriKey] = value;
6151
_properties = new MRMWrapperDictionary(this, _msg.
Properties
);
system\runtime\remoting\messagesmuggler.cs (1)
173
IDictionary properties = msg.
Properties
;
system\runtime\remoting\redirectionproxy.cs (1)
47
msg.
Properties
["__Uri"] = _realProxy.IdentityObject.URI;
system\runtime\remoting\remotingsurrogateselector.cs (1)
457
IDictionaryEnumerator de = msg.
Properties
.GetEnumerator();
system\runtime\remoting\stackbuildersink.cs (4)
94
messageCallContext = (LogicalCallContext)msg.
Properties
["__CallContext"];
207
mcMsg.
Properties
[Message.CallContextKey];
226
msg.
Properties
["__SinkStack"] as ServerChannelSinkStack;
277
mcMsg.
Properties
[Message.CallContextKey]);
system\runtime\remoting\synchronizeddispatch.cs (7)
119
((LogicalCallContext)reqMsg.
Properties
[Message.CallContextKey])
529
(LogicalCallContext)reqMsg.
Properties
[Message.CallContextKey];
544
(LogicalCallContext)reqMsg.
Properties
[Message.CallContextKey];
861
(LogicalCallContext) reqMsg.
Properties
[Message.CallContextKey];
909
(LogicalCallContext) replyMsg.
Properties
[Message.CallContextKey];
939
(LogicalCallContext) reqMsg.
Properties
[Message.CallContextKey];
1030
((LogicalCallContext)reqMsg.
Properties
[Message.CallContextKey]).RemotingData.LogicalCallID);
system\runtime\remoting\terminatorsinks.cs (3)
147
IDictionary prop = msg.
Properties
;
402
reqMsg.
Properties
["CORProfilerCookie"] = g;
864
Object obj = replyMsg.
Properties
["CORProfilerCookie"];
system\runtime\serialization\formatters\binary\binaryobjectwriter.cs (1)
291
IDictionary properties = msg.
Properties
;
System.Runtime.Remoting (2)
channels\core\corechannel.cs (1)
300
IDictionary d = reqMsg.
Properties
;
channels\http\httpclientchannel.cs (1)
568
msgUri = (String)msg.
Properties
["__Uri"];