C# 클래스 System.Runtime.Remoting.Messaging.MethodResponse

상속: IMethodReturnMessage, ISerializable, IMethodMessage, IMessage, ISerializationRootObject, IMessageDictionary
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
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