SoapClientImport Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Imports authenticated, encrypted SOAP client proxies. This class cannot be inherited.
public ref class SoapClientImport sealed : System::EnterpriseServices::Internal::ISoapClientImport
[System.Runtime.InteropServices.Guid("346D5B9F-45E1-45c0-AADF-1B7D221E9063")]
public sealed class SoapClientImport : System.EnterpriseServices.Internal.ISoapClientImport
[<System.Runtime.InteropServices.Guid("346D5B9F-45E1-45c0-AADF-1B7D221E9063")>]
type SoapClientImport = class
interface ISoapClientImport
Public NotInheritable Class SoapClientImport
Implements ISoapClientImport
- Inheritance
-
SoapClientImport
- Attributes
- Implements
Remarks
SoapClientImport is used internally by the .NET Framework. You do not need to use it directly in your code.
Constructors
SoapClientImport() |
Initializes a new instance of the SoapClientImport class. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ProcessClientTlbEx(String, String, String, String, String, String) |
Creates a .NET remoting client configuration file that includes security and authentication options. |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |