本文整理汇总了C#中iControl.LocalLBProfileString类的典型用法代码示例。如果您正苦于以下问题:C# LocalLBProfileString类的具体用法?C# LocalLBProfileString怎么用?C# LocalLBProfileString使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。
LocalLBProfileString类属于iControl命名空间,在下文中一共展示了LocalLBProfileString类的20个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于我们的系统推荐出更棒的C#代码示例。
示例1: Begincreate_v2
public System.IAsyncResult Begincreate_v2(string [] profile_names,LocalLBProfileString [] keys,LocalLBProfileString [] certs, System.AsyncCallback callback, object asyncState)
{
return this.BeginInvoke("create_v2", new object[] {
profile_names,
keys,
certs}, callback, asyncState);
}
开发者ID:f5devcentral,项目名称:f5-icontrol-library-dotnet,代码行数:7,代码来源:LocalLBProfileClientSSL.cs
示例2: Begincreate
public System.IAsyncResult Begincreate(string [] profile_names,LocalLBProfileString [] config_names,LocalLBProfileAuthenticationMethod [] auth_methods, System.AsyncCallback callback, object asyncState)
{
return this.BeginInvoke("create", new object[] {
profile_names,
config_names,
auth_methods}, callback, asyncState);
}
开发者ID:f5devcentral,项目名称:f5-icontrol-library-dotnet,代码行数:7,代码来源:LocalLBProfileAuth.cs
示例3: set_log_settings
public void set_log_settings(
string [] profile_names,
LocalLBProfileString [] publishers,
LocalLBProfileString [] profiles
)
{
this.Invoke("set_log_settings", new object [] {
profile_names,
publishers,
profiles});
}
开发者ID:f5devcentral,项目名称:f5-icontrol-library-dotnet,代码行数:11,代码来源:LocalLBProfileTFTP.cs
示例4: set_client_certificate_ca_file_v2
public void set_client_certificate_ca_file_v2(
string [] profile_names,
LocalLBProfileString [] client_cert_cas
)
{
this.Invoke("set_client_certificate_ca_file_v2", new object [] {
profile_names,
client_cert_cas});
}
开发者ID:f5devcentral,项目名称:f5-icontrol-library-dotnet,代码行数:9,代码来源:LocalLBProfileClientSSL.cs
示例5: set_log_publisher
public void set_log_publisher(
string [] profile_names,
LocalLBProfileString [] publishers
)
{
this.Invoke("set_log_publisher", new object [] {
profile_names,
publishers});
}
开发者ID:f5devcentral,项目名称:f5-icontrol-library-dotnet,代码行数:9,代码来源:LocalLBProfileTFTP.cs
示例6: set_rewrite_url
public void set_rewrite_url(
string [] profile_names,
LocalLBProfileString [] urls
)
{
this.Invoke("set_rewrite_url", new object [] {
profile_names,
urls});
}
开发者ID:f5devcentral,项目名称:f5-icontrol-library-dotnet,代码行数:9,代码来源:LocalLBProfileHTTPClass.cs
示例7: Beginset_redirect_location
public System.IAsyncResult Beginset_redirect_location(string [] profile_names,LocalLBProfileString [] redirect_locations, System.AsyncCallback callback, object asyncState)
{
return this.BeginInvoke("set_redirect_location", new object[] {
profile_names,
redirect_locations}, callback, asyncState);
}
开发者ID:f5devcentral,项目名称:f5-icontrol-library-dotnet,代码行数:6,代码来源:LocalLBProfileHTTPClass.cs
示例8: Beginset_md5_signature_passphrase
public System.IAsyncResult Beginset_md5_signature_passphrase(string [] profile_names,LocalLBProfileString [] passphrases, System.AsyncCallback callback, object asyncState)
{
return this.BeginInvoke("set_md5_signature_passphrase", new object[] {
profile_names,
passphrases}, callback, asyncState);
}
开发者ID:f5devcentral,项目名称:f5-icontrol-library-dotnet,代码行数:6,代码来源:LocalLBProfileTCP.cs
示例9: set_pool_name
public void set_pool_name(
string [] profile_names,
LocalLBProfileString [] pool_names
)
{
this.Invoke("set_pool_name", new object [] {
profile_names,
pool_names});
}
开发者ID:f5devcentral,项目名称:f5-icontrol-library-dotnet,代码行数:9,代码来源:LocalLBProfileHTTPClass.cs
示例10: set_insert_header
public void set_insert_header(
string [] profile_names,
LocalLBProfileString [] headers
)
{
this.Invoke("set_insert_header", new object [] {
profile_names,
headers});
}
开发者ID:f5devcentral,项目名称:f5-icontrol-library-dotnet,代码行数:9,代码来源:LocalLBProfileSPDY.cs
示例11: set_md5_signature_passphrase
public void set_md5_signature_passphrase(
string [] profile_names,
LocalLBProfileString [] passphrases
)
{
this.Invoke("set_md5_signature_passphrase", new object [] {
profile_names,
passphrases});
}
开发者ID:f5devcentral,项目名称:f5-icontrol-library-dotnet,代码行数:9,代码来源:LocalLBProfileTCP.cs
示例12: set_key_file
public void set_key_file(
string [] profile_names,
LocalLBProfileString [] keys
)
{
this.Invoke("set_key_file", new object [] {
profile_names,
keys});
}
开发者ID:f5devcentral,项目名称:f5-icontrol-library-dotnet,代码行数:9,代码来源:LocalLBProfileClientSSL.cs
示例13: Beginset_client_certificate_ca_file_v2
public System.IAsyncResult Beginset_client_certificate_ca_file_v2(string [] profile_names,LocalLBProfileString [] client_cert_cas, System.AsyncCallback callback, object asyncState)
{
return this.BeginInvoke("set_client_certificate_ca_file_v2", new object[] {
profile_names,
client_cert_cas}, callback, asyncState);
}
开发者ID:f5devcentral,项目名称:f5-icontrol-library-dotnet,代码行数:6,代码来源:LocalLBProfileClientSSL.cs
示例14: set_key_certificate_file
public void set_key_certificate_file(
string [] profile_names,
LocalLBProfileString [] keys,
LocalLBProfileString [] certs
)
{
this.Invoke("set_key_certificate_file", new object [] {
profile_names,
keys,
certs});
}
开发者ID:f5devcentral,项目名称:f5-icontrol-library-dotnet,代码行数:11,代码来源:LocalLBProfileClientSSL.cs
示例15: set_forward_proxy_ca_passphrase
public void set_forward_proxy_ca_passphrase(
string [] profile_names,
LocalLBProfileString [] passphrases
)
{
this.Invoke("set_forward_proxy_ca_passphrase", new object [] {
profile_names,
passphrases});
}
开发者ID:f5devcentral,项目名称:f5-icontrol-library-dotnet,代码行数:9,代码来源:LocalLBProfileClientSSL.cs
示例16: set_forward_proxy_bypass_source_ip_white_list
public void set_forward_proxy_bypass_source_ip_white_list(
string [] profile_names,
LocalLBProfileString [] lists
)
{
this.Invoke("set_forward_proxy_bypass_source_ip_white_list", new object [] {
profile_names,
lists});
}
开发者ID:f5devcentral,项目名称:f5-icontrol-library-dotnet,代码行数:9,代码来源:LocalLBProfileClientSSL.cs
示例17: set_forward_proxy_bypass_hostname_black_list
public void set_forward_proxy_bypass_hostname_black_list(
string [] profile_names,
LocalLBProfileString [] lists
)
{
this.Invoke("set_forward_proxy_bypass_hostname_black_list", new object [] {
profile_names,
lists});
}
开发者ID:f5devcentral,项目名称:f5-icontrol-library-dotnet,代码行数:9,代码来源:LocalLBProfileClientSSL.cs
示例18: set_crl_file_v2
public void set_crl_file_v2(
string [] profile_names,
LocalLBProfileString [] crls
)
{
this.Invoke("set_crl_file_v2", new object [] {
profile_names,
crls});
}
开发者ID:f5devcentral,项目名称:f5-icontrol-library-dotnet,代码行数:9,代码来源:LocalLBProfileClientSSL.cs
示例19: Beginset_insert_header
public System.IAsyncResult Beginset_insert_header(string [] profile_names,LocalLBProfileString [] headers, System.AsyncCallback callback, object asyncState)
{
return this.BeginInvoke("set_insert_header", new object[] {
profile_names,
headers}, callback, asyncState);
}
开发者ID:f5devcentral,项目名称:f5-icontrol-library-dotnet,代码行数:6,代码来源:LocalLBProfileSPDY.cs
示例20: Beginset_forward_proxy_bypass_source_ip_white_list
public System.IAsyncResult Beginset_forward_proxy_bypass_source_ip_white_list(string [] profile_names,LocalLBProfileString [] lists, System.AsyncCallback callback, object asyncState)
{
return this.BeginInvoke("set_forward_proxy_bypass_source_ip_white_list", new object[] {
profile_names,
lists}, callback, asyncState);
}
开发者ID:f5devcentral,项目名称:f5-icontrol-library-dotnet,代码行数:6,代码来源:LocalLBProfileClientSSL.cs
注:本文中的iControl.LocalLBProfileString类示例由纯净天空整理自Github/MSDocs等源码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。 |
请发表评论