You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -345,6 +345,114 @@ public static HttpRequestBuilder WithQueryParamIfNotNull(this HttpRequestBuilder
345
345
returnbuilder;
346
346
}
347
347
348
+
/// <summary>
349
+
/// Creates a new instance of the <see cref="StringContent"/> that contains the specified content serialized to XML using the <see cref="FluentXmlSerializer.DefaultSettings" /> and assigns it to the Content property of the HttpRequestMessage.
/// Creates a new instance of the <see cref="StringContent"/> that contains the specified content serialized to XML using the <see cref="FluentXmlSerializer.DefaultSettings" /> and assigns it to the Content property of the HttpRequestMessage.
/// Creates a new instance of the <see cref="StringContent"/> that contains the specified content serialized to XML using the <see cref="FluentXmlSerializer.DefaultSettings" /> and assigns it to the Content property of the HttpRequestMessage.
/// Creates a new instance of the <see cref="StringContent"/> that contains the specified content serialized to XML using the <see cref="FluentXmlSerializer.DefaultSettings" /> and assigns it to the Content property of the HttpRequestMessage.
/// Creates a new instance of the <see cref="StringContent"/> that contains the specified content and assigns it to the Content property of the HttpRequestMessage.
/// Creates a new instance of the <see cref="StringContent"/> that contains the specified content and assigns it to the Content property of the HttpRequestMessage.
/// Creates a new instance of the <see cref="StringContent"/> that contains the specified content and assigns it to the Content property of the HttpRequestMessage.
/// Creates a new instance of the <see cref="StringContent"/> that contains the specified content and assigns it to the Content property of the HttpRequestMessage.
0 commit comments