ClientRemotingConfig::Write Method (String^, String^, String^, String^, String^, String^, String^, String^)
This API supports the product infrastructure and is not intended to be used directly from your code.
Creates a client remoting configuration file for a client type library in a SOAP-enabled COM+ application.
Assembly: System.EnterpriseServices (in System.EnterpriseServices.dll)
public: static bool Write( String^ DestinationDirectory, String^ VRoot, String^ BaseUrl, String^ AssemblyName, String^ TypeName, String^ ProgId, String^ Mode, String^ Transport )
Parameters
- DestinationDirectory
-
Type:
System::String^
The folder in which to create the configuration file.
- VRoot
-
Type:
System::String^
The name of the virtual root.
- BaseUrl
-
Type:
System::String^
The base URL that contains the virtual root.
- AssemblyName
-
Type:
System::String^
The display name of the assembly that contains common language runtime (CLR) metadata corresponding to the type library.
- TypeName
-
Type:
System::String^
The fully qualified name of the assembly that contains CLR metadata corresponding to the type library.
- ProgId
-
Type:
System::String^
The programmatic identifier of the class.
- Mode
-
Type:
System::String^
The activation mode.
- Transport
-
Type:
System::String^
Not used. Specify null for this parameter.
Return Value
Type: System::Booleantrue if the client remoting configuration file was successfully created; otherwise false.
The static Write method is called by the Publish class while generating a COM interface from a client type library (with a .tlb extension). The Publish class publishes COM interfaces in a SOAP-enabled COM+ application.
Write does not need to be called directly. Instead, call the ProcessClientTlb method of the Publish class.
The BaseUrl and VRoot parameter values are concatenated (with a path separator, if needed) to form the client element's URL attribute value.
The AssemblyName parameter identifies an assembly containing CLR metadata that Publish, using the GenerateMetadata class, has already generated for the client type library.
Available since 1.1