RasLcpOptions Class
From DotRas SDK
Represents remote access service (RAS) link control protocol options. This class cannot be inherited.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
| C# |
|---|
[SerializableAttribute] public sealed class RasLcpOptions : ICloneable |
| Visual Basic |
|---|
<SerializableAttribute> Public NotInheritable Class RasLcpOptions Implements ICloneable |
| Visual C++ |
|---|
[SerializableAttribute] public ref class RasLcpOptions sealed : ICloneable |
| F# |
|---|
[<SealedAttribute>] [<SerializableAttribute>] type RasLcpOptions = class interface ICloneable end |
Inheritance Hierarchy
See Also