Class ProtoExecutionContextExtensions

Namespace
ProtoTest.Web
Assembly
ProtoTest.Web.dll
public static class ProtoExecutionContextExtensions
Inheritance
ProtoExecutionContextExtensions
Inherited Members

Methods

Web(ProtoExecutionContext, string?, string?)

Returns the web session for this test, creating it on first use. Inside an [Application] the session targets that application unless application overrides it, and the default session name comes from the application's Web:… binding.

public static WebSession Web(this ProtoExecutionContext context, string? sessionName = null, string? application = null)

Parameters

context ProtoExecutionContext
sessionName string
application string

Returns

WebSession