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!

IChannelReceiver.GetURLsforURI

[Visual Basic]
Function GetURLsforURI( _
   ByVal objectURI As String _
) As String ()
[C#]
string[] GetURLsforURI(
   string objectURI
);
[C++]
String* GetURLsforURI(
   String* objectURI
) [] = 0;
[JScript]
function GetURLsforURI(
   objectURI : String
) : String[];

Parameters

objectURI
The URI for which URL's are required

See Also

IChannelReceiver Interface | IChannelReceiver Members | System.Runtime.Remoting Namespace