iControl.LocalLBProfileServerSSL.get_expired_certificate_response_control_mode C# (CSharp) Метод

get_expired_certificate_response_control_mode() приватный Метод

private get_expired_certificate_response_control_mode ( string profile_names ) : iControl.LocalLBProfileResponseControlMode[]
profile_names string
Результат iControl.LocalLBProfileResponseControlMode[]
        public LocalLBProfileResponseControlMode[] get_expired_certificate_response_control_mode(
		string [] profile_names
	)
        {
            object [] results = this.Invoke("get_expired_certificate_response_control_mode", new object [] {
                profile_names});
            return ((LocalLBProfileResponseControlMode [])(results[0]));
        }
LocalLBProfileServerSSL