C# Класс System.Runtime.Remoting.Messaging.MethodResponse

Наследование: IMethodReturnMessage, ISerializable, IMethodMessage, IMessage, ISerializationRootObject, IMessageDictionary
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
ExternalProperties IDictionary
InternalProperties IDictionary

Private Properties

Свойство Тип Описание
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

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
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

Описание методов

GetArg() публичный Метод

public GetArg ( int argNum ) : Object
argNum int
Результат Object

GetArgName() публичный Метод

public GetArgName ( int index ) : String
index int
Результат String

GetOutArg() публичный Метод

public GetOutArg ( int argNum ) : Object
argNum int
Результат Object

GetOutArgName() публичный Метод

public GetOutArgName ( int index ) : String
index int
Результат String

HeaderHandler() публичный Метод

public HeaderHandler ( Header h ) : Object
h Header
Результат Object

MethodResponse() публичный Метод

public MethodResponse ( Header h1, IMethodCallMessage mcm ) : System
h1 Header
mcm IMethodCallMessage
Результат System

RootSetObjectData() публичный Метод

public RootSetObjectData ( SerializationInfo info, StreamingContext ctx ) : void
info System.Runtime.Serialization.SerializationInfo
ctx System.Runtime.Serialization.StreamingContext
Результат void

Описание свойств

ExternalProperties защищенное свойство

protected IDictionary ExternalProperties
Результат IDictionary

InternalProperties защищенное свойство

protected IDictionary InternalProperties
Результат IDictionary