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

Inheritance: IMethodReturnMessage, ISerializable, IMethodMessage, IMessage, ISerializationRootObject, IMessageDictionary
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Protected Properties

Свойство Type Description
ExternalProperties IDictionary
InternalProperties IDictionary

Private Properties

Свойство 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

Méthodes publiques

Méthode 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

Méthode 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 méthode

public GetArg ( int argNum ) : Object
argNum int
Résultat Object

GetArgName() public méthode

public GetArgName ( int index ) : String
index int
Résultat String

GetOutArg() public méthode

public GetOutArg ( int argNum ) : Object
argNum int
Résultat Object

GetOutArgName() public méthode

public GetOutArgName ( int index ) : String
index int
Résultat String

HeaderHandler() public méthode

public HeaderHandler ( Header h ) : Object
h Header
Résultat Object

MethodResponse() public méthode

public MethodResponse ( Header h1, IMethodCallMessage mcm ) : System
h1 Header
mcm IMethodCallMessage
Résultat System

RootSetObjectData() public méthode

public RootSetObjectData ( SerializationInfo info, StreamingContext ctx ) : void
info System.Runtime.Serialization.SerializationInfo
ctx System.Runtime.Serialization.StreamingContext
Résultat void

Property Details

ExternalProperties protected_oe property

protected IDictionary ExternalProperties
Résultat IDictionary

InternalProperties protected_oe property

protected IDictionary InternalProperties
Résultat IDictionary