RemotingServices::GetServerTypeForUri Method
Returns the Type of the object with the specified URI.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- URI
- Type: System::String
The URI of the object whose Type is requested.
| Exception | Condition |
|---|---|
| SecurityException | Either the immediate caller does not have infrastructure permission, or at least one of the callers higher in the callstack does not have permission to retrieve the type information of non-public members. |
Because remoting identifies endpoints using URIs, the GetServerTypeForUri method is very useful in the pluggable parts of the remoting infrastructure (for example, channel sinks, dynamic sinks, and context sinks) that use IMessage objects, because the current method will return the associated type object from the URI.
- SecurityPermission
for operating with infrastructure code. Demand value: SecurityAction::LinkDemand; Permission value: SecurityPermissionFlag::Infrastructure
- ReflectionPermission
to retrieve the type information of non-public members. Demand value: SecurityAction::Demand; Permission value: ReflectionPermissionFlag::MemberAccess
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.