NewWebServiceProxy Class
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
The New-WebServiceProxy cmdlet class that is implemented by Windows PowerShell. This class is included in this SDK for completeness only. The members of this class cannot be used directly, nor should this class be used to derive other classes.This class is introduced in Windows PowerShell 2.0.
Namespace: Microsoft.PowerShell.Commands
Assembly: Microsoft.PowerShell.Commands.Management (in Microsoft.PowerShell.Commands.Management)
Microsoft.PowerShell.Commands Namespace
Namespace: Microsoft.PowerShell.Commands
Assembly: Microsoft.PowerShell.Commands.Management (in Microsoft.PowerShell.Commands.Management)
[CmdletAttribute("New", "WebServiceProxy", DefaultParameterSetName="NoCredentials", HelpUri="http://go.microsoft.com/fwlink/?LinkID=135238")] public sealed class NewWebServiceProxy : PSCmdlet
/** @attribute CmdletAttribute("New", "WebServiceProxy", DefaultParameterSetName="NoCredentials", HelpUri="http://go.microsoft.com/fwlink/?LinkID=135238") */
public final class NewWebServiceProxy extends PSCmdlet
This cmdlet creates a Web service proxy object that lets you use and manage the Web service in Windows PowerShell. For more information about this cmdlet, see New-WebServiceProxy in the Microsoft TechNet library.
For Help at the command line, type:
get-help new-webserviceproxy
System.Object
System.Management.Automation.Internal.InternalCommand
System.Management.Automation.Cmdlet
System.Management.Automation.PSCmdlet
Microsoft.PowerShell.Commands.NewWebServiceProxy
System.Management.Automation.Internal.InternalCommand
System.Management.Automation.Cmdlet
System.Management.Automation.PSCmdlet
Microsoft.PowerShell.Commands.NewWebServiceProxy
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Target Platforms
Windows Developer Preview, Windows Server Developer PreviewReference
NewWebServiceProxy MembersMicrosoft.PowerShell.Commands Namespace
Other Resources
Windows PowerShell SDKSend comments about this topic to Microsoft.