NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MethodResponse Members

Public:

Constructor

MethodResponse Constructor [To be supplied.]

Properties

ArgCount [To be supplied.]
Args [To be supplied.]
Exception [To be supplied.]
HasVarArgs [To be supplied.]
MethodName [To be supplied.]
MethodSignature [To be supplied.]
OutArgCount The number of out arguments.
OutArgs [To be supplied.]
Properties [To be supplied.]
ReturnValue [To be supplied.]
TypeName [To be supplied.]
URI [To be supplied.]

Methods

Equals (inherited from Object) Determines whether the specified Object is the same instance as the current Object. Subclasses are expected to override this method to support value equality (not reference equality).
GetArg [To be supplied.]
GetArgName [To be supplied.]
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetObjectData [To be supplied.]
GetOutArg [To be supplied.]
GetOutArgName Return the name of a specific out argument.
GetType (inherited from Object) Gets the Type of the Object.
HeaderHandler [To be supplied.]
RootSetObjectData [To be supplied.]
SetObjectData [To be supplied.]
ToString (inherited from Object) Returns a String that represents the current Object.

Fields

_CallContext [To be supplied.]
_ExternalProperties [To be supplied.]
_Fault [To be supplied.]
_InternalProperties [To be supplied.]
_MethodName [To be supplied.]
_MethodSignature [To be supplied.]
_MI [To be supplied.]
_OutArgs [To be supplied.]
_Return [To be supplied.]
_TypeName [To be supplied.]
_URI [To be supplied.]

Protected:

Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by the Garbage Collector (GC). This method may be ignored by the runtime; therefore, necessary cleanup operations should be done elsewhere.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

MethodResponse Class | System.Runtime.Remoting Namespace