putDomain

This method of the IWriteCookie interface sets the Domain attribute of the write-only Cookies collection to the specified value.

Syntax

public abstract void putDomain(java.lang.String domain);

Parameters

domain [in] A string that contains the new domain value.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.