Freigeben über


UrlAttribute.IsContextOK-Methode

Gibt einen booleschen Wert zurück, der angibt, ob der angegebene Context die Anforderungen von UrlAttribute erfüllt.

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

Syntax

'Declaration
<ComVisibleAttribute(True)> _
Public Overrides Function IsContextOK ( _
    ctx As Context, _
    msg As IConstructionCallMessage _
) As Boolean
'Usage
Dim instance As UrlAttribute
Dim ctx As Context
Dim msg As IConstructionCallMessage
Dim returnValue As Boolean

returnValue = instance.IsContextOK(ctx, msg)
[ComVisibleAttribute(true)] 
public override bool IsContextOK (
    Context ctx,
    IConstructionCallMessage msg
)
[ComVisibleAttribute(true)] 
public:
virtual bool IsContextOK (
    Context^ ctx, 
    IConstructionCallMessage^ msg
) override
/** @attribute ComVisibleAttribute(true) */ 
public boolean IsContextOK (
    Context ctx, 
    IConstructionCallMessage msg
)
ComVisibleAttribute(true) 
public override function IsContextOK (
    ctx : Context, 
    msg : IConstructionCallMessage
) : boolean

Parameter

  • ctx
    Der anhand des aktuellen Kontextattributs zu überprüfende Kontext.
  • msg
    Der Konstruktionsaufruf, dessen Parameter anhand des aktuellen Kontexts überprüft werden sollen.

Rückgabewert

true, wenn der übergebene Kontext zulässig ist, andernfalls false.

Ausnahmen

Ausnahmetyp Bedingung

SecurityException

Der direkte Aufrufer verfügt nicht über die Berechtigung für die Infrastruktur.

.NET Framework-Sicherheit

Plattformen

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.

Versionsinformationen

.NET Framework

Unterstützt in: 2.0, 1.1, 1.0

Siehe auch

Referenz

UrlAttribute-Klasse
UrlAttribute-Member
System.Runtime.Remoting.Activation-Namespace
Context