Adds a URI on which the channel hook will listen.
Namespace:
?
System.Runtime.Remoting.Channels
Assembly:
?
mscorlib (in mscorlib.dll)
Syntax
Visual Basic (Declaration) |
---|
Sub AddHookChannelUri ( _
channelUri As String _
) |
C# |
---|
void AddHookChannelUri(
string channelUri
) |
Visual C++ |
---|
void AddHookChannelUri(
String^ channelUri
) |
JavaScript |
---|
function addHookChannelUri(channelUri); |
Parameters
- channelUri
- Type: System..::.String
A URI on which the channel hook will listen.
Exceptions
See Also