WSTrustChannel.Open Method

Definition

Causes a communication object to transition from the created state into the opened state.

Overloads

Open(TimeSpan)

Causes a communication object to transition from the created state into the opened state within a specified interval of time.

Open()

Causes a communication object to transition from the created state into the opened state.

Open(TimeSpan)

Causes a communication object to transition from the created state into the opened state within a specified interval of time.

public:
 virtual void Open(TimeSpan timeout);
public void Open (TimeSpan timeout);
abstract member Open : TimeSpan -> unit
override this.Open : TimeSpan -> unit
Public Sub Open (timeout As TimeSpan)

Parameters

timeout
TimeSpan

The TimeSpan that specifies how long the open operation has to complete before timing out.

Implements

Applies to

Open()

Causes a communication object to transition from the created state into the opened state.

public:
 virtual void Open();
public void Open ();
abstract member Open : unit -> unit
override this.Open : unit -> unit
Public Sub Open ()

Implements

Applies to