Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » SQL Anywhere Server - Programming » SQL Anywhere .NET 2.0 API Reference » SATcpOptionsBuilder class » SATcpOptionsBuilder constructors

SATcpOptionsBuilder constructors Next Page

SATcpOptionsBuilder() constructor


Initializes an SATcpOptionsBuilder object.

Syntax

Visual Basic

Public Sub New()

C#

public SATcpOptionsBuilder();

Remarks

Restrictions: The SATcpOptionsBuilder class is not available in the .NET Compact Framework 2.0.

Example

The following statement initializes an SATcpOptionsBuilder object.

SATcpOptionsBuilder options = new SATcpOptionsBuilder( );
See also