ImmutableHttpCookieCollection
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
Cookies virtual
property Cookies[aName: String]: nullable ImmutableHttpCookie read;
ImmutableHttpCookie? Cookies[String aName] { get; }
// .NET, .NET Core 5.0, .NET Standard 2.0, Island
subscript Cookies(_ aName: String) -> ImmutableHttpCookie? { get{} }
// Toffee
subscript Cookies(_ aName: String) -> ImmutableHttpCookie { get{} }
ReadOnly Property Cookies(aName As String) As ImmutableHttpCookie?
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 ImmutableHttpCookie
ImmutableHttpCookie? GetCookie(String! aName)
func GetCookie(_ aName: String) -> ImmutableHttpCookie
Function GetCookie(aName As String) As ImmutableHttpCookie?
Parameters:
- aName:
GetEnumerator virtual .NET, .NET Core 5.0, .NET Standard 2.0, Island
method GetEnumerator: IEnumerator<ImmutableHttpCookie>
IEnumerator<ImmutableHttpCookie> GetEnumerator()
func GetEnumerator() -> IEnumerator<ImmutableHttpCookie>
Function GetEnumerator() As IEnumerator<ImmutableHttpCookie>
GetSequence virtual
method GetSequence: IEnumerable<ImmutableHttpCookie>
IEnumerable<ImmutableHttpCookie> GetSequence()
func GetSequence() -> INSFastEnumeration<ImmutableHttpCookie>
Function GetSequence() As IEnumerable<ImmutableHttpCookie>
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 ImmutableHttpCookie read;
ImmutableHttpCookie? Cookies[String aName] { get; }
// .NET, .NET Core 5.0, .NET Standard 2.0, Island
subscript Cookies(_ aName: String) -> ImmutableHttpCookie? { get{} }
// Toffee
subscript Cookies(_ aName: String) -> ImmutableHttpCookie { get{} }
ReadOnly Property Cookies(aName As String) As ImmutableHttpCookie?
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>
GetCookie protected virtual
method GetCookie(aName: not nullable String): nullable ImmutableHttpCookie
ImmutableHttpCookie? GetCookie(String! aName)
func GetCookie(_ aName: String) -> ImmutableHttpCookie
Function GetCookie(aName As String) As ImmutableHttpCookie?
Parameters:
- aName:
GetEnumerator virtual .NET, .NET Core 5.0, .NET Standard 2.0, Island
method GetEnumerator: IEnumerator<ImmutableHttpCookie>
IEnumerator<ImmutableHttpCookie> GetEnumerator()
func GetEnumerator() -> IEnumerator<ImmutableHttpCookie>
Function GetEnumerator() As IEnumerator<ImmutableHttpCookie>
GetSequence virtual
method GetSequence: IEnumerable<ImmutableHttpCookie>
IEnumerable<ImmutableHttpCookie> GetSequence()
func GetSequence() -> INSFastEnumeration<ImmutableHttpCookie>
Function GetSequence() As IEnumerable<ImmutableHttpCookie>