Elastacloud.AzureManagement.Fluent.BasicHttpRequestBuilder.SetContentType C# (CSharp) Method

SetContentType() public method

public SetContentType ( string contentType ) : void
contentType string
return void
        public void SetContentType(string contentType)
        {
            _contentType = contentType;
        }