|
| DotRas SDK Documentation |
| RasCcpInfo..::..ServerOptions Property |
| RasCcpInfo Class See Also Send Feedback |
|
Gets the compression options on the server.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
| C# |
|---|
public RasCompressionOptions ServerOptions { get; } |
| Visual Basic |
|---|
Public ReadOnly Property ServerOptions As RasCompressionOptions Get |
| Visual C++ |
|---|
public: property RasCompressionOptions^ ServerOptions { RasCompressionOptions^ get (); } |
| F# |
|---|
member ServerOptions : RasCompressionOptions with get |