Returns or sets boolean indicating use of SSL or telnet connection when connecting to host server


Namespace: rocketsoftware.MVSP
Assembly: RocketMVSP (in RocketMVSP.dll)

Syntax

Visual Basic (Declaration)
Public Property SslConnect As Boolean
C#
public bool SslConnect { get; set; }
C++
public property bool SslConnect sealed  {
    bool get();
    void set(bool value);
}
J#
/** property */
public bool get_SslConnect();

/** property */
public void set_SslConnect(bool value);
JScript
public function get SslConnect() : bool

public function set SslConnect(value : bool);

Property Value

a boolean indicating use of SSL or telnet connection when connecting to host server

See Also