RemoteWebConfigurationHostServer Klass

Definition

Används internt vid körning för fjärråtkomst till konfigurationsdata.

Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden.

public ref class RemoteWebConfigurationHostServer : System::Web::Configuration::IRemoteWebConfigurationHostServer
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDual)]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("8DEC0FA2-CC19-494F-8613-1F6221C0C5AB")]
public class RemoteWebConfigurationHostServer : System.Web.Configuration.IRemoteWebConfigurationHostServer
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDual)]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("9FDB6D2C-90EA-4e42-99E6-38B96E28698E")]
public class RemoteWebConfigurationHostServer : System.Web.Configuration.IRemoteWebConfigurationHostServer
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDual)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("8DEC0FA2-CC19-494F-8613-1F6221C0C5AB")>]
type RemoteWebConfigurationHostServer = class
    interface IRemoteWebConfigurationHostServer
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDual)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("9FDB6D2C-90EA-4e42-99E6-38B96E28698E")>]
type RemoteWebConfigurationHostServer = class
    interface IRemoteWebConfigurationHostServer
Public Class RemoteWebConfigurationHostServer
Implements IRemoteWebConfigurationHostServer
Arv
RemoteWebConfigurationHostServer
Attribut
Implementeringar

Konstruktorer

Name Description
RemoteWebConfigurationHostServer()

Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden.

Används internt vid körning för att skapa en ny instans av RemoteWebConfigurationHostServer.

Metoder

Name Description
DoEncryptOrDecrypt(Boolean, String, String, String, String[], String[])

Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden.

Krypterar eller dekrypterar villkorligt värdet för strängen som refereras av parametern xmlString .

Equals(Object)

Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden.

Avgör om det angivna objektet är lika med det aktuella objektet.

(Ärvd från Object)
GetData(String, Boolean, Int64)

Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden.

Används internt för fjärråtkomst till konfigurationsdata.

GetFileDetails(String, Boolean, Int64, Int64, Int64)

Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden.

Hämtar information om konfigurationsfilen.

GetFilePaths(Int32, String, String, String)

Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden.

Används internt för fjärråtkomst till konfigurationsdata.

GetHashCode()

Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden.

Fungerar som standard-hash-funktion.

(Ärvd från Object)
GetType()

Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden.

Hämtar den aktuella instansen Type .

(Ärvd från Object)
MemberwiseClone()

Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden.

Skapar en ytlig kopia av den aktuella Object.

(Ärvd från Object)
ToString()

Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden.

Returnerar en sträng som representerar det aktuella objektet.

(Ärvd från Object)
WriteData(String, String, Byte[], Int64)

Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden.

Används internt för fjärråtkomst till konfigurationsdata.

Gäller för

Se även