InputEndpoint.EnableDirectServerReturn Property

 

Gets or sets whether direct server return is enabled for the input endpoint.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

public Nullable<bool> EnableDirectServerReturn { get; set; }

Property Value

Type: System.Nullable<Boolean>

true if direct server return is enabled; otherwise, false.

Return to top
Show: