WebServiceRequestSettings.DisableKeepAlive property

True if the connection should be closed after this web service request is made.

public bool DisableKeepAlive { get; set; }

Remarks

May not be supported on all platforms.

See Also