Previous | Next |
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
Windows Media Services supports HTTP stream distribution among servers running Windows Media Services. For example, the server connected to this instance of the Windows Media Unicast control can be distributing streams to multiple downstream servers. It can try, using HTTP, to connect to a server behind a firewall. This method is used to set the user name and password credentials needed to break through the firewall if the server is challenged by a proxy server.
Previous | Next |