C# Класс iControl.NetworkingProfileMAP

Наследование: iControlInterface
Показать файл Открыть проект

Открытые методы

Метод Описание
Begincreate ( string profile_names, CommonProfileNetAddress ip6_prefixes, CommonProfileNetAddress ip4_prefixes, CommonProfileULong ea_bits_lengths, CommonProfileULong port_offsets, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_profiles ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_default_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_ea_bits_length ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_ip4_prefix ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_ip6_prefix ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_port_offset ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginis_base_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginis_system_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginset_default_profile ( string profile_names, string defaults, System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string profile_names, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_ea_bits_length ( string profile_names, CommonProfileULong lengths, System callback, object asyncState ) : System.IAsyncResult
Beginset_ip4_prefix ( string profile_names, CommonProfileNetAddress prefixes, System callback, object asyncState ) : System.IAsyncResult
Beginset_ip6_prefix ( string profile_names, CommonProfileNetAddress prefixes, System callback, object asyncState ) : System.IAsyncResult
Beginset_port_offset ( string profile_names, CommonProfileULong offsets, System callback, object asyncState ) : System.IAsyncResult
Endcreate ( System asyncResult ) : void
Enddelete_all_profiles ( System asyncResult ) : void
Enddelete_profile ( System asyncResult ) : void
Endget_default_profile ( System asyncResult ) : string[]
Endget_description ( System asyncResult ) : string[]
Endget_ea_bits_length ( System asyncResult ) : iControl.CommonProfileULong[]
Endget_ip4_prefix ( System asyncResult ) : iControl.CommonProfileNetAddress[]
Endget_ip6_prefix ( System asyncResult ) : iControl.CommonProfileNetAddress[]
Endget_list ( System asyncResult ) : string[]
Endget_port_offset ( System asyncResult ) : iControl.CommonProfileULong[]
Endget_version ( System asyncResult ) : string
Endis_base_profile ( System asyncResult ) : bool[]
Endis_system_profile ( System asyncResult ) : bool[]
Endset_default_profile ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
Endset_ea_bits_length ( System asyncResult ) : void
Endset_ip4_prefix ( System asyncResult ) : void
Endset_ip6_prefix ( System asyncResult ) : void
Endset_port_offset ( System asyncResult ) : void
NetworkingProfileMAP ( ) : System

Приватные методы

Метод Описание
create ( string profile_names, CommonProfileNetAddress ip6_prefixes, CommonProfileNetAddress ip4_prefixes, CommonProfileULong ea_bits_lengths, CommonProfileULong port_offsets ) : void
delete_all_profiles ( ) : void
delete_profile ( string profile_names ) : void
get_default_profile ( string profile_names ) : string[]
get_description ( string profile_names ) : string[]
get_ea_bits_length ( string profile_names ) : iControl.CommonProfileULong[]
get_ip4_prefix ( string profile_names ) : iControl.CommonProfileNetAddress[]
get_ip6_prefix ( string profile_names ) : iControl.CommonProfileNetAddress[]
get_list ( ) : string[]
get_port_offset ( string profile_names ) : iControl.CommonProfileULong[]
get_version ( ) : string
is_base_profile ( string profile_names ) : bool[]
is_system_profile ( string profile_names ) : bool[]
set_default_profile ( string profile_names, string defaults ) : void
set_description ( string profile_names, string descriptions ) : void
set_ea_bits_length ( string profile_names, CommonProfileULong lengths ) : void
set_ip4_prefix ( string profile_names, CommonProfileNetAddress prefixes ) : void
set_ip6_prefix ( string profile_names, CommonProfileNetAddress prefixes ) : void
set_port_offset ( string profile_names, CommonProfileULong offsets ) : void

Описание методов

Begincreate() публичный Метод

public Begincreate ( string profile_names, CommonProfileNetAddress ip6_prefixes, CommonProfileNetAddress ip4_prefixes, CommonProfileULong ea_bits_lengths, CommonProfileULong port_offsets, System callback, object asyncState ) : System.IAsyncResult
profile_names string
ip6_prefixes CommonProfileNetAddress
ip4_prefixes CommonProfileNetAddress
ea_bits_lengths CommonProfileULong
port_offsets CommonProfileULong
callback System
asyncState object
Результат System.IAsyncResult

Begindelete_all_profiles() публичный Метод

public Begindelete_all_profiles ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
Результат System.IAsyncResult

Begindelete_profile() публичный Метод

public Begindelete_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
Результат System.IAsyncResult

Beginget_default_profile() публичный Метод

public Beginget_default_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
Результат System.IAsyncResult

Beginget_description() публичный Метод

public Beginget_description ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
Результат System.IAsyncResult

Beginget_ea_bits_length() публичный Метод

public Beginget_ea_bits_length ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
Результат System.IAsyncResult

Beginget_ip4_prefix() публичный Метод

public Beginget_ip4_prefix ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
Результат System.IAsyncResult

Beginget_ip6_prefix() публичный Метод

public Beginget_ip6_prefix ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
Результат System.IAsyncResult

Beginget_list() публичный Метод

public Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
Результат System.IAsyncResult

Beginget_port_offset() публичный Метод

public Beginget_port_offset ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
Результат System.IAsyncResult

Beginget_version() публичный Метод

public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
Результат System.IAsyncResult

Beginis_base_profile() публичный Метод

public Beginis_base_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
Результат System.IAsyncResult

Beginis_system_profile() публичный Метод

public Beginis_system_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
Результат System.IAsyncResult

Beginset_default_profile() публичный Метод

public Beginset_default_profile ( string profile_names, string defaults, System callback, object asyncState ) : System.IAsyncResult
profile_names string
defaults string
callback System
asyncState object
Результат System.IAsyncResult

Beginset_description() публичный Метод

public Beginset_description ( string profile_names, string descriptions, System callback, object asyncState ) : System.IAsyncResult
profile_names string
descriptions string
callback System
asyncState object
Результат System.IAsyncResult

Beginset_ea_bits_length() публичный Метод

public Beginset_ea_bits_length ( string profile_names, CommonProfileULong lengths, System callback, object asyncState ) : System.IAsyncResult
profile_names string
lengths CommonProfileULong
callback System
asyncState object
Результат System.IAsyncResult

Beginset_ip4_prefix() публичный Метод

public Beginset_ip4_prefix ( string profile_names, CommonProfileNetAddress prefixes, System callback, object asyncState ) : System.IAsyncResult
profile_names string
prefixes CommonProfileNetAddress
callback System
asyncState object
Результат System.IAsyncResult

Beginset_ip6_prefix() публичный Метод

public Beginset_ip6_prefix ( string profile_names, CommonProfileNetAddress prefixes, System callback, object asyncState ) : System.IAsyncResult
profile_names string
prefixes CommonProfileNetAddress
callback System
asyncState object
Результат System.IAsyncResult

Beginset_port_offset() публичный Метод

public Beginset_port_offset ( string profile_names, CommonProfileULong offsets, System callback, object asyncState ) : System.IAsyncResult
profile_names string
offsets CommonProfileULong
callback System
asyncState object
Результат System.IAsyncResult

Endcreate() публичный Метод

public Endcreate ( System asyncResult ) : void
asyncResult System
Результат void

Enddelete_all_profiles() публичный Метод

public Enddelete_all_profiles ( System asyncResult ) : void
asyncResult System
Результат void

Enddelete_profile() публичный Метод

public Enddelete_profile ( System asyncResult ) : void
asyncResult System
Результат void

Endget_default_profile() публичный Метод

public Endget_default_profile ( System asyncResult ) : string[]
asyncResult System
Результат string[]

Endget_description() публичный Метод

public Endget_description ( System asyncResult ) : string[]
asyncResult System
Результат string[]

Endget_ea_bits_length() публичный Метод

public Endget_ea_bits_length ( System asyncResult ) : iControl.CommonProfileULong[]
asyncResult System
Результат iControl.CommonProfileULong[]

Endget_ip4_prefix() публичный Метод

public Endget_ip4_prefix ( System asyncResult ) : iControl.CommonProfileNetAddress[]
asyncResult System
Результат iControl.CommonProfileNetAddress[]

Endget_ip6_prefix() публичный Метод

public Endget_ip6_prefix ( System asyncResult ) : iControl.CommonProfileNetAddress[]
asyncResult System
Результат iControl.CommonProfileNetAddress[]

Endget_list() публичный Метод

public Endget_list ( System asyncResult ) : string[]
asyncResult System
Результат string[]

Endget_port_offset() публичный Метод

public Endget_port_offset ( System asyncResult ) : iControl.CommonProfileULong[]
asyncResult System
Результат iControl.CommonProfileULong[]

Endget_version() публичный Метод

public Endget_version ( System asyncResult ) : string
asyncResult System
Результат string

Endis_base_profile() публичный Метод

public Endis_base_profile ( System asyncResult ) : bool[]
asyncResult System
Результат bool[]

Endis_system_profile() публичный Метод

public Endis_system_profile ( System asyncResult ) : bool[]
asyncResult System
Результат bool[]

Endset_default_profile() публичный Метод

public Endset_default_profile ( System asyncResult ) : void
asyncResult System
Результат void

Endset_description() публичный Метод

public Endset_description ( System asyncResult ) : void
asyncResult System
Результат void

Endset_ea_bits_length() публичный Метод

public Endset_ea_bits_length ( System asyncResult ) : void
asyncResult System
Результат void

Endset_ip4_prefix() публичный Метод

public Endset_ip4_prefix ( System asyncResult ) : void
asyncResult System
Результат void

Endset_ip6_prefix() публичный Метод

public Endset_ip6_prefix ( System asyncResult ) : void
asyncResult System
Результат void

Endset_port_offset() публичный Метод

public Endset_port_offset ( System asyncResult ) : void
asyncResult System
Результат void

NetworkingProfileMAP() публичный Метод

public NetworkingProfileMAP ( ) : System
Результат System