ProxyAttribute::IsContextOK Method (Context^, IConstructionCallMessage^)

 
Use BaseTrue

Checks the specified context.

Namespace:   System.Runtime.Remoting.Proxies
Assembly:  mscorlib (in mscorlib.dll)

public:
[SecurityCriticalAttribute]
[ComVisibleAttribute(true)]
virtual bool IsContextOK(
	Context^ ctx,
	IConstructionCallMessage^ msg
) sealed

Parameters

ctx
Type: System.Runtime.Remoting.Contexts::Context^

The context to be verified.

msg
Type: System.Runtime.Remoting.Activation::IConstructionCallMessage^

The message for the remote call.

Return Value

Type: System::Boolean

The specified context.

.NET Framework
Available since 1.1
Return to top
Show: