Sets HTTP proxy authentication credentials.
Syntax
NSChannelMgr.SetProxyAuthenticationInfo( bstrUser, bstrPasswd )
Parameters
bstrUser
A String value specifying the domain and user name. The domain is optional.
bstrPasswd
A String value specifying the password.
Return Values
Returns an ActiveX HRESULT error code.
Remarks
NetShow supports HTTP stream distribution among NetShow servers. For example, the server connected to this instance of the Unicast Manager control could be distributing streams to multiple downstream servers. It may try, using HTTP, to connect to a server behind a firewall. This method is used to set the username and password credentials needed to break through the firewall if this server is challenged by a proxy server.
© 1996-1998 Microsoft Corporation. All rights reserved.