Share via


IWriteCookie::put_Domain

The IWriteCookie::put_Domain method sets the Domain attribute of the write-only Response.Cookies Collection collection to the specified value.

HRESULT put_Domain(
      BSTR bstrDomain
);

Parameters

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

Remarks

You can use this method to specify particular domains for a cookie. This method applies only to the Response.Cookies collection.

Requirements

Client: Requires Windows XP Professional, Windows 2000 Professional, or Windows NT Workstation 4.0.

Server: Requires Windows Server 2003, Windows 2000 Server, or Windows NT Server 4.0.

Product: IIS

See Also