NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

RemotingServices.GetServerTypeForURI

[To be supplied.]

[Visual Basic]
Public Shared Function GetServerTypeForURI( _
   ByVal URI As String _
) As Type
[C#]
public static Type GetServerTypeForURI(
   string URI
);
[C++]
public: static Type* GetServerTypeForURI(
   String* URI
);
[JScript]
public static function GetServerTypeForURI(
   URI : String
) : Type;

Parameters

URI
[To be supplied.]

See Also

RemotingServices Class | RemotingServices Members | System.Runtime.Remoting Namespace