WebServiceRequestBase.Content property

Gets or sets the content.

public HttpContent? Content { get; set; }

Property Value

The content.

See Also