ISession.Set(String, Byte[]) 메서드

정의

현재 세션에서 지정된 키와 값을 설정합니다. 응답을 보내기 전에 세션이 설정되지 않은 경우 throw됩니다.

public:
 void Set(System::String ^ key, cli::array <System::Byte> ^ value);
public void Set (string key, byte[] value);
abstract member Set : string * byte[] -> unit
Public Sub Set (key As String, value As Byte())

매개 변수

key
String
value
Byte[]

적용 대상