SoapUtility.GetServerBinPath(String, String, String, String) 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.
Returns the path for the SOAP bin directory.
public:
virtual void GetServerBinPath(System::String ^ rootWebServer, System::String ^ inBaseUrl, System::String ^ inVirtualRoot, [Runtime::InteropServices::Out] System::String ^ % binPath);
public void GetServerBinPath (string rootWebServer, string inBaseUrl, string inVirtualRoot, out string binPath);
abstract member GetServerBinPath : string * string * string * string -> unit
override this.GetServerBinPath : string * string * string * string -> unit
Public Sub GetServerBinPath (rootWebServer As String, inBaseUrl As String, inVirtualRoot As String, ByRef binPath As String)
Parameters
- rootWebServer
- String
The root Web server.
- inBaseUrl
- String
The base URL address.
- inVirtualRoot
- String
The name of the virtual root.
- binPath
- String
When this method returns, this parameter contains the file path for the SOAP virtual root bin directory.
Implements
Exceptions
A caller in the call chain does not have permission to access unmanaged code.
The SOAP utility is not available.
The call to get the system directory failed.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.