SocketTools .NET Edition

HttpClient.HttpCookie Structure

This structure is used by the GetCookie method to return information about a cookie set by the server.

For a list of all members of this type, see HttpClient.HttpCookie Members.

System.Object
   System.ValueType
      SocketTools.HttpClient.HttpCookie

[Visual Basic]
Public Structure HttpClient.HttpCookie
[C#]
public struct HttpClient.HttpCookie

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: SocketTools

Assembly: SocketTools.HttpClient (in SocketTools.HttpClient.dll)

See Also

HttpClient.HttpCookie Members | SocketTools Namespace