4 implementations of EndValidate
System.ServiceModel (4)
System\ServiceModel\Channels\Connection.cs (2)
125
public virtual bool
EndValidate
(IAsyncResult result)
679
public bool
EndValidate
(IAsyncResult result)
System\ServiceModel\Channels\PipeConnection.cs (1)
1101
public bool
EndValidate
(IAsyncResult result)
System\ServiceModel\Channels\SocketConnection.cs (1)
676
public bool
EndValidate
(IAsyncResult result)
4 references to EndValidate
System.ServiceModel (4)
System\ServiceModel\Channels\Connection.cs (2)
127
return connection.
EndValidate
(result);
438
return this.connection.
EndValidate
(result);
System\ServiceModel\Channels\SessionConnectionReader.cs (1)
233
return this.Connection.
EndValidate
(result) && this.ContinuePostValidationProcessing();
System\ServiceModel\Channels\SingletonConnectionReader.cs (1)
204
return this.Connection.
EndValidate
(result) && this.ContinuePostValidationProcessing();