6 references to Created
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (4)
90
case MessageState.
Created
:
291
case MessageState.
Created
:
519
case MessageState.
Created
:
662
case MessageState.
Created
:
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
964
bool consumed = ((rpc.Reply != null) && (rpc.Reply.State != MessageState.
Created
));
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (1)
155
rpc.DidDeserializeRequestBody = (rpc.Request.State != MessageState.
Created
);