HttpResponseMockMessage.GetMessage Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Return a new HttpResponseMessage.
public System.Net.Http.HttpResponseMessage GetMessage ();
member this.GetMessage : unit -> System.Net.Http.HttpResponseMessage
Public Function GetMessage () As HttpResponseMessage
Returns
A new HttpResponseMessage.