C# Class TropoCSharp.Tropo.Endpoint

Defnies an endoint for transfer and redirects.
Exibir arquivo Open project: hack4reno/hack4reno2011 Class Usage Examples

Public Properties

Property Type Description
channel string
id string
name string
network string
to string

Public Methods

Method Description
Endpoint ( ) : System
Endpoint ( string to ) : System
Endpoint ( string id, string channel, string name, string network ) : System

Method Details

Endpoint() public method

public Endpoint ( ) : System
return System

Endpoint() public method

public Endpoint ( string to ) : System
to string
return System

Endpoint() public method

public Endpoint ( string id, string channel, string name, string network ) : System
id string
channel string
name string
network string
return System

Property Details

channel public_oe property

public string channel
return string

id public_oe property

public string id
return string

name public_oe property

public string name
return string

network public_oe property

public string network
return string

to public_oe property

public string to
return string