| HeaderSeparatorChar Property |
[This is preliminary documentation and is subject to change.]
Gets the separator character.
Namespace: OAuth.DecoderAssembly: OAuth.Core (in OAuth.Core.dll) Version: 1.0.5795.41329
Syntax protected override char SeparatorChar { get; }
Protected Overrides ReadOnly Property SeparatorChar As Char
Get
protected:
virtual property wchar_t SeparatorChar {
wchar_t get () override;
}
abstract SeparatorChar : char with get
override SeparatorChar : char with get
Property Value
Type:
CharSeparator character.
See Also