Junior.Route.Routing.Responses.Response.ApplicationSoap C# (CSharp) Method

ApplicationSoap() public method

public ApplicationSoap ( ) : Response
return Response
        public Response ApplicationSoap()
        {
            _contentType = "application/soap+xml";

            return this;
        }
Response