Implemented interface member:
property
MethodName
System.Runtime.Remoting.Messaging.IMethodMessage.MethodName
2 references to MethodName
mscorlib (2)
system\runtime\remoting\message.cs (2)
1115return _message.MethodName; 2362get {return _m.MethodName;}