예제 #1
0
        IApiObfuscatorBuilder <TRequest> IApiObfuscatorBuilder <TRequest> .RequestContentType(RequestContentTypeEnum contentType)
        {
            _sharedState.RequestContentType = contentType;

            return(this);
        }
예제 #2
0
        public IApiBuilder RequestContentType(RequestContentTypeEnum contentType)
        {
            _sharedState.RequestContentType = contentType;

            return(this);
        }