Sasl.SaslString
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
- Nested in: Sasl
constructor
constructor
Sasl.SaslString()
init()
Sub New()
constructor (String)
constructor(source: String)
Sasl.SaslString(String source)
init(_ source: String)
Sub New(source As String)
Parameters:
- source:
Clear virtual
method Clear
void Clear()
func Clear()
Sub Clear()
description override Toffee
func description() -> NSString
IsMisformed virtual
property IsMisformed: Boolean read;
Boolean IsMisformed { get; }
var IsMisformed: Boolean { get{} }
ReadOnly Property IsMisformed() As Boolean
Item virtual
property Item[name: String]: String read write;
String Item[String name] { get; set; }
subscript Item(_ name: String) -> String { get{} set{} }
Property Item(name As String) As String
Parse virtual
method Parse(loginString: String)
void Parse(String loginString)
func Parse(_ loginString: String)
Sub Parse(loginString As String)
Parameters:
- loginString:
Remove virtual
method Remove(name: String)
void Remove(String name)
func Remove(_ name: String)
Sub Remove(name As String)
Parameters:
- name:
ToString virtual
method ToString: PlatformString
PlatformString ToString()
func ToString() -> String
Function ToString() As PlatformString
Values virtual
property Values: Dictionary<String, String> read;
Dictionary<String, String> Values { get; }
var Values: Dictionary<String, String> { get{} }
ReadOnly Property Values() As Dictionary<String, String>
IsMisformed virtual
property IsMisformed: Boolean read;
Boolean IsMisformed { get; }
var IsMisformed: Boolean { get{} }
ReadOnly Property IsMisformed() As Boolean
Item virtual
property Item[name: String]: String read write;
String Item[String name] { get; set; }
subscript Item(_ name: String) -> String { get{} set{} }
Property Item(name As String) As String
Values virtual
property Values: Dictionary<String, String> read;
Dictionary<String, String> Values { get; }
var Values: Dictionary<String, String> { get{} }
ReadOnly Property Values() As Dictionary<String, String>
constructor
constructor
Sasl.SaslString()
init()
Sub New()
constructor (String)
constructor(source: String)
Sasl.SaslString(String source)
init(_ source: String)
Sub New(source As String)
Parameters:
- source:
Clear virtual
method Clear
void Clear()
func Clear()
Sub Clear()
description override Toffee
func description() -> NSString
Parse virtual
method Parse(loginString: String)
void Parse(String loginString)
func Parse(_ loginString: String)
Sub Parse(loginString As String)
Parameters:
- loginString:
Remove virtual
method Remove(name: String)
void Remove(String name)
func Remove(_ name: String)
Sub Remove(name As String)
Parameters:
- name:
ToString virtual
method ToString: PlatformString
PlatformString ToString()
func ToString() -> String
Function ToString() As PlatformString