C# Class System.Runtime.Remoting.Messaging.MethodResponse

Inheritance: IMethodReturnMessage, ISerializable, IMethodMessage, IMessage, ISerializationRootObject, IMessageDictionary
ファイルを表示 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Protected Properties

Property Type Description
ExternalProperties IDictionary
InternalProperties IDictionary

Private Properties

Property Type Description
FillHeader void
FillHeaders void
FillHeaders void
GetLogicalCallContext LogicalCallContext
GetObjectData void
IInternalMessage bool
IInternalMessage void
IInternalMessage void
MethodResponse System
MethodResponse System
MethodResponse System
SetLogicalCallContext LogicalCallContext
SetObjectData void
SetObjectFromSoapData void

Public Methods

Method Description
GetArg ( int argNum ) : Object
GetArgName ( int index ) : String
GetOutArg ( int argNum ) : Object
GetOutArgName ( int index ) : String
HeaderHandler ( Header h ) : Object
MethodResponse ( Header h1, IMethodCallMessage mcm ) : System
RootSetObjectData ( SerializationInfo info, StreamingContext ctx ) : void

Private Methods

Method Description
FillHeader ( String name, Object value ) : void
FillHeaders ( Header h ) : void
FillHeaders ( Header h, bool bFromHeaderHandler ) : void
GetLogicalCallContext ( ) : LogicalCallContext
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
IInternalMessage ( ) : bool
IInternalMessage ( LogicalCallContext newCallContext ) : void
IInternalMessage ( String val ) : void
MethodResponse ( IMethodCallMessage msg, Object handlerObject, BinaryMethodReturnMessage smuggledMrm ) : System
MethodResponse ( IMethodCallMessage msg, System.Runtime.Remoting.Messaging.SmuggledMethodReturnMessage smuggledMrm, ArrayList deserializedArgs ) : System
MethodResponse ( SerializationInfo info, StreamingContext context ) : System
SetLogicalCallContext ( LogicalCallContext ctx ) : LogicalCallContext
SetObjectData ( SerializationInfo info, StreamingContext ctx ) : void
SetObjectFromSoapData ( SerializationInfo info ) : void

Method Details

GetArg() public method

public GetArg ( int argNum ) : Object
argNum int
return Object

GetArgName() public method

public GetArgName ( int index ) : String
index int
return String

GetOutArg() public method

public GetOutArg ( int argNum ) : Object
argNum int
return Object

GetOutArgName() public method

public GetOutArgName ( int index ) : String
index int
return String

HeaderHandler() public method

public HeaderHandler ( Header h ) : Object
h Header
return Object

MethodResponse() public method

public MethodResponse ( Header h1, IMethodCallMessage mcm ) : System
h1 Header
mcm IMethodCallMessage
return System

RootSetObjectData() public method

public RootSetObjectData ( SerializationInfo info, StreamingContext ctx ) : void
info System.Runtime.Serialization.SerializationInfo
ctx System.Runtime.Serialization.StreamingContext
return void

Property Details

ExternalProperties protected_oe property

protected IDictionary ExternalProperties
return IDictionary

InternalProperties protected_oe property

protected IDictionary InternalProperties
return IDictionary