Represents an individual remote access phone book entry.
| C# | Visual Basic |
public sealed class RemoteAccessEntry
Public NotInheritable Class RemoteAccessEntry
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| AreaCode |
String that contains the area code.
If the dialing location does not have an area code, specify an empty string ("").
Do not include parentheses or other delimiters in the area code string.
For example, "206" is a valid area code; "(206)" is not.
| |
| AutoDialDll |
Specifies a string containing the full path and file name of the dynamic-link library (DLL) for the customized AutoDial handler.
If szAutodialDll contains an empty string (""),
RAS uses the default dialing user interface and the szAutodialFunc member is ignored.
| |
| AutoDialFunction |
Specifies a string containing the exported name of the RASADFunc function for the customized AutoDial handler.
An AutoDial DLL must provide both ANSI and Unicode versions of the RASADFunc handler.
However, do not include the A or W suffix in the name specified.
| |
| Channels |
Number specifying the number of channels supported by the device, where 1 is mono, 2 is stereo, and so on.
| |
| CountryCode |
Specifies the country/region code portion of the phone number.
| |
| Device |
The TAPI device to use with this phone-book entry.
Use Devices to retrieve all available devices.
| |
| Dial()()()() |
Establishes a remote access connection between a RAS client and a RAS server.
| |
| Dial(NetworkCredential) |
Establishes a remote access connection between a RAS client and a RAS server.
| |
| DialParams |
Device-specific configuration information.
This is opaque TAPI device configuration information that you should not manipulate directly.
| |
| DisplayPhoneNumber |
Gets the displayable phone number to be used in a dial-up connection.
| |
| EntryName |
Returns the name of the phone book entry.
| |
| Equals(Object) | (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.) | |
| FrameSize |
Specifies the network protocol frame size.
The value should be either 1006 or 1500.
| |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IPAddress |
Specifies the IP address to be used while this connection is active.
| |
| IPAddressDns |
Specifies the IP address of the DNS server to be used while this connection is active.
| |
| IPAddressDnsAlternative |
Specifies the IP address of a secondary or backup DNS server to be used while this connection is active.
| |
| IPAddressWins |
Specifies the IP address of the WINS server to be used while this connection is active.
| |
| IPAddressWinsAlternative |
Specifies the IP address of a secondary WINS server to be used while this connection is active.
| |
| LocalPhoneNumber |
String that contains a telephone number.
| |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Options |
Specifies connection options.
| |
| Script |
Specifies a string containing the name of the script file.
The file name should be a full path.
| |
| SetCredentials(NetworkCredential) |
Changes the credentials saved by the last successful call to the Dial()()()() function for the phone book entry.
| |
| ToString()()()() | (Overrides Object.ToString()()()().) | |
| Update()()()() |
Writes changes in the entry to the system.
|
| Platforms Supported | |
|---|---|
| Windows Embedded CE | Windows Embedded CE 4.1 and later |
| Object | |
| RemoteAccessEntry | |