RasIPOptions Class

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Defines the remote access service (RAS) IPCP options.

Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)

Syntax

C#
[SerializableAttribute]
public class RasIPOptions : ICloneable
Visual Basic
<SerializableAttribute>
Public Class RasIPOptions
	Implements ICloneable
Visual C++
[SerializableAttribute]
public ref class RasIPOptions : ICloneable
F#
[<SerializableAttribute>]
type RasIPOptions =  
    class
        interface ICloneable
    end

Inheritance Hierarchy

System..::..Object
  DotRas..::..RasIPOptions

See Also