HttpCookieCollection

Overview

Location

  • Reference:
    • RemObjects.InternetPack.dll  .NET, .NET Core 5.0, .NET Standard 2.0
    • RemObjects.InternetPack.fx  Island
    • libRemObjects.InternetPack.fx  Toffee
  • Namespace: RemObjects.InternetPack.Http


 

constructor .NET, .NET Core 5.0, .NET Standard 2.0, Island

 

constructor

 

HttpCookieCollection()

 

init()

 

Sub New()

Add  virtual

 

method Add(aName: not nullable String; aCookie: nullable HttpCookie)

 

void Add(String! aName, HttpCookie? aCookie)

 

func Add(_ aName: String, _ aCookie: HttpCookie)

 

Sub Add(aName As String, aCookie As HttpCookie?)

Parameters:

  • aName:
  • aCookie:

Cookies  virtual

 

property Cookies[aName: String]: nullable HttpCookie read write;

 

HttpCookie? Cookies[String aName] { get; set; }

 

// .NET, .NET Core 5.0, .NET Standard 2.0, Island
subscript Cookies(_ aName: String) -> HttpCookie? { get{} set{} }
// Toffee
subscript Cookies(_ aName: String) -> HttpCookie { get{} set{} }

 

Property Cookies(aName As String) As HttpCookie?

Count  virtual

 

property Count: Int32 read;

 

Int32 Count { get; }

 

var Count: Int32 { get{} }

 

ReadOnly Property Count() As Int32

GetCookie  protected virtual

 

method GetCookie(aName: not nullable String): nullable HttpCookie

 

HttpCookie? GetCookie(String! aName)

 

func GetCookie(_ aName: String) -> HttpCookie

 

Function GetCookie(aName As String) As HttpCookie?

Parameters:

  • aName:

GetEnumerator  virtual .NET, .NET Core 5.0, .NET Standard 2.0, Island

 

method GetEnumerator: IEnumerator<HttpCookie>

 

IEnumerator<HttpCookie> GetEnumerator()

 

func GetEnumerator() -> IEnumerator<HttpCookie>

 

Function GetEnumerator() As IEnumerator<HttpCookie>

GetSequence  virtual

 

method GetSequence: IEnumerable<HttpCookie>

 

IEnumerable<HttpCookie> GetSequence()

 

func GetSequence() -> INSFastEnumeration<HttpCookie>

 

Function GetSequence() As IEnumerable<HttpCookie>

Keys  virtual

 

property Keys: IEnumerable<String> read;

 

IEnumerable<String> Keys { get; }

 

// .NET, .NET Core 5.0, .NET Standard 2.0, Island
var Keys: IEnumerable<String> { get{} }
// Toffee
var Keys: INSFastEnumeration<String> { get{} }

 

ReadOnly Property Keys() As IEnumerable<String>

 

Cookies  virtual

 

property Cookies[aName: String]: nullable HttpCookie read write;

 

HttpCookie? Cookies[String aName] { get; set; }

 

// .NET, .NET Core 5.0, .NET Standard 2.0, Island
subscript Cookies(_ aName: String) -> HttpCookie? { get{} set{} }
// Toffee
subscript Cookies(_ aName: String) -> HttpCookie { get{} set{} }

 

Property Cookies(aName As String) As HttpCookie?

Count  virtual

 

property Count: Int32 read;

 

Int32 Count { get; }

 

var Count: Int32 { get{} }

 

ReadOnly Property Count() As Int32

Keys  virtual

 

property Keys: IEnumerable<String> read;

 

IEnumerable<String> Keys { get; }

 

// .NET, .NET Core 5.0, .NET Standard 2.0, Island
var Keys: IEnumerable<String> { get{} }
// Toffee
var Keys: INSFastEnumeration<String> { get{} }

 

ReadOnly Property Keys() As IEnumerable<String>

 

constructor .NET, .NET Core 5.0, .NET Standard 2.0, Island

 

constructor

 

HttpCookieCollection()

 

init()

 

Sub New()

Add  virtual

 

method Add(aName: not nullable String; aCookie: nullable HttpCookie)

 

void Add(String! aName, HttpCookie? aCookie)

 

func Add(_ aName: String, _ aCookie: HttpCookie)

 

Sub Add(aName As String, aCookie As HttpCookie?)

Parameters:

  • aName:
  • aCookie:

GetCookie  protected virtual

 

method GetCookie(aName: not nullable String): nullable HttpCookie

 

HttpCookie? GetCookie(String! aName)

 

func GetCookie(_ aName: String) -> HttpCookie

 

Function GetCookie(aName As String) As HttpCookie?

Parameters:

  • aName:

GetEnumerator  virtual .NET, .NET Core 5.0, .NET Standard 2.0, Island

 

method GetEnumerator: IEnumerator<HttpCookie>

 

IEnumerator<HttpCookie> GetEnumerator()

 

func GetEnumerator() -> IEnumerator<HttpCookie>

 

Function GetEnumerator() As IEnumerator<HttpCookie>

GetSequence  virtual

 

method GetSequence: IEnumerable<HttpCookie>

 

IEnumerable<HttpCookie> GetSequence()

 

func GetSequence() -> INSFastEnumeration<HttpCookie>

 

Function GetSequence() As IEnumerable<HttpCookie>