IsOneWay Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets a value that indicates whether an operation returns a reply message.

Namespace:  Ws.ServiceModel
Assembly:  MFWsStack (in MFWsStack.dll)

Syntax

'Declaration
Public Property IsOneWay As Boolean
public bool IsOneWay { get; set; }
public:
property bool IsOneWay {
    bool get ();
    void set (bool value);
}
member IsOneWay : bool with get, set
function get IsOneWay () : boolean
function set IsOneWay (value : boolean)

Property Value

Type: System. . :: . .Boolean
true if the operation does not return a reply message, or false if it does.

.NET Framework Security

See Also

Reference

OperationContractAttribute Class

Ws.ServiceModel Namespace