49 bool flag =
key ==
"__CallContext";
63 if (this.
_args !=
null)
179 while (callMsg ==
null)
202 if (this.
_args !=
null)
207 object[] args = this.
_args;
320 if (this.
_args !=
null)
334 info.
AddValue(
"__TypeName", typeName);
336 info.
AddValue(
"__MethodName", methodName);
338 info.
AddValue(
"__MethodSignature", methodSignature);
339 string uri = this.
_uri;
342 info.
AddValue(
"__Return", returnValue);
343 object[] args = this.
_args;
346 info.
AddValue(
"__CallContext", callContext);
348 if (internalProperties !=
null)
class f__AnonymousType0<< Count > j__TPar
IMethodCallMessage _callMsg
MethodResponse(SerializationInfo info, StreamingContext context)
MethodResponse(IMethodCallMessage msg, CADMethodReturnMessage retmsg)
virtual void GetObjectData(SerializationInfo info, StreamingContext context)
IDictionary ExternalProperties
MethodResponse(object returnValue, object[] outArgs, LogicalCallContext callCtx, IMethodCallMessage msg)
LogicalCallContext _callContext
virtual IDictionary Properties
MethodResponse(Exception e, IMethodCallMessage msg)
object GetArg(int argNum)
void InitMethodProperty(string key, object value)
IDictionary InternalProperties
static MethodBase GetMethodBaseFromMethodMessage(IMethodMessage msg)
object IEnumerator. Current
void AddValue(string name, object value, Type type)