Remarks
Sets the string identifying the net user agent when a link to a remote server is requested, for example when trying to load a stream from a ShoutCAST server or when acting as a source for a ShoutCAST server.
Syntax
[Visual Basic]
Public Sub SetNetAgent (
strNetAgent as string
)
|
|
[C#]
public void SetNetAgent (
string strNetAgent
);
|
|
[C++]
public: void SetNetAgent (
string strNetAgent
);
|
|
Parameter
|
Description
|
|
|
strNetAgent
|
String containing the user agent. By default this string is set to "ADJSTUD/version" where "version" indicates the current version of the multimedia engine, i.e. "ADJSTUD/8.0.0.0"
|
Return value
None
|