SoapClientImport.ProcessClientTlbEx Method
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.
Creates a .NET remoting client configuration file that includes security and authentication options.
public:
virtual void ProcessClientTlbEx(System::String ^ progId, System::String ^ virtualRoot, System::String ^ baseUrl, System::String ^ authentication, System::String ^ assemblyName, System::String ^ typeName);
public void ProcessClientTlbEx (string progId, string virtualRoot, string baseUrl, string authentication, string assemblyName, string typeName);
abstract member ProcessClientTlbEx : string * string * string * string * string * string -> unit
override this.ProcessClientTlbEx : string * string * string * string * string * string -> unit
Public Sub ProcessClientTlbEx (progId As String, virtualRoot As String, baseUrl As String, authentication As String, assemblyName As String, typeName As String)
Parameters
- progId
- String
The programmatic identifier of the class. If an empty string (""), this method returns without doing anything.
- virtualRoot
- String
The name of the virtual root.
- baseUrl
- String
The base URL that contains the virtual root.
- authentication
- String
The type of ASP.NET authentication to use.
- assemblyName
- String
The name of the assembly.
- typeName
- String
The name of the type.
Implements
Exceptions
The caller does not have the required permission.
Remarks
If the Scheme for the full URL is HTTPS and authentication is not provided, authentication is set to Windows
.