ImmutableHttpCookie
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
ImmutableHttpCookie()
init()
Sub New()
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>
Value virtual
property Value: nullable String read;
String? Value { get; }
// .NET, .NET Core 5.0, .NET Standard 2.0, Island
var Value: String? { get{} }
// Toffee
var Value: String { get{} }
ReadOnly Property Value() As String?
Values virtual
property Values: ImmutableDictionary<String, String> read;
ImmutableDictionary<String, String> Values { get; }
var Values: ImmutableDictionary<String, String> { get{} }
ReadOnly Property Values() As ImmutableDictionary<String, String>
Values virtual
property Values[aName: not nullable String]: nullable String read;
String? Values[String! aName] { get; }
// .NET, .NET Core 5.0, .NET Standard 2.0, Island
subscript Values(_ aName: String) -> String? { get{} }
// Toffee
subscript Values(_ aName: String) -> String { get{} }
ReadOnly Property Values(aName As String) As String?
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>
Value virtual
property Value: nullable String read;
String? Value { get; }
// .NET, .NET Core 5.0, .NET Standard 2.0, Island
var Value: String? { get{} }
// Toffee
var Value: String { get{} }
ReadOnly Property Value() As String?
Values virtual
property Values: ImmutableDictionary<String, String> read;
ImmutableDictionary<String, String> Values { get; }
var Values: ImmutableDictionary<String, String> { get{} }
ReadOnly Property Values() As ImmutableDictionary<String, String>
Values virtual
property Values[aName: not nullable String]: nullable String read;
String? Values[String! aName] { get; }
// .NET, .NET Core 5.0, .NET Standard 2.0, Island
subscript Values(_ aName: String) -> String? { get{} }
// Toffee
subscript Values(_ aName: String) -> String { get{} }
ReadOnly Property Values(aName As String) As String?
constructor .NET, .NET Core 5.0, .NET Standard 2.0, Island
constructor
ImmutableHttpCookie()
init()
Sub New()