SoapRpcServiceAttribute.Use Property
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.
Gets or sets the binding used when invoking the Web service's methods.
public:
property System::Web::Services::Description::SoapBindingUse Use { System::Web::Services::Description::SoapBindingUse get(); void set(System::Web::Services::Description::SoapBindingUse value); };
[System.Runtime.InteropServices.ComVisible(false)]
public System.Web.Services.Description.SoapBindingUse Use { get; set; }
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.Use : System.Web.Services.Description.SoapBindingUse with get, set
Public Property Use As SoapBindingUse
Property Value
A member of the SoapBindingUse enumeration specifying the binding used when invoking the Web service's methods.
- Attributes
Remarks
The default value of this property is Default.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.