Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft