TwilioPhoneNumber Class |
Namespace: NetQuarry.Services
The TwilioPhoneNumber type exposes the following members.
Name | Description | |
---|---|---|
![]() | TwilioPhoneNumber | Initializes a new instance of the TwilioPhoneNumber class |
Name | Description | |
---|---|---|
![]() | AccountSid |
The unique id of the Account responsible for this phone number.
|
![]() | AddressRequirements |
Indicates whether this number requires an associated physical address.
One of "any", "local", "foreign", or "none".
|
![]() | ApiVersion |
Calls to this phone number will start a new TwiML session with this API version.
|
![]() | Capabilities |
The capabilities of the number.
|
![]() | DateCreated |
The date that this resource was created, given as GMT.
|
![]() | DateUpdated |
The date that this resource was last updated, given as GMT.
|
![]() | FriendlyName |
A human readable descriptive text for this resource, up to 64 characters long.
By default, the FriendlyName is a nicely formatted version of the phone number.
|
![]() | PhoneNumber |
The incoming phone number. e.g., +16175551212 (E.164 format)
|
![]() | Sid |
A 34-character string that uniquely idetifies this resource.
|
![]() | SmsApplicationSid |
The ApplicationSid assigned to this number for SMS requests.
|
![]() | SmsFallbackMethod |
The HTTP method Twilio will use when requesting the above URL. Either GET or POST.
|
![]() | SmsFallbackUrl |
The URL that Twilio will request if an error occurs retrieving or executing the TwiML from SmsUrl.
|
![]() | SmsMethod |
The HTTP method Twilio will use when making requests to the SmsUrl. Either GET or POST.
|
![]() | SmsUrl |
The URL Twilio will request when receiving an incoming SMS message to this number.
|
![]() | StatusCallback |
The URL that Twilio will request to pass status parameters (such as call ended) to your application.
|
![]() | StatusCallbackMethod |
The HTTP method Twilio will use to make requests to the StatusCallback Url. Either GET or POST.
|
![]() | VoiceApplicationSid |
The ApplicationSid assigned to this number for voice requests.
|
![]() | VoiceCallerIdLookup |
Look up the caller's caller-ID name from the CNAM database (additional charges apply)
|
![]() | VoiceFallbackMethod |
The HTTP method Twilio will use when requesting the VoiceFallbackUrl. Either GET or POST.
|
![]() | VoiceFallbackUrl |
The URL that Twilio will request if an error occurs retrieving or executing the TwiML requested by Url.
|
![]() | VoiceMethod |
The HTTP method Twilio will use when requesting the VoiceUrl Url. Either GET or POST.
|
![]() | VoiceUrl |
The URL Twilio will request when this phone number receives a call.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | EqualValue |
Determines if the object value is equal to another object. If the two objects are null, then this returns true.
There is special handling for guid comparisons (since a guid could be a string formatted in up to 3 different ways).
If the special guid handling is not performed, then the object.Equals method is used.
(Defined by EAPUtil.) |