| HeaderSeparator Property |
[This is preliminary documentation and is subject to change.]
Gets the separator.
Namespace: OAuth.EncoderAssembly: OAuth.Core (in OAuth.Core.dll) Version: 1.0.5795.41329
Syntax protected override string Separator { get; }
Protected Overrides ReadOnly Property Separator As String
Get
protected:
virtual property String^ Separator {
String^ get () override;
}
abstract Separator : string with get
override Separator : string with get
Property Value
Type:
StringSeparator.
See Also