System.Runtime.Remoting.Activation.UrlAttribute.IsContextOK Method

Returns a Boolean value that indicates whether the specified System.Runtime.Remoting.Contexts.Context meets System.Runtime.Remoting.Activation.UrlAttribute's requirements.

Syntax

[System.Runtime.InteropServices.ComVisible(true)]
public override bool IsContextOK (System.Runtime.Remoting.Contexts.Context ctx, IConstructionCallMessage msg)

Parameters

ctx
The context to check against the current context attribute.
msg
The construction call, the parameters of which need to be checked against the current context.

Returns

true if the passed-in context is acceptable; otherwise, false.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Runtime.Remoting.Activation
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0